/*!
* Theme Name: 		OceanWP
* Theme URI: 		https://oceanwp.org/
* Author: 			Nick
* Author URI: 		https://oceanwp.org/about-me/
* Description: 	OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful & professional design. Very fast, responsive, RTL & translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet & mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor & WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
* Version: 		51.0.11
* Tags: 			two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce
* Text Domain: 	oceanwp
*
* License: GNU General Public License v3.0 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* 
* DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
* To add your own CSS, use a child theme: https://github.com/oceanwp/oceanwp-child-theme
* 
* CSS file is in "assets/css"
*/

/*** Fonts - START ***/
@import url("https://use.typekit.net/hsk8zlk.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
@font-face {
  font-family: "PlayfairDisplay-Bold";
  src: url("/wp-content/themes/oceanwp/assets/fonts/grage-fonts/PlayfairDisplay-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/oceanwp/assets/fonts/grage-fonts/PlayfairDisplay-Bold.otf")
      format("opentype"),
    url("/wp-content/themes/oceanwp/assets/fonts/grage-fonts/PlayfairDisplay-Bold.woff")
      format("woff"),
    url("/wp-content/themes/oceanwp/assets/fonts/grage-fonts/PlayfairDisplay-Bold.ttf")
      format("truetype"),
    url("/wp-content/themes/oceanwp/assets/fonts/grage-fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("/wp-content/themes/oceanwp/assets/fonts/grage-fonts/PlayfairDisplay-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/oceanwp/assets/fonts/grage-fonts/PlayfairDisplay-Regular.otf")
      format("opentype"),
    url("/wp-content/themes/oceanwp/assets/fonts/grage-fonts/PlayfairDisplay-Regular.woff")
      format("woff"),
    url("/wp-content/themes/oceanwp/assets/fonts/grage-fonts/PlayfairDisplay-Regular.ttf")
      format("truetype"),
    url("/wp-content/themes/oceanwp/assets/fonts/grage-fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "brown";
  src: url("/wp-content/themes/oceanwp/assets/fonts/brown-regular.otf");
}

@font-face {
  font-family: "cervo";
  src: url("/wp-content/themes/oceanwp/assets/fonts/cervo-neuo.otf");
}

@font-face {
  font-family: "museo";
  src: url("/wp-content/themes/oceanwp/assets/fonts/museo.otf");
}

.font-museo {
  font-family: museo !important;
}

.font-cervo {
  font-family: cervo !important;
}

/*** Fonts - END ***/

body {
  font-family: europa, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  color: #4d4d53;
}
a,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #4d4d53;
}
.container {
  max-width: 1335px !important;
  width: 100% !important;
}
.clear {
  clear: both;
}

/*** Background Colors - START ***/
.Bg-Navy {
  background-color: #00527d;
}
.Bg-Sand {
  background-color: #f4f0ec;
}
.Bg-Black {
  background-color: #000000;
}
.Bg-Charcoal {
  background-color: #4e4e4f;
}
.Bg-AshGrey {
  background-color: #a8aaac;
}
.Bg-LightGrey {
  background-color: #e6e7e8;
}

.Bg-Green {
  background-color: #008c44;
}
.Bg-Yellow {
  background-color: #fbb034;
}
.Bg-Pink {
  background-color: #f386ae;
}
.Bg-Cyan {
  background-color: #00add9;
}
.Bg-Sage {
  background-color: #25b9ec;
}
.Bg-Lilac {
  background-color: #9ba5c3;
}

.Bg-Brick {
  background-color: #25b9ec;
}
.Bg-Moss {
  background-color: #91903e;
}
.bg-stone {
  background: #424244;
}

.bg-brand {
  background: #173b52 !important;
}

.bg-secondary {
  background: #e8e2d5 !important;
}

.bg-green {
  background: #6a8856;
}

.bg-white {
  background: #ffffff;
}
/*** Background Colors - END ***/

/*** Colors - START ***/
.color-Navy {
  color: #ac4526;
}
.color-Sand {
  color: #f4f0ec;
}
.color-Black {
  color: #000000;
}
.color-Charcoal {
  color: #4e4e4f;
}
.color-AshGrey {
  color: #a8aaac;
}
.color-LightGrey {
  color: #e6e7e8;
}

.color-Green {
  color: #008c44;
}
.color-Yellow {
  color: #fbb034;
}
.color-Pink {
  color: #f386ae;
}
.color-Cyan {
  color: #00add9;
}
.color-Sage {
  color: #adcec1;
}
.color-Lilac {
  color: #424243;
}
.color-Brick {
  color: #dd7155;
}
.color-Moss {
  color: #91903e;
}
/*** Colors - END ***/

.Grange-Cream {
  background-color: #f4f2f0;
}
.Grange-Charcoal {
  background-color: #3b3a3c;
}
.Grange-Copper {
  background-color: #c48b6a;
}
.color-primary {
  color: #424243 !important;
}
h1 {
  color: #f386ae;
  font-size: 65px;
  line-height: 65px;
  font-family: cervo;
  letter-spacing: 3px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 50px;
  font-family: museo;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0;
}
h3,
h3 p {
  color: #424243;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  /* font-family: miller-display, serif; */
}
p {
  font-size: 17px;
}

.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb10 {
  padding-bottom: 10px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb10 {
  margin-bottom: 10px !important;
}
.p5 {
  padding: 5px !important;
}
.pb40important {
  padding-bottom: 40px !important;
}
.GrangeCopper-color {
  color: #c48b6a;
}
.color-white {
  color: #fff !important;
}
.max900 {
  max-width: 900px;
  margin: auto;
}

h3.pt40.pb40.descriptive {
  margin-left: 50px;
  margin-right: 50px;
  font-family: museo;
}

#site-logo #site-logo-inner a img {
  max-width: 200px;
  margin-top: 35px;
  aspect-ratio: 13 / 2;
  object-fit: contain;
}

/*** Brand-Pillar - Slider ***/
.Brand-Pillar-slider {
  /* padding:60px 0 30px 0; */
}
.slider-right-image {
  width: 100%;
}
.slider-right-image .slider-right-image-left {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
  height: 550px;
}
.slider-right-image .slider-right-image-right {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.slider-right-image .slider-right-image-left-inner {
  padding-left: 15px;
  /* background-color:#3b393b; */
  max-width: 500px;
}
.slider-right-image .slider-right-image-left-inner h4 {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 30px;
  margin: 0;
  font-weight: 600;
  font-family: europa, sans-serif;
  letter-spacing: 1px;
}
.slider-right-image .slider-right-image-left-inner p {
  color: #4d4d4f;
  font-size: 18px;
  padding: 0;
  margin: 0 0 20px 0;
  font-family: miller-banner, serif;
  font-weight: 400;
}
.slider-right-image .slider-right-image-left-inner a {
  width: 320px;
  padding: 13px 15px 12px 15px;
  color: #424243;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  line-height: 30px;
  height: 53px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: museo;
  position: absolute;
  bottom: 0;
  font-weight: 600;
  letter-spacing: 3px;
}
.slider-right-image .slider-right-image-left-inner a:hover {
  color: #fff;
}
body .verticle-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
}
.slick-main .slick-dots {
  bottom: 130px;
  left: 0;
  text-align: left;
  position: relative;
  margin: 0 0 0 310px;
  width: 50%;
}

@media (min-width: 768px) {
  .slick-main .slick-dots {
    margin: 0 0 0 200px !important;
  }
}
@media (min-width: 1280px) {
  .slick-main .slick-dots {
    margin: 0 0 0 310px !important;
  }
}

.slick-main .slick-dots li button:before {
  font-size: 20px;
  color: #ccc;
  opacity: 1;
}
.slick-main li.slick-active button:before {
  color: #747474;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
table th,
table td {
  padding: 0px;
  border-bottom: 0px solid transparent;
}
table {
  width: 100%;
  margin: 0;
  padding: 0;
}

/********* Footer **********/
#footer #footer-bottom {
  padding: 0px;
  margin: 0px;
}
#footer-bottom #copyright {
  text-align: right !important;
  padding: 60px 0;
  font-size: 15px;
  float: none;
  width: 100%;
  color: #4d4d4f;
  font-family: europa, sans-serif;
}
.footer-bottom-section .col-md-6 p {
  margin: 10px 0 25px 0;
  font-size: 15px;
  /* font-weight:600; */
  color: #4d4d4f;
  font-family: europa, sans-serif;
}
.footer-bottom-section a img {
  /* height:40px; */
  margin-bottom: 58px;
  width: auto;
}
.footer-bottom-section a:nth-child(2) img {
  margin-right: 30px;
}
.footer-bottom-section .col-md-5 p {
  font-size: 14px;
  padding: 0px;
  margin: 10px 0 20px 0;
}
.footer-top-section {
  background-color: #f4f2f0;
  padding: 60px 0 60px 0;
  position: relative;
}
.footer-top-section .container {
  position: relative;
  z-index: 5;
}
.footer-top-section .col-md-8 table td {
  vertical-align: top;
}
.footer-top-section .col-md-8 a img {
  /* max-height: 185px; */
  width: auto;
  padding-top: 10px;
  max-width: 175px;
}
.footer-top-section .col-md-8 p {
  /* display: inline-block; */
  padding-left: 20px;
  color: #424243;
  font-size: 30px;
  margin: 0;
  /* float: left; */
  line-height: 37px;
  font-weight: 400;
  font-family: museo;
}
.footer-top-section .col-md-8 p a {
  display: inline-block;
  padding-top: 25px;
  border-bottom: 1px solid #424243;
  color: #424243;
  font-size: 34px;
}
.footer-top-section .col-md-8 p span {
  color: #424243;
}
.footer-top-section .col-md-4 p {
  color: #25b8eb;
  padding: 0 0 10px 0;
  font-size: 36px;
  margin: 0;
  font-weight: 400;
  font-family: museo;
  letter-spacing: 0.5px;
}
.footer-top-section .col-md-4 a img,
.form-b-social-btns img {
  height: 65px;
  width: 65px;
}
.footer-top-section .col-md-4 a {
  padding-left: 6px;
}
.footer-top-section .col-md-4 a:hover,
.footer-top-section .col-md-4 a:active,
.footer-top-section .col-md-4 a:focus {
  outline: none;
  text-decoration: none;
}
.footer-top-section .col-md-4 a:nth-child(2) {
  padding-left: 0px;
}

.footer-quicklinks-container {
  margin-top: 60px;
}
.footer-quicklinks-container .quicklinks-btn {
  color: #424243;
  border-bottom: 1px solid #424243;
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
  font-family: "PlayfairDisplay-Regular";
  cursor: pointer;
}
.footer-quicklinks-container .quicklinks-btn > span {
  background: url(/wp-content/uploads/2019/11/footer-registerInterest-ico-hov.png)
    no-repeat center right;
  background-size: 12px;
  height: 30px;
  width: 125px;
  padding-right: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: europa, sans-serif;
}
.footer-quicklinks-container .quicklinks-showhide ul.menu > li > a {
  color: #424243;
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-family: museo;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
}
.footer-quicklinks-container .quicklinks-showhide ul li a {
  color: #424243;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: museo;
  text-transform: uppercase;
}
.footer-quicklinks-container .quicklinks-showhide ul li {
  padding-top: 13px;
}
.site-footer {
  margin-top: -10px;
}
.footer-quicklinks-container .quicklinks-showhide ul li {
  display: inline-block;
  width: calc(20% - 3px);
  vertical-align: top;
}
.footer-quicklinks-container .quicklinks-showhide ul li ul li {
  display: block;
  width: 100%;
}
.footer-quicklinks-container .quicklinks-showhide ul {
  padding: 0px;
  margin: 0px;
}
.footer-quicklinks-container .quicklinks-showhide ul li ul li ul li {
  padding-left: 15px;
  position: relative;
}
.footer-quicklinks-container .quicklinks-showhide ul li ul li ul li a:before {
  position: absolute;
  content: "-";
  left: 4px;
  font-size: 14px;
}

/********* Audience Segmenting **********/
.Audience-Segmenting-main {
  padding: 0 0 60px;
  position: relative;
}
.Audience-Segmenting-main .slick-Audience-Segmenting {
  padding: 0;
  margin: 0;
}
.Audience-Segmenting-main
  .slick-Audience-Segmenting
  .slick-Audience-Segmenting-img {
  background-size: cover;
  height: 550px;
}
.Audience-Segmenting-main .slick-Audience-Segmenting .verticle-center {
  text-align: center;
  color: #fff;
  font-size: 72px;
  font-family: museo !important;
}
.Audience-Segmenting-main .slick-Audience-Segmenting .verticle-center div {
  font-size: 32px !important;
  font-family: miller-banner, serif !important;
}
.Audience-Segmenting-main .slick-Audience-Segmenting .slick-dots {
  bottom: 30px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.Audience-Segmenting-main
  .slick-Audience-Segmenting
  .slick-dots
  li
  button:before {
  font-size: 20px;
  color: #fff;
  opacity: 1;
}
.Audience-Segmenting-main
  .slick-Audience-Segmenting
  li.slick-active
  button:before {
  color: #a7a9ac;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.Audience-Segmenting-main .Audience-Segmenting-bottom {
  margin-top: 50px;
}
.Audience-Segmenting-main .Audience-Segmenting-bottom p {
  font-size: 20px;
  padding: 0;
  margin: 20px 0 0 0;
  font-family: museo;
  font-weight: 400;
}
.Audience-Segmenting-bottom .col-md-5 h1,
.custom-formB .col-md-5 h1,
.custom-formB .col-md-5 h3,
.custom-formB .col-md-5 h3.pt40 {
  text-align: left;
  font-family: cervo;
  text-transform: uppercase;
}
.custom-formB .col-md-5 h3 {
  color: #4d4d53;
}

.Audience-Segmenting-main .container {
  position: relative;
  z-index: 5;
}

/* Disply navigation menu error fix - when bostrap added */
#site-navigation-wrap .dropdown-menu {
  position: relative;
  top: auto;
  display: block;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
  width: 100%;
}
#site-navigation-wrap {
  right: 0;
}
#site-header #site-navigation-wrap .dropdown-menu > li > a,
#site-header #site-navigation-wrap .dropdown-menu > li > a:hover {
  background-color: transparent !important;
}
#site-header.transparent-header {
  position: fixed !important;
  border-bottom: 0px !important;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 200;
}
#main {
  margin-top: 172px;
}
.sidr-open #site-header.transparent-header {
  left: 300px;
}
.customize-support #site-header.transparent-header {
  top: 22px;
}
.customize-support #main {
  margin-top: 92px;
}

.Audience-Segmenting-main .Audience-Segmenting-bottom .Segmenting-discover p {
  color: #424243;
  font-size: 20px;
  padding: 0px;
  margin: 3px 0;
  text-align: left;
  font-family: museo;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.Audience-Segmenting-main .Audience-Segmenting-bottom .Segmenting-discover ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.Audience-Segmenting-main
  .Audience-Segmenting-bottom
  .Segmenting-discover
  ul
  li {
  color: #424243;
  font-size: 50px;
  font-family: cervo !important;
  border-bottom: 1px solid #424243;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.Audience-Segmenting-main
  .Audience-Segmenting-bottom
  .Segmenting-discover
  ul
  li
  a {
  color: #424243;
  font-family: cervo;
}

.Audience-Segmenting-main
  .Audience-Segmenting-bottom
  .Segmenting-discover
  ul
  li:nth-child(1)
  .Segmenting-exp-col-span {
  display: none !important;
}
.Audience-Segmenting-main
  .Audience-Segmenting-bottom
  .Segmenting-discover
  ul
  li::after {
  content: "";
  position: absolute;
  right: 20px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  top: 12px;
  background: url(assets/img/aud-seg-arr-right.png) no-repeat right center;
  width: 18px;
  height: 52px;
  background-size: contain;
}
.Audience-Segmenting-main
  .Audience-Segmenting-bottom
  .Segmenting-discover
  ul
  li
  div {
  font-family: miller-banner, serif !important;
  font-size: 50px;
  line-height: 58px !important;
}
/*.Audience-Segmenting-main
  .Audience-Segmenting-bottom
  .Segmenting-discover
  ul
  li:nth-child(2)::after,
.Audience-Segmenting-main
  .Audience-Segmenting-bottom
  .Segmenting-discover
  ul
  li:nth-child(3)::after {
  transform: rotate(90deg);
}*/
.Audience-Segmenting-main
  .Audience-Segmenting-bottom
  .Segmenting-discover
  ul
  li.Segmenting-active:nth-child(2)::after,
.Audience-Segmenting-main
  .Audience-Segmenting-bottom
  .Segmenting-discover
  ul
  li.Segmenting-active:nth-child(3)::after {
  transform: rotate(90deg);
  background: url(assets/img/aud-seg-arr-right.png) no-repeat right center;
  background-size: contain;
}
.Audience-Segmenting-main
  .Audience-Segmenting-bottom
  .Segmenting-discover
  ul
  li.Segmenting-active {
  color: #25b9ec !important;
}
.Segmenting-exp-col-span a {
  color: #4d4d4f;
  font-weight: 400;
}
.Segmenting-exp-col-span a:hover {
  text-decoration: underline;
  color: #ac4526;
}
.Segmenting-exp-col-span a span {
  width: 0px;
  height: 0px;
  display: inline-block;
}
.Segmenting-exp-col-span a span::before {
  content: "";
  display: inline-block;
  font-size: 24px;
}

/************** Navigation ***************/
#site-header .container {
  max-width: 1024px !important;
  height: auto !important;
}
.dropdown-menu ul li.menu-item {
  border-bottom: 1px solid #e6e7e8 !important;
}
.dropdown-menu ul li.menu-item ul li {
  border-bottom: 0px solid #f1f1f1 !important;
}
.dropdown-menu .sub-menu {
  min-width: 300px !important;
  box-shadow: none;
}
.sf-menu ul.sub-menu ul {
  top: 100%;
  left: 0px;
  display: block !important;
  box-shadow: none;
  padding-left: 10px;
  /* font-style: italic; */
}
.dropdown-menu .sub-menu {
  border-top: 0px solid #13aff0;
  z-index: 999999;
}
.dropdown-menu ul li a.menu-link .nav-arrow {
  display: none;
}
#site-navigation-wrap .dropdown-menu > .current-menu-item > a,
#site-navigation-wrap .dropdown-menu > .current-menu-ancestor > a,
#site-navigation-wrap .dropdown-menu > .current-menu-item > a:hover,
#site-navigation-wrap .dropdown-menu > .current-menu-ancestor > a:hover {
  background-color: #ffffff !important;
}
#site-header.transparent-header {
  background-color: #cbc3bb !important;
}
.effect-one #site-navigation-wrap .dropdown-menu > li > a.menu-link > span {
  font-family: museo;
  font-size: 12px;
  color: #424243;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dropdown-menu .sub-menu .text-wrap {
  font-family: museo;
  font-size: 12px;
  color: #424243;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dropdown-menu .sub-menu .sf-with-ul.menu-link:hover .text-wrap {
  color: #25b9ec !important;
}
.effect-one
  #site-navigation-wrap
  .dropdown-menu
  > li
  > a.menu-link
  > span
  .fa-angle-down:before {
  display: none;
}
#site-navigation-wrap .dropdown-menu > li > a {
  padding: 0 7px !important;
}
.effect-one
  #site-navigation-wrap
  .dropdown-menu
  > li
  > a.menu-link
  > span:after {
  display: none !important;
}
#site-navigation-wrap
  .dropdown-menu
  > .current-menu-item.sfHover
  > a
  .text-wrap,
.dropdown-menu .sub-menu .menu-link:hover .text-wrap {
  color: #25b9ec !important;
}
#site-navigation .main-menu li.pl0 > a {
  /*padding-left:0px !important;*/
}
.oceanwp-social-menu {
  display: none;
}
#site-navigation-wrap {
  float: none !important;
}
#site-navigation-wrap .dropdown-menu > li > a,
.oceanwp-mobile-menu-icon a,
.after-header-content-inner > a {
  line-height: 35px !important;
}
#site-logo {
  float: none !important;
  margin: 10px 0 0px 0;
}
#site-logo,
#site-logo #site-logo-inner {
  display: block;
  text-align: center;
  height: auto !important;
}
#site-logo a.site-logo-text {
  font-size: 44px;
  margin: 0;
  text-align: left;
  width: 100%;
  font-family: "miller-banner";
  color: #00527d;
}
.dropdown-menu ul li a.menu-link {
  letter-spacing: normal !important;
  padding: 10px 12px !important;
}
.dropdown-menu ul li a.menu-link:hover {
  background-color: transparent !important;
}
#site-navigation-wrap .dropdown-menu > li > a .nav-arrow {
  display: none;
}
#searchform-dropdown.show {
  height: auto;
  padding-bottom: 60px;
}
#searchform-dropdown p,
#searchform-dropdown form {
  display: none;
}
#searchform-dropdown.show p,
#searchform-dropdown.show form {
  display: block !important;
}
#searchform-dropdown {
  padding-top: 0px !important;
  max-width: 650px;
  width: 100%;
  height: 0;
  margin: auto;
  padding-bottom: 30px;
  position: relative;
  top: 25px !important;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  z-index: 99;
}
#searchform-dropdown input {
  border: 2px solid #4e4e4f;
  padding: 10px 12px;
  font-size: 18px;
  font-family: europa, sans-serif;
}
.registerInterest-scrollto {
  background-color: #25b9ec;
  margin-top: -12px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in !important;
  float: right !important;
}
#site-navigation-wrap .dropdown-menu > li.registerInterest-scrollto > a {
  padding: 9px 30px 0px 30px !important;
  transition: all 0.2s ease;
  height: 53px;
}
.registerInterest-scrollto span {
  font-size: 20px !important;
  letter-spacing: 1px;
  color: #ffffff !important;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-weight: 500;
}
.registerInterest-scrollto:hover {
  background-color: #424243;
}
.registerInterest-scrollto:hover span {
  color: #fff !important;
}
.header-searchform-wrap p {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 8px 0;
  font-family: europa, sans-serif;
}
.search-toggle-li a.site-search-toggle.search-dropdown-toggle {
  background: url("/wp-content/uploads/2019/05/search-ico.png") no-repeat center
    7px;
  width: 40px;
  height: 38px;
  background-size: 22px 19px;
  transition: all 0s ease;
}
.search-toggle-li.active a.site-search-toggle.search-dropdown-toggle {
  background: url("/wp-content/uploads/2019/05/search-close-ico.png") no-repeat
    center 10px;
  background-size: 15px 15px;
}
.site-search-toggle.search-dropdown-toggle span {
  display: none;
}
.header-contact-direction {
  position: absolute;
  right: 15px;
  top: 15px;
}
.header-contact-direction a {
  font-size: 15px;
  font-family: museo;
  font-weight: 500;
}
.header-contact-direction a:nth-child(1) {
  background: url("/wp-content/themes/oceanwp/assets/img/receiver-ico.svg")
    no-repeat center left;
  background-size: auto;
  color: #424243;
  padding: 2px 0 0 28px;
}
.sidr-class-mobile-nav-phone a:nth-child(1) {
  background: url("/wp-content/themes/oceanwp/assets/img/receiver-ico.svg")
    no-repeat center left;
  background-size: auto;
  color: #e8e2d5;
  padding: 2px 0 0 28px;
}
.header-contact-direction a:nth-child(2) {
  background: url("/wp-content/themes/oceanwp/assets/img/pin.png") no-repeat
    center left; /*/wp-content/uploads/2019/11/DirectionIcon_Header.png*/
  background-size: contain;
  margin-left: 15px;
  letter-spacing: 0.5px;
  color: #424243;
  padding: 3px 0 0 22px;
}
@media all and (max-width: 959px) {
  .header-contact-direction {
    display: none;
  }
}
.effect-one
  #site-navigation-wrap
  .dropdown-menu
  > li.current-menu-ancestor
  > a.menu-link
  > span {
  color: #25b9ec;
}

/*********Header image************/
.main-header-image {
  background-size: cover;
  background-position: center;
}
.main-header-image .main-header-image-left {
  margin-left: 50px;
  /* 	max-width: 420px; */
}
.main-header-image .main-header-image-left img {
  /* height: 220px; */
}
.main-header-image .main-header-image-left h1 {
  margin-top: 30px;
  line-height: 124px;
  color: #ffffff;
  font-size: 134px;
  font-family: cervo;
  letter-spacing: 5px;
}
.main-header-image .main-header-image-left p {
  color: #e8e2d5;
  font-size: 32px;
  line-height: 32px;
  font-family: europa, sans-serif;
  letter-spacing: 6px;
  padding: 0;
  margin: 40px 0 0 0;
}
.slick-banner-image .slick-prev {
  left: 25px;
}
.slick-banner-image .slick-next {
  right: 25px;
}
.main-header-image-mobile,
.insta-feed-mobile {
  display: none !important;
}
.main-header-image-mobile .main-header-image {
  background-position: right center !important;
  height: auto !important;
}

/*************The Lifestyle **************/
.wr-lifestyle-header {
  margin: 60px 0 0 0;
}
.wr-lifestyle-header .wr-lifestyle-banner-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.wr-lifestyle-header .wr-lifestyle-banner-image div {
  position: absolute;
  color: #c48b6a;
  font-size: 52px;
  font-family: "PlayfairDisplay-Bold";
  background-color: #fff;
  padding: 57px 30px 57px 30px;
  border-radius: 50%;
  right: 60px;
  bottom: 60px;
  text-align: center;
}
.lifestyle-banner {
  background: #cbc2ba;
  margin-top: 30px;
}
.lifestyle-banner-text {
  padding: 60px 0;
}
.lifestyle-banner-text h3 {
  font-family: cervo;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 51px;
  margin-bottom: 15px;
  color: #fff;
}
.lifestyle-banner-text h1 {
  margin-bottom: 1rem;
  color: #173b52;
  text-transform: uppercase;
}

.lifestyle-banner-text h2 {
  margin-bottom: 1rem;
  color: #424243;
  font-family: museo;
  font-size: 67px;
  line-height: 70px;
}
.lifestyle-banner-text p {
  color: #424243;
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-family: museo;
  font-weight: 400;
}
.wr-tile-three-column {
  padding: 60px 0;
}
.wr-tile-three-column h1 {
  padding: 0 0 60px 0;
  text-align: center;
  font-family: gothic;
  letter-spacing: 4px;
}
.wr-tile-three-column h2,
.wr-tile-three-column h2 a {
  color: #e8e2d5;
  font-size: 37px;
  font-weight: 600;
  padding: 20px 0 10px 0;
  margin: 0px;
  font-family: gothic;
  letter-spacing: 4px;
}
.wr-tile-three-column p,
.wr-tile-three-column p a {
  color: #e8e2d5;
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-family: miller-banner;
  font-weight: 400;
  margin-bottom: 30px;
}
.wr-tile-three-column p a {
  font-weight: 600;
  text-decoration: underline;
  font-size: 20px;
}

.wr-tile-three-column img {
  height: 415px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .wr-tile-three-column img {
    height: 370px;
  }
}

@media (max-width: 991px) {
  .wr-tile-three-column img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .wr-tile-three-column img {
    height: 450px;
  }
}

@media (max-width: 576px) {
  .wr-tile-three-column img {
    height: 375px;
  }
}

@media (max-width: 320px) {
  .wr-tile-three-column img {
    height: 275px;
  }
}

/************* Riverfront Page **************/
.wr-Riverfront-header {
  margin: 60px 0 0 0;
}
.wr-Riverfront-header img {
  max-height: 500px;
}
.wr-Riverfront-header h1 {
  max-width: 1000px;
  margin: 0 auto 20px auto;
}
.wr-Riverfront-header h4 {
  margin: 40px auto 10px auto;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #c48b6a;
}
.wr-Riverfront-images img {
  margin-top: 12px;
}

/************* Riverfront Page **************/
.closeto-header {
  padding-top: 60px;
  padding-bottom: 30px;
}
.closeto-header h1 {
  max-width: 1400px;
  margin: 0 auto 40px auto;
  color: #dd7155;
}

.closeto-header h4 {
  margin: 55px auto 4px auto;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #dd7155;
  letter-spacing: 1px;
}
.closeto-header h1.color-Moss,
.closeto-header h4.color-Moss {
  color: #91903e;
}
.closeto-header h3 {
  padding: 0 20px;
  font-family: cervo;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 40px;
  margin-top: 50px;
}

.closeto-header h2 {
  color: #424243;
}

.closeto-header p {
  font-family: museo;
  color: #424243;
}

/*.closeto-header ul {
  list-style: none;
  padding-bottom: 0px;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.closeto-header ul li img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}*/

/*--------YV--------*/
.closeto-header ul {
  list-style: none;
  padding-bottom: 0px;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.closeto-header li {
  position: relative;
  flex-basis: calc(31.2% - -5px);
}

.closeto-header li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.closeto-header img.attachment-full.size-full {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mb-5.quick-stat-banner {
  margin-bottom: 3.5rem !important;
}

@media (max-width: 1300px) {
  .closeto-header li {
    position: relative;
    flex-basis: calc(31.2% - 1px);
  }
}

@media (max-width: 1020px) {
  .closeto-header li {
    position: relative;
    flex-basis: calc(31.2% - 3px);
  }
}

@media (max-width: 991px) {
  .closeto-header li {
    position: relative;
    flex-basis: calc(31.2% - 5px);
  }
}

@media (max-width: 868px) {
  .closeto-header li {
    position: relative;
    flex-basis: calc(31.2% - 7px);
  }
}

@media (max-width: 767px) {
  .closeto-header li {
    position: relative;
    flex-basis: calc(31.2% - 8px);
  }

  .mb-5.quick-stat-banner {
    margin-bottom: 3rem !important;
  }
}

@media (max-width: 567px) {
  .mb-5.quick-stat-banner {
    margin-bottom: 2.75rem !important;
  }
}

@media (max-width: 446px) {
  .mb-5.quick-stat-banner {
    margin-bottom: 2.2rem !important;
  }
}

@media (max-width: 320px) {
  .closeto-header li {
    position: relative;
    flex-basis: calc(31.2% - 10px);
  }
}

.closeto-location {
  margin: 40px 0 0 0;
}
.closeto-location button {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.closeto-location button,
.closeto-location a {
  color: #e8e2d5;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  line-height: normal !important;
  height: 53px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: museo;
  background-color: #424243;
}

.closeto-location button {
  padding: 13px 30px;
}

.closeto-location a {
  padding: 13px 60px;
  margin-left: -30px;
  margin-right: -30px;
}
.closeto-location button:hover,
.closeto-location a:hover {
  background-color: #60d3fa;
}

@media only screen and (max-width: 576px) {
  .closeto-location button,
  .closeto-location a {
    font-size: 16px;
    height: 45px;
  }
}

.wr-quickstats {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 50px 0 60px 0;
}
.wr-quickstats h1 {
  font-family: gothic;
  letter-spacing: 3px;
}
.wr-quickstats .row h1 {
  font-size: 200px;
  margin: 45px 0 0 0;
  line-height: 130px;
  opacity: 0;
  transition: all 0.3s ease;
  font-weight: 500;
  font-family: gothic;
  letter-spacing: 3px;
  font-weight: 600;
}
.wr-quickstats.scrolledTo .row h1 {
  opacity: 1;
}
.wr-quickstats p {
  color: #9ba5c3;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 300px;
  margin: auto;
  padding-top: 20px;
  font-family: gothic;
}
.wr-places-list {
  padding: 15px 0 60px 0;
}
.wr-places-list h2 {
  color: #3b3a3c;
  font-size: 37px;
  line-height: 49px;
  font-weight: 400;
  font-family: miller-display, serif;
  padding-bottom: 8px;
}
.wr-places-list p {
  color: #4d4d4f;
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-family: europa, sans-serif;
  font-weight: 400;
  text-align: left;
}
.stat-tag h1 {
  display: inline-block;
}
.stat-tag p {
  display: inline-block;
  font-size: 50px;
  text-transform: lowercase;
  margin-left: -5px;
  color: #9ba5c3;
  font-weight: 600;
  font-family: gothic;
  letter-spacing: 3px;
}

/************** News & Updates ******************/
.wr-tile-two-column-inner {
  /* background-color: #F8F8F5; */
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .wr-tile-two-column-inner img {
    max-height: 395px;
    height: 395px;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .wr-tile-two-column-inner img {
    width: 100%;
    object-fit: contain !important;
  }
}

.max-heightauto img {
  max-height: none !important;
}
.wr-tile-two-column-inner .two-column-inner-text {
  padding: 15px 0 0 0;
  /*min-height: 230px;*/
}
.wr-tile-two-column-inner .two-column-inner-text .two-column-date {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  color: #434244;
}
.wr-tile-two-column-inner .two-column-inner-text h2,
.wr-tile-two-column-inner .two-column-inner-text h2 a {
  font-size: 50px;
  line-height: 60px;
  font-family: miller-banner;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
  color: #4d4d53;
}
.wr-tile-two-column-inner .two-column-inner-text h2,
.wr-tile-two-column-inner .two-column-inner-text h2 a {
  padding: 0px;
}
.wr-tile-two-column-inner .two-column-inner-text .two-column-description {
  font-size: 20px;
  line-height: 27px;
  padding-top: 10px;
}
.two-column-read-more {
  color: #3b3a3c;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.two-column-read-more:hover {
  text-decoration: underline;
}

/*************Grange-Charcoal-header*************/
.Grange-Charcoal-header img {
  /*max-height: 500px;
	height: 100vh;*/
}
.Grange-Charcoal-header h3 {
  color: #fff;
  font-family: museo;
}
.Grange-Charcoal-header p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: museo;
}
.Grange-Charcoal-header h1 {
  color: #ffffff;
  text-transform: uppercase;
}
.button-custom {
  background-color: #c48b6a;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-family: "PlayfairDisplay-Regular";
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  margin-right: 10px;
  height: 53px;
}
.button-custom:hover,
.button-custom:active,
.button-custom:focus {
  color: #fff;
}
.sections-border .section-borderTop {
  border-top: 1px solid #dedede;
}
.sections-border .section-borderTop:nth-child(1) {
  border-top: 0px solid #dedede;
}
.sections-border h3:empty {
  display: none;
}
.sections-border .section-borderTop p a {
  color: #3b3a3c;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #3b3a3c;
  margin-bottom: -1px;
  line-height: 33px;
}
.sections-border .section-borderTop p a:nth-child(1) {
  margin-top: 40px;
}
.sections-border .section-borderTop p a:last-child,
.sections-border .section-borderTop p a:last-of-type {
  margin-bottom: 40px;
}

/****************** Latitude *******************/
.wr-Latitude .wr-Latitude-header h1 {
  max-width: 450px;
  color: #25b9ec;
  text-transform: uppercase;
}
.wr-Latitude .wr-Latitude-header h3 {
  color: #4d4d4f;
  padding: 25px 0 0 0;
  margin: 0;
  font-family: museo;
}
.wr-Latitude .wr-Latitude-header p {
  font-size: 20px;
  padding: 0 0 25px 0;
  margin: 0px;
  line-height: 27px;
  font-family: museo;
}
.wr-Latitude .wr-Latitude-header img {
  max-height: 80px;
  margin-top: 35px;
}

/************ Footer Form A************/
.footer-formA {
  background: #ffffff;
  padding: 16px 16px 16px 32px;
}
.footer-formA .gform_wrapper {
  margin: 0;
}
body .footer-formA .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
  overflow: hidden;
}
.footer-formA .gform_body ul li {
  padding: 0px;
  margin-top: 0px !important;
}
.footer-formA .gform_body ul li input,
.footer-formA .gform_body ul li select {
  width: 100% !important;
  border: 0;
  border-bottom: 2px solid #767471;
  border-radius: 0px;
  font-size: 20px !important;
  padding: 5px !important;
  min-height: 70px !important;
  background-color: transparent;
  margin: 0 0 12px 0;
  color: #808080;
  font-weight: 400;
  font-family: museo !important;
}
.footer-formA .gform_body ul li ::placeholder,
.footer-formA .gform_body ul li label,
.footer-formA .gform_body ul li select {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #424243 !important;
  opacity: 1; /* Firefox */
}

.footer-formA .gform_body ul li select {
  background: url(assets/img/arrow-down.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
}

.footer-formA .gform_body ul li :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080 !important;
}

.footer-formA .gform_body ul li ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #808080 !important;
}
.footer-formA .gform_body ul li select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.footer-formA .gform_body ul li .ginput_container_select {
  position: relative;
}
.footer-formA .gform_body ul li .ginput_container_select:after {
  position: absolute;
  content: ">";
  right: 4px;
  top: 15px;
  font-size: 14px;
  font-weight: 600;
  transform: rotate(90deg);
  display: none;
}
.select2-container .select2-selection--single {
  font-size: 20px !important;
  padding: 5px !important;
}
.footer-formA .gform_body ul li:nth-child(1),
.footer-formA .gform_body ul li:nth-child(2),
.footer-formA .gform_body ul li:nth-child(4),
.footer-formA .gform_body ul li:nth-child(5) {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.footer-formA .gform_body ul li:nth-child(3) {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100% !important;
}
.footer-formA .gform_body ul li:nth-child(6) {
  text-align: left;
}
.footer-formA .gform_body ul li:nth-child(6) p {
  font-size: 37px;
  line-height: 49px;
  font-weight: 400;
  font-family: miller-display, serif;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

.footer-formA .gform_body ul li:nth-child(7) ul li {
  display: inline-block;
  width: calc(20% - 20px);
  background-color: #fff;
  margin: 0 20px;
  height: 78px;
  position: relative;
}
.footer-formA .gform_body ul li:nth-child(7) ul li input {
  width: 100% !important;
  height: 100%;
  position: absolute;
  padding: 0 !important;
  opacity: 0;
  margin: 0 !important;
  cursor: pointer;
}
.footer-formA .gform_body ul li:nth-child(7) ul li label {
  color: #808080;
  font-weight: 400 !important;
  font-family: europa, sans-serif !important;
  font-size: 20px;
  display: block;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 0 55px;
  margin: 0;
  line-height: normal;
}
.footer-formA
  .gform_body
  ul
  li:nth-child(7)
  ul
  li
  [type="radio"]:checked
  + label,
.footer-formA
  .gform_body
  ul
  li:nth-child(7)
  ul
  li
  [type="radio"]:not(:checked)
  + label {
  position: relative;
  cursor: pointer;
}
.footer-formA
  .gform_body
  ul
  li:nth-child(7)
  ul
  li
  [type="radio"]:checked
  + label:before,
.footer-formA
  .gform_body
  ul
  li:nth-child(7)
  ul
  li
  [type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 27px;
  height: 27px;
  border: 2px solid #dd7155;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
}
.footer-formA
  .gform_body
  ul
  li:nth-child(7)
  ul
  li
  [type="radio"]:checked
  + label:after,
.footer-formA
  .gform_body
  ul
  li:nth-child(7)
  ul
  li
  [type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #dd7155;
  position: absolute;
  top: 50%;
  left: 21px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translateY(-50%);
}
.footer-formA
  .gform_body
  ul
  li:nth-child(7)
  ul
  li
  [type="radio"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.footer-formA
  .gform_body
  ul
  li:nth-child(7)
  ul
  li
  [type="radio"]:checked
  + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

.footer-formA .gform_wrapper label.gfield_label,
.footer-formA .gform_wrapper legend.gfield_label {
  display: none !important;
}
.footer-formA .gform_wrapper .gform_footer input.button,
.footer-formA .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #424243;
  padding: 11px 15px 12px 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  line-height: normal !important;
  height: 53px;
  border-radius: 0px !important;
  width: 100%;
  /*  max-width: 350px;*/
  margin: auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 16px;
  font-family: museo;
  letter-spacing: 4px;
}
.footer-formA .gform_wrapper .gform_footer input.button:hover,
.footer-formA .gform_wrapper .gform_footer input[type="submit"]:hover,
.footer-formA .gform_wrapper .gform_footer input.button:focus,
.footer-formA .gform_wrapper .gform_footer input[type="submit"]:focus,
.footer-formA .gform_wrapper .gform_footer input.button:active,
.footer-formA .gform_wrapper .gform_footer input[type="submit"]:active {
  background-color: #25b9ec;
}
.footer-formA .gform_wrapper .gform_footer {
  margin: -45px 0 0 0;
  text-align: right;
}
.footer-formA .gform_body ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}
.footer-formA .gform_body ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.footer-formA .gform_body :-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}
.footer-formA .gform_body :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
#registerinterest {
  position: relative;
  top: -109px;
}
/* .custom-formB .gfield_checkbox li {
  margin: 0px !important;
  min-height: 42px;
}
.custom-formB .gfield_checkbox input[type="checkbox"] {
  display: none !important;
}
.custom-formB .gfield_checkbox input[type="checkbox"] + label {
  display: block !important;
  position: relative;
  padding-left: 30px !important;
  padding-top: 10px;
  margin-bottom: 0px !important;
  line-height: normal !important;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: europa, sans-serif !important;
 
}
.custom-formB .gfield_checkbox input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
.custom-formB .gfield_checkbox input[type="checkbox"] + label:before,
.custom-formB .gfield_checkbox input[type="checkbox"] + label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #4d4d4f;
  position: absolute;
  left: 2px;
  top: 9px;
  opacity: 1;
  background-color: #fff;
}
.custom-formB .gfield_checkbox input[type="checkbox"]:checked + label:after {
  width: 14px;
  height: 14px;
  top: 12px;
  left: 5px;
  opacity: 1;
  border: transparent;
  background-color: #dd7154;
  background-size: 20px 20px;
}
 */
.footer-formB .ginput_container_checkbox li {
  width: 100% !important;
}
#registerinterest
  .footer-formB
  .gfield_checkbox
  input[type="checkbox"]:checked
  + label:before {
  border: 4px solid #fff !important;
}
body
  .footer-formA
  .gform_wrapper
  .top_label
  div.ginput_container
  select
  .gf_placeholder {
  display: none !important;
}
.form-A-required,
.form-B-required {
  padding: 45px 0 0 0;
  margin: 0 0 -20px 0;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .form-A-required,
  .form-B-required {
    margin: 0 0 -5px 0;
  }
}

.registerinterest-anchor {
  margin-top: -110px;
  padding-top: 110px;
}
.register-Intrest-bg {
  position: relative;
}

.register-Intrest-bg .container {
  position: relative;
  z-index: 5;
}

/**************** Form B *********************/
.header-formB h4 {
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.header-formB p {
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px;
}
.header-formB p a {
  text-decoration: underline;
  font-weight: 700;
  color: #3b3a3c;
}
.form-b-social-btns a:nth-child(1) {
  padding-left: 0px;
}
.form-b-social-btns a {
  padding-left: 8px;
}

/************ Scroll to top ***************/
body #scroll-top {
  left: 0px !important;
  border-radius: 0px;
  padding: 40px 32px 24px 32px;
  font-size: 32px;
  background-color: #424243;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: europa, sans-serif;
  letter-spacing: 2px;
  box-shadow: 0px 0px 15px 1px rgb(0, 0, 0, 0.6);
}
body #scroll-top:hover {
  background-color: #25b8eb;
  color: #fff;
  font-family: europa, sans-serif;
}
body #scroll-top:before {
  position: absolute;
  content: ">";
  top: 6px;
  font-size: 32px;
  transform: rotate(270deg);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: europa, sans-serif;
}
#scroll-top span {
  display: none !important;
}

/************ House & Land Packages **************/
.house-land-paragraph p,
p.house-land-paragraph {
  color: #fff;
  font-size: 17px;
}

/************** Insta Feed *****************/
.SocialObject h3 {
  display: inline-block;
  position: relative;
  bottom: -10px;
  padding-right: 15px;
  font-family: museo;
}
.SocialObject img {
  height: 70px;
  margin: 0 5px;
}
.instashow-gallery .instashow-gallery-media-cover {
  background: rgb(173, 206, 193) !important;
}
.instashow-gallery .instashow-gallery-media-info-description {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 19px !important;
  font-weight: 300 !important;
}

/************ Mobile Navigation icon******************/
.oceanwp-mobile-menu-icon {
  right: 0;
  top: 26px;
  position: absolute;
}
.oceanwp-mobile-menu-icon i {
  display: none;
}
.oceanwp-mobile-menu-icon span {
  font-size: 0px;
}

.oceanwp-mobile-menu-icon a {
  border-top: 2px solid #f4f0ec;
  height: 25px;
  width: 40px;
  box-sizing: border-box;
  position: absolute;
  z-index: 30;
  right: 20px;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.oceanwp-mobile-menu-icon a:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 40px;
  left: 0;
  background: #f4f0ec;
  top: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.oceanwp-mobile-menu-icon a:after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  height: 2px;
  width: 40px;
  left: 0;
  background: #f4f0ec;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mobile-show {
  display: none !important;
}

.mobile-show-me {
  display: none;
}

/****** Updates *******/
#house-list .house-item .house-item-img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  height: 230px;
}
#house-list .house-item:hover .house-item-img {
  opacity: 0.8;
}
#house-list .house-item .house-two-column {
  min-height: 210px;
  padding-bottom: 10px;
}
#house-list .house-item .house-two-column h2 {
  font-size: 30px;
  font-family: "PlayfairDisplay-Regular";
}
#house-list .house-item .house-two-column p {
  color: #3b3a3c;
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-family: "NunitoSans-Regular";
}
#house-list .house-item .house-two-column #house-price h4 {
  font-size: 22px;
  font-family: "PlayfairDisplay-Regular";
  padding: 0;
  margin-bottom: 15px;
}
#house-list .house-item .house-two-column a.two-column-read-more {
  color: #ffffff;
  background-color: #c48b6a;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 12px;
  display: block;
  margin-bottom: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#house-list .house-item .house-two-column a.two-column-read-more:hover {
  color: #c48b6a;
  background-color: #3b3a3c;
}
#house-list .house-item .house-two-column a.two-column-enquire {
  color: #3b3a3c;
  background-color: #e1e3e5;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#house-list .house-two-column .house-item-availability ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#house-list .house-two-column .house-item-availability ul li {
  padding: 0;
  margin: 0;
  float: left;
  padding: 15px 8px 15px 0;
  font-size: 12px;
  font-weight: 800;
}
#house-list .house-two-column .house-item-availability img {
  max-height: none !important;
  width: auto;
  width: 25px;
}
.custom-home-slide {
  /*display: block;*/
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.house-3d-img {
  max-width: 450px;
  display: block;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.house-3d-img:hover {
  opacity: 0.8;
}
.home-slick.slick-main .slick-next {
  right: 20px;
  background-image: url(/wp-content/uploads/2019/10/caret-right-white.png);
  background-color: #c48b6a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 15px 15px;
}
.home-slick.slick-main .slick-prev {
  left: 20px;
  background-image: url("/wp-content/uploads/2019/10/caret-left-white.png");
  background-color: #c48b6a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 15px 15px;
}
.house-sold-tag {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 9;
  background-color: red;
  color: #fff;
  padding: 2px 20px;
  font-size: 16px;
}
.home-item-right p {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.home-item-right span {
  display: inline-block;
  color: #3b3a3c;
  font-size: 34px;
  font-family: "PlayfairDisplay-Regular";
}
.home-item-right h3 {
  display: inline-block;
}
.home-item-right a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #c48b6a;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  margin-top: 20px;
  transition: all 0.2s ease;
}
.home-item-right a:hover {
  background-color: #3b3a3c;
  color: #c48b6a;
}
.home-item-right .house-item-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 20px 0;
}
.home-item-right .house-item-list li {
  display: inline-block;
  width: 24%;
  font-size: 22px;
  font-family: "PlayfairDisplay-Bold";
}
.home-item-right .house-item-list li img {
  max-width: 40px;
}
.home-item-right #house-price {
  margin-top: 10px;
}
.home-item-left div {
  margin-top: 0px;
}
.home-item-left span {
  font-size: 17px;
  display: inline-block;
  padding-right: 5px;
}
.home-item-left button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  top: -5px;
  position: relative;
  outline: 0;
  border: 0;
  margin: 0 3px;
  background-color: transparent;
  padding: 0;
}
.house-item-sold {
  background-color: red;
  color: #fff;
  padding: 2px 20px;
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: -6px;
  margin-left: 20px;
}
.disp-inlineB {
  display: inline-block;
}
.floorplan-zoom-main {
  position: relative;
  display: block;
}
.floorplan-zoom-main:hover .floorplan-zoom {
  opacity: 1;
}
.floorplan-zoom {
  opacity: 0;
  position: absolute;
  transition: all 0.2s ease;
  background: url(/wp-content/uploads/2019/10/zoom.png) no-repeat center #c48b6a;
  background-size: 24px;
  width: 50px;
  height: 50px;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.font-38 {
  font-size: 38px;
}
.font-28 {
  font-size: 28px;
}
.mobile-floorplan {
  text-align: center;
  margin-bottom: 15px;
}
.mobile-floorplan img {
  width: 30px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -5px;
  left: -10px;
}
.mobile-floorplan h3 {
  display: inline-block;
}
.h-land-img-ico {
  text-align: right;
}
.h-land-img-ico img {
  max-height: 120px;
  max-width: 120px;
  width: auto !important;
  text-align: right;
  margin-top: 6px;
}

.h-land-img-mobile-ico {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
}

.h-land-img-mobile-ico img {
  max-height: 80px;
  max-width: 80px;
  width: auto !important;
  text-align: right;
  margin-top: 6px;
}

.mobile-readmore #des,
.mobile-readmore #des p {
  text-align: left !important;
}
.mobile-readmore div {
  text-align: center;
}
.mobile-readmore #rm-more_0 {
  text-align: center;
  color: #c48b6a;
  font-size: 14px;
}
.house-item-sold-mobile {
  margin: 15px auto 0 auto;
  text-align: center;
  display: table;
}
.house-land-main .slick-dots li {
  margin-right: 15px !important;
}
.house-land-main .slick-dots li button {
  background-color: #c48b6a !important;
  padding: 8px !important;
}
.house-land-main li.slick-active button {
  background-color: #fff !important;
  -moz-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
}
.virtual-image-main h2 {
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-family: "PlayfairDisplay-Regular";
  padding: 0;
  margin: 0 0 20px 0;
}
.virtual-image-main p {
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 20px 0 0 0;
  font-family: "NunitoSans-Regular";
}

#sidr .sidr-inner i {
  display: none;
}
#sidr .sidr-class-close-text {
  font-size: 0px;
}
#sidr a.sidr-class-toggle-sidr-close {
  height: 60px;
  background-color: transparent;
}
#sidr a.sidr-class-toggle-sidr-close:before {
  content: "Seventhbend";
  display: block;
  font-size: 26px;
  margin: 0;
  width: 100%;
  font-family: museo;
  color: #424243;
  text-transform: capitalize;
  position: absolute;
  left: 20px;
  top: 18px;
}
#sidr .sidr-class-close-text {
  border-top: 2px solid transparent;
  height: 25px;
  width: 30px;
  box-sizing: border-box;
  position: absolute;
  z-index: 30;
  right: 12px;
  top: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#sidr .sidr-class-close-text:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 33px;
  left: -2px;
  background: #424243;
  top: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#sidr .sidr-class-close-text:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -khtml-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 11px;
  width: 33px;
  left: -2px;
  background: #424243;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.sidr-class-dropdown-menu {
  padding-top: 10px;
}
.sidr-class-dropdown-menu li a,
.sidr-class-dropdown-menu li a:active,
.sidr-class-dropdown-menu li a:focus {
  font-family: museo;
  color: #4d4d4f !important;
  text-transform: capitalize;
  font-size: 18px;
  padding: 5px 20px;
}
.sidr-class-dropdown-menu li ul a,
.sidr-class-dropdown-menu li ul a:active,
.sidr-class-dropdown-menu li ul a:focus {
  /* font-family: 'PlayfairDisplay-Regular'; */
  color: #36363a !important;
  text-transform: capitalize;
  font-size: 16px;
}
.sidr-class-dropdown-menu li ul a:before {
  display: none;
}
.sidr-class-dropdown-menu li,
.sidr-class-fs-dropdown-menu li {
  border-bottom: 1px solid #d8d8d8;
}
.sidr-class-dropdown-menu > li:first-child,
.sidr-class-fs-dropdown-menu > li:first-child {
  border-bottom: 1px solid #d8d8d8;
  border-top: 0px;
}
.sidr-class-dropdown-menu li ul.sidr-class-sub-menu {
  background-color: #e8f3ee;
}
.sidr-class-dropdown-menu li ul.sidr-class-sub-menu li ul.sidr-class-sub-menu {
  display: block !important;
  border: 0px !important;
}
.sidr-class-dropdown-menu li ul.sidr-class-sub-menu li ul.sidr-class-sub-menu a,
.sidr-class-dropdown-menu
  li
  ul.sidr-class-sub-menu
  li
  ul.sidr-class-sub-menu
  a:active,
.sidr-class-dropdown-menu
  li
  ul.sidr-class-sub-menu
  li
  ul.sidr-class-sub-menu
  a:focus {
  /* font-style: italic; */
}
.sidr-class-dropdown-menu
  li
  ul.sidr-class-sub-menu
  li
  ul.sidr-class-sub-menu
  li {
  border-bottom: 0px;
}
.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children span:before {
  font-family: "PlayfairDisplay-Regular";
  content: ">" !important;
  color: #4d4d4f !important;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.sidr-class-dropdown-menu li.active > a > .sidr-class-dropdown-toggle:before {
  transform: rotate(-90deg);
}
.sidr-class-dropdown-menu li ul li.sidr-class-menu-item-has-children span {
  display: none !important;
}

.sidr-class-mobile-menu li.sidr-class-registerInterest-scrollto {
  border: 0px !important;
}
.sidr-class-mobile-menu li.sidr-class-registerInterest-scrollto a {
  background-color: #424243;
  color: #fff !important;
  margin: 10px;
  text-align: center;
  height: 45px;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: museo;
  letter-spacing: 3px;
}
.sidr-class-mobile-menu li.sidr-class-registerInterest-scrollto a:hover {
  background-color: #ac4526;
  color: #fff;
}
#sidr form input[type="search"] {
  min-height: 50px;
  font-size: 16px;
}
#sidr form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
#sidr form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
}
#sidr form :-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b3b3;
}
#sidr form :-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
}
#sidr form button {
  background: url(/wp-content/uploads/2019/05/search-ico.png) no-repeat center;
  width: 40px;
  height: 40px;
  background-size: 22px 19px;
  opacity: 0.3;
  top: 19px;
  right: 2px;
}

.show_more {
  font-size: 12px !important;
  font-weight: lighter;
  color: #b3b3b3;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff !important;
  border-radius: 4px;
}
.breadcrumb a {
  color: #c48b6a;
  text-decoration: none;
}

.breadcrumbdesk {
  display: block;
}
.breadcrumbmob {
  display: none;
}

.zoom-lightBox img {
  background: white;
  width: auto;
  padding: 0px;
  text-align: center;
  display: inline-block;
  margin: 130px 15px 0 15px;
  max-height: 85%;
  max-width: -webkit-fill-available;
}

.Brand-Pillar-slider .slider-right-image {
  position: relative;
  padding: 60px 0;
}

.Brand-Pillar-slider .slider-right-image .container {
  position: relative;
  z-index: 5;
}

.slider-right-image .slider-right-image-left-inner a {
  background-color: #fff;
}
.slider-right-image .slider-right-image-left-inner a:hover {
  background-color: #424243;
}
.slider-right-image .slider-right-image-left-inner h1,
.slider-right-image .slider-right-image-left-inner h4 {
  font-family: cervo;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.slider-right-image .slider-right-image-left-inner p {
  color: #fff;
  margin-right: 10px;
  font-family: museo;
}

@media (max-width: 375px) {
  .slider-right-image .slider-right-image-left-inner a {
    background-color: #e8e2d5;
    width: unset !important;
  }
  .slider-right-image .slider-right-image-left-inner a:hover {
    background-color: #ac4526;
  }
  .slider-right-image .slider-right-image-left-inner h1 {
    color: #e8e2d5 !important;
    margin-bottom: 10px !important;
  }
  .slider-right-image .slider-right-image-left-inner h4 {
    color: #e8e2d5 !important;
    margin-top: -10px !important;
    margin-bottom: 10px !important;
  }
}

.home-pillar-stripe {
  padding: 43px 10px;
  margin: 0;
}
.home-pillar-stripe h1 {
  font-size: 70px;
  font-family: museo;
  color: #424243;
}

.view-AMENTIES p {
  color: #fff;
  padding: 14px 0 0 0;
  font-size: 20px;
  margin: 0;
  font-family: museo;
  font-weight: 400;
  letter-spacing: 1.5px;
  height: 60px;
}

contact-main-left h1 {
  text-transform: uppercase;
  color: #173a52;
}

.contact-main-left h3 {
  color: #424243 !important;
  font-family: museo !important;
}
.contact-main-right h4 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: museo;
}
.contact-main-right p {
  font-size: 18px;
  line-height: 27px;
  font-family: museo;
}
.contact-main-right p a {
  color: #4d4d4f;
  font-weight: 600;
  text-decoration: underline;
}
.text-capitalize {
  text-transform: capitalize;
}

.stage-repeater .section-borderTop:nth-child(1) h1 {
  color: #f385af;
}
.stage-repeater .section-borderTop:nth-child(1) div a {
  padding: 14px 30px 0px 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  line-height: normal !important;
  height: 53px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: museo;
  background-color: #f385af;
  letter-spacing: 3px;
  margin: 10px 0 20px;
}
.stage-repeater .section-borderTop:nth-child(1) div a:hover,
.stage-repeater .section-borderTop:nth-child(1) div a:active,
.stage-repeater .section-borderTop:nth-child(1) div a:focus {
  background-color: #fd5394;
}
.stage-repeater .section-borderTop:nth-child(2) h1 {
  color: #f78a54;
}
.stage-repeater .section-borderTop:nth-child(2) div a {
  padding: 14px 30px 0px 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  line-height: normal !important;
  height: 53px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: museo;
  background-color: #f78a54;
  letter-spacing: 3px;
  margin: 10px 0 20px;
}
.stage-repeater .section-borderTop:nth-child(2) div a:hover,
.stage-repeater .section-borderTop:nth-child(2) div a:active,
.stage-repeater .section-borderTop:nth-child(2) div a:focus {
  background-color: #ff6f28;
}
.stage-repeater .section-borderTop:nth-child(3) h1 {
  color: #c0936d;
}
.stage-repeater .section-borderTop:nth-child(3) div a {
  padding: 14px 30px 0px 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  line-height: normal !important;
  height: 53px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: museo;
  background-color: #c0936d;
  letter-spacing: 3px;
  margin: 10px 0 20px;
}
.stage-repeater .section-borderTop:nth-child(3) div a:hover,
.stage-repeater .section-borderTop:nth-child(3) div a:active,
.stage-repeater .section-borderTop:nth-child(3) div a:focus {
  background-color: #c4732f;
}
.pl0 {
  padding-left: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}

.stage-repeater .section-borderTop:nth-child(3) .GrangeCopper-color {
  font-weight: 600;
  font-size: 40px;
  color: #4d4d53;
}
.stage-repeater .section-borderTop:nth-child(3) div p a,
.stage-repeater .section-borderTop:nth-child(3) div p a:hover,
.stage-repeater .section-borderTop:nth-child(3) div p a:active,
.stage-repeater .section-borderTop:nth-child(3) div p a:focus {
  background-color: transparent;
  color: #4d4d53;
  font-size: 37px;
  font-weight: 400;
  font-family: museo;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 8px 0;
  display: inline-block;
}
.stage-repeater .section-borderTop:nth-child(3) div p a:nth-child(1) {
  margin: 15px 0 0 0;
  padding: 0;
}
.wr-Latitude-repeat-main .wr-Latitude-repeat:nth-child(2) .Bg-Lilac {
  background-color: #adcec1;
}

/*.greenspace-repeater-img {
  padding: 0px;
  margin: 0px;
  display: -webkit-flex;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: none;
  grid-gap: 30px;
}
.greenspace-repeater-img li {
}
.greenspace-repeater-img li img {
  margin-top: 0px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  object-fit: cover;
}*/

/*------ YV --------*/
ul.greenspace-repeater-img {
  list-style: none;
  padding-bottom: 0px;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.greenspace-repeater-img li {
  position: relative;
  flex-basis: calc(31.2% - -5px);
}

.greenspace-repeater-img li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.greenspace-repeater-img img.attachment-full.size-full {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1300px) {
  .greenspace-repeater-img li {
    position: relative;
    flex-basis: calc(31.2% - 1px);
  }
}

@media (max-width: 1020px) {
  .greenspace-repeater-img li {
    position: relative;
    flex-basis: calc(31.2% - 3px);
  }
}

@media (max-width: 991px) {
  .greenspace-repeater-img li {
    position: relative;
    flex-basis: calc(31.2% - 5px);
  }
}

@media (max-width: 868px) {
  .greenspace-repeater-img li {
    position: relative;
    flex-basis: calc(31.2% - 7px);
  }
}

@media (max-width: 767px) {
  .greenspace-repeater-img li {
    position: relative;
    flex-basis: calc(31.2% - 8px);
  }

  ul.greenspace-repeater-img.masterplan li {
    flex-basis: calc(30.2% - 8px);
  }
}

@media (max-width: 686px) {
  .greenspace-repeater-img li {
    position: relative;
    flex-basis: calc(28.2% - -2px);
  }
}

@media (max-width: 576px) {
  .greenspace-repeater-img li {
    position: relative;
    flex-basis: calc(29.2% - 5px);
  }
}

@media (max-width: 480px) {
  ul.greenspace-repeater-img.masterplan li {
    flex-basis: calc(29.2% - 5px);
  }

  .greenspace-repeater-img li {
    position: relative;
    flex-basis: calc(29.2% - 5px);
  }
}

@media (max-width: 450px) {
  ul.greenspace-repeater-img.masterplan li {
    flex-basis: calc(28.2% - 5px);
  }

  .greenspace-repeater-img li {
    position: relative;
    flex-basis: calc(28.2% - 5px);
  }
}

@media (max-width: 360px) {
  ul.greenspace-repeater-img.masterplan li {
    flex-basis: calc(27.2% - 5px);
  }

  .greenspace-repeater-img li {
    position: relative;
    flex-basis: calc(27.2% - 5px);
  }
}

@media (max-width: 320px) {
  .greenspace-repeater-img li {
    position: relative;
    flex-basis: calc(28.2% - 8px);
  }

  ul.greenspace-repeater-img.masterplan li {
    flex-basis: calc(31.2% - 10px);
  }
}

.greenspace-header {
  padding: 0 30px;
  position: relative;
  margin: 5rem 0 2rem;
}
.greenspace-header:after {
  position: absolute;
  height: 100%;
  left: 50%;
  width: 1px;
  content: "";
  background: #424243;
}

.greenspace-header h1 {
  color: #424243;
  margin: 0;
  width: 50%;
  margin-right: 20px;
  font-family: museo;
}

.greenspace-header p {
  color: #424243;
  width: 50%;
  margin-left: 20px;
  font-family: museo;
  font-size: 26px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  .greenspace-header h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .greenspace-header h1 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .greenspace-header h1,
  .greenspace-header p {
    width: 100%;
    text-align: center;
  }

  .greenspace-header p {
    margin: 20px 0;
  }

  .greenspace-header:after {
    content: none;
  }
  .footer-formA {
    padding: 16px 16px 16px 32px;
  }

  .wr-tile-three-column img {
    height: unset;
  }

  .greenspace-repeater-img,
  .closeto-header ul {
    grid-gap: 20px;
  }
}

.imgM0 img {
  margin: 0px !important;
}

.pt40:empty {
  padding-top: 0px;
}
.pb40:empty {
  padding-bottom: 0px;
}

.footer-formB {
  padding: 0 50px;
  margin: 0;
  background: unset;
}
.footer-formB .gform_body ul li:nth-child(1),
.footer-formB .gform_body ul li:nth-child(2),
.footer-formB .gform_body ul li:nth-child(3),
.footer-formB .gform_body ul li:nth-child(4) {
  width: 100% !important;
  border-bottom: 1px solid #4d4d4f;
}
.footer-formB .gform_body ul li input,
.footer-formB .gform_body ul li select {
  width: 100% !important;
  border-bottom: 0px solid #808080;
  border-radius: 0px;
  font-size: 14px !important;
  padding: 0 !important;
  min-height: 42px !important;
  background-color: transparent;
  margin: 0;
  color: #4d4d4f;
  font-weight: 400;
  font-family: europa, sans-serif !important;
}
.footer-formB .gform_body ul li ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4d4d4f !important;
  opacity: 1; /* Firefox */
}
.footer-formB .gform_body ul li :-ms-input-placeholder,
.footer-formB .gform_body ul li ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4d4d4f !important;
}
.footer-formB .gform_wrapper .gform_footer input.button,
.footer-formB .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #424243;
}
.footer-formB .gform_body ul li ul li {
  border: none !important;
}
.footer-formB .gform_wrapper .gform_footer input.button:hover,
.footer-formB .gform_wrapper .gform_footer input[type="submit"]:hover,
.footer-formB .gform_wrapper .gform_footer input.button:focus,
.footer-formB .gform_wrapper .gform_footer input[type="submit"]:focus,
.footer-formB .gform_wrapper .gform_footer input.button:active,
.footer-formB .gform_wrapper .gform_footer input[type="submit"]:active {
  background-color: #25b9ec;
}
.footer-formB .gform_wrapper .gform_footer {
  padding: 25px 0;
  margin: 0;
  text-align: center;
}
.footer-formB .form-B-required {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  font-family: europa, sans-serif !important;
}
.footer-formB .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.footer-formB .gform_wrapper .gform_body {
  padding: 0 10px 0 10px;
}
.footer-formB .gform_wrapper .gfield_checkbox {
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.footer-formB .gchoice_4_4_4 {
  border: 0 !important;
}

.child-quickstats,
.child-places-list,
.shopping-quickstats,
.shopping-places-list,
.Sports-places-list {
  background-color: #f4f0ec;
}

.transport-quickstats,
.sports-quickstats {
  background-color: #adcec1;
}
.transport-quickstats h1,
.transport-quickstats p,
.sports-quickstats h1,
.sports-quickstats p {
  color: #fff !important;
}
.transport-places-list {
  padding: 0px !important;
  margin: 0px !important;
}
.sports-quickstats,
.transport-quickstats {
  border: 0px !important;
}
.child-quickstats,
.shopping-quickstats,
.child-places-list,
.wr-places-list-inner,
.shopping-places-list,
.Sports-places-list {
  position: relative;
}
.child-quickstats .container,
.shopping-quickstats .container,
.child-places-list .container,
.wr-places-list-inner .container,
.shopping-places-list .container,
.Sports-places-list .container {
  position: relative;
  z-index: 5;
}

.Audience-Segmenting-main
  .Audience-Segmenting-bottom
  .Segmenting-discover
  ul
  li.Segmenting-active
  div {
  padding-bottom: 10px;
}

/*******Land Sales New******/
.landSales-main .hotspots-interaction {
  margin: 0px !important;
}
.landSales-main .hotspots-image-container,
.landSales-main #hotspot-2150 .hotspots-image-container,
.landSales-main #hotspot-2150 .leaflet-container,
.landSales-main #hotspot-2150 .hotspots-placeholder {
  background-color: transparent !important;
}
.landSales-main-tiles .Grange-Cream,
.packages-OnLot-item .packages-OnLot-inner {
  padding: 10px;
  position: relative;
}
.landSales-main-tiles img {
  min-height: auto;
  max-height: 350px;
  object-fit: cover;
}
.landSales-main-tiles .land-location-map {
  position: relative;
  text-align: center;
}
.landSales-main-tiles .land-location-map a {
  position: relative;
  text-align: center;
  display: none;
}
.landSales-main-tiles .land-location-map.has_pin a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 30px;
  font-size: 0px;
  outline: 0;
  border: 0;
  display: block !important;
  background: url(/wp-content/uploads/2020/01/MapPin.png) no-repeat center;
}
.landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6:nth-child(1) {
  color: #424243;
  font-size: 30px;
  font-family: museo;
}
.landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6:nth-child(2) {
  color: #424243;
  font-size: 26px;
  font-weight: 100;
  text-align: right;
  font-family: museo;
}
.landSales-main-tiles
  .Grange-Cream
  .row:nth-child(1)
  .col-md-6:nth-child(2)
  sup {
  font-size: 16px;
  top: -7px;
  left: 2px;
}
.landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-12.text-right {
  color: red;
  font-size: 12px;
  font-weight: 100;
  font-family: gothic;
  display: block;
  margin-top: -10px;
}
.landSales-main-tiles .Grange-Cream .row:nth-child(2) div,
.item-landetails .row div {
  text-align: center;
  color: #424243;
  font-size: 18px;
  line-height: 27px;
  font-weight: 100;
  padding-top: 45px;
  font-family: museo;
  /* font-weight: 500; */
}
.landSales-main-tiles .Grange-Cream a,
.packages-OnLot-inner a {
  color: #fff;
  padding: 13px 12px 13px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  height: 53px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: museo;
  background-color: #25b9ec;
  margin-top: 8px;
}
.landSales-main-tiles .Grange-Cream a:hover,
.packages-OnLot-inner a:hover {
  background-color: #424243;
  color: #fff;
}
.landSales-main-tiles .Grange-Cream .row:nth-child(2) div:nth-child(1),
.item-landetails .col-4 {
  background: url("/wp-content/uploads/2020/01/AreaIcon.png") no-repeat center
    8px;
}
.landSales-main-tiles .Grange-Cream .row:nth-child(2) div:nth-child(2),
.item-landetails .col-3 {
  background: url("/wp-content/uploads/2020/01/OrientationIcon.png") no-repeat
    center 8px;
}
.landSales-main-tiles .Grange-Cream .row:nth-child(2) div:nth-child(3),
.item-landetails .col-5 {
  background: url("/wp-content/uploads/2020/01/Frontage.png") no-repeat center
    18px;
}
.houseLand-bg {
  position: relative;
}

.houseLand-bg .imp-wrap {
  margin: auto;
}
.filter-list-main {
  max-width: 720px !important;
  margin: auto;
  padding-top: 10px;
}
.filter-list-main p {
  font-family: museo;
  font-size: 16px;
  color: #424243;
}
.filter-list-main select {
  background-color: transparent;
  border: 1px solid #adcec1;
  height: 25px;
  font-size: 13px;
  text-align-last: center;
  position: relative;
  background: url(/wp-content/uploads/2020/02/RightArrowFilter.png) no-repeat
    right 10px center;
  padding-right: 35px;
}
.filter-list-main select,
.main-sort select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
.filter-list-main select::-ms-expand,
.main-sort select::-ms-expand {
  display: none;
}

.custom-slider {
  margin-top: -32px;
}
.filter-list-main .irs--round .irs-from:before,
.filter-list-main .irs--round .irs-to:before {
  border-top-color: #4d4d4f !important;
}
.filter-list-main .irs--round .irs-from,
.filter-list-main .irs--round .irs-to,
.filter-list-main .irs--round .irs-bar,
.filter-list-main .irs--round .irs-handle > i:first-child,
.filter-list-main .irs--round .irs-handle.state_hover > i:first-child {
  background-color: #4d4d4f !important;
}
.filter-list-main .irs--round .irs-handle {
  top: 28px !important;
  width: 20px !important;
  height: 20px !important;
  border: 4px solid #4d4d4f !important;
  background-color: #4d4d4f !important;
  cursor: pointer;
}
.custom-slider .irs--round .irs-min,
.custom-slider .irs--round .irs-max,
.custom-slider .irs--round .irs-from,
.custom-slider .irs--round .irs-to,
.custom-slider .irs--round .irs-single:before {
  display: none !important;
}
.custom-slider .irs-single {
  visibility: visible !important;
  left: auto !important;
  right: 0;
  background-color: transparent !important;
  color: #4d4d4f !important;
  font-family: europa, sans-serif !important;
  font-size: 12px !important;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px);
}
.modal-backdrop.fade {
  opacity: 0.5;
}
.modal.fade.in {
  opacity: 1;
}
.land-location-append .land-location-map a {
  display: none;
}
.land-location-append .land-location-map {
  text-align: center;
}
.modal.fade .land-location-map-pophide {
  display: none;
}
.modal.fade .land-location-map-popshow {
  display: inline-block !important;
}

.landSale-item {
}
.landSale-item .landSale-item-lot {
  color: #25b9ec;
  font-weight: 300;
  font-size: 30px;
}
.landSale-item .landSale-item-price {
  font-family: museo;
  text-align: right;
  color: #25b9ec;
  font-size: 30px;
}
.landSale-item .landSale-item-was {
  text-align: right;
  color: #ff0000;
  font-size: 12px;
  font-family: museo;
  font-weight: 500;
}
.landSale-item .landSale-item-links button {
  background-color: #25b9ec;
  padding: 11px 15px 12px 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  line-height: normal !important;
  height: 53px;
  border-radius: 0px !important;
  width: 100%;
  margin: auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: museo;
}
.landSale-item .landSale-item-links button:hover,
.landSale-item .landSale-item-links button:focus,
.landSale-item .landSale-item-links button:active {
  background-color: #424243;
}
.landSale-item .landSale-item-links a {
  font-family: museo;
  text-align: center;
  color: #424243;
  font-size: 17px;
  margin-top: 20px;
  display: block;
}
.landSale-item .landSale-item-links a p {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.landSale-item .landSale-item-links a span {
  background: url("/wp-content/uploads/2020/01/dowload-brochure.png") no-repeat
    left center;
  width: 17px;
  height: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.item-landetails {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 10px auto;
}
.packages-OnLot-inner p {
  font-size: 20px;
  line-height: 23px;
  padding: 0;
  margin: 0;
}
.packages-OnLot-inner .OnLot-inner-title {
  font-size: 30px;
  color: #25b9ec;
}

.packages-OnLot-inner .OnLot-inner-price {
  font-size: 30px;
  color: #4d4d4f;
  margin-bottom: 5px;
}
.packages-OnLot-inner .OnLot-inner-details {
  margin-top: 5px;
}
.packages-OnLot-inner .OnLot-inner-price sup {
  font-size: 15px;
  top: -10px;
  right: 1px;
}
.packages-OnLot-inner .OnLot-inner-save {
  color: #ff0000;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.packages-OnLot-inner .OnLot-inner-facilities {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 15px 0;
}
.packages-OnLot-item {
  margin-bottom: 15px;
}
.packages-OnLot-inner .OnLot-inner-facilities div {
  width: 25%;
}
.packages-OnLot-inner .OnLot-inner-facilities div span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  top: 6px;
  left: 5px;
}
.packages-OnLot-inner .OnLot-inner-ico {
  position: absolute;
  right: 10px;
  top: 35%;
  transform: translateY(-50%);
}
.OnLot-inner-ico img {
  max-width: 65px;
  max-height: 65px;
}
.main-filter-search {
  background-color: #25b9ec;
  padding: 11px 15px 12px 15px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  line-height: normal !important;
  height: 53px;
  border-radius: 0px !important;
  width: 100%;
  max-width: 350px;
  margin: auto;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -khtml-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  font-family: museo;
  margin-top: 10px;
  position: relative;
}
.main-filter-search:hover,
.main-filter-search:focus,
.main-filter-search:active {
  background-color: #424243;
}
.filter-active,
.filter-active:focus,
.filter-active:active {
  border: 1px solid white !important;
  outline: none;
}
.landSale-item-lot-slider {
  margin-bottom: 20px;
}
.landSale-item-lot-slider .slick-dots {
  bottom: 25px;
}
.slick-dots li {
  width: 25px;
  height: 25px;
  margin: 0 8px;
}
.landSale-item-lot-slider .slick-dots li button:before {
  display: none;
}
.landSale-item-lot-slider .slick-dots li button {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #4d4d4f;
  width: 25px;
  height: 25px;
}
.landSale-item-lot-slider .slick-dots li.slick-active button {
  background-color: #4d4d4f;
  border: none;
}
.house-listing .packages-OnLot-inner .OnLot-inner-ico {
  /*     top: 30%; */
  top: 55%;
  transform: translateY(-50%);
}
.packages-OnLot-inner .OnLot-inner-facilities.mobile-show {
  display: none;
}
.main-sort {
  width: 240px !important;
  float: right;
}
.main-sort select {
  border: 1px solid #adcec1;
  height: 25px;
  font-size: 13px;
  text-align-last: center;
  max-width: 240px !important;
  width: 100%;
  background: transparent url(/wp-content/uploads/2020/02/RightArrowFilter.png)
    no-repeat right 10px center;
  padding-right: 35px;
}

.houseLand_detail-right {
}
.houseLand_detail-right-facilities {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 15px 0;
}
.houseLand_detail-right-facilities div {
  width: 25%;
}
.houseLand_detail-right-facilities div span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  top: 5px;
  left: 16px;
  display: block;
}
.houseLand_detail-right-facilities div:nth-child(4) span {
  left: 25px;
}
.houseLand_detail-right-details {
  margin: 20px 0 10px 0;
}
.houseLand_detail-right-details p {
  padding: 0px;
  margin: 0;
  font-size: 25px;
  font-family: museo;
  letter-spacing: 2px;
  color: #424243;
}
.houseLand_detail-right-price h2 {
  font-family: cervo;
  font-size: 50px;
  color: #25b9ec;
}
.houseLand_detail-right-price span {
  font-family: museo;
  font-size: 23px;
  color: #424243;
  line-height: 31px;
}
.houseLand_detail-right-price h5 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #ff0000;
  margin-top: 5px;
}
.houseLand_detail-right-price label {
  margin: 0;
}
.houseLand_detail-right-enquire {
  margin-top: 20px;
}
.houseLand_detail-right-enquire button {
  background-color: #25b9ec;
  padding: 11px 15px 12px 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  line-height: normal !important;
  height: 53px;
  border-radius: 0px !important;
  width: 100%;
  margin: auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: museo;
  letter-spacing: 2px;
}
.houseLand_detail-right-enquire button:hover,
.houseLand_detail-right-enquire button:focus,
.houseLand_detail-right-enquire button:active {
  background-color: #424243;
}
.houseLand_detail-right-enquire a {
  font-family: "PlayfairDisplay-Regular";
  text-align: center;
  color: #4d4d4f;
  font-size: 17px;
  margin-top: 20px;
  display: block;
}
.houseLand_detail-right-enquire a p {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
}
.houseLand_detail-right-enquire a span {
  background: url("/wp-content/uploads/2020/01/dowload-brochure.png") no-repeat
    left center;
  width: 17px;
  height: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.houseLand_detail-right-luilderLogo {
  text-align: center;
  margin-top: 20px;
}
.houseLand_detail-right-luilderLogo img {
  max-height: 170px;
  max-width: 170px;
}
.houseLand_detail-main-slider .slider-nav .slick-list.draggable {
  padding: 0px !important;
  margin-top: 15px !important;
}
.houseLand_detail-main-slider .slider-nav .slick-track {
  margin: 0 !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
.houseLand_detail-main-slider .slider-nav .slick-track div {
  opacity: 0.5;
  width: 100px !important;
  height: 100px !important;
  margin-left: 15px;
}
.houseLand_detail-main-slider .slider-nav .slick-track div.slick-current {
  opacity: 1;
}
.houseLand_detail-main-slider .slider-nav .slick-track div:nth-child(1) {
  margin-left: 0px;
}
.houseLand_detail-right b {
  display: none;
}
.houseLand_detail-main-slider .slider-for .slick-dots {
  display: none !important;
}
.landSale-item-lot-slider .slick-track,
.landSale-item-lot-slider .slick-track div {
  background-size: contain;
  background-position: center;
}
.main-filter-btns {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
.main-filter-btns .main-filter-reset {
  text-align: right;
  float: right;
  font-family: "Roboto", sans-serif;
  color: #4d4d4f;
  font-size: 18px;
  text-decoration: underline;
  position: absolute;
  top: 23px;
  right: 75px;
}
.main-filter-btns .main-filter-reset lable {
  color: #4d4d4f;
  text-decoration: underline;
  font-family: museo;
  color: #4d4d4f;
  font-size: 18px;
  text-align: right;
  cursor: pointer;
}
.filer-main-collapse {
  text-align: center;
  position: relative;
}
.filer-main-collapse span {
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 50%;
  background: url("/wp-content/uploads/2020/01/landRightArrow2.png") #fff
    no-repeat center;
  margin-left: 50px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.Masterplan-open .filer-main-collapse {
  margin-top: -55px;
  padding-bottom: 9px;
}
.Masterplan-open .filer-main-collapse span {
  margin-left: 0px;
  border: 1px solid #4d4d4f;
}
.packages-OnLot-item .land-location-map img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.masterplan-map .imp-wrap {
  margin: auto;
}
.masterplan-w740 {
  width: 100%;
  max-width: 770px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.masterplan-w850 {
  width: 100%;
  max-width: 975px;
  margin: auto;
  padding: 5px 15px 15px 15px;
}
.masterplan-main-btns a {
  background-color: #adcec1;
  padding: 15px 15px 12px 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  line-height: normal !important;
  height: 53px;
  border-radius: 0px !important;
  width: 100%;
  max-width: 345px;
  margin: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: europa, sans-serif;
  margin-top: 10px;
}
.masterplan-main-btns a:hover,
.masterplan-main-btns a:focus,
.masterplan-main-btns a:active {
  background-color: #8aad9e;
}

.masterplan-main-download a {
  font-family: "PlayfairDisplay-Regular";
  text-align: center;
  color: #4d4d4f;
  font-size: 17px;
  display: block;
}
.masterplan-main-download a h3 {
  display: block;
  text-align: center;
  padding: 0;
  margin: 10px 0 0 0;
  font-family: cervo;
}
.masterplan-main-download a span {
  background: url("/wp-content/uploads/2020/02/masterpage-download.png")
    no-repeat left center;
  width: 35px;
  height: 36px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.masterplan-w850 .row {
  text-align: center;
}
.masterplan-labels span {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0;
}
.masterplan-labels p {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 13px;
  display: inline-block;
  padding: 0;
  margin: 10px 0 0 0;
}
.masterplan-mobile-legend {
  min-height: 48px;
  position: relative;
}
.masterplan-show-legend {
  text-align: right;
  color: #000000;
  font-size: 15px;
  font-family: "PlayfairDisplay-Regular";
  padding: 12px 15px 14px 0;
  position: absolute;
  right: 0px;
  width: 100%;
}
.masterplan-show-legend img {
  padding: 0px 5px 0 0;
  position: relative;
  top: -2px;
}
.masterplan-show-hide {
  position: relative;
}
.masterplan-hide-legend {
  background: url("/wp-content/uploads/2020/02/masterpage-hide-legend.png")
    no-repeat center;
  width: 45px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 35%;
}
.masterplan-infotxt-legend {
  position: absolute;
  font-size: 15px;
  color: #000;
  font-family: "PlayfairDisplay-Regular";
  top: 10px;
}
.sub_heading_dev .sub_heading {
  text-align: center;
  font-size: 50px;
  line-height: 67px;
  font-family: museo;
}
.sub_heading_dev .download_brochure {
  font-family: "PlayfairDisplay-Regular";
  text-align: center;
  color: #4d4d4f;
  font-size: 17px;
  margin: 5px 0 32px 0;
  display: block;
}
.sub_heading_dev .download_brochure p {
  display: block;
  /* text-align:left; */
  padding: 0;
  margin: 0;
}
.sub_heading_dev .download_brochure span {
  background: url("/wp-content/uploads/2020/01/dowload-brochure.png") no-repeat
    left center;
  width: 17px;
  height: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.releses_container {
  position: relative;
  padding: 0px;
}
.releses_container .see_all_releses {
  border: 1px solid #4d4d4f;
  display: inline-block;
  position: absolute;
  top: 20px;
  z-index: 9;
  margin-left: 10px;
  padding: 2px 15px 2px 20px;
  font-size: 13px;
  border-radius: 15px;
  color: #4d4d4f;
  background: url("/wp-content/uploads/2020/02/releses-seeAll-arr.png") #fff
    no-repeat left 6px center;
  cursor: pointer;
}
.see_all_releses-mobile.see_all_releses {
  border: 1px solid #4d4d4f;
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 2px 15px 2px 20px;
  font-size: 13px;
  border-radius: 15px;
  color: #4d4d4f;
  background: url(/wp-content/uploads/2020/02/releses-seeAll-arr.png) #fff
    no-repeat left 6px center;
  cursor: pointer;
}
.main-filter-btns .filer-main-collapse {
  bottom: -30px;
}
.backto-List-desktop {
  font-size: 16px;
  color: #9ba4c3;
  position: relative;
  top: -15px;
  padding: 2px 0;
  cursor: pointer;
  font-family: gothic;
}
.backto-List-mobile {
  font-size: 15px;
  color: #9ba4c3;
  font-family: gothic;
  position: relative;
  top: -13px;
  padding-left: 15px;
  cursor: pointer;
}
.landSales-main .modal-header {
  border: none;
  padding: 10px 15px 0 0;
}
.filter-1,
.filter-2,
.filter-3,
.filter-4,
.filter-5 {
  padding-top: 5px;
}

button.loading-active {
  font-size: 0px !important;
}
.loading-spinner {
  display: none;
}
.loading-active .loading-spinner {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #adcec1;
  top: 0;
  left: 0;
}
.loading-active .loading-spinner:before {
  content: "";
  height: 0;
  width: 0;
  padding: 12px;
  border: 3px solid #fff;
  border-right-color: #4d4d4f;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  position: absolute;
  left: 45%;
  top: 12px;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/****************************************TEMP***************************************************/
.packages-OnLot .packages-OnLot-inner {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  font-family: museo !important;
}
.packages-OnLot .packages-OnLot-inner a {
  margin-top: auto;
}

/************* Responsive *************/
@media (max-width: 992px) {
  .footer-top-section .col-md-8,
  .footer-top-section .col-md-4 {
    width: 100% !important;
    text-align: center !important;
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .custom-home-slide {
    height: 500px;
  }
  .home-item-left div {
    margin: 0;
  }
  .child-quickstats:after,
  .shopping-quickstats:after,
  .child-places-list:after,
  .child-places-list:before,
  .shopping-places-list:before,
  .child-places-list .wr-places-list-inner:before,
  .Sports-places-list:after,
  .Sports-places-list:before,
  .Sports-places-list .wr-places-list-inner:before,
  .register-Intrest-bg:before,
  .register-Intrest-bg:after,
  .Audience-Segmenting-main:after,
  .Brand-Pillar-slider .slider-right-image:before,
  .Brand-Pillar-slider .slider-right-image:after,
  .houseLand-bg:before,
  .houseLand-bg:after {
    background-size: 160px auto;
  }
  .footer-top-section:after {
    background-size: 220px auto;
  }
  .footer-formA .gform_body ul li:nth-child(7) ul li label {
    font-size: 16px;
    padding: 0 0 0 50px;
  }
  #site-navigation-wrap .dropdown-menu > li > a {
    padding: 0 8px !important;
  }
}
@media (max-width: 992px) {
  /*.packages-OnLot .packages-OnLot-inner {*/
  /*    min-height: 375px;*/
  /*}*/

  .house-listing .packages-OnLot-inner .OnLot-inner-ico img {
    max-width: 50px;
    max-height: 50px;
  }

  .packages-OnLot-inner .OnLot-inner-title,
  .packages-OnLot-inner .OnLot-inner-price {
    font-size: 25px;
  }

  .main-header-image .main-header-image-left h1 {
    font-size: 100px !important;
    line-height: 100px;
  }
  #site-navigation-wrap .dropdown-menu > li.registerInterest-scrollto > a {
    padding: 9px 20px 0px 20px !important;
  }
}
@media (max-width: 767px) {
  .packages-OnLot-item .packages-OnLot-inner {
    padding-top: 0px;
    margin-bottom: 15px;
  }
  .packages-OnLot-item .packages-OnLot-inner {
    padding-bottom: 15px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 52px;
    line-height: 54px;
  }
  h2,
  .lifestyle-banner-text h2 {
    font-size: 44px;
    line-height: 56px;
  }
  .yourland-form-h1 {
    font-size: 50px;
    line-height: 52px;
    margin-right: -20px;
  }
  h3,
  h3 p,
  .footer-formA .gform_body ul li:nth-child(6) p,
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .wr-places-list h2 {
    font-size: 28px;
    line-height: 32px;
    padding: 20px 0 5px 0;
  }
  p,
  .wr-places-list p,
  .wr-Latitude .wr-Latitude-header p,
  .landSales-main-tiles .Grange-Cream .row:nth-child(3) div {
    font-size: 16px;
    line-height: 20px;
  }
  .item-landetails .row div {
    font-size: 18px;
  }
  .view-AMENTIES p {
    padding: 20px 0;
    height: auto;
  }
  .container.footer-bottom-section,
  #footer-bottom #copyright {
    text-align: center !important;
  }
  .container.footer-bottom-section {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #footer-bottom #copyright {
    padding: 30px 0;
    font-size: 13px;
  }
  .footer-bottom-section a:nth-child(2) img {
    margin-right: 20px;
  }
  .footer-bottom-section a img {
    margin-bottom: 0px;
    height: 35px;
  }
  .footer-bottom-section .col-md-6 p {
    margin: 20px 0;
    font-size: 13px;
  }
  .footer-top-section .col-md-4 a img {
    height: 50px;
    width: 50px;
  }
  .footer-top-section .col-md-4 p {
    padding: 15px 0;
    font-size: 32px;
  }
  .footer-top-section .col-md-8 table td {
    display: block;
    text-align: center;
    max-width: 70%;
    margin: auto;
  }
  .footer-top-section .col-md-8 p {
    padding-left: 0px;
    font-size: 30px;
    float: none;
    line-height: 32px;
  }
  .footer-top-section .col-md-8 a img {
    max-height: 130px;
    margin-bottom: 25px;
  }
  #registerinterest .col-md-5 {
    text-align: center;
  }
  .Segmenting-discover {
    padding-left: 0;
    margin-top: 40px;
  }
  .Audience-Segmenting-main .Audience-Segmenting-bottom .col-md-5:nth-child(1) {
    text-align: center;
  }
  .Audience-Segmenting-main
    .Audience-Segmenting-bottom
    .Segmenting-discover
    ul
    li,
  .Audience-Segmenting-main .Segmenting-exp-col-span a {
    font-size: 32px;
  }
  .Audience-Segmenting-main
    .Audience-Segmenting-bottom
    .Segmenting-discover
    ul
    li
    div {
    line-height: 34px !important;
  }
  .Audience-Segmenting-main
    .slick-Audience-Segmenting
    .slick-Audience-Segmenting-img {
    height: 370px;
  }
  .Audience-Segmenting-main .slick-Audience-Segmenting .verticle-center {
    font-size: 42px;
  }
  .slider-right-image {
    display: flex !important;
    flex-direction: column-reverse;
    padding: 2rem 0 !important;
  }
  .slider-right-image .slider-right-image-left {
    width: 100%;
    float: none;
    height: auto !important;
  }
  .slider-right-image .slider-right-image-right {
    width: 100%;
    float: none;
  }
  .slider-right-image .slider-right-image-left {
    margin-bottom: 30px;
    padding: 0;
  }
  .slider-right-image .slider-right-image-left-inner p {
    margin: 0px 0 20px 0;
  }
  .slider-right-image .slider-right-image-left-inner {
    text-align: center;
    padding-left: 0;
    max-width: 100%;
    padding-top: 0;
  }
  .slider-right-image .slider-right-image-left-inner a {
    position: static;
  }
  body #scroll-top {
    padding: 15px 11px 7px 11px;
    font-size: 24px;
    bottom: 10px;
  }
  body #scroll-top:before {
    top: -2px;
    font-size: 22px;
  }
  .Audience-Segmenting-main,
  .Brand-Pillar-slider {
    padding: 30px 0;
  }

  .Brand-Pillar-slider .slick-main .slick-dots {
    top: 10px;
    text-align: center;
    z-index: 1;
    pointer-events: none; /*this is the new line*/
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .main-header-image-mobile,
  .insta-feed-mobile {
    display: block !important;
  }
  .main-header-image-desktop {
    display: none !important;
  }
  /*.insta-feed-desktop{
		display:none !important;
	}*/
  .main-header-image .main-header-image-left img {
    height: auto;
    margin-bottom: 10px;
  }
  .main-header-image .main-header-image-left h1 {
    font-size: 80px !important;
    text-align: center !important;
    line-height: 80px;
    padding: 0 10px;
    margin: 0;
  }
  .main-header-image .main-header-image-left p {
    font-size: 30px !important;
    text-align: center !important;
    line-height: 38px;
    padding: 10px 0 80px 0;
    margin: 0;
    letter-spacing: 4px;
  }
  .main-header-image .main-header-image-left {
    /* 		margin: 20px 0 40px 0; */
    text-align: center;
    margin: 40px 0 0;
  }
  .Audience-Segmenting-main .slick-Audience-Segmenting .slick-dots {
    /* 		bottom: -32px; */
  }
  .Audience-Segmenting-main
    .slick-Audience-Segmenting
    li.slick-active
    button:before {
    color: #3b393b;
  }
  .form-b-social-btns {
    text-align: center;
    margin-bottom: 40px;
  }
  .form-b-social-btns img {
    height: 45px !important;
    width: 45px !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  #house-list .house-item .house-two-column h2 {
    font-size: 38px;
    text-align: center;
  }
  #house-list .house-item .house-two-column p {
    text-align: left;
    font-size: 16px;
  }
  #house-list .house-item .house-two-column #house-price h4 {
    font-size: 28px;
    margin-bottom: 5px;
    text-align: center;
  }
  #house-list .house-item .house-two-column .h-land-img-ico {
    text-align: center;
  }
  #house-list .house-item .house-two-column .h-land-img-ico img {
    margin: 15px 0;
    max-height: 55px;
    width: auto;
    text-align: center;
  }
  #house-list .house-two-column .house-item-availability ul li {
    width: 25%;
    text-align: center;
    font-size: 16px;
  }
  #house-list .house-two-column .house-item-availability img {
    height: 25px;
    width: auto;
  }
  .custom-home-slide {
    height: 450px;
  }
  .footer-formB {
    padding: 0px;
  }
  .Grange-Charcoal-header p {
    font-size: 16px;
  }
  .footer-formA .gform_body ul li {
    width: 100% !important;
  }
  .footer-formA .gform_body ul li:nth-child(7) ul li {
    height: 50px;
  }
  .footer-formA .gform_body ul li:nth-child(7) ul li label,
  .footer-formA .gform_body ul li input,
  .footer-formA .gform_body ul li select {
    font-size: 18px !important;
  }

  .custom-formB {
    padding-bottom: 50px !important;
  }
  .footer-formB .gform_wrapper .gform_footer {
    padding: 0 10px;
  }
  .child-quickstats:after,
  .shopping-quickstats:after,
  .child-places-list:after,
  .child-places-list:before,
  .shopping-places-list:before,
  .child-places-list .wr-places-list-inner:before,
  .Sports-places-list:after,
  .Sports-places-list:before,
  .Sports-places-list .wr-places-list-inner:before,
  .register-Intrest-bg:before,
  .register-Intrest-bg:after,
  .footer-top-section:after,
  .Audience-Segmenting-main:after,
  .Brand-Pillar-slider .slider-right-image:before,
  .Brand-Pillar-slider .slider-right-image:after,
  .houseLand-bg:before,
  .houseLand-bg:after {
    display: none;
  }
  .Audience-Segmenting-main
    .Audience-Segmenting-bottom
    .Segmenting-discover
    ul
    li::after {
    top: 8px;
    height: 40px;
  }
  .landSales-main-tiles .col-md-4.pb20 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .landSales-main-tiles .col-md-4.pb20 {
    /*padding-top: 80px;
		margin-top: -80px;*/
  }

  .text-right {
    text-align: left !important;
  }

  .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 5px;
  }
  .landSale-item-lot-slider .slick-dots li button {
    background-color: #fff;
    width: 14px;
    height: 14px;
  }
  .main-sort {
    float: none;
    margin: 15px auto 0 auto;
  }
  .houseLand_detail-main,
  .houseLand_detail-main div,
  .houseLand_detail-right-enquire a p {
    text-align: center;
  }
  .houseLand_detail-right-facilities div span {
    text-align: center;
    left: 0px !important;
  }
  .houseLand_detail-right h3 b {
    display: inline-block;
    font-weight: 400;
  }
  .houseLand_detail-right h3 {
    font-size: 20px;
  }
  .houseLand_detail-right h1 {
    font-size: 38px;
  }
  .houseLand_detail-right-details p {
    font-size: 18px;
    line-height: 21px;
  }
  .houseLand_detail-right-price h2 {
    font-size: 28px;
  }
  .houseLand_detail-right-price span {
    font-size: 13px;
    line-height: 17px;
  }
  .houseLand_detail-right-price h5 {
    margin-top: 0px;
  }
  .houseLand_detail-right .home-item-left b {
    display: inline-block;
  }
  .houseLand_detail-right-enquire a p {
    font-size: 17px;
  }
  .houseLand_detail-main-slider .slider-for .slick-dots {
    display: block !important;
    bottom: 25px;
  }
  .houseLand_detail-main-slider .slider-for .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 5px;
  }
  .houseLand_detail-main-slider .slider-for .slick-dots li button {
    border-radius: 50%;
    border: 1px solid #4d4d4f;
    background-color: #fff;
    width: 14px;
    height: 14px;
  }
  .houseLand_detail-main-slider .slider-for .slick-dots li.slick-active button {
    background-color: #4d4d4f;
    border: none;
  }
  .houseLand_detail-main-slider .slider-for .slick-dots li button:before {
    display: none;
  }
  .packages-OnLot-inner .OnLot-inner-price sup {
    font-size: 14px;
    top: -3px;
    right: 0px;
  }
  .landSale-item .landSale-item-price,
  .landSale-item .landSale-item-lot {
    font-size: 28px;
  }
  .landSale-item-lot-slider .slick-track,
  .landSale-item-lot-slider .slick-track div,
  .houseLand_detail-main-slider .house-land-slider-image,
  .houseLand_detail-main-slider .house-land-slider-image div {
    height: 450px !important;
  }
  .main-filter-btns {
    padding-bottom: 35px;
  }
  .main-filter-btns .main-filter-reset {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 5px;
  }
  .masterplan-main-download {
    padding-top: 0px;
  }
  .masterplan-main-download h3 {
    font-size: 17px !important;
    margin: 0 !important;
  }
  .masterplan-main-download a span {
    background: url(/wp-content/uploads/2020/01/dowload-brochure.png) no-repeat
      left center !important;
    width: 17px;
    height: 18px;
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .sub_heading_dev .sub_heading {
    font-size: 28px;
    line-height: 37px;
    margin-top: 10px;
  }
  .sub_heading_dev .download_brochure {
    font-size: 17px;
    margin: 0 0 3px 0;
  }
  .releses_container .see_all_releses {
    display: none !important;
  }
  .houseLand_detail-right-luilderLogo img {
    max-height: 120px;
    max-width: 120px;
  }
  .single-mobile-lot .packages-OnLot-inner a {
    position: absolute !important;
    width: 95% !important;
    bottom: 10px !important;
  }
  .filter-1 {
    order: 1;
  }
  .filter-2 {
    order: 2;
  }
  .filter-3 {
    order: 3;
  }
  .filter-4 {
    order: 4;
  }
  .filter-5 {
    order: 5;
  }
  .filter-1,
  .filter-2,
  .filter-3,
  .filter-4,
  .filter-5 {
    padding-top: 10px;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-12.text-right {
    font-size: 10px;
    margin-top: -2px;
  }

  .footer-formA .gform_wrapper .gform_footer {
    margin: 10px 0;
  }

  .riverfront-banner {
    margin-top: 0 !important;
  }

  /****************************************TEMP***************************************************/
}
@media (max-width: 768px) {
  .house-listing .packages-OnLot-item {
    display: block !important;
    display: block !important;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .house-listing .packages-OnLot-item img {
    width: 100%;
    border: 0;
    padding: 0px;
    margin: 0px;
  }
  .house-listing .packages-OnLot-item .packages-OnLot-inner {
    width: 100% !important;
    border: 0;
    padding: 8px 10px 10px 10px !important;
    background-color: #eee8e2;
    text-align: center !important;
  }
  .house-listing .packages-OnLot-item .OnLot-inner-title span,
  .house-listing .packages-OnLot-item .OnLot-inner-save,
  .house-listing .packages-OnLot-inner .OnLot-inner-ico {
    display: block;
  }
  .house-listing .packages-OnLot-inner a,
  .house-listing .packages-OnLot-inner a:focus {
    position: relative !important;
    left: auto;
    top: auto;
    background-color: #25b9ec !important;
    font-size: initial;
    height: 42px !important;
    padding: 9px 15px 12px 15px;
  }
  .house-listing .packages-OnLot-inner a:hover {
    background-color: #424243 !important;
    color: #fff;
  }
  .house-listing .packages-OnLot-inner .OnLot-inner-ico {
    position: relative;
    margin-top: 10px;
    right: auto;
    top: auto;
    transform: translateY(0);
  }
  .house-listing .packages-OnLot-inner .OnLot-inner-ico img {
    width: auto !important;
    max-height: 55px;
  }
  .house-listing .packages-OnLot-inner .OnLot-inner-facilities.mobile-show {
    display: -webkit-flex !important;
    display: flex !important;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .house-listing .packages-OnLot-inner .OnLot-inner-facilities.mobile-show img {
    width: auto !important;
    margin: auto;
    height: auto;
  }
  .house-listing .packages-OnLot-inner .OnLot-inner-price {
    font-size: 21px;
  }
  .house-listing .packages-OnLot-inner .OnLot-inner-save {
    font-size: 8px;
  }

  .footer-formA .gform_body ul li select {
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 2px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px), 100% 0;
  }

  .wr-tile-three-column {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  h1,
  .home-pillar-stripe h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center !important;
  }
  h2,
  .lifestyle-banner-text h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3,
  .footer-formA .gform_body ul li:nth-child(6) p {
    font-size: 26px;
    line-height: 30px;
    text-align: center !important;
  }
  h3,
  h3 p,
  .footer-formA .gform_body ul li:nth-child(6) p,
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6 {
    font-size: 18px !important;
    text-align: justify;
    line-height: 1.5 !important;
  }
  p,
  .wr-places-list p,
  .wr-Latitude .wr-Latitude-header p {
    /* text-align: center; */
    font-size: 15px;
    line-height: 20px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .closeto-location {
    margin: 20px 0 0 0;
  }
  .closeto-header h1 {
    margin: 0 auto 20px auto;
  }
  .wr-quickstats {
    padding: 30px 0 30px 0;
  }
  .footer-top-section,
  .closeto-header {
    padding: 30px 0;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pb40 {
    padding-bottom: 35px;
  }
  .wr-Riverfront-header {
    margin: 30px 0 0 0;
  }
  .closeto-header h4 {
    margin: 30px auto 10px auto;
  }
  .footer-quicklinks-container {
    display: none !important;
  }
  #footer-bottom #copyright,
  .footer-bottom-section .col-md-6 p {
    font-size: 12px;
  }
  .footer-top-section .col-md-4 a img {
    height: 45px;
    width: 45px;
  }
  .footer-top-section .col-md-4 p {
    padding: 15px 0;
    font-size: 28px;
  }
  .footer-top-section .col-md-8 table td {
    max-width: 85%;
  }
  .footer-top-section .col-md-8 p,
  .footer-top-section .col-md-8 p a {
    font-size: 25px;
    line-height: 26px;
  }
  .Audience-Segmenting-main
    .slick-Audience-Segmenting
    .slick-Audience-Segmenting-img {
    height: 220px;
  }
  .Audience-Segmenting-main .slick-Audience-Segmenting .verticle-center {
    font-size: 30px;
  }
  .slider-right-image .slider-right-image-left-inner h4 {
    font-size: 15px;
    padding-top: 15px;
  }
  .home-pillar-stripe {
    padding: 20px 10px;
  }
  .lifestyle-banner-text {
    padding: 30px 4%;
  }
  .wr-tile-three-column p a {
    margin-bottom: 20px !important;
    display: block;
  }
  .wr-tile-three-column p,
  .wr-tile-three-column p a {
    font-size: 15px;
  }
  .wr-tile-three-column h2,
  .wr-tile-three-column h2 a {
    padding: 10px 0;
    font-size: 26px;
  }
  .wr-tile-three-column h1 {
    padding: 0 0 30px 0;
  }
  .wr-tile-three-column {
    padding: 30px 0;
  }
  .wr-lifestyle-header .wr-lifestyle-banner-image div {
    font-size: 22px;
    padding: 45px 10px 45px 10px;
    right: 20px;
    bottom: 20px;
  }

  .SocialObject img {
    height: 45px;
    margin: 0 2px;
    width: auto;
  }
  /*   .slider-right-image .slider-right-image-right {
    height: 280px !important;
  } */
  .Brand-Pillar-slider .slick-main .slick-dots {
    /* top: 292px; */
    /*margin: 0 0 0 100px;*/
    margin: 0 auto;
  }
  .custom-home-slide {
    height: 230px;
  }
  .house-item {
    height: auto !important;
  }
  #house-list .house-item .house-two-column h2 {
    font-size: 24px;
  }
  #house-list .house-item .house-two-column #house-price h4 {
    font-size: 20px;
  }
  .footer-formA .gform_body ul li:nth-child(7) ul li {
    /*height: 40px;*/
  }
  .footer-formA .gform_body ul li:nth-child(7) ul li label {
    font-size: 16px !important;
  }
  .footer-formA .gform_body ul li input,
  .footer-formA .gform_body ul li select {
    font-size: 16px !important;
    min-height: 52px !important;
    margin: 0 0 20px 0;
  }
  .footer-formB .gform_body ul li input,
  .footer-formB .gform_body ul li select {
    font-size: 14px !important;
    min-height: 42px !important;
    margin: 0;
  }
  .main-header-image .main-header-image-left h1 {
    font-size: 54px !important;
    text-align: center !important;
    line-height: 60px;
    padding: 0;
    margin: 0;
  }
  .main-header-image .main-header-image-left p {
    font-size: 23px !important;
    text-align: center !important;
    line-height: 30px;
    padding: 10px 0 80px 0;
    margin: 0;
    letter-spacing: 4px;
  }
  .wr-places-list {
    padding: 10px 0 30px 0;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mt40 {
    margin-top: 20px;
  }
  /*#site-logo,
	#site-logo #site-logo-inner{
	text-align: left !important;
}*/
  #site-logo,
  #site-logo #site-logo-inner {
    text-align: center !important;
    margin-right: 10px;
    margin-top: 5px;
  }
  .stage-repeater .section-borderTop div a {
    margin: 10px 0;
  }
  .stage-repeater .section-borderTop .container {
    padding-bottom: 20px;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(3) div {
    font-size: 14px;
    line-height: 18px;
  }
  .landSale-item-lot-slider .slick-track,
  .landSale-item-lot-slider .slick-track div,
  .houseLand_detail-main-slider .house-land-slider-image,
  .houseLand_detail-main-slider .house-land-slider-image div {
    height: 250px !important;
  }
  .main-filter-btns .main-filter-search {
    max-width: 100%;
  }
  .packages-OnLot-item .land-location-map img {
    height: 220px;
  }
  .masterplan-main-btns a {
    max-width: none;
  }
}

@media (min-width: 320px) and (max-width: 450px) {
  .Brand-Pillar-slider .slick-main .slick-dots {
    /* top: 292px; */
    /*margin: 0 0 0 100px;*/
    margin: -380px 0 325px 100px;
  }
}

@media (max-width: 320px) {
  #house-list .house-two-column .house-item-availability img {
    height: 15px;
  }
  #house-list .house-two-column .house-item-availability ul li {
    font-size: 14px;
  }
  .Brand-Pillar-slider .slick-main .slick-dots {
    /* top: 292px; */
    /*margin: 0 0 0 100px;*/
    margin: -475px 0 325px 80px;
  }
  .greenspace-repeater-img li {
    width: 49.5%;
  }
  .landSales-main-tiles img {
    height: 165px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .Brand-Pillar-slider .slick-main .slick-dots {
    /* top: 292px; */
    /*margin: 0 0 0 100px;*/
    margin: -475px 0 325px 90px;
  }
}

@media (max-width: 641px) {
  .footer-formA .gform_body ul li:nth-child(1),
  .footer-formA .gform_body ul li:nth-child(4) {
    padding-right: 0;
  }
  .footer-formA .gform_wrapper .gform_footer input.button,
  .footer-formA .gform_wrapper .gform_footer input[type="submit"] {
    width: 100% !important;
  }
}
@media (max-width: 960px) {
  #main {
    margin-top: 130px;
  }
  .customize-support #main {
    margin-top: 64px;
  }
  .customize-support #site-header.transparent-header {
    top: 46px;
  }
  .registerinterest-anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .breadcrumbmob {
    display: block !important;
    font-size: 22px;
    font-family: PlayfairDisplay-Regular;
    font-weight: 100 !important;
    letter-spacing: 0.5px;
    color: #c48b6a;
    margin-bottom: 15px;
  }
  .breadcrumbdesk {
    display: none !important;
  }
}
/************ Mobile Navigation ***********/

@media (max-width: 768px) {
  .container {
    display: flex;
    flex-flow: column;
  }
  .flex-mobile-one {
    order: 1;
    margin-bottom: 20px;
  }
  .flex-mobile-two {
    order: 2;
  }
}

@media (max-width: 420px) {
  .select2-container .select2-selection--single {
    max-height: 52px !important;
    font-size: 16px !important;
    padding: 0px 0px 0px 15px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 52px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
  }
}

@media (max-width: 390px) {
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6 {
    width: 100%;
    display: inline-block;
    font-size: 20px !important;
    line-height: unset !important;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6:nth-child(2) {
    font-weight: 100;
    text-align: left !important;
    font-size: 14px !important;
    line-height: unset !important;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(3) div {
    font-size: 14px;
    line-height: 17px;
  }
  .landSales-main-tiles img {
    height: 136px;
  }
  .landSales-main-tiles .land-location-map {
    width: 40%;
  }
  .landSales-main-tiles .Grange-Cream {
    width: 60%;
  }
  .landSale-item .landSale-item-price,
  .landSale-item .landSale-item-lot {
    font-size: 24px;
  }
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top: 0px !important;
}

.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin-top: 0px !important;
}
.gform_wrapper .gfield_error .ginput_container {
  padding-right: 16px !important;
}

span.sidr-class-mobile-nav-phone {
  background: url("/wp-content/uploads/2019/05/receiver-ico.svg") !important;
}
span.sidr-class-mobile-nav-location {
  background: url("/wp-content/themes/oceanwp/assets/img/pin-dark.png") !important; /*/wp-content/uploads/2019/11/DirectionIcon_Header.png*/
  filter: brightness(0.5);
}
.sidr-class-mobile-nav-contact-area {
  margin-top: 10px;
}
.sidr-class-mobile-nav-contact-area li {
  float: left;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 10px;
  font-family: museo;
  letter-spacing: 2px;
}
.sidr-class-mobile-nav-contact-area li span {
  width: 24px;
  height: 25px;
  display: inline-block;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
  position: relative;
  bottom: -6px;
  background-size: contain !important;
}

/*.sidr-class-mobile-nav-contact-area li:nth-child(2) span{
	width: 18px;
}*/
.sidr-class-mobile-searchform {
  margin: 20px 10px 0 !important;
}

/****************** Land lots ******************/
@media (min-width: 769px) {
  p.desktop-hide-lots-description {
    display: none !important;
  }
}

@media (max-width: 769px) {
  p.mobile-hide-lots-description {
    display: none !important;
  }
}

@media (max-width: 780px) {
  div.insta-feed-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .filter-list-main {
    display: block !important;
    background: transparent !important;
  }
  .Masterplan-open {
    display: block !important;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 1025px) {
  .house-listing .packages-OnLot-inner .OnLot-inner-ico {
    top: 53%;
  }
  .house-listing .packages-OnLot-inner .OnLot-inner-ico img,
  .OnLot-inner-ico img {
    max-width: 50px;
    max-height: 50px;
  }
  .packages-OnLot-inner .OnLot-inner-facilities img {
    width: 30px;
  }
}

/*lot status styles*/
@media only screen and (max-width: 767px) {
  .land-wrapper {
    display: flex;
    width: 100%;
  }
  .land-wrapper .map-wrapper img {
    width: 100%;
  }

  .land-wrapper .map-wrapper .land-status {
    padding: 3px;
    min-width: 70px;
    font-size: 15px;
  }

  .packages-OnLot-item .packages-OnLot-inner {
    vertical-align: top;
    width: 65%;
    background-color: transparent;
  }

  .packages-OnLot-item .OnLot-inner-title span,
  .packages-OnLot-item .OnLot-inner-save,
  .packages-OnLot-item p,
  .packages-OnLot-inner .OnLot-inner-ico {
    display: none;
  }
  .packages-OnLot-item .OnLot-inner-details {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .packages-OnLot-item .OnLot-inner-details p:nth-child(1) {
    width: 50%;
    border-right: 1px solid #4d4d4f;
    font-size: 13px;
    text-align: right;
    padding-right: 10px;
    line-height: 13px;
    display: inline-block;
  }
  .packages-OnLot-item .OnLot-inner-details p:nth-child(2) {
    width: 50%;
    border-right: 1px solid #4d4d4f;
    font-size: 13px;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 13px;
    display: inline-block;
  }
  .packages-OnLot-item .OnLot-inner-details p:nth-child(3) {
    width: 50%;
    font-size: 13px;
    text-align: left;
    padding-left: 10px;
    line-height: 13px;
    display: inline-block;
  }
  .packages-OnLot-inner .OnLot-inner-facilities div {
    text-align: center;
  }
  .packages-OnLot-inner .OnLot-inner-facilities {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .packages-OnLot-item .OnLot-inner-facilities img {
    width: auto;
    display: block;
    height: 18px;
    text-align: center;
    margin: auto;
    border: 0;
    padding: 0;
  }
  .packages-OnLot-inner .OnLot-inner-facilities div span {
    display: block;
    text-align: center;
    left: 0;
    font-size: 16px;
    top: 2px;
  }
  .packages-OnLot-inner .OnLot-inner-title {
    font-size: 19px;
    color: #4d4d4f;
  }
  .packages-OnLot-inner .OnLot-inner-price {
    font-size: 16px;
  }
  .packages-OnLot-item {
    margin: 0;
  }
  .packages-OnLot-item img {
    padding-bottom: 15px;
    padding-right: 0px;
  }
  .packages-OnLot-inner a,
  .packages-OnLot-inner a:hover,
  .packages-OnLot-inner a:focus {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 92%;
    background-color: transparent;
    font-size: 0px;
  }
  .packages-OnLot-item img {
    vertical-align: top;
    width: 35%;
    height: 117px;
    min-height: auto;
    max-height: none;
    object-fit: cover;
  }
  .packages-OnLot .packages-OnLot-inner {
    min-height: auto;
  }
  .packages-OnLot .packages-OnLot-inner a {
    position: relative;
    width: 100%;
    bottom: auto;
    margin-top: 25px;
  }

  .packages-OnLot-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .mahd-lot {
    margin-top: 15px;
  }

  .mahd-lot img {
    height: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
  }

  .mahd-lot .packages-OnLot-inner {
    border-bottom: 1px solid;
    margin-bottom: 0;
  }

  .landSales-main-tiles .land-location-map {
    vertical-align: top;
    width: 35%;
    height: auto;
    min-height: auto;
    max-height: none;
    object-fit: cover;
  }

  .landSales-main-tiles img {
    vertical-align: top;
    height: 118px;
    min-height: auto;
    max-height: none;
    object-fit: cover;
  }
  .landSales-main-tiles .Grange-Cream {
    vertical-align: top;
    width: 65%;
  }

  .landSales-main-tiles .Grange-Cream .row:nth-child(2) div {
    background: none !important;
    text-align: left !important;
    padding-top: 0;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6 {
    width: 50%;
    display: inline-block;
  }
  .landSales-main-tiles .Grange-Cream a {
    background-color: transparent !important;
    font-size: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 25px;
    background: url(/wp-content/uploads/2020/01/landRightArrow.png) no-repeat
      center;
  }

  .landSale-item-lot-slider .slick-dots {
    bottom: 25px;
  }

  .mobile-show-me {
    display: block !important;
  }

  .mobile-hide-me {
    display: none !important;
  }
}
.map-wrapper {
  position: relative;
}

.map-wrapper .land-status {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  color: #fff;
  padding: 5px;
  min-width: 100px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: museo;
  letter-spacing: 3px;
}

.map-wrapper .sold {
  background: #f00;
}

.map-wrapper .hold {
  background: #f2994a;
}

.location-content h1,
.location-content h2 {
  padding-bottom: 60px;
  color: #adcec1;
}
.location-content ul,
.location-content ol {
  font-size: 16px;
}

.location-content .w100 {
  width: 100%;
}

.location-content img {
  margin: 10px 0;
}

.masterplan-lable-text-left {
  text-align: left !important;
  margin-left: 130px !important;
}

.map-legend-labels {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 400px) {
  .masterplan-lable-text-left {
    margin-left: 40px !important;
  }
  .masterplan-infotxt-legend {
    display: none !important;
  }
}

.full-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.full-video-container .full-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-brochure-padding-bottom {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .no-brochure-padding-bottom {
    padding-bottom: 10px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 70px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 10px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 15px;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  font-size: 20px;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-bottom: 2px solid #767471 !important;
  border-radius: 0px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #173b52;
  line-height: 70px;
  cursor: text;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* hickory landing page css */

.of-wrapper {
  margin-bottom: 8rem;
}
.of-wrapper .items-wrapper {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: 8rem;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 500px;
}

.of-wrapper .items-wrapper .img-wrapper {
  width: 50%;
}

.of-wrapper .items-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.of-wrapper .items-wrapper .actions-wrapper {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.of-wrapper .items-wrapper .actions-wrapper .text {
  padding: 2rem 2.5rem;
  background: #fff;
}

.of-wrapper .items-wrapper .actions-wrapper .text ul {
  font-size: 16px;
}

.of-wrapper .items-wrapper .actions-wrapper .action {
  background: #3db9ec;
  color: #fff;
  padding: 1.3rem;
  font-size: 18px;
  line-height: 1;
  margin-top: 1rem;
  text-align: center;
  font-family: museo;
  letter-spacing: 3px;
}

.of-wrapper .items-wrapper .actions-wrapper .text h1 {
  font-weight: 900;
  font-size: 30px;
  color: #3db9ec;
  line-height: unset;
  font-family: museo;
  text-align: left !important;
}

.of-wrapper .items-wrapper .actions-wrapper .text h2 {
  font-size: 28px;
  color: #989257;
  line-height: unset;
  font-family: inherit;
}

.of-wrapper .items-wrapper .actions-wrapper .text h3 {
  font-size: 26px;
  color: #989257;
  line-height: unset;
  font-family: inherit;
}

.of-wrapper .items-wrapper .actions-wrapper .text h4,
.of-wrapper .items-wrapper .actions-wrapper .text h5,
.of-wrapper .items-wrapper .actions-wrapper .text h6 {
  color: #989257;
  font-size: 25px;
  font-family: inherit;
}

.of-wrapper .items-wrapper .actions-wrapper .text p {
  text-align: justify;
  font-family: museo;
}
.virtual-tour p {
  font-family: museo;
}
@media only screen and (max-width: 1200px) {
  .of-wrapper .items-wrapper .img-wrapper {
    width: 45%;
  }

  .of-wrapper .items-wrapper .actions-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .of-wrapper .items-wrapper {
    flex-direction: column !important;
    margin-bottom: 3rem;
  }

  .of-wrapper .col-reverse {
    flex-direction: column-reverse !important;
  }

  .of-wrapper .items-wrapper .img-wrapper {
    width: 100%;
  }

  .of-wrapper .items-wrapper .actions-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* hickory main */

.hickory-main:after {
  content: none;
}

/* hickory-form */

.hickory-form {
  position: relative;
}

.hickory-form .side-img {
  position: absolute;
}

.hickory-form h1 {
  font-size: 60px;
  color: #989257;
  font-family: cervo;
  text-transform: uppercase;
}

.hickory-form h3,
.hickory-form p {
  font-size: 28px;
  font-family: museo;
}

.hickory-form .left {
  left: 0;
  top: 20%;
}

.hickory-form .right {
  right: 0;
  bottom: 15%;
}

.hickory-form .register-Intrest-bg {
  background: none;
}

.hickory-form .register-Intrest-bg:after,
.hickory-form .register-Intrest-bg:before {
  content: none;
}

.hickory-form .footer-formA .gform_body ul li:nth-child(1),
.hickory-form .footer-formA .gform_body ul li:nth-child(2),
.hickory-form .footer-formA .gform_body ul li:nth-child(3),
.hickory-form .footer-formA .gform_body ul li:nth-child(4),
.hickory-form .footer-formA .gform_body ul li:nth-child(5),
.hickory-form .footer-formA .gform_body ul li:nth-child(6) {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.hickory-form .footer-formA .gform_body ul li:nth-child(5) {
  margin-bottom: 33px;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100% !important;
}
.hickory-form .footer-formA .gform_body ul li:nth-child(7) {
  text-align: left;
}
.hickory-form .footer-formA .gform_body ul li:nth-child(7) p {
  line-height: 49px;
  font-weight: 400;
  font-family: museo;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.hickory-form .footer-formA .gform_body ul li:nth-child(8) {
  margin-top: 30px !important;
  margin-bottom: 15px;
}
.hickory-form .footer-formB .gform_body ul li:nth-child(8) {
  margin-top: -30px !important;
  margin-bottom: 15px;
}
.hickory-form .footer-formA .gform_body ul li:nth-child(8) ul li {
  display: inline-block;
  width: calc(20% - 20px);
  background-color: #fff;
  margin: 0 20px;
  height: 78px;
  position: relative;
}
.hickory-form .footer-formA .gform_body ul li:nth-child(8) ul li input {
  width: 100% !important;
  height: 100%;
  position: absolute;
  padding: 0 !important;
  opacity: 0;
  margin: 0 !important;
  cursor: pointer;
}
.hickory-form .footer-formA .gform_body ul li:nth-child(8) ul li label {
  color: #808080;
  font-weight: 400 !important;
  font-family: europa, sans-serif !important;
  font-size: 20px;
  display: block;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 0 55px;
  margin: 0;
  line-height: normal;
}
.hickory-form
  .footer-formA
  .gform_body
  ul
  li:nth-child(8)
  ul
  li
  [type="radio"]:checked
  + label,
.hickory-form
  .footer-formA
  .gform_body
  ul
  li:nth-child(8)
  ul
  li
  [type="radio"]:not(:checked)
  + label {
  position: relative;
  cursor: pointer;
}
.hickory-form
  .footer-formA
  .gform_body
  ul
  li:nth-child(8)
  ul
  li
  [type="radio"]:checked
  + label:before,
.hickory-form
  .footer-formA
  .gform_body
  ul
  li:nth-child(8)
  ul
  li
  [type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 27px;
  height: 27px;
  border: 2px solid #a09b68;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
}

.hickory-form
  .footer-formA
  .gform_body
  ul
  li:nth-child(8)
  ul
  li
  [type="radio"]:checked
  + label:after,
.hickory-form
  .footer-formA
  .gform_body
  ul
  li:nth-child(8)
  ul
  li
  [type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #989257;
  position: absolute;
  top: 50%;
  left: 21px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translateY(-50%);
}
.hickory-form
  .footer-formA
  .gform_body
  ul
  li:nth-child(8)
  ul
  li
  [type="radio"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hickory-form
  .footer-formA
  .gform_body
  ul
  li:nth-child(8)
  ul
  li
  [type="radio"]:checked
  + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

.hickory-form .gform_button {
  background-color: #3db9ec !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  font-size: 20px;
}

.gform_wrapper .ginput_container span:not(.ginput_price) {
  margin-bottom: 0 !important;
}

.hickory-page-title {
  margin-top: 8rem;
  text-align: center;
  color: #3db9ec;
  font-family: cervo;
  text-transform: uppercase;
}

@media only screen and (max-width: 641px) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hickory-form h1 {
    font-size: 52px;
  }
}

@media (max-width: 576px) {
  .hickory-form .footer-formA .gform_body ul li:nth-child(5) {
    margin-bottom: 20px;
  }
  .select2-container .select2-selection--single {
    height: 52px;
    /* padding-left: 22px !important;*/
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
  }
  .select2-container .select2-selection--single {
    height: 52px;
  }

  .select2-selection__arrow {
    display: none !important;
    opacity: 0 !important;
  }

  .hickory-form h1 {
    font-size: 36px;
  }

  .of-wrapper {
    margin-bottom: 2rem;
  }

  .of-wrapper .items-wrapper {
    margin-top: 2rem;
  }
  .hickory-page-title {
    margin-top: 2rem;
  }
}

.button-spinner {
  color: #fff;
  font-size: 25px;
}

.single-land-status {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 2;
  color: #fff;
  padding: 5px;
  min-width: 100px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: museo;
}
.single-land-status.sold {
  background: #f00;
}

.single-land-status.hold {
  background: #f2994a;
}

/*master plan map legend*/
#master_plan_image_short_code {
  position: relative;
}

#master_plan_image_short_code .legend {
  /*   display: none; */
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  top: 80px;
  right: 20px;
  padding: 10px 30px;
  box-shadow: 1px 1px 2px #c8c5c1;
}

div#mapLegend {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 10px 30px;
  box-shadow: 1px 1px 2px #c8c5c1;
}

.legend ul {
  padding: 0;
  margin: 0;
}

.legend ul li {
  color: #fff;
  list-style-type: none;
  font-size: 14px;
}

.legend ul li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-right: 8px;
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #fff;
}

.legend ul li .available {
  background: green;
}

.legend ul li .on-hold {
  background: #ffa500;
}

.legend ul li .sold {
  background: red;
}

@media only screen and (max-width: 576px) {
  div#mapLegend {
    padding: 5px 10px;
    left: 20px;
    right: unset;
  }

  .legend ul li {
    font-size: 12px;
  }

  .legend ul li span {
    width: 10px;
    height: 10px;
  }
}

#master_plan_image_short_code .legend ul {
  padding: 0;
  margin: 0;
}

#master_plan_image_short_code .legend ul li {
  color: #fff;
  list-style-type: none;
  font-size: 14px;
}

#master_plan_image_short_code .legend ul li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-right: 8px;
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #fff;
}

#master_plan_image_short_code .legend ul li .available {
  background: green;
}

#master_plan_image_short_code .legend ul li .on-hold {
  background: #ffa500;
}

#master_plan_image_short_code .legend ul li .sold {
  background: red;
}

.greenspace-page-content .image-with-description p {
  color: #173b52;
  margin: 3rem 0 5rem 0;
  font-size: 20px;
}

.greenspace-page-content .three-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin-bottom: 5rem;
}

/* responsive */
@media only screen and (max-width: 576px) {
  #master_plan_image_short_code .legend {
    top: 20px;
    left: 20px;
    right: unset;
    padding: 5px;
  }

  #master_plan_image_short_code .legend ul li {
    font-size: 12px;
  }

  #master_plan_image_short_code .legend ul li span {
    width: 10px;
    height: 10px;
  }
}

/* image map pro legend color override */

.imp-shape-text {
  display: none;
  line-height: 2px !important;
}

/* homepage banner arrows */

.slick-banner-image .slick-prev:before,
.slick-banner-image .slick-next:before {
  font-size: 40px;
  text-shadow: 0 0 20px #858585;
}

.slick-banner-image .slick-prev,
.slick-banner-image .slick-next {
  width: 50px;
  height: unset;
}

@media (max-width: 576px) {
  .slick-banner-image .slick-next {
    right: 8px;
  }

  .slick-banner-image .slick-prev {
    left: 8px;
  }

  .slick-banner-image .slick-next:before,
  .slick-banner-image .slick-prev:before {
    font-size: 30px;
  }
}

/* hero banner reseign */
.main-header-image {
  position: relative;
}
.main-header-image .content-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.main-header-image .image-wrapper img {
  width: 100%;
}

.register-interest h1 {
  font-family: cervo;
  letter-spacing: 5px;
}

.register-interest h3 {
  font-family: museo;
  margin-bottom: 25px;
}

.landSales-main h1 {
  padding: 35px 0 20px;
  letter-spacing: 3px;
  font-family: museo;
  color: #25b9ec;
}

.mobile-hide-lots-description {
  font-family: miller-banner;
}

.masterplan-subtitle {
  font-family: museo;
}

.masterplan-description {
  font-family: museo;
}

.stage-release-description {
  font-family: museo;
}

#packages_on_lot {
  font-family: museo;
  font-weight: 600;
}

.purchaser-description {
  font-family: museo;
}
.footer-form-a-sub {
  font-family: museo;
}
/* virtual tour iframe styles */

.virtual-tour iframe {
  width: 100vw;
  height: 80vh;
}

@media (max-width: 991px) {
  .virtual-tour iframe {
    height: 65vh;
  }
}

@media (max-width: 767px) {
  .virtual-tour iframe {
    height: 50vh;
  }
}

@media (max-width: 567px) {
  .virtual-tour iframe {
    height: 35vh;
  }
}

.places-list .left {
  border-right: 1px solid #424243;
  padding-right: 35px;
}

.places-list .right {
  padding-left: 35px;
}

.places-list h1 {
  text-align: left !important;
  color: #424243;
}

.places-list h2 {
  text-align: left !important;
  color: #424243;
}

.places-list h3 {
  text-align: left !important;
  color: #424243;
}

.places-list li {
  text-align: left !important;
  font-size: 18px;
  color: #4d4d4f;
}

@media (max-width: 767px) {
  .places-list .left {
    border: none;
    padding: 0 30px;
  }

  .places-list .right {
    padding: 0 30px;
  }
}

.news-logo-image img {
  width: 150px;
}

.news-search {
  text-align: right;
}

.news-search .search-box {
  border: none;
  border-bottom: 1px solid #424243;
  border-radius: 0;
  font-size: 20px;
  box-shadow: none;
  background: none;
  outline: 0 !important;
}

.news-search label {
  margin: 0 5px 0 0;
  color: #424243;
  font-family: museo;
  font-size: 18px;
}

.news-search .search-box::placeholder {
  color: #173a52;
  opacity: 1;
  font-family: miller-banner;
}

.news-search .search-box:-ms-input-placeholder {
  color: #173a52;
  font-family: miller-banner;
}

.news-search .search-box::-ms-input-placeholder {
  color: #173a52;
  font-family: miller-banner;
}

.category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}

.category a {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  color: #424243;
  font-family: cervo;
  background: #fff;
  text-transform: uppercase;
}

.category a:hover,
.category a.selected {
  background: #424243;
  color: #fff;
}

.news-wrapper {
  margin-bottom: 25px;
}

.news-wrapper .news-image {
  /*height: 250px;*/
  width: 100%;
  object-fit: cover;
}

.news-wrapper .news-content {
  background: #424243;
  text-align: center;
  padding: 1rem;
}

.news-wrapper .news-content .news-date {
  font-family: museo;
  color: #424243;
}

.news-wrapper .news-content .news-title {
  font-size: 26px;
  font-family: cervo;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #424243;
  height: 50px;
}

.news-wrapper .news-content .news-title a {
  color: #25b9ec;
  text-transform: uppercase;
}

.news-wrapper .news-content .news-description {
  font-family: museo;
  margin: 20px 0;
  color: #e3d8d1;
}

.news-wrapper .news-content .news-read-more {
  display: inline-block;
  text-align: right;
  color: #424243;
  font-family: cervo;
  font-size: 20px;
  background: #ffffff;
  padding: 5px 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.news-wrapper .news-content .news-read-more:hover {
  color: #fff;
  background: #25b9ec;
}

.news-load-more {
  width: 150px;
  text-align: center;
  padding: 10px 0;
  font-family: cervo;
  text-transform: uppercase;
  color: #fff;
  background: #424243;
  display: block;
  margin: 20px auto;
  font-size: 20px;
}

.news-load-more:hover {
  background: #fff;
  color: #424243;
}

.new-page-wrapper {
  background: #25b9ec;
}

@media only screen and (max-width: 767px) {
  .news-wrapper .news-image {
    height: unset;
  }

  .news-logo-image {
    text-align: center;
    margin: 20px 0;
  }

  .news-wrapper .news-content .news-title {
    height: unset;
  }

  .category-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 576px) {
  .category-list {
    grid-template-columns: 1fr 1fr;
  }

  .news-search .search-box {
    width: 100%;
  }
}

.single-news-category {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.single-news-category li {
  display: inline-block;
  margin: 0 20px;
  font-size: 20px;
  font-family: museo;
  position: relative;
}

.single-news-category li:after {
  content: "";
  right: -20px;
  height: 100%;
  width: 1px;
  background: #000;
  position: absolute;
}

.single-news-category li:last-child:after {
  content: none;
}
.news-single-date {
  font-family: museo !important;
  font-size: 20px;
  letter-spacing: 3px;
}

.author-details .author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-details .author p {
  margin-bottom: 0;
  font-family: museo;
}

.single-news-description,
.single-news-description p {
  font-family: museo;
}

.news-upper p {
  font-family: museo;
}
.main-header-image-desktop {
}

.hickory-main {
  margin-top: 165px;
}

/* mobile responsive fixes */
@media only screen and (max-width: 1300px) {
  .main-header-image .main-header-image-left h1 {
    font-size: 100px;
    line-height: 88px;
  }
}

@media only screen and (max-width: 959px) {
  #site-logo #site-logo-inner a img {
    margin: 10px 0;
  }

  .main-header-image-desktop {
    margin-top: 66px;
  }
}

@media only screen and (max-width: 992px) {
  .main-header-image .main-header-image-left h1 {
    font-size: 50px !important;
    line-height: 50px;
  }
  .Audience-Segmenting-main
    .Audience-Segmenting-bottom
    .Segmenting-discover
    ul
    li {
    font-size: 30px;
  }

  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6:nth-child(2),
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6:nth-child(1) {
    font-size: 18px;
  }
  .footer-formA .gform_wrapper .gform_footer input.button,
  .footer-formA .gform_wrapper .gform_footer input[type="submit"] {
    width: unset;
  }

  .Audience-Segmenting-main
    .Audience-Segmenting-bottom
    .Segmenting-discover
    ul
    li::after {
    height: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .home-pillar-stripe h1 {
    font-size: 52px;
    line-height: 52px;
  }
  .Brand-Pillar-slider {
    padding: 0 0 30px;
  }
}

@media only screen and (max-width: 576px) {
  .home-pillar-stripe h1 {
    font-size: 36px;
    line-height: 36px;
  }
}

/*close-to-everything*/
.contrast-section {
  background: #25b8eb;
}

.contrast-section h1,
.contrast-section h2 a {
  font-family: cervo !important;
  color: #fff !important;
}

.contrast-section p {
  font-family: museo !important;
  color: #fff !important;
}

.blank-section h1,
.blank-section h2 a {
  color: #25b8eb !important;
  font-family: cervo !important;
}

.blank-section p {
  font-family: museo !important;
}

.quickstats-wrapper {
  background: #e3deda;
}

.quickstats-wrapper h1 {
  color: #f26522;
  font-family: cervo;
}

.quickstats-wrapper .stat-tag {
  color: #fff !important;
  font-family: cervo !important;
}

.quickstats-wrapper .stat-tag h1,
.quickstats-wrapper .stat-tag p {
  font-family: cervo !important;
  color: #fff !important;
}

.quickstats-wrapper .quick-description {
  color: #424243;
  font-family: museo;
}

.placeslist-wrapper .featured-header {
  font-family: museo;
}
.placeslist-wrapper .featured-description {
  font-family: museo;
}

.placeslist-wrapper .content-header {
  font-family: museo;
}

.placeslist-wrapper .content-description {
  font-family: museo;
}

.amenities-header {
  background: #25b9ec;
}

.mobile-hide-lots-description,
.desktop-hide-lots-description {
  font-family: museo;
  color: #424243;
}

.single-lot-id {
  font-family: museo;
}

.single-house-name {
  color: #25b9ec;
}

.masterplan-header {
  font-family: museo;
  color: #25b9ec;
}

.quickstat-two-col {
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  margin-top: 2rem;
}

.quickstat-two-col h2,
.quickstat-two-col p {
  width: 50%;
}

.quickstat-two-col h2 {
  margin-right: 3rem;
}

.quickstat-two-col p {
  margin-left: 3rem;
}

.quickstat-two-col:after {
  position: absolute;
  height: 100%;
  background: #424243;
  width: 1px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 576px) {
  .quickstat-two-col {
    display: block;
  }

  .quickstat-two-col:after {
    content: none;
  }
  .quickstat-two-col h2,
  .quickstat-two-col p {
    width: 100%;
    padding: 10px !important;
    text-align: center;
    margin: 0;
  }
}

.footer-formA .gform_body ul li:nth-child(6),
.footer-formA .gform_body ul li:nth-child(7),
.footer-formA .gform_body ul li:nth-child(8) {
  display: flex;
  align-items: flex-end;
  min-height: 70px;
}

.footer-formA .gform_body ul li:nth-child(6) .gfield_label,
.footer-formA .gform_body ul li:nth-child(7) .gfield_label,
.footer-formA .gform_body ul li:nth-child(8) .gfield_label {
  display: block !important;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  font-family: museo !important;
  margin-right: 5px;
}

.footer-formA .gform_body ul li:nth-child(6) .ginput_container,
.footer-formA .gform_body ul li:nth-child(7) .ginput_container,
.footer-formA .gform_body ul li:nth-child(8) .ginput_container {
  flex-grow: 1;
}

.footer-formA .gform_body ul li:nth-child(6) .ginput_container input,
.footer-formA .gform_body ul li:nth-child(7) .ginput_container input,
.footer-formA .gform_body ul li:nth-child(8) .ginput_container input {
  min-height: unset !important;
  padding: 0 5px !important;
}

@media only screen and (max-width: 991px) {
  .footer-formA .gform_body ul li:nth-child(6),
  .footer-formA .gform_body ul li:nth-child(7),
  .footer-formA .gform_body ul li:nth-child(8) {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .footer-formA .gform_body ul li:nth-child(6) .gfield_label,
  .footer-formA .gform_body ul li:nth-child(7) .gfield_label,
  .footer-formA .gform_body ul li:nth-child(8) .gfield_label {
    font-size: 18px;
  }
}

.miyagi-slider .slick-dots {
  width: 1290px !important;
  margin: 0 auto !important;
}

@media (max-width: 1335px) {
  .miyagi-slider .slick-dots {
    width: unset !important;
    margin-left: 30px !important;
  }
}
@media (max-width: 768px) {
  .miyagi-slider .slick-dots {
    margin: 0 auto !important;
  }
}

@media (max-width: 450px) and (min-width: 320px) {
  .Brand-Pillar-slider .slick-main .slick-dots {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 576px) {
  .wr-Riverfront-images h3 {
    padding-bottom: 0;
  }
}

.riverfront-banner {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .wr-Riverfront-images h3 {
    padding: 20px 0;
  }
}

@media (max-width: 576px) {
  .wr-Riverfront-images h3 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .footer-formA {
    padding: 16px;
  }
}

.video-slide {
  position: relative;
}

.video-slide video {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.video-slide .video-content {
  color: #fff;
  font-size: 72px;
  font-family: museo !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .video-slide video {
    height: 370px;
  }
  .video-slide .video-content {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  .video-slide video {
    height: 220px;
  }
  .video-slide .video-content {
    font-size: 30px;
  }
}

.quick-stat-banner img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.stage-release-buttons {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.stage-release-buttons a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  height: unset !important;
  min-width: 250px;
  margin-left: 10px !important;
  font-family: "museo";
}

@media (max-width: 767px) {
  .stage-release-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .stage-release-buttons a {
    margin: 0 !important;
  }

  .news-abstract {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 576px) {
  .stage-release-buttons {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .news-abstract {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 1025px) {
  .header-contact-direction {
    right: 15px;
  }
  .registerInterest-scrollto {
    margin-right: 15px;
  }
}

.stage-header {
  margin-top: 3rem;
}

.purchaser-banner img {
  width: 100%;
}

li#field_4_14 {
  display: none;
}

.text-center.padding-sides {
  padding: 0px 115px 0px 115px;
}

@media (max-width: 1200px) {
  .text-center.padding-sides {
    padding: 0px 85px 0px 85px;
  }
}

@media (max-width: 991px) {
  .text-center.padding-sides {
    padding: 0px 60px 0px 60px;
  }

  .closeto-header {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .main-header-image .image-wrapper img {
    /*height: 500px;*/
    object-fit: contain;
  }

  /* 	.closeto-location {
		margin: 40px 0 40px 0;
	} */
}

@media (max-width: 768px) {
  .text-center.padding-sides {
    padding: 0px 30px 0px 30px;
  }
}

@media (max-width: 576px) {
  .text-center.padding-sides {
    padding: 0px 30px 0px 30px;
  }
}

@media (max-width: 396px) {
  .text-center.padding-sides {
    padding: 0px 20px 0px 20px;
  }
}

.col-md-10.news-padding-top {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .col-md-10.news-padding-top {
    padding-top: 20px;
  }
}

.container.footer-bottom-section {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .container.footer-bottom-section {
    margin-bottom: 50px;
  }
}

#scroll-top {
  bottom: 15px !important;
}

article.single-page-article.clr h3,
h4,
p,
li {
  font-family: "museo";
}

article.single-page-article.clr h1 {
  color: #4d4d53;
}

@media (max-width: 767px) {
  .wr-Riverfront-images .mb-5 {
    margin-bottom: unset !important;
  }

  .greenspace-header {
    margin: 3rem 0 2rem;
  }

  .closeto-header.pb40important {
    padding-bottom: 10px !important;
  }

  .closeto-header h3 {
    margin-top: unset;
  }

  .gallery-padding-bottom {
    padding-bottom: 30px;
  }
}

.d-flex.justify-content-end.align-items-center.news-share {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.sfsi_shortcode_container {
  max-width: 90px;
  padding-top: 4px;
}

.norm_row.sfsi_wDiv {
  width: unset !important;
}

@media (max-width: 767px) {
  .sfsi_shortcode_container {
    padding-top: 10px;
  }
}

@media (max-width: 567px) {
  .d-flex.justify-content-end.align-items-center.news-share {
    width: 140px;
  }
}

img.faceboo-share-logo {
  width: 50px;
  border-radius: 35px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 15px;
}

@media (max-width: 576px) {
  img.faceboo-share-logo {
    width: 40px;
  }

  .d-flex.justify-content-end.align-items-center.news-share {
    width: 110px;
  }
}

.select2-container--default .select2-selection--single {
  border-top: unset !important;
  border-left: unset !important;
  border-right: unset !important;
  border-radius: unset !important;
}

.select2-container .select2-selection--single {
  height: 70px !important;
  padding-top: 18px !important;
}

span.select2-selection__placeholder {
  color: #444 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: unset !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #808080 !important;
}

@media (max-width: 767px) {
  span.select2.select2-container.select2-container--default {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 420px) {
  span.select2-selection.select2-selection--single {
    padding-top: unset !important;
    padding-left: unset !important;
  }
}

/*spinner styles starts here*/

/* 	loader */
.loader {
  width: 100vw;
  height: 100vh;
  margin: 0;
  background-color: rgba(238, 232, 226, 0.8);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.circle {
  width: 8vmax;
  height: 8vmax;
  border-right: 4px solid #cbc3bb;
  border-radius: 100%;
  -webkit-animation: spinRight 1500ms linear infinite;
  animation: spinRight 1500ms linear infinite;
}
.circle:before,
.circle:after {
  content: "";
  width: 6vmax;
  height: 6vmax;
  display: block;
  position: absolute;
  top: calc(50% - 3vmax);
  left: calc(50% - 3vmax);
  border-left: 3px solid #25b9ec;
  border-radius: 100%;
  -webkit-animation: spinLeft 1500ms linear infinite;
  animation: spinLeft 1500ms linear infinite;
}
.circle:after {
  width: 4vmax;
  height: 4vmax;
  top: calc(50% - 2vmax);
  left: calc(50% - 2vmax);
  border: 0;
  border-right: 2px solid #424243;
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.seventhbend-paragraph p {
  font-size: 20px;
  padding: 0 0 25px 0;
  margin: 0px;
  line-height: 27px;
  font-family: museo;
}
.seventhbend-title h1 {
  max-width: 450px;
  color: #25b9ec;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .seventhbend-paragraph p {
    /* text-align: center; */
    font-size: 15px;
    line-height: 20px;
  }
}
.elementor-container {
  max-width: 1335px !important;
}

@media (max-width: 1330px) {
  .news-wrapper .news-content .news-title {
    height: 62px;
  }
}
.Brand-Pillar-slider {
  margin-top: -2px !important;
}

h1.yourland-title {
  color: #f18654 !important;
}

/* New styles - Vidath */

.ginput-with-label label {
  padding: 0 5px;
}

#input_3_38 {
  padding: 0px !important;
  margin: 0px !important;
}

/*spinner styles ends here*/

#master_plan_image_short_code {
  min-height: 700px;
  position: relative !important;
  overflow: hidden;
  background-color: #dddbdd !important;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #master_plan_image_short_code {
    min-height: 350px;
  }
}

#master_plan_image_short_code:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0)
  );
  -webkit-animation: shimmer 2s infinite;
  animation: shimmer 2s infinite;
  content: "";
}

.hide-skeleton:after {
  content: none !important;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.stage-repeater .section-borderTop div a {
  font-family: museo;
  padding: 15px 30px !important;
}

.release-btn-left {
  padding-right: 5px !important;
}
.release-btn-right {
  padding-left: 5px !important;
}

.landSales-main-tiles .Grange-Cream a {
  padding: 13px 0px;
}

@media only screen and (max-width: 792px) {
  .landSales-main-tiles .Grange-Cream a {
    font-size: 18px;
  }
}

.release-btn-right a {
  background-color: #ffffff !important;
  color: #25b9ec !important;
}

.release-btn-right a:hover {
  background-color: #424243 !important;
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .landSales-main-tiles .Grange-Cream a {
    font-size: 0;
  }
}

a#releaseme_href button {
  background-color: #424243 !important;
  color: #fff !important;
}

a#releaseme_href button:hover {
  background-color: #ffffff !important;
  color: #25b9ec !important;
}

/* CSS Override - display desktop land tiles in mobile view - Vidath - 1/24/2022 */

@media only screen and (max-width: 992px) {
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6:nth-child(2),
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6:nth-child(1) {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .landSales-main-tiles .Grange-Cream a {
    background-color: #25b9ec !important;
    font-size: 18px;
    position: initial;
    padding: 13px 0px 13px;
    width: 100%;
    height: 53px;
    background: #25b9ec;
    margin-top: 8px;
  }
  .landSales-main-tiles .Grange-Cream {
    vertical-align: baseline;
    width: 100%;
  }
  .land-wrapper {
    display: block;
    width: 100%;
  }
  .landSales-main-tiles .land-location-map {
    width: 100%;
  }
  .landSales-main-tiles img {
    vertical-align: top;
    height: auto;
    min-height: auto;
    max-height: 350px;
    object-fit: cover;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(2) div:nth-child(1) {
    background: url(/wp-content/uploads/2020/01/AreaIcon.png) no-repeat center
      8px !important;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(2) div:nth-child(2) {
    background: url(/wp-content/uploads/2020/01/OrientationIcon.png) no-repeat
      center 8px !important;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(2) div:nth-child(3) {
    background: url(/wp-content/uploads/2020/01/Frontage.png) no-repeat center
      18px !important;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(2) div {
    text-align: center !important;
    padding-top: 45px;
  }
  .col:not(.slick-slide) {
    margin-bottom: 0;
  }
  .release-btn-left {
    padding-right: 5px !important;
  }
  .release-btn-right {
    padding-left: 5px !important;
  }
  .landSales-main-tiles .Grange-Cream .release-btn-right a {
    background-color: #ffffff !important;
  }
}

@media (max-width: 576px) {
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6 {
    font-size: 26px !important;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6 {
    font-size: 26px !important;
  }
  #field_3_44 .gfield_label {
    margin-bottom: 0;
  }
}

@media (max-width: 390px) {
  .landSales-main-tiles .Grange-Cream .row:nth-child(1) .col-md-6:nth-child(2) {
    font-weight: 100;
    text-align: right !important;
    font-size: 20px !important;
    line-height: unset !important;
  }
  .landSales-main-tiles .Grange-Cream .row:nth-child(2) div {
    font-size: 14px;
  }
}
#field_3_44 .gfield_label {
  margin-bottom: 35px;
}
/* END CSS override */

/* new yourland header/footer */
.yourland-header-new {
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 0px;
}
.yourland-header-new .yourland-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yourland-header-new .yourland-logo-new img {
  max-height: 25px;
  width: auto;
  aspect-ratio: 193 / 25;
  object-fit: cover;
}
.yourland-header-new .yourland-ay-new {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.yourland-header-new .yourland-ay-new a {
  display: block;
  padding: 5px 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  /* margin-right: 20px; */
}
.yourland-header-new .search-icon-new img {
  height: 22px;
  cursor: pointer;
  width: auto;
}

.yourland-footer-new {
  background: #fff;
  padding: 30px 15px;
}
.yourland-footer-new h5 {
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}
.yourland-footer-new .yln-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.yourland-footer-new .yln-inner .yln-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.yourland-footer-new .yln-inner .yln-logos img {
  height: 23px;
  margin-right: 20px;
  width: auto;
}
.yourland-footer-new .yln-inner .yln-logos img.square_logo {
  height: auto;
  object-fit: contain;
  max-width: 110px;
}
.yourland-footer-new .yln-inner .yln-address h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.yourland-footer-new .yln-inner .yln-address p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
}
.yourland-footer-new .yln-inner .yln-address p a {
  color: #000;
}
.yourland-footer-new .yln-inner .yln-address p a:hover {
  color: #000;
  text-decoration: underline;
}
.yourland-footer-new .yln-inner .yln-social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.yourland-footer-new .yln-inner .yln-social a {
  display: block;
  margin-left: 5px;
}
.yourland-footer-new .yln-inner .yln-social img {
  width: 50px;
  height: 50px;
  border: solid 1px #000;
  border-radius: 50%;
}
.yourland-footer-new .yln-copyright {
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
}
.yourland-header-new .search-icon-new {
  position: relative;
  z-index: 999;
  display: none;
}
.search-toggle-li {
  display: none;
}
#searchform-dropdown.active {
  height: auto;
  padding-bottom: 60px;
  visibility: visible;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#searchform-dropdown.active p,
#searchform-dropdown.active form {
  display: block;
}
.yourland-footer-new .yln-inner .yln-logos a:first-of-type img {
  /*border-right: solid 1px #000;*/
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  .yourland-footer-new .yln-inner {
    flex-direction: column;
    align-items: center;
  }
  .yourland-footer-new .yln-inner .yln-logos {
    margin-bottom: 40px;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .yourland-footer-new .yln-inner .yln-logos img {
    width: 200px;
    height: auto;
  }
  .yourland-footer-new .yln-inner .yln-address {
    margin-bottom: 40px;
    text-align: center;
  }
  .yourland-footer-new .yln-inner .yln-social img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .yourland-footer-new .yln-inner .yln-logos img {
    width: 120px;
    height: auto;
  }
  .yourland-header-new .container {
    padding: 0;
  }
  .yourland-header-new {
    margin-bottom: 0;
  }
  .yourland-header-new .yourland-logo-new img {
    height: auto;
    width: 120px;
  }
}
.slider-right-image .slider-right-image-right video {
  height: 680px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .slider-right-image .slider-right-image-right video {
    height: 380px !important;
  }
}

@media only screen and (max-width: 576px) {
  .slider-right-image .slider-right-image-right video {
    height: 280px !important;
  }
}

/*popup styles start*/
.att-popup form ul {
  display: flex !important;
  flex-direction: column;
}
.att-popup form input,
.att-popup form select {
  width: 100% !important;
  color: black !important;
  border: none !important;
  border-bottom: 1px solid !important;
  border-radius: 0px !important;
  font-size: 16px !important;
  margin: 0px !important;
}
.att-popup label {
  display: none !important;
}
.att-popup .popup-postcode .select2-container {
  width: 100% !important;
}
.att-popup .popup-postcode .select2-container .select2-selection__rendered {
  font-size: 16px !important;
  border-bottom: 1px solid !important;
  height: auto !important;
  line-height: 40px !important;
}
.att-popup .select2-container--default .select2-selection--single {
  padding: 0px !important;
  border-bottom: none !important;
}
.att-popup .gform_description {
  text-align: center !important;
}
.att-popup .gform_button {
  background: #173a52 !important;
  color: white !important;
}
.att-popup .select2-container .select2-selection--single {
  height: 0px !important;
}
.att-popup .popup-postcode .ginput_container_select {
  margin-top: 0px !important;
}
.att-popup .popup-postcode {
  margin-bottom: 30px !important;
}
/*popup styles end*/
.page-template-news-template .news-list .news-wrapper img {
  width: 415px;
  height: 265px;
  object-fit: cover;
}

.default-page-style p,
.default-page-style h1,
.default-page-style h2,
.default-page-style h3,
.default-page-style h4,
.default-page-style h5,
.default-page-style h6,
.default-page-style ul,
.default-page-style ol {
  margin-bottom: 20px;
}
.default-page-style p,
.default-page-style ul,
.default-page-style ol {
  font-size: 16px;
  line-height: 1.4;
}

/* checkbox styles for gravity forms */
.gform_wrapper .gfield--input-type-checkbox .gchoice {
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  color: #424243;
  width: 100% !important;
}
.gform_wrapper .gfield--input-type-checkbox .gfield-choice-input {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin-right: 10px;
  min-height: 20px !important;
}
.gform_wrapper
  .gfield--input-type-checkbox
  input[type="checkbox"]:checked:before {
  color: #2c3c37;
  margin-left: 1px;
  margin-top: 3px;
  font-size: 16px;
}
.gform_wrapper .gfield--input-type-checkbox .gchoice .gform-field-label {
  color: #424243 !important;
  font-weight: 400 !important;
  display: inline-flex !important;
  font-size: 14px;
  padding-bottom: 5px;
}
.gform_wrapper .gfield--input-type-checkbox .gchoice .gform-field-label a {
  color: #424243 !important;
  text-decoration: underline;
}
.gform_wrapper
  .gfield--input-type-checkbox
  .gchoice
  .gform-field-label
  a:hover {
  color: #25b9ec !important;
  text-decoration: underline;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: 0 !important;
}
.gform_legacy_markup_wrapper .validation_message {
  color: #ff5454 !important;
  font-weight: 400 !important;
}
.gform_legacy_markup_wrapper div.validation_error {
  border: solid 1px #ff5454 !important;
  padding: 10px 10px !important;
  background-color: #ffe1e1;
}
.gform_legacy_markup_wrapper .gform_validation_errors > h2 {
  color: #ff5454 !important;
  line-height: 1.4;
  font-size: 14px !important;
}
.gform_wrapper .gfield--type-html {
  color: #424243 !important;
  font-weight: 400 !important;
  font-size: 15px;
  padding-top: 15px !important;
}
.gform_wrapper .gfield--type-html a {
  color: #424243 !important;
  text-decoration: underline;
}
.gform_wrapper .gfield--type-html a:hover {
  color: #25b9ec !important;
  text-decoration: underline;
}
.gform_wrapper .gform-body .gform_fields .gfield.postal-code {
  padding: 0 0 !important;
}
.main-widget-register-interest
  .form-section
  .gform_wrapper
  .gfield--input-type-checkbox
  .gfield-choice-input {
  padding: 0 !important;
}
.main-widget-register-interest .form-section .gfield--type-checkbox {
  margin-top: 15px;
}
.main-widget-register-interest
  .form-section
  .select2-container--default
  .select2-selection--single {
  padding: 0;
}

.gform_wrapper .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
}
.gform_wrapper .gfield_checkbox .gchoice label {
  padding-left: 30px;
  margin-left: 20px;
  position: relative;
}
.gform_wrapper .gfield_checkbox .gchoice label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #424243;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  left: -17px;
  top: 1px;
}
.gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input {
  width: 28px;
  height: 28px;
  display: none;
}
.gform_wrapper
  .gfield_checkbox
  .gchoice
  .gfield-choice-input:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 6px;
  height: 14px;
  border: solid #424243;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-A-required,
.form-B-required {
  margin-bottom: 20px;
}
#field_6_48 {
  grid-column: 1 / -1 !important;
}
#field_6_49 {
  grid-column: 1 / -1 !important;
}

.gform_wrapper .gfield_checkbox .gchoice label#label_4_17_1 {
  transform: none;
  padding-left: 20px;
}
#field_4_18 {
  margin-bottom: 55px;
  display: block;
}
#field_3_48 {
  margin-bottom: 60px;
}

/* investor pages */
.investor-v2-page {
  background-color: #ae5f3e;
}
.investor-v2-page .inv-header {
  font-size: 16px;
  color: white;
  padding: 20px 0;
  text-align: right;
}
.investor-v2-page p,
.investor-v2-page ul,
.investor-v2-page ol {
  font-family: museo;
}
.investor-v2-page .h1-heading {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-size: 56px;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 70px;
  font-family: museo;
}
@media screen and (max-width: 1200px) {
  .investor-v2-page .h1-heading {
    font-size: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .investor-v2-page .h1-heading {
    font-size: 38px;
    padding-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.investor-v2-page .inv-wrap {
  display: flex;
  gap: 100px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .investor-v2-page .inv-wrap {
    gap: 70px;
  }
}
@media screen and (max-width: 992px) {
  .investor-v2-page .inv-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.investor-v2-page .inv-content {
  text-align: left;
  width: 60%;
  color: white;
}
@media screen and (max-width: 992px) {
  .investor-v2-page .inv-content {
    width: 100%;
  }
}
.investor-v2-page .inv-content .heading {
  color: white;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: museo;
}
@media screen and (max-width: 992px) {
  .investor-v2-page .inv-content .heading {
    font-size: 26px;
  }
}
.investor-v2-page .inv-content .para {
  margin-bottom: 30px;
  font-family: museo;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .investor-v2-page .inv-content .para {
    font-size: 16px;
  }
}
.investor-v2-page .inv-content img {
  width: 100%;
}
.investor-v2-page .inv-form {
  width: 40%;
}
@media screen and (max-width: 992px) {
  .investor-v2-page .inv-form {
    width: 100%;
  }
}
.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
}
.inv-elementor p {
  margin-bottom: 0;
}
.inv-elementor ul,
.inv-elementor ol {
  color: white;
  line-height: 1.2;
  margin-top: 20px;
}
.inv-elementor .elementor-container {
  max-width: 83.33333333% !important;
  margin: 0 auto;
}
.investor-v2-page {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .investor-v2-page {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.investor-v2-sec_2 {
  background-color: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .investor-v2-sec_2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.investor-v2-sec_2 .h1-heading {
  font-size: 38px;
  color: #424243;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 30px;
  text-align: left;
  margin-top: 0;
  padding-top: 60px;
  font-family: museo;
}
@media screen and (max-width: 992px) {
  .investor-v2-sec_2 .h1-heading {
    padding-top: 30px;
    padding-bottom: 0;
    font-size: 26px;
  }
}
.investor-v2-sec_2 .sec-wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .investor-v2-sec_2 .sec-wrap {
    flex-direction: column;
  }
}
.investor-v2-sec_2 .text-wrap {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .investor-v2-sec_2 .text-wrap {
    width: 100%;
  }
}
.investor-v2-sec_2 .heading {
  font-size: 21px;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .investor-v2-sec_2 .heading {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.investor-v2-sec_2 .para,
.investor-v2-sec_2 p {
  font-family: museo;
}
.investor-v2-sec_2 .para h6 {
  font-size: 14px;
}
.inv-btn {
  font-size: 16px;
  height: 50px;
  max-width: 400px;
  color: #fff !important;
  background-color: #424243;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  width: 100%;
  border-radius: 0;
  font-family: museo;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .inv-btn {
    padding: 15px 20px;
    height: auto;
  }
}
.inv-btn:hover {
  background-color: #25b9ec;
  color: #fff;
}
.investor-v2-sec_2 .img-wrap {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .investor-v2-sec_2 .img-wrap {
    width: 100%;
  }
}
.investor-v2-sec_2 .img-wrap img {
  width: 100%;
}
.investor-v2-sec_3 {
  background-color: #00748d;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .investor-v2-sec_3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.investor-v2-sec_3 .h1-heading {
  font-size: 38px;
  color: #2c3c37;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: left;
  margin-top: 0;
  padding-top: 60px;
  font-family: museo;
}
.investor-v2-sec_3 .sec-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .investor-v2-sec_3 .sec-wrap {
    flex-direction: column;
  }
}
.investor-v2-sec_3 .text-wrap {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .investor-v2-sec_3 .text-wrap {
    width: 100%;
  }
}
.investor-v2-sec_3 .heading {
  font-size: 38px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: museo;
}
@media screen and (max-width: 992px) {
  .investor-v2-sec_3 .heading {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.investor-v2-sec_3 .inv-btn {
  /* Button styles commented out */
}
.investor-v2-sec_3 .para {
  font-size: 21px;
  color: #fff;
  margin-bottom: 30px;
  font-family: museo;
}
@media screen and (max-width: 992px) {
  .investor-v2-sec_3 .para {
    font-size: 16px;
  }
}
.investor-v2-sec_3 .para p {
  color: #fff;
  font-family: museo;
}
.investor-v2-sec_3 ol,
.investor-v2-sec_3 ul {
  color: #fff;
  padding: 0 0 0 20px;
  line-height: 2;
  font-family: museo;
}
.investor-v2-sec_3 .img-wrap {
  width: 40%;
}
@media screen and (max-width: 992px) {
  .investor-v2-sec_3 .img-wrap {
    width: 100%;
  }
}
.investor-v2-sec_3 .img-wrap img {
  width: 100%;
  max-width: 400px;
}
.inv-form {
  background-color: #fff;
  padding: 40px;
  border: solid 1px #fff;
}
.inv-form input,
.inv-form optgroup,
.inv-form select,
.inv-form textarea {
  color: #424243 !important;
  border: 0 !important;
  border-bottom: 2px solid #767471 !important;
  border-radius: 0 !important;
  padding: 10px 0px !important;
}
.inv-form select {
  background-color: #fff;
}
.inv-form input::placeholder,
.inv-form textarea::placeholder {
  color: #424243 !important;
}
.inv-form .gform_wrapper.gravity-theme .gfield_label {
  color: #424243;
}
.inv-form .gform_wrapper.gravity-theme .gfield--type-captcha .gfield_label {
  display: none;
}
@media screen and (max-width: 992px) {
  .inv-form {
    padding: 30px;
  }
}
.inv-form h4 {
  font-size: 20px;
  color: #424243;
  line-height: 1.2;
  font-family: museo;
  margin-bottom: 10px;
}
.inv-form p {
  font-size: 14px;
  color: #424243;
  line-height: 1.2;
  font-family: museo;
  margin-bottom: 20px;
}
.inv-form.form-section .gform_wrapper {
  padding: 0;
  border: 0;
}
.inv-form .gform_wrapper .gfield--type-html {
  color: #424243 !important;
  font-size: 14px;
}
.inv-form .gform_wrapper .gfield_checkbox .gchoice label {
  font-family: museo;
  font-size: 12px;
  color: #424243;
}
.inv-form .gform_wrapper .gform_button {
  font-size: 16px;
  height: 50px;
  max-width: 300px;
  color: #fff !important;
  background-color: #424243;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  width: 100%;
  font-family: museo;
  margin-bottom: 30px;
  border: 0 !important;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.inv-form .gform_wrapper .gform_button:hover {
  color: #fff !important;
  background-color: #25b9ec;
}
.Audience-Segmenting-main .slick-next {
  right: 45px;
}
.Audience-Segmenting-main .slick-next:before {
  font-size: 40px;
}
.Audience-Segmenting-main .slick-prev {
  left: 25px;
}
.Audience-Segmenting-main .slick-prev:before {
  font-size: 40px;
}

@media screen and (max-width: 992px) {
  .Audience-Segmenting-main .slick-next:before {
    font-size: 30px;
  }
  .Audience-Segmenting-main .slick-prev:before {
    font-size: 30px;
  }
  .Audience-Segmenting-main .slick-next {
    right: 25px;
  }
  .Audience-Segmenting-main .slick-prev {
    left: 15px;
  }
}
a.lfsb-stage-ahref.land-buttons {
  padding-bottom: 30px;
}

a.lfsb-stage-ahref.land-buttons .lfsb-button {
  max-width: 260px;
  padding: 15px 15px;
  border-radius: 30px;
  max-width: 260px;
  margin: 0 auto;
}
a.lfsb-stage-ahref.land-buttons .lfsb-button:hover {
  color: #424244;
  background-color: #fff;
  border: 1px solid #fff;
}

/* custom css classes for Kiosk */

/* increase first name and last name text field gap */

.gform_wrapper.gravity-theme .ginput_complex {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  grid-column-gap: 1%;
}


/* add custom CSS for adding the form spinner */

/* Ensure form wrapper is positioned */
.footer-formA {
  position: relative;
}

/* Overlay add */
.footer-formA::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.5); /* semi-transparent gray */
  z-index: 5;
  display: none;
  pointer-events: none; /* allow interaction through the overlay if needed */
}

/* Show overlay when spinner is visible */
.footer-formA:has(.gform-loader:not([style*="display: none"]))::before {
  display: block;
}

/* gray overlay added */
.footer-formA .gform-loader {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* style the loader */
.gform_wrapper.footer-formA .gform-loader {
    align-self: center;
    animation: gformLoader 1.1s infinite linear;
    block-size: 8em !important;
    border-block-end: 1.1em solid #006451!important;
    border-block-start: 1.1em solid #fff;
    border-inline-end: 1.1em solid #fff;
    border-inline-start: 1.1em solid #006451 !important;
    border-radius: 50%;
    display: inline-block;
    font-size: 6px !important;
    inline-size: 8em !important;
    margin-inline-start: 2em;
    position: relative;
    transform: translateZ(0);
    vertical-align: middle;
}

.footer-formA {
  position: relative;
}

.gform_footer .button-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-spinner {
    z-index: 20;
    color: #25b9ec;
    font-size: 45px;
}

li::marker {
    font-size: 1em !important;
}

.single-news-category h4 {
  font-size: 17px;
}

.news-upper h4,
.news-upper ul li,
.news-upper ul li p {
  color : #4d4d53;
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .news-upper h4,
  .news-upper ul li,
  .news-upper ul li p {
    font-size: 15px;
  }
}
