::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.text-two-image-1.text-two-image-2 .text {
  padding: 100px 0 300px;
}
@media (max-width: 767px) {
  .text-two-image-1.text-two-image-2 .text {
    padding: 10px 0 10px;
  }
}
.text-two-image-1.text-two-image-2 .images {
  position: relative;
  padding-bottom: 300px;
}
@media (max-width: 767px) {
  .text-two-image-1.text-two-image-2 .images {
    padding-bottom: 20px;
  }
}
.text-two-image-1.text-two-image-2 .image {
  width: 100%;
  height: 635px;
}
@media (max-width: 767px) {
  .text-two-image-1.text-two-image-2 .image {
    height: 300px;
  }
}
.text-two-image-1.text-two-image-2 .image-two {
  margin-top: 0;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: -300px;
}
@media (max-width: 767px) {
  .text-two-image-1.text-two-image-2 .image-two {
    bottom: 0;
    left: 0px;
    position: static;
    margin-top: 20px;
  }
}
.bedroom_blocks {
  overflow: hidden;
}
.bedroom_blocks .bedroom_block_items {
  margin-bottom: 114px;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items {
    margin-bottom: 30px;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text-wrapper {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items .text-image-no-wrap .text-wrapper {
    padding: 0 0 0;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text {
  margin-left: 0;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items .text-image-no-wrap .text {
    max-width: 100%;
    width: 100%;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text span {
  font-size: 20px;
  line-height: 28px;
  color: #bf8d46;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text h2 {
  font-size: 34px;
  line-height: 50px;
  color: #000;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image {
  display: none;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image {
    display: block;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image .hover_text {
  padding: 5px 10px;
  overflow: scroll;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image .hover_text h2 {
  font-size: 16px;
  line-height: 1.2;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image .hover_text p {
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image:hover .hover_text {
    visibility: visible;
    opacity: 1;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap > .image {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items .text-image-no-wrap > .image {
    display: none;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap > .image:hover .hover_text {
  visibility: visible;
  opacity: 1;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap > .image.show_text .hover_text {
  visibility: visible;
  opacity: 1;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .hover_text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .hover_text h2 {
  margin-bottom: 0;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .hover_text h2:before {
  display: none;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .hover_text p {
  font-size: 15px;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap.reverse .text {
  margin-left: auto;
}
.text_image_background > h2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.1px;
  margin-bottom: 20px;
}
.text_image_background > h2:before {
  display: none;
}
.text_image_background .text_image_background_items {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .text_image_background .text_image_background_items {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}
.text_image_background .text_image_background_items:before {
  content: "";
  position: absolute;
  top: 65px;
  bottom: 0;
  right: 0;
  width: 82%;
  background: rgba(121, 133, 112, 0.2);
}
@media (max-width: 1800px) {
  .text_image_background .text_image_background_items:before {
    width: 85%;
  }
}
@media (max-width: 1600px) {
  .text_image_background .text_image_background_items:before {
    width: 88%;
  }
}
@media (max-width: 1400px) {
  .text_image_background .text_image_background_items:before {
    width: 88%;
  }
}
@media (max-width: 1500px) {
  .text_image_background .text_image_background_items:before {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .text_image_background .text_image_background_items:before {
    width: 92%;
  }
}
@media (max-width: 1300px) {
  .text_image_background .text_image_background_items:before {
    width: 93%;
  }
}
@media (max-width: 1230px) {
  .text_image_background .text_image_background_items:before {
    width: 97%;
  }
}
@media (max-width: 1200px) {
  .text_image_background .text_image_background_items:before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .text_image_background .text_image_background_items:before {
    display: none;
  }
}
.text_image_background .text_image_background_items .text-image-no-wrap .image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-height: 700px;
}
@media (max-width: 768px) {
  .text_image_background .text_image_background_items .text-image-no-wrap .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .text_image_background .text_image_background_items .text-image-no-wrap .image {
    min-height: 300px;
  }
}
.text_image_background .text_image_background_items .text-image-no-wrap .text {
  max-width: 100%;
}
.text_image_background .text_image_background_items .text-image-no-wrap .text h2 {
  color: #000;
}
.text_image_background .text_image_background_items .text-image-no-wrap .text h2:before {
  background: #000;
}
.text_image_background .text_image_background_items .text-image-no-wrap .text .btn {
  border: 0.5px solid #000;
  color: #000;
}
.text_image_background .text_image_background_items .text-image-no-wrap .text .btn:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.text_image_background .text_image_background_items.reverse:before {
  content: "";
  position: absolute;
  top: 65px;
  bottom: 0;
  left: 0;
  right: auto;
  width: 82%;
  background: rgba(121, 133, 112, 0.2);
}
@media (max-width: 1800px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 85%;
  }
}
@media (max-width: 1600px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 88%;
  }
}
@media (max-width: 1400px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 88%;
  }
}
@media (max-width: 1500px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 92%;
  }
}
@media (max-width: 1300px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 93%;
  }
}
@media (max-width: 1230px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 97%;
  }
}
@media (max-width: 1200px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .text_image_background .text_image_background_items.reverse:before {
    display: none;
  }
}
.main_page {
  padding: 100px 0 0;
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .main_page {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .main_page .row {
    max-width: 80%;
  }
}
.main_page .btn {
  background: rgba(255, 255, 255, 1);
}
@media (max-width: 1023px) {
  .main_page .btn:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .main_page .btn:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 568px) {
  .main_page .btn {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.main_page .btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #bf8d46;
}
.main_page .btn:hover svg path {
  fill: #bf8d46;
}
.main_page .logo-main-wrap {
  margin-top: -30px;
}
@media (max-width: 1023px) {
  .main_page .logo-main-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.main_page .logo-main {
  width: 300px;
  display: inline-block;
}
@media (max-width: 1023px) {
  .main_page .logo-main {
    width: 250px;
  }
}
.slider-page > h2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.1px;
  margin-bottom: 0;
}
.slider-page > h2:before {
  display: none;
}
.slider-page .swiper-slide {
  height: 836px;
  width: 1100px;
}
@media (max-width: 1280px) {
  .slider-page .swiper-slide {
    width: 800px;
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .slider-page .swiper-slide {
    width: 720px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .slider-page .swiper-slide {
    width: 100%;
    height: 300px;
  }
}
.slider-page .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-page .swiper-button-next:after, .slider-page .swiper-button-prev:after {
  font-size: 28px;
  color: #fff;
}
.acf-map {
  width: 100%;
  height: 400px;
}
@media (max-width: 1024px) {
  .acf-map {
    height: 400px !important;
  }
}
.acf-map img {
  max-width: inherit !important;
}
@media (max-width: 767px) {
  .page-id-2 .text-two-image-1.text-two-image-2 .images {
    display: none;
  }
}
@media (max-width: 767px) {
  .wcs-timetable--monthly-calendar .wcs-day__title {
    display: none;
  }
}
.wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-date.wcs-date--selected span::after {
  background-color: #bf8d46 !important;
}
.wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-date span::after {
  background-color: #bf8d46 !important;
}
.wcs-timetable--monthly-calendar .wcs-day-agenda__title::before {
  border-bottom: 3px solid #bf8d46;
}
.wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-date--with-events:not(.wcs-date--selected):not(
    .wcs-date--past-month):not(.wcs-date--future-month):hover, .wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-class__time-duration span:first-child {
  color: #bf8d46 !important;
}
.wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-calendar-nav i, .wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-day-agenda__title {
  color: #bf8d46 !important;
}
#inquire_popup {
  padding: 50px;
  background: #e6b681;
}
#inquire_popup h2 {
  font-family: "Futura";
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0;
}
#inquire_popup h2:before {
  display: none;
}
#inquire_popup input[type="text"], #inquire_popup input[type="number"], #inquire_popup input[type="email"], #inquire_popup input[type="password"], #inquire_popup input[type="search"], #inquire_popup input[type="tel"], #inquire_popup textarea {
  border: 1px solid #fff;
  font-family: "Futura";
  font-weight: 500;
  padding: 15px 5px 15px 10px;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}
#inquire_popup input[type="text"]::placeholder, #inquire_popup input[type="number"]::placeholder, #inquire_popup input[type="email"]::placeholder, #inquire_popup input[type="password"]::placeholder, #inquire_popup input[type="search"]::placeholder, #inquire_popup input[type="tel"]::placeholder, #inquire_popup textarea::placeholder {
  font-family: "Futura";
  font-size: 15px;
  color: #fff;
}
#inquire_popup input[type="submit"] {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  letter-spacing: 2.1px;
  line-height: 2;
  padding: 8px 21px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  background: #bf7420;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#inquire_popup input[type="submit"]:hover {
  color: #2d2d2d;
  background: #fff;
}
#inquire_popup textarea {
  height: 150px;
}
#inquire_popup .gfield_label {
  display: none;
}
#inquire_popup .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 0;
}
#inquire_popup .gform_fields .ginput_container {
  margin-bottom: 15px;
}
#inquire_popup #field_1_22, #inquire_popup #field_1_12, #inquire_popup #field_1_11 {
  flex-basis: 100%;
}
#inquire_popup .gfield {
  flex-basis: 48%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #inquire_popup .gfield {
    flex-basis: 100%;
  }
}
#inquire_popup .gfield .validation_message {
  flex-basis: 100%;
  margin-bottom: 15px;
}
#inquire_popup .gform_footer {
  padding: 0;
  margin: 0;
}
#inquire_popup .gform_validation_errors {
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
#inquire_popup .gform_validation_errors h2 {
  color: #c02b0a;
  font-size: 16px;
  padding: 0;
}
#inquire_popup .gform_validation_errors h2 .gform-icon {
  display: none !important;
}
.fancybox__backdrop {
  background: rgba(255, 255, 255, 0.92);
}
.fancybox__content > .carousel__button.is-close {
  color: #bf7420;
}
.posts_grid_wrap {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .posts_grid_wrap {
    margin: 40px 0;
  }
}
.posts_grid_wrap .row1375 > h2 {
  text-align: center;
  font-size: 38px;
}
.posts_grid_wrap .row1375 > h2:before {
  display: none;
}
.posts_grid_wrap .categories-list {
  margin-bottom: 30px;
}
.posts_grid_wrap .categories-list li {
  margin: 5px 10px;
}
.posts_grid_wrap .categories-list li a {
  font-family: "Poppins";
  display: block;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
}
.posts_grid_wrap .categories-list li a:hover {
  border: 1px solid #c88b35;
  color: #c88b35;
}
.posts_grid_wrap .categories-list li.current-cat a {
  border: 1px solid #c88b35;
  color: #c88b35;
}
.posts_grid_wrap .posts_grid_items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.posts_grid_wrap .posts_grid_items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .posts_grid_wrap .posts_grid_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .posts_grid_wrap .posts_grid_items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 767px) {
  .posts_grid_wrap .posts_grid_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .posts_grid_wrap .posts_grid_items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.posts_grid_wrap .posts_grid_items .posts_grid_item {
  position: relative;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .thumb {
  display: block;
  height: 240px;
  margin-bottom: 10px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info {
  padding: 0 0 30px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info span {
  font-family: "Poppins";
  text-transform: uppercase;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info h3 {
  font-family: "Poppins";
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 15px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info h3 em, .posts_grid_wrap .posts_grid_items .posts_grid_item .info h3 br {
  display: none;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info p {
  font-family: "Poppins";
  font-size: 15px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info .read_more {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-position: 0 4rem;
  background-size: 4px 4px;
  background-repeat: repeat-x;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 9px 26px 9px 3px;
  line-height: 22px;
  letter-spacing: 2px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info .read_more .html-arrow-right {
  position: absolute;
  right: 5px;
  top: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info .read_more:hover .html-arrow-right {
  right: 0;
}
.pagenavi__wrapper {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pagenavi__wrapper {
    margin-top: 0;
  }
}
.pagenavi__wrapper a, .pagenavi__wrapper span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
  color: #c88b35;
  width: 30px;
  height: 30px;
  line-height: 23px;
  display: inline-block;
}
.pagenavi__wrapper a {
  border: 1px solid #c88b35;
}
.pagenavi__wrapper .current, .pagenavi__wrapper a:hover {
  color: #fff;
  border-color: #c88b35;
  background: #c88b35;
}
.proof_bar {
  background: #f3f3f3;
  padding: 10px 0;
}
.proof_bar .proof_bar_text {
  width: 200px;
  margin-right: 50px;
  padding: 20px 30px;
}
@media (max-width: 1024px) {
  .proof_bar .proof_bar_text {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .proof_bar .proof_bar_text > div {
    width: 100%;
  }
}
.proof_bar .proof_bar_text p {
  font-family: "Sabon";
  font-weight: 400;
  font-size: 26px;
  color: #2d2d2d;
  line-height: 0.9;
}
.proof_bar .proof_bar_text * {
  padding-bottom: 0;
}
.proof_bar .proof_bar_slider {
  position: relative;
  flex: 1;
}
@media (max-width: 767px) {
  .proof_bar .proof_bar_slider .swiper-container {
    width: 100%;
    height: 200px;
  }
}
.proof_bar .proof_bar_slider .swiper-wrapper {
  align-items: stretch;
}
.proof_bar .proof_bar_slider .swiper-slide {
  height: 100px;
  padding: 5px 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .proof_bar .proof_bar_slider .swiper-slide {
    height: calc((100%) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
  }
}
.proof_bar .proof_bar_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proof_bar .swiper-button-next, .proof_bar .swiper-button-prev {
  top: 57%;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #726755;
  display: none;
}
@media (max-width: 1024px) {
  .proof_bar .swiper-button-next, .proof_bar .swiper-button-prev {
    top: 51%;
  }
}
.proof_bar .swiper-button-next:after, .proof_bar .swiper-button-prev:after {
  color: #fff;
  font-size: 10px;
}
.footer_navigation_links {
  background: #f3f3f3;
  padding: 40px 0;
}
.footer_navigation_links > .row {
  width: 100%;
  max-width: 100%;
  align-items: center;
}
.footer_navigation_links > .row > div {
  flex-basis: 24%;
}
@media (max-width: 768px) {
  .footer_navigation_links > .row > div {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.footer_navigation_links .main_nav_foot {
  position: relative;
}
.footer_navigation_links .main_nav_foot:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #323232;
}
@media (max-width: 768px) {
  .footer_navigation_links .main_nav_foot:before {
    display: none;
  }
}
.footer_navigation_links .main_nav_foot > ul > li {
  width: 100%;
  margin-bottom: 15px;
}
.footer_navigation_links .main_nav_foot > ul > li:last-child {
  margin-bottom: 0;
}
.footer_navigation_links .main_nav_foot > ul > li > a {
  display: block;
  width: 85px;
  margin: 0 auto;
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #323232;
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .footer_navigation_links .main_nav_foot > ul > li > a {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
.footer_navigation_links .main_nav_foot > ul > li > a:hover {
  color: #bf7420;
}
.footer_navigation_links .main_nav_foot > ul > li.current-menu-item > a {
  color: #bf7420;
}
.footer_navigation_links .social-icons h4 {
  display: none;
}
.mobile_show {
  display: none;
}
@media (max-width: 1024px) {
  .mobile_show {
    display: block;
  }
}
