@charset "UTF-8";
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

.privacy-policy .entry-content .entry-content {
  max-width: 1183px;
  margin: 40px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.privacy-policy .entry-content .entry-content h1 {
  font-size: 160% !important;
  margin: 1em 0;
}
.privacy-policy .entry-content .entry-content h2 {
  font-size: 140% !important;
  margin: 1em 0;
}
.privacy-policy .entry-content .entry-content h3 {
  font-size: 120% !important;
  margin: 1em 0;
}
.privacy-policy .entry-content .entry-content h4 {
  font-size: 100% !important;
  margin: 1em 0;
}
.privacy-policy .entry-content .entry-content h5 {
  font-size: 80% !important;
  margin: 1em 0;
}
.privacy-policy .entry-content .entry-content h6 {
  font-size: 60% !important;
  margin: 1em 0;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre-wrap !important;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.text-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-white {
  color: white !important;
}

.half_image_half_text_lyt {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1px) {
  .half_image_half_text_lyt .about-us-img-wrap {
    position: relative;
    width: 100%;
    height: 400px;
  }
}
@media (min-width: 768px) {
  .half_image_half_text_lyt .about-us-img-wrap {
    width: 50%;
    height: unset;
  }
}
.half_image_half_text_lyt .about-us-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
@media (min-width: 1px) {
  .half_image_half_text_lyt .about-us-text-wrap {
    width: 100%;
    padding: 1.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .half_image_half_text_lyt .about-us-text-wrap {
    width: 50%;
    max-width: unset;
    padding: 2.5em;
  }
}
@media (min-width: 1440px) {
  .half_image_half_text_lyt .about-us-text-wrap {
    padding: 113px 0 19px 123px;
  }
}
@media (min-width: 1px) {
  .half_image_half_text_lyt .about-us-text-wrap .text-large {
    font-family: "Cinzel", serif;
    font-size: 30px;
    color: #AA935D;
    line-height: 1;
  }
}
@media (min-width: 1440px) {
  .half_image_half_text_lyt .about-us-text-wrap .text-large {
    font-size: 45px;
  }
}
@media (min-width: 1px) {
  .half_image_half_text_lyt .about-us-text-wrap .text-small {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 29px;
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .half_image_half_text_lyt .about-us-text-wrap .text-small {
    margin-bottom: 66px;
  }
}
@media (min-width: 1024px) {
  .half_image_half_text_lyt .about-us-text-wrap .text-small {
    line-height: 29px;
    max-width: 495px;
  }
}
@media (min-width: 1px) {
  .half_image_half_text_lyt .about-us-text-wrap .decorative-line {
    margin: 18px 0;
  }
}
@media (min-width: 1440px) {
  .half_image_half_text_lyt .about-us-text-wrap .decorative-line {
    margin-bottom: 65px;
  }
}
.half_image_half_text_lyt.text_first .about-us-img-wrap {
  order: 2;
}
.half_image_half_text_lyt.text_first .about-us-text-wrap {
  order: 1;
}
@media (min-width: 1800px) {
  .half_image_half_text_lyt.text_first .about-us-text-wrap {
    padding-left: 250px;
  }
}
.half_image_half_text_lyt .btn {
  margin: 0 10px 10px 0;
}
@media (min-width: 1440px) {
  .half_image_half_text_lyt .btn {
    margin-bottom: 133px;
  }
}

@media (min-width: 600px) {
  .our-hotels .all-hotels {
    display: flex;
  }
}
.our-hotels .all-hotels img {
  display: block;
}
.our-hotels .all-hotels .hotel {
  padding: 0;
  flex-direction: column;
  background-color: #F2EEE7;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 600px) {
  .our-hotels .all-hotels .hotel {
    display: flex;
  }
}
.our-hotels .all-hotels .hotel-image {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
@media (min-width: 1px) {
  .our-hotels .all-hotels .hotel-image {
    height: 400px;
  }
}
@media (min-width: 1440px) {
  .our-hotels .all-hotels .hotel-image {
    height: 600px;
  }
}
.our-hotels .all-hotels .hotel-text {
  height: 300px;
  position: relative;
}
@media (min-width: 1px) {
  .our-hotels .all-hotels .hotel-text {
    min-height: 300px;
  }
}
@media (min-width: 1440px) {
  .our-hotels .all-hotels .hotel-text {
    min-height: 500px;
  }
}
.our-hotels .all-hotels .hotel-text .hotel-text-wrapper {
  width: 90%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.our-hotels .all-hotels .column-odd .hotel-image {
  order: 2;
}
@media (min-width: 1px) and (max-width: 599px) {
  .our-hotels .all-hotels .column-odd .hotel-image:after, .our-hotels .all-hotels .column-odd .hotel-image:before {
    border-bottom-color: #F2EEE7;
    bottom: 0;
  }
}
@media (min-width: 600px) {
  .our-hotels .all-hotels .column-odd .hotel-image:after, .our-hotels .all-hotels .column-odd .hotel-image:before {
    top: 0;
    border-top-color: #F2EEE7;
  }
}
.our-hotels .all-hotels .column-odd .hotel-text {
  order: 1;
}
.our-hotels .all-hotels .column-even .hotel-image:after, .our-hotels .all-hotels .column-even .hotel-image:before {
  border-bottom-color: #F2EEE7;
  bottom: 0px;
}
.our-hotels .all-hotels .hotel-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #AA935D;
  text-transform: uppercase;
}
@media (min-width: 1px) {
  .our-hotels .all-hotels .hotel-title {
    font-size: 22px;
    margin: 0 0 2em;
  }
}
@media (min-width: 1440px) {
  .our-hotels .all-hotels .hotel-title {
    font-size: 28px;
  }
}
@media (min-width: 1px) {
  .our-hotels .all-hotels .hotel-desc {
    max-width: 385px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .our-hotels .all-hotels .hotel-desc {
    margin-bottom: 60px;
  }
}
.our-hotels .all-hotels .hotel-image:before, .our-hotels .all-hotels .hotel-image:after {
  border-width: 50px !important;
  border: solid transparent;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.our-hotels .all-hotels .hotel-image:before {
  left: -50%;
}

.img-olay-ttl-txt {
  width: 100%;
  position: relative;
}
.img-olay-ttl-txt .section-content {
  position: relative;
}
.img-olay-ttl-txt .section-content .text {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .img-olay-ttl-txt .section-content .text {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .img-olay-ttl-txt .section-content .text {
    position: absolute;
    top: 0;
    width: 100%;
    color: white;
  }
}
.img-olay-ttl-txt .section-content .image {
  position: relative;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
@media (min-width: 1px) {
  .img-olay-ttl-txt .section-content .image {
    height: 290px;
  }
}
@media (min-width: 1024px) {
  .img-olay-ttl-txt .section-content .image {
    height: 290px;
  }
}
@media (min-width: 1440px) {
  .img-olay-ttl-txt .section-content .image {
    height: 488px;
  }
}
@media (min-width: 1px) and (max-width: 768px) {
  .img-olay-ttl-txt .section-content .image .mask {
    display: none;
  }
}
@media (min-width: 1024px) {
  .img-olay-ttl-txt .section-content .image {
    position: relative;
  }
  .img-olay-ttl-txt .section-content .image::after {
    content: "";
    position: absolute;
    background-color: black;
    opacity: 0.5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.img-olay-ttl-txt .section-content .title {
  font-weight: 400;
}
@media (min-width: 1px) {
  .img-olay-ttl-txt .section-content .title {
    margin: 1em 0;
    letter-spacing: 0.7px;
  }
}
@media (min-width: 1024px) {
  .img-olay-ttl-txt .section-content .title {
    font-size: 35px;
    line-height: 17px;
    color: white;
    margin-top: 57px;
  }
}
@media (min-width: 1440px) {
  .img-olay-ttl-txt .section-content .title {
    line-height: 1;
    margin: 114px 0 52px;
  }
}
.img-olay-ttl-txt .section-content .desc {
  letter-spacing: 0.34px;
  font-weight: 300;
  max-width: 580px;
  font-size: 17px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  .img-olay-ttl-txt .section-content .desc {
    margin-bottom: 60px;
  }
}
@media (min-width: 1px) and (max-width: 1439px) {
  .img-olay-ttl-txt .btn {
    margin-top: 2em;
  }
}
@media (min-width: 1024px) {
  .img-olay-ttl-txt .btn {
    margin-bottom: 60px;
  }
}

.text-image-alternating-grid .d-flex {
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .text-image-alternating-grid .d-flex {
    display: flex;
    min-height: 550px;
  }
}
@media (min-width: 768px) {
  .text-image-alternating-grid .d-flex.column-even .column-image {
    order: 2;
  }
}
@media (min-width: 768px) {
  .text-image-alternating-grid .d-flex.column-even .column-content {
    order: 1;
  }
}
@media (min-width: 768px) {
  .text-image-alternating-grid .d-flex.image_first.column-even .column-image {
    order: 1;
  }
}
@media (min-width: 768px) {
  .text-image-alternating-grid .d-flex.image_first.column-even .column-content {
    order: 2;
  }
}
@media (min-width: 768px) {
  .text-image-alternating-grid .d-flex.image_first.column-odd .column-image {
    order: 2;
  }
}
@media (min-width: 768px) {
  .text-image-alternating-grid .d-flex.image_first.column-odd .column-content {
    order: 1;
  }
}
.text-image-alternating-grid .d-flex .column {
  padding: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .text-image-alternating-grid .d-flex .column {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .text-image-alternating-grid .d-flex .column-content {
    display: table;
    min-height: 550px;
  }
}
.text-image-alternating-grid .d-flex .column .background-img-wrap {
  display: flex;
}
@media (min-width: 1px) {
  .text-image-alternating-grid .d-flex .column .background-img-wrap {
    position: relative;
    width: 100%;
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .text-image-alternating-grid .d-flex .column .background-img-wrap {
    height: 100%;
  }
}
.text-image-alternating-grid .d-flex .column .background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.text-image-alternating-grid .event-text {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1px) {
  .text-image-alternating-grid .event-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1px) and (max-width: 1439px) {
  .text-image-alternating-grid .event-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .text-image-alternating-grid .event-text {
    display: table-cell;
    vertical-align: middle;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.text-image-alternating-grid .event-text p:last-child {
  margin-bottom: 0;
}
.text-image-alternating-grid .event-image img {
  display: block;
}
@media (min-width: 1px) {
  .text-image-alternating-grid .event-title {
    font-weight: 300;
    letter-spacing: 0.56px;
    color: #AA935D;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 525px;
    padding: 0 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .text-image-alternating-grid .event-title {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .text-image-alternating-grid .event-title {
    font-size: 28px;
  }
}
.text-image-alternating-grid .event-desc {
  padding: 0 1em;
  max-width: 525px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .text-image-alternating-grid .event-desc {
    padding: 0;
    transition: font-size 250ms ease-in-out 0s;
  }
}
@media (min-width: 1440px) {
  .text-image-alternating-grid .event-desc {
    font-size: 17px;
    margin-bottom: 30px;
    text-align: left;
  }
}
@media (min-width: 1800px) {
  .text-image-alternating-grid .event-desc {
    margin-bottom: 60px;
  }
}
.text-image-alternating-grid .event-desc.no-margin-bottom {
  margin-bottom: 0;
}
.text-image-alternating-grid .left-text .event-title,
.text-image-alternating-grid .left-text .event-text,
.text-image-alternating-grid .left-text .event-desc {
  text-align: left;
}
@media (min-width: 1440px) {
  .text-image-alternating-grid .left-text.column-even .event-title,
.text-image-alternating-grid .left-text.column-even .event-desc {
    margin-left: 125px;
  }
}
@media (min-width: 1440px) {
  .text-image-alternating-grid .left-text.column-odd .event-title,
.text-image-alternating-grid .left-text.column-odd .event-desc {
    margin-right: 125px;
  }
}
.text-image-alternating-grid .btn {
  margin: 0 10px 10px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .text-image-alternating-grid .btn {
    font-size: 12px;
  }
}
@media (min-width: 1px) and (max-width: 1023px) {
  .text-image-alternating-grid .btn-wrapper {
    max-width: 525px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1px) {
  .text-image-alternating-grid .btn-wrapper {
    margin-top: 40px;
  }
}

.single-slide-block .d-slide {
  position: relative;
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
}
.single-slide-block .d-slide .background-img-wrap {
  display: flex;
}
@media (min-width: 1px) {
  .single-slide-block .d-slide .background-img-wrap {
    position: relative;
    width: 100%;
    height: 550px;
  }
}
.single-slide-block .d-slide .background-img-wrap::after {
  position: absolute;
  content: "";
  background-color: black;
  opacity: 0.5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-slide-block .d-slide .background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.single-slide-block .d-slide-title {
  color: white;
  margin: 0;
  letter-spacing: 0.7px;
}
@media (min-width: 1px) {
  .single-slide-block .d-slide-title {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .single-slide-block .d-slide-title {
    margin-top: 57px;
    margin-bottom: 53px;
    font-size: 35px;
    text-transform: uppercase;
  }
}
.single-slide-block .d-slide-small-title {
  color: white;
  font-size: 17px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-weight: 300;
}
.single-slide-block .d-slide-text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.single-slide-block .d-slide-desc {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  max-width: 583px;
  padding: 0 20px;
  margin: 30px auto;
}
@media (min-width: 1024px) {
  .single-slide-block .d-slide-desc {
    margin: 60px auto;
  }
}
.single-slide-block .slick {
  /* &-btn {
    position: absolute;
    top: 0;
    z-index: 1;
    border: 0;
    background: transparent;
    color: white;
    font-size: 28px;
    cursor: pointer;
    height: 100%;
    width: 25%;
    transition: transit(background);

    &:hover {
      background: rgba(black, 0.2);
    }
  } */
}
.single-slide-block .slick-prev-btn .fas {
  position: absolute;
  left: 50px;
}
.single-slide-block .slick-next-btn {
  right: 0;
}
.single-slide-block .slick-next-btn .fas {
  position: absolute;
  right: 50px;
}

@media (min-width: 1px) {
  .single-testimonial-block {
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .single-testimonial-block {
    padding-bottom: 105px;
  }
}
.single-testimonial-block .d-slide {
  max-width: 920px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-testimonial-block .d-slide-text {
  text-align: center;
}
.single-testimonial-block .d-slide-testimony {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.29px;
  margin-bottom: 19px;
  max-width: 80%;
}
.single-testimonial-block .d-slide-name {
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.38px;
  color: #AA935D;
}
.single-testimonial-block .slick-arrow {
  top: 35%;
}

.three-up-slider {
  position: relative;
}
.three-up-slider:before, .three-up-slider:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  display: block;
  z-index: 1;
}
@media (min-width: 768px) {
  .three-up-slider:before, .three-up-slider:after {
    width: 118px;
    opacity: 0.35;
  }
}
@media (min-width: 1440px) {
  .three-up-slider:before, .three-up-slider:after {
    width: 218px;
    opacity: 0.65;
  }
}
.three-up-slider:before {
  background: transparent linear-gradient(90deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.three-up-slider:after {
  background: transparent linear-gradient(-90deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  right: 0;
  top: 0;
}
.three-up-slider .one-image-slide {
  position: relative;
}
.three-up-slider .one-image-slide img {
  display: block;
}
.three-up-slider .one-image-slide .caption {
  color: white;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  line-height: 17px;
  letter-spacing: 0.32px;
  z-index: 2;
}
.three-up-slider .one-image-slide .gradient-on-hover {
  display: none;
  position: absolute;
  background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  display: block;
  top: 66%;
  right: 0;
  bottom: 0;
  left: 0;
}
.three-up-slider .one-image-slide .gradient-permanent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .three-up-slider .one-image-slide .caption,
.three-up-slider .one-image-slide .gradient-on-hover {
    opacity: 0;
    transition: opacity 250ms ease-in-out 0s;
  }
}
@media (min-width: 992px) {
  .three-up-slider .one-image-slide:hover > .caption {
    opacity: 1;
  }
  .three-up-slider .one-image-slide:hover > .gradient-on-hover {
    opacity: 0.65;
  }
}
.three-up-slider .one-image-slide .title_btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.three-up-slider .one-image-slide .title_btn .title {
  color: white;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.front-page-blog-posts {
  padding-bottom: 110px;
}
.front-page-blog-posts .container {
  overflow: hidden;
}

.front-page-blog-post a {
  display: block;
}
@media (min-width: 1px) {
  .front-page-blog-post {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 940px) {
  .front-page-blog-post {
    width: 408px;
  }
}
.front-page-blog-post-thumbnail.no-image {
  border: 1px solid #AA935D;
}
@media (min-width: 1px) {
  .front-page-blog-post-thumbnail {
    position: relative;
    width: 100%;
  }
  .front-page-blog-post-thumbnail img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .front-page-blog-post-thumbnail .read-more {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 17px;
    color: white;
    background-color: rgba(141, 122, 79, 0.83);
    transition: opacity 250ms ease-in-out 0s;
  }
  .front-page-blog-post-thumbnail .read-more span {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.front-page-blog-post-thumbnail a:hover > .read-more {
  opacity: 1;
}
@media (min-width: 1026px) {
  .front-page-blog-post-thumbnail {
    width: 408px;
    height: 342px;
  }
}
.front-page-blog-post .time {
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  margin: 38px 0 30px;
  color: #AA935D;
}
.front-page-blog-post-content {
  text-align: center;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.34px;
}

@media (min-width: 1px) {
  .textarea-block {
    padding-top: 24px;
    padding-bottom: 24px;
    transition: margin 250ms ease-in-out 0s;
  }
}
@media (min-width: 600px) {
  .textarea-block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .textarea-block {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.textarea-block p:last-child {
  margin-bottom: 0;
}
.textarea-block .mask {
  opacity: 0.65;
}
.textarea-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 1px) and (max-width: 1270px) {
  .textarea-wrapper {
    padding: 0 20px;
  }
}
.textarea-wrapper.add_padding {
  padding: 100px 0;
}
.textarea-content {
  max-width: 1183px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 300;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.34px;
}
@media (min-width: 1px) {
  .textarea-content .btn {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .textarea-content .btn {
    margin-top: 48px;
  }
}
.textarea-content .btn-first {
  margin-right: 10px;
}
.textarea-content .btn-last {
  margin-left: 10px;
}

.venue-information-block {
  float: left;
  width: 100%;
}
@media (min-width: 1px) {
  .venue-information-block {
    margin-top: 50px;
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .venue-information-block {
    padding: 70px 0 76px;
  }
}
.venue-information-block .section-title h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 17px;
  letter-spacing: 0.56px;
}
@media (min-width: 1px) {
  .venue-information-block .section-title h3 {
    padding: 0 0 21px 0;
  }
}
@media (min-width: 1024px) {
  .venue-information-block .section-title h3 {
    padding: 0 0 43px 0;
  }
}
.venue-information-block .section-title .decorative-line {
  display: none;
}
@media (min-width: 1024px) {
  .venue-information-block .halls-on-small {
    display: none;
  }
}
.venue-information-block .halls-on-small .hall-on-small {
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .venue-information-block .halls-on-small .hall-on-small {
    width: 50%;
    float: left;
  }
}
.venue-information-block .halls-on-small .venue-name {
  font-weight: 600;
  text-transform: uppercase;
}
.venue-information-block .halls-on-small .hall-detail {
  border-bottom: 1px solid #8D7A4F;
}
.venue-information-block .halls-on-small .hall-detail.first-item {
  border-top: 1px solid #8D7A4F;
}
.venue-information-block .halls-on-small .hall-detail .hall-property, .venue-information-block .halls-on-small .hall-detail .hall-value {
  display: inline-block;
  width: 50%;
  padding-left: 20px;
}
.venue-information-block .halls-on-small .hall-detail .hall-property {
  color: white;
  background-color: #8D7A4F;
  padding-top: 5px;
  padding-bottom: 5px;
}
.venue-information-block .halls-on-large {
  max-width: 1240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .venue-information-block .halls-on-large {
    display: none;
  }
}
.venue-information-block .halls-on-large table td {
  text-align: center;
}
.venue-information-block .halls-on-large table .venue-name {
  text-align: left;
  padding-left: 20px;
  text-transform: uppercase;
}
.venue-information-block .halls-on-large table thead tr {
  color: white;
  background-color: #8D7A4F;
}
.venue-information-block .halls-on-large table thead tr td {
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.34px;
}
.venue-information-block .halls-on-large table tbody tr {
  border-bottom: 1px solid rgba(170, 147, 93, 0.5);
}
.venue-information-block .halls-on-large table tbody tr:last-of-type {
  border-bottom: 0;
}
.venue-information-block .halls-on-large table tbody th {
  font-weight: 700;
}
.venue-information-block .halls-on-large table tbody th,
.venue-information-block .halls-on-large table tbody td {
  padding: 25px 0;
}
.venue-information-block .btn-wrapper {
  text-align: center;
}

.contact-form-section {
  padding-top: 0;
  padding-bottom: 75px;
}
.contact-form-section.job-applications-form {
  background-color: #F2EEE7;
}
.contact-form-section.job-applications-form .container {
  max-width: 1030px;
}
.contact-form-section.job-applications-form .title-with-deco {
  padding-top: 60px;
}
.contact-form-section.job-applications-form .top-text {
  max-width: 919px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .contact-form-section.job-applications-form .top-text {
    padding: 0 20px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .contact-form-section.job-applications-form .top-text {
    margin-bottom: 96px;
  }
}
.contact-form-section.job-applications-form .frm_primary_label {
  display: none;
}
.contact-form-section.job-applications-form .frm_single_upload {
  max-width: unset;
}
.contact-form-section.job-applications-form .frm_single_upload .dz-message.needsclick {
  border: 0;
  border-radius: 0;
  padding: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  text-align: left;
  width: 100%;
  position: relative;
}
.contact-form-section.job-applications-form .frm_single_upload .dz-message.needsclick:after {
  content: "choose file";
  position: absolute;
  right: 0;
  color: white;
  background-color: #AA935D;
  height: 100%;
  top: 0;
  text-transform: uppercase;
  padding: 10px 24px 0;
}
.contact-form-section.job-applications-form .frm_single_upload .frm_upload_icon {
  display: none;
}
.contact-form-section.job-applications-form .frm_single_upload .frm_small_text {
  display: none;
}
.contact-form-section .cf-textarea {
  max-width: 920px;
  text-align: center;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.34px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1px) {
  .contact-form-section .cf-textarea {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .contact-form-section .cf-textarea {
    margin-bottom: 85px;
  }
}
@media (min-width: 1px) and (max-width: 992px) {
  .contact-form-section .cf-textarea {
    padding: 0 10%;
  }
}
.contact-form-section .ff-contact-form {
  max-width: 1030px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contact-form-section .frm_half.frm_first {
  margin-right: 10px;
}
.contact-form-section .form-field input,
.contact-form-section .form-field select,
.contact-form-section .form-field textarea,
.contact-form-section .ff_field input,
.contact-form-section .ff_field select,
.contact-form-section .ff_field textarea {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.34px;
  padding: 11px;
  margin-bottom: 10px;
}
.contact-form-section .form-field label,
.contact-form-section .ff_field label {
  display: none;
}
.contact-form-section .form-field select,
.contact-form-section .ff_field select {
  height: 53px;
  width: 100%;
  border: 0;
}
.contact-form-section .frm_half {
  margin-left: 0;
}
.contact-form-section .frm_half input {
  width: 100%;
}
.contact-form-section .frm_primary_label {
  text-transform: uppercase;
  display: block;
}
.contact-form-section .frm_checkbox {
  margin-bottom: 5px !important;
}
.contact-form-section .frm_checkbox label {
  position: relative;
  margin-left: 18px;
  display: block;
  cursor: pointer;
  padding: 10px;
}
.contact-form-section .frm_checkbox input {
  position: absolute;
  left: -18px;
  width: auto;
  overflow-x: initial;
  cursor: pointer;
}
@media (min-width: 1px) {
  .contact-form-section .frm_checkbox input {
    top: 18px;
  }
}
.contact-form-section .frm_checkbox input::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #F2EEE7;
  border-radius: 100%;
  border: 2px solid #AA935D;
  position: absolute;
  top: -2px;
  left: -2px;
}
.contact-form-section .frm_checkbox input:checked::before {
  background-color: #AA935D;
}
.contact-form-section .frm_checkbox input::after {
  content: "";
}
.contact-form-section .room-number-block input {
  padding: 11px;
  text-transform: uppercase;
}
.contact-form-section .treatment-type-block {
  float: left;
  margin: 10px 0 16px 11px;
}
.contact-form-section .treatment-type-block .frm_primary_label {
  margin-bottom: 10px;
  padding-top: 0;
}
.contact-form-section label {
  display: none;
}
@media (min-width: 1024px) {
  .contact-form-section .checkbox-2-cols .frm_checkbox {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1px) and (max-width: 1023px) {
  .contact-form-section .checkbox-2-cols .frm_checkbox input {
    bottom: -4px;
  }
}
.contact-form-section .chose.n-container {
  width: 100% !important;
}
.contact-form-section .chose.n-drop {
  margin-top: 60px;
}
.contact-form-section .chose.n-choices, .contact-form-section .chose.n-results {
  margin: 0;
  list-style-type: none;
  position: relative;
}
.contact-form-section .chose.n-choices .search-field, .contact-form-section .chose.n-results .search-field {
  position: absolute;
  top: -60px;
  width: 100% !important;
}
.contact-form-section .chose.n-choices .search-field input, .contact-form-section .chose.n-results .search-field input {
  width: 100% !important;
}
.contact-form-section .chose.n-choices .search-choice, .contact-form-section .chose.n-results .search-choice {
  font-weight: 500;
}
.contact-form-section .chose.n-choices .search-choice-close, .contact-form-section .chose.n-results .search-choice-close {
  width: 20px;
  height: 20px;
}
.contact-form-section .chose.n-choices .search-choice:first-child, .contact-form-section .chose.n-results .search-choice:first-child {
  margin-top: 60px;
}
.contact-form-section .chose.n-choices .result-selected, .contact-form-section .chose.n-results .result-selected {
  color: lightgrey;
}

.cf-form-title {
  color: #AA935D;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.48px;
}

.cornucopia .contact-form-section .cf-textarea,
.tacenc .contact-form-section .cf-textarea,
.stpatricks .contact-form-section .cf-textarea {
  margin-bottom: 0;
}
.cornucopia .contact-form-section .ff-contact-form,
.tacenc .contact-form-section .ff-contact-form,
.stpatricks .contact-form-section .ff-contact-form {
  padding-top: 75px;
}

.numbered-list-section {
  padding: 90px 0 113px;
  display: block;
  width: 100%;
  float: left;
}
.numbered-list-section .section-title h3 {
  padding-top: 0;
}
.numbered-list-section .contain {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1px) {
  .numbered-list-section .contain {
    max-width: 90%;
  }
}
@media (min-width: 1316px) {
  .numbered-list-section .contain {
    max-width: 1192px;
  }
}
.numbered-list-section p {
  display: inline-block;
}
.numbered-list-section p:last-child {
  margin: 0;
}
.numbered-list-section .top-title {
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  line-height: 45.36px;
  letter-spacing: 0.56px;
  color: #AA935D;
  text-transform: uppercase;
}
@media (min-width: 1px) {
  .numbered-list-section .top-title {
    margin-bottom: 51px;
  }
}
@media (min-width: 992px) {
  .numbered-list-section .top-title {
    margin-bottom: 102px;
  }
}
.numbered-list-section .small-title.one-list {
  text-align: center;
}
@media (min-width: 1px) {
  .numbered-list-section .small-title.one-list {
    margin-bottom: 51px;
  }
}
@media (min-width: 992px) {
  .numbered-list-section .small-title.one-list {
    margin-bottom: 102px;
  }
}
.numbered-list-section .small-title.one-list, .numbered-list-section .small-title.two-lists {
  font-weight: 700;
  margin-bottom: 20px;
}
.numbered-list-section .row {
  width: 100%;
  display: flex;
}
@media (min-width: 1px) {
  .numbered-list-section .row {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .numbered-list-section .row {
    flex-wrap: unset;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .numbered-list-section .row .col-left, .numbered-list-section .row .col-right {
    width: 47%;
  }
}
@media (min-width: 1px) and (max-width: 1023px) {
  .numbered-list-section .numbered-list {
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .numbered-list-section .numbered-list.list-numbered {
    width: 48%;
    float: left;
  }
}
@media (min-width: 768px) {
  .numbered-list-section .numbered-list.list-numbered.second-numbered-list {
    float: right;
  }
}
@media (min-width: 768px) {
  .numbered-list-section .numbered-list.list-numbered.one-lis {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}
@media (min-width: 992px) {
  .numbered-list-section .numbered-list.list-numbered.one-lis {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
}
@media (min-width: 769px) {
  .numbered-list-section .numbered-list.two-lists {
    width: 45%;
    float: left;
  }
}
@media (min-width: 769px) {
  .numbered-list-section .numbered-list.two-lists.second-list {
    float: right;
  }
}
.numbered-list-section .numbered-title {
  display: block;
  position: relative;
}
.numbered-list-section .numbered-title.has_icon {
  margin-bottom: 10px;
}
.numbered-list-section .list_item {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1px) {
  .numbered-list-section .list_item {
    margin-bottom: 30px;
  }
}
.numbered-list-section .list-number {
  position: relative;
  float: left;
  display: inline-block;
  background: #8D7A4F;
  border-radius: 100%;
  width: 35px;
  height: 35px;
}
.numbered-list-section .list-number.unordered {
  background: transparent;
}
.numbered-list-section .list-number.has_icon {
  background-color: transparent;
  width: 50px;
  height: 50px;
}
.numbered-list-section .list-number .list_icon {
  position: absolute;
  font-size: 17px;
  line-height: 17px;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.numbered-list-section .list-number .list-digit {
  color: white;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.numbered-list-section .list-number .list-tick {
  color: #AA935D;
  font-size: 20px;
}
.numbered-list-section .list-title {
  position: relative;
  margin-left: 45px;
  font-weight: 700;
  display: block;
  line-height: 1.6;
}
.numbered-list-section .list-title.unordered {
  font-weight: 400;
}
.numbered-list-section .list-title.has_icon {
  font-size: 24px;
  font-weight: 300;
  color: #AA935D;
  letter-spacing: 0.48px;
  margin-left: 50px;
}
.numbered-list-section .list-text {
  margin-left: 45px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.34px;
}
.numbered-list-section .list-text.has_icon {
  margin-left: 50px;
}
.numbered-list-section .small-bottom-margin .list_item {
  margin-bottom: 5px;
}
.numbered-list-section .small-bottom-margin .list_item.last-item {
  margin-bottom: 75px;
}
.numbered-list-section .other-text {
  max-width: 920px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  clear: both;
}
@media (min-width: 1px) {
  .numbered-list-section .other-text {
    width: 70%;
  }
  .numbered-list-section .other-text.above {
    margin-bottom: 55px;
  }
  .numbered-list-section .other-text.below {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .numbered-list-section .other-text.above {
    margin-bottom: 110px;
  }
  .numbered-list-section .other-text.below {
    margin-top: 0;
  }
}

.left-image-4-boxes-section .column {
  padding: 0;
}
@media (min-width: 1024px) {
  .left-image-4-boxes-section .colums {
    display: flex;
  }
}
.left-image-4-boxes-section .boxes-side,
.left-image-4-boxes-section .image-side {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .boxes-side,
.left-image-4-boxes-section .image-side {
    color: white;
  }
}
.left-image-4-boxes-section .boxes-side img,
.left-image-4-boxes-section .image-side img {
  display: block;
}
.left-image-4-boxes-section .boxes-side .mask,
.left-image-4-boxes-section .image-side .mask {
  z-index: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .left-image-4-boxes-section .boxes-side .mask,
.left-image-4-boxes-section .image-side .mask {
    display: none;
  }
}
.left-image-4-boxes-section .boxes-side .the-title h3,
.left-image-4-boxes-section .image-side .the-title h3 {
  line-height: 1;
}
@media (min-width: 1px) {
  .left-image-4-boxes-section .boxes-side .the-title h3,
.left-image-4-boxes-section .image-side .the-title h3 {
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .left-image-4-boxes-section .boxes-side .the-title h3,
.left-image-4-boxes-section .image-side .the-title h3 {
    color: #AA935D !important;
  }
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .boxes-side .the-title h3,
.left-image-4-boxes-section .image-side .the-title h3 {
    padding-top: 0;
  }
}
@media (min-width: 1px) and (max-width: 992px) {
  .left-image-4-boxes-section .boxes-side .the-title img,
.left-image-4-boxes-section .image-side .the-title img {
    margin-bottom: 20px;
  }
}
.left-image-4-boxes-section .boxes-side .the-text,
.left-image-4-boxes-section .image-side .the-text {
  max-width: 420px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1px) {
  .left-image-4-boxes-section .boxes-side .the-text,
.left-image-4-boxes-section .image-side .the-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.34px;
    padding: 0 2em;
  }
}
@media (min-width: 992px) {
  .left-image-4-boxes-section .boxes-side .the-text,
.left-image-4-boxes-section .image-side .the-text {
    font-size: 17px;
    line-height: 29px;
  }
}
@media (min-width: 1024px) {
  .left-image-4-boxes-section .image-side {
    width: 50%;
  }
}
.left-image-4-boxes-section .image-side .large-image {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1px) {
  .left-image-4-boxes-section .image-side .large-image {
    height: 50vh;
    background-size: cover;
    background-position: 50% 50%;
  }
}
@media (min-width: 1024px) {
  .left-image-4-boxes-section .image-side .large-image {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .image-side .the-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media (min-width: 1px) {
  .left-image-4-boxes-section .image-side .the-text {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .left-image-4-boxes-section .image-side .the-text {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .left-image-4-boxes-section .boxes-side {
    width: 50%;
  }
}
@media (min-width: 1px) {
  .left-image-4-boxes-section .boxes-side .the-content {
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .boxes-side .the-content {
    z-index: 1;
    width: 100%;
    top: 50%;
    height: 600px;
  }
}
@media (min-width: 1024px) {
  .left-image-4-boxes-section .boxes-side .the-content {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .boxes-side .the-content .title-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .boxes-side .the-content .wrap {
    display: table-cell;
    vertical-align: middle;
  }
}
.left-image-4-boxes-section .boxes-side .the-content .col-one,
.left-image-4-boxes-section .boxes-side .the-content .col-two {
  width: 100%;
}
@media (min-width: 1px) {
  .left-image-4-boxes-section .boxes-side .the-content .col-one,
.left-image-4-boxes-section .boxes-side .the-content .col-two {
    height: 600px;
  }
}
@media (min-width: 1024px) {
  .left-image-4-boxes-section .boxes-side .the-content .col-one,
.left-image-4-boxes-section .boxes-side .the-content .col-two {
    height: 50%;
  }
}
.left-image-4-boxes-section .boxes-side .the-content .col-one .small-image {
  right: 0;
}
.left-image-4-boxes-section .boxes-side .the-content .col-two .title-text {
  right: 0;
  bottom: 0;
}
.left-image-4-boxes-section .boxes-side .the-content .col-two .small-image {
  bottom: 0;
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .boxes-side .the-title h3 {
    font-size: 25px;
    transition: font-size 250ms ease-in-out 0s;
  }
}
@media (min-width: 1200px) {
  .left-image-4-boxes-section .boxes-side .the-title h3 {
    font-size: 45px;
  }
}
.left-image-4-boxes-section .boxes-side .the-title img {
  margin-bottom: 20px;
}
.left-image-4-boxes-section .boxes-side .col-one .small-image:before, .left-image-4-boxes-section .boxes-side .col-one .small-image:after {
  left: 0;
  border-left-color: #F2EEE7;
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .boxes-side .col-two .small-image:before, .left-image-4-boxes-section .boxes-side .col-two .small-image:after {
    right: 0;
    border-right-color: #F2EEE7;
  }
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .boxes-side .col-one .small-image:before,
.left-image-4-boxes-section .boxes-side .col-two .small-image:before {
    margin-top: -150px;
  }
}
@media (min-width: 1024px) {
  .left-image-4-boxes-section .boxes-side .col-one .small-image:before,
.left-image-4-boxes-section .boxes-side .col-two .small-image:before {
    margin-top: -200px;
  }
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .boxes-side .col-one .small-image:after,
.left-image-4-boxes-section .boxes-side .col-two .small-image:after {
    margin-top: 150px;
  }
}
@media (min-width: 1024px) {
  .left-image-4-boxes-section .boxes-side .col-one .small-image:after,
.left-image-4-boxes-section .boxes-side .col-two .small-image:after {
    margin-top: 200px;
  }
}
.left-image-4-boxes-section .boxes-side .small-image {
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .boxes-side .small-image {
    width: calc( 50% + 100px );
  }
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .boxes-side .small-image:after, .left-image-4-boxes-section .boxes-side .small-image:before {
    right: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 100%;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 45px;
  }
}
@media (min-width: 1px) {
  .left-image-4-boxes-section .flex-cols {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
}
.left-image-4-boxes-section .flex-cols .col-one,
.left-image-4-boxes-section .flex-cols .col-two {
  display: flex;
  overflow: hidden;
}
@media (min-width: 1px) and (max-width: 767px) {
  .left-image-4-boxes-section .flex-cols .col-one,
.left-image-4-boxes-section .flex-cols .col-two {
    flex-direction: column;
    padding: 30px 0;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .left-image-4-boxes-section .flex-cols .col-one .small-image,
.left-image-4-boxes-section .flex-cols .col-two .small-image {
    width: 100%;
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .left-image-4-boxes-section .flex-cols .col-one .small-image,
.left-image-4-boxes-section .flex-cols .col-two .small-image {
    height: 400px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .left-image-4-boxes-section .flex-cols .col-one {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .left-image-4-boxes-section .flex-cols .col-one .title-text {
    order: 2;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .left-image-4-boxes-section .flex-cols .col-one .small-image {
    order: 1;
  }
}
@media (min-width: 768px) {
  .left-image-4-boxes-section .btn button {
    font-size: 12px;
  }
}

.image_blocks_w_title_btn_lyt .column {
  position: relative;
  border: 1px solid #AA935D;
}
.image_blocks_w_title_btn_lyt .column img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_blocks_w_title_btn_lyt .the-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.image_blocks_w_title_btn_lyt .the-title {
  font-size: 24px;
  letter-spacing: 0.48px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.images-slider-block {
  float: left;
  width: 100%;
}

.vj-room-features .single-image-slides,
.vj-room-features .slick-list,
.vj-room-features .slick-track,
.vj-room-features .d-slide,
.vj-room-features .background-img-wrap {
  min-height: 600px;
  height: 100%;
}
.vj-room-features .text-area {
  color: white;
  background-color: #AA935D;
}
@media (min-width: 1px) {
  .vj-room-features .text-area {
    text-align: center;
    padding: 50px 10%;
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .vj-room-features .text-area {
    padding: 30px 60px;
  }
}
@media (min-width: 1440px) {
  .vj-room-features .text-area {
    text-align: left;
    font-size: 17px;
    padding: 85px;
    padding-left: 33%;
    padding-right: 115px;
  }
}
.vj-room-features .text-area p:last-child {
  margin: 0;
}
@media (min-width: 1px) {
  .vj-room-features .icons {
    text-align: center;
    padding: 50px 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .vj-room-features .icons {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 85px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .vj-room-features .icons {
    margin-bottom: 65px;
    padding-left: 0;
    display: block;
  }
}
@media (min-width: 1px) {
  .vj-room-features .icons .the-icon {
    padding: 0 30px;
    text-transform: capitalize;
    width: 175px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .vj-room-features .icons .the-icon {
    float: left;
  }
}
@media (min-width: 1440px) {
  .vj-room-features .icons .the-icon {
    position: relative;
  }
  .vj-room-features .icons .the-icon:after {
    content: "";
    position: absolute;
    border-right: 1px solid #AA935D;
    top: 0;
    height: 100px;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .vj-room-features .icons .the-icon.first-icon {
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .vj-room-features .icons .the-icon.last-icon {
    padding-right: 0;
  }
  .vj-room-features .icons .the-icon.last-icon:after {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .vj-room-features .features {
    padding: 50px 30px 50px 10%;
  }
}
@media (min-width: 1025px) {
  .vj-room-features .features {
    padding: 50px 30px;
  }
}
@media (min-width: 1px) {
  .vj-room-features .features .features-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #AA935D;
    margin-bottom: 48px;
  }
}
@media (min-width: 960px) {
  .vj-room-features .features .features-title {
    text-align: left;
  }
}
.vj-room-features .features .feature {
  position: relative;
  line-height: 1;
  margin-left: 35px;
  margin-bottom: 1em;
  color: #AA935D;
}
@media (min-width: 1px) {
  .vj-room-features .features .feature .fas {
    position: absolute;
    left: -35px;
  }
}
.vj-room-features .features .btn {
  margin-top: 48px;
}
.vj-room-features .related-rooms .one-image-slide {
  position: relative;
}
.vj-room-features .related-rooms .one-image-slide .the-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.vj-room-features .related-rooms .one-image-slide .the-title {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.48px;
  margin-bottom: 50px;
}
.vj-room-features .related-rooms .one-image-slide .mask {
  opacity: 0.3;
}
@media (min-width: 960px) {
  .vj-room-features .sides-wrap {
    display: flex;
  }
}
@media (min-width: 960px) {
  .vj-room-features .side-left, .vj-room-features .side-right {
    width: 50%;
    float: left;
  }
}
@media (min-width: 960px) {
  .vj-room-features .side-left {
    display: flex;
    flex-direction: column;
  }
}
.vj-room-features .side-right {
  background-color: #F2EEE7;
}
@media (min-width: 1440px) {
  .vj-room-features .side-right {
    padding-left: 115px;
  }
}
@media (min-width: 960px) {
  .vj-room-features .three-up-slider:before, .vj-room-features .three-up-slider:after {
    display: none;
  }
}

.hotel-faqs {
  max-width: 805px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .hotel-faqs {
    padding: 0 60px;
  }
}
.hotel-faqs .question {
  position: relative;
  font-weight: 400;
  margin-bottom: 30px;
  cursor: pointer;
  transition: margin-bottom 250ms ease-in-out 0s;
}
.hotel-faqs .question:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -24px;
  color: #AA935D;
}
.hotel-faqs .question.open {
  margin-bottom: 0;
}
.hotel-faqs .question.open:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -24px;
  color: #AA935D;
}
.hotel-faqs .answer {
  font-weight: 300;
  display: none;
  margin-bottom: 30px;
}

.wp-block {
  max-width: unset;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.section-title {
  width: 100%;
}
.section-title .title-with-deco {
  margin: 0;
  padding-top: 75px;
  margin: 0 0 19px;
  text-align: center;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  color: #AA935D;
}
@media (min-width: 1px) {
  .section-title .title-with-deco {
    font-size: 30px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .section-title .title-with-deco {
    font-size: 45px;
  }
}
.section-title .decorative-line {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1px) {
  .section-title .decorative-line {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .section-title .decorative-line {
    margin-bottom: 75px;
  }
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.47;
}

#section_last_block.single-slide-block {
  padding-bottom: 0;
  margin-bottom: 0;
}