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


Theme Name: Terrace Downs
Description: Terrace Downs Custom Theme
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
}
body {
  heigth: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}
.clear {
  clear: both;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
* {
  outline: none!important;
}
/*==========Fonts & Headings===========*/
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'PT Sans', sans-serif;
  color: #555555;
}
h1 {
  font-family: 'Crimson Text', serif;
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 10px;
  text-transform: uppercase;
}
h2 {
  font-family: 'Crimson Text', serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  text-transform: uppercase;
  margin: 10px 0 30px 0;
}
h3 {
  font-family: 'Crimson Text', serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  text-transform: uppercase;
  margin: 10px 0 30px 0;
}
h4 {
  font-family: 'Crimson Text', serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
p {
  line-height: 1.6;
  margin: 0 0 25px;
}
ul {
  margin-bottom: 20px;
}
ul li {
  line-height: 1.6;
  margin-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: 700;
}
.white {
  color: #fff !important;
}
.shadow {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
a {
  color: #afa371;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:visited,
a:hover,
a:active {
  text-decoration: underline;
  color: #66b8c4;
}
.white-btn {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 20px 5px 20px;
  background-color: transparent;
  text-align: center;
  position: relative;
}
.white-btn:visited {
  color: #fff;
}
.white-btn:hover {
  background-color: #fff;
  color: #000000!important;
  text-decoration: none;
}
.gold-btn {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #afa371;
  border: 2px solid #afa371;
  padding: 5px 20px 5px 20px;
  background-color: transparent;
  text-align: center;
  position: relative;
}
.gold-btn:visited {
  color: #afa371;
}
.gold-btn:hover {
  background-color: #afa371;
  color: #fff;
  text-decoration: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .white-btn {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 10px 5px 10px;
  }
}
/* Mobile Nav
==============================*/
#mobileNav {
  background-color: #252525;
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav.menuOpen {
  right: 0;
}
#mobileNav .mobileNav-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: right;
}
#mobileNav .mobileNav-header span {
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #afa371;
  padding: 15px 25px;
  display: block;
}
#mobileNav .mobileNav-header span:hover {
  background-color: #afa371;
  color: #000;
}
#mobileNav nav.mobile-main-menu ul {
  padding: 0;
  margin: 0;
}
#mobileNav nav.mobile-main-menu ul li {
  display: block;
  padding: 0;
  margin: 0
        position:relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileNav nav.mobile-main-menu ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #afa371;
  padding: 15px 25px;
  display: block;
}
#mobileNav nav.mobile-main-menu ul li a:hover {
  background-color: #afa371;
  color: #000;
  text-decoration: none;
}
#mobileNav ul.util-menu {
  padding: 0;
  margin: 20px 0;
}
#mobileNav ul.util-menu li {
  list-style-type: none;
  color: #afa371;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  position: relative;
  padding: 15px 25px 15px 60px;
  display: inline-block;
  margin: 0;
}
#mobileNav ul.util-menu li svg {
  position: absolute;
  left: 25px;
  top: 14px;
  font-size: 18px;
  font-size: 1.8rem;
}
#mobileNav ul.util-menu li.brochure a {
  position: relative;
  top: -2px;
  margin-left: 3px;
}
#mobileNav .resevation-btn {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 25px;
  background-color: #66b8c4;
  text-align: center;
  position: relative;
}
#wrap.menuOpenWrap {
  right: 49.9%;
  pointer-events: none;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
}
/* Header
==============================*/
.home.page-template-home-page header {
  top: -158px;
}
.home.page-template-home-page .fix-push {
  height: 0;
}
.home.scrolled.page-template-home-page header {
  top: 0;
}
.home.scrolled.page-template-home-page .fix-push {
  height: 158px;
}
.home.scrolled.page-template-home-page.admin-bar header {
  top: 32px;
}
.admin-bar header {
  top: 32px;
}
.fix-push {
  height: 158px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home.page-template-home-page header {
    top: -139px;
  }
  .home.scrolled.page-template-home-page .fix-push {
    height: 139px;
  }
  .fix-push {
    height: 139px;
  }
}
@media (max-width: 575px) {
  .home.page-template-home-page header {
    top: -147px;
  }
  .home.scrolled.page-template-home-page .fix-push {
    height: 147px;
  }
  .fix-push {
    height: 147px;
  }
}
header {
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header-top {
  background-color: #252525;
}
#header-top .header-phone {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  display: inline-block;
  color: #afa371;
  font-weight: 300;
  padding: 10px 0;
}
#header-top .header-phone a {
  color: #fff;
  margin-left: 8px;
  padding-left: 7px;
  position: relative;
}
#header-top .header-phone a:before {
  content: "";
  width: 1px;
  height: 15.5px;
  background-color: #afa371;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
#header-top ul.social-icons {
  display: inline-block;
  margin: 0;
}
#header-top ul.social-icons li {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 5px;
}
#header-top ul.social-icons li a {
  color: #66b8c4;
}
#header-top .header-top-right {
  text-align: right;
  padding-left: 0;
}
#header-top .header-top-right ul.util-menu {
  display: inline-block;
  padding: 9px 0 0 0;
  margin: 0;
}
#header-top .header-top-right ul.util-menu li {
  display: inline-block;
  color: #afa371;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0 30px 0 0;
  position: relative;
  padding: 5px 0 5px 30px;
}
#header-top .header-top-right ul.util-menu li svg {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
  font-size: 1.8rem;
}
#header-top .header-top-right ul.util-menu li.brochure a {
  position: relative;
  top: -2px;
}
#header-top .header-top-right .resevation-btn {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #66b8c4;
  padding: 13px 0 14px 0;
  text-align: center;
  width: 180px;
  position: relative;
}
#header-top .header-top-right .resevation-btn:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 90px 0 90px;
  border-color: #66b8c4 transparent transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header-top .header-top-right ul.util-menu li {
    margin-right: 10px;
  }
  #header-top .header-top-right .resevation-btn {
    width: 150px;
  }
  #header-top .header-top-right .resevation-btn:after {
    border-width: 10px 75px 0 75px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #header-top .header-phone {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #header-top .header-phone a:before {
    height: 10.5px;
  }
}
#header-bottom {
  padding-top: 10px;
  background-color: #fff;
}
#header-bottom .header-bottom-left {
  padding-right: 0;
}
#header-bottom .header-bottom-left .header-logo {
  width: 100%;
  max-width: 215px;
  height: auto;
  display: inline-block;
  margin-bottom: 25px;
}
#header-bottom .header-bottom-left .header-logo img {
  width: 100%;
  height: auto;
}
#header-bottom .nav-col {
  text-align: center;
}
#header-bottom .nav-col .navToggle {
  margin-top: 60px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #000;
  position: relative;
  padding-right: 25px;
}
#header-bottom .nav-col .navToggle svg {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
#header-bottom .nav-col .navToggle.open svg {
  color: #afa371;
}
#header-bottom .contact-col {
  text-align: right;
}
#header-bottom .contact-col .header-btn {
  margin: 32px 18px 0 0;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  border: 2px solid #afa371;
  padding: 6px 20px 5px 20px;
}
#header-bottom .contact-col .header-btn svg {
  margin-right: 5px;
}
#header-bottom .contact-col .header-btn:hover {
  background-color: #afa371;
  text-decoration: none;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header-bottom .header-bottom-left .header-logo {
    max-width: 158px;
  }
  #header-bottom .contact-col {
    padding-left: 0;
  }
  #header-bottom .contact-col .header-btn {
    margin: 21px 18px 0 0;
    padding: 6px 7px 5px 7px;
  }
}
/* Nav
==============================*/
nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
nav.main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0 15px;
  position: relative;
}
nav.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 10px;
}
nav.main-menu ul li.sub-menu-active.menu-item-has-children > a:after {
  content: "\f106";
}
nav.main-menu ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #000;
  padding: 40px 0 35px 0;
  display: block;
  border-bottom: 5px solid transparent;
}
nav.main-menu ul li a:hover {
  border-color: #afa371;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.main-menu ul li {
    margin: 0 5px;
  }
  nav.main-menu ul li a {
    padding: 30px 0 25px 0;
  }
}
nav.main-menu ul.sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
/* Home
==============================*/
#home-slider {
  text-align: center;
}
#home-slider .carousel-item {
  padding: 50px 0 50px 0;
  background-size: cover;
  background-position: center bottom;
}
#home-slider img {
  max-width: 195px;
  margin: 0 auto 40px auto;
}
#home-slider h4 {
  margin: 0;
}
#home-slider h1 {
  margin: 10px 0 10px 0;
}
#home-slider h5 {
  margin: 40px auto 300px;
  max-width: 800px;
}
#home-slider .carousel-control-next,
#home-slider .carousel-control-prev {
  width: 100px;
  opacity: 1;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
#home-intro {
  text-align: center;
  background-color: #f8f5ef;
  padding: 60px 0 120px;
  margin-bottom: -60px;
}
#home-intro h2 {
  max-width: 560px;
  margin: 0 auto 30px auto;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #home-slider h5 {
    margin: 40px auto 80px;
    max-width: 800px;
  }
  #home-slider .carousel-control-next,
  #home-slider .carousel-control-prev {
    display: none;
  }
}
/* Grid
==============================*/
#grid-section {
  padding: 0 60px;
}
.grid-item {
  position: relative;
  text-align: center;
  padding: 80px;
}
.grid-item .grid-content {
  position: relative;
  z-index: 10;
}
.grid-item .grid-content h2 {
  margin: 0;
}
.grid-item .grid-content p {
  margin: 0 auto 40px auto;
  max-width: 280px;
}
.grid-item .grid-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-size: cover;
  background-position: center bottom;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-item .grid-image .grid-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.grid-item .grid-colour {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-item .grid-colour.colour-blue {
  background-color: #66b8c4;
}
.grid-item .grid-colour.colour-gold {
  background-color: #afa371;
}
.grid-item:hover .grid-image {
  opacity: 0;
}
.grid-item:hover .grid-colour {
  opacity: 1;
}
/*.home .grid-item.grid-even .grid-image {
  opacity: 0;
}
.home .grid-item.grid-even .grid-colour {
  opacity: 1;
}
.home .grid-item.grid-even:hover .grid-image {
  opacity: 1;
}
.home .grid-item.grid-even:hover .grid-colour {
  opacity: 0;
}*/
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-item {
    padding: 40px;
  }
  .grid-item .grid-content h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #grid-section {
    padding: 15px;
  }
  .grid-item {
    padding: 30px 15px 45px 15px;
  }
  .grid-item .grid-content h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .grid-item .grid-content p {
    margin: 0 auto 20px auto;
  }
}
/* News Grid
==============================*/
#news-section {
  padding: 60px 0;
}
#news-section h2 {
  margin: 30px auto;
}
.news-item {
  margin-bottom: 30px;
  min-height: 360px;
}
.news-item a {
  padding: 30px;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.news-item a:hover {
  text-decoration: none;
}
.news-item a:hover .read-more {
  color: #afa371;
}
.news-item .news-item-content {
  display: table-cell;
  position: relative;
  z-index: 1;
  vertical-align: bottom;
}
.news-item .news-item-content p {
  margin: 0;
}
.news-item .news-item-content .read-more {
  text-align: right;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #66b8c4;
}
.news-item .news-item-content .read-more svg {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.news-item .news-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
/* Signup
==============================*/
#signup {
  background-image: url('images/signup-bg.jpg');
  background-size: cover;
  background-position: bottom center;
  padding: 60px 0 120px;
  position: relative;
}
#signup .signup-content {
  position: relative;
  z-index: 1;
  padding-left: 190px;
}
#signup .signup-content .gform_wrapper{margin-left:0px;}
#signup .signup-content svg {
  position: absolute;
  left: 0;
  top: 0;
  color: #afa371;
}
#signup .signup-content h3 {
  margin: 0;
  font-style: italic;
  text-transform: none;
  font-weight: 400;
}
#signup .signup-content h5 {
  margin: 0;
}
#signup .signup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #signup {
    text-align: center;
  }
  #signup .signup-content {
    padding-left: 0;
  }
  #signup .signup-content svg {
    position: relative;
    left: auto;
    top: auto;
    font-size: 60px;
    font-size: 6rem;
    margin: 0 0 20px;
  }
}
/* Banner
==============================*/
#banner {
  padding: 40px 0 320px 0;
  background-size: cover;
  background-position: center center;
  text-align: center;
  background-color: #c6c6c6;
}
#banner h4 {
  margin: 0;
}
#banner h1 {
  margin: 0;
}
/* Text Areas
==============================*/
.text-area {
  margin-top: 80px;
  margin-bottom: 80px;
}
.text-area.bg-none {
  background-color: #fff;
}
.text-area.bg-gold {
  padding: 60px 0;
  background-color: #afa371;
}
.text-area.bg-blue {
  padding: 60px 0;
  background-color: #66b8c4;
}
.text-area.bg-blue p,
.text-area.bg-gold p,
.text-area.bg-blue h1,
.text-area.bg-gold h1,
.text-area.bg-blue h2,
.text-area.bg-gold h2,
.text-area.bg-blue h3,
.text-area.bg-gold h3,
.text-area.bg-blue h4,
.text-area.bg-gold h4,
.text-area.bg-blue h5,
.text-area.bg-gold h5,
.text-area.bg-blue li,
.text-area.bg-gold li {
  color: #fff;
}
.text-area .text-area-header {
  text-align: center;
}
.intro-area {
  text-align: center;
  padding: 100px 0 105px;
  margin-bottom: -30px;
  background-color: #f8f5ef;
}
.intro-area p {
  margin: 10px 0 0 0;
  font-size: 20px;
  font-size: 2rem;
}
/* Image Text Block
==============================*/
.image-text-block {
  padding: 0 45px;
  margin-bottom: 80px;
}
.image-text-block .content-area {
  padding: 120px 60px;
  max-width: 640px;
}
.image-text-block .content-area.white h1,
.image-text-block .content-area.white h2,
.image-text-block .content-area.white h3,
.image-text-block .content-area.white h4,
.image-text-block .content-area.white h5,
.image-text-block .content-area.white p,
.image-text-block .content-area.white a {
  color: #fff;
}
.image-text-block .content-area a.white-btn {
  max-width: 200px;
  width: 100%;
}
.image-text-block .content-area ul {
  padding: 0 0 0 20px;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
}
.image-text-block .embed-container {
  height: 100%;
}
.image-text-block .col-12 {
  padding: 0;
}
.image-text-block .col-12 .single-image {
  position: relative;
  /*width: 95%;*/
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom center;
}
.image-text-block .col-12 .gallery {
  /*width: 95%;*/
  width: 100%;
}
.image-text-block .bg-gold {
  /*background-color: #cbb98f;*/
  background-color: #afa371;
}
.image-text-block .bg-dark-gold {
  background-color: #afa371;
}
.image-text-block .bg-blue {
  /*background-color: #66b8c4;*/
  background-color: #52a3af;
}
.image-text-block .bg-dark-blue {
  background-color: #52a3af;
}
.image-text-block .image-text-block-row-1 .single-image,
.image-text-block .image-text-block-row-1 .gallery {
  /*margin-right: 5%;*/
}
.image-text-block .image-text-block-row-2 .content-area {
  float: right;
}
.image-text-block .image-text-block-row-2 .single-image,
.image-text-block .image-text-block-row-2 .gallery {
  /*margin-left: 5%;*/
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .image-text-block .content-area {
    max-width: 100%;
  }
  .image-text-block .col-12 .single-image {
    min-height: 400px;
    width: 100%;
    margin: 0;
  }
  .image-text-block .col-12 .gallery {
    width: 100%;
    margin: 0;
  }
  .image-text-block .col-12 .gallery .image-gallery li {
    min-height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .image-text-block {
    padding: 0 15px;
  }
  .image-text-block .content-area {
    padding: 60px 30px;
  }
  .image-text-block .content-area ul {
    padding: 0 0 0 20px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
  .image-text-block .col-12 .single-image {
    min-height: 300px;
  }
  .image-text-block .col-12 .gallery .image-gallery li {
    min-height: 300px;
  }
}
/* Video
==============================*/
.video-slice {
  margin-top: 80px;
  margin-bottom: 80px;
}
/* Gallery
==============================*/
.gallery-slice {
  margin-top: 80px;
  margin-bottom: 80px;
}
.gallery .lSSlide li {
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.gallery .lSSlide li img {
  width: 100%;
  height: auto;
}
.gallery .lSAction a {
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
}
.gallery .lSAction a.lSPrev {
  background-image: url('images/arrow-left.png');
}
.gallery .lSAction a.lSNext {
  background-image: url('images/arrow-right.png');
}
.gallery .lSGallery {
  margin: -10px 0 0 !important;
}
.gallery .lSGallery li {
  margin: 0;
  padding: 0;
  line-height: 0;
  border-radius: 0px!important;
}
/* Testimonials
==============================*/
#testimonial-slider {
  padding: 60px 30px;
  text-align: center;
  position: relative;
  width: 100%;
}
#testimonial-slider .fa-quote-left {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 150px;
  font-size: 15rem;
  opacity: 0.1;
}
#testimonial-slider .carousel-item p {
  font-weight: 600;
  position: relative;
  display: inline-block;
}
#testimonial-slider .carousel-item p svg {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-size: 24px;
  font-size: 2.4rem;
}
#testimonial-slider .carousel-item p svg.fa-tripadvisor {
  top: 3px;
}
#testimonial-slider .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
}
#testimonial-slider .carousel-indicators li {
  background-color: #cbb98f;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
#testimonial-slider .carousel-indicators li.active {
  background-color: #afa371;
}
/* rates
==============================*/
.rates-area {
  background-color: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.rates-area .rates-content {
  text-align: left;
  max-width: 810px;
  margin: 0 auto;
}
.rates-area .table {
  max-width: 810px;
  margin: 20px auto 20px;
}
.rates-area .table thead tr {
  background-color: #fff;
}
.rates-area .table thead tr th {
  border: none;
  vertical-align: top;
  padding: 15px 0;
}
.rates-area .table tbody tr {
  background-color: #eee;
}
.rates-area .table tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
.rates-area .table tbody tr td {
  border: none;
  padding: 15px 0;
  border-bottom: 2px solid #fff;
  vertical-align: top;
}
.rates-area .gold-btn {
  margin: 40px auto;
}
/* Forms
==============================*/
body .gform_wrapper {
  background-color: #f6f6f6;
  padding: 60px;
  max-width: 810px;
  margin: 60px auto 0 auto;
}
body .gform_wrapper .gform_heading h3.gform_title {
  font-size: 36px;
  font-size: 3.6rem;
}
body .gform_wrapper .gform_body .gfield label {
  color: #000;
  font-weight: 300;
  margin: 0;
}
body .gform_wrapper .gform_body .gfield label .gfield_required {
  color: #656565;
}
body .gform_wrapper .gform_body .gfield .ginput_container {
  margin: 2px 0 0 0;
}
body .gform_wrapper .gform_body .gfield .ginput_container input,
body .gform_wrapper .gform_body .gfield .ginput_container textarea,
body .gform_wrapper .gform_body .gfield .ginput_container select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  padding: 10px 8px!important;
}
body .gform_wrapper .gform_body .gfield .ginput_container .ginput_container_date {
  margin-right: 5px;
}
body .gform_wrapper .gform_body .gfield_radio li label {
  max-width: 100%;
  margin-left: 5px;
}
body .gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #66b8c4;
  border: 2px solid #66b8c4;
  padding: 5px 20px 5px 20px;
  background-color: transparent;
  text-align: center;
  position: relative;
  min-width: 260px;
}
body .gform_wrapper .gform_footer .gform_button:visited {
  color: #66b8c4;
}
body .gform_wrapper .gform_footer .gform_button:hover {
  background-color: #66b8c4;
  color: #fff;
  text-decoration: none;
}
/* Map
==============================*/
#footer-map .acf-map {
  height: 520px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #footer-map .acf-map {
    height: 320px;
  }
}
/* Footer
==============================*/
footer {
  background-color: #252525;
  padding: 45px 0 0;
}
.footer-left .footer-logo {
  max-width: 260px;
  display: block;
}
.footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
.footer-right {
  text-align: right;
  padding-left: 0;
}
.footer-right .contact-info {
  margin: 15px 0 0 0;
  padding: 0;
}
.footer-right .contact-info li {
  display: inline-block;
  margin-left: 40px;
}
.footer-right .contact-info li a {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #fff;
}
.footer-right .contact-info li a svg {
  color: #afa371;
  margin-right: 5px;
}
.footer-right #menu-footer-menu {
  margin: 30px 0 0 0;
  padding: 0;
}
.footer-right #menu-footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-right #menu-footer-menu li:first-child {
  margin: 0;
}
.footer-right #menu-footer-menu li a {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
}
.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid #464646;
  padding: 10px 0;
}
.footer-bottom span,
.footer-bottom a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #afa371;
  display: inline-block;
}
.footer-bottom .footer-seperator {
  margin: 0 5px;
}
.footer-bottom .bottom-left {
  float: left;
}
.footer-bottom .bottom-right {
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-right #menu-footer-menu li {
    margin-left: 4px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .footer-left {
    text-align: center;
  }
  .footer-right {
    text-align: center;
    margin-top: 20px;
  }
  .footer-right .contact-info li {
    margin-left: 0px;
    display: block;
  }
  .footer-right #menu-footer-menu {
    margin: 30px 0 0 0;
    padding: 0;
  }
  .footer-right #menu-footer-menu li {
    margin: 2px 10px;
  }
  .footer-right #menu-footer-menu li:first-child {
    margin: 2px 10px;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 30px;
  }
  .footer-bottom .bottom-left {
    float: none;
  }
  .footer-bottom .bottom-right {
    float: none;
  }
}
