.template-background-color {
    background-color: #B69962;
}

.template-color {
    color: #B69962;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Full width for google maps widget frame 
 */

iframe[src*="https://maps.google.com"] {
    width: 100%;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.transition {
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.nav,
.nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav {
    justify-content: center;
    width: 100%;
    margin: 0;
    z-index: 2;
    padding: 5px 0;
    background-color: #58595B;
    max-height: 50px;
}

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

.nav .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.nav .menu > li {
    margin: 0 8px;
    position: relative;
    line-height: 1em;
}

.nav .menu > li > a {
    display: block;
    line-height: 20px;
    text-align: center;
    color: #939592;
    font-size: 15px;
    position: relative;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-weight: 700;
}

.nav .menu > li > a.over,
.nav .menu > li > a:hover {
    color: #B69962;
    text-decoration: none;
}

.nav .menu > li.current-menu-item > a,
.nav .menu > li.current-post-ancestor > a,
.nav .menu > li.current-post-parent > a {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
}

.nav .children,
.nav .sub-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    width: 150px;
    z-index: 2;
    display: none;
}

.nav .children li,
.nav .sub-menu li {
    float: none;
    margin: 0;
}

.nav .children a,
.nav .sub-menu {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    text-decoration: none;
}

.nav .children li:nth-child(1) a,
.nav .sub-menu li:nth-child(1) a {
    border-top: 0;
}

/* menu mobile */

.nav-toggle {
    position: relative;
    width: 35px;
    height: 35px;
    display: block;
    cursor: pointer;
    right: 2em;
    top: 2em;
    opacity: 0;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    cursor: pointer;
    height: 2px;
    width: 22px;
    background: #58595B;
    position: absolute;
    display: block;
    content: '';
    border-radius: 50%;
}

.nav-toggle span:before {
    top: -8px;
}

.nav-toggle span:after {
    bottom: -8px;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
    background-color: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
    top: 0;
}

.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* menu mobile */

/*.transition {
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

*:focus {
    outline: none;
}


/* Place Holder CSS */
::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:-moz-placeholder {
    color: #000;
    opacity: 0.5;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

::-moz-placeholder {
    color: #000;
    opacity: 0.5;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:hover::-webkit-input-placeholder {
    opacity: 0.75;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:hover:-moz-placeholder {
    opacity: 0.75;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:hover::-moz-placeholder {
    opacity: 0.75;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:hover:-ms-input-placeholder {
    opacity: 0.75;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}


/* menu mobile */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    /*background: url(../images/body.jpg) repeat-x left top;*/
    background-color: #FFF;
    padding: 0 0 0;
}

.wrapper {
    margin: 0 auto;
}

.header {
    position: relative;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    color: #FFF;
    width: 100%;
    background-color: #FFF;
}

.header-fixed {
    /*  position: fixed;*/
    left: 0;
    right: 0;
    top: 0;
}

.header.scrolling {
    position: fixed;
    left: 0;
    top: 0;
}

.banner-hero img {
    width: 100%;
    height: auto;
}

.inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.logo-image {
    width: 100%;
    margin: 0;
    line-height: 1em;
    font-size: 0;
}

.logo-image img {
    height: 80px;
}

.header-inner {
    display: grid;
    align-items: center;
    padding: 20px 42px;
    min-height: 120px;
}

.header-inner .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.content {
    zoom: 1;
    position: relative;
    z-index: 1;
}

.content-inner {
    padding: 25px 0;
    zoom: 1;
}

.page-content {
    position: relative;
    z-index: 100;
}

.main-content-inner {
    padding: 0;
}

.aside,
.aside p,
.aside a {
    color: #000
}

.footer {
    margin: 0 auto;
    clear: both;
    float: none;
    background-color: #444041;
    color: #FFF;
}

.footer a {
    color: #FFF;
}

.footer-inner {
    padding: 2em 0;
}


/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
    max-width: none;
}

body div.wpcf7-response-output {
    margin: 0 1% 1em 0;
    padding: 0.5em 1em;
    width: 100%;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #FFF;
}

body div.wpcf7-validation-errors {
    border: 1px solid red;
}

.page .content-inner .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.page .main {
    width: 70%;
    order: 2;
}

.page .aside {
    width: 28%;
    order: 1;
}

.title_aside {
    margin: 0;
    padding: 15px 35px;
    line-height: 1em;
    background-color: #58595B;
    color: #FFF;
}

.aside-inner {
    padding: 15px 35px;
    background-color: #77BED3;
}

.aside-menu li a {
    display: block;
    padding: 5px 0;
}

.aside-menu li:first-child a {
    border: 0;
}


/**/

.accordion-group {
    padding: 1rem 0;
}

.accordion-group__accordion {
    margin: 0 0 10px;
}

.accordion-group__accordion-heading {
    margin: 0;
    font-weight: 700;
}

.accordion-group__accordion-btn {
    background-color: #58595B;
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    color: #FFF;
    text-align: left;
    width: 100%;
    border: 0;
    position: relative;
    font-weight: 700;
}

.accordion-group__accordion-btn:focus {
    background-color: #bbc8d2;
}

.accordion-group__accordion-heading span {
    position: absolute;
    right: 15px;
    top: 10px;
}

.accordion-group__accordion-heading span:before {
    content: "+";
}

.accordion-group__accordion_expanded span:before {
    content: "-";
}

.accordion-group__accordion-panel {
    padding: 0.5rem 1rem;
}

.accordion-group__accordion-btn_expanded {
    background-color: #bbc8d2;
}

.search-form-aside {
    background-color: #FFF;
    padding: 10px 10px 5px;
}

.search-form-aside input[type="search"] {
    display: block;
    height: 15px;
    line-height: 15px;
    padding: 0;
    border: 0;
    font-size: 0.8em;
    width: 100%;
}

.home .content,
.intro .content {
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
}

.video-intro {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
}

.video-layer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.video-intro h1 {
    margin: 0 0 0.75em;
    font-size: 3em;
    text-align: center;
}

.video-intro > p {
    margin: 0;
}

.video-intro .btn-home {
    color: #FFF;
    border: 3px solid #FFF;
    padding: 7px 15px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
}


.video-intro .btn-home:hover {
    background-color: #FFF;
    color: #000;
}

.video-bg.cover {
    height: 100%;
}

.feature.video,
.video-bg.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 56.25%;
}

.video-wrapper iframe {
    height: calc(100% + 150px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    margin-top: -50px;
}

.video-header {
    position: absolute;
    text-align: center;
    width: 100vw;
    height: 100vh;
}

.video-header, .video-header video,
.video-header .viewport-header {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.video-header video {
    background: #FFF;
    object-fit: cover;
}

.nav-the-location {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.nav-the-location a {
    display: inline-block;
    width: 25%;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 1em;
}

.nav-the-location a:hover {
    text-decoration: none;
}

.nav-the-location a img {
    height: 110px;
    width: auto;
    display: inline-block;
    margin: 0 0 1em;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-the-location a strong {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-the-location a img,
.nav-the-location a strong {
    opacity: 0.5;
}

.nav-the-location a:hover img,
.nav-the-location a:hover strong {
    opacity: 1;
}

.video-background {
    background: #000;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 5;
}

header .menu .menu-item {
    position: relative;
}

header .menu .menu-item a {
    pointer-events: all;
    width: 100%;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 25px;
}

.menu-item.has-sub-menu a {
    padding: 10px 25px;
    width: auto;
}

.menu .menu-item.has-sub-menu > a {
    position: relative;
}

.menu .menu-item.has-sub-menu .sub-menu {
    position: absolute;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
    transition: 0.4s ease-out;
    min-width: 100%;
    width: max-content;
    background-color: #58595B;
    list-style-type: none;
    transform: translateX(-200px);
}

.menu .menu-item.has-sub-menu .sub-menu .menu-item {
    background-color: #58595B;
    width: 100%;
}

.menu .menu-item.has-sub-menu .sub-menu .menu-item a {
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu .menu-item.has-sub-menu .sub-menu .menu-item a:hover {
    color: #b69962;
}

.menu .menu-item.has-sub-menu:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
    transform: translateX(0);
}

.menu .menu-item.has-sub-menu > .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

@media screen and (max-width: 980px) {
    .header .header-inner {
        padding: 0 18px;
    }
    
    .header-profile-btn .header-profile-btn-inner {
        padding: 0 18px;
    }
}

@media screen and (max-width: 767px) {
    .nav {
        display: block;
        position: absolute;
        left: 0;
        /*width: 100vw;*/
        min-height: 100vh;
        z-index: 999;
        background-color: #222;
        pointer-events: none;
    }

    .nav-toggle {
        opacity: 1;
    }

    header .menu {
        flex-direction: column;
    }

    .menu .has-sub-menu > .sub-menu {
        display: none;
        position: relative;
        padding: 0;
    }

    .menu .has-sub-menu > .sub-menu .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .menu .menu-item.has-sub-menu .sub-menu,
    .menu .menu-item.has-sub-menu .sub-menu .menu-item {
        background: #222;
    }

    .menu .menu-item.has-sub-menu .sub-menu .menu-item a {
        width: 90%;
    }

    .menu .menu-item.has-sub-menu .sub-menu .menu-item a:active {
        color: #b69962;
    }
}

.center {
    text-align: center;
}

.btn-cancel {
    border: 1px solid rgb(88, 171, 221);
    padding: 10px;
    text-transform: uppercase;
    width: auto;
    margin-right: 5px;
}

.button-login {
    background: #B19B66;
    color: white;
    border-radius: 0;
    border: 1px solid rgb(88, 171, 221);
    background-color: rgb(88, 171, 221);
    color: rgb(255, 255, 255);
    padding: 10px;
    text-transform: uppercase;
    width: auto;
    float: right;
}

#login-widget-show-popup-btn, #request-access-btn {
    background-color: #77BED3;
    padding: 10px 1em;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 1em;
    vertical-align: middle;
    display: block;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    border: 0;
    margin-bottom: 10px;
}

footer {
    margin-top: auto;
    background-color: #58595B;
}

footer .footer-content {
    padding: 50px;
    display: flex;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

footer .footer-content .footer-section {
    flex: 1;
}


footer .footer-content .property-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .footer-content .property-info .logo {
    height: 80px;
    text-align: center;
}

footer .footer-content .property-info .logo img {
    height: 100%;
}

footer .footer-content .property-info .info {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 50px 0;
}

footer .footer-content .property-info .info span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 8px 0;
}

footer .footer-content .property-info .social a {
    margin: 0 10px;
}

footer .footer-content .property-info .social a img {
    height: 16px;
}

footer .footer-content .footer-section {
    color: #fff;
    margin: 0 30px;
}

footer .footer-content .footer-section:first-child {
    margin-left: 0;
}

footer .footer-content .footer-section:last-child {
    margin-right: 0;
}

footer .footer-content .footer-section .title {
    font-size: 16px;
    text-transform: uppercase;
    color: #CBAA5C;
    margin-bottom: 20px;
}

footer .copyright {
    background-color: #171717;
    padding: 20px 50px;
}

footer .copyright .mw960 {
    display: flex;
}

footer .copyright .copy,
footer .copyright a {
    margin-right: 20px;
}

footer .copyright a {
    text-transform: uppercase;
    color: #ABACB1;
}

  footer .info a {
    color: #fff;
  }