/*
Theme Name: Virginia Builders
Version: 2.0
Author: Krekura Design
Author URI: https://virginiabuilders.com
*/
/* Import */

/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    text-decoration: none;
}

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

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

address,
caption,
cite,
code,
dfn,
th,
var,
h1,
h2,
h3 {
    font-style: normal;
    font-weight: normal;
}

body {
    line-height: 1.5;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    font-size: 17px;
    background: #ffffff;
    color: #000;
    min-height: 100%;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
}

p {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 15px;
}

p a {
    color: #71684b;
    text-decoration: underline;
}

.red-title {
    font-family: "Crimson Text", serif;
    font-style: normal;
    font-weight: 700;
    color: #15243f;
    line-height: 1.2;
}

.standard {
    font-family: brandon-grotesque, "Josefin Sans", sans-serif !important;
}

h1.red-title {
    font-size: 200%;
    border-bottom: solid #15243f 4px;
    padding-bottom: 20px;
}

h2.red-title {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h3.paragraph {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .page-template-homepage-new .aboutcontainer h3.paragraph {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 18px;
    }
}

@media (min-width: 1024px) {
    .page-template-homepage-new .aboutcontainer .about1 {
        width: 56%;
    }

    .page-template-homepage-new .aboutcontainer .about2 {
        align-self: center;
        width: 42%;
        padding: 0 10px;
    }

    .page-template-homepage-new .aboutcontainer .about2 > img {
        width: 100%;
        height: auto;
    }
}

html {
    margin-top: 0 !important;
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

.wp-content ul li {
    list-style: circle;
    list-style-position: inside;
}

caption,
th {
    text-align: left;
}

small {
    font-size: 75%;
}

a img {
    border: none;
}

a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Crimson Text", serif;
    font-weight: 700;
}

/* General Layout */
html,
body {
    /* height: 100%; */
    min-height: 100%;
}

#wrapper {
    /* display: table; */
    display: inline-block;
    height: 100%;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#content-wrapper {
    /* display: table-row; */
    height: 100%;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

#footer {
    /* display: table-row; */
    display: inline-block;
    width: 100%;
}

.centerdiv {
    max-width: 1285px;
    margin: 0 auto;
    padding: 0 20px;
}

.stretch .centerdiv {
    padding: 0px !important;
    border: 0px solid transparent;
    max-width: 100% !important;
}

.home .centerdiv-wide {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}

.validation_error {
    display: none;
}

.gform_fields .gfield_error {
    margin-top: 0px !important;
}

.gform_wrapper li.gfield.gfield_error {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.validation_message {
    margin-top: -24px;
    text-align: right;
    padding-right: 5px !important;
    margin-bottom: 0px !important;
    padding-top: 5px;
    z-index: 1;
    position: relative;
    color: #ffffff !important;
    background-color: #ffffff;
    display: inline-block;
    width: auto !important;
    float: right;
    padding-top: 0px !important;
    opacity: 0;
    -webkit-transition:
        opacity 400ms ease-in-out,
        background-color 400ms ease-in-out;
    -moz-transition:
        opacity 400ms ease-in-out,
        background-color 400ms ease-in-out;
    -o-transition:
        opacity 400ms ease-in-out,
        background-color 400ms ease-in-out;
    transition:
        opacity 400ms ease-in-out,
        background-color 400ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    /* Chrome 16+, Safari 4+ */
    -moz-animation-fill-mode: forwards;
    /* FF 5+ */
    -o-animation-fill-mode: forwards;
    /* Not implemented yet */
    -ms-animation-fill-mode: forwards;
    /* IE 10+ */
    animation-fill-mode: forwards;
    /* When the spec is finished */
}

.gfield_visibility_visible.gfield_error {
    margin-bottom: 0px;
}

li.gfield.gfield_error {
    border-top: none !important;
    border-bottom: none !important;
}

.gfield_error .validation_message {
    opacity: 1;
    animation-name: fadeInAnimation;
    animation-duration: 4s;
    animation-delay: 0;
    animation-iteration-count: 1;
}

@keyframes fadeInAnimation {
    0% {
        background-color: #ffffff;
    }

    100% {
        background-color: #790000;
    }
}

.show-tour-btn {
    position: absolute;
    top: 118px;
    right: 45px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/360-tour-img.png");
}

.show-gallery-btn {
    position: absolute;
    top: 95px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/gallery-img.png");
}

.modula-link {
    position: absolute;
    top: 85px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/gallery-img.png");
}

.modal-for-galleries {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-for-tour {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 50px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
}

.wpgmp_iw_content p {
    font-size: 14px;
    margin-bottom: 5px;
}

.fc-item-title .fc-badge {
    display: none;
}

.fc-item-title {
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
}

.home .modal-for-tour,
.home .modal-for-galleries {
    background-color: #15243f;
}

.modal-for-tour.opened-modal {
    z-index: 1000;
    display: block;
}

.modal-for-galleries.opened-modal {
    z-index: 102;
}

.modal-for-galleries .content,
.modal-for-tour .content {
    width: calc(100% - 150px);
    height: calc(100% - 150px);
    margin: 75px;
}

.modal-for-tour iframe {
    width: 100%;
    height: 100%;
}

.modal-for-galleries .close-modal-btn,
.modal-for-tour .close-modal-btn {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 40px;
    color: #ffffff;
}

.modal-for-galleries .gallery-container {
    display: none;
}

.modal-for-galleries .gallery-container.opened {
    display: block;
    width: 100%;
    height: 100%;
}

.modal-for-galleries .gallery-container.opened .modula-gallery {
    width: 100%;
    height: 100%;
}

.modal-for-galleries .gallery-container.opened .modula-gallery .modula-items {
    width: 100%;
    height: 100% !important;
}

.main-content .hero-container .show-tour-btn {
    left: calc(50% + 10px);
    right: auto;
    /* top: 120px; */
    top: auto;
    bottom: -30px;
    width: 160px;
    background-image: none;
}

.main-content .hero-container .show-gallery-btn {
    left: calc(50% - 200px);
    right: auto;
    top: 120px;
    width: 150px;
    background-image: none;
}

.main-content .hero-container .modula-link {
    left: calc(50% - 200px);
    right: auto;
    /* top: 120px; */
    top: auto;
    bottom: -30px;
    width: 150px;
    background-image: none;
}

.show-tour-btn span,
.show-gallery-btn span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.modula-link span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.show-tour-btn img,
.show-gallery-btn img {
    max-width: 30px;
    margin-right: 10px;
}

.modula-link img {
    max-width: 30px;
    margin-right: 10px;
}
.modula-album .modula-item img {
    width: 100% !important;
}
.modula-album .modula-item .figc.no-description {
    width: 100% !important;
}
body.no-scroll {
    overflow: hidden;
}

.bleu-shadow-container {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 120px solid #152137;
    border-left: 50px solid transparent;
    opacity: 0.8;
}

.gform_button.button,
.gform_custom_animated_submit {
    outline: none;
    height: 62px;
    text-align: center;
    width: 130px;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #a39566;
    color: #a39566;
    letter-spacing: 1px;
    text-shadow: 0;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.gform_button.button:hover,
.gform_custom_animated_submit:hover {
    color: white;
    background: #a39566;
}

.gform_custom_animated_submit:disabled,
.gravity-form-conainter input[type="submit"]:disabled {
    cursor: progress;
    opacity: 0.9;
}

.gform_custom_animated_submit {
    display: block;
}

.gform_footer.top_label img {
    display: none;
}

.gform_custom_animated_submit.is-submitting,
.gravity-form-conainter input[type="submit"].is-submitting {
    animation: none !important;
    background-color: #a39566 !important;
    border-color: #a39566 !important;
    color: #ffffff !important;
}

.gform_custom_animated_submit.is-submitting:after {
    content: "";
}

.gform_custom_animated_submit.is-submitting:hover {
    background-color: #a39566 !important;
    color: #ffffff !important;
}

.gform_custom_animated_submit.validate {
    font-size: 13px;
    color: white;
    background: #a39566;
}

.gform_custom_animated_submit.validate:after {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "\f00c";
}

.gform_wrapper .gform_footer {
    text-align: center;
}

body .gform_legacy_markup_wrapper .gform_footer {
    padding: 8px 0 0;
    margin: 8px 0 0;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
    min-width: 0px;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.centerdiv-wide {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1600px;
}

.clear {
    height: 0px !important;
    width: 0px !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

#topbar {
    width: 100%;
    height: 49px;
    background: url("images/bg.png");
}

#bottombar-placeholder {
    height: 49px;
}

#bottombar {
    width: 100%;
    background: url("images/bg.png");
    height: 49px;
}

#content-left {
    width: 73%;
    float: left;
}

#sidebar {
    text-align: left;
}

.italic {
    font-style: italic;
}

.post-meta {
    margin-top: -20px;
    margin-bottom: 25px;
}

.post-tag {
    margin-bottom: 20px;
    color: #542010;
    font-size: 100%;
    text-decoration: underline;
}

.highlighted {
    color: #d3bd8b;
    font-weight: 700;
}

.post-spt {
    height: 20px;
    display: block !important;
}

.page-nav {
    margin-bottom: 25px;
}

.page-nav span a {
    font-size: 100%;
    color: #ffffff;
    background: #542010;
    padding: 4px 16px;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.page-nav span a:hover {
    background: #333333;
}

.page-nav .older {
    float: left;
}

.page-nav .newer {
    float: right;
}

h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.error404 .main-content {
    padding: 50px;
}

.error404 #content-left h1 {
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #a39566;
    font-size: 60px;
    text-transform: uppercase;
}

/* Sidebar */
.widget {
    border-radius: 5px;
    color: #fff;
    font-size: 100%;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.widget2 {
    background: #d3bd8b;
    color: #000000;
}

.widget h4 {
    font-size: 155%;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 15px;
}

.widget2 h4 {
    color: #000000;
}

#sidebar p {
    font-size: 100%;
    line-height: 1.2;
    margin-bottom: 15px;
}

#sidebar a {
    font-size: 100%;
    line-height: 1.2;
    color: #ffffff;
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

/* Forms */
::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #303234;
    text-align: left;
    text-transform: uppercase;
}

:-moz-placeholder {
    font-size: 14px !important;
    color: #303234;
    text-align: left;
    text-transform: uppercase;
}

::-moz-placeholder {
    font-size: 14px !important;
    color: #303234;
    text-align: left;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    font-size: 14px !important;
    color: #303234;
    text-align: left;
    text-transform: uppercase;
}

input,
textarea {
    background: #ffffff;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 100%;
    border: 1px solid #040404;
    width: 400px;
    max-width: 100%;
    padding: 7px 15px;
    line-height: 1.2;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    width: 100%;
}

input[type="radio"] {
    display: inline-block;
    margin: 0 5px 0 0;
    height: 20px;
    width: 20px;
    padding: 0;
    vertical-align: text-top;
    -webkit-appearance: radio;
}

input[type="checkbox"] {
    display: inline-block;
    margin: 0 5px 0 0;
    height: 20px;
    width: 20px;
    padding: 0;
    vertical-align: text-bottom;
    -webkit-appearance: checkbox;
}

input[type="submit"] {
    text-decoration: none;
    color: #ffffff !important;
    font-family: "Montserrat", sans-serif;
    font-size: 110%;
    display: inline-block;
    padding: 6px 10px;
    height: auto;
    min-height: 26px;
    line-height: 26px;
    width: 150px;
    max-width: 100%;
    background: #542010;
    text-align: center;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

input[type="submit"]:hover {
    background: #333333;
}

select {
    font-family: "Montserrat", sans-serif;
    font-size: 100%;
    background: #ffffff;
    color: #000000;
    display: inline-block;
    width: 100px;
    max-width: 100%;
    line-height: 20px;
    border-radius: 0px;
    border: 1px solid #040404;
    text-align: left;
    padding: 5px 15px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    display: block;
}

/* Mobile Header */
.noscroll {
    height: 100%;
    overflow: hidden;
}

#mobile-header {
    display: none;
    z-index: 9999;
    position: relative;
    width: 100%;
    background: #fff;
}

#mobile-overlay {
    display: none;
    background: url("images/overlay-bg.png") repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

a#mobile-logo {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    width: 230px;
    height: 135px;
    position: absolute;
    top: 0;
    left: 0;
    background: #a39566;
    padding: 15px;
}

a#mobile-nav-btn {
    display: inline-block;
    float: right;
    line-height: 28px;
    position: relative;
    z-index: 10001;
    cursor: pointer;
    padding: 38px;
    border-left: 1px solid #939393;
}

a#mobile-nav-btn span {
    display: block;
    width: 55px;
    height: 8px;
    background-color: #a21d21;
    margin-top: 12px;
}

a#mobile-nav-btn span:first-child {
    margin-top: 0;
}

#mobile-nav-btn img {
    display: inline-block;
    vertical-align: middle;
}

#mobile-nav {
    display: none;
    background: #252525;
    position: absolute;
    top: 124px;
    left: 0;
    z-index: 10000;
    width: 100%;
    overflow-y: scroll;
}

#mobile-nav li {
    display: block;
    border-bottom: 1px solid #2a2a2a;
    text-align: center;
}

#mobile-nav li a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    padding: 15px 15px;
    letter-spacing: 1px;
    text-decoration: none;
}

#mobile-nav li li {
    border-top: 1px solid #2a2a2a;
}

#mobile-nav li a:hover,
#mobile-nav li.current-menu-item a {
    color: #ff0000;
    background: #2f2f2f;
}

#mobile-nav .menu-main-menu-container {
    float: none;
    display: block;
}

#gallary-wrap .modula-album .modula-items .modula-item.effect-zoe .figc {
    top: 70%;
    background: linear-gradient(to bottom,
            rgb(21, 36, 63, 0) 0%,
            rgba(21, 36, 63, 1) 95%);
}

#gallary-wrap #jtg-album-6456 .modula-items .figc .jtg-title {
    text-transform: uppercase;
    text-align: center;
}

#gallary-wrap #jtg-album-6456.modula-album .modula-items .modula-item:hover img.pic {
    opacity: 1;
}

#gallary-wrap .modula-album .modula-item.effect-zoe .figc .figc-inner {
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    #mobile-header {
        display: block;
    }

    /*body { padding-top: 49px; }*/
    #wpadminbar {
        position: fixed !important;
    }
}

/* Header */
.top-gray {
    background: rgb(50, 107, 135);
    background: linear-gradient(90deg,
            rgba(50, 107, 135, 1) 0%,
            rgba(21, 36, 63, 1) 76%,
            rgba(21, 36, 63, 1) 100%);
}

.gray-menu li {
    padding: 10px 15px;
    float: right;
    line-height: 25px;
    color: #fff;
}

.gray-menu a {
    color: #fff;
}

.gray-menu .phone {
    font-size: 22px;
    font-weight: 700;
    background: #a39566;
    padding-left: 27px;
    padding-right: 20px;
    transition: background-color 180ms ease, color 180ms ease;
}

.gray-menu .phone a {
    color: #ffffff !important;
}

.gray-menu .phone:hover,
.gray-menu .phone:focus-within {
    background: #326b87;
}

.gray-menu .contact {
    font-weight: 700;
    transition: background-color 180ms ease, color 180ms ease;
}

.gray-menu .social {
    transition: background-color 180ms ease, color 180ms ease;
}

.gray-menu .contact:hover,
.gray-menu .contact:focus-within,
.gray-menu .social:hover,
.gray-menu .social:focus-within {
    background: #a39566;
}

.gray-menu .contact a:hover,
.gray-menu .contact a:focus,
.gray-menu .social a:hover,
.gray-menu .social a:focus {
    color: #ffffff !important;
}

.gray-menu .phone-text {
    position: relative;
}

.gray-menu .phone-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 12px solid #15243f;
}

.top-white {
    background: #fafafa;
}

.menu-main-menu-container {
    float: right;
}

.menu:after {
    content: "";
    display: table;
    clear: both;
}

.nav .menu>.menu-item {
    float: left;
    position: relative;
}

.nav .menu a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 15px 13px;
}

.nav .sub-menu a {
    font-size: 16px;
    padding: 8px 15px;
}

.nav .menu-item .sub-menu {
    display: none;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    min-width: 130px;
    background: #e3e3e3;
}

.nav .menu-item:hover .sub-menu {
    display: inline-block;
}

.nav .menu-item:hover>a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+15,ffffff+15,e3e3e3+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 15%, #ffffff 15%, #e3e3e3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,
            #ffffff 15%,
            #ffffff 15%,
            #e3e3e3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,
            #ffffff 15%,
            #ffffff 15%,
            #e3e3e3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
    /* IE6-9 */
}

.nav .sub-menu .menu-item:hover>a {
    background: #fff;
    display: block;
    color: #637782;
}

#header {
    position: relative;
    z-index: 100;
}

.header .logo-container {
    position: relative;
    height: 0;
}

.header .logo-container a {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 20px;
    background: #ffffff;
    border-right: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
}

.logo-container img {
    width: 230px;
    height: 130px;
    padding: 15px;
    padding-bottom: 15px;
    -webkit-transition: height 400ms ease-in-out;
    -moz-transition: height 400ms ease-in-out;
    -o-transition: height 400ms ease-in-out;
    transition: height 400ms ease-in-out;
}

.header .logo-container a:hover img {
    height: 134px;
}

/* Hero */
.hero-container {
    position: relative;
    overflow: hidden;
    /* min-height: 470px;*/
}

.single-post .hero-container {
    position: relative;
    overflow: hidden;
    min-height: 330px;
}

.wp-content {
    position: relative;
}

.hero {
    position: relative;
}

.hero:before,
.hero-video:before,
.thanks-hero:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0) 43%,
            rgba(0, 0, 0, 0.3) 73%,
            rgba(0, 0, 0, 0.59) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0) 43%,
            rgba(0, 0, 0, 0.3) 73%,
            rgba(0, 0, 0, 0.59) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 43%,
            rgba(0, 0, 0, 0.3) 73%,
            rgba(0, 0, 0, 0.59) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#96000000', GradientType=0);
    /* IE6-9 */
}

.hero img {
    width: 100%;
}

.hero,
.hero-mobile {
    min-height: 100%;
}

.hero-container .action-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    padding: 0px 30px;
    background: #a39566;
    color: #fff;
    text-align: right;
    border-top: double 3px #71684b;
    border-right: double 3px #71684b;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 100000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
}

.action-button i {
    margin-left: 23px;
}

.hero-container h1 {
    position: absolute;
    z-index: 1;
    bottom: 85px;
    right: 55%;
    text-transform: uppercase;
    line-height: 0.9;
    display: block;
    padding-left: 20px;
}

.home .hero-container h1 a,
.floor-template-default .hero-container h1 a {
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home .hero-container h1 {
    font-style: italic;
}

.hero-container h1 a,
.page-template-landingpage .hero-container h1 {
    font-size: clamp(40px, 5.5vw, 70px);
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 3px 5px #474747;
}

/* Contact Form */
.gravity-form-conainter {
    width: 410px;
    border: 10px solid #fff;
    z-index: 9;
}

.hero-container .gravity-form-conainter {
    position: absolute;
    bottom: 80px;
    right: 70px;
    height: 358px;
}

.gravity-form-conainter .gform_wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(237, 237, 237, 0.85);
    margin: 0 !important;
    padding: 20px 15px;
}

.gravity-form-conainter .gform_wrapper .gform_heading {
    margin-bottom: 20px;
}

.gravity-form-conainter .gform_wrapper h3.gform_title {
    margin: 0 !important;
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
}

.home .hero-container .gravity-form-conainter .gform_wrapper h3.gform_title {
    font-family: "Crimson Text", serif;
    font-size: 28px;
    letter-spacing: 0;
}

.gravity-form-conainter .gform_wrapper .gform_footer {
    padding: 0;
    margin: 30px 0 0;
}

.gravity-form-conainter .gform_wrapper .top_label .gfield_label {
    display: none;
}

.gravity-form-conainter .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.gravity-form-conainter #field_1_2,
.gravity-form-conainter #field_15_2,
.gravity-form-conainter #field_1_4,
.gravity-form-conainter #field_15_4 {
    display: inline-block;
    width: 49%;
}

.gravity-form-conainter #field_1_2,
.gravity-form-conainter #field_15_2 {
    margin-right: 2%;
}

.gravity-form-conainter input,
.gravity-form-conainter select {
    padding: 10px !important;
    border: 1px solid #cbcbcb;
    width: 100% !important;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
}

.home .hero-container .gravity-form-conainter input,
.home .hero-container .gravity-form-conainter select,
.home .hero-container .gravity-form-conainter .gform_custom_animated_submit {
    font-family: brandon-grotesque, "Josefin Sans", sans-serif !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home .hero-container .gravity-form-conainter input,
.home .hero-container .gravity-form-conainter select {
    color: #303234;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.25 !important;
}

.home .hero-container .gravity-form-conainter .gform_custom_animated_submit {
    font-size: 18px !important;
    font-weight: 700;
}

input[type="submit"] {
    border: none;
    border-radius: 0;
    background: #a39566 !important;
    font-size: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    padding: 18px !important;
    margin-bottom: 15px;
    min-width: 200px;
}

.gravity-form-conainter ::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #303234;
    text-align: left;
    text-transform: uppercase;
}

.gravity-form-conainter ::-moz-placeholder {
    font-size: 14px !important;
    color: #303234;
    text-align: left;
    text-transform: uppercase;
}

.gravity-form-conainter :-ms-input-placeholder {
    font-size: 14px !important;
    color: #303234;
    text-align: left;
    text-transform: uppercase;
}

.gravity-form-conainter :-moz-placeholder {
    font-size: 14px !important;
    color: #303234;
    text-align: left;
    text-transform: uppercase;
}

body .gravity-form-conainter .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

body .gform_wrapper .top_label div.ginput_container input,
body .gform_wrapper .top_label div.ginput_container select,
body .gform_wrapper .top_label div.ginput_container textarea {
    padding: 10px !important;
    border: 1px solid #cbcbcb;
    width: 100% !important;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
}

body .gform_wrapper .top_label div.ginput_container_select {
    position: relative;
}

body .gform_wrapper .top_label div.ginput_container_select:before,
body .gform_wrapper .top_label div.ginput_container_select:after {
    content: "";
    position: absolute;
    bottom: 27px;
    right: 10px;
    border: solid #292929;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

body .gform_wrapper .top_label div.ginput_container_select:after {
    bottom: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

body .gform_wrapper .gfield_label,
body .gform_wrapper legend.gfield_label,
body .gform_wrapper .gform-field-label--type-sub,
body .gform_wrapper .gfield_required,
body .gform_wrapper .gfield_required_text,
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="search"],
body .gform_wrapper select,
body .gform_wrapper textarea,
body .gform_wrapper .gform_button,
body .gform_wrapper .gform_custom_animated_submit {
    font-family: brandon-grotesque, "Josefin Sans", sans-serif !important;
    letter-spacing: 0;
}

body .gform_wrapper .gfield_label,
body .gform_wrapper legend.gfield_label {
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-transform: uppercase;
}

body .gform_wrapper .gform-field-label--type-sub {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
}

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="search"],
body .gform_wrapper select,
body .gform_wrapper textarea {
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.25 !important;
    text-transform: none;
}

body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
    color: #303234;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 1;
    text-transform: uppercase;
}

/* Search Form */
.search-container .select-container:nth-of-type(4n) {
    display: none;
}

.search-container {
    background: rgb(50, 107, 135);
    background: linear-gradient(90deg,
            rgba(50, 107, 135, 1) 0%,
            rgba(21, 36, 63, 1) 76%,
            rgba(21, 36, 63, 1) 100%);
}

.home .search-container {
    background: rgb(50, 107, 135);
    background: linear-gradient(90deg,
            rgba(50, 107, 135, 1) 0%,
            rgba(21, 36, 63, 1) 76%,
            rgba(21, 36, 63, 1) 100%);
    border-bottom: #326b87 4px double;
}

.search-container .centerdiv {
    position: relative;
}

.search-container form,
.search-container select,
.search-container h3,
.search-container button {
    display: inline-block;
}

.search-container h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-right: 50px;
    line-height: 84px;
    text-transform: capitalize;
    font-style: italic;
}

.search-container select {
    margin-right: 10px;
    margin-left: 10px;
    width: 150px;
    font-size: 16px;
    padding: 11px 20px 10px 10px;
    vertical-align: middle;
    border: 1px solid #292929;
}

.search-container .select-container {
    display: inline-block;
    position: relative;
    height: 84px;
    line-height: 84px;
    vertical-align: top;
}

.search-container .select-container:before,
.search-container .select-container:after {
    content: "";
    position: absolute;
    bottom: 43px;
    right: 30px;
    border: solid #292929;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.search-container .select-container:after {
    bottom: 33px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.search-container .submit-container {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.search-container .submit-container .submit {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 25px;
    margin-top: 18px;
    vertical-align: top;
    border: none;
    cursor: pointer;
    border: 3px double #ffffff;
    background-color: #a39566;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .search-container .submit-container .submit {
        padding: 18px 25px;
    }
}

.search-container .submit-container .submit:hover {
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border: 3px double #ffffff;
    background-color: #15243f;
}

@media (min-width: 1366px) {
    .search-container form {
        display: flex;
        align-items: center;
        min-height: 84px;
    }

    .search-container h3 {
        display: flex;
        align-items: center;
        line-height: 1.1;
    }

    .search-container .select-container {
        display: flex;
        align-items: center;
        min-height: 84px;
        height: auto;
        line-height: 1;
    }

    .search-container .select-container:before {
        top: calc(50% - 6px);
        bottom: auto;
    }

    .search-container .select-container:after {
        top: calc(50% + 4px);
        bottom: auto;
    }

    .search-container .submit-container {
        display: flex;
        align-items: center;
        height: 84px;
    }

    .search-container .submit-container .submit {
        display: inline-block;
        margin-top: 0;
    }
}

/* wp-content */
.wp-content {
    background-image: url("images/pattern.jpg");
    background-repeat: repeat;
}

.wp-content .centerdiv {
    border: 0px solid #bbbbbb;
    border-top: none;
    background: #fff;
    padding: 55px 35px 35px;
    /* 	overflow-x: hidden; */
}

/* Default Template */
.page-id-7056 .centerdiv h2,
.page-id-7830 .centerdiv h2 {
    margin-bottom: 1em;
}

.page-id-7056 .centerdiv ol,
.page-id-7056 .centerdiv ul,
.page-id-7056 .centerdiv p,
.page-id-7830 .centerdiv ol,
.page-id-7830 .centerdiv ul,
.page-id-7830 .centerdiv p {
    margin-bottom: 1em;
}

.page-id-7056 .centerdiv p:last-of-type,
.page-id-7830 .centerdiv p:last-of-type {
    margin-bottom: 2em;
}

/* Portfolio */
.page-template-portfolio .hero-portfolio {
    position: relative;
    overflow: hidden;
    height: 70vh;
}

.page-template-portfolio .hero {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-template-portfolio .hero:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0) 43%,
            rgba(0, 0, 0, 0.3) 73%,
            rgba(0, 0, 0, 0.59) 100%);
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0) 43%,
            rgba(0, 0, 0, 0.3) 73%,
            rgba(0, 0, 0, 0.59) 100%);
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 43%,
            rgba(0, 0, 0, 0.3) 73%,
            rgba(0, 0, 0, 0.59) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#96000000', GradientType=0);
}

.page-template-portfolio .herowrap {
    margin-bottom: 3%;
    position: relative;
}

.page-template-portfolio .shake-container {
    position: relative;
    /* top: 100%; */
    /* left: 50%; */
    /* transform: translateX(-90%); */
    display: inline-block !important;
}

.portfolioh1 a {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    line-height: 0.9;
    display: block;
    text-align: center;
    font-size: 80px;
    color: white;
    text-shadow: 1px 3px 5px #474747;
}

/* Footer */
.footer {
    border-top: 0px solid #4f6f80;
    color: #fff;
}

.footer a {
    color: #fff;
}

.top-footer-wrapper {
    background: #15243f;
    border-top: 6px #326b87;
}

.top-footer .centerdiv {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("images/state-blue.svg");
    background-repeat: no-repeat;
    background-position: bottom -50px right;
    background-size: 70%;
}

.top-footer .logo-container {
    float: left;
    width: 23%;
    text-align: center;
    padding-right: 30px;
}

.top-footer .logo-container img {
    padding-bottom: 0;
}

.footer-logos .centerdiv img {
    max-width: 200px;
}

.top-footer .contact {
    float: left;
    width: 27%;
    padding-right: 30px;
}

.top-footer .footer-menu {
    float: left;
    width: 50%;
}

.social-ul {
    text-align: center;
}

.social-ul li {
    display: inline-block;
}

.social-ul a {
    display: inline-block;
    color: #fff;
    padding: 15px;
    font-size: 16px;
}

.footer h4,
.footer .menu>.menu-item>a {
    display: block;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Crimson Text", serif;
}

.footer p {
    font-size: 16px;
    margin-bottom: 15px;
}

.footer p:last-child {
    margin-bottom: 0;
}

.footer-menu .menu>.menu-item {
    float: left;
    width: 35%;
    padding-right: 30px;
}

.footer-menu .menu>.menu-item:last-child {
    width: 50%;
    padding-right: 0;
}

.footer-menu .sub-menu a {
    font-size: 16px;
    display: inline-block;
    padding-bottom: 7px;
    text-transform: capitalize;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
}

.footer-logos {
    padding: 25px 0px;
    background: #1d2c48;
    text-align: center;
}

.footer-logos .centerdiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .footer-logos .centerdiv {
        flex-wrap: wrap;
    }
}

.footer-logos a {
    padding: 0px 2%;
}

@media (max-width: 767px) {
    .footer-logos a {
        display: block;
        width: 50%;
        padding: 10px;
    }
}

.footer-logos img {
    margin-right: 50px;
    /* height: 60px;
	width: auto;
	object-fit: contain; */
    height: auto;
    width: 220px;
    object-fit: contain;
    aspect-ratio: 3 / 1;
}

@media (max-width: 767px) {
    .footer-logos img {
        height: auto;
    }
}

.footer-logos img:last-child {
    margin-right: 0;
}

.footer-copy {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    background: #15243f;
}

.footer-copy span span {
    margin: 0 20px;
}

@media (max-width: 575px) {
    .footer-copy-links {
        display: block;
        margin-top: 5px !important;
    }

    .first-link {
        display: none;
    }
}

/* Floor plan */
.single-floor .hero:before {
    background: linear-gradient(to bottom,
            rgba(4, 4, 4, 0.37) 28%,
            rgba(0, 0, 0, 0.4) 64%,
            rgba(0, 0, 0, 0.8) 100%);
}

.single-floor .hero-container h1 {
    padding-left: 0;
    position: static;
    padding: 0px 50px;
    max-width: 1100px;
    margin: auto;
}

.single-floor .hero-container .title {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    text-align: center;
}

.single-floor .hero-container .title.fixed {
    position: fixed;
    bottom: 182px;
    z-index: 10;
}

.red-band.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.title h2 {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
}

.title h2 span {
    margin: 0 5px;
}

.red-band {
    background: #a39566;
    border-top: 2px solid #fff;
    color: #fff;
}

ul.house-stats.clearfix {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* -webkit-align-content: space-around;
	align-content: space-around; */
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: distribute;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.house-stats li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 16.66%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
    height: 80px;
    overflow: hidden;
    border-right: 1px solid #77693a;
}

.house-stats li:last-child {
    border-right: none;
}

.house-stats li span {
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
}

.house-stats .fa {
    font-size: 24px;
    margin-right: 8px;
}

.shake-container {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-90%);
}

.shake-button {
    padding-top: 0;
    -webkit-transition: padding-top 300ms ease-out;
    -moz-transition: padding-top 300ms ease-out;
    -o-transition: padding-top 300ms ease-out;
    transition: padding-top 300ms ease-out;
}

.shake-button.shake {
    padding-top: 15px;
}

/****************
* padding *
****************/
.padding6080 {
    padding: 40px 80px;
}

/****************
* Floor Search *
****************/
.page-template-page-floorsearch .wp-content .centerdiv,
.page-template-page-quick-move .wp-content .centerdiv {
    background: none;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.small-hero .hero {
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 768px) {
    .small-hero .hero {
        height: 40vh;
    }
}

.small-hero .hero:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c2a38+0,24323d+80,000000+100&0.5+0,0.6+80,0.9+100 */
    background: -moz-linear-gradient(top,
            rgba(28, 42, 56, 0.1) 0%,
            rgba(36, 50, 61, 0.4) 80%,
            rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,
            rgba(28, 42, 56, 0.1) 0%,
            rgba(36, 50, 61, 0.4) 80%,
            rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,
            rgba(28, 42, 56, 0.1) 0%,
            rgba(36, 50, 61, 0.4) 80%,
            rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#801c2a38', endColorstr='#e6000000', GradientType=0);
    /* IE6-9 */
}

.small-hero .hero:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(images/state-blue.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.small-hero.hero-container h1 {
    bottom: 0;
    left: 0;
    padding: 20px 30px 15px;
    background: rgb(50, 107, 135, 0.8);
    background: linear-gradient(90deg,
            rgba(50, 107, 135, 0.8) 0%,
            rgba(21, 36, 63, 0.8) 76%,
            rgba(21, 36, 63, 0.8) 100%);
    text-align: right;
}

.small-hero.hero-container h1 a,
.small-hero.hero-container h1 {
    font-size: clamp(34px, 4.4vw, 56px);
    /* display: inline-block; */
    display: block;
    color: #ffffff;
    text-transform: none !important;
}

@media (min-width: 1600px) {

    .small-hero.hero-container h1 a,
    .small-hero.hero-container h1 {
        font-size: clamp(48px, 3.5vw, 56px);
        color: #ffffff;
        text-transform: none !important;
    }
}

.small-hero.hero-container h1>span {
    font-weight: 600;
    /*font-size: 18px;*/
    /*color: #a39566;*/
    text-transform: none !important;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    margin-top: 10px;
    display: inline-block;
}

.floor {
    position: relative;
    display: block;
    padding: 35px;
    margin: 40px 0;
    border: 1px solid #eff2f5;
    background: #fff;
    overflow: hidden;
}

.floor .image {
    float: left;
    max-width: 40%;
    border: 0px solid #cccccc;
    transition: all 0.5s;
    display: inline-block;
}

.floor:hover .image {
    border-color: #a39566;
}

.floor .content {
    float: right;
    width: 60%;
    padding-left: 35px;
    padding-bottom: 25px;
}

.floor h2 {
    font-size: 24px;
    font-weight: 700;
    background: #6f828d;
    padding: 13px 15px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.floor .house-stats li {
    width: 40%;
    margin-right: 5%;
    border: none;
    font-size: 16px;
    height: 42px;
    padding: 5px 15px 5px 55px;
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    border-bottom: 1px solid #eff2f5;
}

.floor .house-stats li:nth-child(2n + 1) {
    clear: left;
}

.floor .house-stats .fa {
    left: 5px;
    top: 10px;
    font-size: 20px;
    color: #a21d21;
}

.callout {
    padding: 6%;
    background-color: white;
    border: double 3px #306782;
    margin: -100px auto auto auto !important;
    z-index: 1000;
    max-width: 900px;
    -webkit-box-shadow:
        0 13px 27px -5px rgba(50, 50, 93, 0.25),
        0 8px 16px -8px rgba(0, 0, 0, 0.3),
        0 -6px 16px -6px rgba(0, 0, 0, 0.025);
    box-shadow:
        0 13px 27px -5px rgba(50, 50, 93, 0.25),
        0 8px 16px -8px rgba(0, 0, 0, 0.3),
        0 -6px 16px -6px rgba(0, 0, 0, 0.025);
    -webkit-transition-property:
        color,
        background-color,
        -webkit-box-shadow,
        -webkit-transform;
    transition-property:
        color,
        background-color,
        -webkit-box-shadow,
        -webkit-transform;
    transition-property: color, background-color, box-shadow, transform;
    transition-property:
        color,
        background-color,
        box-shadow,
        transform,
        -webkit-box-shadow,
        -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.button_new {
    background: #15243f !important;
    border: double 3px #306782;
    padding: 10px 20px;
    font-family: "Crimson Text", serif;
    font-size: 20px;
    margin: auto !important;
    color: white;
    display: block;
}

.button_new:hover {
    border: double 3px #71684b;
    border-radius: 0;
    background: #a39566 !important;
    padding: 10px 20px;
    font-family: "Crimson Text", serif;
    color: white;
}

.floor .link {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 24px;
    font-weight: 900;
    padding: 0 60px;
    line-height: 50px;
    background: #15243f !important;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.floor:hover .link {
    background: #a39566 !important;
}

.floor .link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid #fff;
}

.gravity-form-conainter.side {
    position: fixed;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto !important;
    right: -410px;
    transition: all 0.7s;
    border-color: rgb(237, 237, 237);
    background-color: rgb(237, 237, 237);
    height: 358px;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.4s,
        visibility 0.4s;
}

.gravity-form-conainter.side.visible {
    opacity: 1;
    visibility: visible;
}

.gravity-form-conainter.side.active {
    right: 0;
}

.gravity-form-conainter.side .gform_wrapper {
    background-color: rgb(237, 237, 237);
}

.gravity-form-conainter .handle {
    position: absolute;
    top: 49px;
    left: -111px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding: 8px;
    background: #a39566;
    width: 160px;
    text-align: center;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 16px;
    height: 45px;
    cursor: pointer;
}

.gravity-form-conainter .phone-number-button {
    position: absolute;
    top: 208px;
    left: -111px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding: 8px;
    background: #15243f;
    width: 160px;
    text-align: center;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.plans-container .floor {
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 10px;
    padding-bottom: 50px;
}

.plans-container .floor:nth-of-type(3n) {
    margin-right: 0;
}

.plans-container .floor .image {
    width: 100%;
    display: block;
    float: none;
    max-width: 100%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.plans-container .floor .image .ribbon-container {
    position: absolute;
    top: 32%;
    left: -10%;
    width: 120%;
    font-size: 160%;
    color: #ffffff;
    -ms-transform: rotate(-65deg);
    -webkit-transform: rotate(-65deg);
    transform: rotate(-32deg);
    background-color: rgba(163, 149, 102, 0.8);
    padding: 10px 0px;
}

.plans-container .floor .image .ribbon-container .ribbon-text {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px !important;
    font-size: 100%;
    text-transform: uppercase;
}

.plans-container .floor .content {
    width: 100%;
    float: none;
    padding-left: 0;
}

.plans-container .floor h2 {
    background: #15243f !important;
    border: double 3px #306782;
    border-radius: 0;
    line-height: 1.25;
}

.plans-container .floor .house-stats li {
    font-size: 16px;
    margin-right: 0;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
}

.plans-container .floor .house-stats li {
    width: 39%;
}

.plans-container .floor .house-stats li:nth-child(2n + 1) {
    width: 56%;
    margin-right: 5%;
}

.plans-container .floor-heading {
    font-size: 40px;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    padding: 0 30px 0 90px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.heading-dettached {
    background: #6e8490 url("images/singlehouse.png") no-repeat left 35px center;
    background-size: 30px;
}

.heading-attached {
    background: #6e8490 url("images/doublehouse.png") no-repeat left 15px center;
    background-size: 60px;
}

.plans-container .floor-heading.heading-attached {
    padding: 0 30px 0 100px;
    margin-top: 40px;
}

.plans-container .centerdiv {
    background: none;
    border: none;
}

/********************************/
/*          MENU STYLE          */
/********************************/
.ubermenu-main {
    border: none !important;
}

.ubermenu-main>ul>li>ul>li>a {
    text-transform: uppercase !important;
}

.ubermenu-main>ul>li>ul>li>a:hover {
    color: #637782 !important;
    background: #ffffff !important;
}

/* #header .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {margin-top: -8px;} */
.ubermenu.ubermenu-main .ubermenu-item-level-0:hover>.ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
    background: transparent !important;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #ffffff !important;
}

.ubermenu.ubermenu-main .ubermenu-item-normal>.ubermenu-target:hover {
    background-color: #a39566 !important;
    color: #ffffff !important;
}

@media only screen and (min-width: 961px) {
    #header:not(.new-header) .ubermenu-main>ul.ubermenu-nav>li.ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-target-title {
        display: inline-block;
        margin-right: 4px;
    }

    #header:not(.new-header) .ubermenu .ubermenu-submenu .ubermenu-has-submenu-drop>.ubermenu-target {
        padding-right: 42px !important;
    }

    #header:not(.new-header) .ubermenu .ubermenu-submenu .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: 0;
        line-height: 1;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1100px) {
    #header:not(.new-header) .ubermenu-main>ul.ubermenu-nav {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        column-gap: clamp(10px, 1.1vw, 20px);
    }

    #header:not(.new-header) .ubermenu-main>ul.ubermenu-nav>li.ubermenu-item-level-0 {
        flex: 0 0 auto;
    }

    #header:not(.new-header) .ubermenu-main>ul.ubermenu-nav>li.ubermenu-item-level-0>.ubermenu-target {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    #header:not(.new-header) .ubermenu-main>ul.ubermenu-nav>li.ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target {
        padding-right: 12px !important;
    }

    #header:not(.new-header) .ubermenu-main>ul.ubermenu-nav>li.ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        right: 0;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1099px) {
    #header:not(.new-header) .ubermenu-main>ul.ubermenu-nav {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        column-gap: 6px;
    }

    #header:not(.new-header) .ubermenu-main>ul.ubermenu-nav>li.ubermenu-item-level-0 {
        flex: 0 0 auto;
    }
}

/* NEW EDITS */
.plans-container.everton-estates-plans .floor {
    width: 23.5%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.plans-container.everton-estates-plans .floor:nth-of-type(3n) {
    margin-right: 2%;
}

.plans-container.everton-estates-plans .floor:nth-of-type(4n) {
    margin-right: 0px;
}

.plans-container.everton-estates-plans .floor h2 {
    font-size: 18px;
}

.plans-container.everton-estates-plans .floor .link {
    font-size: 14px;
}

.floor .house-stats li {
    width: 100% !important;
    margin-right: 0px !important;
}

/* New floor plan template */
.pip-icon {
    color: #fff;
    font-size: 34px;
    line-height: 22px;
    font-weight: bold;
    margin-left: -30px;
}

.art-texts {
    position: absolute;
    color: #fff;
    bottom: 8px;
    font-size: 12px;
    left: 18px;
    opacity: 0.4;
}

.floor-template-floorplan-cpt .house-stats li a {
    color: #fff;
}

.floor-template-floorplan-cpt .house-stats li:last-child {
    border-right: none;
}

.floor-template-floorplan-cpt .centerdiv.floor-nav-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.floor-template-floorplan-cpt .get-started-btn {
    background: #15243f;
}

.floor-template-floorplan-cpt .house-stats li {
    width: 14.2%;
    font-size: 18px;
}

.floor-template-floorplan-cpt .at-glance-details .house-stats li {
    width: 100%;
    font-size: 18px;
    height: auto;
    padding: 14px 10px;
}

.at-glance-details .house-stats {
    display: block;
}

.glance-title {
    background-color: #15243f;
}

.at-glance-details ul.house-stats li {
    border-bottom: 1px solid #7b6d3e;
}

.floor-template-floorplan-cpt h2.floor-cpt-title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #15243f;
    line-height: 1;
}

#aboutfloor .aw-button {
    display: none;
}

.floor-template-floorplan-cpt .aw-button {
    width: auto;
    display: inline-block;
}

.photo-gal-wraper h2,
.photo-gal-wraper h3 {
    text-align: center;
}

.photo-gal-wraper,
#aboutfloor {
    padding-bottom: 60px;
}

#virtualtour {
    padding-bottom: 60px;
}

.floor-sub-title {
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    margin-bottom: 20px;
    color: #7b6d3e;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.school-main-wrap {
    background-color: #15243f;
    color: #fff;
    padding: 40px 0;
    margin-top: 0px;
}

.floor-template-floorplan-cpt .school-main-wrap h2.floor-cpt-title {
    color: #fff;
    text-transform: uppercase;
}

.floor-template-floorplan-cpt .school-main-wrap h3.floor-sub-title {
    color: #a39566;
}

.school-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.school-main-wrap h3,
.school-main-wrap h2 {
    text-align: center;
}

.school-box-inner {
    width: 22%;
    text-align: center;
    position: relative;
}

.school-box-inner h4 {
    color: #a39566;
    font-size: 24px;
}

.school-box-inner:after {
    position: absolute;
    border-left: 1px solid #a2a2a2;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
}

.school-list .school-box-inner:first-child:after {
    display: none;
}

.school-list .disclaimer {
    margin-top: 0px;
}

.wp-content.map-dir-wrap .vc_row-o-content-top.vc_row-flex {
    align-items: center;
}

.floor-template-floorplan-cpt #get-started,
.page-template-page-custom-home-new #custom-start {
    padding: 50px 20px 35px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(21, 36, 63, 0.7)),
        url(https://virginiabuilders.com/wp-content/uploads/2021/01/Virginia-Builders-Sunset.jpg);
    background-position: center;
    background-attachment: scroll;
    box-shadow: rgb(0 0 0 / 8%) 6px 6px 30px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: rgb(0 0 0 / 23%) 6px 6px 30px 4px;
    background-size: cover;
    background-repeat: no-repeat;
}

.floor-template-floorplan-cpt .columngrid1 {
    padding-left: 0;
}

.wp-content .fpcenterdiv {
    padding-top: 0;
    padding-bottom: 0;
}

.full-img-section {
    padding-bottom: 60px;
}

.floor-contact-wrap .ctacontainer {
    max-width: 1285px;
    margin: 0 auto;
}

.floor-template-floorplan-cpt .main-content {
    background-color: #fff;
}

.full-img-section .img-fluid {
    display: block;
    margin: 0 auto;
}

.floor-template-floorplan-cpt .hero {
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

@media (min-width: 1200px) {
    .floor-template-floorplan-cpt .hero {
        height: calc(100vh - 118px);
    }

    .floor-template-floorplan-cpt .hero img,
    .page-id-262 .small-hero .hero img,
    .page-id-262 .small-hero .hero img,
    .page-id-1661 .small-hero .hero img,
    .page-id-2215 .small-hero .hero img,
    .parent-pageid-262 .small-hero .hero img,
    .page-id-2358 .small-hero .hero img,
    .page-id-2425 .small-hero .hero img {
        width: 100%;
        height: calc(100vh - 118px);
        object-fit: cover;
        object-position: top center;
    }

    .floor-template-floorplan-cpt .hero img {
        opacity: 0;
    }
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    /* using flexbox for vertical centering */
    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(0, 59, 99, 0.8);
    /* overlay color */
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
    /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
When viewport aspect ratio is greater than 16:9
work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
        /* 16:9 calc */
    }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}

/* modal close button */
.close-video-modal {
    display: block;
    position: absolute;
    right: -160px;
    top: -25px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s;
}

.close-video-modal:hover {
    transform: rotate(90deg);
}

/* set the iframe element to stretch to fit its parent element */
.video-modal iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

.noscroll {
    overflow: hidden;
    position: fixed;
}

/* show the modal: 

add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.ult-modal-input-wrapper {
    position: relative;
}

.play-btn img {
    width: 240px;
}

.play-btn {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoposter {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.full-main-video {
    position: relative;
}

.full-main-video:after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}

#floorplan .wpb_wrapper {
    max-width: 80%;
    margin: 3% auto 0 auto;
}

.floor-template-floorplan-cpt .centerdiv {
    overflow-x: visible;
    padding-bottom: 0;
}

.floor-template-floorplan-cpt h2.map-main-title {
    text-align: center;
    margin-bottom: 35px;
}

.align-center-items {
    align-items: center;
}

.single-floor .map-dir-wrap .centerdiv {
    padding-top: 60px !important;
    padding-bottom: 60px;
}

.vtour-wrap img {
    width: 100%;
    object-fit: cover;
    height: 375px;
    max-width: 100%;
    margin: 0;
}

.vtour-wrap {
    border: 3px solid rgb(50, 107, 135);
    position: relative;
    transition: all 0.5s;
}

.vtour-wrap .show-tour-btn {
    position: static;
    width: 100%;
    height: 100%;
    display: block;
    background-image: none;
}

.vtour-wrap:hover {
    border: 3px solid rgb(152, 27, 30);
}

.theree-six-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.theree-six-wrap img {
    max-width: 275px !important;
    margin: auto;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    filter: invert(100%) !important;
    height: auto;
}

.theree-six-wrap img:hover {
    filter: invert(0%) !important;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.flex-item {
    flex: 50%;
}

.flex-item-75 {
    flex: 75%;
}

.floor-template-floorplan-cpt .vc_column-inner {
    padding-left: 17.5px;
    padding-right: 17.5px;
    width: 100%;
}

.highlight-feature-section {
    background-color: #f5f5f5;
    padding: 60px 0;
    margin-bottom: 60px;
}

.highlight-feature-section h2 {
    text-align: center;
    margin-bottom: 40px !important;
}

.highlight-inner-wrap ul {
    padding: 0 35px;
    column-count: 3;
    list-style: none;
    font-size: 16px;
}

.highlight-inner-wrap ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
}

.highlight-inner-wrap ul li::marker {
    content: "";
    display: none;
}

.highlight-inner-wrap ul li:before {
    content: ">";
    position: absolute;
    left: -5px;
    font-size: 20px;
    top: -6px;
    display: inline-flex;
}

.sidebar-box {
    float: none;
    width: 100%;
    margin: 0;
}

.sidebar-box {
    max-height: auto;
    position: relative;
    padding: 0;
    overflow: visible;
}

.sidebar-box .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 20px 0 30px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.5872724089635855) 0%,
            rgba(255, 255, 255, 1) 52%,
            rgba(255, 255, 255, 1) 100%);
    display: none;
}

.sidebar-box .button {
    color: #000;
    margin: 0 auto;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

/* End New floor plan template */
.portfolio-inner .modula-item-content {
    position: relative;
}

.portfolio-inner .modula-item-content:hover img {
    transform: scale(1.05);
}

.portfolio-inner .modula-item-content .figc.no-description,
.portfolio-inner .modula-item-content .figc.no-description .jtg-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) !important;
}

.portfolio-inner .modula-item-content .figc.no-description .jtg-title {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
}

/* Corner Ribbon */

.floor-template-floorplan-cpt .floor-ribbon-callout-wrap {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 5rem;
}

.floor-template-floorplan-cpt .floor-ribbon-callout {
    position: relative;
    display: inline-block;
    background: #a39566;
    color: #fff;
    padding: 5px 14px;
    font-size: 16px;
    font-family: brandon-grotesque, 'Josefin Sans', sans-serif;
    text-transform:uppercase;
    font-weight:700;
    white-space: nowrap;
    z-index: 2;
    margin-bottom:1rem;
}

.floor-template-floorplan-cpt .floor-ribbon-callout::before,
.floor-template-floorplan-cpt .floor-ribbon-callout::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 3.5rem;
    height: 100%;
    background: #a39566;
    clip-path: polygon(0 0, 30% 50%, 0 100%, 100% 100%, 100% 0);
}

.floor-template-floorplan-cpt .floor-ribbon-callout::before {
    left: -2.5rem;
}

.floor-template-floorplan-cpt .floor-ribbon-callout::after {
    right: -2.5rem;
    transform: scaleX(-1);
}
.corner-ribbon.top-right {
    top: 40px;
    right: -55px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.sticky {
    position: absolute;
}

.corner-ribbon {
    width: 240px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#586c77+0,74909e+100 */
    background: #586c77;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #586c77 0%, #74909e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #586c77 0%, #74909e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #586c77 0%, #74909e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#586c77', endColorstr='#74909e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    font-weight: 900;
    animation: fade-in-corner 1s;
}

@keyframes fade-in-corner {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* NEW EDITS */
@media only screen and (max-width: 1250px) {
    .plans-container.everton-estates-plans .floor {
        width: 32%;
    }

    .plans-container.everton-estates-plans .floor:nth-of-type(3n) {
        margin-right: 0px;
    }

    .plans-container.everton-estates-plans .floor:nth-of-type(4n) {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 1025px) {

    .modal-for-galleries .content,
    .modal-for-tour .content {
        width: calc(100% - 50px);
        height: calc(100% - 50px);
        margin: 25px;
    }

    .modal-for-galleries .close-modal-btn,
    .modal-for-tour .close-modal-btn {
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 1140px) {
    .ubermenu-main>ul>li {
        margin-top: 0px !important;
    }

    .ubermenu-main>ul>li>a {
        padding-left: 8px !important;
    }

    #header .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
        padding-right: 15px;
    }

    #header .ubermenu .ubermenu-target {
        padding: 15px 8px;
    }

    #header .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        right: 2px;
        margin-top: -8px;
    }
}

@media only screen and (max-width: 1023px) {
    .ubermenu-main>ul>li {
        margin-top: 0px !important;
    }

    .ubermenu-main>ul>li>a {
        padding-left: 8px !important;
    }

    .ubermenu-responsive-toggle {
        padding: 17px 20px !important;
    }

    /* NEW EDITS */
    .plans-container.everton-estates-plans .floor {
        width: 49%;
    }

    .plans-container.everton-estates-plans .floor:nth-of-type(2n) {
        margin-right: 0px;
    }

    .plans-container.everton-estates-plans .floor:nth-of-type(3n) {
        margin-right: 2%;
    }

    .plans-container.everton-estates-plans .floor:nth-of-type(4n) {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1099px) {
    #header:not(.new-header) .logo-container img,
    #header:not(.new-header) .logo-container a:hover img {
        width: 160px;
        height: auto;
        padding: 10px;
    }

    #header:not(.new-header) .ubermenu .ubermenu-target {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    #header:not(.new-header) .ubermenu-main>ul.ubermenu-nav>li.ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target {
        padding-right: 12px !important;
    }

    #header:not(.new-header) .ubermenu-main>ul.ubermenu-nav>li.ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        right: 0;
    }
}

@media only screen and (max-width: 960px) {
    .ubermenu-responsive-toggle {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        display: inline-block !important;
        border-left: 1px solid #cccccc !important;
        float: right !important;
    }

    .ubermenu-responsive-toggle .fa,
    .ubermenu-responsive-toggle .fas {
        font-size: 46px !important;
        margin-top: 8px;
        margin-bottom: 8px;
        color: #a21d21;
    }

    .ubermenu-main {
        border-top: 1px solid #cccccc !important;
    }
}

@media only screen and (max-width: 767px) {
    .ubermenu-responsive-toggle .fa {
        font-size: 60px !important;
        margin-top: 19px;
        margin-bottom: 19px;
        color: #a21d21;
    }

    #header {
        padding-bottom: 57px;
        position: relative;
    }

    .top-gray {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .modal-for-galleries .content,
    .modal-for-tour .content {
        width: 100%;
        height: 100%;
        margin: 0px;
    }

    .modal-for-galleries .close-modal-btn,
    .modal-for-tour .close-modal-btn {
        top: 40px;
        right: 7px;
    }

    .close-video-modal {
        right: 8px;
        top: -40px;
    }

    .close-video-modal img {
        width: 30px;
    }

    .videoposter {
        height: 250px;
    }

    .fpcenterdiv .vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
        padding-bottom: 40px;
    }

    .single-floor .hero:before,
    .page-id-262 .small-hero .hero:before,
    .page-id-1661 .small-hero .hero:before,
    .page-id-2215 .small-hero .hero:before,
    .parent-pageid-262 .small-hero .hero:before,
    .page-id-2358 .small-hero .hero:before,
    .page-id-2425 .small-hero .hero:before {
        background: -moz-linear-gradient(to bottom,
                rgb(0, 0, 0, 0.4) 28%,
                rgba(0, 0, 0, 0.4) 64%,
                rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-linear-gradient(to bottom,
                rgb(0, 0, 0, 0.4) 28%,
                rgba(0, 0, 0, 0.4) 64%,
                rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom,
                rgb(0, 0, 0, 0.4) 28%,
                rgba(0, 0, 0, 0.4) 64%,
                rgba(0, 0, 0, 0.8) 100%);
    }

    .floor-template-floorplan-cpt .red-band .house-stats {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .highlight-inner-wrap ul {
        column-count: 1;
    }

    .highlight-feature-section {
        padding: 40px 0 0;
    }

    .highlight-feature-section h2 {
        margin-bottom: 25px !important;
        padding: 0 10px !important;
    }

    .sidebar-box {
        max-height: 250px;
        overflow: hidden;
        height: auto !important;
    }

    .sidebar-box .read-more {
        display: block;
    }
}

/****************
* Media Queries *
****************/
@media only screen and (max-width: 1365px) {
    .wp-content .centerdiv {
        margin: auto;
    }

    .hero-container h1 a,
    .page-template-landingpage .hero-container h1 {
        font-size: clamp(40px, 5.5vw, 70px);
    }

    .search-container h3 {
        display: block;
        line-height: inherit;
        margin: 0 -20px;
        border-bottom: 3px double #748d9a;
        font-size: 26px;
        padding-bottom: 10px;
    }

    .search-container form {
        display: block;
        padding: 15px 0 20px;
        text-align: center;
    }

    .search-container .submit-container {
        position: static;
        display: inline-block;
    }

    .search-container .submit-container .submit {
        line-height: 1;
        margin-top: 21px;
    }

    .gravity-form-conainter {
        width: 380px;
        right: 50px;
        bottom: 65px;
    }

    .gravity-form-conainter.side {
        right: -380px;
    }

    .gravity-form-conainter .gform_wrapper {
        padding: 15px 10px;
    }

    .gravity-form-conainter .gform_wrapper h3.gform_title {
        font-size: 28px;
        line-height: 28px;
    }

    .gravity-form-conainter .gform_wrapper .gform_heading {
        margin-bottom: 20px;
    }

    .gravity-form-conainter .gform_wrapper .gform_footer {
        margin-top: 20px;
    }

    .gravity-form-conainter input[type="submit"] {
        font-size: 18px !important;
        padding: 10px !important;
    }

    .floor .image {
        max-width: 50%;
    }

    .floor .content {
        width: 50%;
    }

    .floor .house-stats li {
        width: 47%;
        margin-right: 3%;
        font-size: 16px;
    }

    .floor h2 {
        margin-bottom: 15px;
    }

    .floor .content {
        padding-left: 30px;
    }

    .plans-container .floor .house-stats li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    article.floor .show-tour-btn {
        /* top: 26%; */
        top: 85px;
    }

    article.floor .modula-link {
        top: 20%;
        top: 40px;
    }

    .logo-container img {
        width: 195px;
        padding: 12px;
    }
}

@media only screen and (max-width: 1140px) {
    #header .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        margin-top: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .page-template-portfolio .hero-portfolio {
        height: 50vh !important;
    }

    .gravity-form-conainter {
        display: none;
    }

    .header .logo-container a {
        left: 0;
    }

    .logo-container img {
        width: 195px;
        padding: 12px;
    }

    .nav .menu a {
        font-size: 16px;
        padding: 15px 7px 13px;
    }

    .top-white .centerdiv {
        padding: 0px;
    }

    .gray-menu li {
        padding: 10px 8px;
    }

    .gray-menu .phone {
        font-size: 20px;
        padding-left: 18px;
        padding-right: 10px;
    }

    .gray-menu .phone-text {
        word-spacing: -1px;
    }

    .gray-menu .contact {
        padding: 10px;
    }

    .hero-container .action-button {
        width: 65%;
    }

    .hero-container h1 {
        right: auto;
        left: 0;
        /*bottom: 70px;*/
        padding-left: 30px;
    }

    .hero-container h1 a,
    .page-template-landingpage .hero-container h1 {
        font-size: clamp(40px, 7vw, 50px);
    }

    .top-footer .logo-container,
    #menu-item-22,
    #menu-item-23 {
        width: 50%;
    }

    .top-footer .contact {
        width: 50%;
        margin-bottom: 40px;
        text-align: center;
    }

    .top-footer .footer-menu {
        width: 100%;
        float: none;
    }

    .footer-menu .menu>.menu-item {
        text-align: center;
    }

    .house-stats li {
        width: 20%;
        height: 60px;
    }

    .house-stats li:last {
        width: 20%;
        border-right: none;
    }

    .page-template-page-floorsearch .wp-content .centerdiv {
        margin: 0;
    }

    .floor {
        padding: 25px;
    }

    .floor .content {
        padding-bottom: 35px;
        padding-left: 20px;
    }

    .floor h2 {
        font-size: 20px;
    }

    .floor .house-stats li {
        width: 50%;
        margin: 0;
        padding: 5px 10px 5px 53px;
        height: 55px;
        font-size: 15px;
    }

    .plans-container .floor {
        width: 48%;
    }

    .plans-container .floor-heading {
        font-size: 30px;
        padding: 10px 30px 10px 90px;
    }

    .plans-container .floor-heading.heading-attached {
        padding: 10px 30px 10px 120px;
    }

    article.floor .show-tour-btn {
        top: 30%;
    }

    article.floor .show-gallery-btn {
        top: 25%;
    }

    article.floor .modula-link {
        top: 25%;
    }

    .map-dir-wrap .centerdiv {
        padding-top: 0;
    }
}

@media only screen and (max-width: 899px) {
    article.floor .show-tour-btn {
        /* top: 26%; */
        top: 85px;
    }

    article.floor .show-gallery-btn {
        top: 20%;
    }

    article.floor .modula-link {
        top: 20%;
        top: 40px;
    }

    .school-box-inner {
        width: 30%;
        margin: 0 20px;
    }

    #floorplan .wpb_wrapper {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .page-id-7056 .small-hero .hero {
        height: 40vh;
    }

    .school-main-wrap {
        margin-top: 0px;
    }

    .floor-template-floorplan-cpt .map-dir-wrap h2.floor-cpt-title {
        margin-top: 15px;
    }

    .floor-template-floorplan-cpt .map-dir-wrap h2.floor-cpt-title.map-main-title {
        margin-top: 0;
    }

    .floor-template-floorplan-cpt h2.map-main-title {
        margin-bottom: 15px;
    }

    .theree-six-wrap img {
        height: auto;
    }

    .align-center-items {
        align-items: unset;
    }

    .vtour-wrap img {
        height: 200px;
    }

    .theree-six-wrap img {
        height: auto;
    }

    .floor-template-floorplan-cpt .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .photo-gal-wraper,
    #aboutfloor {
        padding-bottom: 30px;
    }

    .single-floor .map-dir-wrap .centerdiv {
        padding-top: 40px !important;
    }

    .single-floor .wp-content .fpcenterdiv {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .single-floor .wp-content .fpcenterdiv .wpb_text_column {
        margin-bottom: 15px;
    }

    .floor-template-floorplan-cpt .aw-button {
        margin-bottom: 20px;
    }

    #floorplan .wpb_wrapper {
        max-width: 100%;
    }

    .flex-container {
        flex-direction: column;
    }

    .school-list {
        display: block;
    }

    .floor-template-floorplan-cpt .house-stats li {
        width: 50%;
        height: 60px;
        font-size: 16px;
        border-right: 1px solid #77693a;
        border-bottom: 1px solid #77693a;
    }

    .floor-template-floorplan-cpt .house-stats li:nth-child(even) {
        border-right: none;
    }

    .floor-template-floorplan-cpt .house-stats li:nth-last-child(2) {
        border-right: none;
    }

    .floor-template-floorplan-cpt h2.floor-cpt-title {
        font-size: 28px;
    }

    .floor-template-floorplan-cpt .house-stats .get-started-btn {
        width: 100% !important;
    }

    .full-img-section {
        padding-bottom: 30px;
    }

    .school-box-inner:after {
        display: none;
    }

    .school-box-inner {
        width: 100%;
        margin: 0;
    }

    .art-texts {
        bottom: auto;
        font-size: 10px;
        left: 10px;
        bottom: -6px;
    }

    .school-list {
        display: block;
        justify-content: center;
        align-items: center;
    }

    .logo-container img,
    .header .logo-container a:hover img {
        height: 100px;
    }

    .ult-content-box {
        min-height: 200px !important;
    }

    .video-box img {
        padding-top: 50px;
    }

    .padding6080 {
        padding: 20px 10px;
    }

    html,
    #wrapper {
        overflow-x: hidden;
    }

    .aw-button {
        font-size: 16px !important;
    }

    .video-box {
        margin-bottom: 30px;
    }

    .page-template-portfolio .hero-portfolio {
        height: 30vh !important;
    }

    .page-template-portfolio .wp-content .centerdiv {
        padding: 45px 20px !important;
    }

    .wp-content .centerdiv {
        padding: 35px 20px !important;
    }

    .plans-container .floor-heading {
        font-size: 20px;
        padding: 10px 30px 10px 90px;
    }

    .plans-container .floor-heading.heading-attached {
        padding: 15px 30px 15px 120px;
    }

    .plans-container .floor {
        width: 100%;
    }

    .centerdiv {
        padding: 0 15px;
    }

    /*
	.top-white,
	.header .logo-container{
		display: none;
	}
	*/
    .gray-menu li {
        display: none;
    }

    .gray-menu .phone,
    .gray-menu .phone-text {
        display: inline-block;
        background: none;
    }

    .gray-menu .phone {
        padding-left: 15px;
    }

    .gray-menu .phone-text:after {
        display: none;
    }

    .gray-menu {
        display: inline-block;
    }

    .top-gray {
        text-align: center;
        padding: 12px 0 4px;
        display: flex;
        justify-content: center;
    }

    .hero-container .action-button {
        font-size: 18px;
        padding: 10px 15px;
        width: 75%;
    }

    .hero img {
        min-height: 200px;
    }

    .hero-container h1 {
        bottom: 95px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hero-container h1 a,
    .page-template-landingpage .hero-container h1 {
        font-size: clamp(34px, 10vw, 40px);
    }

    .small-hero.hero-container h1 a,
    .small-hero.hero-container h1 {
        font-size: clamp(30px, 10vw, 34px);
        text-transform: none !important;
    }

    .search-container h3 {
        font-size: 19px;
        margin: 0 -15px;
    }

    .top-footer .contact {
        padding-right: 0;
    }

    .footer p:last-child {
        word-wrap: break-word;
    }

    .top-footer .logo-container {
        padding-right: 15px;
    }

    .top-footer .centerdiv {
        background-image: none;
    }

    .footer-logos img {
        margin-right: 20px;
        /* height: 50px; */
    }

    .wp-content .centerdiv {
        margin: 0;
        padding: 45px 20px;
        border: none;
    }

    .house-stats li {
        width: 50%;
    }

    .floor {
        padding: 10px;
        margin: 30px 0;
    }

    .floor .content,
    .floor .image {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .floor .image {
        max-width: none;
        text-align: center;
    }

    .floor .content {
        padding-bottom: 50px;
    }

    .floor h2 {
        text-align: center;
    }

    .floor .link {
        bottom: -1px;
        left: -1px;
        right: -1px;
        text-align: center;
    }

    .floor .link:before {
        display: none;
    }

    .shake-container {
        display: none;
    }

    .single-floor .hero-container .title {
        /* bottom: 20px; */
        bottom: 80px;
    }

    .main-content .hero-container .show-gallery-btn {
        top: 70px;
    }

    .single-floor .hero-container h1 a {
        font-size: clamp(28px, 6vw, 32px);
    }

    .single-floor .title h2 {
        font-size: 16px;
        padding: 0 10px;
        display: none;
    }

    .house-stats li span {
        text-align: left;
    }

    .red-band .house-stats {
        width: 60%;
        margin: 0px auto;
    }

    h1.red-title {
        font-size: 28px;
    }

    article.floor .show-tour-btn {
        top: 22%;
    }

    article.floor .show-gallery-btn {
        top: 17%;
    }

    article.floor .modula-link {
        top: 17%;
    }
}

@media only screen and (max-width: 639px) {
    article.floor .show-tour-btn {
        top: 35%;
    }

    article.floor .show-gallery-btn {
        top: 30%;
    }

    article.floor .modula-link {
        top: 30%;
    }

    .red-band .house-stats {
        width: 88%;
        margin: 0px auto;
    }

    .search-container .select-container {
        height: 70px;
        line-height: 70px;
    }

    .search-container .select-container:before {
        bottom: 35px;
    }

    .search-container .select-container:after {
        bottom: 25px;
    }

    .search-container .submit-container .submit {
        margin-top: 15px;
    }

    /* NEW EDITS */
    .plans-container.everton-estates-plans .floor {
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .plans-container.everton-estates-plans .floor:nth-of-type(3n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 539px) {
    article.floor .show-tour-btn {
        top: 30%;
    }

    article.floor .show-gallery-btn {
        top: 25%;
    }

    article.floor .modula-link {
        top: 25%;
    }

    .main-content .hero-container .show-gallery-btn,
    .main-content .hero-container .show-tour-btn {
        font-size: 20px;
    }

    .main-content .hero-container .modula-link {
        font-size: 20px;
    }

    .main-content .hero-container .show-gallery-btn img,
    .main-content .hero-container .show-tour-btn img {
        max-width: 25px;
    }

    .main-content .hero-container .modula-link img {
        max-width: 25px;
    }
}

@media only screen and (max-width: 459px) {
    #footer h4 {
        border-bottom: solid 2px #326b87;
        display: inline-block;
    }

    .small-hero.hero-container h1 {
        bottom: 0 !important;
    }

    .main-content .hero-container .modula-link {
        /* top: 90px; */
        left: calc(50% - 160px);
    }

    .main-content .hero-container .show-gallery-btn {
        top: 90px;
        left: calc(50% - 160px);
    }

    .main-content .hero-container .show-tour-btn {
        left: calc(50% + 5px);
    }

    article.floor .show-tour-btn {
        top: 25%;
    }

    article.floor .show-gallery-btn {
        top: 20%;
    }

    article.floor .modula-link {
        top: 20%;
    }

    #mobile-nav {
        top: 82px;
    }

    a#mobile-logo {
        width: 160px;
        height: 96px;
    }

    a#mobile-nav-btn {
        padding: 24px;
    }

    a#mobile-nav-btn span {
        width: 40px;
        height: 6px;
        margin-top: 8px;
    }

    .gray-menu .phone,
    .gray-menu .phone-text {
        padding: 10px;
    }

    .gray-menu .phone {
        font-size: 16px;
        padding-left: 0;
    }

    .hero-container .action-button {
        display: block;
        width: 100%;
        position: static;
    }

    .hero img {
        min-height: 210px;
    }

    .search-container .submit-container .submit {
        font-size: 16px;
    }

    .top-footer .logo-container,
    .top-footer .contact,
    .footer-menu .menu>.menu-item,
    .footer-menu .menu>.menu-item:last-child,
    #menu-item-22,
    #menu-item-23 {
        width: 100%;
        float: none;
        display: block;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .top-footer .contact {
        margin-bottom: 30px;
    }

    .footer-menu .menu>.menu-item:last-child {
        margin-bottom: 0;
    }

    .footer-logos img,
    .footer-logos img:last-child {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .footer-logos img:last-child {
        margin-bottom: 5px;
    }

    .house-stats li {
        padding: 10px;
        font-size: 16px;
    }

    .house-stats .fa {
        left: 12px;
    }

    .red-band .house-stats {
        width: 95%;
        margin: 0px auto;
    }

    .uvc-headings-line {
        width: 100% !important;
    }

    h2.red-title {
        font-size: 24px;
    }

    h1.red-title {
        font-size: 24px;
    }

    .single-floor .hero-container h1 a {
        font-size: clamp(26px, 8vw, 30px);
    }
}

@media only screen and (max-width: 359px) {
    .floor .house-stats li {
        font-size: 14px;
    }
}

#preloader {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    overflow: hidden;
    background: #ffffff url("images/preloader.gif") no-repeat center center;
}

body.home #preloader {
    display: block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    /* Webkit-specific CSS here (Chrome and Safari) */
    .overlay-doorvertical {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.page-template-tower-hill .wp-content .centerdiv,
.page-template-tower-hill .wave-img-right {
    overflow-x: inherit;
}

.page-template-tower-hill {
    overflow-x: hidden;
}

.wave-img-right:after {
    content: "";
    display: inline-block;
    background: url(./images/wave-pattern.svg) no-repeat;
    width: 180%;
    position: absolute;
    height: 100%;
    left: 20%;
    z-index: 0;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: left center;
    top: 50%;
    transform: translateY(-50%);
}

#get-started:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 80%;
    left: 0;
    z-index: 0;
    background-size: contain;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-repeat: repeat-x;
    bottom: -9%;
    z-index: 0;
    background-position: bottom;
}

.page-template-tower-hill #get-started:before {
    content: "";
    display: inline-block;
    background: url(./images/wave-pattern.svg) no-repeat;
    position: absolute;
    height: 80%;
    left: 0;
    z-index: 0;
    background-size: contain;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-repeat: repeat-x;
    bottom: -9%;
    z-index: 0;
    background-position: bottom;
}

.mobile-img {
    display: none;
}

.search .metaholder {
    padding: 20px 0;
}

.metaholder h2 {
    font-size: 160%;
    line-height: 1.25;
}

.search .floor h2 {
    font-size: 20px;
    font-weight: 700;
    background: transparent !important;
    padding: 0;
    margin-bottom: 20px;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
}

.search .floor {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    #get-started:before {
        background-size: 50%;
    }
}

@media only screen and (max-width: 767px) {
    #get-started:before {
        background-size: 100%;
        height: 100%;
        bottom: -35px;
    }

    .towerhill-block h2.aw-title {
        text-align: center;
    }

    .page-template-tower-hill .towerhill-block {
        padding-top: 0 !important;
    }

    .vc_row.wpb_row.vc_row-fluid.vc_custom_1597256743091.vc_column-gap-35.vc_row-o-content-middle.vc_row-flex {
        padding-top: 0 !important;
    }

    .page-template-tower-hill .maxwidth900 {
        margin-bottom: 40px;
    }

    .page-template-tower-hill #get-started {
        padding: 0px 0px 35px 0px !important;
    }

    #get-started.vc_row.vc_column-gap-35>.vc_column_container {
        padding: 0 !important;
    }

    #get-started .vc_column-inner.vc_custom_1513043873946 {
        padding-top: 0 !important;
    }

    #get-started .gform_legacy_markup_wrapper {
        margin-top: 0px !important;
    }

    #get-started .wpb_text_column.wpb_content_element {
        margin-bottom: 15px;
    }

    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }

    .wave-img-right {
        display: none !important;
        background: none !important;
    }

    #header .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        right: 15px;
    }
}

.singlecontent .testimonial {
    text-align: center;
    font-style: italic;
    font-size: 24px;
    padding: 0 40px 10px;
    min-height: unset;
    margin-bottom: 0;
    font-family: "Crimson Text", serif;
}

.singlecontent .testimonial+p {
    font-weight: 600;
    font-size: 18px;
    color: #a39566;
    text-align: center;
    text-transform: uppercase;
}

#gform_wrapper_2.gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
    width: 100%;
    border: double 3px #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    padding: 16px !important;
    background: #a39566 !important;
    font-size: 20px !important;
}

#gform_wrapper_2.gform_legacy_markup_wrapper .gform_footer input[type="submit"]:hover {
    background: #15243f !important;
}

#gform_wrapper_2.gform_legacy_markup_wrapper .gform_footer {
    padding-right: 16px;
    padding-top: 0;
    margin-top: 0;
}

body #gform_wrapper_2.gform_legacy_markup_wrapper .gform_footer {
    padding-top: 18px;
}

@media only screen and (max-width: 767px) {
    #gform_wrapper_2.gform_legacy_markup_wrapper .gform_footer {
        padding-right: 0;
        margin-bottom: -40px;
    }

    #gform_wrapper_2.gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
        line-height: 1;
        min-height: 58px;
        margin-bottom: -8px !important;
        font-size: 16px !important;
    }

    #gform_wrapper_2.gform_legacy_markup_wrapper .gform_footer input.gform_custom_animated_submit {
        position: relative;
        bottom: 40px;
    }

    body #gform_wrapper_2.gform_legacy_markup_wrapper .gform_footer {
        margin-bottom: 0;
        padding-top: 18px;
    }

    body #gform_wrapper_2.gform_legacy_markup_wrapper .gform_footer input.gform_custom_animated_submit {
        position: static;
        bottom: auto;
        margin-top: 0;
        margin-bottom: 0 !important;
    }
}

.home-about-content-section {
    /*overflow-x: hidden;*/
    margin-left: -35px !important;
    margin-right: -35px !important;
}

.home-about-content-section>.upb_row_bg {
    left: 0 !important;
}

.home-about-content-section .brandbar {
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
}

@media only screen and (max-width: 1023px) {
    #virtualtours>.vc_column_container>.vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }

    #virtualtours .ult-content-box-container.video-box .ult-content-box .ult-modal-input-wrapper img {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 960px) {
    .ubermenu-responsive-toggle {
        padding-top: 11px !important;
        padding-bottom: 11px !important;
    }
}

/*@media (max-width: 909px){*/
/*    .home .aw-button {*/
/*        width: 100%;*/
/*        max-width: 550px;*/
/*    }*/
/*}*/
@media only screen and (max-width: 767px) {
    .ubermenu-responsive-toggle {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    /*.home .aw-button {*/
    /*    width: 100%;*/
    /*    max-width: calc(95% - -5px);*/
    /*    margin: 0 auto;*/
    /*}*/
}

/* Communitiy template */
.virtual-tours-tab p {
    text-align: center !important;
    font-size: 100%;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    font-family: "Crimson Text", serif;
    font-weight: 800;
    width: 100%;
}

.page-template-page-communities .full-hero .hero:before,
.page-id-262 .small-hero .hero:before,
.page-id-1661 .small-hero .hero:before,
.page-id-2215 .small-hero .hero:before,
.parent-pageid-262 .small-hero .hero:before,
.page-id-2358 .small-hero .hero:before,
.page-id-2425 .small-hero .hero:before,
.hero-video:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+28,000000+100,000000+100&0+28,0.4+64,0.8+100 */
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0) 28%,
            rgba(0, 0, 0, 0.4) 64%,
            rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0) 28%,
            rgba(0, 0, 0, 0.4) 64%,
            rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 28%,
            rgba(0, 0, 0, 0.4) 64%,
            rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    /* IE6-9 */
}

.page-template-page-communities .full-hero .hero img,
.page-id-2358 .small-hero .hero img,
.page-id-2425 .small-hero .hero img {
    width: 100%;
    height: calc(100vh - 120px);
    object-fit: cover;
    object-position: center;
}

.page-id-262 .small-hero .hero,
.page-id-1661 .small-hero .hero,
.page-id-2215 .small-hero .hero,
.page-id-2358 .small-hero .hero,
.page-id-2425 .small-hero .hero,
.small-hero .hero {
    background-position: center;
    background-attachment: fixed;
}

.info-left .sales_team_block {
    display: inline-block;
    margin-right: 15px;
}

.info-left .sales_team_block:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .page-template-page-communities .full-hero .hero {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .page-template-page-communities .full-hero .hero>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-template-page-communities .full-hero.hero-container h1 {
    padding-left: 0;
    position: static;
    padding: 0px 50px;
    max-width: 1100px;
    margin: auto;
}

.page-template-page-communities .full-hero.hero-container .title {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .page-template-page-communities .full-hero.hero-container .title {
        position: relative;
        bottom: 60px;
        left: auto;
        bottom: auto;
        right: auto;
        text-align: center;
        padding: 210px 20px 30px;
    }

    .page-template-page-communities .full-hero.hero-container .art-texts {
        left: unset;
        bottom: 0;
        position: relative;
        padding: 10px;
        text-align: center;
    }
}

.page-template-page-communities .full-hero.hero-container h2 {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .page-template-page-communities .full-hero.hero-container h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .page-template-page-communities .full-hero.hero-container h2 {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 0;
    }
}

.page-template-page-communities .full-hero.hero-container h2 span {
    margin: 0 5px;
}

.page-template-page-communities .full-hero.hero-container .communities-logo {
    max-height: 100px;
    margin-bottom: 20px;
    width: auto;
    max-width: 600px;
}

.page-id-7610 .full-hero.hero-container .communities-logo {
    max-height: 300px;
    margin-bottom: 20px;
    width: auto;
}

@media (max-width: 1199px) {
    .page-template-page-communities .full-hero.hero-container .communities-logo {
        max-height: 80px;
    }
}

@media (max-width: 767px) {
    .community-info-section .section-heading {
        text-align: left;
    }

    #detail.community-info-section {
        margin-bottom: -35px;
    }
}

.page-template-page-communities #detail .video-wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-page-communities #detail .video-wrap iframe {
    display: block;
    width: 100%;
    max-width: 100%;
}

.information-section {
    background-color: #0c223f;
    padding: 24px 0;
}

.information-section .container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1400px;
    width: 100%;
    display: flex;
    margin: auto;
    align-items: stretch;
}

@media (max-width: 1199px) {
    .information-section .container {
        flex-wrap: wrap;
    }
}

.info-col {
    flex: 1;
    display: flex;
    align-items: stretch;
}

@media (max-width: 767px) {
    .info-col {
        flex: 0 0 100%;
        width: 100%;
    }
}

.info-content {
    display: flex;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    flex: 1;
}

@media (max-width: 1199px) {
    .info-content {
        display: block;
        text-align: center;
    }
}

.info-left {
    flex: 0 0 55%;
}

.info-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .info-right {
        padding-left: 0;
        border-left: 0;
    }
}

.info-col:first-child {
    padding-right: 30px;
}

@media (max-width: 767px) {
    .info-col:first-child {
        padding-right: 0;
    }
}

.info-col:last-child {
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .info-col:last-child {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 20px;
        margin-top: 20px;
    }
}

.block-head {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    margin-left: -8px;
}

@media (max-width: 1199px) {
    .block-head {
        justify-content: center;
        margin-left: 0;
    }
}

.info-col h4 {
    line-height: 1.5em;
    color: white;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}

.info-col p {
    color: white;
    margin: 0;
    font-size: 16px;
}

.info-col p>a {
    color: #ffffff;
    text-decoration: underline;
}

.info-col p>a:hover {
    color: #71684b;
    text-decoration: underline;
}

.button-round {
    font-size: 14px;
    background: #0c223f;
    padding: 7px 12px 6px 12px;
    border: 2px solid #a39566;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    transition:
        background-color 200ms ease-out,
        color 200ms ease-out,
        border 200ms ease-out;
    text-decoration: none;
    color: #fff;
    margin: 8px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.button-round:active,
.button-round:hover,
.button-round:focus {
    outline: 0;
    text-decoration: none;
    background-color: #a39566;
    color: #fff;
}

.button-wrap .button-round {
    margin: 8px;
}

@media (max-width: 1199px) {
    .button-wrap {
        margin-top: 15px;
    }
}

.status-button>span {
    position: relative;
    display: inline-block;
}

.status-button>span:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 7.5px;
    margin-right: 10px;
    position: relative;
    top: 1px;
    background-color: #7a7a7a;
}

.chat-status>span:before {
    background-color: #a31f34;
}

.common-margin {
    margin: 60px 0;
}

.common-padding {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .common-margin {
        margin: 40px 0;
    }

    .common-padding {
        padding: 40px 0;
    }
}

.container-main {
    max-width: 1275px;
    padding: 0 1.5em;
    width: 100%;
    margin: 0 auto;
}

.page-template-page-google-communities .container-main {
    max-width: 1275px;
}

.page-template-page-google-communities .community-media-section .col-50 {
    padding-left: 20px;
    padding-right: 20px;
}

.section-heading {
    margin: 0 auto 20px;
    max-width: 800px;
    text-align: center;
}

.section-heading h2,
.heading-title h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #15243f;
    line-height: 1;
}

@media (max-width: 767px) {
    .section-heading h2 {
        font-size: 28px;
    }
}

.page-template-page-communities .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.page-template-page-communities .col-50,
.community-media-section .col-50 {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {

    .page-template-page-communities .col-50,
    .community-media-section .col-50 {
        flex: 0 0 100%;
        width: 100%;
    }

    .page-template-page-communities .col-50+.col-50,
    .community-media-section .col-50+.col-50 {
        margin-top: 30px;
    }
}

.community-info-block {
    margin-bottom: 40px;
}

.community-info-block:last-child {
    margin-bottom: 0;
}

.community-info-block h4 {
    font-size: 26px;
    line-height: 1.4;
    color: #14243e;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .community-info-block h4 {
        font-size: 24px;
    }
}

.community-info-block p {
    margin-bottom: 20px;
}

.community-info-block .star-list,
.thanks-hero .star-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.community-info-block .star-list li,
.thanks-hero .star-list li {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 18px;
    padding-left: 28px;
}

.community-info-block .star-list li:before,
.thanks-hero .star-list li:before {
    content: "\f005";
    position: absolute;
    top: 5px;
    left: 0;
    color: #ffea00;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: normal;
    font-family: FontAwesome;
}

.community-info-image {
    max-height: 600px;
    width: 100%;
}

.left-column {
    position: sticky !important;
    top: 40px;
    height: min-content;
}

.left-column p {
    margin-bottom: 20px;
}

.left-column p:empty {
    display: none;
}

.left-column img {
    width: 100%;
}

.left-column img {
    margin-top: 20px;
    display: block;
}

.left-column figure figcaption {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .left-column img+img {
        margin-top: 20px;
    }
}

.community-info-amenities-grid {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.community-info-amenities-grid li {
    display: flex;
    flex-flow: row;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    padding: 1em;
}

.community-info-amenities-grid i {
    font-size: 32px;
    color: #8195a2;
    height: 28px;
    width: 80px;
}

@media (max-width: 767px) {
    .community-info-amenities-grid i {
        font-size: 24px;
        width: 50px;
    }
}

.community-info-amenities-grid .amenity-title {
    font-weight: 500;
}

.community-direction {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 12px 20px;
    color: #000;
    font-size: 1em;
    font-family: "Gotham Narrow", sans-serif;
    text-transform: none;
    text-align: left;
    letter-spacing: normal;
    border: none;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    background: #eaeef0;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0px 2px 14pxrgba (50, 50, 50, 0.2);
    flex-wrap: nowrap;
    padding-left: 0;
    background: transparent;
    box-shadow: none;
    transition:
        background-color 200ms ease-out,
        color 200ms ease-out;
}

.page-template-page-communities .menu-item-marker,
.this-community-menu-item .menu-item-marker,
.menu-list .menu-item-marker {
    width: 30px;
    height: 45px;
    margin-right: 12px;
    margin-top: 6px;
}

.page-template-page-communities .menu-item-community span,
.page-template-page-communities .menu-list .community-direction span,
.this-community-menu-item .menu-item-community span,
.menu-list .menu-item-marker {
    display: block;
}

.page-template-page-communities .menu-list .community-direction .menu-item-distance,
.menu-list .community-direction .menu-item-distance {
    width: 50px;
    min-width: 50px;
    text-align: right;
}

.page-template-page-communities .menu-item-category,
.community-info-block .menu-item-category {
    margin: 0;
    padding: 0;
    color: #25678e;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 500;
}

.page-template-page-communities .menu-item-address,
.community-info-block .menu-item-address {
    font-size: 0.74em;
    font-weight: 200;
    color: #474747;
}

.page-template-page-communities .menu-list .community-direction,
.menu-list .community-direction {
    padding: 20px 12px 10px;
}

.page-template-page-communities .menu-item-community,
.menu-list .menu-item-community {
    flex: 1;
}

.page-template-page-communities .menu-item-title,
.community-info-block .menu-item-title {
    font-size: 16px;
    line-height: 1.4;
    color: #14243e;
    text-transform: uppercase;
    font-family: "Crimson Text", serif;
    font-weight: 700;
}

.page-template-page-communities .menu-list .community-direction .menu-item-title,
.menu-list .community-direction .menu-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-template-page-communities .slick-next,
.page-template-page-communities .slick-prev {
    width: 30px;
    height: 30px;
    z-index: 1;
}

.page-template-page-communities .slick-next:before,
.page-template-page-communities .slick-prev:before {
    font-size: 30px;
    color: #000;
    opacity: 0.3;
}

.page-template-page-communities .slick-next {
    right: 10px;
}

.page-template-page-communities .slick-prev {
    left: 10px;
}

.ratio-16-9 {
    position: relative;
    /* padding-bottom: 56.2%; */
}

.ratio-16-9 img,
.ratio-16-9 iframe {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ratio-16-9 .rll-youtube-player {
    padding-bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.custom_gallery_filter .ratio-16-9 {
    padding-bottom: 56.2%;
}

@media only screen and (max-width: 1250px) {
    .page-template-page-communities .floor-plan-section .plans-container.everton-estates-plans .floor:nth-of-type(4n) {
        margin-right: 0;
    }

    .page-template-page-communities .floor-plan-section .plans-container.everton-estates-plans .floor:nth-of-type(3n) {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 1023px) {
    .page-template-page-communities .plans-container.everton-estates-plans .floor:nth-of-type(2n) {
        margin-right: 2%;
    }

    .page-template-page-communities .floor-plan-section .plans-container.everton-estates-plans .floor:nth-of-type(4n) {
        margin-right: 2%;
    }

    .page-template-page-communities .floor-plan-section .plans-container.everton-estates-plans .floor:nth-of-type(3n) {
        margin-right: 0;
    }
}

.top-sticky-navigation {
    padding: 10px 0;
    display: block;
    position: fixed;
    width: 100%;
    transform: translateY(-150px);
    transition: transform 500ms ease-out;
    background-color: white;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    top: 0;
    left: 0;
}

@media (max-width: 768px) {
    .hero-container {
        min-height: auto !important;
    }

    .top-sticky-navigation {
        background-color: #f7f7f7;
    }
}

.top-sticky-navigation.is-active {
    transform: translateY(0px);
}

.top-sticky-navigation .container-main {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .top-sticky-navigation .container-main {
        justify-content: center;
    }
}

.top-sticky-navigation .left-menu-bar,
.top-sticky-navigation .right-menu-bar {
    display: flex;
}

.top-sticky-navigation ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-sticky-navigation ul li {
    margin: 0 40px;
}

@media (max-width: 991px) {
    .top-sticky-navigation ul li {
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .top-sticky-navigation ul li {
        margin: 0 10px;
    }
}

.top-sticky-navigation ul li:first-child {
    margin-left: 0;
}

.top-sticky-navigation ul li:last-child {
    margin-right: 0;
}

.top-sticky-navigation .right-menu-bar ul li {
    margin: 0 5px;
}

.top-sticky-navigation .right-menu-bar ul li:first-child {
    margin-left: 0;
}

.top-sticky-navigation .right-menu-bar ul li:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .top-sticky-navigation .right-menu-bar {
        display: none;
    }
}

.top-sticky-navigation .right-menu-bar ul li {
    margin: 0 5px;
}

.top-sticky-navigation .left-menu-bar ul li a {
    font-weight: 500;
    transition: color 200ms ease-out;
    text-decoration: none;
}

.top-sticky-navigation .left-menu-bar ul li a:hover {
    color: #a39566;
}

.top-sticky-navigation .left-menu-bar ul li a:after {
    content: "";
    display: block;
    width: 44px;
    margin: auto;
    padding-top: 4px;
    border-bottom: 2px solid transparent;
}

.top-sticky-navigation .left-menu-bar ul li.is-active a::after {
    border-bottom: 2px solid #a39566;
}

.button-border {
    font-size: 14px;
    background-color: transparent;
    padding: 7px 12px 6px 12px;
    border: 2px solid #a39566;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    transition:
        background-color 200ms ease-out,
        color 200ms ease-out,
        border 200ms ease-out;
    text-decoration: none;
    color: #a39566;
    margin: 8px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.button-border:active,
.button-border:hover,
.button-border:focus {
    outline: 0;
    text-decoration: none;
    background-color: #a39566;
    color: #fff;
}

.button-fill {
    font-size: 14px;
    background-color: #a39566;
    padding: 7px 12px 6px 12px;
    border: 2px solid #a39566;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    transition:
        background-color 200ms ease-out,
        color 200ms ease-out,
        border 200ms ease-out;
    text-decoration: none;
    color: #fff;
    margin: 8px;
    display: inline-block;
    position: relative;
}

.button-fill:active,
.button-fill:hover,
.button-fill:focus {
    outline: 0;
    text-decoration: none;
    background-color: #15243f;
    border: 2px solid #15243f;
    color: #fff;
}

html body.page-template-page-communities .modula>.filters .modula_menu__list {
    display: flex !important;
    justify-content: flex-start;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px;
    overflow: auto;
    width: 100%;
    padding: 0 !important;
}

@media (min-width: 768px) {
    html body.page-template-page-communities .modula>.filters .modula_menu__list {
        gap: 40px;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    html body.page-template-page-communities .modula>.filters .modula_menu__list {
        gap: 80px;
    }
}

@media (min-width: 1200px) {
    html body.page-template-page-communities .modula>.filters .modula_menu__list {
        gap: 60px;
    }
}

html body.page-template-page-communities .modula>.filters .modula_menu__list li.modula_menu__item {
    margin: 0;
    border: 0 !important;
}

html body.page-template-page-communities .modula>.filters.menu--juno .modula_menu__item::after,
html body.page-template-page-communities .modula>.filters.menu--juno .modula_menu__item::before,
html body.page-template-page-communities .modula>.filters.menu--juno .modula_menu__link::after,
html body.page-template-page-communities .modula>.filters.menu--juno .modula_menu__link::before {
    content: none !important;
}

html body.page-template-page-communities .modula>.filters ul.modula_menu__list a.modula_menu__link {
    padding-bottom: 0;
    white-space: nowrap;
    font-weight: 600;
}

html body.page-template-page-communities .modula>.filters.menu--juno .modula_menu__item--current .modula_menu__link {
    color: #000 !important;
}

html body.page-template-page-communities .modula>.filters.menu--juno .modula_menu__item {
    overflow: inherit;
}

html body.page-template-page-communities .modula>.filters ul.modula_menu__list a.modula_menu__link:after {
    content: "" !important;
    display: block;
    width: 100px;
    margin: auto;
    padding-top: 12px;
    border-bottom: 2px solid white;
    position: inherit !important;
    background-color: transparent !important;
}

html body.page-template-page-communities .modula>.filters ul.modula_menu__list .modula_menu__item.modula_menu__item--current a.modula_menu__link:after {
    border-bottom: 2px solid #d94f5c;
}

@media (max-width: 1023px) {
    html body.page-template-page-communities .modula>.filters ul.modula_menu__list a.modula_menu__link:after {
        content: none !important;
    }

    html body.page-template-page-communities .modula>.filters ul.modula_menu__list a.modula_menu__link {
        border-bottom: 2px solid transparent;
        padding-bottom: 5px;
    }

    html body.page-template-page-communities .modula>.filters ul.modula_menu__list .modula_menu__item.modula_menu__item--current a.modula_menu__link {
        border-bottom: 2px solid #d94f5c;
    }
}

.gallery-filter .row {
    margin-bottom: -30px;
}

.gallery-filter .row .col-sm-4 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .gallery-filter .row {
        margin-bottom: -10px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .gallery-filter .row .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
}

.gallery-filter .filters ul {
    display: flex !important;
    justify-content: flex-start;
    border-bottom: 1px solid #d8d8d8;
    overflow: auto;
    width: 100%;
    padding: 0 !important;
    justify-content: center;
}

@media (min-width: 768px) {
    .gallery-filter .filters ul {
        gap: 40px;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .gallery-filter .filters ul {
        gap: 80px;
    }
}

@media (min-width: 1200px) {
    .gallery-filter .filters ul {
        gap: 60px;
    }
}

.gallery-filter .filters ul li {
    padding: 10px;
    padding-bottom: 0;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    outline: 0;
    transition: 350ms ease-in;
    position: relative;
    z-index: 10;
    text-align: center;
    width: auto;
    position: relative;
    cursor: pointer;
}

.gallery-filter .filters ul li:after {
    content: "" !important;
    display: block;
    width: 100px;
    margin: auto;
    padding-top: 12px;
    border-bottom: 2px solid white;
    position: inherit !important;
    background-color: transparent !important;
    opacity: 1;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
    right: 0;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition:
        transform 0.3s,
        opacity 0.3s;
}

.gallery-filter .filters ul li:hover:after {
    border-bottom: 2px solid #d94f5c;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gallery-filter .filters ul li.active:after {
    border-bottom: 2px solid #d94f5c;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1023px) {
    .gallery-filter .filters ul li:after {
        content: none !important;
    }

    .gallery-filter .filters ul li {
        border-bottom: 2px solid transparent;
        padding-bottom: 5px;
    }

    .gallery-filter .filters ul li:hover,
    .gallery-filter .filters ul li.active {
        border-bottom: 2px solid #d94f5c;
    }
}

.gallery-filter .filters-content {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .gallery-filter .filters-content {
        margin-top: 30px;
    }
}

.gallery-filter .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.gallery-filter .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.gallery-filter .filters-content .item {
    cursor: pointer;
    padding-bottom: 30px;
    position: relative;
}

.gallery-filter .filters-content .item p {
    position: absolute;
    margin: 3px 0 0;
}

.gallery-filter .filters-content .item a {
    display: block;
}

.popup-modal:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.white-popup-block.video-model {
    padding: 20px;
    max-width: 1300px;
    width: 95%;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .white-popup-block.video-model {
        max-width: 800px;
    }
}

@media (max-width: 1299px) {
    .white-popup-block.video-model {
        max-width: 700px;
    }
}

@media (max-width: 1199px) {
    .white-popup-block.video-model {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .white-popup-block.video-model {
        padding: 10px;
        width: 95%;
    }
}

/* .popup-modal-dismiss {
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 20px;
} */
.gallery-filter .video-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0);
    aspect-ratio: 16/9;
    transition: 1ms ease-in;
    margin: 0;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-filter .video-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.25;
}

.gallery-filter .video-box a {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.gallery-filter .video-box img {
    max-width: 200px;
    min-width: unset;
    margin: auto;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    filter: invert(100%);
    cursor: pointer;
    padding: 0;
    position: inherit;
    width: auto;
    height: auto;
    object-fit: contain;
    z-index: 1;
}

.plan-slider-section .msacwl-slider-wrap .msacwl-slide {
    height: 638px !important;
}

.page-template-page-communities #site_plan .popupimg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199px) {
    .plan-slider-section .msacwl-slider-wrap .msacwl-slide {
        height: 536px !important;
    }
}

@media (max-width: 992px) {
    .plan-slider-section .msacwl-slider-wrap .msacwl-slide {
        height: 410px !important;
    }

    #gallary-wrap .modula-album .modula-items .modula-item.effect-zoe .figc {
        transform: translate3d(0, 0, 0);
    }

    #gallary-wrap #jtg-album-6456 .modula-items .figc .jtg-title {
        transform: translate3d(0, 0, 0);
    }

    #gallary-wrap #jtg-album-6456 .modula-items .figc .jtg-title {
        font-size: 16px;
    }

    #gallary-wrap #jtg-album-6456 .modula-items>.modula-item>.modula-item-content>.figc>.figc-inner {
        padding: 50px 10px;
    }
}

@media (max-width: 767px) {
    .plan-slider-section .msacwl-slider-wrap .msacwl-slide {
        height: 304px !important;
    }
}

@media (max-width: 575px) {
    .plan-slider-section .msacwl-slider-wrap .msacwl-slide {
        height: 200px !important;
    }
}

.plan-slider-section .msacwl-common-slider .slick-arrow {
    margin-top: 0 !important;
}

.plan-slider-section .msacwl-common-slider button.slick-next,
.msacwl-common-slider button.slick-prev {
    background-color: rgba(12, 34, 63, 1) !important;
}

body .plan-slider-section .msacwl-common-slider button.slick-next:hover,
body .plan-slider-section .msacwl-common-slider button.slick-next:focus,
body .plan-slider-section .msacwl-common-slider button.slick-next:active,
body .plan-slider-section .msacwl-common-slider button.slick-prev:hover,
body .plan-slider-section .msacwl-common-slider button.slick-prev:focus,
body .plan-slider-section .msacwl-common-slider button.slick-prev:active {
    background-color: #000 !important;
}

@media (max-width: 575px) {
    .plan-slider-section .section-heading {
        max-width: 300px;
    }
}

.page-template-page-communities .mfp-gallery .mfp-content .mfp-figure img.mfp-img {
    padding: 0 0 40px;
}

.community-top-bar {
    background-color: #0c223f;
    padding: 25px 0;
    position: relative;
}

.home .community-top-bar {
    border-top: solid 3px #ffffff;
}

.community-top-bar .close_promotion {
    padding: 2px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 0.7;
    z-index: 1;
}

.community-top-bar .close_promotion:hover {
    opacity: 1;
}

.community-top-bar .container-main {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.community-top-bar .text-bar-col p {
    font-size: 20px;
}

.community-top-bar .row-bar {
    align-items: center;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

.community-top-bar .logo-bar-col img {
    height: 90px;
}

.community-top-bar .text-bar-col p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.community-top-bar .logo-bar-col,
.community-top-bar .text-bar-col,
.community-top-bar .button-bar-col {
    padding-left: 20px;
    padding-right: 20px;
}

.community-top-bar .logo-bar-col,
.community-top-bar .button-bar-col {
    flex: 0 0 auto;
}

.community-top-bar .text-bar-col {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.community-top-bar .button-bar-col .button-border {
    margin: 0;
    font-size: 18px;
}

.community-top-bar .button-bar-col .button-border:hover {
    background-color: transparent !important;
}

@media (max-width: 991px) {
    .community-top-bar .container-main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .community-top-bar .row-bar {
        margin-left: -15px;
        margin-right: -15px;
    }

    .community-top-bar .logo-bar-col,
    .community-top-bar .text-bar-col,
    .community-top-bar .button-bar-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .community-top-bar .row-bar {
        flex-wrap: wrap;
        margin-bottom: -30px;
    }

    .community-top-bar .logo-bar-col,
    .community-top-bar .text-bar-col,
    .community-top-bar .button-bar-col {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
}

.floor-template-floorplan-cpt {
    position: relative;
}

.floor-template-floorplan-cpt #get-started:before {
    content: none;
}

.floor-template-floorplan-cpt #get-started #gform_wrapper_2 .gform_heading {
    display: none;
}

/* Communitiy template End*/
.page-template-googlelanding .reviews .reviews {
    padding: 0 !important;
}

/* Tabs */
/*custom tab  */
.custom-tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: auto;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 767px) {
    .custom-tabs {
        justify-content: flex-start;
    }
}

.custom-tab-link {
    padding: 10px;
    padding-bottom: 0;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    outline: 0;
    transition: 350ms ease-in;
    position: relative;
    z-index: 10;
    text-align: center;
    width: auto;
    position: relative;
    cursor: pointer;
}

@media (min-width: 992px) {
    .custom-tab-link {
        padding: 10px 30px 0;
    }
}

.custom-tab-link:after {
    content: "" !important;
    display: block;
    width: 100px;
    margin: auto;
    padding-top: 12px;
    border-bottom: 2px solid white;
    position: inherit !important;
    background-color: transparent !important;
    opacity: 1;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
    right: 0;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition:
        transform 0.3s,
        opacity 0.3s;
}

.custom-tab-link.active:after {
    border-bottom: 2px solid #7b6d3e;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.custom-content-wrapper {
    padding: 30px 80px;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .custom-content-wrapper {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .custom-content-wrapper {
        padding: 15px;
    }
}

.custom-tab-content {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.custom-tab-content.active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.started>.wpb_column {
    padding-bottom: 0 !important;
}

.modula-link {
    position: absolute;
    top: 85px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://virginiabuilders.com/wp-content/themes/builders/images/gallery-img.png);
}

.modula-link img {
    max-width: 30px;
    margin-right: 10px;
}

.page-template-page-new-towerhill .full-hero.hero-container .title {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
}

.page-template-page-new-towerhill .full-hero.hero-container .communities-logo {
    max-height: 500px;
    margin-bottom: 20px;
    width: auto;
}

.page-template-page-new-towerhill .col-50 {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-page-new-towerhill .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.page-template-page-new-towerhill .menu-item-marker {
    width: 30px;
    height: 45px;
    margin-right: 12px;
    margin-top: 6px;
}

.page-template-page-new-towerhill .menu-item-community {
    flex: 1;
}

.page-template-page-new-towerhill .menu-item-category {
    margin: 0;
    padding: 0;
    color: #25678e;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 500;
}

.page-template-page-new-towerhill .menu-item-title {
    font-size: 16px;
    line-height: 1.4;
    color: #14243e;
    text-transform: uppercase;
    font-family: "Crimson Text", serif;
    font-weight: 700;
}

.page-template-page-new-towerhill .menu-item-community span,
.page-template-page-new-towerhill .menu-list .community-direction span {
    display: block;
}

.page-template-page-new-towerhill .menu-item-address {
    font-size: 0.74em;
    font-weight: 200;
    color: #474747;
}

.page-template-page-new-towerhill .menu-list .community-direction .menu-item-distance {
    width: 50px;
    min-width: 50px;
    text-align: right;
}

.page-template-page-new-towerhill .menu-list .community-direction .menu-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-template-page-new-towerhill .left-column p {
    padding-top: 20px;
}

.page-template-page-new-towerhill .left-column img {
    margin-top: -40px;
}

@media (max-width: 767px) {
    .page-template-page-new-towerhill .col-50 {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .page-template-page-new-towerhill .full-hero.hero-container h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .page-template-page-new-towerhill .full-hero.hero-container h2 {
        font-size: 16px;
    }

    .page-template-page-new-towerhill .full-hero.hero-container .communities-logo {
        max-width: 120px;
        padding-top: 200px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .page-template-page-communities .full-hero.hero-container .communities-logo {
        max-height: initial;
        margin-bottom: 0;
        width: 84%;
    }
}

.single-post .singlecontent p,
.single-post .singlecontent ul,
.single-post .singlecontent ol {
    margin-bottom: 20px;
}

.singlecontent ul li,
.single-post .singlecontent ol li {
    font-size: 18px;
}

.single-post .singlecontent .wpb_wrapper .wpb_content_element {
    margin-bottom: 25px;
}

.single-post .singlecontent .red-title {
    margin-bottom: 20px !important;
}

.single .singlecontent .wpb_single_image.vc_align_left {
    margin-bottom: 25px;
}

.single-post .singlecontent .wpb_wrapper>.wpb_text_column.wpb_content_element img {
    float: right;
    width: 40%;
    height: auto;
    margin-left: 20px;
    margin-bottom: 20px;
}

.single-post .singlecontent #sidebar ul {
    margin-left: 30px;
}

.single-post .singlecontent #sidebar ul li {
    list-style-position: outside;
    margin-bottom: 7px;
}

.single-post .singlecontent #sidebar ul li:last-child {
    margin-bottom: 0;
}

/* Custom Home Page */
.custom-hero-banner .custom-hero-banner-slider-inner {
    position: relative;
    height: calc(100vh - 118px);
}

@media (max-width: 991px) {
    .custom-hero-banner .custom-hero-banner-slider-inner {
        height: auto;
    }
}

.custom-hero-banner .custom-hero-banner-slider-inner:after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.custom-hero-banner .custom-hero-banner-slider-inner .custom-hero-banner-slider-bg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    height: calc(100vh - 118px);
}

@media (max-width: 991px) {
    .custom-hero-banner .custom-hero-banner-slider-inner .custom-hero-banner-slider-bg {
        height: 100%;
    }
}

.custom-hero-banner .custom-hero-banner-slider-inner .centerdiv {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .custom-hero-banner .custom-hero-banner-slider-inner .centerdiv {
        padding: 100px 20px;
    }
}

@media (max-width: 767px) {
    .custom-hero-banner .custom-hero-banner-slider-inner .centerdiv {
        padding: 50px 15px;
    }
}

.custom-hero-banner .custom-hero-banner-main {
    max-width: 740px;
    width: 100%;
    position: relative;
}

.custom-hero-banner .custom-hero-banner-main-slider .slick-track {
    display: flex;
}

.custom-hero-banner .custom-hero-banner-main-slider .slick-track .slick-slide {
    height: auto;
}

.custom-hero-banner .custom-hero-banner-main .slick-dots {
    display: flex !important;
    align-items: center;
    bottom: 0;
}

.custom-hero-banner .custom-hero-banner-main .slick-dots li {
    width: auto;
    height: auto;
    flex: 1;
    margin: 0;
}

.custom-hero-banner .custom-hero-banner-main .slick-dots li button {
    width: 100%;
    height: 10px;
    padding: 0;
    background-color: #132a34;
}

.custom-hero-banner .custom-hero-banner-main .slick-dots li:nth-child(2) button {
    background-color: #2b5770;
}

.custom-hero-banner .custom-hero-banner-main .slick-dots li:nth-child(3) button {
    background-color: #316984;
}

.custom-hero-banner .custom-hero-banner-main .slick-dots li:nth-child(4) button {
    background-color: #4387ac;
}

.custom-hero-banner .custom-hero-banner-main .slick-dots li.slick-active button {
    background-color: #fff !important;
}

.custom-hero-banner .custom-hero-banner-main .slick-dots li button:before {
    content: none;
}

.custom-hero-banner .custom-hero-banner-slider-inner .custom-hero-banner-slider-box {
    background-color: rgba(12, 34, 63, 0.8);
    padding: 30px;
    height: 100%;
}

@media (max-width: 991px) {
    .custom-hero-banner .custom-hero-banner-slider-inner .custom-hero-banner-slider-box {
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .custom-hero-banner .custom-hero-banner-slider-inner .custom-hero-banner-slider-box {
        padding: 20px;
    }
}

.custom-hero-banner .custom-hero-banner-slider-inner h1 {
    color: #ffffff;
    font-size: clamp(34px, 3.2vw, 40px);
    margin-bottom: 10px;
    line-height: 1.4;
    font-style: normal;
    font-family: "Crimson Text", serif;
    font-weight: 900;
    text-transform: none;
}

@media (max-width: 991px) {
    .custom-hero-banner .custom-hero-banner-slider-inner h1 {
        font-size: clamp(30px, 5vw, 34px);
        line-height: 1.2;
    }
}

.custom-hero-banner .custom-hero-banner-slider-inner p {
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .custom-hero-banner .custom-hero-banner-slider-inner p {
        font-size: 18px;
    }
}

.how-do-get-section {
    margin: 50px 0 0;
}

@media (max-width: 991px) {
    .how-do-get-section {
        margin: 30px 0 0;
    }
}

.how-do-get-section .section-header {
    text-align: center;
    margin: 0 auto 50px;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .how-do-get-section .section-header {
        margin: 0 auto 30px;
    }
}

.how-do-get-section .section-header h2 {
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    color: #132a34;
}

.custom-home-navigation {
    background-color: #0c223f;
    padding: 24px 0;
    position: relative;
    top: 0;
    width: 100%;
}

.custom-home-navigation.active {
    position: fixed;
}

@media (max-width: 767px) {
    .custom-home-navigation {
        display: none;
    }
}

.custom-home-navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-home-navigation ul li {
    list-style: none;
    padding: 0 15px;
    position: relative;
    counter-increment: list-counter;
}

.custom-home-navigation ul li:after {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    opacity: 0.7;
}

.custom-home-navigation ul li:first-child {
    padding-left: 0;
}

.custom-home-navigation ul li:ladt-child {
    padding-right: 0;
}

.custom-home-navigation ul li:first-child:after {
    content: none;
}

.custom-home-navigation ul li a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.7;
    position: relative;
    display: block;
}

.custom-home-navigation ul li a:before {
    content: counter(list-counter);
    margin-right: 8px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    left: auto;
    border-radius: 50%;
    line-height: 17px;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #ffffff;
    margin-top: -5px;
}

.custom-home-navigation ul li a:hover {
    opacity: 1;
    color: #a39566 !important;
}

.custom-home-navigation ul li a:hover:before {
    color: #a39566 !important;
    border: 1px solid #a39566;
}

.custom-home-navigation ul li.is-active a {
    opacity: 1;
}

.custom-home-navigation ul li.default-active a {
    opacity: 1;
}

.how-to-get-row {
    display: flex;
}

@media (max-width: 991px) {
    .how-to-get-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

.how-to-get-row.right-content {
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .how-to-get-row.right-content {
        flex-direction: column-reverse;
    }
}

.how-to-get-row.right-content .how-to-get-left-col {
    background-color: #ffffff;
}

.how-to-get-left-col {
    width: 40%;
    padding: 50px 60px 90px;
    background-color: #112b4e;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1365px) {
    .how-to-get-left-col {
        width: 45%;
        padding: 40px 40px 60px;
    }
}

@media (max-width: 991px) {
    .how-to-get-left-col {
        width: 100%;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .how-to-get-left-col {
        padding: 40px 30px;
    }
}

.how-to-get-content {
    text-align: center;
}

.how-to-get-content h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-style: normal;
    color: #fff;
}

.how-to-get-row.right-content .how-to-get-left-col h2 {
    color: #132a34;
}

@media (max-width: 991px) {
    .how-to-get-content h2 {
        font-size: 24px;
        letter-spacing: 2px;
        margin-bottom: 20px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .how-to-get-content h2 {
        line-height: 55px;
    }
}

.how-to-get-content h2>span {
    border: 2px solid #fff;
    display: inline-block;
    padding: 0 20px;
}

.how-to-get-content p {
    font-size: 20px;
    text-align: justify;
    color: #fff;
}

.how-to-get-row.right-content .how-to-get-left-col p {
    color: #132a34;
}

.how-to-get-content p>a {
    color: #fff;
    text-decoration: underline;
}

.how-to-get-content p>a:hover {
    color: #71684b;
    text-decoration: underline;
}

.how-to-get-row.right-content .how-to-get-left-col p>a {
    color: #132a34;
}

.how-to-get-right-col {
    width: 60%;
}

@media (max-width: 1365px) {
    .how-to-get-right-col {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .how-to-get-right-col {
        width: 100%;
    }
}

.how-to-get-image {
    height: 100%;
    width: 100%;
}

.how-to-get-right-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

@media (max-width: 767px) {
    .floor-template-floorplan-cpt .hero {
        background-position: top center;
        background-size: cover;
        background-attachment: unset;
        width: 100%;
        height: 40vh;
    }

    .page-id-262 .small-hero .hero,
    .page-id-1661 .small-hero .hero,
    .page-id-2215 .small-hero .hero,
    .page-id-2358 .small-hero .hero,
    .page-id-2425 .small-hero .hero,
    .small-hero .hero {
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: unset !important;
        background-size: cover;
    }

    .plans-container .floor .image .ribbon-container {
        top: 27%;
        left: 25%;
        transform: translate(-50%, -50%) rotate(-32deg);
        width: 100%;
        font-size: 14px;
    }

    .plans-container .floor .image .ribbon-container .ribbon-text {
        font-size: 14px;
    }

    .page-id-262 .small-hero .hero,
    .page-id-1661 .small-hero .hero,
    .page-id-2215 .small-hero .hero,
    .page-id-2358 .small-hero .hero,
    .page-id-2425 .small-hero .hero {
        height: 40vh;
    }

    /* 06-01 */
    .single-post .singlecontent .wpb_wrapper>.wpb_text_column.wpb_content_element img {
        float: unset;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .small-hero .hero:before {
        background: linear-gradient(to bottom,
                rgba(28, 42, 56, 0.1) 0%,
                rgb(36 50 61 / 23%) 80%,
                rgba(0, 0, 0, 0.8) 100%);
    }
}

div[style*="z-index: -10000"] {
    height: auto !important;
}

.page-template-homepage-new .interactive-section,
.page-template-page-team .interactive-section {
    overflow: hidden;
}

.hero-container {
    z-index: 9;
}

/* 02-08 */
@media (max-width: 767px) {
    .page-template-page-communities .full-hero.hero-container h2 span {
        font-size: 0;
        display: block;
        height: 0;
        line-height: 0;
        margin: 0;
    }
}

/* 02-08 end */
/* 06-09 */
.post-row .featured-section {
    max-width: 100%;
    padding: 0 10px;
}

.post-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.post-left-content {
    width: calc(75% - 15px);
    padding: 0 15px;
}

.post-right-sidebar {
    width: calc(25% - 15px);
    padding: 0 15px;
}

.bluebg {
    background: #15243f;
    min-height: 35vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.featured-section {
    margin: -50px 0 40px;
    position: relative;
    z-index: 9;
}

.featured-section img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.post-section {
    padding: 0 0 55px;
}

.feature-heading {
    margin-top: 30px;
    text-align: center;
}

.feature-heading h1 {
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    line-height: 1.135;
    font-family: "Crimson Text", serif;
    font-weight: 900;
    margin-bottom: 0;
    color: #fff;
}

.feature-heading p {
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #a39566;
}

.default-content button {
    padding: 15px 20px;
    border-radius: 0px;
    border-width: 3px;
    border-color: #ffffff;
    border-style: double;
    background: #a39566;
    color: #ffffff;
    font-size: 20px;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    font-weight: normal;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 10px;
}

.default-content button:hover {
    background: #15243f;
    color: #ffffff;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
}

.post-section .default-content {
    text-align: left;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: transparent;
    position: relative;
}

.post-section .default-content h2,
.post-right-sidebar h2 {
    margin-top: 3rem;
    font-size: 150%;
    line-height: 1.25;
    text-align: left;
    text-transform: uppercase;
}

.post-section .default-content h2:first-child {
    margin-top: 0;
}

.post-section .default-content h3 {
    margin-bottom: 20px;
}

.post-section .default-content img {
    margin: 30px auto;
}

.post-right-sidebar h2 {
    display: block;
    font-weight: 900;
    margin: 0 0 15px 0;
}

.post-right-sidebar ul li a {
    color: #71684b;
    font-size: 18px;
    transition: all 0.3s ease;
}

.post-right-sidebar ul li {
    padding: 10px;
    background: transparent;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.post-section .default-content .wp-block-image img {
    margin-bottom: 0;
}

.post-section .default-content .wp-block-image {
    width: 100%;
    margin-bottom: 30px;
}

.wp-block-gallery {
    margin-bottom: 30px;
}

.post-section .default-content .wp-block-image .wp-element-caption {
    margin-bottom: 0;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    color: #a39566;
}

.post-right-sidebar ul li.active {
    background: #15243f36;
}

.post-right-sidebar ul li.active a,
.post-right-sidebar ul li a:hover {
    color: #15243f;
}

.post-right-sidebar ul li:hover a {
    text-decoration: none;
}

.post-right-sidebar ul {
    margin-right: 10px;
}

.post-section .post-right-sidebar .sticky-top {
    position: sticky;
    top: 30px;
    border-right: 1px solid #ebebeb;
}

blockquote {
    border-top: 4px solid #a39566;
    border-bottom: 4px solid #a39566;
    padding: 30px 20px;
    text-align: center;
}

blockquote p {
    font-size: 24px;
    font-style: italic;
    color: #15243f;
    line-height: 1.6;
    margin-bottom: 0 !important;
}

blockquote cite {
    display: block;
    color: #a39566;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

.wp-block-quote {
    margin: 40px auto;
}

.wp-block-buttons {
    margin-bottom: 20px;
}

.wp-block-button__link,
.wp-element-button {
    padding: 15px 20px;
    border-radius: 0px;
    border-width: 3px;
    border-color: #ffffff;
    border-style: double;
    background: #a39566;
    color: #ffffff !important;
    font-size: 20px;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    font-weight: normal;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none !important;
}

.wp-block-button__link:hover,
.wp-element-button:hover {
    background: #15243f;
    color: #ffffff !important;
}

.galler-row {
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.galler-row>div {
    width: calc(100% - 10px);
    padding: 0 10px;
}

.galler-row>.glr-left,
.galler-row>.glr-right {
    width: 50%;
}

.button {
    margin: 30px 0;
}

.button button {
    margin-right: 15px;
}

.feature-heading ul li {
    display: inline-block;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #a39566;
}

.feature-heading ul li p {
    margin-bottom: 0;
}

.bluebg .feature-heading {
    margin-top: 0;
    position: relative;
    z-index: 9;
    max-width: 900px;
}

.bluebg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.3) 73%,
            rgba(0, 0, 0, 0.59) 100%);
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.3) 73%,
            rgba(0, 0, 0, 0.59) 100%);
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.3) 73%,
            rgba(0, 0, 0, 0.59) 100%);
}

.feature-heading ul li+li:before {
    content: "";
    display: inline-block;
    font-weight: 900;
    margin-right: 6px;
    margin-left: 5px;
    width: 2px;
    height: 20px;
    background: #a39566;
    position: relative;
    top: 5px;
}

.default-content p a,
.default-content a {
    color: #71684b;
    text-decoration: underline;
}

.default-content p a,
.default-content a {
    color: #71684b;
    text-decoration: underline;
}

.default-content ul {
    list-style: disc;
}

.default-content ol {
    list-style: decimal;
}

.default-content ol li,
.default-content ul li {
    position: relative;
    margin-left: 15px;
}

.img-erapper img,
.post-section .default-content p img {
    float: right;
    width: 40%;
    height: auto;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* Commnity video banner */
.hero {
    max-height: calc(100vh - 120px);
}

.hero-video {
    position: relative;
    min-height: calc(80vh - 120px);
}

.hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
}

.d-none {
    display: none;
}

.hero-video:before {
    z-index: 9;
}

.page-template-page-communities .full-hero.hero-container .title {
    z-index: 9;
}

/* Commnity video banner end */
@media (max-width: 1199px) {
    .bluebg .feature-heading {
        max-width: 830px;
    }
}

@media (min-width: 992px) {
    .hero-desktop {
        display: block;
    }

    .hero-mobile {
        display: none;
    }
}

@media (max-width: 991px) {

    .hero-video,
    .hero-desktop {
        display: none;
    }

    .hero-mobile {
        display: block;
    }

    .page-template-page-communities .full-hero .hero-mobile {
        display: block;
    }
}

@media (max-width: 767px) {

    .post-section .default-content h2,
    .post-right-sidebar h2 {
        margin-top: 30px;
    }

    .feature-heading h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .post-section .default-content p {
        text-align: justify;
        margin-bottom: 20px;
    }

    .post-left-content {
        width: 100%;
    }

    .post-right-sidebar {
        width: 100%;
        margin-bottom: 30px;
    }

    .post-right-sidebar h2 {
        margin-bottom: 10px;
    }

    .post-section .default-content img {
        margin: 12px auto;
    }

    .post-section .default-content h2 {
        margin-top: 20px;
    }

    blockquote p {
        font-size: 20px;
        text-align: center;
    }

    .post-section {
        padding: 0;
    }

    .bluebg {
        min-height: 25vh;
        padding: 20px 0px 40px;
    }

    .galler-row {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .featured-section {
        margin: -25px 0 40px;
    }

    .featured-section img {
        width: 100%;
    }

    .post-section .post-right-sidebar .sticky-top {
        border: none;
    }

    .img-erapper img,
    .post-section .default-content p img {
        float: unset;
        width: 100%;
        height: auto;
        margin: 20px auto 0;
    }

    .wp-block-button__link,
    .wp-element-button {
        font-size: 16px;
    }
}

/* 06-09 end */
/* 19-12 */
.page-template-page-new-towerhill .hero {
    height: calc(100vh - 120px);
}

.hero img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .page-template-page-new-towerhill .hero {
        height: auto;
    }

    .page-template-page-new-towerhill .full-hero.hero-container .title {
        bottom: 10px;
    }
}

/* 19-12 end */
/* 15-12 */
#footer .centerdiv {
    display: flex;
}

#footer .centerdiv>div.footer-menu {
    width: 44%;
    padding-right: 30px;
}

#footer .centerdiv>div.form-news {
    width: 25%;
}

.vir-sale {
    margin-top: 15px;
}

.footer-menu .menu>.menu-item {
    width: 50%;
}

.form-news #gform_wrapper_16 {
    width: auto;
    display: block;
    float: unset;
}

.form-news .gform_heading {
    display: none;
}

#footer .centerdiv>div {
    float: unset;
    width: auto;
    flex: auto;
}

.started .gform_wrapper form input[type="submit"],
.gravity-form-conainter input[type="submit"],
.started .gform_wrapper form input[type="submit"],
.gravity-form-conainter input[type="submit"] {
    padding: 8px !important;
}

.form-news form input[type="submit"] {
    padding: 15px;
    width: 100%;
    border: double 3px #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    padding: 8px !important;
    background: #a39566 !important;
    font-size: 20px !important;
    margin: 0 !important;
}

.form-news form input[type="submit"]:hover {
    background-color: #15243f !important;
}

.form-news form input.onclic {
    margin: 0 auto !important;
}

.gform_confirmation_message {
    padding: 10px;
    font-size: 16px;
    border: 2px solid #326b87;
}

.page-id-7651 .gform_confirmation_message {
    padding: 10px;
    margin-bottom: 2rem;
    font-size: 16px;
    text-align: center;
    border: 2px solid #326b87;
}

.form-news form input#gform_submit_button_17 {
    position: absolute;
}

.gform_wrapper.gravity-theme .field_sublabel_above .description,
.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,
.gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
    background: transparent !important;
    border: none;
    color: red !important;
    float: unset;
}

.footer-copy .centerdiv {
    align-items: center;
    justify-content: center;
}

/* .hero-container .item:before{
	opacity: 0;
} */
.hero-container .item:before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(190deg,
            rgba(21, 36, 63, 0) 30%,
            rgb(21 36 63 / 40%) 60%,
            rgb(21 36 63) 100%);
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    transition: all ease-in-out 0.5s;
    z-index: 1;
    opacity: 1;
}

.home .centerdiv-wide {
    z-index: 9;
}

body.page.page-template .hero-container .title img {
    max-height: 250px;
}

.d-none {
    display: none !important;
}

.d-inline-block {
    display: inline-block !important;
}

.top-footer a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.top-footer a:hover {
    color: #326b87;
}

#menu-footer-menu>li>a {
    cursor: unset;
}

#menu-footer-menu>li>a:hover {
    color: #fff;
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    #footer .centerdiv {
        flex-wrap: wrap;
    }

    #footer .centerdiv>div {
        width: 100%;
    }

    #footer .centerdiv>div {
        width: 50%;
    }

    #footer .centerdiv>.form-news {
        width: 100%;
    }

    .footer-menu .menu>.menu-item {
        width: 50%;
    }

    #footer .centerdiv .footer-menu,
    #footer .centerdiv>div.form-news,
    #footer .centerdiv>div.contact {
        margin-top: 50px;
    }

    #footer .centerdiv>div.logo-container {
        width: 100%;
    }

    /*.hero-container .item:before {
		display: none;
	}*/
    .page-template-homepage-new #tour .aw-p-title {
        margin-bottom: 30px;
    }

    .page-template-homepage-new #tour .aw-p-title {
        padding-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .vir-sale {
        margin-top: 0;
    }

    #footer .centerdiv .footer-menu {
        margin-top: 0;
    }

    #footer .centerdiv>div {
        width: 100%;
    }

    .footer h4,
    .footer .menu>.menu-item>a {
        border-bottom: solid 2px #326b87;
        display: inline-block;
    }

    #footer .centerdiv>div.footer-menu {
        width: 100%;
    }

    #footer .centerdiv>div.footer-menu {
        padding-right: 0;
    }

    #footer .centerdiv>.contact {
        display: flex;
        gap: 15px;
    }

    #footer .centerdiv>div.form-news p,
    #footer .centerdiv>div.form-news h4 {
        text-align: center;
        display: inline-block;
    }

    .form-news {
        text-align: center;
    }

    #footer .centerdiv>div.contact,
    #footer .centerdiv>div.form-news {
        margin-top: 0;
    }

    /* .form-news form .ginput_complex {
		flex-wrap: wrap;
	}
	
	.form-news form .ginput_complex > span {
		width: 100% !important;
		flex: 100% !important;
		padding: 0 !important;
		margin-bottom: 20px;
	}
	
	.form-news form .ginput_complex > span:last-child {
		margin-bottom: 0;
	} */
    .form-news form .ginput_complex>span {
        flex: 0 0 50% !important;
        padding: 0 10px;
    }
    .form-news .ginput_complex.ginput_container_name {
        display: flex;
        margin-bottom: 20px;
    }
    .gform_wrapper.gravity-theme .ginput_complex span:last-child {
        margin-bottom: 0;
        padding-right: 0;
    }

    /* .form-news form .ginput_complex>span:last-child {
        padding: 0;
    } */
     .iframe-responsive .full-with-iframe {
        width: 100% !important;
    }

    .iframe-responsive .full-with-iframe iframe {
        width: 100% !important;
    }

    .gform_wrapper.gravity-theme .gfield_label {
        text-align: left;
        display: block !important;
    }

    .page-template-homepage-new #tour .aw-p-title {
        margin-bottom: 10px;
    }

    #virtualtours {
        padding-bottom: 45px;
    }

    #footer h4 {
        line-height: 1.25;
    }

    body.page .full-hero.hero-container .title {
        bottom: 20px;
    }

    body.page.page-template .hero-container .title img {
        max-height: unset;
    }

    /*.interactive-section .block .aw-button .aw-btn-text {
		margin-top: -30px;
}*/
    .interactive-section .block .aw-button:before {
        bottom: auto !important;
        margin-top: 30px;
    }

    .interactive-section .block .aw-button:after {
        bottom: auto !important;
        margin-top: 35px;
    }

    .md-link:after {
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f061";
        width: 21px;
        height: 21px;
        text-align: center;
        background-color: #a9925e;
        border-radius: 100%;
        padding-top: 0px;
        color: #fff;
        font-size: 14px;
    }
}

/* 15-12 end */
/* 11-01 */
.newsletter-banner {
    text-align: center;
    padding: 100px 30px;
    position: relative;
    min-height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter-banner h1 {
    font-size: 70px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 3px 5px #474747;
    position: relative;
    z-index: 9;
    line-height: 1.25;
    text-transform: uppercase;
}

.newsletter-banner p {
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 18px;
}

.newsletter-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom,
            rgb(21 36 63 / 35%) 40%,
            rgba(21, 36, 63, 1) 95%);
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    transition: all ease-in-out 0.5s;
    z-index: 1;
}

.newsletterform-section {
    position: relative;
    z-index: 9;
    padding: 0 35px 60px;
    margin-top: -110px;
}

.newsletterform-section .newsform-card {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 20px #0000001a;
}

.newsletterform-section .newsform-card input[type="text"],
.newsletterform-section .newsform-card input[type="email"] {
    background: #fff !important;
    border: none;
    padding: 10px !important;
    min-height: 50px;
}

.newsletterform-section .newsform-card .gform_footer input.gform_custom_animated_submit {
    margin-left: 0px !important;
}

.newsletterform-section .newsform-card .gform_footer input:hover {
    background: #15243f !important;
}

.newsletterform-section .newsform-card .gform_footer input {
    border: double 3px #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    padding: 16px !important;
    background: #a39566 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

.gform_wrapper.gravity-theme .ginput_complex span:last-child {
    margin-bottom: 0;
}

.interactive-section.blue-bg-card .aw-button {
    border: 0;
    background: #15243f;
    z-index: 3;
    position: relative;
}

.interactive-section.blue-bg-card {
    padding-top: 0;
}

.interactive-section.blue-bg-card .block {
    padding: 4px 2px;
    background: #fff;
}

.interactive-section.blue-bg-card .block .img-block:before {
    background: linear-gradient(to bottom,
            rgb(21, 36, 63, 0) 40%,
            rgba(21, 36, 63, 1) 95%);
}

.interactive-section .block .img-block img {
    width: 100%;
}

    /* .page-template-page-team .centerdiv {
        max-width: 100%;
        padding-bottom: 3px;
    } */

@media only screen and (min-width: 768px) {
    .page-template-page-team .interactive-section {
        padding: 0 2px;
        margin: 0 -35px;
        width: auto;
        background: #fff;
    }

    .page-template-page-team .interactive-section:before {
        background: #fff;
    }

    .page-template-page-team .interactive-section .block {
        padding: 4px 2px 0;
    }

    .page-template-page-team .interactive-section .block .img-block img {
        width: 100%;
    }

    .page-template-page-team .interactive-section .block .aw-button {
        border: 0;
        background: #15243f;
        z-index: 3;
        position: relative;
    }

    .page-template-page-team .interactive-section .block .aw-button .aw-btn-text {
        position: relative;
        display: inline-flex;
        align-items: center;
        height: 50px;
    }

    .page-template-page-team .interactive-section .block .img-block:before {
        background: -moz-linear-gradient(top,
                rgba(21, 36, 63, 0) 40%,
                rgba(21, 36, 63, 1) 95%);
        background: -webkit-linear-gradient(top,
                rgba(21, 36, 63, 0) 40%,
                rgba(21, 36, 63, 1) 95%);
        background: linear-gradient(to bottom,
                rgb(21, 36, 63, 0) 40%,
                rgba(21, 36, 63, 1) 95%);
    }

    .page-template-page-team .interactive-section .block .aw-button .livicon-evo-holder {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: -60px;
    }

    .page-template-page-team .interactive-section .block:hover .aw-button .livicon-evo-holder {
        visibility: visible;
        opacity: 1;
    }
}

.newsletterform-section .newsform-card input#gform_submit_button_17 {
    margin: 0 !important;
    position: absolute;
}

.custom-hero-banner-main-slider.slick-initialized.slick-slider.slick-dotted {
    opacity: 1;
}

.custom-hero-banner-main-slider {
    opacity: 0;
}

@media only screen and (min-width: 1200px) {
    .newsletter-banner p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .newsletter-banner h1 {
        font-size: 50px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .interactive-section {
        padding: 40px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .newsletter-banner h1 {
        font-size: 28px;
    }

    .newsletter-banner {
        min-height: auto;
        padding: 50px 10px;
    }

    .newsletterform-section {
        padding: 20px 35px 35px;
        margin-top: -60px;
    }

    .newsletterform-section .newsform-card {
        padding: 10px 30px;
    }

    .interactive-section.blue-bg-card .block {
        margin: 0;
        padding: 1px;
    }

    .interactive-section .block .aw-button {
        height: 100%;
        margin: 0;
        padding: 15px 5px;
        flex-direction: column;
    }

    .interactive-section .block {
        margin: 0;
    }

    .md-link {
        font-size: 18px;
        text-transform: capitalize;
    }

    .interactive-section .block .aw-button:before {
        bottom: 10px;
        display: none !important;
    }

    .interactive-section .block .aw-button:after {
        bottom: 7px;
        display: none !important;
    }
}

/* 11-01 end */
/* 15-07 */
.container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row>div {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.thanks-hero .inner-wrapper {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 120px);
    padding: 50px 0;
}

.thanks-hero .inner-wrapper .container {
    height: 100%;
}

.hero-container.thanks-hero h1 {
    position: unset;
    padding: unset;
    font-size: clamp(28px, 3vw, 32px);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.thanks-hero h2 {
    text-transform: uppercase;
    text-align: center;
}

.thanks-hero:before {
    background: linear-gradient(to bottom,
            rgb(0 0 0 / 50%) 0%,
            rgb(0 0 0 / 50%) 20%,
            rgb(0 0 0 / 70%) 100%);
}

.hero-container.thanks-hero .inner-content {
    color: #fff;
}

.inner-wrapper .landing-button-container {
    justify-content: flex-start;
}

.download-book img {
    aspect-ratio: 1/1.2;
    object-fit: cover;
    transition: all 0.3s ease;
}

.download-book p {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}

.download-book p a {
    color: inherit;
    text-decoration: none;
}

.download-book:hover img {
    transform: scale(1.03);
}

.ml-auto {
    margin-left: auto;
}

.thanks-hero .heading-wrap {
    text-align: center;
}

.page-template-page-thank-you-2024 .hero-container.thanks-hero .inner-content img {
    max-width: 380px;
    margin: 20px auto 30px auto;
}

.floor-plan-section .container-main {
    max-width: 1285px;
    margin: 0 auto;
    padding: 0 20px;
}

.floor .image img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.plans-container article.floor,
.search-results article.floor {
    background: #fff;
    border: 1px solid rgba(21, 36, 63, 0.18);
    box-shadow: 0 14px 32px rgba(21, 36, 63, 0.14), 0 2px 8px rgba(21, 36, 63, 0.08);
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* Google ads page */
.google-hero-section .hero-video,
.thanks-hero .hero-video,
.thanks-hero .hero-desktop,
.thanks-hero .hero-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.google-hero-section .hero-video:before,
.thanks-hero .hero-video:before,
.thanks-hero .hero-desktop:before,
.thanks-hero .hero-mobile::before {
    display: none;
}

.google-hero-section .title h2 {
    text-transform: uppercase;
}

.google-hero-section .inner-content.title {
    padding-right: 0;
}

.d-none {
    display: none;
}

.google-hero-section .inner-content img {
    max-width: 350px;
    max-height: initial !important;
}

.google-hero-section>.corner-ribbon {
    background: #830000;
    top: 50px;
    left: -70px;
    right: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 300px;
}

.full-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-center {
    text-align: center;
}

.thanks-hero .hero.hero-mobile img {
    height: auto;
}

.google-hero-section .aw-button img {
    width: 16px;
    position: relative;
    top: 4px;
    left: 3px;
}
.google-hero-section .aw-button img {
    position: relative;
    top: 0px;
    left: 5px;
}
.hero-form>.gform_wrapper {
    display: block !important;
}

.google-hero-section .corner-ribbon,
.thanks-hero .corner-ribbon {
    position: relative;
    margin: 0 auto 30px;
    min-width: 260px;
    width: auto;
    display: inline-block;
    padding: 0px 25px;
    background: url("images/ribbon.svg") no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
}

@media (min-width: 1200px) and (max-width: 1650px) {
    .google-hero-section>.corner-ribbon {
        top: 80px;
        left: -110px;
        width: 400px;
    }
}

@media (max-width: 1199px) {
    /*.corner-ribbon:before , .corner-ribbon:after {
		position: absolute;
		content: "";
		width: 40px;
		height: 37px;
		z-index: 1;
		top: 50%;
	}
		.corner-ribbon:before {
		left: -7px;
		background: #0c223f;
		transform: rotate(45deg) translateX(-50%);
		border-width: 2px 2px 0px 0px;
		border-color: white white white #ffffff;
		border-style: solid;
		margin-top: -4px;
	}
	
	.corner-ribbon:after {
		right: -36px;
		left: auto;
		background: #0c223f;
		transform: rotate(45deg) translateX(-50%);
		border-width: 0px 0px 2px 2px;
		border-color: white white white #ffffff;
		border-style: solid;
		margin-top: -4px;
	} */
}

@media (max-width: 991px) {
    .thanks-hero .hero.hero-mobile img {
        height: 100%;
    }

    .google-hero-section .aw-button {
        padding: 15px 10px;
    }

    .google-hero-section .aw-button {
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .thanks-hero .hero.hero-mobile img {
        height: auto;
    }

    .thanks-hero {
        background-size: contain;
        background-position: top;
    }

    .thanks-hero:before {
        background: linear-gradient(to bottom,
                #0c223f00 0%,
                #0c223f00 6%,
                #0c223f 12%,
                #0c223f 100%);
    }

    .download-book p {
        display: block;
        margin-top: -15px;
    }

    .thanks-hero .row>div:first-child {
        margin-top: 0;
    }

    .thanks-hero .row>div {
        margin-top: 30px;
    }

    .thanks-hero .row>div:last-child {
        margin-bottom: 0;
    }

    .thanks-hero .inner-wrapper {
        padding: 180px 0 30px;
    }

    .page-template-page-thank-you-2024 .hero-container.thanks-hero .inner-content img {
        max-width: 300px;
        margin: 10px auto 20px auto;
    }

    .thanks-hero .inner-content {
        padding-right: 0;
    }

    .page-template-page-thank-you-2024 #detail.community-info-section {
        margin-bottom: 0;
    }

    .page-template-page-thank-you-2024 .thanks-hero .inner-wrapper .row>div:first-child {
        order: 1;
    }

    .google-hero-section .inner-content img {
        max-width: 250px !important;
    }

    .google-hero-section .inner-content {
        text-align: center;
    }

    .community-media-section .col-50 {
        position: unset;
        top: 0;
    }

    .thanks-hero .landing-button-container a {
        padding: 8px 10px;
    }

    .google-hero-section .aw-button img {
        top: 0;
        left: 8px;
    }

    .thanks-hero .landing-button-container a:last-child {
        margin-right: 0;
    }

    .plans-container .floor .show-tour-btn {
        right: 20px !important;
    }

    .download-book {
        text-align: center;
    }

    .thanks-hero .inner-content h2 {
        text-align: center;
    }

    #woodfordvideo {
        margin-bottom: -10px;
    }
}

@media (max-width: 480px) {
    .plans-container article.floor .modula-link {
        top: 120px;
        right: 21px;
    }

    .plans-container .floor .show-tour-btn {
        top: 162px !important;
        right: 40px !important;
    }
}

@media (max-width: 420px) {
    .plans-container article.floor .modula-link {
        top: 120px;
    }

    .plans-container .floor .show-tour-btn {
        top: 160px !important;
    }
}

@media (max-width: 410px) {
    .plans-container article.floor .modula-link {
        top: 100px;
    }

    .plans-container .floor .show-tour-btn {
        top: 140px !important;
    }
}

@media (max-width: 360px) {
    .thanks-hero .inner-wrapper {
        padding: 130px 0 30px;
    }

    .thanks-hero:before {
        background: linear-gradient(to bottom,
                #0c223f00 0%,
                #0c223f00 5%,
                #0c223f 9%,
                #0c223f 100%);
    }

    .plans-container article.floor .modula-link {
        top: 65px;
    }

    .plans-container .floor .show-tour-btn {
        top: 105px !important;
    }
}

/* Google ads page end */
/* 15-07 end */
/* New header */
.new-header .logo-container a {
    position: unset;
}

.new-header {
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-bottom: 0px !important;
}

.new-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 190px;
    background: linear-gradient(180deg,
            #15243f 0%,
            #15243f 65%,
            transparent 100%);
    position: absolute;
    left: 0;
}

.new-header .top-white {
    background: transparent;
    border: none;
}

.new-header .top-white .centerdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.new-header .top-white .centerdiv .logo-left a {
    display: block;
    position: relative;
    filter: brightness(0) invert(1);
    max-width: 200px;
}

.new-header .ubermenu {
    background: transparent;
}

.new-header .ubermenu li a {
    color: #fff !important;
}

.new-header .ubermenu li a:hover {
    color: #830000 !important;
}

.new-header .ubermenu-responsive-toggle i {
    color: inherit !important;
}

.new-header .ubermenu-responsive-toggle {
    color: #fff;
    position: relative;
    border: none !important;
}

@media (max-width: 1300px) {
    .new-header .ubermenu li a {
        padding: 15px 10px;
    }
}

@media (max-width: 1024px) {
    .new-header .top-white .centerdiv .logo-left a {
        width: 195px;
    }

    .new-header:before {
        height: 170px;
    }
}

@media (max-width: 960px) {
    .new-header .ubermenu {
        position: absolute;
        left: 0;
        background: #15243f;
        top: 110px;
        border: none !important;
        padding: 15px;
        box-shadow: 0px 20px 40px #15243f;
    }
}

/* New header end */
/* icon animation */
.arrow-animation img {
    width: 25px;
    margin-left: 10px;
    animation-duration: 0.25s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 6;
    animation-direction: alternate;
}

.arrow-animation:hover img {
    animation-name: roll;
}

@keyframes roll {

    /* Basic move left and right*/
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }

    0% {
        transform: translateY(0);
    }
}

.arrow-down {
    position: relative;
    padding: 30px 0;
}

.arrow-down img {
    animation-duration: 0.25s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 6;
    animation-direction: alternate;
}

.arrow-down img.first-img,
.arrow-down img.last-img {
    position: absolute;
    transition: all 0.3s ease;
}

.arrow-down img.last-img {
    right: 0;
}

.arrow-down:hover img.first-img {
    animation-name: roll-down;
}

.arrow-down:hover img.last-img {
    animation-name: roll-downn;
}

@keyframes roll-down {

    /* Basic move left and right*/
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }

    0% {
        transform: translateY(0);
    }
}

@keyframes roll-downn {

    /* Basic move left and right*/
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }

    0% {
        transform: translateY(0);
    }
}

/* icon animation end */
.page-template-page-communities .bay-creek-hero-section .title {
    bottom: 50px !important;
}

body.page .msacwl-slide img.msacwl-img,
.msacwl-carousel-slide img.msacwl-img {
    object-fit: contain !important;
}

.community-info-block iframe {
    width: 100%;
}

@media (max-width: 1199px) {

    .page-template-homepage-new .interactive-section .block .aw-button .aw-btn-text,
    .page-template-page-team .interactive-section .block .aw-button .aw-btn-text {
        height: auto;
    }
}

@media (max-width: 767px) {

    .page-template-homepage-new .interactive-section .block .aw-button.arrow-animation {
        row-gap: 12px;
    }

    .page-template-homepage-new .interactive-section .block .aw-button.arrow-animation .aw-btn-text {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        text-align: center;
        line-height: 1.15;
    }

    .page-template-homepage-new .comingsooncontent p {
        text-align: left;
    }

    .page-template-homepage-new .design-process .svgcontainer .svgcolumn p {
        text-align: center;
    }

    .interactive-section .aw-button.arrow-animation span img,
    .page-template-page-team .aw-button.arrow-animation span img {
        display: none;
    }
}

.floor-plan-modal {
    position: relative;
}

.floor-plan-modal .hover-btn-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.floor-plan-modal .hover-btn-wrap .aw-button {
    margin-top: 0;
}

@media (max-width: 767px) {
    .tower-community {
        margin-bottom: 40px !important;
    }
}

.new-header .menu li a {
    color: #fff;
}

.new-header .menu li:hover a {
    background: none;
    color: #830000;
}

/* 22-10 */
.procces-slider {
    margin-bottom: 100px !important;
}

.procces-slider .slick-dots {
    display: block !important;
}

.procces-slider .slick-dots button:before {
    display: none;
}

.procces-slider .slick-dots button {
    background: transparent;
    height: auto;
    width: auto;
    padding: 0;
}

.procces-slider .slick-dots li {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 3px solid #306883;
    border-radius: 50%;
    margin: 5px 7px;
    background: transparent;
}

.procces-slider .slick-dots {
    padding: 0;
}

.procces-slider .slick-dots li.slick-active {
    background: #306883;
}

.wp-block-separator {
    border-top: 1px solid #71684b;
    margin: 30px 0px;
}

@media (max-width: 767px) {
    .communitiesmobile {
        width: 100%;
        background-size: cover;
    }

    .wp-content .centerdiv p {
        margin-bottom: 30px;
    }

    .page-template-page-communities .full-hero.hero-container .title {
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: 0 !important;
    }

    .community-info-section iframe {
        margin-bottom: 15px;
    }

    .community-media-section .left-column p {
        margin-bottom: 30px;
    }

    .community-media-section .left-column figure {
        margin-bottom: 30px;
    }

    .blog-container .post:hover {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .postfeatured {
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .metaholder {
        padding: 20px 0 0;
    }

    .bluebg .feature-heading {
        padding: 0 20px;
    }

    .footer-logos .centerdiv img {
        max-width: 150px;
    }

    .processcontainer {
        padding: 20px;
    }

    .process2 {
        padding: 0 20px;
    }
}

/* 29-01 */
.community-top-bar .button-bar-col .button-border:focus {
    background: transparent;
}

.community-top-bar .button-bar-col .button-border:hover {
    background: #a39566 !important;
    color: #0c223f !important;
}

#single_image {
    position: relative;
    display: block;
}

.complete-row>div {
    width: 25%;
    margin-bottom: 15px;
    margin: 0 0 30px;
}

.complete-row {
    display: flex;
    flex-wrap: wrap;
}

.complete-box {
    position: relative;
    border: 1px solid #eff2f5;
    background: #fff;
    padding: 10px;
}

.complete-box .box-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    transform: translate(0, -50%);
}

.complete-box>img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.complete-box .link {
    font-weight: 900;
    padding: 0 60px;
    line-height: 50px;
    background: #15243f !important;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.complete-box .link:hover {
    background: #a39566 !important;
}

[data-aos="fade-down"] {
    opacity: 0;
    transform: translateY(-10px);
    transition:
        opacity 0.8s ease-in,
        transform 0.8s ease-in;
}

[data-aos="fade-down"].aos-animate {
    opacity: 0.9;
    /* Slightly less opacity for a lighter fade */
    transform: translateY(0);
}

.mfp-container.mfp-image-holder.mfp-s-ready {
    padding: 30px 0 0;
}

.text-bar-col {
    opacity: 1;
}

.text-bar-col.slick-initialized {
    opacity: 1;
}

.community-top-bar .text-bar-col {
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* height: 35px; */
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    flex: 0 0 auto;
    width: 80%;
}

.community-top-bar .text-bar-col p {
    padding: 0 30px;
    display: inline-block;
    /* position: absolute; */
    /* white-space: nowrap; */
    /* animation: marquee 18s linear infinite; */
    /* right: -100%; */
}

/*
@media (min-width: 1200px){
	@keyframes marquee {
		0% {right: -85%;}
		100% {right: 100%;}
	}
	
}
@media (max-width: 1199px){
	
	@keyframes marquee {
		0% {right: -200%;}
		100% {right: 100%;}
	}
} */
@media (max-width: 991px) {
    .complete-row>div {
        width: 50%;
    }

    /* @keyframes marquee {
		0% {right: -100%;}
		100% {right: 100%;}
	} */
    .community-top-bar .text-bar-col {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .complete-row>div {
        width: 100%;
    }

    .community-top-bar .text-bar-col {
        min-width: 0;
        margin-bottom: 15px;
    }

    .community-top-bar .text-bar-col>div+div {
        display: none;
    }

    .community-top-bar .text-bar-col p {
        display: block;
        padding: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        line-height: 1.45;
    }

    /* @keyframes marquee {
		0% {right: -200%;}
		100% {right: 100%;}
	} */
}

/* 29-01 end */
.page-id-7610 .completed-baycreek,
.page-id-5631 .completed-baycreek {
    display: none !important;
}

/* Team row */
.team-section {
    padding: 80px 0;
}

.team-section .team-memeber-row {
    margin-top: 50px;
    margin-bottom: -30px;
    margin-left: -30px;
    margin-right: -30px;
}

.team-memeber-row>div {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.team-section .team-block .team-img-block {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    overflow: hidden;
}

.team-block {
    display: block;
}

.team-section .team-block .team-img-block .team-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: top;
    aspect-ratio: 2.5 / 3;
}

.team-section .team-block .team-img-block .team-img-overly {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgb(21 36 63 / 95%);
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    padding: 1rem;
    transition: all 1s ease 0s;
    opacity: 0;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
}

.team-section .team-block .team-img-block .team-img-overly img {
    width: 100px;
    height: auto;
}

.team-section .team-block .team-img-block .team-img-overly .link-umderline {
    margin-top: 40px;
    color: #fff;
}

.team-section .team-block h5 {
    text-align: center;
}

.team-section .team-block h5 i {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
}

.team-section .team-block .team-img-block:hover .team-img-overly {
    opacity: 1;
}

.team-block .floortitle {
    margin-bottom: 0;
}

.link-underline {
    color: #fff;
}

/* Custom Modal Styles */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Dark overlay */
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.custom-modal-content {
    background: #fff;
    padding: 60px 50px 20px;
    width: 90%;
    max-width: 920px;
    border-radius: 0;
    position: relative;
    text-align: center;
    animation: fadeIn 0.3s ease-in-out;
    text-align: center;
}

/* Close Button */
.custom-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 54px;
    cursor: pointer;
    line-height: 1;
}

.custom-modal-content .team-bio-detail>img {
    float: left;
    width: 180px;
    height: auto;
    padding-right: 30px;
    padding-bottom: 30px;
}

.custom-modal-content .team-bio-detail .floortitle {
    text-align: left;
    margin-bottom: 10px;
    color: #132a34;
}

.team-bio-detail {
    text-align: left;
}

.custom-modal-content .team-bio-detail .floortitle i,
.team-block .floortitle i {
    display: block;
    font-size: 18px;
    margin-top: 0px;
    color: #a39566 !important;
    text-transform: capitalize;
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.blog-container {
    padding-bottom: 70px;
    position: relative;
}

.blog-container .page-nav {
    position: absolute;
    bottom: -10px;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.ratio-16-9 {
    aspect-ratio: 16 / 9;
}

@media (max-width: 1199px) {
    .team-section {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .custom-modal-content {
        top: auto;
        left: 50%;
        transform: translate(-50%, 0%);
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 60px 30px 30px;
    }

    .custom-modal-content .team-bio-detail>img {
        float: unset;
        width: 100%;
        padding-right: 0;
    }

    .custom-modal {
        align-items: start;
        justify-content: start;
    }
}

/* Team row end*/
.new-custom-banner {
    position: relative;
    height: calc(100vh - 120px);
}

.banner-slider {
    height: 100%;
}

.hero-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 120px);
    position: relative;
    overflow: hidden;
    display: flex !important;
    align-items: end;
}

.hero-overlay:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero-content-card {
    background-color: rgba(12, 34, 63, 0.8);
    padding: 30px 40px 30px 30px;
    min-height: 320px;
    color: #fff;
    margin-left: 80px;
    margin-bottom: 80px;
    max-width: 760px;
    position: relative;
    z-index: 9;
}

.hero-content-card h1 {
    color: #ffffff;
    font-size: clamp(34px, 3vw, 40px);
    margin-bottom: 10px;
    line-height: 1.25;
    font-style: normal;
    font-family: "Crimson Text", serif;
    font-weight: 900;
    text-transform: none;
}

.hero-content-card p {
    font-size: 20px;
}

.banner-slider .slick-dots,
.quote-slider .slick-dots {
    display: flex !important;
    bottom: 80px;
    left: 80px;
    text-align: left;
    width: 760px;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
}

.banner-slider .slick-dots li,
.quote-slider .slick-dots li {
    width: auto;
    height: auto;
    flex: 1;
    margin: 0;
}

.banner-slider .slick-dots li button,
.quote-slider .slick-dots li button {
    width: 100%;
    height: 10px;
    padding: 0;
    background-color: #132a34;
}

.banner-slider .slick-dots li:nth-child(2) button {
    background-color: #2b5770;
}

.banner-slider .slick-dots li:nth-child(3) button {
    background-color: #316984;
}

.banner-slider .slick-dots li:nth-child(4) button {
    background-color: #4387ac;
}

.banner-slider .slick-dots li.slick-active button {
    background-color: #fff !important;
}

.banner-slider .slick-dots li button:before {
    content: none;
}

.banner-slider .slick-next {
    right: calc(100% - 865px);
    left: auto;
    bottom: 200px;
    top: auto;
    background: #fff;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    border: 3px solid #346b86;
    text-align: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.banner-slider .slick-next:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.293 12.293L6.707 13.707L13.414 6.99997L6.707 0.292969L5.293 1.70697L9.586 5.99997H0V7.99997H9.586L5.293 12.293Z' fill='black'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .banner-slider .hero-overlay .row>div {
        flex: 0 0 55%;
        max-width: 55%;
    }

    /* .banner-slider .slick-next {
		left: calc(100% - 45%);
	} 
	.banner-slider .slick-dots {
		width: 50%;
	}*/
}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner-slider .hero-overlay .row>div {
        flex: 0 0 80%;
        max-width: 80%;
    }

    /* .banner-slider .slick-next {
		left: calc(100% - 21.5%);
	}
	.banner-slider .slick-dots {
		width: 72.5%;
	} */
}

@media (min-width: 992px) {
    .img-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .banner-slider .hero-overlay .row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-slider .slick-next {
        left: calc(100% - 30.5%);
    }

    .banner-slider .slick-dots {
        width: 64%;
    }

    .banner-slider .slick-track {
        display: flex;
    }

    .hero-overlay {
        background-color: #0c223f !important;
        height: inherit !important;
    }

    .hero-content-card {
        background: #0c223f;
        padding-bottom: 60px;
        min-height: auto;
        margin-left: 0;
        margin-bottom: 0;
    }

    .img-mobile {
        display: block;
    }

    .hero-content-card h1 {
        font-size: clamp(30px, 10vw, 34px);
    }

    .hero-content-card p {
        font-size: 18px;
    }

    .hero-overlay {
        background-image: none !important;
        gap: 0 !important;
        align-items: start;
        display: block !important;
        height: auto;
    }

    .banner-slider .container-fluid,
    .hero-overlay .container {
        margin: 0;
    }

    .img-mobile img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 4/2;
    }

    .hero-overlay:before {
        display: none;
    }

    .new-custom-banner {
        height: 100%;
    }

    .banner-slider .slick-next {
        display: none !important;
    }

    .banner-slider .slick-dots {
        width: auto;
        left: 30px;
        bottom: 40px;
        display: block;
    }

    .banner-slider .slick-dots li button {
        background: #a39566 !important;
        width: 12px;
        height: 12px;
        border-radius: 100%;
    }

    .banner-slider .slick-dots li {
        margin: 0 5px;
    }
}

@media (max-width: 767px) {
    .img-mobile img {
        aspect-ratio: 3 / 2;
    }
}

/* About */
.about-hero-section {
    padding: 120px 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.about-hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: min(84%, 760px);
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 42%, rgba(255, 255, 255, 0.42) 72%, rgba(255, 255, 255, 0.86) 90%, #fff 100%),
        url("images/about-hero-grid.svg");
    background-position: 0 0, center bottom;
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, 960px auto;
}

@media (min-width: 1200px) {
    .about-hero-section::before {
        height: min(88%, 820px);
    }
}

.about-hero-section > * {
    position: relative;
    z-index: 1;
}

.abouthero-banner-content {
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
}

.abouthero-banner-content h1 {
    font-size: clamp(34px, 4.4vw, 56px);
    line-height: 1;
    color: #15243f;
    margin-bottom: 20px;
}

.abouthero-banner-content p {
    color: #000;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.abouthero-banner-content .button-are {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.abouthero-banner-content .button-are a {
    min-width: 300px;
    margin: 0;
}

.about-hero-section .abouthero-banner-content .button-are .aw-button-outline {
    background-color: #fff;
}

.hero-button-wrap .aw-button-outline {
    border: 3px solid #fff;
    color: #fff;
}

.aw-button-outline {
    border: 3px solid #132a34;
    text-align: center;
    padding: 14px;
    padding: 15px 20px;
    font-size: 18px;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    color: #15243f;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.aw-button-outline:hover {
    background: #15243f;
    color: #fff;
}

.img-view-section {
    padding: 0 60px;
    margin-top: 80px;
}

.img-grid {
    display: flex;
    align-items: center;
}

.img-grid .one-img {
    width: 25%;
}

.img-grid .two-img {
    width: 21%;
}

.img-grid .full-img {
    width: 40%;
}

.img-grid .short {
    padding: 0 8px;
}

.img-grid .two-img img {
    margin-bottom: 15px;
}

.img-grid .two-img img:last-child {
    margin-bottom: 0;
}

.img-grid img {
    width: 100%;
}

.quote-section {
    background: #0c223f;
    text-align: center;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.quote-section .quote-content {
    max-width: 770px;
    margin: 0 auto;
}

.quote-section {
    background: #0c223f;
    padding: 120px 0;
    position: relative;
}

.quote-section .quote-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.quote-section .quote-content>img {
    max-width: 115px;
    margin: 0 auto 20px;
}

.quote-section .quote-content>p {
    font-size: 24px;
    color: #fff;
}

.quote-media {
    margin-top: 30px;
}

.quote-section .quote-content .quote-media img {
    width: 64px;
    border-radius: 100%;
    height: 64px;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
}

.quote-section .quote-content .quote-media h4 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 14px;
    font-size: 24px;
}

.quote-section .quote-content .quote-media p {
    color: #a39566;
    font-family: "Crimson Text", serif;
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
}

.quote-section .brandbar,
.build-hero-section .brandbar,
.zig-zag-section .brandbar,
.communities-section .brandbar {
    bottom: 0;
    left: 0;
    top: auto;
    background-image: url("images/brandcolors-new.svg");
    background-size: cover;
    background-position: center;
    width: 100%;
}

.quote-slider .slick-track {
    display: flex;
    align-items: center;
}

.quote-slider .slick-dots {
    width: auto;
    height: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    justify-content: center;
    margin-top: 30px !important;
}

.quote-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #a39566;
}

.quote-slider .slick-dots button::before {
    display: none;
}

.quote-slider .slick-dots li {
    flex: 0;
    margin-right: 10px;
}

.quote-slider .slick-dots li:last-child {
    margin-right: 0;
}

.quote-slider .slick-dots li.slick-active button {
    background: #fff;
}

.personalize-heading h3 {
    color: #a39566;
    font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.personalized-section {
    padding: 120px 0;
}

.personalize-heading h2 {
    font-size: 56px;
    color: #15243f;
    line-height: 1;
}

.personalize-heading {
    margin-bottom: 70px;
}

.img-gallery {
    margin-top: 60px;
    margin-bottom: 80px;
}

.img-gallery>div:first-child {
    margin-top: 60px;
}

.img-full img {
    width: 100%;
}

.img-gallery img {
    width: 100%;
}

.personalize-content .button-are {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.personalize-content .button-are .aw-button {
    margin: 0;
}

@media (max-width: 1199px) {

    .abouthero-banner-content h1,
    .personalize-heading h2 {
        font-size: clamp(34px, 4vw, 40px);
    }

    .img-view-section {
        padding: 0 30px;
    }

    .img-view-section {
        margin-top: 60px;
    }

    .img-grid .one-img {
        width: 20%;
    }

    .img-grid .two-img {
        width: 18%;
    }

    .about-hero-section {
        padding: 80px 0;
    }

    .personalized-section {
        padding: 60px 0;
    }

    .quote-section {
        padding: 60px 0;
    }

    .personalize-heading h3 {
        font-size: 18px;
    }

    .img-gallery {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .personalize-heading {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .aw-button-outline {
        font-size: 16px;
    }

    .about-hero-section {
        padding: 50px 0 60px;
    }

    .abouthero-banner-content h1,
    .personalize-heading h2 {
        font-size: 34px;
    }

    .img-view-section {
        padding: 0;
        margin-left: -200px;
        margin-right: -200px;
    }

    .abouthero-banner-content .button-are {
        gap: 20px;
        margin-top: 20px;
    }

    .abouthero-banner-content .button-are a {
        width: 100%;
    }

    .img-gallery {
        display: none;
    }

    .personalize-content {
        margin-top: 30px;
    }

    .personalize-content .button-are a {
        width: 100%;
    }
}

/* Where We Build page css */
.build-hero-section .personalize-heading p {
    margin-bottom: 0;
}

.build-hero-section {
    position: relative;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.2) 43.23%,
            rgba(52, 107, 134, 0.2) 100%);
}

.build-hero-section .row {
    align-items: center;
}

.offset-md-1 {
    margin-left: 8.33333333%;
}

.build-hero-section .personalize-heading {
    max-width: 490px;
    margin-bottom: 0;
}

.build-hero-section .personalize-heading h1 {
    color: #15243f;
    font-size: clamp(34px, 4.4vw, 56px);
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.125;
}

.build-hero-section .hero-image {
    width: 100%;
}

.build-hero-section .hero-image img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.service-area-section {
    padding: 80px 0;
}

.heading-title h2 {
    font-style: normal;
}

.service-area-section .heading-title {
    text-align: center;
    margin-bottom: 40px;
}

.area-card {
    position: relative;
    text-align: center;
}

.area-card h2 {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
}

.area-card .area-img {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 3px solid #15243f;
}

.area-card .area-img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.area-card p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.36px;
}

.area-card .aw-button {
    width: auto;
    border-style: solid;
    display: inline-block;
    border: 1px solid #a39566;
}

.area-card .btn-area {
    text-align: center;
}

.area-card:hover .area-img img {
    transform: scale(1.095);
}

.service-note {
    margin-top: 30px;
    text-align: center;
}

.service-note p {
    color: #132a34;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 420;
    line-height: 30px;
    /* 150% */
    margin-bottom: 0;
}

.zig-zag-section.bg-dark {
    background: #112b4e;
}

.zig-zag-section.bg-grey {
    background: #fafafa;
}

.zig-zag-section {
    padding: 100px 0;
    position: relative;
}

.zig-zag-section .row.flex-row-reverse {
    flex-direction: row-reverse;
}

.zig-zag-section .flex-row-reverse .heading-title {
    padding-left: 100px;
    padding-right: 0;
}

.zig-zag-section.bg-dark .heading-title {
    color: #fff;
}

.zig-zag-section .heading-title h2 {
    line-height: 1.125;
    margin-bottom: 15px;
    max-width: 370px;
}

.zig-zag-section.bg-dark .heading-title h2 {
    color: #fff;
}

.zig-zag-section .heading-title p b {
    color: #a39566;
}

.zig-zag-section .row {
    align-items: center;
}

.zig-zag-section .heading-title {
    padding-right: 130px;
}

.zig-zag-section:not(.bg-dark) .heading-title ul {
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
    margin-top: 30px;
}

.zig-zag-section .heading-title ul li {
    position: relative;
    display: block;
    padding-left: 35px;
    font-size: 20px;
    margin-bottom: 20px;
}

.zig-zag-section .heading-title ul p {
    margin-bottom: 0;
}

.zig-zag-section .heading-title ul p b {
    color: #000;
}

.zig-zag-section .heading-title ul li:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url("images/check-mark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.zig-zag-section img {
    width: 100%;
}

.homes-card {
    position: relative;
    overflow: hidden;
}

.build-section .heading-title {
    text-align: center;
    margin-bottom: 40px;
}

.homes-card .homes-image {
    position: relative;
    overflow: hidden;
}

.homes-card .homes-image img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    aspect-ratio: 1/1;
}

.homes-card:hover .homes-image img {
    transform: scale(1.095);
}

.homes-card .homes-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 2;
}

.homes-card .full-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.homes-card .homes-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 50px;
}

.homes-card .homes-content h2 span {
    font-size: 16px;
    display: block;
}

.homes-card .homes-content .aw-button {
    border-color: #a39566;
    border-style: solid;
    padding: 6px 22px;
}

.homes-card .homes-content .aw-button:hover {
    border-color: transparent;
}

.build-section {
    padding: 100px 0;
}

.callinfo-section {
    padding: 100px 0;
    background-blend-mode: overlay;
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.callinfo-section:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(21, 36, 63, 0.7) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.callinfo-section .row {
    align-items: center;
}

.callinfo-section .heading-title {
    color: #fff;
    max-width: 470px;
}

.callinfo-section .heading-title h2 {
    color: #fff;
}

.call-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.call-data {
    border-right: 1px solid #a39566;
    margin-right: 30px;
    padding-right: 30px;
    display: flex;
    align-items: start;
}

.call-data:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.call-data p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
}

.call-data .call-content {
    margin-left: 10px;
}

.call-data .call-content h6 {
    color: #a39566;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.9px;
}

.call-data p a {
    color: inherit;
}

.floorplan-section .heading-title {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.floorplan-section {
    padding: 100px 0;
}

.service-area-section .service-row .area-box {
    position: relative;
    z-index: 9;
}

.service-area-section .service-row .area-box:after {
    border-right: 1px solid #eff2f5;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: auto;
    right: -15px;
    top: 0;
    z-index: -1;
}

.service-area-section .service-row>div:last-child .area-box:after {
    display: none;
}

.plans-container .floor .image {
    margin-bottom: 0;
}

.plans-container .floor .content h2 {
    border: none;
    /* line-height: 1.4; */
}

.communities-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.communities-section .heading-title {
    text-align: center;
    max-width: 940px;
    margin: 0 auto 30px;
}

.communities-card {
    position: relative;
    overflow: hidden;
}

.communities-card .community-image {
    position: relative;
    overflow: hidden;
}

.communities-card .community-image>img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: auto;
    aspect-ratio: 16/8;
    object-fit: cover;
}

.communities-card .community-image .community-overlay {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}

.page-id-9382 .communities-card .community-image .community-overlay {
    background: rgb(0 0 0 / 0%);
}

.communities-card .community-image .community-overlay>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.communities-card .community-image .community-overlay .img-inner-wrapp {
    max-width: 250px;
    text-align: center;
    z-index: 9;
}

.communities-card .community-image .community-overlay .img-inner-wrapp img {
    width: 100%;
    aspect-ratio: 3 / 1;
    object-fit: contain;
}

.communities-card .community-image .community-overlay .aw-button {
    border: 3px solid #a39566;
    padding: 6px 26px;
    display: inline-block;
    letter-spacing: -0.36px;
    margin-top: 25px;
}

.communities-card .community-image .community-overlay .aw-button:hover {
    border-color: transparent;
}

.communities-card .community-content {
    padding: 20px;
}

.communities-card .community-content h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
    color: #15243f;
    text-transform: uppercase;
}

.communities-card .community-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #15243f;
}

.communities-card .community-content p:last-child {
    margin-bottom: 0;
}

.communities-card .community-image .community-overlay>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.communities-card:hover .community-image>img {
    transform: scale(1.095);
}

.eastern-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.eastern-section .heading-title {
    text-align: center;
    margin-bottom: 40px;
}

.eastern-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 100%;
    box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.08);
}

.eastern-card .eastern-image {
    position: relative;
    overflow: hidden;
}

.eastern-card .eastern-image img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.eastern-card .eastern-content {
    padding: 30px;
    text-align: center;
}

.eastern-card .eastern-content h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.25;
}

.eastern-card .eastern-content p {
    color: #132a34;
    margin-bottom: 0;
}
.eastern-section .row>div {
    border-right: 1px solid #eff2f5;
}

.eastern-section .row>div:first-child,
.eastern-section .row>div:last-child {
    border-right: none;
}

.page-template-homepage-new .wp-content .centerdiv {
    padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .eastern-section .row>div {
        border: none;
        border-right: 1px solid #eff2f5;
    }

    .eastern-section .row>div:nth-child(odd) {
        border: none;
    }
}

@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
}

@media (max-width: 1366px) {
    .zig-zag-section .heading-title {
        padding-right: 30px;
    }

    .zig-zag-section .flex-row-reverse .heading-title {
        padding-left: 30px;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .build-hero-section .personalize-heading {
        max-width: 360px;
    }

    .build-hero-section .personalize-heading h1 {
        font-size: clamp(34px, 4vw, 48px);
    }

    .communities-card .community-image>img {
        aspect-ratio: 4/3;
    }

    .eastern-card .eastern-content {
        padding: 30px 10px;
    }

    .communities-card .community-content {
        padding: 10px;
    }
    .floor-template-floorplan-cpt .house-stats li {
        width: auto;
    }
    #header .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        margin-top: auto;
        right: 20px;
    }
    .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 > a {
        padding-left: 20px !important;
    }
    .ubermenu .ubermenu-active .ubermenu-submenu .ubermenu-submenu-type-stack > li {
        padding-left: 15px;
    }

}

@media (max-width: 991px) {
    .build-hero-section .personalize-heading {
        padding-left: 40px;
    }

    .build-hero-section .hero-image img {
        min-height: 500px;
    }

    .service-area-section .row+.row>div {
        margin-bottom: 50px;
    }

    .service-note {
        margin-top: 0px;
    }

    .call-data {
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid #a39566;
    }

    .call-data:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .build-section .row>div:first-child,
    .build-section .row>div:last-child {
        margin-bottom: 0;
    }

    .build-section .row>div {
        margin-bottom: 30px;
    }

    .service-area-section .service-row>div:nth-child(2) .area-box:after {
        display: none;
    }

    .zig-zag-section {
        padding: 40px 0;
    }

    .zig-zag-section .heading-title {
        padding: 0 0 20px;
    }

    .zig-zag-section .flex-row-reverse .heading-title {
        padding: 0px 0px 10px;
    }

    .zig-mobile-image {
        margin-bottom: 15px;
    }

    .zig-mobile-image img {
        width: 100%;
        aspect-ratio: 3/2;
        object-fit: cover;
    }

    .communities-section .communities-row>div {
        margin-bottom: 30px;
    }

    .communities-section {
        padding: 40px 0;
    }

    .communities-section .communities-row>div {
        margin-bottom: 30px;
    }

    .service-area-section {
        padding: 40px 0;
    }

    .floorplan-section {
        padding: 40px 0;
    }

    .callinfo-section {
        padding: 60px 0;
    }

    .eastern-section .row>div {
        margin-bottom: 30px;
        border-right: 1px solid #eff2f5;
    }

    .eastern-section .row>div:first-child,
    .eastern-section .row>div:last-child {
        margin-bottom: 0;
    }

    .eastern-section .heading-title {
        margin-bottom: 30px;
    }

    .bluebg .feature-heading {
        max-width: 740px;
    }
    .started-title{
        padding: 25px 15px 0px 0;
    }
    .ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu > li > a {
        padding-left: 20px !important;
        font-size: 16px;
        text-transform: uppercase;
        color: #303234 ;
        font-weight: bold !important;
    }
    .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close {
        right: 12px !important;
    }
    .page-template-homepage-new .floorplancontainer p {
        margin-bottom: 0;
    }

    .page-template-homepage-new .floorplancontainer {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .page-template-homepage-new .floorplancontainer {
        padding-bottom: 40px;
    }

    .page-template-homepage-new .floorplancontainer p {
        margin-bottom: 20px;
    }

    .page-template-homepage-new #floorplans .floorplancontainer > .aw-button.centered {
        display: flex;
        position: static !important;
        inset: auto !important;
        width: 100%;
        max-width: 100%;
        margin: 28px auto 0;
        justify-content: center;
        transform: none !important;
    }

    .page-template-homepage-new .aboutcontainer .aboutcontent .about1 h3.paragraph {
        max-width: none;
        margin-bottom: 18px;
    }

    .page-template-homepage-new .aboutcontainer .aboutcontent p {
        text-align: left;
    }

    .page-template-homepage-new .aboutcontainer {
        padding-bottom: 32px;
    }

    .page-template-homepage-new .blog-section .virginia-blog-title {
        margin-bottom: 22px;
    }

    .page-template-homepage-new .main-content #floorplans {
        padding: 60px 30px !important;
    }

    .build-hero-section .personalize-heading h1 {
        font-size: clamp(30px, 10vw, 34px);
    }

    .build-hero-section .personalize-heading {
        padding: 40px 20px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 0;
    }

    .build-hero-section .hero-image img {
        min-height: auto;
    }

    .service-area-section {
        padding: 40px 0;
    }

    .service-area-section .heading-title {
        margin-bottom: 30px;
    }

    .service-area-section {
        padding: 40px 0;
    }

    .service-area-section .heading-title {
        margin-bottom: 20px;
    }

    .zig-zag-section {
        padding: 40px 0;
    }

    .zig-zag-section .heading-title {
        padding: 0 0 20px;
    }

    .zig-zag-section .flex-row-reverse .heading-title {
        padding: 0px 0px 10px;
    }

    .zig-mobile-image {
        margin-bottom: 15px;
    }

    .floorplan-section {
        padding: 40px 0;
    }

    .floorplan-section .heading-title {
        margin-bottom: 20px;
    }

    .callinfo-section {
        padding: 40px 0;
    }

    .callinfo-section .heading-title {
        margin-bottom: 20px;
    }

    .build-section {
        padding: 40px 0 20px;
    }

    .homes-card .homes-image img {
        aspect-ratio: 4 / 3;
    }

    .area-card h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .service-area-section .service-row .area-box:after {
        display: block !important;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        right: 0;
        top: auto;
        bottom: -30px;
    }

    .zig-zag-section .heading-title ul li:before {
        width: 20px;
        height: 20px;
    }

    .heading-title h2 {
        font-size: 28px;
    }

    body.page .plans-container.everton-estates-plans .floor {
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }

    .plans-container.everton-estates-plans .floor .house-stats li:last-child {
        border: none;
    }

    .zig-zag-section .heading-title ul li:before {
        top: 4px;
    }

    .zig-zag-section .heading-title ul li:last-child {
        margin-bottom: 0;
    }

    .communities-section {
        padding: 40px 0;
    }

    .communities-card .community-content h2 {
        font-size: 26px;
    }

    .communities-card .community-content h3 {
        font-size: 16px;
    }

    .eastern-section {
        padding: 40px 15px;
    }

    .eastern-card {
        height: auto;
    }

    .eastern-section .row>div:first-child {
        border: none;
    }

    .eastern-section .row>div {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #e0e0e0;
    }

    .callinfo-section {
        background-position: bottom center;
        background-size: 100%;
        background-color: #000;
        background-blend-mode: difference;
        padding-bottom: 100px;
    }
    .blog-container .post .metaholder .post-meta {
        margin-top: -20px;
        margin-bottom: 10px;
    }
    .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close i {
        font-size: 12px !important;
    }
    .aboutcontent .about1 h3.paragraph {
        max-width: 200px;
        text-align: center;
        margin: 0 auto 10px;
    }
    .design-process .svgcolumn:last-child p:last-child {
        margin-bottom: 0;
    }
    .floor-template-floorplan-cpt .house-stats li {
        width: 50%;
    }
}

/* Where We Build end */
/* Footer */
@media (min-width: 768px) and (max-width: 991px) {
    #footer .centerdiv>div.contact {
        width: 33%;
    }

    #footer .centerdiv>div.footer-menu {
        width: 44%;
        padding-right: 10px;
    }

    .plans-container.everton-estates-plans .floor:nth-of-type(2n) {
        margin-right: 2% !important;
    }

    .plans-container.everton-estates-plans .floor {
        max-width: 31% !important;
    }
}

/* Footer end */

/* Where We Build tablet breakpoint cleanup */
body.page-id-9203 .build-hero-section {
    overflow-x: hidden;
}

body.page-id-9203 .build-hero-section .row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    body.page-id-9203 .build-hero-section .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    body.page-id-9203 .build-hero-section .personalize-heading {
        max-width: 720px;
        padding: 48px 40px 32px;
    }

    body.page-id-9203 .build-hero-section .hero-image img {
        min-height: 0;
        aspect-ratio: 16 / 9;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    body.page-id-9203 .plans-container.everton-estates-plans .floor {
        width: 48% !important;
        max-width: 48% !important;
        margin-right: 4% !important;
    }

    body.page-id-9203 .plans-container.everton-estates-plans .floor:nth-of-type(3n),
    body.page-id-9203 .plans-container.everton-estates-plans .floor:nth-of-type(4n) {
        margin-right: 4% !important;
    }

    body.page-id-9203 .plans-container.everton-estates-plans .floor:nth-of-type(2n) {
        margin-right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.page-id-9203 .service-area-section .service-row > .col-lg-3,
    body.page-id-9203 .build-section .row > .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }

    body.page-id-9203 .service-area-section .service-row > .col-lg-3:nth-child(2n) .area-box:after {
        display: none;
    }

    body.page-id-9203 .service-area-section .service-row > .col-lg-3:nth-last-child(-n+2),
    body.page-id-9203 .build-section .row > .col-lg-3:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.page-id-5631.page-template-page-communities .full-hero.hero-container .title {
        padding-top: 280px;
    }
}

@media (min-width: 1600px) {
    body.page-id-5631.page-template-page-communities .full-hero.hero-container .communities-logo {
        width: clamp(560px, 34vw, 760px);
        max-width: 760px;
        max-height: none;
        height: auto;
    }
}

.floor-template-floorplan-cpt #get-started .gform_legacy_markup_wrapper .gform_footer {
    padding-top: 6px;
    margin-top: 0;
    line-height: 0;
}

.floor-template-floorplan-cpt #get-started .gform_legacy_markup_wrapper .gform_footer .gform_custom_animated_submit {
    margin-top: 0;
}

/* VB button baseline */
:root {
    --vb-button-font-family: brandon-grotesque, "Josefin Sans", sans-serif;
    --vb-button-font-size: 16px;
    --vb-button-padding-y: 10px;
    --vb-button-padding-x: 18px;
    --vb-button-min-height: 44px;
    --vb-button-line-height: 1.1;
}

.aw-button:not(.arrow-animation),
.aw-button-outline,
.button-border,
.button-fill,
.button-round,
.button_new,
.wp-block-button__link,
.wp-element-button,
.default-content button,
.search-container .submit-container .submit {
    box-sizing: border-box;
    min-height: var(--vb-button-min-height);
    padding: var(--vb-button-padding-y) var(--vb-button-padding-x) !important;
    font-family: var(--vb-button-font-family) !important;
    font-size: var(--vb-button-font-size);
    font-weight: 700;
    line-height: var(--vb-button-line-height) !important;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

input[type="submit"]:not(.gform_button),
.gform_custom_animated_submit {
    box-sizing: border-box;
    height: auto !important;
    min-height: var(--vb-button-min-height) !important;
    padding: var(--vb-button-padding-y) var(--vb-button-padding-x) !important;
    font-family: var(--vb-button-font-family) !important;
    font-weight: 700;
    line-height: var(--vb-button-line-height) !important;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

body .gform_wrapper .gform_footer input.gform_custom_animated_submit,
body .gravity-form-conainter .gform_wrapper .gform_footer input.gform_custom_animated_submit,
body .started .gform_wrapper form input.gform_custom_animated_submit,
body .form-news form input.gform_custom_animated_submit,
body #gform_wrapper_2.gform_legacy_markup_wrapper .gform_footer input.gform_custom_animated_submit,
body .newsletterform-section .newsform-card .gform_footer input.gform_custom_animated_submit {
    height: auto !important;
    min-height: var(--vb-button-min-height) !important;
    padding: var(--vb-button-padding-y) var(--vb-button-padding-x) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: var(--vb-button-line-height) !important;
}

.information-section .button-round {
    min-height: 0;
    padding: 7px 12px 6px 12px !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5 !important;
    letter-spacing: normal;
}

.top-sticky-navigation.is-active .button-border {
    min-height: 0;
    padding: 7px 12px 6px 12px !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5 !important;
    letter-spacing: normal;
}

.landing-button-container .aw-button,
.abouthero-banner-content .button-are .aw-button,
.abouthero-banner-content .button-are .aw-button-outline,
.hero-button-wrap .aw-button-outline,
.personalize-content .button-are .aw-button,
.personalize-content .button-are .aw-button-outline,
.floor-plan-modal .hover-btn-wrap .aw-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px !important;
    font-size: 17px;
    line-height: 1.1 !important;
}

.homes-card .homes-content .aw-button {
    min-height: 0;
    padding: 6px 22px !important;
}

.communities-card .community-image .community-overlay .aw-button {
    min-height: 0;
    padding: 6px 26px !important;
    letter-spacing: -0.36px;
}

.blog-card .blog-content .aw-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease;
}

.blog-card .blog-content .aw-button::after {
    content: "\2192";
    display: inline-block;
    margin-left: 8px;
    font-size: 1.15em;
    line-height: 1;
    transform: translateX(0);
    transition: transform 0.2s ease;
}

.blog-card .blog-content .aw-button:hover,
.blog-card .blog-content .aw-button:focus {
    color: #132a34;
    transform: translateX(2px);
}

.blog-card .blog-content .aw-button:hover::after,
.blog-card .blog-content .aw-button:focus::after {
    transform: translateX(4px);
}

.blog-section .blog-section-heading-row {
    align-items: flex-end;
    margin-bottom: 45px;
}

.blog-section .blog-section-heading-row .virginia-blog-title {
    margin-bottom: 0;
}

.blog-section .virginia-blog-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 4px;
}

.blog-section .blog-view-all-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 44px;
    padding: 11px 24px 10px !important;
    border: 2px solid #a39566;
    background: #a39566;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2 !important;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog-section .blog-view-all-button::after {
    content: "\2192";
    display: inline-block;
    margin-left: 9px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.blog-section .blog-view-all-button:hover,
.blog-section .blog-view-all-button:focus {
    border-color: #132a34;
    background: #132a34;
    color: #fff;
    transform: translateX(2px);
}

.blog-section .blog-view-all-button:hover::after,
.blog-section .blog-view-all-button:focus::after {
    transform: translateX(4px);
}

.blog-card .blog-image-link,
.postfeatured-wrap > a {
    display: block;
}

.postfeatured-wrap {
    position: relative;
    overflow: hidden;
}

.blog-container .post .metaholder {
    padding: 24px;
}

.blog-container .post .metaholder .post-meta {
    margin-bottom: 12px;
}

.blog-category-pills {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 6px;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.blog-card .blog-image .blog-category-pills,
.postfeatured-wrap .blog-category-pills {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    max-width: calc(100% - 24px);
}

.blog-category-pills li {
    display: inline-flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.blog-category-pills li::marker,
.blog-category-pills li + li::before {
    content: none !important;
    display: none !important;
}

.blog-category-pills a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 6px 10px 5px;
    border-radius: 999px;
    color: #fff;
    background: #132a34;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
    font-family: brandon-grotesque, 'Josefin Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-category-pill-tone-1 a {
    background: #132a34;
    color: #fff;
}

.blog-category-pill-tone-2 a {
    background: #a39566;
    color: #132a34;
}

.blog-category-pill-tone-3 a {
    background: #2f7188;
    color: #fff;
}

.blog-category-pill-tone-4 a {
    background: #a51f2d;
    color: #fff;
}

.blog-category-pill-tone-5 a {
    background: #8a927f;
    color: #fff;
}

.blog-category-pill-slug-chesapeake a {
    background: #2f7188;
    color: #fff;
}

.floor-template-floorplan-cpt #floorplan,
.floor-template-floorplan-cpt #photogallery,
.floor-template-floorplan-cpt #virtualtour {
    border-top: 1px solid #e5e9ee;
    padding-top: clamp(42px, 4vw, 56px);
    padding-bottom: clamp(42px, 4vw, 56px);
}

.floor-template-floorplan-cpt #floorplan > .wpb_column > .vc_column-inner > .wpb_wrapper:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .floor-template-floorplan-cpt #floorplan,
    .floor-template-floorplan-cpt #photogallery,
    .floor-template-floorplan-cpt #virtualtour {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .plans-container.everton-estates-plans article.floor .content h2.testing123 {
        height: auto !important;
        min-height: 0;
        padding: 14px 16px;
        font-size: clamp(19px, 4.7vw, 21px);
        line-height: 1.2;
    }
}

@media only screen and (max-width: 767px) {
    .page-template-homepage-new .reviews {
        padding-bottom: 40px;
    }

    .page-template-homepage-new .reviews .reviews-title {
        margin-bottom: 18px;
    }

    .page-template-homepage-new .reviews .reviews-slider-new {
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) {
    .blog-card .blog-content h2 {
        font-size: 140%;
    }
}

@media only screen and (min-width: 768px) {
    .blog-card .blog-content .aw-button {
        display: inline-flex;
        align-self: flex-start;
        height: auto !important;
        min-height: 0;
        padding: 0 !important;
        border: 0;
        background: transparent;
        color: #a39566;
        line-height: 1.35 !important;
        text-align: left;
        width: auto;
        margin: auto 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .page-template-homepage-new .blog-row > div {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .page-template-homepage-new .blog-row > div:nth-child(n+3) {
        display: none;
    }

    .page-template-homepage-new .blog-row > div:nth-child(2) {
        border-right: none;
    }
}

@media only screen and (max-width: 767px) {
    .blog-container .post .metaholder {
        padding: 14px 0 0;
    }

    .blog-container .post .metaholder .post-meta {
        margin-bottom: 5px;
    }

    .blog-card .blog-image .blog-category-pills,
    .postfeatured-wrap .blog-category-pills {
        left: 10px;
        bottom: 10px;
        max-width: calc(100% - 20px);
    }

    .blog-category-pills a {
        min-height: 24px;
        padding: 5px 9px 4px;
        font-size: 10px;
    }

    .blog-section .blog-section-heading-row {
        row-gap: 18px;
        margin-bottom: 28px;
    }

    .blog-section .virginia-blog-btn {
        justify-content: flex-start;
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .google-hero-section .landing-button-container .aw-button {
        padding: 15px 10px !important;
    }
}

@media (max-width: 767px) {
    .thanks-hero .landing-button-container .aw-button {
        min-height: 0;
        padding: 8px 10px !important;
        font-size: 16px;
    }
}

.gform_button.button[aria-hidden="true"] {
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.main-content .hero-container .title.floor-hero-actions > .show-tour-btn,
.main-content .hero-container .title.floor-hero-actions > .show-gallery-btn,
.main-content .hero-container .title.floor-hero-actions > .modula-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    line-height: 1;
    white-space: nowrap;
}

.main-content .hero-container .title.floor-hero-actions--single > .show-tour-btn,
.main-content .hero-container .title.floor-hero-actions--single > .show-gallery-btn,
.main-content .hero-container .title.floor-hero-actions--single > .modula-link {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
}

/* Bay Creek Google Ads landing video thumbnail */
.baycreek-video-wrap iframe,
.baycreek-youtube-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.baycreek-youtube-thumb {
    position: relative;
    padding: 0;
    border: 0;
    background: #0c223f;
    cursor: pointer;
    overflow: hidden;
}

.baycreek-youtube-thumb__image,
.baycreek-youtube-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.baycreek-youtube-thumb__overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 34, 63, 0.28);
    transition: background-color 0.25s ease;
}

.baycreek-youtube-thumb__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76px;
    height: 76px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #a39566;
    box-shadow: 0 14px 34px rgba(12, 34, 63, 0.28);
    transform: translate(-50%, -50%);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.baycreek-youtube-thumb__play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #fff;
    transform: translate(-50%, -50%);
}

.baycreek-youtube-thumb:hover .baycreek-youtube-thumb__image,
.baycreek-youtube-thumb:focus-visible .baycreek-youtube-thumb__image {
    transform: scale(1.025);
}

.baycreek-youtube-thumb:hover .baycreek-youtube-thumb__overlay,
.baycreek-youtube-thumb:focus-visible .baycreek-youtube-thumb__overlay {
    background: rgba(12, 34, 63, 0.16);
}

.baycreek-youtube-thumb:hover .baycreek-youtube-thumb__play,
.baycreek-youtube-thumb:focus-visible .baycreek-youtube-thumb__play {
    background: #0c223f;
    transform: translate(-50%, -50%) scale(1.04);
}

.baycreek-youtube-thumb:focus-visible {
    outline: 3px solid #a39566;
    outline-offset: 4px;
}

@media only screen and (max-width: 767px) {
    .baycreek-youtube-thumb__play {
        width: 62px;
        height: 62px;
    }

    .baycreek-youtube-thumb__play::before {
        border-top-width: 12px;
        border-bottom-width: 12px;
        border-left-width: 18px;
    }
}


/* 18-05-26 */
.google-hero-section .corner-ribbon {
    background: #830000;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.google-hero-section .corner-ribbon:before , .google-hero-section .corner-ribbon:after {
    content: '';
    display: block;
    width: 25px;
    height: 54px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -2px;
}

.google-hero-section .corner-ribbon:before {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='52' viewBox='0 0 25 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_21_2)'%3E%3Cpath d='M2.09 51L23.5 26L2.09 1H25L23.5 26L25.1509 51H2.09Z' fill='%23830000'/%3E%3Cpath d='M275.81 2L257.44 24.74L256.44 26L257.44 27.26L275.81 50H4.19L22.56 27.26L23.56 26L22.56 24.74L4.19 2H275.81ZM280 0H0L21 26L0 52H280L259 26L280 0Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_21_2'%3E%3Crect width='25' height='52' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    left: -22px;
}

.google-hero-section .corner-ribbon:after {.google-hero-section .corner-ribbon:
    before;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='52' viewBox='0 0 25 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_21_2)'%3E%3Cpath d='M22.91 51L1.5 26L22.91 1H0L1.5 26L-0.150925 51H22.91Z' fill='%23830000'/%3E%3Cpath d='M-250.81 2L-232.44 24.74L-231.44 26L-232.44 27.26L-250.81 50H20.81L2.44 27.26L1.44 26L2.44 24.74L20.81 2H-250.81ZM-255 0H25L4 26L25 52H-255L-234 26L-255 0Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_21_2'%3E%3Crect width='25' height='52' fill='white' transform='matrix(-1 0 0 1 25 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    right: -20px;
}
/* 18-05-26 end */
