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


Theme Name: Castle Hill
Description: 
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  height: 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;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
* {
  outline: none!important;
}
/*==========Fonts & Headings===========*/
body {
  font-family: 'Lora', serif;
  color: #555555;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}
h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 1.8;
  font-weight: 500;
  color: #1D1d1d;
  margin: 0 0 20px 0;
  letter-spacing: 5px;
  text-transform: uppercase;
}
h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 1.8;
  font-weight: 400;
  color: #1D1d1d;
  margin: 0 0 20px 0;
  letter-spacing: 5px;
  text-transform: uppercase;
}
h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 1.8;
  font-weight: 400;
  color: #1D1d1d;
  margin: 0 0 20px 0;
  letter-spacing: 5px;
  text-transform: uppercase;
}
h4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1D1d1d;
  margin: 0 0 20px 0;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 20px 0;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
  h1.big {
    font-size: 50px;
    font-size: 5rem;
  }
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h2.big {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
p {
  margin: 0 0 20px 0;
}
ol,
ul {
  margin: 0 0 20px 0;
}
strong {
  font-weight: bold;
}
a {
  color: #363636;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #030303;
}
.secondary-btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  padding: 8px 30px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BD9269;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
}
.secondary-btn:hover {
  background-color: #BD9269;
  color: #fff;
  border-color: #BD9269;
  text-decoration: none;
}
.primary-btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #BD9269;
  color: #fff;
  padding: 8px 30px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #BD9269;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
}
.primary-btn:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
/* Mobile Nav
==============================*/
#mobileNav {
  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;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
footer.menuOpenWrap {
  right: 50%;
  position: relative;
  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%;
  }
  footer.menuOpenWrap {
    right: 100%;
  }
}
#mobileNav .mobileNav-header {
  background-color: #555555;
}
#mobileNav .mobileNav-header .navToggle {
  display: block;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none!important;
  color: #fff;
  padding: 5px 15px;
}
#mobileNav .mobileNav-header .navToggle i {
  position: relative;
  top: 3px;
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 5px;
}
#mobileNav .header-contact {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #868686;
  padding: 15px 25px;
  display: block;
  letter-spacing: 0.2px;
}
#mobileNav .header-contact:hover {
  background-color: #868686;
  color: #fff;
}
#mobileNav .header-phone {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #1D1d1d;
  padding: 15px 25px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
#mobileNav .header-phone i {
  margin-right: 5px;
}
#mobileNav .header-phone:hover {
  background-color: #BD9269;
  color: #fff;
}
#mobileNav nav.mobile-main-menu ul {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
#mobileNav nav.mobile-main-menu ul li {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #868686;
  position: relative;
}
#mobileNav nav.mobile-main-menu ul li .menu-drop {
  position: absolute;
  top: 0;
  right: 0;
  height: 51px;
  width: 51px;
  line-height: 51px;
  text-align: center;
}
#mobileNav nav.mobile-main-menu ul li .menu-drop.sub-menu-active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobileNav nav.mobile-main-menu ul li a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #868686;
  padding: 15px 25px;
  display: block;
  letter-spacing: 0.2px;
}
#mobileNav nav.mobile-main-menu ul li a:hover {
  background-color: #868686;
  color: #fff;
}
#mobileNav nav.mobile-main-menu ul li .sub-menu {
  display: none;
}
#mobileNav nav.mobile-main-menu ul li .sub-menu li {
  border-top: 1px solid #868686;
  border-bottom: none;
}
#mobileNav nav.mobile-main-menu ul li .sub-menu li a {
  padding-left: 40px;
}
/* Header
==============================*/
#header #header-bottom {
  background-color: #1D1d1d;
}
#header #header-bottom .header-logo {
  max-width: 230px;
  display: block;
}
#header #header-bottom .header-col-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header #header-bottom .header-col-right a {
  margin-left: 15px;
}
#header #header-bottom .navToggle {
  color: #fff;
  float: right;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none!important;
  margin: 45px 0;
}
#header #header-bottom .navToggle i {
  position: relative;
  top: 2px;
  font-size: 22px;
  font-size: 2.2rem;
  margin-left: 5px;
}
#header #header-bottom nav.main-menu {
  display: inline-block;
  float: left;
}
#header #header-bottom nav.main-menu ul {
  padding: 0;
  margin: 35px 0 0 30px;
  display: inline-block;
  position: relative;
}
#header #header-bottom nav.main-menu ul > li {
  display: inline-block;
  padding: 0 10px 32px;
  margin: 0 5px;
  position: relative;
}
#header #header-bottom nav.main-menu ul > li > a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: #BD9269;
  color: #fff;
  padding: 15px 0;
  border-bottom: 2px solid transparent;
  display: block;
  letter-spacing: 0.2px;
}
#header #header-bottom nav.main-menu ul > li > a .menu-drop {
  margin-left: 7px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header #header-bottom nav.main-menu ul > li:hover > a {
  color: #BD9269;
  border-color: #BD9269;
}
#header #header-bottom nav.main-menu ul > li:hover > a .menu-drop {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header #header-bottom nav.main-menu ul .sub-menu-wrap {
  display: none;
  position: absolute;
  white-space: nowrap;
  min-width: 100%;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0 15px;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.2);
}
#header #header-bottom nav.main-menu ul .sub-menu-wrap ul {
  margin: 0;
  padding: 15px 0;
}
#header #header-bottom nav.main-menu ul .sub-menu-wrap ul li {
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
}
#header #header-bottom nav.main-menu ul .sub-menu-wrap ul li a {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #1D1d1d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header #header-bottom nav.main-menu ul {
    margin: 35px 0 0 15px;
  }
  #header #header-bottom nav.main-menu ul > li {
    padding: 0 0px 32px;
  }
}
@media (max-width: 575px) {
  #header #header-top .header-top-right {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .header-col-right a {
    padding: 5px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #header {
    text-align: center;
  }
  #header .header-logo {
    margin: 0 auto;
  }
  #header .header-col-right {
    justify-content: center!important;
    padding: 15px 0 10px 0;
  }
  #header .header-col-right a {
    padding: 5px 20px;
  }
}
/* Banners
==============================*/
#home-banner {
  background-size: cover;
  background-position: center center;
  position: relative;
}
#home-banner .container {
  position: relative;
  z-index: 2;
}
#home-banner .container .banner-text {
  margin: 280px 0;
}
#home-banner .container .banner-text.center {
  text-align: center;
}
#home-banner .container .banner-text .banner-logo {
  max-width: 360px;
  margin: 0 0 60px -15px;
}
#home-banner .container .banner-text h3 {
  color: #fff;
  font-family: 'Lora', serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 15px 0;
}
#home-banner .container .banner-text h1 {
  color: #fff;
}
#home-banner .container .banner-text .secondary-btn {
  margin: 50px 30px 0 0;
}
#home-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#home-banner .banner-terms {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-style: italic;
  color: #fff;
  z-index: 99;
  opacity: 0.8;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #home-banner .container .banner-text {
    margin: 90px 0;
  }
  #home-banner .container .banner-text .secondary-btn,
  #home-banner .container .banner-text .primary-btn {
    margin: 15px 0;
    width: 100%;
  }
}
#banner {
  background-size: cover;
  background-position: center center;
  position: relative;
}
#banner .container {
  position: relative;
  z-index: 2;
}
#banner .container .banner-text {
  margin: 130px 0;
}
#banner .container .banner-text h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
#banner .container .banner-text h1 {
  color: #fff;
}
#banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#breadcrumbs {
  border-bottom: 1px solid #868686;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #555555;
  padding: 10px 0;
}
#breadcrumbs a {
  color: #868686;
  text-decoration: none;
  margin-right: 5px;
}
#breadcrumbs a i {
  margin-right: 3px;
}
#breadcrumbs .breadcrumb_last {
  margin-left: 5px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #banner .container .banner-text {
    margin: 90px 0;
  }
}
/* Content Areas
==============================*/
.intro-section {
  margin: 90px 0 90px 0;
  text-align: center;
}
.intro-section.bg-colour {
  background-color: #1D1d1d;
  padding: 70px 0 90px 0;
  margin: 0;
}
.intro-section.bg-colour h2 {
  margin-bottom: 40px;
  color: #fff;
}
.intro-section.bg-colour p,
.intro-section.bg-colour h5 {
  color: #fff;
}
.intro-section.no-bg {
  background-color: #f1f1f1;
  padding: 70px 0 90px 0;
  margin: 0;
}
.intro-section.no-bg h2 {
  margin-bottom: 40px;
}
.full-width-image {
  text-align: center;
}
.full-width-image .vimeo_player_wrapper {
  z-index: 10!important;
}
.full-width-image img {
  width: 100%;
  height: auto;
}
.full-width-image .banner-terms {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-style: italic;
  color: #fff;
  z-index: 99;
  opacity: 0.8;
}
.three-image .container-fluid {
  padding: 0;
}
.three-image .container-fluid .col-4,
.three-image .container-fluid .col-6 {
  padding: 0;
}
.link-panels {
  margin: 0 0;
}
.link-panels .link-panels-header {
  text-align: center;
  margin-bottom: 60px;
}
.link-panels .panel-box {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.link-panels .panel-box img {
  width: 100%;
}
.link-panels .panel-box .panel-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 60px 60px 0;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link-panels .panel-box .panel-overlay h4 {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.link-panels .panel-box .panel-overlay h4 i {
  position: absolute;
  right: 0;
  top: 3px;
  color: #fff;
}
.link-panels .panel-box .panel-overlay:hover h4 {
  text-decoration: underline;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .link-panels .panel-box .panel-overlay {
    padding: 30px 30px 0;
  }
}
.left-right-content {
  margin: 90px 0;
}
.left-right-content .container-fluid .left-right-image-col {
  padding: 0;
}
.left-right-content .container-fluid .left-right-image-col img {
  width: 100%;
}
.left-right-content .left-right-body-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-right-content .left-right-body-col .left-right-body {
  max-width: 550px;
  margin: 0 auto;
}
.left-right-content .left-right-body-col .left-right-body .tertiary-btn {
  margin-top: 20px;
  width: 100%;
  max-width: 320px;
}
.page-template-home-page .left-right-content {
  margin: 90px 0;
}
.page-template-home-page .left-right-content .container-fluid {
  max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .left-right-content .left-right-body-col .left-right-body {
    margin: 60px auto;
  }
}
.logos-section {
  background-color: #BD9269;
  padding: 60px 0 30px 0;
}
.logos-section .logos-section-header h4 {
  color: #fff;
}
.logos-section .logo-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-section .logo-col img {
  max-width: 100%;
  margin-bottom: 30px;
}
.text-area {
  margin: 90px 0;
}
.text-area .container-fluid {
  max-width: 1600px;
}
.text-area .text-area-inner {
  max-width: 450px;
  margin: 0 auto;
}
.units-list {
  margin: 90px 0;
  text-align: center;
}
.units-list .unit-list {
  text-align: left;
  border-bottom: 1px solid #c1c1c1;
  padding: 0;
  margin: 20px 0;
}
.units-list .unit-list li {
  border-top: 1px solid #c1c1c1;
  padding: 15px;
  margin: 0;
}
.units-list .unit-list li h4 {
  margin: 0;
}
.units-list .unit-list li.header-row,
.units-list .unit-list li .header-span {
  border: none;
  color: #1D1d1d;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.contact-block {
  overflow: hidden;
  background-color: #f1f1f1;
}
.contact-block .container-fluid {
  max-width: 1600px;
}
.contact-block .contact-block-inner {
  max-width: 450px;
  margin: 0 auto;
  padding: 90px 0;
}
.contact-block .contact-block-inner h3 {
  margin: 0 0 40px;
}
.contact-block .contact-block-inner a {
  position: relative;
  display: block;
  padding-left: 40px;
  color: #555555;
  text-decoration: none;
  margin: 0 0 20px;
}
.contact-block .contact-block-inner a i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  font-size: 2.5rem;
  color: #BD9269;
}
.contact-block .yellow-col {
  background-color: #1D1d1d;
  position: relative;
}
.contact-block .yellow-col:after {
  content: "";
  width: 3000px;
  height: 100%;
  background-color: #1D1d1d;
  position: absolute;
  top: 0;
  left: 100%;
}
.gform_wrapper .gform_body .gfield {
  margin-top: 30px!important;
}
.gform_wrapper .gform_body .gfield label {
  display: none;
}
.gform_wrapper .gform_body .gfield input,
.gform_wrapper .gform_body .gfield textarea,
.gform_wrapper .gform_body .gfield select {
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  width: 100%!important;
}
.gform_wrapper .gform_body .gfield input::placeholder,
.gform_wrapper .gform_body .gfield textarea::placeholder,
.gform_wrapper .gform_body .gfield select::placeholder {
  opacity: 1;
  font-style: italic;
  font-weight: 300;
}
.gform_wrapper .gform_footer .button {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  padding: 8px 30px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  text-align: center;
}
.gform_wrapper .gform_footer .button:hover {
  background-color: #363636;
  color: #fff;
  border-color: #363636;
  text-decoration: none;
}
.map-area iframe {
  width: 100%;
  height: 800px;
}
/* News
==============================*/
.news-archive {
  padding-top: 60px;
}
.news-archive .news-box {
  border-bottom: 1px solid #ddd;
  margin: 0 0 60px !important;
  padding: 0 0 60px !important;
  display: block;
  text-decoration: none;
  color: #555555 !important;
}
.news-archive .news-box .wp-post-image {
  margin-bottom: 25px;
}
.news-archive .news-box h3 {
  margin: 0;
}
.news-archive .news-box p {
  margin: 0;
}
.news-archive .news-box time {
  margin-bottom: 15px;
  display: block;
}
.news-archive .news-box:hover .read-more {
  color: #1D1d1d;
}
.news-single {
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-single .wp-post-image {
  margin-bottom: 20px;
}
.news-sidebar .sidebar-section h4 {
  margin: 0 0 15px;
}
.news-sidebar .sidebar-section ul {
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none;
}
.news-sidebar .sidebar-section ul li {
  display: block;
  position: relative;
}
.news-sidebar .sidebar-section ul li a {
  padding-right: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #868686;
  margin-bottom: 5px;
  display: block;
  text-decoration: none;
}
.news-sidebar .sidebar-section ul li a:hover {
  border-color: #363636;
}
.news-sidebar .sidebar-section ul li i {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  right: 5px;
  top: 9px;
}
.navigation {
  margin-bottom: 60px;
}
.navigation .alignleft-page {
  float: left;
}
.navigation .alignright-page {
  float: right;
}
/* Units
==============================*/
.floor-plan {
  margin-top: 90px;
  text-align: center;
}
.single-units .left-right-content {
  margin: 0;
}
.single-units .left-right-content.grey-bg {
  background-color: #f1f1f1;
}
.single-units .left-right-content h1 {
  font-weight: 400!important;
}
.single-units .left-right-content h3 {
  color: #868686;
}
.gallery .carousel-control-prev,
.gallery .carousel-control-next {
  border: none;
  background-color: transparent;
  opacity: 1;
  padding: 0;
}
.gallery .carousel-control-prev {
  justify-content: flex-start;
}
.gallery .carousel-control-next {
  justify-content: flex-end;
  right: -1px;
}
.gallery .gallery-btn {
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-size: 2.5rem;
}
#style-options {
  text-align: center;
  padding: 90px 0;
  background-color: #f1f1f1;
}
#style-options ul {
  margin: 60px 0 40px 0;
  padding: 0;
  text-align: center;
}
#style-options ul li {
  display: inline-block;
  margin: 0 15px;
}
#style-options ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  border-bottom: 1px solid #555555;
}
#style-options ul li a.collapsed {
  border-color: transparent;
  color: #868686;
}
#style-options .style-box {
  position: relative;
  background-color: #fff;
}
#style-options .style-box .texture-key {
  text-align: left;
  padding: 30px;
}
#style-options .style-box .texture-key h4 {
  text-transform: uppercase;
  font-weight: 400;
}
#style-options .style-box .texture-key img {
  max-width: 160px;
  width: 100%;
}
#style-options .style-box .texture-key p {
  margin: 10px 0 15px 0;
  font-style: italic;
}
#style-options .style-box .primary-btn {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  background-color: #1D1d1d;
  border-color: #1D1d1d;
}
#style-options .style-box .primary-btn:hover {
  background-color: #555555;
  border-color: #555555;
}
/* Footer
==============================*/
#footer {
  text-align: center;
  background-color: #363636;
  padding: 60px 0;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
}
#footer #footer-logo img {
  max-width: 360px;
}
#footer #footer-terms {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
}
#footer #footer-terms ul {
  margin: 20px 0;
  padding: 0;
}
#footer #footer-terms ul li {
  display: inline-block;
}
#footer #footer-terms ul li a {
  color: #fff;
  text-decoration: none;
  margin-left: 15px;
}
#footer #footer-terms ul li a:hover {
  color: #1D1d1d;
}
#footer #footer-terms .site-by {
  color: #fff;
  text-decoration: none;
}
#footer #footer-terms .site-by:hover {
  color: #1D1d1d;
}
/*# sourceMappingURL=style.css.map */