/*
Embed fonts families:
-------------------
font-family: neue-haas-unica, sans-serif; 

possible weights:
-------------------
neue-haas-unica: 300;400;500;

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: neue-haas-unica, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}

body.admin-bar .navbar.fixed-top {
	margin-top: 32px;
}
html {
	scroll-behavior:smooth;
	font-display: swap
}
strong {
	font-weight: 700;
}
/* Links */
a {
	color: #464646;
	text-decoration: none;
}
a:focus, a:hover {
	color: #464646;
	text-decoration: none;
	outline: 0;
}
a:focus {
	outline: 0;
	outline-offset: -2px;
}
button, button:focus, button:active {
	outline: 0;
	box-shadow: 0
}


/* /Links */

/* Image responsive fix */
img {
	width: initial;
	max-width: 100%;
	height: auto;
}
/* /Image responsive fix */

/* Headers */
h1, h2, h3, h4, h5 {
	font-family: neue-haas-unica, sans-serif;
	font-weight: 300;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 37px;
}
h3 {
	font-size: 22px;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	font-weight: 300;
	position: relative;
	padding-left: 60px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
section header span {
	position: relative;
	padding-left: 45px;
	text-transform: uppercase;
	color:#b19777;
	font-size: 14px;
}
section header span::before {
	position: absolute;
	left: 0;
	top:50%;
	content:"";
	width: 24px;
	height: 1px;
	background-color: #b19777;
}

/* /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 */
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-default {
	background-color: #b19777;
	border:1px solid #b19777;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
	font-family: neue-haas-unica, sans-serif;
	text-transform:lowercase;
	padding:10px 25px;
	transition: all 0.5s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color:#b19777;
	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.btn-search {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-top: 16px;
	padding-bottom: 17px;
}
.cn-button.bootstrap {
	background-color: #b19777 !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: #b19777; /* WebKit/Blink Browsers */
	color:#fff;
}
::-moz-selection {
	background: #b19777; /* Gecko Browsers */
	color:#fff;
}
/* /Selection */

/* Box links (often used)  */
.box-link {
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
}
/* /Box links (often used)  */

.bg-test {
	background-color: rgba(255,0,0,0.5);
}
.bg-dark {
	background-color: #272727 !important;
}

.dark, .dark p, .dark a, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #fff;
}

/* ============================================= */
/* 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: neue-haas-unica, 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: neue-haas-unica, sans-serif;
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
@media only screen and (max-width : 991px) {
	.navbar {
		background-color: #272727;
	}
}
.sticky.navbar {
	background-color: #272727;
	-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);
}
.navbar-brand {
	background-color: #272727;

	transition: all 0.5s;
}
.navbar-brand img {
	transition: all 0.5s;
	min-width: 110px; 
}

.navbar-dark .navbar-nav .nav-link {
	position: relative;
	color: #fff;
	font-size: 15px;
	padding:17px 25px;
	
}

@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 : 1040px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px; 
	}
}
.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: #b19777;
	transition: all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:hover::before {
	content:"";
	position: absolute;
	left:25px;
	bottom: 5px;
	width: 50px;
	height: 1px;
	background-color: rgba(255,255,255,0.4);
}
.navbar-dark .navbar-nav .search-activator .nav-link:hover::before {
	display: none;
}
@media only screen and (max-width : 991px) {
	.navbar-dark .navbar-nav .nav-link:hover::before {
		left:10px;
	}
}


.navbar-dark .navbar-nav .current-menu-item .active > .nav-link,
.navbar-dark .navbar-nav .current-menu-item .nav-link.active {
	color: #b19777;
}
.navbar-toggler {
	border-radius: 0px;
	transition: all 0.5s;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler span {
	display: block;
	background-color: rgba(255,255,255,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);
}

.sticky .navbar-brand {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.offcanvas-header .navbar-toggler {
	margin-top:13px;
}
.sticky .offcanvas-header .navbar-toggler {
	margin-top:4px;
}

.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: #272727;
}

.dropdown-menu[data-bs-popper] {
	margin-top: -1px;
	border: 1px solid #272727;
}
.dropdown-menu li a.dropdown-item {
	position: relative;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	transition: all 0.5s;
	overflow: hidden;
}

.dropdown-menu li a.dropdown-item:hover {
	color:#b19777;
	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: #b19777;
}
.dropdown-item.active {
	background-color: transparent;
	color:#b19777 !important;
}
@media only screen and (max-width : 768px) {
	.dropdown-menu {
		border-left: 1px solid rgba(255,255,255,0.1) !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: 0px;
	border-bottom-left-radius: 0px;
	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: 475px;
	margin-bottom: 0px;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}


/* ============================================= */
/* 5. Theme styles                               */
/* ============================================= */

/* Tiny Slider Banner */
.banner-slider-container .height-keeper {
	left: 12px;
	top: 0;
	width: 100%;
	min-height: 90vh;
	overflow:hidden;
	padding-bottom: 50px;
}
.slider-container .slider-controls {
	position: absolute;  
	width: 94px;
	margin: 0;
	padding: 0;
	padding-right:14px;
	list-style: none;
	bottom: 50px;
	right: 20%;
	left: auto;
	display: flex;
	align-items: center;    
	justify-content: space-between;
	z-index: 40;
}
.banner-slider-container .slider-item {
	padding: 0;
	background-position: center;
	background-size: cover;
}
.arrow {
	height: 35px;
	width: 35px;
	background-image: url(../img/arrows.webp);
	background-position: 0;
	cursor: pointer;
	border:1px solid rgba(255,255,255,1);
	opacity: 0.5;
	transition: all 0.5s;
}

.arrow.arrow-right {
	background-position: 35px 0;
}
.arrow:hover {
	opacity: 1;
}
.tns-nav {
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 100;
	transform: translateX(-50%);
}
.tns-nav button {
	background-color: #fff;
	border:0px transparent;
	margin: auto 5px;
	width: 24px;
	height: 1px;
	padding:0;
}
.tns-nav button.tns-nav-active {
	background-color: #b19777;
	border:0;
	margin: auto 5px;
}
/* /Tiny Slider Banner */

.banner-wrapper--curtine {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
}
.banner-wrapper--curtine-start {
	position: absolute;
	top:0;
	left: 0;
	width: 8.33333333%;
	height: 100%;
	background-color: #272727;
	z-index: 10;
}

.lines-vertical {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0.1) 1px, transparent 1px);
	background-size: 20%;
	background-position: 11px;
}
@media only screen and (max-width : 768px) {
	.lines-vertical {
		background-size: 33.333%;
		background-position:0px;
	}
}
.slider-item--caption {
	font-size: 37px;
	font-weight: 300;
	line-height: 46px;
	margin-right: 20%;
	border-right: 1px solid #fff;
}
@media only screen and (max-width : 768px) {
	.slider-item--caption {
		margin-right: 10%;
	}
	#banner-slider-controls {
		display: none;
	}
}
.slider-item--caption strong {
	font-weight: 500;
}
.social-wrapper {
	list-style-type: none;
	padding:0;
	margin-bottom: 50px;
	width: 100%;
	display:flex;
	flex-flow: column;
	align-items: center;
}
.social-wrapper a {
	border:1px solid rgba(255,255,255,0.4);
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	margin-bottom: 8px;
	text-align: center;
	transition: all 0.5s;
}
.social-wrapper a:hover {
	border:1px solid rgba(255,255,255,1);
	color:#b19777;
}
.slider-item--btn-wrapper {
	bottom: -80px;
	right: 0;
}
@media only screen and (max-width : 768px) {
	.banner-wrapper--curtine-start {
		height: auto;
		top:auto;
		padding-top:15px;
		bottom:0;
		transform: translateY(100%);
		width: 100%;
	}
	.social-wrapper a {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}
	.social-wrapper {
		margin-bottom: 15px;
		display: flex;
		flex-direction: row;
		justify-content:center;
	}
}
@media only screen and (max-width : 768px) {
	#main-services {
		margin-top: 60px;
	}
}
.main-services--position {
	background-color: #f4f4f4;
}
/* ============================================= */
/* 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) {
}