@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

/*
	Base Theme Name: Max Museum
	Theme Name: IHGPR Dourado
	Created : 02/07/2022
	Updated : 04/08/2022
	Version: 1.2

*/
/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
	+ Global
		- Padding/Margin
		
	+ Fonts Settings
		- Poppins : font-family: 'Poppins', sans-serif;
		- PT Serif : font-family: 'PT Serif', serif;
		- Roboto : font-family: 'Roboto', sans-serif;

	+ Header

	+ Footer
	
	+ Page Banner
	
	+ Section Header
	
	+ Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
*/

/* ## Global */

body {
	font-family: 'PT Serif', serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
	background-image: url(images/fundo.jpg);
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	
    
	
}

.rounded-initials {background: rgba(155, 79, 243, 0.74);
  text-transform: uppercase;
  font-family: "Lucida Console";
  align-items:center;
  color: rgba(233, 236, 237, 0.78);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  font-size: 16px;
  padding: 5px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

img {
    max-width: 100%;
	height: auto;
}


div.card img.card-img-top{
	
	width:100%;
	max-height:100px;
	object-fit: cover;
	
	
}

.img_featured{
	
	width: 300px;
	height:196px;
	object-fit: cover;
	
	
}


.img_blog{
	
	width: 750px;
	height:400px;
	object-fit: cover;
	
	
}

.img_widgets{
	
	width: 75px;
	height:75px;
	object-fit: cover;
	
	
}

.img_events{
	
	width: 337px;
	height:320px;
	object-fit: cover;
	
	
}

.recent_img{
	
	width:370px;
	height: 300px;
	object-fit: cover;
	
	
}

.card-title{background-image: url(../images/ftr-widget-arrow.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.72px;
    padding-bottom: 13px;
    margin-top: 15px;
    margin-bottom: 25px;
text-transform: uppercase;
}

div.card input{
	position:relative;
	width:100%;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.72px;
}

div.card input:hover{
	
	background-color:#edd695;
	transition:0.5s;
	transform:scale(1.1);
	
	
}
div.card a{
	color:#000000;
}
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  min-height: 441px;

}
.card-text{
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.pubTable td{
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

a {
    outline: 0 !important;
}
h1,h2,h3,h4,h5,h6,a,p {
	word-wrap: break-word;
}
/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* -- Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* + Header */
.top-header {
	background-color: #1d2124;
	padding: 15px 0;
}
.top-header .hour-block p {
	letter-spacing: 0.7px;
	color: #d5a738;
	margin-bottom: 0;
}
.top-header .hour-block p span {
	color: #fff;
}
.top-header .social-block {
	text-align: right;
}
.top-header .social-block > p {
	display: inline-block;
	color: #fff;
	margin-bottom: 0;
}
.top-header .social-block > ul {
	padding-left: 10px;
	margin-bottom: 0;
	display: inline-block;
}
.top-header .social-block > ul li {
	display: inline-block;
	margin-right: 23px;
}
.top-header .social-block > ul li:last-child {
	margin-right: 0;
}
.top-header .social-block > ul li a {
	color: #d5a738;
}
.logo-block  {
	padding-top: 29px;
	padding-bottom: 29px;
}
.logo-block .cnt-content {
	text-align: right;
}
.logo-block .cnt-detail {
	display: inline-block;
	text-align: left;
	position: relative;
	padding-left: 70px;
	margin-right: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 50px;
}
.logo-block .cnt-detail:last-child {
	margin-right: 0;
}
.logo-block .cnt-detail i {
	width: 50px;
	height: 50px;
	background-color: #d5a738;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
}
.logo-block .cnt-detail p {
	color: #333;
	letter-spacing: 0.7px;
	line-height: 22px;
	margin-bottom: 0;
}
.logo-block .cnt-detail p a {
	color: #333;
}

.menu-block {
	position: relative;
	z-index: 3;
}
.menu-block.navbar-fixed-top {
	position: fixed;
	top: 0;
}


.post-comments .media .media-body .media-content > button {
    display: inline-block;
    padding: 8px 38px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(226,177,60,0.3);
    letter-spacing: 0.52px;
    color: #e2b13c;
}

/* - SlidePanel */
#slidepanel { 
	display: block; 
}
#closeit,
#toggle,
#slideit {
	display: none;
}

/* + Footer */
.visit-block {
	background-image: url("images/visit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-top: 97px;
	padding-bottom: 130px;
}
.visit-block::before {
	background-color: rgba(255,255,255,0.9);
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.visit-block .container > h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	letter-spacing: -0.48px;
}

.footer-section {
	background-color: #222;
}
.ftr-widget {
	margin-top: 58px;
}
.ftr_widget_about > a {
	display: inline-block;
	margin-bottom: 40px;
}
.ftr_widget_about > p {
	color: #a2a2a2;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.6px;
	margin-bottom: 40px;
}
.ftr_widget_about .ftr-cnt-detail {
	display: inline-block;
	width: 100%;
}
.ftr_widget_about .ftr-cnt-detail p {
	color: #a2a2a2;
	font-size: 15px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 18px;
}
.ftr_widget_about .ftr-cnt-detail p:last-child {
	margin-bottom: 0;
}
.ftr_widget_about .ftr-cnt-detail p i {
	position: absolute;
	left: 0;
	top: 3px;
}
.ftr_widget_about .ftr-cnt-detail p a {
	color: #a2a2a2;
	text-decoration: none;
}
.ftr_widget_about .ftr-cnt-detail p a:hover {
	color: #fff;
}
.ftr_widget_about > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	margin-top: 4px;
}
.ftr_widget_about > ul li {
	display: inline-block;
	margin: 0 4px;
}
.ftr_widget_about > ul li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	color: #e2b13c;
}
.ftr_widget_about > ul li a:hover {
	background-color: #e2b13c;
	color: #fff;
}
.ftr_widget_newsletter {
	margin-top: -55px;
}
.ftr_widget_newsletter .newsletter-form {
	padding: 0 15px;
}
.ftr_widget_newsletter .newsletter-form h4 {
	border-top: 3px solid #e2b13c;
	background-color: #fff;
	margin: 0;
	padding: 18px 40px 15px;
	color: #333;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.ftr_widget_newsletter .newsletter-form form {
	background-color: #f6f6f6;
	padding: 30px 33px;
}
.ftr_widget_newsletter .newsletter-form form .form-group {
	margin-bottom: 0;
}
.ftr_widget_newsletter .newsletter-form form .form-control {
	border-radius: 0;
	border: 1px solid #e2b13c;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	font-size: 16px;
	height: auto;
	padding: 14px 23px;
	color: #e2b13c;
	margin-bottom: 25px;
}
.ftr_widget_newsletter .newsletter-form form .form-control::-webkit-input-placeholder {
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form .form-control:-ms-input-placeholder {
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form input[type="submit"] {
	width: 100%;
	background-color: #e2b13c;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	color: #fff;
	padding: 14px 13px 12px;
}
.ftr_widget_newsletter .newsletter-form form input[type="submit"]:hover {
	background-color: #fff;
	color: #e2b13c;
}
.ftr_widget_newsletter > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
.ftr_widget_newsletter > ul li {
	display: inline-block;
	margin: 0 4px;
}
.ftr_widget_newsletter > ul li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	color: #e2b13c;
}
.ftr_widget_newsletter > ul li a:hover {
	background-color: #e2b13c;
	color: #fff;
}
.ftr-widget .widget-title {
	background-image: url("images/ftr-widget-arrow.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #e2b13c;
	letter-spacing: -0.36px;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.ftr_recent_widget .recent-box {
	position: relative;
	padding-left: 97px;
	min-height: 98px;
	border-bottom: 1px solid rgba(162,162,162,0.4);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.ftr_recent_widget .recent-box > a  {
	position: absolute;
	left: 0;
	top: 0;
}
.ftr_recent_widget .recent-box > h3 {
	font-size: 15px;
	color: #a2a2a2;
	line-height: 22px;
}
.ftr_recent_widget .recent-box > h3 a  {
	color: #a2a2a2;
}
.ftr_recent_widget .recent-box > p {
	color: #a2a2a2;
}
.ftr_recent_widget .recent-box > p i {
	margin-right: 10px;
}
.btm-ftr {
	background-color: #1f1f1f;
	text-align: center;
	padding: 25px 0;
	margin-top: 70px;
}
.btm-ftr > p {
	color: #9f9f9f;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: 0.7px;
}

.ftr_link > h3.widget-title {
	margin-bottom: 53px;
}
.ftr_link ul {
	padding-left: 0;
	margin-top: 35px;
}
.ftr_link ul li {
	list-style: none;
	margin-bottom: 15px;
}
.ftr_link ul li::before {
	content: "\e6bc";
	font-family: 'Stroke-Gap-Icons';
	color: #e2b13c;
	margin-right: 10px;
	font-size: 18px;
}
.ftr_link ul li > a {
	color: #a2a2a2;
	font-size: 15px;
	text-decoration: none;
}
.ftr_link ul li > a:hover {
	color: #e2b13c;
}

.ftr_subscribe .widget-title {
	margin-bottom: 53px;
}
.ftr_subscribe .input-group {
	margin-bottom: 25px;
}
.ftr_subscribe .input-group .form-control {
	height: auto;
	border: 1px solid rgba(162,162,162,0.3);
	border-right: none;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	padding: 15px 26px 13px;
	font-size: 15px;
}
.ftr_subscribe .input-group .btn {
	background-color: #e2b13c;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 12px 19px 11px;
	font-size: 20px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.ftr_subscribe > p {
	color: #a2a2a2;
	font-size: 15px;
}
.ftr_subscribe > .ftr-cnt-detail {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.ftr_subscribe > .ftr-cnt-detail > p {
	padding: 17px 0;
	color: #a2a2a2;
	font-size: 15px;
	border-top: 1px solid rgba(162,162,162,0.3);
	margin-bottom: 0;
	letter-spacing: 0.7px;
}
.ftr_subscribe > .ftr-cnt-detail > p > span {
	display: inline-block;
	margin-right: 25px;
}
.ftr_subscribe > .ftr-cnt-detail > p > span:last-child {
	margin-right: 0;
}
.ftr_subscribe > .ftr-cnt-detail > p span > a {
	color: #a2a2a2;
	font-size: 14px;
	text-decoration: none;
}
.ftr_subscribe > .ftr-cnt-detail > p span > i {
	margin-right: 17px;
}
.ftr_subscribe > .ftr-cnt-detail > p span > a:hover {
	color: #fff;
}
.footer-section2 .btm-ftr {
	margin-top: 25px;
}

/* + Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	margin-bottom: 43px;
	text-align: center;
	background-image: url("images/section-header-seprator.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 43px;
}
.section-header h3 {
	font-family: 'Poppins', sans-serif;
	color: #f2f2f2;
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -1.6px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 76px;
	word-wrap: break-word;
	position: relative;
}
.section-header h3 b {
	color: #e1e1e1;
}
.section-header h3 > span {
	color: #333;
	text-transform: capitalize;
	position: absolute;
	font-size: 24px;
	font-weight: 500;
	left: 0;
	right: 0;
	letter-spacing: 0.96px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.section-header h3 span span {
	text-transform: uppercase;
	color: #e2b13c;
}

/* + Page Banner */
.page-banner {
	background-color: #f2f2f2;
	padding-top: 160px;
}
.page-banner .page-title {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 115px;
}
.page-banner .page-title h3 {
	color: #dedddd;
	font-family: 'Poppins', sans-serif;
	font-size: 80px;
	font-weight: bold;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: -1.6px;
	margin: 0;
	line-height: 70px;
	word-wrap: break-word;
}
.page-banner .page-title h6 {
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	letter-spacing: 0.96px;
	text-transform: capitalize;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	margin: 0;
	word-wrap: break-word;
}
.page-banner .page-title h6 span {
	color: #d5a738;
}
.page-banner .page-breadcrumb {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.page-banner .page-breadcrumb .breadcrumb {
	float: left;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}
.page-banner .page-breadcrumb .breadcrumb li {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	line-height: 24px;
	word-wrap: break-word;
}
.page-banner .page-breadcrumb .breadcrumb li a {
	color: #333333;
}
.page-banner .page-breadcrumb h4 {
	float: right;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	color: #d5a738;
	margin: 0;
	line-height: 24px;
	word-wrap: break-word;
}

/* Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.ow-pagination .pagination {
	border-radius: 0;
	margin-bottom: 0;
}
.ow-pagination .pagination li {
	float: left;
	margin: 0 15px;
}
.ow-pagination .pagination li a {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color:  #e2b13c;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	width: 40px;
	height: 40px;
	position: relative;
	padding: 0;
	text-align: center;
	line-height: 40px;
}
.ow-pagination .pagination li a::before {
	background-color: transparent;
	border: 1px solid #e2b13c;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: -1
}
.ow-pagination .pagination li a:hover { 
	color: #fff;
}
.ow-pagination .pagination li a:hover::before {
	background-color: #e2b13c;
}

/* Cookie CSS */

		#cookie_directive_container {
		  display: none;
		  
		}
	



		#cookie_directive_container {
		  background-color: #FFFFFF;
		  color: #000000;
		  height: 30px;
		  position: relative;
		  width:100%;
		  z-index: 200;
		  padding:10px 10px;
		  top:0;
		}

		#cookie_directive_container ul li {
		  background-color: #FFFFFF;
		  display: inline;
		  padding-left: 30px;
		  padding-right: 30px;
		  font-size:12px;
		}

		#cookie_directive_container ul li p{
			background-color: #FFFFFF;
			color:#000000;
			font-size:1.6rem;
			
			
		}
		#cookie_directive_container ul{
			background-color: #FFFFFF;
			color:#000000;
		}

/* stily login page */

	.user_card {
			height: 400px;
			width: 350px;
			background: #f39c12;
			margin-top:auto;
			margin-bottom:auto;
			position: absolute;
			display: flex;
			top: 50%;
			  left: 50%;
			  transform: translate(-50%, -50%);
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}
		.brand_logo_container {
			position: absolute;
			height: 100px;
			width: 100px;
			border-radius: 50%;
			padding: 10px;
			text-align: center;
		}
		.brand_logo {
			height: 75px;
			width: 75px;
			
		}
		.form_container {
			margin-top: 100px;
		}
		.login_btn {
			width: 100%;
			
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #c0392b !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #c0392b !important;
		}

/* styling paragraphs in entry content */

.entry-content p{
	
	text-align:justify;
	text-justify:inter-word;
	text-indent: 1.2em;
	
}



/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* -- min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* -- min-width: 992 */
@media (min-width: 992px) {
	/* + Footer */
	.footer-section .widget-block:nth-child(3n+1) {
		clear: both;
	}
	
	/* - Page Banner */
	.page-banner {
		margin-top: -25px;
	}
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	/* + Header */
	.logo-block .h-logo { 
		display: none;
	}
	
	/* - container log navbar-brand */
	.nav-cont {
		padding: 0!important;
		margin:auto;
		
	}
	
	/* - SlidePanel */
	#slidepanel { 
		display: none;
	}
	#slideit,
	#toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	#loginpanel {
		position: absolute;
		right: 90px;
		text-align: center;
		top: 12px;
	}	
	#slideit,
	#closeit {
		position: relative;
		color: #fff;
		font-size: 24px;
		right: -35px;
	}
	#slideit:hover,
	#closeit:hover {
		color: #333;
	}
	.mobile-hide {
		display: none;
	}
	.logo-block .cnt-content {
		text-align: center;
	}
	
	/* - Section Header */
	.section-header h3 {
		font-size: 30px;
		line-height: 40px;
	}
	
	/* + Footer */
	.footer-section .widget-block:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Page Banner */
	.page-banner {
		padding-top: 80px;
	}
	.page-banner .page-title {
		margin-bottom: 60px;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* + Header */
	.top-header .hour-block p {
		font-size: 12px;
	}
	.nav-cont {
		padding:0px 0px 0px 0px!important;
		width:100%;
		max-width:100%;
	}
}

/* -- max-width: 767 */
@media (max-width: 767px) {	
	/* + Header */
	.top-header .hour-block p,
	.top-header .social-block {
		text-align: center;
	}
	.top-header .social-block {
		margin-top: 10px;
	}

	/* - Section Header */
	.section-header h3 {
		font-size: 28px;
		line-height: 38px;
	}
	
	/* - Page Banner */
	.page-banner .page-title h3 {
		font-size: 2.5em;
	}
	.page-banner .page-title h6 {
		font-size: 20px;
	}
	
	.img_blog{
	
	width: 100%;
	max-width:360px;
	object-fit: cover;
	
	
}
}

/* --  max-width: 639 */
@media (max-width: 639px) {
	/* + Header */
	.logo-block .cnt-detail p { 
		font-size: 12px;
	}
	.logo-block .cnt-detail {
		margin-right: 15px;
		padding-left: 60px;
	}
	
	/* + Footer */
	.footer-section .widget-block {
		width: 100%;
	}
	.ftr_widget_newsletter {
		margin-top: 58px;
	}
}

/* --  max-width: 479 */
@media (max-width: 479px) {
	/* - Pagination */
	.ow-pagination .pagination li {
		margin: 0 10px;
	}
	.ow-pagination .pagination li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}


.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-2 {
	margin-top: 1rem !important;
}
.mt-3 {
	margin-top: 3rem !important;
}


.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 1rem !important;
}
.mb-3 {
	margin-bottom: 3rem !important;
}


.p-1 {
  padding: 1rem!important;
}

.p-2 {
  padding: 2rem!important;
}

.p-3 {
  padding: 3rem!important;
}

.card-body.btn-block a{
	color:black!important;
}

.btn-block a{
	color:white!important;
}
.dropdown a{
	color:white!important;
}

h4 a{
	
	color: #e2b13c!important;
}

.dataTables_wrapper{
	
	background-color:white;
	padding:10px;
}

