/*
Embed fonts families:
-------------------
// <weight>: Use a value from 200 to 800
// <uniquifier>: Use a unique and descriptive class name

.fustat-<uniquifier> {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

possible weights:
-------------------
Open Sans: 300;400;500;700;

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: "Fustat", sans-serif;
	font-weight: 300;
	font-size: 17px;
	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 {
	transition: all 0.5s;
	text-decoration: none;
	color:#2a2a2a;
}
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
}
.bg-glass {
	backdrop-filter: blur(10px);
	transition: all linear 0.3s;
}

/* /Links */

/* Image responsive fix */
img {
	width: initial;
	max-width: 100%;
	height: auto;
}
/* /Image responsive fix */



/* Headers */
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: "Fustat", sans-serif;
	font-weight: 400;
	color:#2a2a2a;
}
h1 {
	font-size: 36px;
	font-weight: 300;
}
h1 strong {
	font-weight: 400;
	color:#3b4614;
}
h2, .h2 {
	font-size: 24px;
	font-weight: 300;
}
h2 strong, .h2 strong {
	font-weight: 400;
	color:#3b4614;
}
header h2 {
	font-size: 36px;
	font-weight: 300;
}
h3 {
	font-size: 22px;
	font-weight: 300;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
@media only screen and (max-width : 768px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 22px;
	}
	header h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
}
.tag {
	display: inline-block;
	border:1px solid #81885d;
	border-radius: 30px;
	font-size: 18px;
	color: #81885d;
	padding:10px 30px;
	margin-bottom: 20px;
	width: auto;
}
/* /Headers */

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

/* 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: #81885d;
	border:1px solid #81885d;
	border-radius: 50px;
	font-size: 15px;
	color: #fff;
	font-family: "Fustat", sans-serif;
	text-transform:lowercase;
	padding:10px 25px;
	transition: all 0.5s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color:#3b4614;
	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-green {
	background-color: #3b4614;
	border:1px solid #3b4614;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	font-family: "Fustat", sans-serif;
	text-transform:uppercase;
	padding:15px 25px;
	transition: all 0.5s;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
	background-color:#3b4614;
	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-leaf {
	position: relative;
}
.btn-leaf::before {
	position: absolute;
	content: "";
	width: 161px;
	height: 75px;
	top: -25px;
	left: -60px;
	border-radius: 50px;
	background-image: url("../img/btn-leaf.webp");
	z-index: -1;
}
.btn-text:hover,
.btn-text:focus,
.btn-text:active {
	color: #242b0b;
}
.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: #3b4614 !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: #3b4614; /* WebKit/Blink Browsers */
	color:#fff;
}
::-moz-selection {
	background: #3b4614; /* 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)  */

.bg-test {
	background-color: rgba(255,0,0,0.5);
}

.dark, .dark p, .dark a, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #fff;
}

/* Element single post box */
.box-pos--img {
	width: 100%;
	height: 255px;
	position: relative;
}
.box-pos--img img {
	width: 100%;
	height: 255px;
	object-fit: cover;
}

/* Element single post box */
.box-pos {
	transition: all 0.5s;
	background-image: none;
}
.box-pos h3 a,
.post-box h3 a {
	color:#101010;
	transition: all 0.2s;
}
.box-pos:hover h3 a,
.box-pos:hover {
	color:#fff;
}
.box-pos.bg-white:hover {
	background-color: #81885d !important;
}
.post-box {
	background-color: #fff;
	height: 340px;
}
.curtine {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	transition: all 0.5s;
	box-shadow: 0px 0px 0px 1px #fff;
}
.post-box:hover .curtine {
	opacity: 0.3;
	background-color: #2a2a2a;
}
.post-box:hover,
.post-box:hover h3 a {
	color:#fff;
}

/* /Element single post box */

/* ============================================= */
/* 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: 25px;
	border:1px solid #81885d;
	padding: 13px 25px;
	font-size: 16px;
	width: 100% !important;
	color:#303338;
}
.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 label {
	padding-left: 20px;
	color:#81885d;
}
.wpcf7 label span {
	padding-top:10px;
	margin-left: -20px;
}
.wpcf7 label span.wpcf7-list-item-label {
	padding-top:5px;
	margin-left: 15px;
	font-size: 16px;
}
.wpcf7-list-item-label a {
	color:#303338; 
	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: #81885d !important;
	border:1px solid #81885d !important;
	border-radius: 50px;
	font-size: 15px;
	color: #fff !important;
	font-family: "Fustat", sans-serif;
	padding:10px 25px;
	transition: all 0.5s;
}
.wpcf7-response-output {
	border-radius: 50px;
}
.wpcf7-form.submitting .wpcf7-submit,
.wpcf7-form.invalid .wpcf7-submit {
	color: #fff !important;
}

.wpcf7-submit:disabled {
	opacity:0.78;
}
/* Placeholder  */
::-webkit-input-placeholder {
 color:#81885d;
 opacity: 0.7;
}
:-moz-placeholder {
 color:#81885d;
 opacity: 0.7;
}
::-moz-placeholder {
 color:#81885d;
 opacity: 0.7;
}
:-ms-input-placeholder {
 color:#81885d;
 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)                         */
/* ============================================= */
header {
	transition: all linear 0.3s;
}
header.sticky {
	margin-top: -20px !important;
}
@media only screen and (max-width : 767px) {
	header.sticky {
		margin-top: 0px !important;
	}
}
.navbar {
	font-family: "Fustat", sans-serif;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	border-radius: 50px;
}
.sticky .navbar {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
@media only screen and (max-width : 1350px) {
	.navbar {
		border-radius: 30px;
	}
}
.navbar-brand {
	padding-bottom: 0;
	padding-top: 0;
}
.navbar-brand img {
	transition: all linear 0.3s;
	width: 230px; 
}
.sticky .navbar-brand img {
	width: 120px; 
}

.navbar-light .navbar-nav .nav-link {
	color: #2a2a2a;
	font-weight: 500;
	font-size: 16px;
	padding:12px 25px;
	transition: all 0.5s;
	border-radius: 50px;
}

@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-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.show {
	color: #3b4614;
	transition: all 0.5s;
	background-color: #eef0e8;
	border-radius: 50px;
}
.navbar-light .navbar-nav .current-menu-item .active > .nav-link,
.navbar-light .navbar-nav .current-menu-item .nav-link.active {
	color: #3b4614;
	background-color: #eef0e8;
	border-radius: 50px;
}
.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(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: #3b4614;
	border:0px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
}
.dropdown-menu[data-bs-popper] {
	margin-top: -1px;
	border-top:1px solid #3b4614;
}
.dropdown-menu li a.dropdown-item {
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	transition: all 0.5s;
}


.dropdown-menu li a.dropdown-item:hover {
	color:#fff;
	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;
}
.dropdown-item.active {
	background-color: transparent;
	color:#fff !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;
	height: 56px;
	width: 56px;
}
.search-input {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	line-height: 56px;
	height: 58px;
	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: 850px;
	margin-bottom: 0px;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.gm-style iframe + div { border:none!important; }
.gm-style-mtc-bbw,
.gm-fullscreen-control {
	top:230px !important;
}
@media (max-width: 767px) {
	.gm-style-mtc-bbw,
	.gm-fullscreen-control {
		top:155px !important;
	}
}
/* ============================================= */
/* 5. Theme styles                               */
/* ============================================= */

/* Tiny Slider Banner */
.banner-slider-container .height-keeper {
	left: 12px;
	top: 0;
	width: 100%;
	min-height: 80vh;
	overflow:hidden;
	padding-bottom: 50px;
}
.slider-container .slider-controls {
	margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;   
    bottom: -50px;
	right: 15px;
    display: flex;
    align-items: center;    
    justify-content: end;
	z-index: 40;
}
.banner-slider-container .slider-controls {
	left: 30px;
    right: 30px;
    z-index: 40;
}
.banner-slider-container .slider-item {
	padding: 0;
}
.arrow {
	height: 18px;
	width: 40px;
	background-image: url(../img/arrows.webp);
	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: #3b4614;
	border:0;
	margin: auto 5px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
/* /Tiny Slider Banner */
#banner {
	min-height: 700px;
	height: 90vh;
	background-color: #181b13;
}
.ms-layer.title {
	font-size: 36px !important;
	font-weight: 300 !important;
	line-height: 42px !important;
}
.ms-layer strong {
	font-weight: 400 !important;
}
.ms-slide-bgcont::before,
.ms-slide-bgvideocont::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/banner-curtine.webp);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
@media (max-width: 767px) {
	.ms-slide-bgcont::before {
		background-image: url(../img/banner-curtine-mobile.webp);
		background-position: bottom;
	}
}
#flying-contact {
	position:fixed;
	bottom:-115px;
	right:15px;
	width:45px;
	height:45px;
	background-color:#3b4614;
	text-align:center;
	line-height:45px;
	border-radius:25px;
	padding:0;
	transition:all 0.5s
}
.pulse {
  animation:pulse-animation 2s infinite
}
#flying-contact.sticky {
  bottom:15px
}
@keyframes pulse-animation {
  0% {
    box-shadow:0 0 0 0 rgb(0 0 0 / .4)
  }
  100% {
    box-shadow:0 0 0 10px #fff0
  }
}
.bg-divider-01 {
	background-image: url('../img/bg-divider-01.webp');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	width: 100%;
	height: 235px;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.bg-divider-01-rev {
	background-image: url('../img/bg-divider-01-rev.webp');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	width: 100%;
	height: 235px;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.bg-divider-02-rev {
	background-image: url('../img/bg-divider-02-rev.webp');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	width: 100%;
	height: 235px;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.bg-green {
	background-color: #eef0e8;
}
.bg-dark-green {
	background-color: #81885d;
}
.bg-darkest-green {
	background-color: #3b4614;
}
.bg-brown-green {
	background-color: #e5e7df;
}
.bg-white {
	background-color: #fff;
}
.leaf-01 {
	position: absolute;
	bottom: 50px;
	left: calc(50% + 15%);
	z-index: 10;
}
/* 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: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 */
.step-pos--line {
	position: absolute;
	width: 1px;
	padding:0;
	height:100%;
	background-color: rgb(129, 136, 93, 0.2);
	left: 50%;
	top:0;
}
.number {
	color:#81885d;
	position: relative;
	display: inline-block;
}
.odd .number {
	margin-left: auto;
	
}
.odd .number span.circle {
	margin-left: auto;
}
.number::before {
	content:"";
	position: absolute;
	left: -3rem;
	top: 50%;
	width: 3rem;
	height: 1px;
	border-radius: 50%;
	background-color: rgb(129, 136, 93, 0.2);
}
.odd .number::before {
	content:"";
	position: absolute;
	left:auto;
	right: -3rem;
	top: 50%;
	width: 3rem;
	height: 1px;
	border-radius: 50%;
	background-color: rgb(129, 136, 93, 0.2);
}
@media only screen and (max-width : 991px) {
	.odd .number::before {
		right: -1.5rem;
		width: 1.5rem;
	}
}
.number span.circle {
	border: 1px solid rgb(129, 136, 93, 0.2);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 60px;
}
.bg-flowers-01::before {
	content:"";
	position: absolute;
	right: 0;
	top: -150px;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg-flowers-01.webp');
	background-repeat: no-repeat;
	background-position: right top;
	z-index: -1;
}
@media only screen and (max-width : 991px) {
	.bg-flowers-01::before {
		display: none;
	}
}
.service-pos {
	height:250px;
	transition: all 0.5s;
}
.service-pos h2 {
	transition: all 0.5s;
}

.pos--icon {
	background-color: #eef0e8;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	border:1px solid #fff;
}
.bg-green .pos--icon {
	border:1px solid #eef0e8;
}
.service-pos-third {
	overflow: hidden;
	position: relative;
}
.service-pos-third img {
	position: absolute;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.high-double {
	min-height: calc(500px + 1.5rem);
}
.service-pos:hover {
	background-color: #81885d !important;
}
.service-pos:hover h2 {
	color:#fff;
}
.service-pos:hover .service-pos--icon {

	background-color:#81885d !important;
}
.service-pos:hover .service-pos--icon lord-icon {
	filter: brightness(0) invert(1);
}
.sf-input-select,
.sf-input-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}
.sf-input-select,
.sf-input-text {
	border-radius: 25px;
	border:0;
	font-weight: 300;
	background-color: #fff;
	padding: 10px 35px 10px 15px;
	background-image: url('../img/arrow-down.webp');
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
}
.sf-input-text {
	background-image: none;
}
.cases-wrapper-filters form ul {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	padding: 0;
}
.cases-wrapper-filters form ul li {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}
.cases-wrapper-filters form ul li.sf-field-taxonomy-data-realizacji,
.cases-wrapper-filters form ul li.sf-field-reset {
	width: 10%;
	margin-left: 1%;
	margin-right: 1%;
}
@media only screen and (max-width : 768px) {
	.cases-wrapper-filters form ul li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.cases-wrapper-filters form ul li.sf-field-taxonomy-data-realizacji,
	.cases-wrapper-filters form ul li.sf-field-reset {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
}
.cases-wrapper-filters form ul li label,
.cases-wrapper-filters form ul li select,
.cases-wrapper-filters form ul li input {
	width: 100%;
}
.cases-wrapper-filters form ul li.sf-field-reset {
	padding-bottom: 20px;
}
.cases-wrapper-filters form ul li.sf-field-reset a {
	color: #242b0b;
}
.font-size-14 {
	font-size: 14px;
}
.font-size-15 {
	font-size: 15px;
}
.font-size-20 {
	font-size: 20px;
}
.font-size-24 {
	font-size: 24px;
}
.font-size-32 {
	font-size: 32px;
}
.weight-medium {
	font-weight: 500;
}
.weight-semibold {
	font-weight: 600;
}
#cases {
	background-image: url(../img/bg-flowers-02.webp);
	background-repeat: no-repeat;
	background-position: right top;
}
.services-wrapper-first-part .row > div:nth-child(3) {
	position: relative;
	z-index: 1;
}
.services-wrapper-first-part .row > div:nth-child(3)::before {
	content:"";
	position: absolute;
	left: 60%;
	bottom: -130px;
	width: 155px;
	height: 189px;
	background-image: url('../img/leaf-02.webp');
	z-index: -1;
}
.recipients-wrapper-second-part .row > div:nth-child(4) {
	position: relative;
	z-index: 1;
}
.recipients-wrapper-second-part .row > div:nth-child(4)::before {
	content:"";
	position: absolute;
	left: 60%;
	bottom: -130px;
	width: 155px;
	height: 189px;
	background-image: url('../img/leaf-02.webp');
	z-index: -1;
}
@media only screen and (max-width : 991px) {
	.services-wrapper-first-part .row > div:nth-child(3)::before {
		left: 200px;
		bottom: -80px;
	}
}
.services-wrapper-first-part .row > div:nth-child(3)::after {
	content:"";
	position: absolute;
	left: -163px;
	bottom: -107px;
	width: 441px;
	height: 202px;
	z-index: -1;
	background-image: url('../img/lines-01.webp');
	background-repeat: no-repeat;
}

.cases-wrapper .search-filter-results .row > div,
.row.cases-wrapper > div {
	position: relative;
	z-index: 1;
}
.cases-wrapper .search-filter-results .row > div:nth-child(1)::before,
.row.cases-wrapper > div:nth-child(1)::before {
	content:"";
	position: absolute;
	left: -100px;
	bottom: -170px;
	width: 223px;
	height: 229px;
	z-index: -1;
	background-image: url('../img/leaf-03.webp');
	background-repeat: no-repeat;
}
.range-wrapper > div {
	position: relative;
	z-index: 1;
}
.range-wrapper > div:nth-child(3)::before {
	content:"";
	position: absolute;
	left: -40px;
	top: -170px;
	width: 161px;
	height: 240px;
	z-index: -1;
	background-image: url('../img/leaf-04.webp');
	background-repeat: no-repeat;
}
.range-wrapper img {
	object-fit: cover;
	height: 100%;
}
#about-me {
	background-image: url(../img/bg-flowers-03.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 367px;
}
.about-me img {
	object-fit: cover;
	height: 100%;
}
.gfx-line {
	position: relative;
	z-index: 2;
}
.gfx-line::before {
	content:"";
	position: absolute;
	left: -325px;
	bottom: -42px;
	width: 441px;
	height: 138px;
	background-image: url('../img/lines-02.webp');
	z-index: -1;
}
.page-template-page-aboutus .gfx-line::before {

	background-image: url('../img/lines-02-dark.webp');
	z-index: 0;
}
.posts-wrapper > div:first-child {
	position: relative;
	z-index: 1;
}
.posts-wrapper > div:first-child::before {
	content:"";
	position: absolute;
	left: -140px;
	top: -40;
	width: 204px;
	height: 289px;
	background-image: url('../img/leaf-05.webp');
	background-repeat: no-repeat;
	z-index: -1;
}

footer img.logo,
.page-template-page-contact img.logo {
	width: 250px;
}
.contact-data {
	line-height: 35px;
}
.contact-legend {
	min-width: 40px;
}
.social-pos {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
}
.bg-leaf-04 {
	position: relative;
	z-index: 5;
}
.bg-leaf-04::before {
	position: absolute;
	content:"";
	right: 30px;
	bottom: -130px;
	width: 161px;
	height: 240px;
	background-image: url('../img/leaf-04.webp');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
}
@media only screen and (max-width : 768px) {
	.bg-leaf-04::before {
		right: 0px;
		bottom: -140px;
		width: 120px;
		height: 179px;
		background-image: url('../img/leaf-04-sm.webp');
	}
}
.bg-leaf-06 {
	position: relative;
}
.bg-leaf-06::before {
	position: absolute;
	content:"";
	right: -155px;
	bottom: 99px;
	width: 228px;
	height: 211px;
	background-image: url('../img/leaf-06.webp');
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
@media only screen and (max-width : 768px) {
	.bg-leaf-06::before {
		left: 65px;
		bottom: -67px;
	}
}
footer h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
footer ul {
	padding:0;
}
footer ul li {
	list-style: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#title {
	background-image: url('../img/bg-title.webp');
	background-repeat: no-repeat;
	background-position: center;	
}
body.single #title {
	background-image: url('../img/bg-title-single.webp');	
}
body.blog #title {
	background-image: url('../img/bg-title-home.webp');	
}
body.page-template-page-aboutus #title {
	background-image: url('../img/bg-title-about.webp');	
}
body.post-type-archive-opinia #title {
	background-image: url('../img/bg-title-testimonials.webp');	
}
body.search-results #title {
	background-image: url('../img/bg-title-search.webp');	
}
body.post-type-archive-realizacja #title {
	background-image: url('../img/bg-title-cases.webp');	
}
body.post-type-archive-usluga #title {
	background-image: url('../img/bg-title-services.webp');	
}
body.post-type-archive-klient #title {
	background-image: url('../img/bg-title-recipients.webp');	
}
.margin-title {
	margin-top: 98px;
	height: 400px;
}
.single-post .margin-title {
	min-height: 450px;
}
.breadcrumbs a {
	font-weight: 600;
}
.page-template-page-aboutus #content {
	background-image: url('../img/bg-flowers-04.webp');
	background-repeat: no-repeat;
	background-position: left top 240px;
	min-height: 367px;
}
.ul-li-style ul {
	padding:0;
	margin:0;
	margin-top:30px;
	margin-bottom:30px;
}
.ul-li-style ul li {
	position: relative;
	list-style: none;
	padding-left: 55px;
	font-weight: 600;
}
.ul-li-style ul li::before {
	position: absolute;
	content:"";
	left: 0%;
	top: 50%;
	width: 40px;
	height: 1px;
	background-color: #242b0b;
	border-radius: 50%;
}
#contact-map .bg-divider-01-rev {
	top:0;
	left: 0;
}
.searchfilter-btns .searchandfilter ul {
	padding:0;
	margin:0;
}
.searchfilter-btns .searchandfilter ul li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}
.searchfilter-btns .searchandfilter ul li input {
	display: none;
}
.searchfilter-btns .searchandfilter ul li label {
	padding-left:0;
	background-color: #fff;
	border:1px solid #81885d;
	color:#81885d;
	font-weight: 400 !important;
	padding:10px 20px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}
.searchfilter-btns .searchandfilter ul li label:hover {
	background-color: #81885d;
	border:1px solid #81885d;
	color:#fff;
}
.searchfilter-btns .searchandfilter ul li.sf-option-active label {
	background-color: #3b4614;
	border:1px solid #3b4614;
	color:#fff;
}

body.single .featured-img img {
	max-height: 50vh;
}
.testimonial-stars {
	background-image: url('../img/stars.webp');
	background-repeat: no-repeat;
	background-position: left;
	width: 101px;
	height: 15px;
}
.testimonial-stars-5 {
	background-position: left 0px center;
}
.testimonial-stars-4 {
	background-position: left -20px center;
}
.testimonial-stars-3 {
	background-position: left -40px center;
}
.testimonial-stars-2 {
	background-position: left -60px center;
}
.testimonial-stars-1 {
	background-position: left -80px center;
}

.testimonial-box {
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}
.testimonial-box:hover {
	background-color: #81885d;
	color:#fff;
}

.page-numbers {
	display: inline-block;
	border-radius: 50px;
	text-align: center;
	line-height: 46px;
	font-weight: 500;
	font-size: 15px;
	color:#fff;
	width: 46px;
	height: 46px;
	background-color: #81885d;
}
.page-numbers:hover,
.page-numbers.current {
	background-color: #3b4614;
}
.next.page-numbers,
.prev.page-numbers {
	background-color: transparent;
}
#error {
	background-image: url('../img/bg-404.webp');
	background-repeat: no-repeat;
	background-position: center;
}
.feature-no {
	border:1px solid #81885d;
	color:#81885d;
	width:60px;
	height:60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	border-radius: 50px;
}
.on-singles-masterslider .bg-divider-01-rev {
	position: absolute;
	z-index: 10;
	top: 0;
}
.on-singles-masterslider .bg-divider-01{
	position: absolute;
	z-index: 10;
	bottom: 0;
}
.ms-tooltip-point .ms-point-center {
	background-color: #abc526 !important;
	border:5px solid #fff !important;

}
.ms-tooltip-cont {
	text-shadow: none !important;
	text-align: center;
	background-color: #242b0b !important;
	color:#fff !important;
	padding:30px !important;
	border-radius: 15px !important;
}
.ms-tooltip-cont h1,.ms-tooltip-cont  h2,.ms-tooltip-cont  h3,.ms-tooltip-cont  h4,.ms-tooltip-cont  h5,.ms-tooltip-cont  h6 {
	text-shadow: none !important;
	text-align: center;
	background-color: #242b0b !important;
	color:#fff !important;
}
.ms-tooltip-top .ms-tooltip-arrow {
	border-top-color: #242b0b !important;
}
.color-green {
	color:#81885d !important;
}
.border-top {
	border-top:1px solid #d8dbcc !important;
}
#enterance-gallery > div:nth-child(2) {
	position: relative;
}
#enterance-gallery > div:nth-child(2)::after {
	position: absolute;
	content:"";
	background-image: url('../img/leaf-07.webp');
	background-repeat: no-repeat;
	background-position: center;
	width: 190px;
	height: 102px;
	bottom:-50px;
	left:-100px;
}
#enterance-gallery > div:nth-child(2)::before {
	position: absolute;
	content:"";
	background-image: url('../img/lines-02.webp');
	background-repeat: no-repeat;
	background-position: center;
	width: 441px;
	height: 138px;
	bottom:-43px;
	left:-314px;
}
.expectations-wrapper > div:nth-child(3) {
	position: relative;
}
.expectations-wrapper > div:nth-child(3)::after {
	position: absolute;
	content:"";
	background-image: url('../img/leaf-06.webp');
	background-repeat: no-repeat;
	background-position: center;
	width: 228px;
	height: 211px;
	bottom:-50px;
	left:-100px;
}
.expectations-wrapper > div:nth-child(3)::before {
	position: absolute;
	content:"";
	background-image: url('../img/lines-02.webp');
	background-repeat: no-repeat;
	background-position: center;
	width: 441px;
	height: 138px;
	bottom:-43px;
	left:-314px;
}
#project-results {
	background-image: url('../img/bg-flowers-04.webp');
	background-repeat: no-repeat;
	background-position: left center;
}
.related-services-wrapper > div:nth-child(1) {
	position: relative;
}
.related-services-wrapper > div:nth-child(1)::after {
	position: absolute;
	content:"";
	background-image: url('../img/leaf-08.webp');
	background-repeat: no-repeat;
	background-position: center;
	width: 135px;
	height: 204px;
	bottom:-50px;
	left:-100px;
}
/* ============================================= */
/* 6. Responsive fixes                           */
/* ============================================= */

@media only screen and (max-width : 1150px) {
	.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;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) { 

	.fixed-top.navbar-light .navbar-nav .nav-link {
		padding-top:8px;
		padding-bottom:8px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding-top:10px;
		padding-bottom:10px;
	}
	.navbar {
		padding-top:8px !important;
		padding-bottom:8px !important;
	}
	.navbar-brand img {
		width: 120px; 
		height: auto;
	}

}

/* 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) {
}