@import url("font-awesome.css");
/*@import url("ionicons.css");*/
@import url("shortcodes.css");

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1.65;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
		background-color: white;
	}

	main {
		background-color: white;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0;
		outline: 0;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		padding-left: 32px;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}	

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font: 14px/24px "Poppins", sans-serif;
	background-color: #fff;		
	color: rgb(0,0,0, 75%);
}

a {
	text-decoration: none;
	color: white;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #DDB184 ;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;		
}


b, strong {
	font-weight: 900;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    display: inline-block;
    color: #fff;
    padding: 0px 29px 0 30px;
    height: 45px;
    line-height: 42px;
    font-size: 13px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 3px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}

button.search-submit-form {
	position: absolute;
    right: 2px;
    top: 7px;
    padding: 0px 10px;
    color: #999999;
    background-color: transparent;
    display: inline-block;
    height: 29px;
    line-height: 31px;
    font-size: 12px;
    border-color: transparent;
    border-left: 1px solid #d0d0d0; 
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {	
	position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #2F1A11 !important;
    height: 45px;
    border-radius: 3px;   

	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

input[type="search"] {
    width: 250px;  
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #DEB183;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	padding: 10px 15px;    
    height: 170px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #555;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #555;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #555;
	opacity: 1;
}

/* bootstrap resetting elements */

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #2F1A11 !important;
	font-weight: 600
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 24px; line-height: 35px; }
h3 { font-size: 16px; line-height: 20px; }
h4 { font-size: 14px; line-height: 14px; }

.left {
	text-align: left;
}

.center {
	text-align: center;
}


.top a:not(.dropdown-item) {
	background-color: white;
	/*color:  #DCB184;*/
	/*color:  rgb(250, 197, 162);*/
	font-size: 13px;
	padding: 1rem 0;
	border-bottom: 1px solid rgb(47,26,17, 10%)!important;
}

.top a:hover {
	color: initial;
}

.top-info {
	float: left;
	line-height: 25px;
}

.top-info li {
	display: inline-block;
	position: relative;
}

.top i {
	color: #2E1A12;
}

.top ol, ul {
	padding-left: 0!important;
}

.logo {
	margin-top: 21px;
}

/* Page Title 
---------------------------------------------------------------*/
.page-title {
	padding: 23px 0 22px;
}

.page-title .page-title-heading {
	float: left;
}

.page-title .page-title-heading .h1-title {
	color: #2e363a;
	font-size: 31px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.page-title .breadcrumbs {
	float: right;
}

.page-title .breadcrumbs li {
	display: inline-block;
	line-height: 38px;
}

.page-title .breadcrumbs li a {
	color: #2F1A11;
	letter-spacing: -0.2px;
}

.page-title .breadcrumbs li:last-child {
	color: #a9a9a9;
}

.page-title .breadcrumbs li{
	color: #a9a9a9;
}

.page-title .breadcrumbs li:last-child a:hover {
	color: #a9a9a9;
}

.page-title .breadcrumbs li a i {
	padding: 0 5px 0 9px;
}

.more-link a {
	background-color: #DCB184;
	border-radius: 3px;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    padding: 0 38px 3px;
    letter-spacing: 0;
    color: #ffffff;
}


/* Blog Pagination 
---------------------------------------------------------------*/
.blog-single-pagination {
	margin: 12px 0 10px;
}

.flat-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.flat-pagination li a {
	line-height: 20px;
	background-color: #f7f7f7;
	padding: 0 15px;
	display: block;
	line-height: 41px;
	width: 40px;
	text-align: center;
}

.flat-pagination li a:not(.disabled):hover,
.flat-pagination li a.active:not(.disabled) {
	background-color: #DCB184;
	color: #ffffff;
}

.flat-pagination li a.disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: default;
}

.flat-pagination a.disabled {
	pointer-events: none;
	opacity: .4;
}

.blog-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-image {
	position: relative;
	width: 100%;
	height: 250px;              /* ← choose your fixed image height */
	overflow: hidden;
}

.blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;          /* crops without distortion */
	display: block;
}

.content-post {
	flex: 1;
}


.widget-box {
	padding: 52px 0 47px;
}

.footer-bottom {
	border-top: 1px solid #394348;
	padding: 24px 0;
}
.footer-bottom .copyright {
	float: left;
	color: #ffffff;
}

.footer-bottom .copyright a,
.footer-bottom .menu-footer li a {
	color: #e5e5e5;
}

.footer-bottom .menu-footer {
	float: right;
}

.footer-bottom .menu-footer li {
	display: inline-block;
	margin-left: 28px;
}


.header {
	box-shadow: 0 15px 15px rgba(46,26,18,0.05);
}

.flat-owl-stage {
	padding: 50px 0 70px;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  	color: #555;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  	color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  	color: #555;
	opacity: 1;
}




.box-content .title {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	margin: 9px 0;
}

.box-content .flat-list li {
    position: relative;
    padding-left: 25px;
    line-height: 30px;
}

.box-content .flat-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #18ba60;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    padding-top: 1px;
    line-height: normal;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.content-post .position {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    color: #999999;
}

.title-post {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #2E1A12!important;
	line-height: 1.25;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}

.parallax1 { background-image: url(../img/parallax/bg-parallax1.jpg); background-repeat: no-repeat;}

.parallax2 { background-image: url(../img/parallax/bg-parallax2.jpg); background-size: cover;}

.parallax3 { background-image: url(../img/parallax/bg-parallax3.png); background-size: cover;}

.parallax.overlay-s1 .overlay-parallax {
    background-color: #333333;
 	opacity: 0.8;
}

.parallax .overlay-parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pd-title-section {
	padding: 59px 0 0;
}

.dividers {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.blog-single-post {
	margin: 50px 0 39px;
}

.dividers-pagination {
	height: 40px;
}

.dividers.portfolio {
	height: 42px;
}

.dividers.dividers-imagebox {
	height: 79px;
}

.dividers.dividers-imagebox.v1 {
	height: 81px;
}

.dividers.dividers-bc-v1 {
	height: 24px;
}

.dividers.dividers-bc-v2 {
	height: 44px;
}

.dividers.dividers-bc-v3 {
	height: 20px;
}

.dividers.dividers-bc-v4 {
	height: 50px;
}

.dividers.dividers-about-post {
	height: 115px;
}

.dividers.dividers-about-team {
	height: 61px;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 38px 0px 38px 20px;
	width: 26px;
	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #DDB184;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106";
}

.btn-menu {
   display: none; 
}

@media (min-width: 991px) {
	.nav-item .active {
		position: relative;
	}

	.nav-item .active::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -5px;
		width: 100%;
		height: 2px;
		background-color: rgb(221,177,132, 0.75);
		opacity: 0.8;
	}
}

@media (max-width: 991px) {
	.nav-item .active {
		color: #DDB184!important;
	}
}

.nav-link {
	font-size: 15px;
	font-weight: 500 !important;
}

.nav-link:hover {
	color: #DDB184 !important;
}

#map { height: 500px; }

.topbar-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: 1rem;
}

.topbar-item {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.topbar-link {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	text-decoration: none;
	color: #2F1A11;
	padding: 0;
}

.topbar-link:hover {
	color: #DDB184 !important;
}

.topbar-item .dropdown-menu {
	min-width: 75px;
	padding: .35rem 0;
	margin-top: .5rem;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.12);
	/*background-color: #F8EFE6;*/
	/*color: red;*/
}

.topbar-item .dropdown-item {
	font-size: 14px;
	color: #2F1A11;
}

.topbar-item .dropdown-item:hover {
	background-color: initial!important;
}

.text-beige {
	color: #DCB184!important;
}

.text-brown {
	color: #2F1A11!important;
}

.text-gray {
	color: darkgrey!important;
}

.dropdown-item.disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: default;
}

.bg-brown {
	background-color: rgb(46, 26, 17)!important;
}

.bg-brown-subtle {
	background-color: rgb(46, 26, 17, 5%)!important;
}

.bg-beige-subtle {
	background-color: rgb(220, 177, 132, 50%)!important;
}

.bg-brown h2, .bg-brown h3, .bg-brown a {
	color:white;
}

.fs-50 {
	font-size: clamp(32px, 4vw, 50px);
	line-height: 60px;
	letter-spacing: 2px;
}

.fs-40 {
	font-size: clamp(32px, 4vw, 45px);
	line-height: 60px;
	letter-spacing: 2px;
}

.hp-hero-container {
	min-height: 50vh;
	border-radius: 50px;
}

.bg-linear {
	background: linear-gradient(135deg, #faf7f4 0%, #ffffff 60%);
}

.logo-image {
	width: 240px;
}

.contact-border {
	border-right: 1px #DDB184 solid;
}

.article-container {
	max-width: 60vw;
}

.article-container a {
	color: #2F1A11!important;
	font-weight: 500;
	text-decoration: underline;
}

.article-container ul {
	padding-left: 26px!important;
}

@media (max-width: 991px) {

	.fs-50, .fs-40 {
		line-height: initial;
		letter-spacing: initial;
	}

	.hp-hero {
		padding-left:0 !important;
		padding-right: 0 !important;

	}

	.hp-hero-container {
		border-radius: 0px;
		min-height: auto;
	}

	.contact-border {
		border: none;
	}

	.article-container {
		max-width: 95vw;
	}

	.article-container h1 {
		font-size: 26px !important;
	}

	.logo-image {
		width: 200px;
	}
}


.hero-image {
	box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.small {
	font-size: 20px!important;
}

.custom-toggler {
	position: relative;
	width: 28px;
	height: 20px;
	display: block;
}

.custom-toggler::before,
.custom-toggler::after,
.custom-toggler span {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}

.custom-toggler::before {
	top: 0;
	width: 100%;
}

/* middle */
.custom-toggler span {
	top: 9px;
	width: 60%;
	right: 0!important;
	left: auto;
	transition: width 0.35s cubic-bezier(.4,0,.2,1), background-color 0.25s ease ;
}

.navbar-toggler[aria-expanded="true"] .custom-toggler span {
	width: 100%;
	background-color: #DCB184;
}

.custom-toggler::after {
	bottom: 0;
	width: 100%;
}

footer a {
	transition: color 0.25s ease ;
}

footer a:hover {
	color: #DCB184!important;
}

.review-card {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.review-text {
	font-size: 1.1rem;
	color: #2F1A11;
	margin-bottom: 1.5rem;
}

.review-author strong {
	font-size: 0.9rem;
	color: #2F1A11;
	border-bottom: solid 1px #DCB184;
}

#reviewsCarousel .owl-dots {
	margin-top: 2rem;
}

#reviewsCarousel .owl-dot span {
	width: 8px;
	height: 8px;
	background: #cfc6bf;
	margin: 0 5px;
}

#reviewsCarousel .owl-dot.active span {
	background: #2F1A11;
}

#reviewsCarousel .owl-item {
	opacity: 1;
	transform: none;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

@media (min-width: 768px) {
	#reviewsCarousel .owl-item {
		opacity: 0.35;
		transform: scale(0.98);
	}

	#reviewsCarousel .owl-item.active.center {
		opacity: 1;
		transform: scale(1);
	}
}

.blog-hero {
	max-height: 400px;
	overflow: hidden;
}

.blog-hero img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: block;
}

footer {
	list-style-type: none !important;
}

.grecaptcha-badge {
	display: none;
}

.h2-medium {
	font-size: 1.2rem;
	font-weight: 600;
}