::-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: #798570;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text h2 {
  font-size: 34px;
  line-height: 50px;
  color: #000000;
}
.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: #000000;
}
.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: white;
}
@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: #798570;
}
.main_page .btn:hover svg path {
  fill: #798570;
}
.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: #798570 !important;
}
.wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-date span::after {
  background-color: #798570 !important;
}
.wcs-timetable--monthly-calendar .wcs-day-agenda__title::before {
  border-bottom: 3px solid #798570;
}
.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: #798570 !important;
}
.wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-calendar-nav i, .wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-day-agenda__title {
  color: #798570 !important;
}
.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 #798570;
  color: #798570;
}
.posts_grid_wrap .categories-list li.current-cat a {
  border: 1px solid #798570;
  color: #798570;
}
.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: #798570;
  width: 30px;
  height: 30px;
  line-height: 23px;
  display: inline-block;
}
.pagenavi__wrapper a {
  border: 1px solid #798570;
}
.pagenavi__wrapper .current, .pagenavi__wrapper a:hover {
  color: #fff;
  border-color: #798570;
  background: #798570;
}
