/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: Saints of Tai Tapu
Description: Saints of Tai Tapu Theme
Version: 1
Date: 9 November 2018
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,400i,600,700|Radley:400,400i');
/* Variables */
/* Common Components */
html {
  overflow-x: hidden!important;
}
body {
  color: #b07e4a;
  background: #fffdf9;
  font-family: 'Radley', serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #b07e4a;
  letter-spacing: 2px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 25px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 30px;
}
p {
  margin-bottom: 20px;
}
strong {
  font-weight: 700;
}
li {
  line-height: 28px;
  margin-bottom: 5px;
}
img.alignright {
  float: right;
  margin: 0 0 2em 2em;
}
img.alignleft {
  float: left;
  margin: 0 2em 2em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #fffdf9;
  background: #b07e4a;
}
::selection {
  color: #fffdf9;
  background: #b07e4a;
}
/*a {
  color: @primaryc;
  text-decoration: underline;
  &:hover {
    color: @primaryc;
    text-decoration: none;
  }
}*/
a,
a:visited {
  text-decoration: none!important;
  border-bottom: none;
  position: relative;
  color: #b07e4a;
}
a:after,
a:visited:after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #b07e4a;
  transition: 0.2s;
}
a:hover,
a:visited:hover {
  color: #b07e4a;
  text-decoration: none;
}
a:hover:after,
a:visited:hover:after {
  width: 100%;
  color: #b07e4a;
}
ul li {
  list-style-type: none;
}
/* Animation css */
/* ------------- */
/* ------------- */
/**/
.menu-bars {
  display: block;
  position: relative;
  z-index: 999999;
  text-decoration: none;
  cursor: pointer;
}
.menu-bars-words {
  display: block;
  margin-bottom: 5px;
}
.menu-bars .menu-bar {
  height: 3px;
  background-color: #b07e4d;
  width: 100%;
  max-width: 50px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
#navModal ul li.menu-item-310 {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
#navModal ul li.menu-item-309 {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
#navModal ul li.menu-item-308 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#navModal ul li.menu-item-306 {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#navModal ul li.menu-item-312 {
  left: -30px;
}
#navModal .modal-content {
  border-radius: 0px;
}
#navModal .close {
  padding-top: 10px;
  padding-right: 15px;
}
#navModal .logo-holder {
  position: relative;
  left: 36%;
  padding-top: 30px;
}
#navModal ul {
  padding: 0px;
  /*li.menu-item-has-children > a:after {
      content: "\f107";
      font-family: "Font Awesome 5 Pro";
      margin-left: 10px;
      height: 2px;
      position: unset;
      bottom: 0;
      left: 0;
      width: 0%;
      background: none;
      transition: 0;
    }*/
}
#navModal ul li {
  /*border-top:2px solid #b17e45;*/
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  position: relative;
}
#navModal ul li .menu-drop {
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 3;
  color: #b17e45;
  width: 50px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#navModal ul li .menu-drop.sub-menu-active {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#navModal ul li:last-child {
  /*border-bottom:2px solid #b17e45;*/
}
#navModal ul li a {
  text-decoration: none;
}
#navModal ul li ul {
  display: none;
}
.section a.btn {
  color: #fffdf9;
  border: 1px solid #b07e4a;
  background: #b07e4a;
  padding: 10px 30px;
  border-radius: 30px;
  margin-right: 20px;
}
.section a.btn:hover {
  color: #b07e4a;
}
.section.text-and-image .text {
  padding: 260px 40px 150px 15px;
}
.section.text-and-image .text h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
}
.section.text-and-image a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-decoration: none;
  /*border-bottom:2px solid #b07e4a;*/
  padding-bottom: 3px;
}
.section.text-and-image .image-right {
  margin-top: 150px;
  margin-bottom: :300px;
  min-height: 604px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.text-and-image .image-right:before {
  content: '';
  margin-top: -150px;
  display: block;
  min-height: 150px;
  background-image: url('images/object-3.png');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center top;
}
.section.text-and-image .image-right:after {
  content: '';
  margin-bottom: -150px;
  clear: both;
  display: block;
  min-height: 750px;
  background-image: url('images/object-3.png');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom;
  position: relative;
  z-index: -1;
}
.section.banner .banner-image {
  width: 50%;
  height: 800px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}
.section.banner .logo {
  position: absolute;
  background: #fff;
  padding: 30px 50px;
  margin-top: 170px;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
}
.section.banner .logo-bg {
  position: absolute;
  margin-top: 180px;
  left: 50%;
  transform: translate(-50%);
}
.section.banner .logo-bg img {
  width: 820px;
}
/* Navigation */
/* Header */
header {
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  width: 100%;
  background-color: #fffdf9;
  z-index: 4;
}
header .header-holder {
  font-family: 'Radley', serif;
  font-size: 15px;
  font-weight: 400;
  max-width: 1325px;
  margin: 0 auto;
}
header .header-holder .header-left a:after {
  display: none;
}
header .header-holder .header-left img {
  width: 75px;
  height: auto;
}
header .header-holder .header-middle {
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  padding-right: 0px;
}
header .header-holder .header-middle #menu-main-menu-1 li .sub-menu {
  padding-right: 15px;
}
header .header-holder .header-middle #menu-main-menu-1 li .sub-menu li {
  padding-left: 0px;
  padding-right: 0px;
}
header .header-holder .header-middle #menu-main-menu-1 li:nth-child(1) .sub-menu {
  left: -50px;
}
header .header-holder .header-middle #menu-main-menu-1 li:nth-child(2) .sub-menu {
  left: -89px;
}
header .header-holder .header-middle #menu-main-menu-1 li:nth-child(3) .sub-menu {
  left: -27px;
}
header .header-holder .header-middle #menu-main-menu-1 li:nth-child(4) .sub-menu {
  left: -59px;
}
header .header-holder .header-middle #menu-main-menu-1 li:nth-child(5) .sub-menu {
  left: -68px;
}
header .header-holder .header-middle ul {
  /*margin-left:-40px;*/
  padding: 0px;
  position: relative;
  border-top: 2px solid #b07e4a;
  border-bottom: 2px solid #b07e4a;
  max-width: 857px;
  margin-left: auto;
  margin-right: auto;
  /*li:first-child {
          display:none;
        }*/
}
header .header-holder .header-middle ul li {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-right: 2px solid #b07e4a;
  position: relative;
  line-height: 5px;
}
header .header-holder .header-middle ul li a {
  text-decoration: none;
  padding-left: 0px;
  /*padding-bottom:10px;*/
  font-size: 14px;
}
header .header-holder .header-middle ul li a:hover {
  text-decoration: underline;
}
header .header-holder .header-middle ul li a:after {
  height: 1px;
}
header .header-holder .header-middle ul li:first-child {
  padding-left: 0px;
}
header .header-holder .header-middle ul li:last-child {
  border-right: none;
  padding-right: 0px;
}
header .header-holder .header-middle ul li a:hover:after {
  width: 100%;
}
header .header-holder .header-middle ul li:last-child a:hover:after {
  width: 100%;
}
header .header-holder .header-middle ul ul.sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  background-color: #fffdf9;
  top: 28px;
  left: -15px;
  z-index: 99999;
  text-align: center;
  overflow: hidden;
  padding: 15px 30px 15px 15px;
  border: none;
}
header .header-holder .header-middle ul ul.sub-menu li {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 0px;
  border: none;
}
header .header-holder .header-middle ul ul.sub-menu li a {
  border: none;
}
header .header-holder .header-right {
  /*padding-top:20px;*/
  text-align: right;
  /*.flag1 {
        background: url('/wp-content/themes/saints/images/flag-china.png');
        background-repeat:no-repeat, no-repeat;
        background-position: left top;
        background-size:100% auto;
        width:59px;
        height:30px;
        display:inline-block;
      }
      .flag2 {
        background: url('/wp-content/themes/saints/images/flag-new-zealand.png');
        background-repeat:no-repeat, no-repeat;
        background-position: left top;
        background-size:100% auto;
        width:59px;
        height:30px;
        display:inline-block;
      }*/
}
header .header-holder .header-right a:after {
  display: none;
}
header .header-holder .header-right .wpml-ls-legacy-list-horizontal {
  padding: 4px 7px 7px 7px;
}
header .header-holder .header-right #lang_sel_list .icl-en a,
header .header-holder .header-right .wpml-ls .wpml-ls-item-en a {
  background-image: url('/wp-content/themes/saints/images/flag-new-zealand.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left top;
  background-size: cover;
  height: 30px;
  width: 59px;
  font-size: 0px;
  display: inline-block;
  margin-left: 10px;
}
header .header-holder .header-right #lang_sel_list .icl-zh-hans a,
header .header-holder .header-right .wpml-ls .wpml-ls-item-zh-hans a {
  background-image: url('/wp-content/themes/saints/images/flag-china.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left top;
  background-size: cover;
  height: 30px;
  width: 59px;
  font-size: 0px;
  display: inline-block;
}
.header-spacer {
  height: 100px;
}
/* Home Page */
/* Main Content */
/* Parts - Areas */
.text-and-image-alt-style {
  margin-top: -300px;
}
.text-and-image-alt-style .text {
  padding: 110px 130px 110px 15px;
}
.text-and-image-alt-style .text h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 28px;
}
.text-and-image-alt-style .image-right {
  min-height: 604px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.text-and-image-alt-style .image-right .bottom-overlay-image {
  position: absolute;
  height: 145px;
  width: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 50%;
  margin-left: -115px;
}
.text-and-image-full {
  margin-bottom: 90px;
}
.text-and-image-full .text-inner {
  /*padding: 360px 150px 360px 15px;*/
  padding: 225px 150px 225px 15px;
  max-width: 650px;
  float: right;
}
.text-and-image-full .text-inner h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
}
.text-and-image-full .text-inner a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 3px;
}
.text-and-image-full .image-right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-with-image {
  margin-top: 160px;
  margin-bottom: 160px;
}
.contact-with-image .contact-with-image-left {
  padding-left: 0px;
  padding-right: 0px;
}
.contact-with-image .contact-with-image-left .contact-with-image-left-inner {
  background: url('/wp-content/themes/saints/images/bg-overlay-pattern-01.png');
  /*background-repeat:no-repeat;*/
  background-repeat: repeat-y;
  background-position: left top;
  background-size: auto auto;
  display: block;
  height: 100%;
  width: 100%;
}
.contact-with-image .contact-with-image-right {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 90px;
}
.contact-with-image .contact-with-image-right .fancyfont {
  font-size: 26px;
}
.contact-with-image .contact-with-image-right p {
  padding-bottom: 25px;
}
.contact-with-image .contact-with-image-right .contactlink {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.contact-with-image .contact-with-image-right .contactlink a {
  text-decoration: none;
  /*border-bottom:1px solid #a37647;*/
}
.contact-with-map {
  margin-top: 160px;
}
.contact-with-map .contact-with-map-left {
  padding-left: 0px;
  padding-right: 0px;
}
.contact-with-map .contact-with-map-left .contact-with-image-left-inner {
  background: url('/wp-content/themes/saints/images/bg-overlay-pattern-01.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left top;
  background-size: auto auto;
  display: block;
  height: 100%;
  width: 100%;
}
.contact-with-map .contact-with-map-right .fancyfont {
  font-size: 26px;
}
.contact-with-map .contact-with-map-right p {
  padding-bottom: 25px;
}
.contact-with-map .contact-with-map-right .contactlink {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
#map {
  width: 750px;
  height: 500px;
}
.testimonial {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  color: #fff;
  margin-top: 90px;
  padding-top: 90px;
}
.testimonial .overlay {
  position: absolute;
  top: 0px;
  background: rgba(173, 108, 40, 0.6);
  width: 100%;
  height: 100%;
}
.testimonial .text {
  font-style: italic;
  font-size: 20px;
  font-weight: 600;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}
.testimonial .name {
  text-transform: uppercase;
}
.testimonial .object {
  margin-top: 90px;
  padding-top: 90px;
  height: 150px;
  background-image: url('images/object.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
.testimonial-alt-style {
  margin-top: 45px;
  margin-bottom: 130px;
  text-align: center;
}
.testimonial-alt-style .meta-border-bottom {
  border-bottom: 1px solid #b07e4a;
  padding-bottom: 120px;
}
.testimonial-alt-style .text {
  font-style: italic;
  font-size: 22px;
  /*font-weight:600;*/
  max-width: 1059px;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}
.testimonial-alt-style .name {
  text-transform: uppercase;
  letter-spacing: 4px;
}
.testimonial-alt-style .date {
  letter-spacing: 4px;
}
.testimonial-alt-style .left-object {
  margin-top: -160px;
  height: 340px;
  width: 400px;
  background-image: url('images/object-left.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.testimonial-alt-style .right-object {
  margin-top: -160px;
  height: 340px;
  width: 400px;
  background-image: url('images/object-right.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
}
.centered-text {
  margin-top: 160px;
  margin-bottom: 100px;
  text-align: center;
}
.centered-text .title {
  padding-top: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
.centered-text .intro {
  padding-bottom: 30px;
  line-height: 20px;
  font-weight: 600;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.centered-text .main-content {
  padding-top: 30px;
  /*font-weight:600;*/
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.centered-text .main-content p {
  font-size: 23px;
}
.centered-text .centered-link {
  padding-top: 15px;
}
.centered-text .centered-link a {
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 2px solid #b07e4a;
}
.centered-text .centered-link a:hover {
  border-bottom: none;
  padding-bottom: 7px;
}
.gallery,
.gallery-owl-carousel-select-images {
  margin-top: 5px;
  text-align: center;
}
.gallery .title,
.gallery-owl-carousel-select-images .title {
  padding-top: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.gallery .intro,
.gallery-owl-carousel-select-images .intro {
  padding-bottom: 60px;
  line-height: 20px;
  font-weight: 600;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.gallery .gallery-image,
.gallery-owl-carousel-select-images .gallery-image {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: Center;
}
.gallery .object-left,
.gallery-owl-carousel-select-images .object-left {
  height: 596px;
  width: 596px;
  background-image: url('images/object-5.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 17%;
}
.gallery .object-right,
.gallery-owl-carousel-select-images .object-right {
  height: 596px;
  width: 596px;
  background-image: url('images/object-5.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 17%;
}
.gallery .owl-item div a,
.gallery-owl-carousel-select-images .owl-item div a {
  position: relative;
  display: block;
}
.gallery .owl-item div a .overlay,
.gallery-owl-carousel-select-images .owl-item div a .overlay {
  visibility: hidden;
}
.gallery .owl-item div a:hover .overlay,
.gallery-owl-carousel-select-images .owl-item div a:hover .overlay {
  visibility: visible;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
.gallery .owl-item div a:hover .overlay span,
.gallery-owl-carousel-select-images .owl-item div a:hover .overlay span {
  font-weight: 400;
  position: relative;
  top: 80px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #a37647;
}
.gallery .owl-item div a:after,
.gallery-owl-carousel-select-images .owl-item div a:after {
  display: none;
}
.gallery .link-wrapper,
.gallery-owl-carousel-select-images .link-wrapper {
  padding-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.gallery .link-wrapper a,
.gallery-owl-carousel-select-images .link-wrapper a {
  background-color: #b07e4a;
  text-decoration: none;
  padding: 10px 43px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
#carousel .carousel-item {
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#carousel .carousel-control-next,
#carousel .carousel-control-prev {
  opacity: 1;
  color: #b07e4a;
  width: 50px;
}
#carousel .carousel-control-next span,
#carousel .carousel-control-prev span {
  background-color: #fffefb;
  display: block;
  padding: 5px 19px;
  font-size: 30px;
}
#carousel .carousel-control-next-icon,
#carousel .carousel-control-prev-icon {
  background-color: #fffefb;
}
#carousel .carousel-caption {
  position: absolute;
  clear: both;
  right: 0%;
  bottom: -10px;
  background-color: #ffffff;
  left: 0%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #b07e4a;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
#slidetext {
  float: left;
  position: relative;
  top: -40px;
  background-color: #ffffff;
}
#slidetext .slash {
  position: relative;
  top: 7px;
}
#slidetext .total {
  position: relative;
  top: 14px;
}
.owl-nav {
  display: block!important;
  position: relative;
  top: -150px;
}
.owl-nav .owl-prev {
  float: left;
  background: #ffffff!important;
  height: 40px;
  width: 30px;
}
.owl-nav .owl-next {
  float: right;
  background: #ffffff!important;
  height: 40px;
  width: 30px;
}
.facilitiesbeds {
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: center;
}
.facilitiesbeds .title {
  padding-top: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 45px;
}
.facilitiesbeds .facilities ul {
  padding-left: 0px;
  column-count: 1;
}
.facilitiesbeds .facilities ul li {
  margin-bottom: 45px;
}
.facilitiesbeds .beds ul {
  padding-left: 0px;
  column-count: 2;
}
.facilitiesbeds .beds ul li {
  margin-bottom: 45px;
}
.booking-panel {
  margin-top: 160px;
  padding-top: 160px;
  background-image: url(images/object-3.png);
  background-repeat: no-repeat;
  background-size: 515px;
  background-position: center top;
  text-align: center;
}
.booking-panel .title {
  padding-top: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.booking-panel .intro {
  padding-bottom: 60px;
  line-height: 20px;
  font-weight: 600;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.booking-panel .left,
.booking-panel .right {
  height: 560px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
}
.booking-panel .main-content {
  padding-top: 60px;
  font-weight: 600;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.booking-panel .link-wrapper {
  margin-top: 60px;
}
.booking-panel .link-wrapper a {
  background-color: #b07e4a;
  text-decoration: none;
  padding: 10px 45px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.contact-intro {
  text-align: center;
  /*margin-top:-80px;*/
  margin-bottom: 160px;
}
.contact-intro .intro {
  padding-top: 110px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contact-intro h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}
.contact-intro h2 {
  font-size: 29px;
}
.contact-intro .intro-text {
  /*margin-top:60px;*/
}
.history-intro {
  text-align: center;
  margin-top: -47px;
  margin-bottom: 160px;
}
.history-intro .intro {
  padding-top: 110px;
  padding-bottom: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.history-intro h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}
.history-intro h2 {
  font-size: 29px;
}
.book-now-button {
  text-align: right;
  margin-top: 45px;
  margin-bottom: 4px;
}
.book-now-button a {
  background-color: #b07e4a;
  text-decoration: none;
  padding: 10px 43px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.book-now-button a:hover {
  color: #ffffff;
}
.full-width-image {
  /*margin-top:100px;*/
  margin-bottom: 90px;
}
.full-width-image .image {
  height: 950px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.full-width-image .book-now-button {
  text-align: center;
}
.full-width-image .book-now-button a {
  background-color: #b2824f;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  padding: 17px 43px;
  font-family: "Montserrat", sans-serif;
}
.full-width-image .book-now-button a .fa-angle-right {
  font-size: 24px!important;
  position: relative;
  top: 4px;
  margin-left: 10px;
}
.full-width-image .book-now-button a:hover .fa-angle-right {
  left: 5px;
}
.full-width-image .book-now-button span {
  display: block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding-top: 20px;
  padding-bottom: 37px;
}
.full-width-image .book-now-button .bg-image-holder {
  height: 220px;
  background-image: url('images/contact-bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: -15px;
  margin-bottom: -5px;
}
.full-width-image-with-description {
  margin-top: 100px;
}
.full-width-image-with-description .image {
  height: 950px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.full-width-image-with-description .description-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: 950px;
  position: relative;
}
.full-width-image-with-description .description-wrapper .description {
  min-height: 470px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background-color: #ffffff;
  padding-left: 90px;
  padding-right: 90px;
  width: 100%;
}
.full-width-image-with-description .description-wrapper .description .title {
  padding-top: 45px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
  margin-bottom: 15px;
}
.full-width-image-with-description .description-wrapper .description .content {
  font-size: 24px;
}
.full-width-image-with-description .description-wrapper .description span {
  display: block;
}
.full-width-image-half-half {
  margin-top: 100px;
}
.full-width-image-half-half .image-left,
.full-width-image-half-half .image-right {
  height: 950px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.full-width-image-half-half .image-left {
  border-left: 15px solid #ffffff;
  border-right: 7px solid #ffffff;
}
.full-width-image-half-half .image-right {
  border-right: 15px solid #ffffff;
  border-left: 7px solid #ffffff;
}
.text-and-image-configurable {
  margin-top: 140px;
  margin-bottom: 140px;
}
.text-and-image-configurable .text {
  padding-top: 100px;
  padding-bottom: 100px;
}
.text-and-image-configurable .text h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 28px;
}
.text-and-image-configurable .text.left {
  padding-right: 100px;
}
.text-and-image-configurable .text.right {
  padding-left: 100px;
}
.text-and-image-configurable .text .booking-button {
  position: relative;
  top: -43px;
}
.text-and-image-configurable .text .booking-button a {
  background-color: #b07e4a;
  text-decoration: none;
  padding: 18px 43px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.text-and-image-configurable .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 680px;
  max-width: 555px;
}
.text-and-image-configurable .image .booking-button {
  position: relative;
  top: -43px;
  float: right;
}
.text-and-image-configurable .image .booking-button a {
  background-color: #b07e4a;
  text-decoration: none;
  padding: 18px 43px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.text-and-image-configurable .image .bg-top {
  background-repeat: no-repeat;
  background-size: 190px auto;
  background-position: center bottom;
  height: 220px;
  width: 300px;
  position: absolute;
  top: -215px;
  left: 23%;
}
.text-and-image-configurable .image .bg-top.large {
  background-size: 290px!important;
  background-position: center top!important;
  top: -220px !important;
}
.text-and-image-configurable .image .bg-right {
  background-repeat: no-repeat;
  background-size: auto 190px;
  background-position: center left;
  height: 300px;
  width: 220px;
  position: absolute;
  top: 28%;
  right: -220px;
}
.text-and-image-configurable .image .bg-right.large {
  background-size: auto 290px!important;
  background-position: center right!important;
}
.text-and-image-configurable .image .bg-bottom {
  background-repeat: no-repeat;
  background-size: 190px auto;
  background-position: center top;
  height: 220px;
  width: 300px;
  position: absolute;
  bottom: -220px;
  left: 23%;
}
.text-and-image-configurable .image .bg-bottom.large {
  background-size: 290px auto!important;
  background-position: center bottom!important;
}
.text-and-image-configurable .image .bg-left {
  background-repeat: no-repeat;
  background-size: auto 190px;
  background-position: center right;
  height: 300px;
  width: 220px;
  position: absolute;
  top: 28%;
  left: -220px;
}
.text-and-image-configurable .image .bg-left.large {
  background-size: auto 290px!important;
  background-position: center left!important;
}
.text-and-image-configurable .image .bottom-overlay-image {
  position: absolute;
  height: 145px;
  width: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 50%;
  margin-left: -115px;
}
.block-links {
  padding-top: 90px;
  padding-bottom: 90px;
}
.block-links h3 {
  font-family: "Radley", serif;
  font-size: 23px;
  text-align: center;
  margin-bottom: 90px;
}
.block-links a:hover .overlay {
  display: block;
}
.block-links a:hover .overlay-image {
  display: block;
}
.block-links .overlay-image {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: none;
}
.block-links .inner {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.block-links .overlay {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(176, 126, 74, 0.7);
  text-align: center;
  color: #ffffff;
}
.block-links .overlay .overlay-inner {
  max-height: 505px;
  height: 100%;
  margin: 45px;
  padding: 45px;
  border: 1px solid #ffffff;
}
.block-links .overlay .overlay-inner .content {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 23px;
}
.block-links .overlay .image-wrapper {
  height: 135px;
  position: relative;
  top: -130px;
  z-index: 2;
  background-image: url('images/block-overlay-image.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.content-editor.light-brown {
  background-color: #b07e4a;
  color: #ffffff;
  padding-top: 145px;
  padding-bottom: 145px;
}
.content-editor.light-brown h1,
.content-editor.light-brown h2,
.content-editor.light-brown h3,
.content-editor.light-brown h4,
.content-editor.light-brown h5 {
  color: #ffffff;
  font-family: 'Radley', serif;
}
.list-links {
  background-color: #b07e4a;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
}
.list-links .main-title-wrapper {
  color: #ffffff;
  padding-bottom: 60px;
}
.list-links .main-title-wrapper h2 {
  color: #ffffff;
  font-size: 26px;
}
.list-links .link-list-item {
  color: #dfcab3;
  padding-top: 60px;
  padding-bottom: 60px;
}
.list-links .link-list-item p {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
  font-weight: 100;
}
.list-links .link-list-item h3 {
  color: #dfcab3;
  font-size: 45px;
  font-family: "Radley", serif;
  margin-bottom: 20px;
}
.list-links .link-list-item span {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-decoration: none!important;
  border-bottom: none;
  position: relative;
  display: block;
  max-width: 103px;
  margin: 0 auto;
  border-bottom: 2px solid #dfcab3;
}
.list-links .link-list-item span:after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #ffffff;
  transition: 0.2s;
}
.list-links .link-list-item span:hover {
  color: #ffffff;
  text-decoration: none;
  border: none;
  padding-bottom: 2px;
  cursor: pointer;
}
.list-links .link-list-item span:hover:after {
  width: 100%;
  color: #ffffff;
}
.list-links .link-list-item:hover {
  color: #ffffff;
}
.list-links .link-list-item:hover span {
  border-color: #ffffff;
}
.list-links .link-list-item:hover h3 {
  color: #ffffff;
}
.list-links .link-list-item:hover a {
  color: #ffffff;
}
/* Footer */
footer {
  padding-top: 120px;
  background-color: #fffdf9;
}
footer .footer-button-wrapper {
  text-align: center;
  position: relative;
  top: -90px;
}
footer .footer-button-wrapper a {
  background-color: #b2824f;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 25px;
  font-family: "Montserrat", sans-serif;
}
footer .footer-button-wrapper a .fa-angle-right {
  font-size: 24px!important;
  position: relative;
  top: 4px;
  margin-left: 10px;
}
footer .footer-button-wrapper a:hover {
  color: #ffffff;
}
footer .footer-button-wrapper a:hover .fa-angle-right {
  position: Relative;
  left: 5px;
  margin-left: 15px;
}
footer .footer-holder {
  /*font-family:@headingfont;*/
  font-size: 16px;
  font-weight: 400;
  background-image: url('images/object-5.png');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 315px;
  /*.footer-lower {
      text-align:center;
      a {
        font-size:12px;
        text-decoration:none;
      }
    }*/
}
footer .footer-holder .social {
  padding-top: 80px;
  padding-bottom: 110px;
}
footer .footer-holder .social ul {
  text-align: center;
  padding: 0px;
}
footer .footer-holder .social ul li {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  /*font-family:@headingfont;*/
  font-size: 23px;
  /*img{
            max-width:30px;
          }*/
}
footer .footer-holder .social ul li a:after {
  display: none;
}
footer .footer-holder .social ul li .fa-rings-wedding {
  font-size: 20px;
}
footer .footer-holder .footer-middle {
  text-transform: uppercase;
}
footer .footer-holder .footer-middle ul {
  margin-left: -40px;
  text-align: center;
}
footer .footer-holder .footer-middle ul li {
  display: inline-block;
  padding: 0px 9px;
  border-right: 2px solid #b1814e;
  line-height: 10px;
  /*font-family:@headingfont;*/
}
footer .footer-holder .footer-middle ul li:last-child {
  border: none;
}
footer .footer-holder .footer-middle ul li a {
  text-decoration: none;
}
footer .footer-holder .footer-middle ul li a:hover {
  text-decoration: underline;
}
footer .footer-holder .footer-middle ul .sub-menu {
  display: none;
}
footer .footer-holder .footer-right {
  text-align: right;
}
footer .footer-holder .footer-bottom-left,
footer .footer-holder .footer-bottom-middle,
footer .footer-holder .footer-bottom-right {
  text-align: center;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 25px;
}
footer .footer-holder .footer-bottom-left a,
footer .footer-holder .footer-bottom-middle a,
footer .footer-holder .footer-bottom-right a {
  color: #b07e4a;
}
.contact-form .gform_heading {
  text-align: center;
}
.contact-form .gform_heading .gform_title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.contact-form .gform_heading .gform_description {
  /*font-weight:600;*/
  margin-bottom: 90px;
}
.contact-form .gform_body li {
  margin-bottom: 60px;
  font-weight: 400!important;
  text-transform: uppercase!important;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif !important;
}
.contact-form .gform_body li label {
  /*font-weight: 400!important;*/
}
.contact-form .gform_body input {
  border: none;
  border-bottom: 2px solid #b07e4a;
  border-bottom: 2px solid rgba(176, 126, 74, 0.7);
  background-color: #fffdf9;
}
.contact-form .gform_body textarea {
  border: 2px solid #b07e4a;
  border: 2px solid rgba(176, 126, 74, 0.7);
  background-color: #fffdf9;
}
.contact-form #field_1_11 {
  margin-top: 60px;
}
.contact-form #field_1_7 {
  margin: 0;
  padding: 0;
  float: right;
}
.contact-form #field_1_7 a.contact-book {
  background-color: #b07e4a;
  text-decoration: none;
  padding: 18px 43px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 3;
  left: -15px;
}
.contact-form .gform_footer {
  margin: 0px!important;
  padding: 0px!important;
  position: relative;
  top: -5px;
}
.contact-form .gform_footer input {
  border: 2px solid #b07e4a;
  font-weight: 600!important;
  text-transform: uppercase!important;
  font-size: 14px!important;
  font-family: 'Montserrat', sans-serif !important;
  color: #b07e4a;
  padding: 10px 40px;
  background-color: #fffdf9;
}
.contact-form .gform_footer input:hover {
  background-color: #b07e4a;
  cursor: pointer;
  color: #fffdf9;
}
.contact-form .gform_wrapper .gfield_required {
  color: #b07e4a;
}
.sticky-footer-button {
  position: fixed;
  z-index: 99;
  bottom: 0px;
  width: 100%;
}
.sticky-footer-button .book-now-button {
  margin-top: 0px;
}
/* Misc Styles */
.flex-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1000;
  padding: 10px;
  text-align: center;
}
.flex-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
/* form placeholder overrides
--------------------------------------------- */
::-webkit-input-placeholder {
  /* Chrome */
  color: #fffdf9 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fffdf9 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fffdf9 !important;
  opacity: 1 !important;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fffdf9 !important;
  opacity: 1 !important;
}
/* Responsive Styles */
/* Media Query - Max Width 575px */
@media (max-width: 575px) {
  header {
    position: relative;
  }
  .header-spacer {
    height: 0px;
  }
  /*.sub-menu li:before{
    content:'- ';
  }
  .sub-menu li:after{
    content:' -';
  }*/
  #navModal .logo-holder img {
    max-width: 85px;
  }
  header {
    margin-bottom: 30px;
  }
  .header-left {
    float: left!important;
    width: 30%!important;
    max-width: 100px;
  }
  .header-left img {
    margin-top: 15px;
  }
  .header-middle {
    float: left!important;
    width: 30%!important;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-right {
    float: right!important;
    width: 30%!important;
    max-width: 100px;
  }
  .wpml-ls-legacy-list-horizontal a {
    margin-left: 0px!important;
  }
  .block-links .left {
    margin-bottom: 60px;
  }
  .text-and-image {
    margin-bottom: 230px;
  }
  .centered-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section.text-and-image .text {
    padding: 30px 40px 45px 15px;
  }
  .booking-panel .left,
  .booking-panel .right {
    height: 300px;
  }
  .contact-with-image .contact-with-image-left .contact-with-image-left-inner {
    min-height: 450px;
  }
  .contact-with-image .contact-with-image-right .fancyfont {
    font-size: 18px;
  }
  .section.banner .logo {
    margin-top: 90px;
  }
  .section.banner .banner-image {
    height: 530px;
  }
  .section.banner .logo-bg {
    width: 100%;
  }
  .section.banner .logo-bg img {
    width: 820px;
    max-width: 100%;
  }
  .facilitiesbeds {
    margin-top: 60px;
  }
  .booking-panel {
    margin-top: 90px;
  }
  .contact-with-image .contact-with-image-right {
    padding-top: 45px;
    padding-bottom: 15px;
    padding-left: 45px;
  }
  .contact-with-image {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .text-and-image-full .text-inner {
    padding: 70px 30px 70px 15px;
  }
  .text-and-image-full .image-right {
    min-height: 630px;
  }
  .text-and-image-alt-style .text {
    padding: 120px 15px 45px 15px;
  }
  .full-width-image .image {
    height: 300px;
  }
  .text-and-image-configurable .image {
    min-height: 560px;
  }
  .text-and-image-configurable .text.right {
    padding-left: 30px;
  }
  .text-and-image-configurable .text {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .text-and-image-configurable .text.left {
    padding-right: 30px;
  }
  .full-width-image-with-description .image {
    height: 670px;
  }
  .full-width-image-with-description .image .description-wrapper {
    height: 670px;
  }
  .full-width-image-with-description .image .description-wrapper .description {
    min-height: 430px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .full-width-image-with-description .description-wrapper .description .content {
    font-size: 15px;
  }
  .full-width-image-half-half .image-left,
  .full-width-image-half-half .image-right {
    height: 450px;
  }
  .text-and-image-configurable {
    margin-top: 45px;
    margin-bottom: 140px;
  }
  .contact-with-image {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .full-width-image-half-half .image-left,
  .full-width-image-half-half .image-right {
    height: 260px;
  }
  .contact-intro {
    margin-bottom: 45px;
  }
  .contact-intro .intro {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .gallery {
    margin-top: 0px;
  }
  #carousel .carousel-item {
    min-height: 500px;
  }
  .testimonial-alt-style .left-object,
  .testimonial-alt-style .right-object {
    width: 200px;
  }
  .text-and-image-configurable .image .bg-left,
  .text-and-image-configurable .image .bg-right {
    display: none;
  }
  footer {
    margin-top: 60px;
  }
  footer,
  footer .footer-holder .footer-right {
    text-align: center;
  }
  .contact-form #field_1_7 {
    clear: both;
    position: relative;
    top: 140px;
    width: 100%;
  }
  .contact-form #field_1_7 a {
    display: block!important;
    left: 0px!important;
    width: 100%!important;
    text-align: center;
  }
}
/* Media Query - Min Width 576px - Max Width 767px */
@media (min-width: 576px) and (max-width: 767px) {
  header {
    position: relative;
  }
  .header-spacer {
    height: 0px;
  }
  /*.sub-menu li:before{
    content:'- ';
  }
  .sub-menu li:after{
    content:' -';
  }*/
  .header-left {
    float: left!important;
    width: 30%!important;
    max-width: 100px;
  }
  .header-left img {
    margin-top: 15px;
  }
  .header-middle {
    float: left!important;
    width: 30%!important;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-right {
    float: right!important;
    width: 30%!important;
    max-width: 100px;
  }
  .wpml-ls-legacy-list-horizontal a {
    margin-left: 0px!important;
  }
  .block-links .left {
    margin-bottom: 60px;
  }
  .text-and-image-configurable {
    margin-top: 60px;
  }
  .section.text-and-image .text {
    padding: 30px 40px 45px 15px;
  }
  .booking-panel .left,
  .booking-panel .right {
    height: 300px;
  }
  .contact-with-image .contact-with-image-left .contact-with-image-left-inner {
    min-height: 450px;
  }
  .section.banner .logo-bg {
    width: 100%;
  }
  .section.banner .logo-bg img {
    width: 820px;
    max-width: 100%;
  }
  .history-intro {
    margin-top: -140px;
  }
  .text-and-image-alt-style .text {
    padding: 120px 15px 45px 15px;
  }
  .full-width-image .image {
    height: 380px;
  }
  .text-and-image-full .text-inner {
    padding: 70px 30px 70px 15px;
  }
  .text-and-image-full .image-right {
    min-height: 630px;
  }
  .text-and-image-configurable .image {
    min-height: 630px;
  }
  .text-and-image-configurable .text.right {
    padding-left: 30px;
  }
  .text-and-image-configurable .text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-and-image-configurable .text.left {
    padding-right: 30px;
  }
  .full-width-image-with-description .image {
    height: 670px;
  }
  .full-width-image-with-description .image .description-wrapper {
    height: 670px;
  }
  .full-width-image-with-description .image .description-wrapper .description {
    min-height: 430px;
  }
  .full-width-image-half-half .image-left,
  .full-width-image-half-half .image-right {
    height: 450px;
  }
  .contact-with-image {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .container-gallery {
    max-width: 100%;
  }
  .contact-intro {
    margin-bottom: 60px;
  }
  .contact-intro .intro {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .testimonial-alt-style .left-object,
  .testimonial-alt-style .right-object {
    width: 200px;
  }
  .centered-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  footer,
  footer .footer-holder .footer-right {
    text-align: center;
  }
}
/* Media Query - Min Width 768px - Max Width 991px */
@media (min-width: 768px) and (max-width: 991px) {
  /*.sub-menu li:before{
    content:'- ';
  }
  .sub-menu li:after{
    content:' -';
  }*/
  .section.banner .logo-bg {
    width: 100%;
  }
  .section.banner .logo-bg img {
    width: 820px;
    max-width: 100%;
  }
  .testimonial-alt-style .left-object,
  .testimonial-alt-style .right-object {
    margin-top: -160px;
    height: 255px;
    width: 300px;
  }
  .section.text-and-image .image-right {
    max-height: 500px;
  }
  .block-links .inner {
    min-height: 400px;
  }
  .text-and-image-full .text-inner {
    padding: 70px 30px 70px 15px;
  }
  .contact-intro {
    margin-bottom: 80px;
  }
  .booking-panel .left,
  .booking-panel .right {
    height: 400px;
  }
  .contact-with-image .contact-with-image-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-with-map .contact-with-map-right .fancyfont,
  .contact-with-image .contact-with-image-right .fancyfont {
    font-size: 18px;
  }
  .text-and-image-alt-style .text {
    padding: 45px 90px 45px 15px;
  }
  .full-width-image .image {
    height: 600px;
  }
  .text-and-image-configurable .text {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .full-width-image-with-description .image {
    height: 670px;
  }
  .full-width-image-with-description .image .description-wrapper {
    height: 670px;
  }
  .full-width-image-with-description .image .description-wrapper .description {
    min-height: 430px;
  }
  .full-width-image-half-half .image-left,
  .full-width-image-half-half .image-right {
    height: 700px;
  }
  .text-and-image-configurable .image .bg-top,
  .text-and-image-configurable .image .bg-bottom {
    left: 9%;
  }
  .container-gallery {
    max-width: 100%;
  }
  .text-and-image-configurable .text.right {
    padding-left: 60px;
  }
  .text-and-image-configurable .text.left {
    padding-right: 30px;
  }
  footer .footer-holder .footer-middle ul {
    text-align: center;
  }
}
/* Media Query - Min Width 992px - Max Width 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .text-and-image-alt-style .text {
    padding: 120px 120px 90px 15px;
  }
  .full-width-image .image {
    height: 600px;
  }
  .text-and-image-configurable .text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .full-width-image-with-description .image {
    height: 670px;
  }
  .full-width-image-with-description .image .description-wrapper {
    height: 670px;
  }
  .full-width-image-half-half .image-left,
  .full-width-image-half-half .image-right {
    height: 700px;
  }
  footer .footer-holder .footer-middle ul li {
    padding: 0px 4px;
    font-size: 13px;
  }
}
/* Media Query - Min Width 1200px */
/* CHROME AND SAFARI SPECIFIC CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .gform_wrapper select {
    padding: 9px 9px 9px 9px;
  }
  #gform_wrapper_1 select {
    padding: 9px 9px 9px 9px;
  }
  .fullwidthcolumn {
    background-attachment: scroll;
  }
  nav.main-menu li {
    padding: 4px 0px 2px 5px;
  }
}
/******** IE 10+ SPECIFIC CSS *********/
