/*
Embed fonts families:
-------------------
// <weight>: Use a value from 300 to 700
// <uniquifier>: Use a unique and descriptive class name

.cormorant-<uniquifier> {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.onest-<uniquifier> {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


animation:
-------------------
transition: all 0.5s;

Content:
1. Main styles override
2. Contact form 7 
3. Navbar bootstrap
4. ACF elements
5. Theme styles  
6. Responsive fixes
*/

/* ============================================= */
/* 1. Main styles override                       */
/* ============================================= */

body {
	font-family: "Onest", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color:#5c5959;
	background-color: #faf6f2;
}
p {
	color:#5c5959;
}
.color-black {
	color:#1f1616;
}
.color-black p {
	color:#1f1616;
}
html {
	scroll-behavior:smooth;
	font-display: swap
}
strong {
	font-weight: 700;
}
/* Links */
a {
	transition: all 0.5s;
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
a:focus {
	outline: 0;
	outline-offset: -2px;
}
button, button:focus, button:active {
	outline: 0;
	box-shadow: 0
}
/* /Links */

/* Background classes */
.bg-glass {
	backdrop-filter: blur(10px);
	transition: all linear 0.3s;
}
.bg-test {
	background-color: rgba(255,0,0,0.5);
}

/* /Background classes */


/* Image responsive fix */
img {
	width: initial;
	max-width: 100%;
	height: auto;
}
/* /Image responsive fix */


/* Headers */
h1, h2, h3, h4, h5,
h1 p, h2 p, h3 p, h4 p, h5 p {
	font-family: "Cormorant", serif;
	font-weight: 400;
	color:#1f1616;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
	font-style: normal;
	font-weight: 600;
}
h1, .h1 {
	font-size: 39px;
}
.banner h1, .banner .h1 {
	font-weight: 400;
	font-size: 75px;
	font-style: italic;
	position: relative;
	padding-left: 30px;
}
.banner h1::after, .banner .h1::after {
	content: "";
	position: absolute;
	height:150px;
	width: 1px;
	background-color: #ab8940;
	left:0;
	top:0;
	transform: translateY(calc(-50% + 20px));
}
h2, .h2 {
	font-size: 45px;
	line-height: 50px;
	margin-top: 100px;
	margin-bottom: 40px;
	position:relative;
}
h2::before, .h2::before {
	content: "";
	position: absolute;
	height:120px;
	width: 1px;
	background-color: #ab8940;
	left:-35px;
	top:-60px;
}

.text-center h2,
.text-center .h2 {
	font-size: 65px;
	font-weight: 600;
}
.text-center h2::before,
.text-center .h2::before {
	display: none;
}
.section---cta h2 {
	font-size: 65px;
	line-height: 75px;
	font-weight: 400;
	font-style: italic;
}
@media only screen and (max-width : 768px) {
	h2, .h2 {
		font-size: 35px;
		line-height: 40px;
		margin-top: unset;
	}
	.text-center h2,
	.text-center .h2 {
		font-size: 50px;
		line-height: 40px;
	}
	.section---cta h2 {
		font-size: 45px;
		line-height: 50px;
	}
}
h3, .h3 {
	font-size: 45px;
	font-weight: 600;
	position:relative;
}
h3::before, .h3::before {
	content: "";
	position: absolute;
	height:90px;
	width: 1px;
	background-color: #ab8940;
	left:-25px;
	top:-30px;
}
.post-box h3::before,
footer h3::before {
	display: none;
}
@media only screen and (max-width : 768px) {
	h3, .h3 {
		font-size: 35px;
		line-height: 40px;
	}
	.text-center h2,
	.text-center .h2 {
		font-size: 50px;
		line-height: 40px;
	}
	.section---cta h2 {
		font-size: 45px;
		line-height: 50px;
	}
}

h4, .h4 {
	font-family: "Cormorant", serif;
	font-size: 24px;
	font-weight: 600;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}
/* /Headers */

/* Bootstrap extra spaces */
.pt-6,
.py-6 {
	padding-top: 5rem !important;
}

.pe-6,
.px-6 {
	padding-right: 5rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 5rem !important;
}

.ps-6,
.px-6 {
	padding-left: 5rem !important;
}
.mt-6,
.my-6 {
	margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
	margin-right: 5rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 5rem !important;
}

.ms-6,
.mx-6 {
	margin-left: 5rem !important;
}
.py-6-fixed {
	padding-top: 4rem !important;
	padding-bottom: 7rem !important;
}
@media only screen and (max-width : 768px) {
	.py-6-fixed {
		padding-top: 4rem !important;
		padding-bottom: 7rem !important;
	}
	.pt-6,
	.py-6 {
		padding-top: 4rem !important;
	}

	.pr-6,
	.px-6 {
		padding-right: 4rem !important;
	}

	.pb-6,
	.py-6 {
		padding-bottom: 4rem !important;
	}

	.pl-6,
	.px-6 {
		padding-left: 4rem !important;
	}
	.mt-6,
	.my-6 {
		margin-top: 4rem !important;
	}

	.me-6,
	.mx-6 {
		margin-right: 4rem !important;
	}

	.mb-6,
	.my-6 {
		margin-bottom: 4rem !important;
	}

	.ms-6,
	.mx-6 {
		margin-left: 4rem !important;
	}
}
/* /Bootstrap extra spaces */

/* Bootstrap accordion */
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.accordion .accordion-item {
	border-bottom-width: 0;
	margin-bottom: 1px;
}
.accordion .accordion-button {
	font-size: 17px;
	font-weight: 700;
	border-radius: 25px !important;
	border-bottom: 0 !important;
	background-color: #f5f7fb;
	padding: 30px 20px 30px 25px;
}
.accordion .accordion-button:not(.collapsed),
.accordion .accordion-button:hover {
	background-color: #e8eefa;
}

/* /Bootstrap accordion */

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,
.uneditable-input:focus {   
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}
/* Buttons */
.btn {
	font-size: 21px;
}
.btn-transparent {
	font-family: "Cormorant", serif;
	/* background-color: rgb(27, 19, 15, 0.3); */
	border:1px solid #ab8940;
	border-radius: 50px;
	font-weight: 700;
	color: #ab8940 !important;
	padding:10px 25px;
	transition: all 0.5s;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
	background-color:#ab8940;
	color: #fff !important;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 16px -1px rgba(171, 137, 64, 0.3);
	-moz-box-shadow: 0px 0px 16px -1px rgba(171, 137, 64, 0.3);
	box-shadow: 0px 0px 16px -1px rgba(171, 137, 64, 0.3);
}
.btn-default {
	font-family: "Cormorant", serif;
	background-color: #1b130f;
	border:1px solid #1b130f;
	border-radius: 50px;
	font-weight: 700;
	color: #fff;
	padding:10px 25px;
	transition: all 0.5s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color:#ab8940;
	color: #fff;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
}

.btn-default-reversed {
	font-family: "Cormorant", serif;
	background-color: #ab8940;
	border:1px solid #ab8940;
	border-radius: 50px;
	font-weight: 700;
	color: #fff;
	padding:10px 25px;
	transition: all 0.5s;
}
.btn-default-reversed:hover,
.btn-default-reversed:focus,
.btn-default-reversed:active {
	background-color:#be9844;
	color: #fff;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
}
.btn-white {
	font-family: "Cormorant", serif;
	background-color: #faf6f2;
	border:1px solid #faf6f2;
	border-radius: 50px;
	font-weight: 700;
	color: #1b130f !important;
	padding:10px 25px;
	transition: all 0.5s;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	background-color:#ab8940;
	color: #fff;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);
}
.btn-big {
	font-size:28px;
	padding:8px 30px;
	font-weight: 700;
}
@media only screen and (max-width : 768px) {
	.btn-big {
		font-size:22px;
		padding:8px 30px;
		font-weight: 700;
	}
}
.btn-text {
	font-size: 20px;
	text-transform: lowercase;
	font-family: "Cormorant", serif;
	font-weight: 600;
	color: #1b130f;
	position: relative;
	padding-left: 98px;
	transition: all 0.5s;
}
.btn-text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 78px;
	height: 1px;
	background-color: #ab8940;
}
.btn-text:hover,
.btn-text:focus,
.btn-text:active {
	color: #ab8940;
}
.btn-arrow::after {
	content: '';
	position: absolute;
	right: 5px;
	top: 6px;
	width: 33px;
	height: 33px;
	background-image: url(../img/arrow-right-circle-fill.svg);
	background-repeat: no-repeat;
}
.focus.btn-arrow::after {
	background-image: none;
}
.focus.btn-arrow a {
	position: relative;
	padding-right:50px !important;
}
.focus.btn-arrow a::after {
	content: '';
	position: absolute;
	right: 5px;
	top: 11px;
	width: 33px;
	height: 33px;
	background-image: url(../img/arrow-right-circle-fill.svg);
	background-repeat: no-repeat;
	transition: all 0.5s;
}
.sticky .focus.btn-arrow a::after {
	top: 8px;
}
.btn-default.btn-search {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-top: 16px;
	padding-bottom: 17px;
}
.cn-button.bootstrap {
	background-color: #2d84ff !important;
	text-transform: uppercase !important;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
/* /Buttons */

section {
	position: relative;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

/* Vertical align */
.vertical-a {
	display: flex;
	justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.vertical-align {
		display: block;
	}
}
.vertical-b {
	align-self: center;
	width: 100%;
}
/* /Vertical align */

/* Placeholder  */
::-webkit-input-placeholder {
	color:#888;
}
:-moz-placeholder {
	color:#888;
}
::-moz-placeholder {
	color:#888;
}
:-ms-input-placeholder {
	color:#888;
}
/* /Placeholder  */

/* Selection  */
::selection {
	background: #ab8940; /* WebKit/Blink Browsers */
	color:#fff;
}
::-moz-selection {
	background: #ab8940; /* Gecko Browsers */
	color:#fff;
}
/* /Selection */

/* Box links (often used)  */
.box-link {
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	cursor: pointer;
}
/* /Box links (often used)  */


.dark, .dark p, .dark a, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5, .dark .h6 {
	color: #fff;
}


/* Element single post box */
.post-box--img {
	width: 100%;
	height: 380px;
	position: relative;
}
.post-box--img img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}
/* /Element single post box */

/* Image fill */
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img { 
	min-height:100%; 
	min-width: 100%; 
	object-fit: cover; 
	border-radius: 15px;
}
.fill-not-100 img { 
	height: auto;
	min-height: auto;
	object-fit: cover; 
	border-radius: 15px;
}
/* /Image fill */


/* ============================================= */
/* 2. Contact form 7                             */
/* ============================================= */
.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7-select,
.wpcf7 textarea {
	background-color: transparent;
	color: #303338;
	border-radius: 10px;
	border:1px solid #fff;
	padding: 13px 30px;
	font-size: 15px;
	width: 100% !important;
	color:#fff;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7-select:focus {
	background-color: #fff;
	color: #303338;
	box-shadow: none;
	outline: 0 none;
}
.wpcf7-form select {
	padding: 0px;
	line-height: 40px;
}
.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item-label {
	color:#fff; 
	font-size: 14px;
	margin-left: 20px;
}

.wpcf7-list-item-label a {
	color:#fff; 
	font-weight: 500;
}

.wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    line-height: 1.2;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    width: auto;
    margin-top: 5px;
    margin-right: 5px;
    align-self: start;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-submit {
	background-color: #3d4045 !important;
	border:1px solid #3d4045 !important;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	font-family: "Onest", sans-serif;
	text-transform:lowercase;
	padding:10px 25px;
	transition: all 0.5s;
}
.wpcf7-form.submitting .wpcf7-submit,
.wpcf7-form.invalid .wpcf7-submit {
	color: #fff !important;
}

.wpcf7-submit:disabled {
	opacity:0.7;
}
/* Placeholder  */
::-webkit-input-placeholder {
 color:#fff;
 opacity: 0.7;
}
:-moz-placeholder {
 color:#fff;
 opacity: 0.7;
}
::-moz-placeholder {
 color:#fff;
 opacity: 0.7;
}
:-ms-input-placeholder {
 color:#fff;
 opacity: 0.7;
}
:active::-webkit-input-placeholder,
:focus::-webkit-input-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-moz-placeholder,
:focus::-moz-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-moz-placeholder,
:focus::-moz-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
:active::-ms-input-placeholder,
:focus::-ms-input-placeholder {
 color:#b5b5b5;
 opacity: 1;
}
/* /Placeholder  */

/* ============================================= */
/* 3. Navbar (bootstrap)                         */
/* ============================================= */
.navbar {
	font-family: "Onest", sans-serif;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar .navbar--bg {
	height: 100%;
	width: calc(100% - 6rem);
	left: 5px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	background-color:rgb(4, 20, 27, 0.7) !important;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.navbar-brand {
	padding-bottom: 0;
	padding-top: 0;
}
.navbar-brand img {
	transition: all linear 0.3s;
}
.sticky .navbar-brand img {
	transform:scale(0.9);
	transition: all linear 0.3s;
	width: 150px;
}
#header-top {
	transition: all linear 0.3s;
}
.sticky #header-top {
	margin-top: -64px;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	padding:29px 25px;
	transition: all 0.5s;
}
@media screen and (max-width : 1350px) {
	.navbar-dark .navbar-nav .nav-link {
		padding:15px 25px;
	}
}
#main-menu-container.sticky .nav-link {
	padding:10px 25px;
}

#main-menu-container .focus a:hover {
	color:#fff;
	background: #0069FE;
	background: linear-gradient(135deg, rgba(1, 76, 182, 1) 0%, rgba(0, 105, 254, 1) 100%);
}

#main-menu-container.sticky,
#main-menu-container.sticky-hiding {
	position: fixed;
	padding-left: 20px;
	padding-right: 20px;
	top: 5px;
	left: 1rem;
	right: 1rem;
	width: auto !important;
	margin-left: 0 !important;
	margin-top: 5px !important;
	z-index: 1030;
	background-color: rgba(27, 19, 15, 0.9); /* .bg-brown color */
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(5px);
	border-radius: 2rem; /* matches rounded-5 from header roughly, adjust if needed */
	padding-top: 5px !important; 
	padding-bottom: 5px !important;
}
#main-menu-container.sticky {
	animation: slideMenuDown 0.3s ease-out forwards;
}
#main-menu-container.sticky-hiding {
	animation: slideMenuUp 0.3s ease-in forwards;
}
#main-menu-container.menu-returned {
	animation: fadeInMenu 0.4s ease-out forwards;
}
@keyframes slideMenuDown {
	0% {
		transform: translateY(-120%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideMenuUp {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(-120%);
		opacity: 0;
	}
}
@keyframes fadeInMenu {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@media only screen and (max-width : 1350px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 12px;
		padding-right: 12px; 
	}
}
@media only screen and (max-width : 1125px) {
	#main-menu-container .container-fluid {
		display: block;
	}
}
@media only screen and (max-width : 1040px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px; 
	}
}
@media only screen and (max-width : 991px) {
	#main-menu-container {
		margin-left: 20px;
		width: calc(100% - 40px);
	}
	#main-menu-container.sticky {
		margin-top:10px;
	}
	#main-menu-container .navbar-brand {
		position: absolute;
		left: 1rem;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1050;
	}
	#main-menu-container .navbar-brand img {
		width: 120px !important;
		margin-top: 0;
	}
	#main-menu-container.sticky .navbar-brand img {
		width: 100px !important;
		transform: scale(1);
	}
	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0 > .ubermenu-custom-content.ubermenu-custom-content-padded { 
		padding-top:15px !important; 
		padding-bottom:15px !important; 
	}
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
		transform:rotate(0);
		top: calc(50% - 8px);
		right:10px;
		left:auto
	}
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.show {
	color: #ab8940;
	transition: all 0.5s;
}
.navbar-dark .navbar-nav .current-menu-item .active > .nav-link,
.navbar-dark .navbar-nav .current-menu-item .nav-link.active {
	color: #ab8940;
}
.navbar-toggler {
	border-radius: 0px;
	transition: all 0.5s;
	background-color: #ab8940;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler span {
	display: block;
	background-color: rgba(0,0,0,0.6);
	height: 2px;
	width: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.35s ease-out;
	transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
	transform: translate(0%, 0%) rotate(0deg);
}
 
.navbar-toggler span:nth-child(2) {
	opacity: 1;
}
 
.navbar-toggler span:nth-child(3) {
	transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}
 
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -33%) rotate(45deg);
}
 
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 33%) rotate(-45deg);
}

.navbar .contact a.nav-link {
	background: #00465e;
	/*background: linear-gradient(0deg, rgba(33,37,41,1) 0%, rgba(0,62,83,1) 100%);*/
}
.search-activator {
	cursor: pointer;
}

.search-activator a.nav-link {
	text-indent: -9999px;
	background-image: url(../img/icon-main-menu-search.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dropdown-menu {
	margin-top: -2px;
	border-radius: 0px;
	background-color: rgb(31, 22, 22, 0.6);
	border:0px;
	border-radius: 15px;
	padding:15px;
}
.dropdown-menu[data-bs-popper] {
	margin-top: -1px;
}
.dropdown-menu li a.dropdown-item {
	font-weight: 400;
	line-height: 35px;
	color: #fff;
	transition: all 0.5s;
}


.dropdown-menu li a.dropdown-item:hover {
	color:#ab8940;
	transition: all 0.3s;
}
.dropdown-menu li a.dropdown-item:hover,
.dropdown-menu li a.dropdown-item:focus,
.dropdown-menu li a.dropdown-item:active {
	background-color: transparent;
	transition: all 0.3s;
	border-left-color: #ab8940;
}
.dropdown-item.active {
	background-color: transparent;
	color:#2d84ff !important;
}


/* Search window */
#search-container {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	top:0px;
	left:0px;
	max-height: 100vh;
	z-index: 999999999;
}
#search-container .d-flex {
	height: 100%;
}
#search-close {
	position: absolute;
	right: 40px;
	top:25px;
	background-image: url(../img/search-close.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 41px;
	width: 41px;
	z-index: 100000;
	cursor: pointer;
}
#search-close span {
	position: absolute;
	right: 50px;
	top:10px;
	width: 100px;
	text-align: right;
	color: #fff
}
#search-container .vertical-align {
	height: 100%;
}
#title .form-control {
	border:0;
}
.search-btn {
	background-image: url(../img/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.search-input {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	line-height: 56px;
	height: 56px;
	padding-left: 25px;
}
/* /Search window */

/* Open on hover for desktops only */
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;    
}
@media (min-width: 979px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}
/* /Open on hover for desktops only */


/* ============================================= */
/* 4. ACF elements                               */
/* ============================================= */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.acf-map {
	width: 100%;
	height: 550px;
	margin-bottom: 0px;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.gm-style iframe + div { border:none!important; }

/* ============================================= */
/* 5. Theme styles                               */
/* ============================================= */

/* Tiny Slider Banner */
.banner-slider-container .height-keeper {
	left: 12px;
	top: 0;
	width: 100%;
	min-height: 700px;
	overflow:hidden;
	padding-bottom: 50px;
}
.slider-container .slider-controls {
	margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;   
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;    
    justify-content: space-between;
}
.banner-slider-container .slider-controls {
	left: 30px;
    right: 30px;
    z-index: 40;
}
.banner-slider-container .slider-item {
	padding: 0;
	height: 958px;
	max-height: 70vh;
}
.arrow {
	height: 18px;
	width: 40px;
	background-image: url(../img/arrows.png);
	cursor: pointer;
}

.arrow.arrow-right {
	background-position: 40px 0;
}
.tns-nav {
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}
.tns-nav button {
	background-color: #cfcfcf;
	border:0;
	margin: auto 5px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
.tns-nav button.tns-nav-active {
	background-color: #ab8940;
	border:0;
	margin: auto 5px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
/* /Tiny Slider Banner */

.bg-brown {
	background-color: #1b130f;
}
#header-main {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home #header-main {
	min-height: 950px;
}

@media only screen and (max-width : 991px) {
	.home #header-main {
		min-height: unset;
	}
	.banner--content {
		margin-top: 120px;
	}
}
.banner-cover {
	background-image: url(../img/banner-cover.webp);
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	opacity: 0.7;
}
.banner-cover-center {
	background-image: url(../img/banner-cover-center.webp);
	background-size: cover;
	background-position: center center;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	opacity: 1;
}
@media only screen and (min-width: 992px) {
	.desktop-menu-half {
		flex: 1 1 0%;
	}
}

@media only screen and (max-width: 991px) {
	.banner-cover-center{
		background: #1B130F;
background: linear-gradient(180deg,rgba(27, 19, 15, 0.24) 0%, rgba(27, 19, 15, 1) 100%);
	}
}
#flying-contact {
	position: fixed;
	bottom: -115px;
	right: 15px;
	width: auto;
	text-align: center;
	transition: all 0.5s;
}
#flying-contact.sticky {
	bottom: 15px;
}
#flying-contact.hide-at-bottom {
	bottom: -115px !important;
}
#main-menu-container.sticky,
#main-menu-container.sticky-hiding {
	padding-left: 0;
	padding-right: 0;
}
.pulse {
	animation: pulse-animation 2s infinite;
 }
 
 @keyframes pulse-animation {
	0% {
	  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.6);
	}
	100% {
	  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
 }
 .bounce {
	animation: bounce 2s ease infinite;
 }
 @keyframes bounce {
	 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	 40% {transform: translateY(-20px);}
	 60% {transform: translateY(-15px);}
 }
@media only screen and (max-width: 991px) {
	.navbar-collapse {
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: rgba(27, 19, 15, 0.98);
		position: absolute;
		left: 0;
		top: calc(100% + 5px);
		width: 100%;
		z-index: 1040;
		border-radius: 1.5rem;
		box-shadow: 0 10px 30px rgba(0,0,0,0.5);
		text-align: center;
	}
	.navbar-collapse .navbar-nav {
		align-items: center;
	}
}
.socials-tel-langs a:hover img {
	color:#ab8940;
}
.wpml-ls-legacy-list-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.wpml-ls-legacy-list-horizontal a {
	padding-right: 0 !important;
}
.wpml-ls-first-item a {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.wpml-ls-legacy-list-horizontal {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.socials-tel-langs .border-start {
	border-left-color: #ab8940 !important;
}

/* Accordion readmore */
.accordions-readmore-wrapper .read-more-btn .accordion-hide {
	display:inline
}
.accordions-readmore-wrapper .read-more-btn:not(.collapsed) .accordion-show {
	display:none
}
.accordions-readmore-wrapper .read-more-btn.collapsed .accordion-hide {
	display:none
}
.accordions-readmore-wrapper .accordion-read-more {
	position: relative;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-item,
#gallery .accordion-item,
.accordion-premises .accordion-item {
 background-color: transparent;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-body,
#gallery .accordion-read-more .accordion-body,
.accordion-premises .accordion-body {
 padding-left: 0;
 padding-right: 0;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn {
	background-color: transparent;
	padding:0;
	position: relative;
	border:0;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::before {
	content:"";
	position: absolute;
	left: -5px;
	top:-100px;
	height: 100px;
	width: calc(100% + 10px);
	background: rgb(233,233,233);
	background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn:not(.collapsed)::before {
	display: none;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::after {
	display: none;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button {
	color:#000 !important;
	padding:0;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	box-shadow: none !important;
	
    border-color: rgba(0,0,0,.125) !important;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span {
	position: relative;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span::after{
	content:"";
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	transition: all 0.5s;
}

.accordions-readmore-wrapper .accordion-read-more .accordion-button span:hover{
	color:#000;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button span:hover::after{
	right: -30px;
}

/* Accordion readmore */

.font-size-14 {
	font-size: 14px;
}
.font-size-20 {
	font-size: 20px;
}
.font-size-32 {
	font-size: 32px;
}
.font-size-34 {
	font-size: 34px;
}
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: inherit;
}

.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn:focus,
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn:focus-visible,
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn:active,
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn:not(.collapsed) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::before,
.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn::after {
  display: none !important;
}

.accordions-readmore-wrapper .accordion-read-more .accordion-button.read-more-btn span::after {
  display: none !important;
}
.service-item a,
.post-box a {
	color:#1B130F;
}
.service-item h3 {
	transition: all 0.5s;
}
.service-item--data,
.post-box--data {
	transition: all 0.5s;
}
.service-item:hover .service-item--data,
.post-box:hover .post-box--data {
	background-color: #16372a;
}
.service-item:hover .service-item--data,
.service-item:hover .service-item--data p,
.post-box:hover .post-box--data,
.post-box:hover .post-box--data p,
.post-box:hover .post-box--data .color-black,
.post-box:hover .post-box--data .color-black p,
.post-box:hover .post-box--data h3 a {
	color: #fff;
}
.service-item:hover .btn-text,
.post-box:hover .btn-text {
	color:#ab8940;
}
.feature-item {
	border: 1px solid #ab8940;
	background-color: #f1ede8;
}
.feature-item img {
	width: 55px;
	height: 55px;
	margin-right: 20px;
}
.bg-green {
	background-color: #16372a;
}
.section---masterslider h3 {
	font-size: 32px;
}
.section---masterslider h3::before {
	display: none;
}
.section---masterslider .ms-tooltip-cont {
	background-color:#ab8940 !important;
	color:#fff !important;
	text-shadow: none !important;
	border-radius: 15px;
}
.section---masterslider .ms-tooltip-cont h1,
.section---masterslider .ms-tooltip-cont h2,
.section---masterslider .ms-tooltip-cont h3,
.section---masterslider .ms-tooltip-cont h4,
.section---masterslider .ms-tooltip-cont h5,
.section---masterslider .ms-tooltip-cont h6,
.section---masterslider .ms-tooltip-cont p {
	color:#fff !important;
}
.section---masterslider .ms-tooltip.ms-tooltip-top .ms-tooltip-arrow {
	border-top-color: #ab8940 !important;
} 
.section---masterslider .ms-tooltip.ms-tooltip-left .ms-tooltip-arrow {
	border-left-color: #ab8940 !important;
} 
.section---masterslider .ms-tooltip.ms-tooltip-right .ms-tooltip-arrow {
	border-right-color: #ab8940 !important;
} 
.section---masterslider .ms-tooltip.ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom-color: #ab8940 !important;
} 
.section---masterslider .master-slider-parent {
	border-radius:25px;
	overflow: hidden;
}
.mb-1px {
	margin-bottom: 1px;
}
.ms-point-center {
	border-color: #ab8940 !important;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li {
	padding: 0;
	margin: 0;
}
footer ul li a {
	display: block;
}

footer a {
	line-height: 30px;
}
footer a:hover {
	color:#ab8940;
}
footer hr {
	width: 70%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-color:rgb(171, 137, 64, 1);
}
footer .border-end {
	position: relative;
	border-right:0 !important;
}
footer .border-end::after {
	content: "";
	position: absolute;
	top: 0;
	right: 25px;
	width: 1px;
	height: 100%;
	background-color: rgb(171, 137, 64, 0.2);
}
@media only screen and (max-width : 991px) {
	footer .border-end::after {
		display: none;
	}
}
.border-start {
	border-left: 1px solid #ab8940 !important;
}
.copyrights {
	font-size:15px;
	color:#1B130F;
}
.copyrights a {
	color:#1B130F;
}
.otgs-development-site-front-end {
	display: none;
}
.socials-tel-langs--social a:hover img {
	filter: invert(50%) sepia(73%) saturate(351%) hue-rotate(3deg) brightness(96%) contrast(84%);
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-600 {
	font-weight: 600;
}
.color-gold a,
a.color-gold {
	color:#ab8940 !important;
}
.banner--content-btn .after-btn a {
	font-family: "Cormorant", serif;
	font-style: italic;
	font-size: 23px;
	margin-left: 5px;
	font-weight: 700;
	text-decoration: underline;
}
.after-btn,
.after-btn p {
	margin-bottom: 0;
	font-size: 23px;
}
.banner--content-btn .after-btn a:hover {
	color:#ab8940;
}
.contact-box {
	color: #1B130F;
}
.contact-box .contact-box--icon {
	width: 65px;
	height: 65px;
	border:1px solid #1B130F;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-box .contact-box--icon img {
	width: 36px;
	height: 36px;
}
.title-gold {
	color:#ab8940;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.font-cormorant {
	font-family: "Cormorant", serif;
}
.contact-box a {
	color:#1B130F;
}
.contact-box a:hover {
	color:#ab8940;
}
.contact-box--desc .content a span {
	display: block;
	font-size: 29px;
	margin-top: -10px;
}
.contact-box--desc .content {
	line-height: 40px;
}
.border-end {
	border-right: 1px solid #ab8940 !important;
}
.contact-box--social .contact-box--icon {
	transition: all 0.5s;
}
.contact-box--social .contact-box--icon:hover {
	border:1px solid #ab8940;
	background-color: #ab8940;
}
.contact-box--social .contact-box--icon img {
	transition: all 0.5s;
}
.contact-box--social .contact-box--icon:hover img {
	filter: invert(100%) brightness(100);
}
.distances-wrapper .border-start:first-child {
	border-left: 0 !important;
}
.footer-contacts:last-of-type hr:last-of-type {
    display: none;
}
footer .modal,
footer .modal p,
footer .modal h1,
footer .modal h2,
footer .modal h3,
footer .modal h4,
footer .modal h5,
footer .modal h6,
footer .modal p {
	color:#1B130F !important;
}
.text-grey {
	color:#5c5959;
}
/* ============================================= */
/* 6. Responsive fixes                           */
/* ============================================= */

@media only screen and (max-width : 1150px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) { 
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/* WP image float fix */
	figure.alignleft, img.alignleft, figure.alignright, img.alignright {
		float:none;
	}
	/* /WP image float fix */
} 

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}


/* Height */
@media only screen and (max-height : 730px) {
}