@charset "UTF-8";
@import 'vendor/owl.carousel.css';
@import 'vendor/owl.theme.css';
@font-face {
  font-family: "BebasNeue";
  font-style: normal;
  font-weight: normal;
  src: local("BebasNeue"), url("../fonts/BebasNeue Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/********** Fonts ***********/
/********** Colors ***********/
/********** Transitions ***********/
/********** Mixins ***********/
/********** Media Querys ***********/
/********** Extending Classes ***********/
.clearfix:after, footer .footer_last:after, section:after, .row:after, .inner_width:after,
.container:after {
  content: "";
  display: table;
  clear: both;
}

.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background: none;
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #1e612b;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.owl-theme .owl-nav [class*=owl-] i {
  color: #1e612b;
  line-height: 60px;
  font-size: 1.3em;
}
.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  width: 40px;
  height: 1px;
  border-top: 1px #1e612b solid;
  position: absolute;
  top: 50%;
}
.owl-theme .owl-nav .owl-prev {
  left: 0px;
  text-align: left;
}
.owl-theme .owl-nav .owl-prev:before {
  left: -50px;
}
.owl-theme .owl-nav .owl-next {
  right: 0px;
  text-align: right;
}
.owl-theme .owl-nav .owl-next:before {
  right: -50px;
}
.owl-theme .owl-nav .disabled {
  display: none;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 12px;
  z-index: 10;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 2px;
  background: #49a15b;
  opacity: 1;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
  box-sizing: border-box;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
  background: #1e612b;
}
@media (max-width: 767px) {
  .owl-theme .owl-dots {
    margin-top: 10px;
  }
}

.owl-theme-inside .owl-nav .owl-prev {
  left: 0px;
  border-radius: 0 3px 3px 0;
}
.owl-theme-inside .owl-nav .owl-next {
  right: 0px;
  border-radius: 3px 0 0 3px;
}
.owl-theme-inside .owl-dots {
  position: absolute;
  margin-top: -40px;
  width: 100%;
}
@media (max-width: 767px) {
  .owl-theme-inside .owl-dots {
    position: relative;
    margin-top: 8px;
    margin-bottom: 10px;
  }
}
.owl-theme-inside .owl-dots .owl-dot span {
  border: 0px;
}
@media (max-width: 767px) {
  .owl-theme-inside .owl-dots .owl-dot span {
    margin: 5px 7px;
  }
}
.owl-theme-inside .owl-dots .owl-dot.active span, .owl-theme-inside .owl-dots .owl-dot:hover span {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .owl-theme-inside .owl-dots .owl-dot.active span, .owl-theme-inside .owl-dots .owl-dot:hover span {
    background: black;
  }
}

.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.owl-carousel .animated {
  -webkit-animation-duration: 2200ms;
  animation-duration: 2200ms;
}

* {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .mobile_only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .desktop_only {
    display: none !important;
  }
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
@media (max-width: 1460px) {
  .alignwide:not(.wp-block-image) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 1420px) {
  .alignwide {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: auto;
}

/*
.alignfull img {
    width: 100vw;
}
*/
@media (max-width: 767px) {
  .alignwide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .alignfull {
    width: calc(100% + 30px);
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.inner_width,
.container {
  position: relative;
  padding: 0px 40px;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.inner_width .container_small,
.container .container_small {
  max-width: 1000px;
  margin: 0 auto;
}
.inner_width .container_slim,
.container .container_slim {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .inner_width,
.container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .inner_width,
.container {
    padding: 0 15px;
  }
}

.row {
  margin: 0 -5px;
}
.row [class*=col-] {
  padding: 0 5px;
  float: left;
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;
}
.row [class*=col-].col-right {
  float: right;
}
.row .col-1 {
  width: 8.33333%;
}
.row .col-2 {
  width: 16.66667%;
}
.row .col-3 {
  width: 25%;
}
.row .col-4 {
  width: 33.33333%;
}
.row .col-5 {
  width: 41.66667%;
}
.row .col-6 {
  width: 50%;
}
.row .col-7 {
  width: 58.33333%;
}
.row .col-8 {
  width: 66.66667%;
}
.row .col-9 {
  width: 75%;
}
.row .col-10 {
  width: 83.33333%;
}
.row .col-11 {
  width: 91.66667%;
}
.row .col-12 {
  width: 100%;
}
@media (max-width: 767px) {
  .row {
    margin: 0 !important;
  }
  .row [class*=col-] {
    padding: 0 !important;
    width: 100%;
  }
}
.row.row_centered {
  text-align: center;
}
.row.row_centered [class*=col-] {
  float: none;
  display: inline-block;
  text-align: left;
  margin: 0 -2px;
  vertical-align: top;
}

section {
  margin: 60px 0;
}
@media (max-width: 767px) {
  section {
    margin: 40px 0;
  }
}

.f-right,
.right {
  float: right;
}

.f-left,
.left {
  float: left;
}

.center_all {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/******** RESET *********/
:focus {
  outline: 0;
}

a {
  cursor: pointer;
}

img {
  border: none;
  max-width: 100%;
  width: auto;
  height: auto;
}

/******** RESET *********/
.parallax_wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.parallax_wrapper .parallax_content {
  position: relative;
  width: 100%;
  margin-bottom: -3%;
}
.parallax_wrapper .parallax_content img {
  width: 100%;
  display: block;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  line-height: 34px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 20px;
  margin-top: 3px;
  background: #ededed;
  color: #333;
}

textarea {
  height: 190px;
}

input[type=submit],
.searchform input[type=submit],
a.button,
a.ghostkit-button,
span.ghostkit-button,
div.ghostkit-button {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #53b166 url("../img/icons/btn_arrow.png") right center no-repeat;
  background-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  padding: 14px 50px 14px 20px;
  border: 0px;
  cursor: pointer;
  border-radius: 0px;
  transition: 0.2s ease-in;
}
input[type=submit].button_light,
.searchform input[type=submit].button_light,
a.button.button_light,
a.ghostkit-button.button_light,
span.ghostkit-button.button_light,
div.ghostkit-button.button_light {
  background-color: #fff;
  color: #1e612b;
}
input[type=submit].button_back,
.searchform input[type=submit].button_back,
a.button.button_back,
a.ghostkit-button.button_back,
span.ghostkit-button.button_back,
div.ghostkit-button.button_back {
  background-image: url("../img/icons/btn_arrow_back.png");
  background-position: left center;
  padding-left: 50px;
  padding-right: 20px;
}
input[type=submit]:hover,
.searchform input[type=submit]:hover,
a.button:hover,
a.ghostkit-button:hover,
span.ghostkit-button:hover,
div.ghostkit-button:hover {
  background-color: #316d3d;
  color: #fff;
}
@media (max-width: 1023px) {
  input[type=submit],
.searchform input[type=submit],
a.button,
a.ghostkit-button,
span.ghostkit-button,
div.ghostkit-button {
    padding: 9px 40px 9px 14px;
    font-size: 13px;
  }
  input[type=submit].button_back,
.searchform input[type=submit].button_back,
a.button.button_back,
a.ghostkit-button.button_back,
span.ghostkit-button.button_back,
div.ghostkit-button.button_back {
    padding-left: 40px;
    padding-right: 14px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #1e612b url("../img/elements/dropdown.png") right center no-repeat;
  background-size: 50px;
  padding: 10px 70px 10px 16px;
  margin: 12px 0;
  height: 50px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  font-size: 14px;
  border-radius: 0;
  border: 0;
}
@media (max-width: 767px) {
  select {
    height: 40px;
    line-height: 20px;
    padding: 10px 50px 10px 10px;
    font-size: 13px;
    width: 280px;
    margin-bottom: 0;
  }
}

select + .button {
  margin-left: -6px;
}
@media (max-width: 767px) {
  select + .button {
    width: 280px;
    margin-left: 0;
  }
}

select::-ms-expand {
  display: none;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  float: left;
  position: relative;
  width: 24px;
  height: 24px;
  background: none;
  border: 2px #1e612b solid;
  margin: 0px 10px 6px -16px;
}
input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 0;
  left: 0;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  text-transform: none;
  letter-spacing: 0em;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 36px;
}
.wpcf7-acceptance input[type=checkbox] {
  margin-left: -36px;
}

ul.slick-dots {
  padding: 0 !important;
  bottom: 30px !important;
}
ul.slick-dots li {
  margin: 0 6px !important;
}
ul.slick-dots li button {
  margin: 0 auto;
  display: block;
  width: 5px !important;
  height: 5px !important;
  background: #d3d3d2;
  border: 2px #d3d3d2 solid;
}
ul.slick-dots li button:before {
  display: none;
}
ul.slick-dots li.slick-active button {
  border-color: #d3d3c3;
  background: #1e612b !important;
}
ul.slick-dots li:before {
  display: none !important;
}

.mobile_only {
  display: none;
}
@media (max-width: 767px) {
  .mobile_only {
    display: block;
  }
}

.desktop_only {
  display: none;
}
@media (min-width: 768px) {
  .desktop_only {
    display: block;
  }
}

.wp-block-image .alignright {
  margin: 5px 0 30px 50px;
}

.wp-block-image .alignleft {
  margin: 5px 50px 30px 0px;
}

@media (max-width: 479px) {
  .wp-block-image .alignright,
.wp-block-image .alignleft {
    margin: 0 0 40px 0;
    width: 100%;
    float: none;
  }
  .wp-block-image .alignright img,
.wp-block-image .alignleft img {
    width: 100%;
  }
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.05em;
}

a {
  color: #1e612b;
}

strong, b {
  font-weight: bold;
}

p {
  margin: 1em 0;
}

hr {
  background: none;
  border: 0;
  border-top: 1px #53b166 solid;
  margin: 30px auto;
  width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "BebasNeue", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 1.2em;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  color: #1e612b;
  position: relative;
  text-align: center;
}

h1, .h1 {
  font-size: 4em;
  margin-bottom: 100px;
}
h1:after, .h1:after {
  bottom: -18px;
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.8em;
    margin-bottom: 2em;
  }
}
@media (max-width: 380px) {
  h1, .h1 {
    font-size: 1.6em;
  }
}

h2, .h2 {
  font-size: 2.4em;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  h2, .h2 {
    font-size: 2.1em;
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  h2, .h2 {
    font-size: 1.9em;
  }
}

h3, .h3 {
  position: relative;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  h3, .h3 {
    font-size: 1.5em;
  }
}

h4, .h4 {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 30px;
}
h4:after, .h4:after {
  left: 0;
  margin-left: 0;
  width: 30px;
  bottom: -16px;
}

h5, .h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  color: #53b166;
  text-align: center;
  font-size: 1em;
  margin-bottom: 12px;
}

.has-secondary-background-color h5, .has-secondary-background-color .h5 {
  color: #fff;
}

h6, .h6 {
  text-align: center;
  margin-bottom: 9px;
  font-size: 1em;
  color: #1e612b;
}

table {
  border: 0;
  width: 100%;
  border-collapse: collapse;
}
table tr td, table tr th {
  padding: 20px;
  text-align: left;
}
table tr th {
  background: #1e612b;
  color: white;
}
table tr td {
  border-bottom: #d3d9dc 1px solid;
}
table tr:nth-child(2n-1) td {
  background: rgba(255, 255, 255, 0.1);
}

.light {
  font-weight: 300;
}

div.page ul {
  padding-left: 20px;
}
div.page ul.inner_width {
  padding-left: 40px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: white;
  padding-top: 230px;
}
@media (max-width: 1600px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 1023px) {
  body {
    padding-top: 80px;
  }
}

div.page {
  width: 100%;
  overflow: hidden;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff url("../img/elements/loader.gif") center center no-repeat;
  background-size: 202px;
  z-index: 1900;
}

a {
  cursor: pointer;
}

a[name] {
  position: absolute;
  margin-top: -130px;
}

a.back_to_top {
  position: fixed;
  right: 50px;
  bottom: -70px;
  display: block;
  width: 50px;
  height: 50px;
  border: 3px #1e612b solid;
  line-height: 45px;
  text-align: center;
  color: #1e612b;
  font-size: 30px;
  z-index: 2200;
  transition: 0.7s cubic-bezier(0.8, 0, 0.5, 1);
}
@media (max-width: 767px) {
  a.back_to_top {
    display: none !important;
  }
}

body.body_scrolled a.back_to_top {
  bottom: 50px;
}

.page {
  width: 100%;
  min-height: 700px;
}

.logo {
  display: block;
  width: 480px;
  height: 160px;
  background: url("../img/site/logo.png") center center no-repeat;
  background-size: 100%;
  box-sizing: content-box;
}

header {
  z-index: 2200;
  position: fixed;
  top: 0;
  width: 100%;
  height: 240px;
  background: #fff;
  border-bottom: 10px #53b166 solid;
}
header .container {
  max-width: 1600px;
}
header .logo {
  position: absolute;
  left: 50%;
  height: 100%;
  margin-left: -240px;
  background-size: auto 90%;
}
header nav.main_nav,
header nav.main_nav_right {
  display: block;
}
header nav.main_nav ul.menu_right,
header nav.main_nav_right ul.menu_right {
  right: 6%;
}
header nav.main_nav ul.menu,
header nav.main_nav_right ul.menu {
  position: absolute;
  top: 53%;
  margin-top: -14px;
}
header nav.main_nav ul.menu:not(.menu_right),
header nav.main_nav_right ul.menu:not(.menu_right) {
  left: 6%;
}
header nav.main_nav ul.menu.menu_right li:nth-child(1), header nav.main_nav ul.menu.menu_right li:nth-child(2),
header nav.main_nav_right ul.menu.menu_right li:nth-child(1),
header nav.main_nav_right ul.menu.menu_right li:nth-child(2) {
  border-right: 2px #1e612b solid;
}
header nav.main_nav ul.menu.menu_right li:nth-child(3),
header nav.main_nav_right ul.menu.menu_right li:nth-child(3) {
  padding-right: 0;
}
header nav.main_nav ul.menu li,
header nav.main_nav_right ul.menu li {
  padding: 0 15px;
  display: inline-block;
}
header nav.main_nav ul.menu li a,
header nav.main_nav_right ul.menu li a {
  font-family: "BebasNeue", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 22px;
  display: inline-block;
  padding: 0;
  color: #1e612b;
  text-decoration: none;
  transition: 0.2s ease-in;
}
@media (max-width: 1280px) {
  header nav.main_nav ul.menu li,
header nav.main_nav_right ul.menu li {
    padding: 0 8px;
  }
  header nav.main_nav ul.menu li a,
header nav.main_nav_right ul.menu li a {
    font-size: 16px;
  }
}
header nav.main_nav ul.menu li.current-menu-item > a, header nav.main_nav ul.menu li.current-menu-ancestor > a,
header nav.main_nav ul.menu li a:hover,
header nav.main_nav_right ul.menu li.current-menu-item > a,
header nav.main_nav_right ul.menu li.current-menu-ancestor > a,
header nav.main_nav_right ul.menu li a:hover {
  color: #53b166;
}
header nav.main_nav ul.menu li.menu-item-has-children > a:after,
header nav.main_nav_right ul.menu li.menu-item-has-children > a:after {
  content: "•";
  margin-left: 5px;
  font-size: 0.8em;
}
@media (min-width: 1024px) {
  header nav.main_nav ul.menu li ul,
header nav.main_nav_right ul.menu li ul {
    display: block;
    position: absolute;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-top: 14px;
  }
  header nav.main_nav ul.menu li ul li,
header nav.main_nav_right ul.menu li ul li {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: #ccc 1px solid;
  }
  header nav.main_nav ul.menu li ul li a,
header nav.main_nav_right ul.menu li ul li a {
    display: block;
    line-height: 1.4;
    padding: 12px 60px 12px 20px;
    color: #333;
    text-transform: none;
    transition: all 0.6s ease-in-out;
  }
  header nav.main_nav ul.menu li ul li a:hover,
header nav.main_nav_right ul.menu li ul li a:hover {
    background: #eee;
  }
  header nav.main_nav ul.menu li ul li.current-menu-item > a,
header nav.main_nav ul.menu li ul li a:hover,
header nav.main_nav_right ul.menu li ul li.current-menu-item > a,
header nav.main_nav_right ul.menu li ul li a:hover {
    color: #1e612b;
  }
  header nav.main_nav ul.menu li:hover ul,
header nav.main_nav_right ul.menu li:hover ul {
    max-height: 500px;
  }
}
header .open_main_nav,
header .open_search_mobile,
header .close_main_nav {
  display: none;
}
@media (max-width: 1600px) {
  header {
    height: 100px !important;
  }
}
@media (max-width: 1023px) {
  header {
    height: 80px !important;
  }
  header .logo {
    background-size: auto 100%;
    width: 200px;
    margin-left: -100px;
  }
  header .open_main_nav,
header .open_search_mobile {
    display: block;
    color: #1e612b;
    line-height: 60px;
    font-size: 18px;
    width: 40px;
    margin-top: 5px;
    text-align: center;
    float: right;
  }
  header nav.main_nav {
    position: fixed;
    background: rgba(30, 97, 43, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    left: 0;
    right: 0;
    bottom: 110%;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 70px 0;
    overflow: auto;
    transition: 0.7s cubic-bezier(0.8, 0, 0.5, 1);
  }
  header nav.main_nav ul.menu {
    position: relative;
    width: 100%;
    left: 0 !important;
    right: 0;
    top: auto !important;
    margin-top: 80px;
  }
  header nav.main_nav ul.menu.menu_right {
    text-align: center;
  }
  header nav.main_nav ul.menu.menu_right li {
    display: inline-block;
    border-color: #fff !important;
  }
  header nav.main_nav ul.menu li {
    display: block;
    text-align: center;
    margin: 8px 0;
  }
  header nav.main_nav ul.menu li a {
    font-size: 19px;
    color: #fff;
  }
  header nav.main_nav ul.menu li ul {
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: 0.7s cubic-bezier(0.8, 0, 0.5, 1);
  }
  header nav.main_nav ul.menu li ul li {
    margin: 0;
  }
  header nav.main_nav ul.menu li ul li a {
    line-height: 30px;
    font-size: 0.9em;
  }
  header nav.main_nav ul.menu li ul li a i {
    transition: 0.2s ease-in;
  }
  header nav.main_nav ul.menu li.open ul {
    max-height: 400px;
  }
  header nav.main_nav.mn_open {
    bottom: 0;
  }
  header nav.main_nav .close_main_nav {
    display: block;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
  header nav.main_nav .open_search {
    display: none;
  }
}

.admin-bar header {
  top: 32px;
}
@media (max-width: 767px) {
  .admin-bar header {
    top: 46px;
  }
}

.searchform {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  top: -100px;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: 0;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 3000;
  transition: 0.5s cubic-bezier(0.8, 0, 0.5, 1);
}
.searchform.searchform_visible {
  top: 0;
  bottom: 0;
  opacity: 1;
}
.searchform > div {
  position: absolute;
  top: 30%;
  width: 80%;
  left: 10%;
  text-align: center;
  color: #333;
}
.searchform > div label {
  font-family: "BebasNeue", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2em;
}
.searchform > div input[type=text] {
  margin: 30px 0 50px 0;
  background: none;
  text-align: center;
  font-size: 2em;
  border: 0px;
  color: #333;
}

.footer_newsletter {
  background: #313131;
  color: #fff;
  padding: 0 20px;
  overflow: hidden;
  max-height: 0;
  transition: 0.7s cubic-bezier(0.8, 0, 0.5, 1);
}
.footer_newsletter.footer_newsletter_open {
  max-height: 1400px;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer_newsletter.footer_newsletter_open {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.footer_newsletter .close_newsletter {
  display: block;
  margin: 0 auto 20px auto;
  font-size: 32px;
  color: #fff;
  width: 40px;
  text-align: center;
}

footer {
  background: #1e612b;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
footer .row {
  margin: 0 -25px;
}
footer .row [class*=col-] {
  padding: 0 25px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .logo {
  max-width: 100%;
  margin-bottom: 50px;
  margin-top: -70px;
  background-color: #fff;
  background-size: 90%;
}
footer h3 {
  font-size: 20px;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  padding-bottom: 10px;
  margin-bottom: 40px;
  color: #fff;
  text-align: left;
}
footer p {
  margin: 0;
}
footer .footer_top {
  padding: 70px 0;
}
footer .footer_top .col-3:last-child p:last-child {
  margin-top: 41px;
}
footer .footer_last {
  padding: 30px 0;
  border-top: rgba(255, 255, 255, 0.3) 1px solid;
}
footer .footer_last .textwidget,
footer .footer_last .textwidget p {
  display: inline;
}
footer .footer_last .menu li {
  display: inline-block;
}
footer .footer_last .menu li:first-child:after {
  content: " | ";
}
footer .menu {
  list-style: none;
}
footer .menu ul {
  display: none;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer h3 {
    margin-top: 40px;
    text-align: center;
  }
  footer .logo {
    width: auto;
    border-top: 10px #53b166 solid;
    max-width: none;
    margin: -70px -15px 40px -15px;
    background-size: 170px;
  }
}

.page_header {
  position: relative;
  background-position: center top;
  background-size: cover;
  height: 0;
  padding-bottom: 30%;
}
@media (max-width: 767px) {
  .page_header {
    padding-bottom: 0;
    height: 200px;
  }
}

.immoflex_block .immoflex_block_property,
.immoflex_block .team_contact,
.team_block .immoflex_block_property,
.team_block .team_contact {
  position: relative;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.immoflex_block .immoflex_block_property img,
.immoflex_block .team_contact img,
.team_block .immoflex_block_property img,
.team_block .team_contact img {
  display: block;
  transition: 0.2s ease-in;
}
.immoflex_block .immoflex_block_property .immoflex_block_property_details,
.immoflex_block .immoflex_block_property .team_contact_details,
.immoflex_block .immoflex_block_property .team_contact_data,
.immoflex_block .team_contact .immoflex_block_property_details,
.immoflex_block .team_contact .team_contact_details,
.immoflex_block .team_contact .team_contact_data,
.team_block .immoflex_block_property .immoflex_block_property_details,
.team_block .immoflex_block_property .team_contact_details,
.team_block .immoflex_block_property .team_contact_data,
.team_block .team_contact .immoflex_block_property_details,
.team_block .team_contact .team_contact_details,
.team_block .team_contact .team_contact_data {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(30, 97, 43, 0.7);
  color: #fff;
  padding: 16px 20px;
  z-index: 10;
}
.immoflex_block .immoflex_block_property .immoflex_block_property_details h3,
.immoflex_block .immoflex_block_property .team_contact_details h3,
.immoflex_block .immoflex_block_property .team_contact_data h3,
.immoflex_block .team_contact .immoflex_block_property_details h3,
.immoflex_block .team_contact .team_contact_details h3,
.immoflex_block .team_contact .team_contact_data h3,
.team_block .immoflex_block_property .immoflex_block_property_details h3,
.team_block .immoflex_block_property .team_contact_details h3,
.team_block .immoflex_block_property .team_contact_data h3,
.team_block .team_contact .immoflex_block_property_details h3,
.team_block .team_contact .team_contact_details h3,
.team_block .team_contact .team_contact_data h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  .immoflex_block .immoflex_block_property .immoflex_block_property_details h3,
.immoflex_block .immoflex_block_property .team_contact_details h3,
.immoflex_block .immoflex_block_property .team_contact_data h3,
.immoflex_block .team_contact .immoflex_block_property_details h3,
.immoflex_block .team_contact .team_contact_details h3,
.immoflex_block .team_contact .team_contact_data h3,
.team_block .immoflex_block_property .immoflex_block_property_details h3,
.team_block .immoflex_block_property .team_contact_details h3,
.team_block .immoflex_block_property .team_contact_data h3,
.team_block .team_contact .immoflex_block_property_details h3,
.team_block .team_contact .team_contact_details h3,
.team_block .team_contact .team_contact_data h3 {
    font-size: 20px;
  }
}
.immoflex_block .immoflex_block_property .immoflex_block_property_details p,
.immoflex_block .immoflex_block_property .team_contact_details p,
.immoflex_block .immoflex_block_property .team_contact_data p,
.immoflex_block .team_contact .immoflex_block_property_details p,
.immoflex_block .team_contact .team_contact_details p,
.immoflex_block .team_contact .team_contact_data p,
.team_block .immoflex_block_property .immoflex_block_property_details p,
.team_block .immoflex_block_property .team_contact_details p,
.team_block .immoflex_block_property .team_contact_data p,
.team_block .team_contact .immoflex_block_property_details p,
.team_block .team_contact .team_contact_details p,
.team_block .team_contact .team_contact_data p {
  margin: 0;
}
.immoflex_block .immoflex_block_property .immoflex_block_property_details,
.immoflex_block .team_contact .immoflex_block_property_details,
.team_block .immoflex_block_property .immoflex_block_property_details,
.team_block .team_contact .immoflex_block_property_details {
  min-height: 115px;
}
.immoflex_block .immoflex_block_property .immoflex_block_property_details h3,
.immoflex_block .team_contact .immoflex_block_property_details h3,
.team_block .immoflex_block_property .immoflex_block_property_details h3,
.team_block .team_contact .immoflex_block_property_details h3 {
  text-align: left;
}
.immoflex_block .immoflex_block_property .team_contact_details,
.immoflex_block .team_contact .team_contact_details,
.team_block .immoflex_block_property .team_contact_details,
.team_block .team_contact .team_contact_details {
  text-align: center;
  background: #1e612b;
}
.immoflex_block .immoflex_block_property .team_contact_data,
.immoflex_block .team_contact .team_contact_data,
.team_block .immoflex_block_property .team_contact_data,
.team_block .team_contact .team_contact_data {
  opacity: 0;
  top: 0;
  bottom: 85px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in;
}
.immoflex_block .immoflex_block_property .team_contact_data a,
.immoflex_block .team_contact .team_contact_data a,
.team_block .immoflex_block_property .team_contact_data a,
.team_block .team_contact .team_contact_data a {
  color: #fff;
}
.immoflex_block .immoflex_block_property .team_contact_data hr,
.immoflex_block .team_contact .team_contact_data hr,
.team_block .immoflex_block_property .team_contact_data hr,
.team_block .team_contact .team_contact_data hr {
  width: 70%;
}
.immoflex_block .immoflex_block_property .team_contact_data .team_contact_data_sm,
.immoflex_block .team_contact .team_contact_data .team_contact_data_sm,
.team_block .immoflex_block_property .team_contact_data .team_contact_data_sm,
.team_block .team_contact .team_contact_data .team_contact_data_sm {
  display: block;
}
.immoflex_block .immoflex_block_property .team_contact_data .team_contact_data_sm a,
.immoflex_block .team_contact .team_contact_data .team_contact_data_sm a,
.team_block .immoflex_block_property .team_contact_data .team_contact_data_sm a,
.team_block .team_contact .team_contact_data .team_contact_data_sm a {
  display: inline-block;
  width: 30px;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
}
.immoflex_block .immoflex_block_property:hover img,
.immoflex_block .team_contact:hover img,
.team_block .immoflex_block_property:hover img,
.team_block .team_contact:hover img {
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.immoflex_block .immoflex_block_property:hover .team_contact_data,
.immoflex_block .team_contact:hover .team_contact_data,
.team_block .immoflex_block_property:hover .team_contact_data,
.team_block .team_contact:hover .team_contact_data {
  opacity: 1;
}
.immoflex_block .team_grid .team_contact,
.team_block .team_grid .team_contact {
  max-height: 42vw;
}
@media (max-width: 767px) {
  .immoflex_block .team_grid .team_contact,
.team_block .team_grid .team_contact {
    max-height: calc(90vw + 80px);
  }
}

.immoflex_properties_grid,
.team_grid,
.news_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.immoflex_properties_grid .immoflex_block_property,
.immoflex_properties_grid .team_contact,
.immoflex_properties_grid .news,
.team_grid .immoflex_block_property,
.team_grid .team_contact,
.team_grid .news,
.news_grid .immoflex_block_property,
.news_grid .team_contact,
.news_grid .news {
  width: calc(33.33% - 10px);
  margin: 5px;
}
@media (max-width: 1023px) {
  .immoflex_properties_grid .immoflex_block_property,
.immoflex_properties_grid .team_contact,
.immoflex_properties_grid .news,
.team_grid .immoflex_block_property,
.team_grid .team_contact,
.team_grid .news,
.news_grid .immoflex_block_property,
.news_grid .team_contact,
.news_grid .news {
    width: calc(33.33% - 10px) !important;
  }
}
@media (max-width: 767px) {
  .immoflex_properties_grid .immoflex_block_property,
.immoflex_properties_grid .team_contact,
.immoflex_properties_grid .news,
.team_grid .immoflex_block_property,
.team_grid .team_contact,
.team_grid .news,
.news_grid .immoflex_block_property,
.news_grid .team_contact,
.news_grid .news {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
}
.immoflex_properties_grid .team_contact,
.team_grid .team_contact,
.news_grid .team_contact {
  width: calc(25% - 10px);
  max-width: 360px;
}

.news_block img {
  display: block;
}
.news_block .news_details {
  background: #1e612b;
  color: #fff;
  padding: 24px;
  height: 290px;
}
.news_block .news_details a {
  color: #fff;
  text-decoration: none;
}
.news_block .news_details h3 {
  color: #fff;
  text-align: left;
  margin-bottom: 0px;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .news_block .news_details h3 {
    font-size: 20px;
  }
}

article.single {
  padding: 100px 0;
}
article.single h1 {
  margin-bottom: 60px;
}
article.single .button_back {
  margin-bottom: 70px;
}
article.single .wp-post-image {
  display: block;
  width: 100%;
  margin: 0 auto 60px auto;
  max-width: 700px;
}

a.read_more {
  position: relative;
  color: #fff;
  font-family: "BebasNeue", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  display: block;
  margin-top: 20px;
  text-decoration: none;
}
a.read_more:before {
  content: "";
  width: 40px;
  border-top: 1px #fff solid;
  position: absolute;
  top: 40%;
  left: 72px;
}

.grid_gallery_block .grid_gallery_navi {
  padding: 0 20px 50px 20px;
  list-style: none;
  text-align: center;
}
.grid_gallery_block .grid_gallery_navi li {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
}
.grid_gallery_block .grid_gallery_navi li a {
  text-decoration: none;
}
.grid_gallery_block [class*=grid_gallery_img_] {
  position: relative;
  width: 100%;
  height: 20vw;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
.grid_gallery_block .grid_gallery_img_3 {
  height: calc(40vw + 10px);
}
.grid_gallery_block .grid_gallery_img_4 {
  height: 24vw;
}
.grid_gallery_block .grid_gallery_img_text {
  background: #53b166;
  color: #1e612b;
  height: 16vw;
  text-align: center;
}
.grid_gallery_block .grid_gallery_img_text h3 {
  position: relative;
  color: #fff;
  padding-top: 5vw;
  margin-bottom: 0px;
}
.grid_gallery_block .grid_gallery_img_hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 97, 43, 0.7);
  color: #fff;
  text-align: center;
  padding: 50% 20px 20px 20px;
  transition: 0.2s ease-in;
  text-decoration: none;
}
.grid_gallery_block .grid_gallery_img_hover p {
  margin: 0;
}
.grid_gallery_block .grid_gallery_img_hover h3 {
  color: #fff;
}
.grid_gallery_block .grid_gallery_img_hover span {
  position: absolute;
  display: inline-block;
  width: 20%;
  left: 50%;
  top: 33%;
  height: 1px;
  border-top: 1px #fff solid;
  margin-left: -10%;
}
.grid_gallery_block .grid_gallery_img_hover span:nth-child(1) {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.grid_gallery_block .grid_gallery_img_hover:hover {
  background: rgba(30, 97, 43, 0.9);
}
@media (max-width: 1023px) {
  .grid_gallery_block [class*=grid_gallery_img_] {
    height: 270px;
  }
  .grid_gallery_block .row .col-3,
.grid_gallery_block .row .col-6 {
    width: 100%;
  }
  .grid_gallery_block .grid_gallery_img_hover {
    padding-top: 140px;
  }
  .grid_gallery_block .grid_gallery_img_hover span {
    width: 40px;
    left: 50%;
    margin-left: -20px;
  }
  .grid_gallery_block .grid_gallery_img_text {
    height: auto;
    padding: 60px 15px 40px 15px;
  }
  .grid_gallery_block .grid_gallery_img_text h3 {
    padding-top: 0;
  }
}

.main_slider_block .main_slide {
  position: relative;
}
.main_slider_block .main_slide img {
  display: block;
  width: 100%;
}
.main_slider_block .main_slide .main_slide_text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(30, 97, 43, 0.7);
  color: #fff;
  padding: 6% 3%;
  width: 26%;
  z-index: 10;
}
.main_slider_block .main_slide .main_slide_text h3 {
  color: #fff;
  text-align: left;
  font-size: 2vw;
  line-height: 1;
}
@media (max-width: 1023px) {
  .main_slider_block .main_slide .main_slide_text h3 {
    font-size: 20px;
  }
}
.main_slider_block .main_slide .main_slide_text .button {
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .main_slider_block .main_slide .main_slide_text .button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .main_slider_block .main_slide .main_slide_text {
    display: none;
  }
}
@media (min-width: 1024px) {
  .main_slider_block .owl-dots {
    text-align: left;
    margin: -60px 0 0 4.3vw;
  }
  .main_slider_block .owl-dots .owl-dot.active span, .main_slider_block .owl-dots .owl-dot:hover span {
    opacity: 1;
    background: #eee;
  }
}

.immoflex_detail .immoflex_detail_headline {
  text-align: center;
  color: #fff;
  background: #1e612b;
  padding: 60px 20px;
}
.immoflex_detail .immoflex_detail_headline h1 {
  font-family: "BebasNeue", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 6em;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 1023px) {
  .immoflex_detail .immoflex_detail_headline h1 {
    font-size: 2em;
  }
}
.immoflex_detail .immoflex_detail_headline h3 {
  color: #53b166;
  margin-bottom: 0;
}
.immoflex_detail .immoflex_detail_headline h5 {
  margin-bottom: 20px;
  color: #eee;
}
.immoflex_detail .property_features_section {
  max-width: 1500px;
  margin: 5px auto;
  background: #1e612b;
  color: #fff;
  border-left: 15px white solid;
  border-right: 15px white solid;
  padding: 32px 0 28px 0;
}
.immoflex_detail .property_features_section h2 {
  color: #fff;
  margin-bottom: 14px;
}
.immoflex_detail ul.property_features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: square;
}
.immoflex_detail ul.property_features li {
  max-width: 25%;
  position: relative;
  border-bottom: 0;
  font-size: 18px;
}
.immoflex_detail ul.property_features li:before {
  content: "";
  font-weight: 200;
  color: #53b166;
}
@media (max-width: 767px) {
  .immoflex_detail ul.property_features li {
    max-width: 100%;
    width: 100%;
  }
}
.immoflex_detail .property_slider .owl-controls .owl-next {
  right: 20px;
}
.immoflex_detail .property_slider .owl-controls .owl-prev {
  left: 20px;
}
.immoflex_detail .property_slider .owl-controls .owl-prev,
.immoflex_detail .property_slider .owl-controls .owl-next {
  text-align: center;
  font-size: 3vw;
}
.immoflex_detail .property_slider .owl-controls .owl-prev:before,
.immoflex_detail .property_slider .owl-controls .owl-next:before {
  display: none;
}
.immoflex_detail .property_details {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 10px;
}
.immoflex_detail .property_details ul {
  padding-left: 0;
}
.immoflex_detail .property_details ul li {
  border: 0;
  border-radius: 0px;
  background: #1e612b;
  color: #fff;
  margin: 5px;
  padding: 40px 20px;
}
.immoflex_detail .property_details ul li span {
  font-family: "BebasNeue", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #53b166;
  font-size: 18px;
}
.immoflex_detail .property_details ul li strong {
  padding-top: 4px;
  font-family: "BebasNeue", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}
.immoflex_detail .property_partner .property_partner_groups {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.immoflex_detail .property_partner .property_partner_groups .property_partner_group {
  padding-top: 30px;
  border-top: 1px #ddd solid;
  width: calc(33.33% - 30px);
  margin: 0 15px;
}
.immoflex_detail .property_partner .property_partner_groups .property_partner_group h4 {
  width: 100%;
  font-size: 1.5em;
}
.immoflex_detail .property_partner .property_partner_groups .property_partner_group .property_partner_text {
  padding-bottom: 30px;
}
.immoflex_detail .property_partner .property_partner_groups .property_partner_group.property_partner_group_planer {
  width: calc(100% - 30px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.immoflex_detail .property_partner .property_partner_groups .property_partner_group.property_partner_group_planer .property_partner_text {
  width: calc(32.8% - 15px);
  margin-right: 30px;
}
.immoflex_detail .property_partner .property_partner_groups .property_partner_group.property_partner_group_planer .property_partner_text:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .immoflex_detail .property_partner .property_partner_groups .property_partner_group {
    width: calc(50% - 30px);
  }
  .immoflex_detail .property_partner .property_partner_groups .property_partner_group.property_partner_group_planer .property_partner_text {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .immoflex_detail .property_partner .property_partner_groups .property_partner_group {
    width: calc(100% - 30px);
  }
  .immoflex_detail .property_partner .property_partner_groups .property_partner_group.property_partner_group_planer .property_partner_text {
    width: 100%;
    margin-right: 0;
  }
}
.immoflex_detail .property_contact .container_slim {
  background: #fff;
  padding: 50px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .immoflex_detail .property_contact .container_slim {
    padding: 30px 15px;
  }
}
.immoflex_detail .property_contact .contact_module h5 {
  margin: 20px 0 0 0;
  font-size: 0.8em;
  font-weight: bold;
}
.immoflex_detail .property_contact .contact_module table {
  margin: 30px 0 10px 0;
}
.immoflex_detail .property_contact .contact_module table td {
  border: 0;
}
.immoflex_detail .property_location .property_location_text {
  background: rgba(45, 67, 99, 0.8);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.immoflex_detail .property_nearby {
  max-width: 1330px;
  margin: 50px auto;
}
.immoflex_detail .property_nearby .nearby_location {
  background: none;
  margin: 15px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.immoflex_detail .property_nearby .nearby_text {
  position: relative;
  display: block;
  padding: 20px;
  background: white;
  color: #000;
}
.immoflex_detail .property_nearby .nearby_text h2 {
  font-weight: 400;
}
.immoflex_detail .property_energy {
  background: #53b166;
  padding-top: 40px;
  margin-bottom: 0;
}
.immoflex_detail .property_energy h2 {
  padding-bottom: 40px;
  border-bottom: #ddd 1px solid;
  margin-bottom: 0;
}
.immoflex_detail .property_energy .col-6 {
  border-color: #ddd;
}
.immoflex_detail .property_paging .button {
  margin-bottom: 20px;
}

.search_result {
  padding-top: 70px;
  padding-bottom: 100px;
}

.search_entry {
  border-bottom: #ddd 1px solid;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.search_entry a {
  text-decoration: none;
}
.search_entry h3 {
  text-align: left;
  margin-bottom: 10px;
}

.has-primary-background-color {
  background-color: #1e612b;
  color: #fff;
}
.has-primary-background-color * {
  color: #fff;
}
.has-primary-background-color h5 {
  color: #53b166;
}

.has-secondary-background-color {
  background-color: #53b166;
}

.has-lighter-gray-background-color {
  background-color: #ededed;
}

.wp-block-media-text__content h2,
.wp-block-media-text__content h3,
.wp-block-media-text__content h5 {
  text-align: left;
}

.ghostkit-icon-box {
  border: 0px !important;
}

@media (max-width: 1280px) {
  .wp-block-cover {
    min-height: 300px !important;
  }
  .wp-block-cover p {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wp-block-spacer {
    height: 30px !important;
  }

  .wp-block-media-text__media {
    margin-bottom: 60px !important;
  }
}

/*# sourceMappingURL=style.css.map */
