/*!
 Theme Name: gables
 Theme URI: http://underscores.me/
 Author: Cconway And Partners
 Author URI: http://conwayandpartners.com/
 Description: Theme for Gables residential
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: cp_gables
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 gables is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Custom
 --------------------------------------------------------------*/
@font-face {
  font-family: "Domaine Sans";
  src: url("assets/fonts/DomaineSansDisplayTest-Semibold.otf");
  font-display: fallback;
}
@font-face {
  font-family: "Domaine Sans Light";
  src: url("assets/fonts/DomaineSansTextTest-Light.otf");
  font-display: fallback;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Domaine Sans";
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar {
  display: none;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 13px;
  height: 556px;
  border-radius: 6px;
  border: 1px solid rgba(151, 151, 151, 0.5);
  background-color: rgba(216, 216, 216, 0.5);
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(45, 51, 52, 1);
  -webkit-box-shadow: none;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(45, 51, 52, 0.8);
}
body {
  position: relative;
  font-family: "neue-haas-unica";
  color: #231f20;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  background: #f3f3f4;
}
body.page, body.post {
  margin: 0;
}
body a {
  color: inherit;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
body a:hover {
  color: #a9274a;
}
body a:active, body a:focus, body a:visited {
  color: inherit;
  outline: none;
}
body li, body ul {
  margin: 0;
  padding: 0;
}
body .container {
  max-width: 1400px;
  padding: 0;
}
body .cp-col {
  float: left;
}
@media screen and (max-width: 900px) {
  body .cp-col {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
body .cp-col-10 {
  width: 10%;
}
body .cp-col-15 {
  width: 15%;
}
body .cp-col-20 {
  width: 20%;
}
body .cp-col-25 {
  width: 25%;
}
body .cp-col-30 {
  width: 30%;
}
body .cp-col-35 {
  width: 35%;
}
body .cp-col-40 {
  width: 40%;
}
body .cp-col-45 {
  width: 45%;
}
body .cp-col-50 {
  width: 50%;
}
body .cp-col-55 {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  body .cp-col-55 {
    width: 50%;
    margin-left: 5%;
  }
}
body .cp-col-60 {
  width: 60%;
}
body .cp-col-65 {
  width: 65%;
}
body .cp-col-70 {
  width: 70%;
}
body .cp-col-75 {
  width: 75%;
}
body .cp-col-80 {
  width: 80%;
}
body .cp-col-100 {
  width: 100%;
}
@media screen and (min-width: 900px) {
  body .hidden-lg {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  body .hidden-md-dn {
    display: none !important;
  }
}
body .cp-invisible {
  opacity: 0;
}
body .red-bkg-rnd-btn {
  border-radius: 45px;
  border: 1px solid #a9274a;
  background-color: #a9274a;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
body .red-bkg-rnd-btn:hover {
  color: #a9274a !important;
  background: transparent;
}
body .red-bkg-rnd-btn:hover * {
  color: #a9274a !important;
}
body .red-bkg-rnd-btn * {
  font-weight: 300;
  font-size: 15px;
  padding: 7px 32px 8px;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
}
body .red-bkg-rnd-btn *:hover {
  color: #a9274a !important;
}
body .red-bdr-rnd-btn {
  border-radius: 45px;
  border: 1px solid #a9274a;
  cursor: pointer;
  transition: all 0.3s ease-in;
  background: transparent;
}
body .red-bdr-rnd-btn:hover {
  color: #a9274a !important;
  background-color: #a9274a;
}
body .red-bdr-rnd-btn:hover * {
  color: #a9274a !important;
}
body .red-bdr-rnd-btn * {
  font-weight: 300;
  font-size: 15px;
  padding: 7px 32px 8px;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
}
body .red-bdr-rnd-btn *:hover {
  color: #a9274a !important;
}
body.toggled {
  overflow: hidden;
}
body:not(.toggled).scrolled #masthead {
  padding-top: 14px;
  padding-bottom: 14px;
  max-height: none;
  background: #fff;
  z-index: 2000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  body:not(.toggled).scrolled #masthead {
    min-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.toggled).scrolled #masthead .site-branding {
    padding-top: 20px;
  }
}
body:not(.toggled).scrolled #masthead .site-branding .sticky-logo {
  opacity: 1;
}
body:not(.toggled).scrolled #masthead .site-branding .custom-logo-link {
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  body:not(.toggled).scrolled #masthead #site-navigation .menu-toggle {
    top: 15px !important;
    background-image: url("img/gables_sprite.png");
    background-repeat: no-repeat;
    background-position: -615px -458px;
  }
}
@media screen and (max-width: 900px) {
  body:not(.toggled).scrolled #masthead #site-navigation .menu-main-menu-container #primary-menu li {
    display: block;
    margin-left: 0;
    text-align: left;
  }
}
body:not(.toggled).scrolled #masthead #site-navigation .menu-main-menu-container #primary-menu li a {
  color: #231f20;
}
body:not(.toggled).scrolled #masthead #site-navigation .menu-main-menu-container #primary-menu li a:hover {
  color: #a9274a;
}
@media screen and (max-width: 900px) {
  body:not(.toggled).scrolled #masthead #site-navigation .menu-main-menu-container #primary-menu li a {
    color: #fff;
  }
}
@media screen and (max-width: 900px) {
  body:not(.toggled).scrolled #masthead #site-navigation .menu-main-menu-container #primary-menu li + li {
    margin-left: 0;
  }
}
body:not(.toggled).scrolled #masthead #site-navigation .menu-main-menu-container #primary-menu li.red-bkg-rnd-btn:hover a {
  color: #a9274a !important;
}
@media screen and (max-width: 900px) {
  body:not(.toggled).scrolled #masthead #site-navigation .menu-main-menu-container #primary-menu li.red-bkg-rnd-btn:hover a {
    color: #fff !important;
  }
}
@media screen and (max-width: 900px) {
  body:not(.toggled).scrolled #masthead #site-navigation .menu-main-menu-container #primary-menu li.red-bkg-rnd-btn {
    border-radius: 50px;
    border: 1px solid #fff;
    margin-top: 25px;
  }
}
body:not(.toggled).scrolled #masthead #site-navigation .menu-main-menu-container #primary-menu li.hovered a {
  color: #a9274a;
}
body #masthead {
  position: fixed;
  z-index: 2;
  width: 100%;
  padding: 40px 7%;
  background: transparent;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 900px) {
  body #masthead {
    padding-top: 60px;
    padding-left: 4%;
    padding-right: 4%;
    z-index: 3;
    height: 60px;
  }
}
body #masthead .site-branding {
  position: relative;
  width: auto;
  width: 220px;
  top: 15px;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  body #masthead .site-branding {
    max-width: 40%;
    padding-top: 0;
  }
}
body #masthead .site-branding .sticky-logo {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease-in;
}
body #masthead .site-branding .custom-logo-link {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  transition: all 0.3s ease-in;
  padding-top: 90px;
}
body #masthead .site-branding .custom-logo-link.black-mobile-logo {
  display: none;
}
@media screen and (max-width: 900px) {
  body #masthead .site-branding .custom-logo-link {
    padding-top: 0;
  }
}
body #masthead #site-navigation {
  float: right;
  width: auto;
  transition: all 0.3s ease-in;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation {
    float: none;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #a9274a;
  }
}
body #masthead #site-navigation.toggled {
  right: 0;
  z-index: 2;
}
body #masthead #site-navigation.toggled .menu-toggle {
  background-image: url("img/gables_sprite.png");
  background-repeat: no-repeat;
  background-position: -1000px -239px;
}
body #masthead #site-navigation .menu-toggle {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-image: url("img/gables_sprite.png");
  background-repeat: no-repeat;
  background-position: -924px -238px;
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 10%;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-toggle {
    right: 4%;
    display: block;
    top: 15px;
  }
}
body #masthead #site-navigation .menu-main-menu-container {
  transition: all 0.3s ease-in;
  background: transparent;
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu {
  float: right;
  text-align: right;
  transition: all 0.3s ease-in;
  display: block;
  line-height: 15px;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu {
    padding-top: 100px;
    width: 50%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
  }
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li.active {
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li {
    display: block;
    margin-left: 0;
    text-align: left;
  }
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li a {
    font-size: 20px;
    font-weight: 300;
    line-height: 37px;
    color: #fff;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-align: center;
  }
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li a:hover {
    color: #fff !important;
  }
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li a:hover {
  color: #a9274a;
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li + li {
  margin-left: 40px;
}
@media screen and (max-width: 1350px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li + li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1200px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li + li {
    margin-left: 12px;
  }
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li + li {
    margin-left: 0;
  }
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li.hidden-header {
  display: none;
}
body #masthead #site-navigation .menu-main-menu-container #primary-menu li.red-bkg-rnd-btn:hover a {
  color: #fff !important;
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li.red-bkg-rnd-btn:hover a {
    color: #fff !important;
  }
}
@media screen and (max-width: 900px) {
  body #masthead #site-navigation .menu-main-menu-container #primary-menu li.red-bkg-rnd-btn {
    border-radius: 50px;
    border: 1px solid #fff;
    margin-top: 25px;
  }
}
body section.content-section {
  overflow-x: hidden;
}
body section.content-section img {
  width: 100%;
  height: auto;
}
body section.content-section .section-wrapper {
  padding: 100px 7% 0;
}
body section.content-section .section-wrapper:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body section.content-section .section-wrapper.mobile-full-width {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  body section.content-section .section-wrapper {
    padding: 60px 7% 0;
  }
}
body section.content-section .section-wrapper .subsectionheading {
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  color: #600e1e;
  margin-bottom: 0;
  max-width: 90%;
}
@media screen and (max-width: 1024px) {
  body section.content-section .section-wrapper .subsectionheading {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  body section.content-section .section-wrapper .subsectionheading {
    line-height: 45px;
    max-width: 70%;
  }
}
@media screen and (max-width: 420px) {
  body section.content-section .section-wrapper .subsectionheading {
    max-width: inherit;
  }
}
@media screen and (max-width: 360px) {
  body section.content-section .section-wrapper .subsectionheading {
    font-size: 35px;
  }
}
body section.content-section .section-wrapper .subsectioncontent {
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  body section.content-section .section-wrapper .subsectioncontent {
    margin-top: 40px;
  }
}
@media screen and (max-width: 420px) {
  body section.content-section .section-wrapper .subsectioncontent {
    font-size: 15px;
    line-height: 24px;
  }
}
body section.content-section .section-wrapper p:last-child {
  margin-bottom: 0;
}
body section.content-section .section-wrapper .red-bkg-rnd-btn {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  body section.content-section .section-wrapper .red-bkg-rnd-btn {
    bottom: initial;
    margin-top: 50px;
  }
}
body section.content-section .section-wrapper .red-bkg-rnd-btn * {
  padding: 9px 48px;
}
body section.content-section .section-wrapper .content-section-bullets li {
  display: inline-block;
  width: 27%;
  color: #231f20;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 420px) {
  body section.content-section .section-wrapper .content-section-bullets li {
    width: 100%;
    margin: 30px 0 0 !important;
  }
}
body section.content-section .section-wrapper .content-section-bullets li:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: #a9274a;
  border-radius: 50%;
  margin-right: 10%;
}
body section.content-section .section-wrapper .content-section-bullets li.middle-column {
  margin: 0 8%;
}
body section.content-section .section-wrapper .content-section-bullets li.initial-column {
  margin: 0 0 70px;
}
body section.content-section .section-wrapper .content-section-bullets li span {
  display: inline-block;
  width: auto;
  max-width: 83%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  body section.content-section .section-wrapper .content-section-bullets li span {
    max-width: 80%;
  }
}
body section.content-section .section-fullwidth-image {
  margin: 100px 0 0;
  height: 610px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  body section.content-section .section-fullwidth-image {
    margin: 60px 0 0;
    height: 30vh;
  }
}
body section.content-section .section-fullwidth-image span {
  opacity: 0.71;
  color: #fff;
  font-size: 150px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-device-width: 420px) {
  body section.content-section .section-fullwidth-image span {
    font-size: 75px;
    font-weight: 300;
  }
}
body section.content-section .owl-item:not(.active) {
  opacity: 0.4;
}
body section.content-section .cp-gallery-tools {
  padding: 40px 7% 0 !important;
}
body section.content-section .cp-gallery-tools:after {
  display: block;
  content: "";
  background: #dadada;
  width: 100%;
  height: 2px;
  margin-top: 100px;
}
@media only screen and (max-device-width: 768px) {
  body section.content-section .cp-gallery-tools:after {
    display: none;
  }
}
body section.content-section .cp-gallery-tools .cp-col {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  body section.content-section .cp-gallery-tools .cp-col {
    width: 49% !important;
  }
}
body section.content-section .cp-gallery-tools .gallery-captions {
  width: 49.6%;
}
@media screen and (max-width: 360px) {
  body section.content-section .cp-gallery-tools .gallery-captions {
    width: 44% !important;
  }
}
@media screen and (max-width: 360px) {
  body section.content-section .cp-gallery-tools .gallery-nav {
    width: 54% !important;
  }
}
body section.content-section .cp-gallery-tools .gallery-nav .owl-nav {
  float: right;
  text-align: right;
}
@media screen and (max-width: 420px) {
  body section.content-section .cp-gallery-tools .gallery-nav .owl-nav {
    transform: scale(0.8);
    transform: scale(0.8);
    right: -20px;
    position: relative;
  }
}
body section.content-section .cp-gallery-tools .gallery-nav .owl-nav [class*="owl-"] {
  position: relative;
  outline: none;
  width: 63px;
  height: 63px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
body section.content-section .cp-gallery-tools .gallery-nav .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
body section.content-section .cp-gallery-tools .gallery-nav .owl-nav [class*="owl-"].owl-prev {
  float: none;
  left: 0;
  background-image: url("img/gables_sprite.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -129px -229px;
}
body section.content-section .cp-gallery-tools .gallery-nav .owl-nav [class*="owl-"].owl-prev:hover {
  background-position: -378px -229px;
}
body section.content-section .cp-gallery-tools .gallery-nav .owl-nav [class*="owl-"].owl-next {
  float: none;
  right: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("img/gables_sprite.png");
  margin: 0 0 0 15px;
  background-position: -246px -229px;
}
body section.content-section .cp-gallery-tools .gallery-nav .owl-nav [class*="owl-"].owl-next:hover {
  background-position: -474px -229px;
}
body section.content-section#onepage-scroll-hero {
  position: relative;
}
body section.content-section#onepage-scroll-hero #onepage-home-carousel {
  position: relative;
}
body section.content-section#onepage-scroll-hero #onepage-home-carousel .item {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 900px) {
  body section.content-section#onepage-scroll-hero #onepage-home-carousel .item {
    height: 70vh;
  }
}
@media screen and (max-width: 375px) {
  body section.content-section#onepage-scroll-hero #onepage-home-carousel .item {
    height: 69vh;
  }
}
@media screen and (max-width: 320px) {
  body section.content-section#onepage-scroll-hero #onepage-home-carousel .item {
    height: 62vh;
  }
}
body section.content-section#onepage-scroll-hero #onepage-home-carousel .item:before {
  display: block;
  content: "";
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.45;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 900px) {
  body section.content-section#onepage-scroll-hero #onepage-home-carousel .item:before {
    height: 70vh;
  }
}
@media screen and (max-width: 375px) {
  body section.content-section#onepage-scroll-hero #onepage-home-carousel .item:before {
    height: 69vh;
  }
}
@media screen and (max-width: 320px) {
  body section.content-section#onepage-scroll-hero #onepage-home-carousel .item:before {
    height: 62vh;
  }
}
body section.content-section#onepage-scroll-hero #onepage-home-carousel .owl-dots {
  position: absolute;
  right: 7%;
  bottom: 12%;
}
@media screen and (max-width: 900px) {
  body section.content-section#onepage-scroll-hero #onepage-home-carousel .owl-dots {
    bottom: 6%;
    right: 7%;
  }
}
body section.content-section#onepage-scroll-hero #onepage-home-carousel .owl-dots .owl-dot {
  outline: none !important;
  background: transparent;
  border: 0;
}
body section.content-section#onepage-scroll-hero #onepage-home-carousel .owl-dots .owl-dot.active span {
  background: #a9274a;
  border-color: #a9274a;
}
body section.content-section#onepage-scroll-hero #onepage-home-carousel .owl-dots .owl-dot:hover span {
  background: #a9274a;
  border-color: #a9274a;
}
body section.content-section#onepage-scroll-hero #onepage-home-carousel .owl-dots .owl-dot span {
  background: #fff;
  transition: all 0.3s ease-in;
  border-radius: 30px;
  width: 15px;
  height: 15px;
  display: block;
}
body section.content-section#onepage-scroll-hero #onepage-home-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 4px;
}
body section.content-section#onepage-scroll-hero #onepage-home-heading {
  margin: 0 7%;
  width: 45%;
  color: #fff;
  position: absolute;
  bottom: 12%;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  body section.content-section#onepage-scroll-hero #onepage-home-heading {
    width: 100%;
    position: relative;
  }
}
body section.content-section#onepage-scroll-hero #onepage-home-heading h1 {
  font-size: 58px;
  font-weight: 600;
  margin-left: 8%;
}
@media screen and (max-width: 900px) {
  body section.content-section#onepage-scroll-hero #onepage-home-heading h1 {
    color: #a9274a;
    font-size: 32px;
    line-height: 35.28px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
body section.content-section#onepage-scroll-hero #onepage-home-heading h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "neue-haas-unica";
  margin-top: 280px;
}
@media screen and (max-height: 768px) {
  body section.content-section#onepage-scroll-hero #onepage-home-heading h2 {
    margin-top: 15%;
  }
}
@media screen and (max-height: 700px) {
  body section.content-section#onepage-scroll-hero #onepage-home-heading h2 {
    margin-top: 5%;
  }
}
@media screen and (max-width: 900px) {
  body section.content-section#onepage-scroll-hero #onepage-home-heading h2 {
    margin-top: 0;
    color: #231f20;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
  }
}
body section.content-section#onepage-scroll-hero #hero-bottom-text {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-color: #a9274a;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  body section.content-section#onepage-scroll-hero #hero-bottom-text {
    position: relative;
  }
}
body section.content-section#onepage-scroll-hero #hero-bottom-text span {
  padding: 18px;
  font-size: 20px;
  font-weight: 300;
  display: block;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background-color: #a9274a;
}
@media screen and (max-width: 900px) {
  body section.content-section#onepage-scroll-hero #hero-bottom-text span {
    font-size: 17px;
    font-weight: 300;
  }
}
body section.content-section#onepage-scroll-home #home-col-left {
  position: relative;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-home .content-section-bullets {
    margin-top: 80px;
  }
}
body section.content-section#onepage-scroll-home .section-fullwidth-image {
  background-position: center bottom !important;
}
body section.content-section#onepage-scroll-amenities .section-wrapper {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-amenities .content-section-bullets li:first-child {
    margin-top: 0 !important;
  }
}
body section.content-section#onepage-scroll-amenities #amenities-zaza {
  padding-top: 0;
  padding-bottom: 0;
}
body section.content-section#onepage-scroll-amenities #amenities-zaza:before {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #dadada;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-amenities #amenities-zaza:before {
    margin-bottom: 50px;
  }
}
body section.content-section#onepage-scroll-amenities #amenities-zaza .zaza-heading {
  color: #231f20;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  text-align: right;
  margin-bottom: 80px;
  padding-right: 200px;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-amenities #amenities-zaza .zaza-heading {
    padding-right: 100px;
    text-align: left;
    float: left;
    padding: 0;
    margin-bottom: 40px;
    font-size: 15px;
    width: 100%;
  }
}
body section.content-section#onepage-scroll-amenities #onepage-amenities-carousel {
  position: relative;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-amenities #onepage-amenities-carousel {
    margin: 0;
  }
}
@media screen and (max-width: 420px) {
  body section.content-section#onepage-scroll-amenities #onepage-amenities-carousel {
    margin: 50px 0 0;
  }
}
body section.content-section#onepage-scroll-amenities #onepage-amenities-carousel .image-caption {
  display: none;
}
body section.content-section#onepage-scroll-apartments #apartments-col-left {
  position: relative;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-apartments .content-section-bullets {
    margin: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-apartments .content-section-bullets li:first-child {
    margin-top: 0 !important;
  }
}
body section.content-section#onepage-scroll-apartments #onepage-apartments-carousel {
  position: relative;
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-apartments #onepage-apartments-carousel {
    margin: 0;
  }
}
@media screen and (max-width: 420px) {
  body section.content-section#onepage-scroll-apartments #onepage-apartments-carousel {
    margin: 50px 0 0;
  }
}
body section.content-section#onepage-scroll-apartments #onepage-apartments-carousel .image-caption {
  display: none;
}
body section.content-section#onepage-scroll-history #history-image-block .section-fullwidth-image {
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-history #history-image-block .section-fullwidth-image {
    margin-bottom: 50px;
  }
}
body section.content-section#onepage-scroll-history #history-image-block p {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.4px;
  color: #696c71;
  font-family: "Domaine Sans Light";
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-history #history-image-block p {
    font-size: 35px;
    letter-spacing: -0.28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-neighborhood .content-section-bullets {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-neighborhood .content-section-bullets li:first-child {
    margin-top: 0 !important;
  }
}
body section.content-section#onepage-scroll-neighborhood #onepage-neighborhood-carousel {
  position: relative;
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-neighborhood #onepage-neighborhood-carousel {
    margin: 0;
  }
}
@media screen and (max-width: 420px) {
  body section.content-section#onepage-scroll-neighborhood #onepage-neighborhood-carousel {
    margin: 50px 0 0;
  }
}
body section.content-section#onepage-scroll-neighborhood #onepage-neighborhood-carousel .image-caption {
  display: none;
}
body section.content-section#onepage-scroll-hotelzaza #hotelzaza-image-block .section-fullwidth-image {
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-hotelzaza #hotelzaza-image-block .section-fullwidth-image {
    margin-bottom: 50px;
  }
}
body section.content-section#onepage-scroll-hotelzaza #hotelzaza-image-block p {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.4px;
  color: #696c71;
  font-family: "Domaine Sans Light";
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-hotelzaza #hotelzaza-image-block p {
    font-size: 35px;
    letter-spacing: -0.28px;
    line-height: 40px;
  }
}
body section.content-section#onepage-scroll-hotelzaza #zaza-map {
  margin: 100px 0 0;
  height: 610px;
  /*style the paragraph tag*/
  /*style the annoying little arrow at the bottom*/
  /*style the link*/
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-hotelzaza #zaza-map {
    margin: 60px 0 0;
  }
}
body section.content-section#onepage-scroll-hotelzaza #zaza-map .gm-style-iw.gm-style-iw-c {
  padding: 20px !important;
}
body section.content-section#onepage-scroll-hotelzaza #zaza-map .gm-style .gm-style-iw {
  background-color: #231f20 !important;
  padding: 20px;
  border-radius: 0;
}
body section.content-section#onepage-scroll-hotelzaza #zaza-map .gm-style .gm-style-iw #google-popup p {
  padding: 10px;
}
body section.content-section#onepage-scroll-hotelzaza #zaza-map .gm-style div div div div div div div div {
  background-color: #231f20 !important;
  margin: 0;
  padding: 0;
  top: 0;
  color: #fff;
}
body section.content-section#onepage-scroll-hotelzaza #zaza-map .gm-style div div div div div div div div a {
  color: #fff;
  transition: all 0.3s ease-in;
}
body section.content-section#onepage-scroll-hotelzaza #zaza-map .gm-style div div div div div div div div a:hover {
  color: #a9274a;
}
@media screen and (max-width: 768px) {
  body section.content-section#onepage-scroll-hotelzaza .section-fullwidth-image {
    height: 100vh;
    background-position: 38% 50%;
  }
  body section.content-section#onepage-scroll-hotelzaza .section-fullwidth-image .zaza-launch-square {
    top: 45%;
    left: 65%;
  }
  body section.content-section#onepage-scroll-hotelzaza .section-fullwidth-image .zaza-map-caption {
    transform: translate(-78%, -50%);
  }
}
body section.content-section#onepage-scroll-hotelzaza .zaza-map-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-117%, -56%);
  padding: 5px 33px;
  background: #231f20;
  color: #fff;
  font-size: 12px;
}
body section.content-section#onepage-scroll-hotelzaza .zaza-map-caption:before {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #231f20;
  right: -15px;
  top: 41%;
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: absolute;
}
body section.content-section#onepage-scroll-hotelzaza .zaza-map-caption p:first {
  display: block;
  margin-top: 10px;
}
body section.content-section#onepage-scroll-hotelzaza .zaza-map-caption .zaza-close-square {
  position: absolute;
  right: 10px;
  font-weight: bold;
  text-decoration: none !important;
}
body section.content-section#onepage-scroll-hotelzaza .zaza-launch-square {
  position: absolute;
  top: 43.5%;
  left: 48%;
  width: 60px;
  height: 60px;
  z-index: 3;
}
body section.content-section#onepage-scroll-contact {
  background: #231f20;
  color: #fff;
}
body section.content-section#onepage-scroll-contact h1, body section.content-section#onepage-scroll-contact h2, body section.content-section#onepage-scroll-contact h4, body section.content-section#onepage-scroll-contact h5, body section.content-section#onepage-scroll-contact h6 {
  font-family: "neue-haas-unica";
  color: #fff;
}
body section.content-section#onepage-scroll-contact h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
}
@media screen and (max-width: 420px) {
  body section.content-section#onepage-scroll-contact h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 360px) {
  body section.content-section#onepage-scroll-contact h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 320px) {
  body section.content-section#onepage-scroll-contact h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
body section.content-section#onepage-scroll-contact h4 {
  color: #a9274a;
}
body section.content-section#onepage-scroll-contact #contact-col-right .subsectioncontent:first-child {
  margin-bottom: 120px;
}
@media screen and (max-width: 420px) {
  body section.content-section#onepage-scroll-contact #contact-col-right .subsectioncontent:first-child {
    margin-bottom: 50px;
  }
}
body section.content-section#onepage-scroll-contact #contact-col-right .nf-field-container {
  margin-bottom: 15px;
}
body section.content-section#onepage-scroll-contact #contact-col-right nf-field.cp-col-50 {
  width: 48%;
}
body section.content-section#onepage-scroll-contact #contact-col-right nf-field.cp-col.cp-col-50:nth-child(even) {
  margin-left: 4%;
}
body section.content-section#onepage-scroll-contact #contact-col-right .nf-field-container {
  width: 100%;
}
body section.content-section#onepage-scroll-contact #contact-col-right input:not(.red-bdr-rnd-btn), body section.content-section#onepage-scroll-contact #contact-col-right textarea {
  background: transparent;
  padding: 10px 15px !important;
  border-radius: 2px;
  border: 1px solid #696c71;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: "neue-haas-unica";
  width: 100%;
  max-height: 160px;
}
body section.content-section#onepage-scroll-contact #contact-col-right input:not(.red-bdr-rnd-btn)::placeholder, body section.content-section#onepage-scroll-contact #contact-col-right textarea::placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  opacity: 1;
}
body section.content-section#onepage-scroll-contact #contact-col-right .red-bdr-rnd-btn {
  border-radius: 45px;
  border: 1px solid #a9274a;
  cursor: pointer;
  transition: all 0.3s ease-in;
  background: transparent;
  font-weight: 300;
  font-size: 15px;
  padding: 11px 60px;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  font-family: "neue-haas-unica";
}
body section.content-section#onepage-scroll-contact #contact-col-right .red-bdr-rnd-btn:hover {
  color: #fff !important;
  background: #a9274a;
}
body section.content-section#onepage-scroll-contact #contact-col-right .nf-error input:not(.red-bdr-rnd-btn), body section.content-section#onepage-scroll-contact #contact-col-right .nf-error textarea {
  border: 1px solid #a9274a;
  color: #a9274a;
}
body section.content-section#onepage-scroll-contact #contact-col-right .nf-error input:not(.red-bdr-rnd-btn)::placeholder, body section.content-section#onepage-scroll-contact #contact-col-right .nf-error textarea::placeholder {
  color: #a9274a;
}
body section.content-section#onepage-scroll-contact #contact-col-right .nf-error .nf-error-msg {
  color: #a9274a;
}
body section.content-section#onepage-scroll-contact #contact-col-right .nf-after-field {
  position: absolute;
  bottom: 5px;
  color: #a9274a;
  font-size: 12px;
  font-weight: 300;
  right: 0;
}
body section.content-section#onepage-scroll-contact #contact-col-right nf-field:not(.cp-col-50) .nf-after-field {
  top: 0;
}
body section.content-section#onepage-scroll-contact #contact-col-right .nf-after-form-content {
  display: none;
}
body section.content-section#onepage-scroll-contact #contact-col-right .nf-form-fields-required.cp-col.cp-col-50 {
  text-align: right;
  font-size: 12px;
  font-weight: 300;
  padding-top: 7px;
  width: 50% !important;
}
body section.content-section#onepage-scroll-contact #contact-col-right nf-field:last-child {
  margin-top: 60px;
  display: block;
}
body section.content-section#onepage-scroll-contact #contact-col-right #nf-field-4-wrap {
  width: 50% !important;
  float: left;
}
body section.content-section#onepage-scroll-contact .contact-content {
  margin: 80px 0 100px;
  line-height: 26px;
}
@media screen and (max-width: 420px) {
  body section.content-section#onepage-scroll-contact .contact-content {
    margin-bottom: 50px;
  }
}
body section.content-section#onepage-scroll-contact .contact-content a {
  color: #a9274a;
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  body section.content-section#onepage-scroll-contact .contact-content a.tel-link {
    cursor: inherit;
    color: #fff;
    text-decoration: none;
  }
}
body section.content-section#onepage-scroll-contact .contact-content a:hover {
  color: #fff;
}
@media screen and (max-width: 420px) {
  body section.content-section#onepage-scroll-contact ul:after {
    display: block;
    content: "";
    background: #dadada;
    width: 100%;
    height: 1px;
    margin-top: 50px;
    opacity: 0.2;
  }
}
body section.content-section#onepage-scroll-contact ul li {
  display: inline-block;
  width: 33px;
}
body section.content-section#onepage-scroll-contact ul li + li {
  margin-left: 50px;
}
body section.content-section#onepage-scroll-contact ul li .contact-social-network {
  display: block;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-image: url("img/gables_sprite.png");
  transition: none;
}
body section.content-section#onepage-scroll-contact ul li .contact-social-network.instagram {
  background-position: -379px -490px;
}
body section.content-section#onepage-scroll-contact ul li .contact-social-network.instagram:hover {
  background-position: -128px -489px;
}
body section.content-section#onepage-scroll-contact ul li .contact-social-network.facebook {
  background-position: -446px -489px;
}
body section.content-section#onepage-scroll-contact ul li .contact-social-network.facebook:hover {
  background-position: -195px -488px;
}
body section.content-section#onepage-scroll-contact ul li .contact-social-network.house {
  background-position: -518px -489px;
}
body section.content-section#onepage-scroll-contact ul li .contact-social-network.house:hover {
  /* background-position: -267px -488px; */
  background-position: -518px -489px;
}
body footer {
  background: #131011;
  padding-top: 90px;
  padding-bottom: 110px;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  body footer {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
body footer .site-info {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 7%;
}
body footer .site-info a {
  color: #fff;
  text-decoration: none;
}
body footer .site-info a:hover {
  color: #a9274a;
}
body footer .site-info p {
  margin-bottom: 25px;
}
body footer .site-info p:last-child {
  margin-bottom: 0;
}
body footer .site-info .cp-col {
  padding: 0 15px;
}
@media screen and (max-width: 380px) {
  body footer .site-info .cp-col {
    padding: 0;
  }
}
body footer .site-info .cp-col #footer-sub-menu-wrapper {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 900px) {
  body footer .site-info .cp-col #footer-sub-menu-wrapper {
    margin: 50px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  body footer .site-info .footer-col1 {
    margin-bottom: 0;
    width: 70% !important;
  }
}
@media screen and (max-width: 420px) {
  body footer .site-info .footer-col1 {
    margin-bottom: 0;
    width: 40% !important;
  }
}
@media screen and (max-width: 768px) {
  body footer .site-info .footer-col2 {
    width: 30% !important;
  }
}
@media screen and (max-width: 420px) {
  body footer .site-info .footer-col2 {
    width: 60% !important;
  }
}
body footer .site-info .footer-col2 a {
  text-decoration: underline;
  color: #a9274a;
  line-height: 20px;
}
body footer .site-info .footer-col2 a:hover {
  color: #fff;
}
body footer .site-info .footer-col2 a:first-child {
  display: block;
}
@media screen and (max-width: 768px) {
  body footer .site-info .footer-col3 {
    width: 100% !important;
    margin: 40px 0;
  }
}
body footer .site-info .footer-col3 a {
  line-height: 20px;
}
body footer .site-info .footer-col3 a:hover {
  color: #a9274a;
}
@media screen and (max-width: 900px) {
  body footer .site-info .footer-col3 .footer-ta1-move br {
    display: none;
  }
}
body footer .site-info .footer-col3 .footer-ta1-move a {
  text-decoration: underline;
  color: #a9274a;
  line-height: 20px;
  display: inline-block;
  width: auto;
}
body footer .site-info .footer-col3 .footer-ta1-move a:hover {
  color: #fff;
}
body footer .site-info .footer-col3 .footer-ta1-move a:first-child {
  width: 50%;
}
body footer .site-info .footer-col4 .menu-main-menu-container {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  body footer .site-info .footer-col4 .menu-main-menu-container {
    display: none;
  }
}
body footer .site-info .footer-col4 .menu-main-menu-container ul {
  list-style: none;
}
body footer .site-info .footer-col4 .menu-main-menu-container ul li {
  padding: 0;
}
body footer .site-info .footer-col4 .menu-main-menu-container ul li.red-bkg-rnd-btn {
  background: transparent;
  border: 0;
  text-align: left;
}
body footer .site-info .footer-col4 .menu-main-menu-container ul li.red-bkg-rnd-btn a {
  padding: 0;
}
body footer .site-info .footer-col4 .menu-main-menu-container ul li.red-bkg-rnd-btn a:hover {
  color: #a9274a !important;
}
@media screen and (max-width: 900px) {
  body footer .site-info .footer-col4 br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  body footer .site-info .footer-col4 p {
    float: left;
    width: 50%;
  }
}
