/*
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com
 Template:       Divi
 Version:        1.0
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
body {
    font-family: 'Open Sans',sans-serif!important;
}

.admin-bar header#main-header.promo-banner {
    top: inherit!important;
}

header#main-header.promo-banner {
    top: inherit!important;
}
.admin-bar #promo-banner {
    top: 32px;
}
#page-container.with-promo {
    margin-top: 0!important;
}

#promo-banner {
/*     display: none; */
    background-color: #0a85ad!important;
/* 	background-color: #B33A3A!important; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;

}

#promo-banner .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 94%;
    max-width: 100%;
    min-height: 150px;
/*     max-height: 150px; */
}

#promo-banner .container .image {
    flex: 1;
    margin-right: 24px;
}

#promo-banner .container .image img {
    max-height: 75px;
    width: auto;
    margin: auto;
}

#promo-banner .container .message {
    flex: 3;
    margin-right: 24px;
}
#promo-banner .container .message h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    color: #fff;
}

#promo-banner .container .message p {
    line-height: 2em;
    font-family: 'Open Sans',sans-serif!important;
    font-size: 16px;
    color: #fff;
}

#promo-banner .container .button {
    flex: 1;
    text-align: center;
}

#promo-banner .container .button a {
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 1px;
    font-size: 18px;
    background-color: #58595b;
    padding-top: 2%!important;
    padding-right: 4%!important;
    padding-bottom: 2%!important;
    padding-left: 4%!important;
    text-transform: uppercase;
    transition: background-color 300ms;
    display: inline-block;
}

#promo-banner .container .button a:hover {
    background-color: #000000;
    transition: background-color 300ms;
}

#promo-banner a#dismiss_promo {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #fff;
    font-size: 24px;
	cursor: pointer;
	z-index: 33;
}

#promo-banner a#dismiss_promo span {
    font-family: 'ETmodules'!important;
}

.single-featured_floorplans #main-header, .single-floorplan #main-header {
    background-color: #ffffff;
}

.iv-fullscreen {
    z-index: 999999;
}

.slick-slider {
    background: #fafafa url('./assets/images/spinner.gif') no-repeat center;
}
.slick-slider .slick-list {
    opacity: 0;
    position: absolute;
}
.slick-slider.slick-initialized {
    background: none;
}
.slick-slider.slick-initialized .slick-list {
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease-in;
}


/* Single floorplan Styles */

.single-floorplan #hero {
    padding-top: 80px;
    width: 100%;
    max-width: 100%;
}
.single-floorplan #hero img {
    width: 100%;
    max-width: 100%;
    height: 450px;
    max-height: 450px;
    object-fit: cover;
}

.single-floorplan #hero ul.slick-dots {
    position: absolute;
    bottom: 36px;
    width: 100%;
    display: flex!important;
    justify-content: center;
}

.single-floorplan #hero ul.slick-dots li {
    margin: 0 5px;
}

.single-floorplan #hero ul.slick-dots li button {
    border: 1px solid rgba(255, 255, 255, 0.87);
    background-color: rgba(255, 255, 255, 0);
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    transition: background-color 200ms ease-out;
}

.single-floorplan #hero ul.slick-dots li.slick-active button {
    background-color: #ffffff;
    transition: background-color 200ms ease-in;
}

.single-floorplan #details {
    padding: 48px 0;
    position: relative;
}


.single-floorplan #details .container {
    position: relative;
    max-width: 90%;
    margin: auto;
}

.single-floorplan #details .container .disclaimer {
    display: block;
    text-align: center;
    font-family: 'Open Sans',sans-serif!important;
    font-size: 18px;
    margin: -48px 0 48px;
	color:#ffffff;
}

.single-floorplan #details .container .row {
    display: flex;
    flex-direction: column;
    position: relative;
}

.single-floorplan #details .container .row .column {
    flex: auto;
}

.single-floorplan #details .container .row .column h1.floorplan-title {
    font-family: 'Open Sans',sans-serif!important;
    font-weight: 300;
    font-size: 50px;
    color: #ffffff!important;
    line-height: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 3.5%;
    text-transform: uppercase;
}

.single-floorplan #details .container .row .column .icon-row ul {
    list-style: none;
    /* display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; */
    display: block;
    margin-left: -6px;
}
.single-floorplan #details .container .row .column .icon-row ul li {
    /* flex: 1 1 auto; */
    display: inline-block;
    margin: 0 6px;
    /* display: flex; */
    /* align-items: center; */
    /* max-width: 100px; */
    /* min-width: 80px; */
    min-height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
}

.single-floorplan #details .container .row .column .icon-row ul li:first-child {
    /* flex: 1.5 1.5 auto; */
    /* max-width: 120px; */
}

.single-floorplan #details .container .row .column .icon-row ul li:nth-child(2) {
    /* flex: 1.5 1.5 auto; */
    /* max-width: 120px; */
}

.single-floorplan #details .container .row .column .icon-row ul li .icon {
    width: 60px;
    height: 60px;
    /* height: auto; */
    margin-right: 10px;
    float: left;
	color:#ffffff;
}

.single-floorplan #details .container .row .column .divider {
    margin: 5% 0 4%;
    width: 50px;
    height: 3px;
    background-color: #ffffff;
}
.single-floorplan #details .container .row .column .description, .single-floorplan #details .container .row .column .description p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 1.5em;
}

.single-floorplan #details .container .row .column .description ul {
    padding: 0 0 23px 1em;
    line-height: 26px;
    list-style-type: disc;
    margin-bottom: 1.5em;
}

.single-floorplan #details .container .row .column .button-download {
    margin: 47px 0;
}

.single-floorplan #details .container .row .column .button-download a {
    font-family: 'Open Sans',sans-serif!important;
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 1px;
    font-size: 18px;
    background-color: #3f4c76;
    padding-top: 1%!important;
    padding-right: 2%!important;
    padding-bottom: 1%!important;
    padding-left: 2%!important;
    display: inline-block;
    transition: all 300ms ease 0ms;
}

.single-floorplan #details .container .row .column .button-download a:hover {
    background: #5164ac!important;
}

.single-floorplan #details .container .row .column .button-upgrade {
    margin: 1% 0;
    border-left: 2px #0a85ad solid;
}

.single-floorplan #details .container .row .column .button-upgrade a {
    font-family: 'Open Sans',sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 1.8em;
    display: block;
    padding-left: 21px!important;
    color: #585959!important;
}

.single-floorplan #details .container .row .column .button-upgrade a:hover {
    color: #0a85ad!important;
}

.single-floorplan #details .container .row .column .floorplan-logo {
    max-width: 100%;
}

.single-floorplan #details .container .row .column .floorplan-logo img {
    max-width: 20%;
    margin: 0 auto;
    height: auto;
    display: block;
}

.single-floorplan #details .container .row .column .contact-form {
    max-width: 80%;
    margin: 5% auto;
    background-color: #3f4c76;
    padding: 5% calc(5% - 16px) 2.5% 5%;
    color: #fff;
}

.single-floorplan #details .container .row .column .contact-form h3 {
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 0;
    text-align: center;
}

.single-floorplan #details .container .row .column .contact-form .gform_wrapper .top_label li.gfield.gf_left_half, .single-floorplan #details .container .row .column .contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-top: 0;
}

.single-floorplan #details .container .row .column .contact-form .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.single-floorplan #details .container .row .column .contact-form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.single-floorplan #details .container .row .column .contact-form .gform_legacy_markup_wrapper textarea {
    font-size: 14px;
    background: none !important;
    border-color: #fff;
    color: #fff;
}

.single-floorplan #details .container .row .column .contact-form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.single-floorplan #details .container .row .column .contact-form .gform_legacy_markup_wrapper textarea::placeholder {
    color: #fff;
}

.single-floorplan #details .container .row .column .contact-form .gform_legacy_markup_wrapper .gform_footer input.button {
    color: #3f4c76!important;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s ease,color 0.3s ease;
}

.single-floorplan #details .container .row .column .contact-form .gform_legacy_markup_wrapper .gform_footer input.button:hover {
    background-color: #000 !important;
    color: #fff!important;
}

.single-floorplan #gallery {
    padding: 60px 24px;
    background-color: #282624!important;
    margin: 36px 0;
}

.single-floorplan #gallery .container {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    max-width: 90%;
    width: 100%;
}

.single-floorplan #gallery .container .slick-prev, .single-floorplan #gallery .container .slick-next {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;

    background: 0 0!important;
    /* margin-top: -32px!important; */
    width: 48px!important;
    height: 48px!important;
    line-height: 1em!important;

    position: absolute;
    opacity: .55;
    margin: 0;
    top: 50%;
    margin-top: -24px;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 200ms;
}

.single-floorplan #gallery .container .slick-prev:hover, .single-floorplan #gallery .container .slick-next:hover {
    opacity: .85;
    transition: opacity 200ms;
}

.single-floorplan #gallery .container .slick-prev:after, .single-floorplan #gallery .container .slick-next:after {
    font-family: ETmodules;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px;
    color: #FFF;
}

.single-floorplan #gallery .container .slick-prev {
    left: -48px;
}

.single-floorplan #gallery .container .slick-prev:after {
    content: "\34";
}

.single-floorplan #gallery .container .slick-next {
    right: -48px;
}

.single-floorplan #gallery .container .slick-next:after {
    content: "\35";
}

.single-floorplan #gallery .container .img-container a {
    display: block;
    margin: 16px;
    position: relative;
    padding-top: 75%;
}

.single-floorplan #gallery .container .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.single-floorplan #blueprint {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.single-floorplan #blueprint #layout, .single-floorplan #blueprint #photo {
    position: relative;
}

.single-floorplan #blueprint .toolbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 10;
}

.single-floorplan #blueprint .toolbar button {
    padding: 12px 16px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 8px;
    margin-right: 6px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}

.single-floorplan #blueprint .toolbar button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.single-floorplan #blueprint .toolbar button:after {
    content: '';
    width: 1px;
    height: calc(100% - 10px);
    background-color: rgba(0, 0, 0, 0.10);
    position: absolute;
    left: calc(100% + 6px);
    top: 5px;
}

.single-floorplan #blueprint .toolbar button:last-of-type:after {
    background-color: transparent;
}

.single-floorplan #blueprint #layout {
    flex: auto;
    padding: 84px 12px;
    display: flex;
    justify-content: center;
}

.single-floorplan #blueprint #layout img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.single-floorplan #blueprint #photo {
    flex: auto;
    padding: 84px 12px;
    display: flex;
    justify-content: center;
}

.single-floorplan #blueprint #photo img {
    max-width: 100%;
    height: auto;
}

.single-floorplan #showcase_video {
    background-color: #0a85ad;
    padding: 105px 12px;
}

.single-floorplan #showcase_video .container {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
}

.single-floorplan #showcase_video .container .video {
    flex: auto;
}

.single-floorplan #showcase_video .container .text {
    flex: auto;
    padding: 0 48px;
}

.single-floorplan #showcase_video .container .text img {
    display: block;
    max-height: 80px;
    width: auto;
    margin-bottom: 10%;
}

.single-floorplan #showcase_video .container .text h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.4em;
    font-family: 'Open Sans',sans-serif!important;
    color: #fff;
}

.single-floorplan #showcase_video .container .text p.divider {
    max-width: 50px;
    border-bottom: 3px #fff solid;
}

.single-featured_floorplans #hero {
    padding-top: 80px;
    width: 100%;
    max-width: 100%;
}
.single-featured_floorplans #hero img {
    width: 100%;
    max-width: 100%;
    height: 450px;
    max-height: 450px;
    object-fit: cover;
}

.single-featured_floorplans #hero ul.slick-dots {
    position: absolute;
    bottom: 36px;
    width: 100%;
    display: flex!important;
    justify-content: center;
}

.single-featured_floorplans #hero ul.slick-dots li {
    margin: 0 5px;
}

.single-featured_floorplans #hero ul.slick-dots li button {
    border: 1px solid rgba(255, 255, 255, 0.87);
    background-color: rgba(255, 255, 255, 0);
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    transition: background-color 200ms ease-out;
}

.single-featured_floorplans #hero ul.slick-dots li.slick-active button {
    background-color: #ffffff;
    transition: background-color 200ms ease-in;
}

.single-featured_floorplans #details {
    padding: 48px 0;
    position: relative;
}


.single-featured_floorplans #details .container {
    position: relative;
    max-width: 90%;
    margin: auto;
}

.single-featured_floorplans #details .container .disclaimer {
    display: block;
    text-align: center;
    font-family: 'Open Sans',sans-serif!important;
    font-size: 18px;
    margin: -48px 0 48px;
}

.single-featured_floorplans #details .container .row {
    display: flex;
    flex-direction: column;
    position: relative;
}

.single-featured_floorplans #details .container .row .column {
    flex: auto;
}

.single-featured_floorplans #details .container .row .column h1.floorplan-title {
    font-family: 'Open Sans',sans-serif!important;
    font-weight: 300;
    font-size: 50px;
    color: #58595b!important;
    line-height: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 3.5%;
    text-transform: uppercase;
}

.single-featured_floorplans #details .container .row .column .icon-row ul {
    list-style: none;
    /* display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; */
    display: block;
    margin-left: -6px;
}
.single-featured_floorplans #details .container .row .column .icon-row ul li {
    /* flex: 1 1 auto; */
    display: inline-block;
    margin: 0 6px;
    /* display: flex; */
    /* align-items: center; */
    /* max-width: 100px; */
    /* min-width: 80px; */
    min-height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
}

.single-featured_floorplans #details .container .row .column .icon-row ul li:first-child {
    /* flex: 1.5 1.5 auto; */
    /* max-width: 120px; */
}

.single-featured_floorplans #details .container .row .column .icon-row ul li:nth-child(2) {
    /* flex: 1.5 1.5 auto; */
    /* max-width: 120px; */
}

.single-featured_floorplans #details .container .row .column .icon-row ul li .icon {
    width: 60px;
    height: 60px;
    /* height: auto; */
    margin-right: 10px;
    float: left;
}

.single-featured_floorplans #details .container .row .column .divider {
    margin: 5% 0 4%;
    width: 50px;
    height: 3px;
    background-color: #3f4c76;
}
.single-featured_floorplans #details .container .row .column .description, .single-featured_floorplans #details .container .row .column .description p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 1.5em;
}

.single-featured_floorplans #details .container .row .column .description ul {
    padding: 0 0 23px 1em;
    line-height: 26px;
    list-style-type: disc;
    margin-bottom: 1.5em;
}

.single-featured_floorplans #details .container .row .column .button-download {
    margin: 47px 0;
}

.single-featured_floorplans #details .container .row .column .button-download a {
    font-family: 'Open Sans',sans-serif!important;
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 1px;
    font-size: 18px;
    background-color: #3f4c76;
    padding-top: 1%!important;
    padding-right: 2%!important;
    padding-bottom: 1%!important;
    padding-left: 2%!important;
    display: inline-block;
    transition: all 300ms ease 0ms;
}

.single-featured_floorplans #details .container .row .column .button-download a:hover {
    background: #5164ac!important;
}
.single-featured_floorplans #details .container .row .column .button-upgrade {
    margin: 1% 0;
    border-left: 2px #0a85ad solid;
}

.single-featured_floorplans #details .container .row .column .button-upgrade a {
    font-family: 'Open Sans',sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 1.8em;
    display: block;
    padding-left: 21px!important;
    color: #585959!important;
}

.single-featured_floorplans #details .container .row .column .button-upgrade a:hover {
    color: #0a85ad!important;
}

.single-featured_floorplans #details .container .row .column .floorplan-logo {
    max-width: 100%;
}

.single-featured_floorplans #details .container .row .column .floorplan-logo img {
    max-width: 20%;
    margin: 0 auto;
    height: auto;
    display: block;
}

.single-featured_floorplans #details .container .row .column .contact-form {
    max-width: 80%;
    margin: 5% auto;
    background-color: #3f4c76;
    padding: 5% calc(5% - 16px) 2.5% 5%;
    color: #fff;
}

.single-featured_floorplans #details .container .row .column .contact-form h3 {
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 0;
    text-align: center;
}

.single-featured_floorplans #details .container .row .column .contact-form .gform_wrapper .top_label li.gfield.gf_left_half, .single-featured_floorplans #details .container .row .column .contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-top: 0;
}

.single-featured_floorplans #details .container .row .column .contact-form .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.single-featured_floorplans #details .container .row .column .contact-form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.single-featured_floorplans #details .container .row .column .contact-form .gform_legacy_markup_wrapper textarea {
    font-size: 14px;
    background: none !important;
    border-color: #fff;
    color: #fff;
}

.single-featured_floorplans #details .container .row .column .contact-form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.single-featured_floorplans #details .container .row .column .contact-form .gform_legacy_markup_wrapper textarea::placeholder {
    color: #fff;
}

.single-featured_floorplans #details .container .row .column .contact-form .gform_legacy_markup_wrapper .gform_footer input.button {
    color: #3f4c76!important;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s ease,color 0.3s ease;
}

.single-featured_floorplans #details .container .row .column .contact-form .gform_legacy_markup_wrapper .gform_footer input.button:hover {
    background-color: #000 !important;
    color: #fff!important;
}


.single-featured_floorplans #gallery {
    padding: 60px 24px;
    background-color: #282624!important;
    margin: 36px 0;
}

.single-featured_floorplans #gallery .container {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    max-width: 90%;
    width: 100%;
}

.single-featured_floorplans #gallery .container .slick-prev, .single-featured_floorplans #gallery .container .slick-next {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;

    background: 0 0!important;
    /* margin-top: -32px!important; */
    width: 48px!important;
    height: 48px!important;
    line-height: 1em!important;

    position: absolute;
    opacity: .55;
    margin: 0;
    top: 50%;
    margin-top: -24px;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 200ms;
}

.single-featured_floorplans #gallery .container .slick-prev:hover, .single-featured_floorplans #gallery .container .slick-next:hover {
    opacity: .85;
    transition: opacity 200ms;
}

.single-featured_floorplans #gallery .container .slick-prev:after, .single-featured_floorplans #gallery .container .slick-next:after {
    font-family: ETmodules;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px;
    color: #FFF;
}

.single-featured_floorplans #gallery .container .slick-prev {
    left: -48px;
}

.single-featured_floorplans #gallery .container .slick-prev:after {
    content: "\34";
}

.single-featured_floorplans #gallery .container .slick-next {
    right: -48px;
}

.single-featured_floorplans #gallery .container .slick-next:after {
    content: "\35";
}

.single-featured_floorplans #gallery .container .img-container a {
    display: block;
    margin: 16px;
    position: relative;
    padding-top: 75%;
}

.single-featured_floorplans #gallery .container .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.single-featured_floorplans #blueprint {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.single-featured_floorplans #blueprint #layout, .single-featured_floorplans #blueprint #photo {
    position: relative;
}

.single-featured_floorplans #blueprint .toolbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 10;
}

.single-featured_floorplans #blueprint .toolbar button {
    padding: 12px 16px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 8px;
    margin-right: 6px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}

.single-featured_floorplans #blueprint .toolbar button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.single-featured_floorplans #blueprint .toolbar button:after {
    content: '';
    width: 1px;
    height: calc(100% - 10px);
    background-color: rgba(0, 0, 0, 0.10);
    position: absolute;
    left: calc(100% + 6px);
    top: 5px;
}

.single-featured_floorplans #blueprint .toolbar button:last-of-type:after {
    background-color: transparent;
}

.single-featured_floorplans #blueprint #layout {
    flex: auto;
    padding: 84px 12px;
    display: flex;
    justify-content: center;
}

.single-featured_floorplans #blueprint #layout img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.single-featured_floorplans #blueprint #photo {
    flex: auto;
    padding: 84px 12px;
    display: flex;
    justify-content: center;
}

.single-featured_floorplans #blueprint #photo img {
    max-width: 100%;
    height: auto;
}

.single-featured_floorplans #showcase_video {
    background-color: #282624!important;
    padding: 105px 12px;
}

.single-featured_floorplans #showcase_video .container {
    display: flex;
    flex-direction: column-reverse;
    max-width: 90%;
    margin: 0 auto;
}

.single-featured_floorplans #showcase_video .container .video {
    flex: auto;
}

.single-featured_floorplans #showcase_video .container .text {
    flex: auto;
    padding: 0 48px;
}

.single-featured_floorplans #showcase_video .container .text img {
    display: block;
    max-height: 80px;
    width: auto;
    margin-bottom: 10%;
}

.single-featured_floorplans #showcase_video .container .text h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.4em;
    font-family: 'Open Sans',sans-serif!important;
    color: #fff;
}

.single-featured_floorplans #showcase_video .container .text p.divider {
    max-width: 50px;
    border-bottom: 3px #fff solid;
}


.ginput_container_text input[type="text"] {
    padding: 16px!important;
    border-width: 1px;
    border-color: #dbdbdb;
}

.ginput_container_email input[type="text"] {
    padding: 16px!important;
    border-width: 1px;
    border-color: #dbdbdb;
}

.ginput_container_textarea textarea {
    padding: 16px!important;
    border-width: 1px;
    border-color: #dbdbdb;
}

.gform_footer {
    text-align: right;
}

.gform_footer input[type="submit"] {
    color: #ffffff!important;
    background: #0a85ad;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 16px!important;
    text-transform: uppercase!important;
    background-color: #0a85ad;
    padding: 0.7em 1em!important;
    transition: background-color 300ms ease 0ms
}

.gform_footer input[type="submit"]:hover {
    background: #58595b!important;
}

@media (min-width: 1000px) {

    .admin-bar header#main-header.promo-banner {
        top: calc(32px + 150px)!important;
    }

    header#main-header.promo-banner {
        top: 150px!important;
    }

    #promo-banner {
        display: block;
    }

    #page-container.with-promo {
        margin-top: 150px!important;
    }

    .single-floorplan #hero {
        padding-top: 106px;
    }

    .single-floorplan #hero .slick-slide, .single-floorplan #hero .slick-loading {
        height: 650px!important;
        background: #eee url('./assets/images/spinner.gif') no-repeat center;
    }

    .single-floorplan #hero img {
        height: 650px;
        max-height: 650px;
    }

    .single-floorplan #details {
        padding: 4% 0;
        position: relative;
    }

    .single-floorplan #details .container .row {
        display: flex;
        flex-direction: row;
    }

    .single-floorplan #details .container .row .column {
        flex: 1 1 50%;
        margin-right: 10%;
    }
    .single-floorplan #details .container .row .column:last-child {
        flex: 1 1 40%;
        margin-right: 0;
    }

    /* .single-floorplan #details .container .disclaimer {
        margin: -24px 0 0 60%;
    } */

    .single-floorplan #gallery {
        margin: 48px 0 88px;
    }

    .single-floorplan #gallery .container {
        /* display: flex;
        flex-direction: row;
        flex-wrap: wrap; */
        max-width: 95%;
    }

    .single-floorplan #gallery .container .img-container {
        /* flex: 1 1 calc((100% / 6) - 2.5%); */
        /* max-width: calc((100% / 6) - 2.5%); */
        /* margin-right: 24px; */
        /* margin-bottom: 3%; */
        /* margin-top: 3%; */

        width: 100%;
    }

    /* .single-floorplan #gallery .container .img-container a {
        display: block;
        padding: 16px;
        height: 300px;
        max-height: 300px;
    }

    .single-floorplan #gallery .container .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */

    .single-floorplan #blueprint {
        display: flex;
        flex-direction: row;
    }

    .single-floorplan #blueprint #layout {
        flex: 1;
        padding: 84px 36px;
    }

    .single-floorplan #blueprint #layout img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .single-floorplan #blueprint #photo {
        flex: 1;
        padding: 84px 36px;
    }

    .single-floorplan #blueprint #photo img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
    .single-floorplan #showcase_video .container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .single-floorplan #showcase_video .container .video {
        flex: 1;
        margin-right: 64px;
    }

    .single-floorplan #showcase_video .container .text {
        flex: 1;
    }
    .single-featured_floorplans #hero {
        padding-top: 106px;
    }

    .single-featured_floorplans #hero img {
        height: 650px;
        max-height: 650px;
    }


    .single-featured_floorplans #details {
        padding: 4% 0;
        position: relative;
    }

    .single-featured_floorplans #details .container .row {
        display: flex;
        flex-direction: row;
    }

    .single-featured_floorplans #details .container .row .column {
        flex: 1 1 50%;
        margin-right: 10%;
    }
    .single-featured_floorplans #details .container .row .column:last-child {
        flex: 1 1 40%;
        margin-right: 0;
    }

    /* .single-featured_floorplans #details .container .disclaimer {
        margin: -24px 0 0 60%;
    } */

    .single-featured_floorplans #gallery {
        margin: 48px 0 88px;
    }

    .single-featured_floorplans #gallery .container {
        /* display: flex;
        flex-direction: row;
        flex-wrap: wrap; */
        max-width: 95%;
    }

    .single-featured_floorplans #gallery .container .img-container {
        /* flex: 1 1 calc((100% / 6) - 2.5%); */
        /* max-width: calc((100% / 6) - 2.5%); */
        /* margin-right: 24px; */
        /* margin-bottom: 3%; */
        /* margin-top: 3%; */

        width: 100%;
    }

    /* .single-featured_floorplans #gallery .container .img-container a {
        display: block;
        padding: 16px;
        height: 300px;
        max-height: 300px;
    }

    .single-featured_floorplans #gallery .container .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */

    .single-featured_floorplans #blueprint {
        display: flex;
        flex-direction: row;
    }

    .single-featured_floorplans #blueprint #layout {
        flex: 1;
        padding: 84px 36px;
    }

    .single-featured_floorplans #blueprint #layout img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .single-featured_floorplans #blueprint #photo {
        flex: 1;
        padding: 84px 36px;
    }

    .single-featured_floorplans #blueprint #photo img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
    .single-featured_floorplans #showcase_video .container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .single-featured_floorplans #showcase_video .container .video {
        flex: 1;
        margin-right: 64px;
    }

    .single-featured_floorplans #showcase_video .container .text {
        flex: 1;
    }
}

.post-type-archive-featured_floorplans #main-header {
    background-color: #ffffff!important;
}

.featured-floorplans-header {
    padding-top: 160px;
    padding-bottom: 5%;
}

.featured-floorplans-header .container {
    max-width: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.featured-floorplans-header .container .title {
    padding-top: 24px;
    flex: auto;
}

.featured-floorplans-header .container .subtitle {
    padding-top: 24px;
    margin-left: 0;
    flex: auto;
}

.featured-floorplans-header .container .title h1 {
    font-weight: 300;
/*     font-size: 50px;
    color: #58595b!important;
    letter-spacing: 6px; */
	text-transform: uppercase;
    font-size: 2.4vw;
    color: #323232!important;
    line-height: 1.1em;
}

.featured-floorplans-header .container .title h1 strong {
	display: block;
}

@media only screen and (max-width: 767px) {
	.featured-floorplans-header .container .title h1 {
    	font-size: 35px;
	}
}

.featured-floorplans-header .container .subtitle p {
    line-height: 2em;
    font-size: 16px;
}

.featured-floorplans-content {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.featured-floorplans-content .featured-floorplan {
    margin: 0 0 10%;
    background-color: #1e1d1c;
}

.featured-floorplans-content .featured-floorplan .top-row {
    display: flex;
    flex-direction: column;
}

.featured-floorplans-content .featured-floorplan .top-row .featured-image {
    flex: auto;
}

.featured-floorplans-content .featured-floorplan .top-row .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-floorplans-content .featured-floorplan .top-row .details {
    flex: auto;
    padding: 36px;
}

.featured-floorplans-content .featured-floorplan .top-row .details h2 {
    font-weight: 300;
    font-size: 40px;
    color: #ffffff!important;
    font-family: 'Open Sans',sans-serif!important;
    text-transform: uppercase;
    margin-top: 5%!important;
    margin-right: 5%!important;
    margin-bottom: 2%!important;
    margin-left: 5%!important;
}

.featured-floorplans-content .featured-floorplan .top-row .details ul {
    margin-right: 5%!important;
    margin-left: 5%!important;
    display: inline-block;
}

.featured-floorplans-content .featured-floorplan .top-row .details ul li {
    font-size: 16px;
    color: #fff;
    float: left;
    margin: 0 8px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2em;
}

.featured-floorplans-content .featured-floorplan .top-row .details ul li:after {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: -8px;
    background-color: #ffffff;
}

.featured-floorplans-content .featured-floorplan .top-row .details ul li:last-of-type:after {
    background-color: transparent;
}

.featured-floorplans-content .featured-floorplan .top-row .details p {
    margin-top: 2%!important;
    margin-right: 5%!important;
    margin-bottom: 2%!important;
    margin-left: 5%!important;
    color: #fff;
    font-size: 16px;
    line-height: 2em;
}

.featured-floorplans-content .featured-floorplan .top-row .details a.button {
    padding: 0.5em 1.25em;
    background-color: #0a85ad;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    border-radius: 1px;
    letter-spacing: 3px;
    margin-top: 2%!important;
    margin-right: 5%!important;
    margin-bottom: 1%!important;
    margin-left: 5%!important;
    display: inline-block;
}

.featured-floorplans-content .featured-floorplan .top-row .details a.button:hover {
    background-color: #58595b!important;
    transition: background-color 300ms;
}

.featured-floorplans-content .featured-floorplan .bottom-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    background-color: #ffffff;
}

.featured-floorplans-content .featured-floorplan .bottom-row .img-container {
    flex: calc(50% - 8px);
    max-width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
    height: 176px;
    position: relative;
}
.featured-floorplans-content .featured-floorplan .bottom-row .img-container:nth-child(2n) {
    margin-right: 0;
}

.featured-floorplans-content .featured-floorplan .bottom-row .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-floorplans-content .featured-floorplan .bottom-row .img-container:hover .overlay {
    opacity: 1;
    transition: opacity 500ms ease;
}

.featured-floorplans-content .featured-floorplan .bottom-row .img-container:hover .overlay .icon {
    opacity: 1;
    transform: translateY(0);
    transition: all 400ms ease;
    transition-delay: 50ms;
}

.featured-floorplans-content .featured-floorplan .bottom-row .img-container .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.70);
}

.featured-floorplans-content .featured-floorplan .bottom-row .img-container .overlay .icon {
    opacity: 0;
    transform: translateY(10px);
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 600;
    font-size: 36px;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    color: rgba(255, 255, 255, 0.34);

}

@media (min-width: 1000px) {
    .featured-floorplans-header .container {
        max-width: 80%;
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .featured-floorplans-header .container .title {
        flex: 1 1 30%;
        padding-top: 42px;
    }
    .featured-floorplans-header .container .subtitle {
        flex: 1 1 70%;
        margin-left: 96px;
        padding-top: 42px;
        padding-right: 30%;
    }

    .featured-floorplans-content .featured-floorplan .top-row {
        display: flex;
        flex-direction: row;
    }

    .featured-floorplans-content .featured-floorplan .top-row .featured-image {
        flex: 1 1 50%;
    }

    .featured-floorplans-content .featured-floorplan .top-row .details {
        flex: 1 1 calc(50% - 72px);
        padding: 36px;
    }

    .featured-floorplans-content .featured-floorplan .bottom-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
    }
    .featured-floorplans-content .featured-floorplan .bottom-row .img-container {
        flex: auto;
        height: 176px;
        position: relative;
        margin-bottom: 0;
        margin-right: 0;
    }
}

@media (max-width: 1000px) {
	#promo-banner {
		padding: 20px 0;
		position: relative;
	}

	#promo-banner .container {
    	display: block;
	}

    #promo-banner .container .message {
      margin-right: 35px;
    }

    #promo-banner .container .button {
      margin-top: 10px;
      text-align: left;
    }

    #promo-banner #dismiss-banner {
      right: 0;
    }
}

/* Floor Plans */
.floorplans-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3%;
}

.floorplans-wrap .floorplan-item {
    flex: 0 0 calc(25% - 6%);
    margin: 0 3% 3%;
    font-size: 100%;
    padding-bottom: 27px;
}

.floorplans-wrap .floorplan-item .floorplan-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.floorplans-wrap .floorplan-item .floorplan-thumb {
    position: relative;
    padding-top: 75%;
    margin-bottom: 6.593%;
}

.floorplans-wrap .floorplan-item h2 {
    color: #2d2d2d;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 30px;
    transition: color 0.3s ease;
}

.floorplans-wrap .floorplan-item h2:hover {
	color: #5164ac;
}

.floorplans-wrap .floorplan-item ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #58595B;
    font-size: 18px;
}

.floorplans-wrap .floorplan-item ul li {
    display: inline-block;
    margin-right: 10px;
    line-height: 1.7em;
}

.floorplans-wrap .floorplan-item:hover h2 {
    color: #5164ac;
}

.mobile_menu_bar:before,
#mobile_menu li.current-menu-item a {
	 color: #5164ac !important;
}

.et_mobile_menu {
	border-color: #5164ac !important;
}

@media only screen and (max-width: 980px) {
	.et_pb_section_1.et_pb_section {
		margin-top: 0 !important;
	}
}

.button-download a.loading {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.button-download a.loading:before {
    content: '';
    display: inline-block;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    animation: spin 2s linear infinite;
    margin-right: 5px;
}

.button-download p.error {
    color: #ff0000;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

.floorplan-search-filters {
    margin: 50px 0 0;
    text-align: center;
}

.floorplan-search-filters .toggle-filters {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 75px;
}

.toggle-filters-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
}

.floorplan-search-filters .toggle-filters .search-filter {
    flex: 0 0 25%;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    height: 155px;
    padding: 30px 30px 40px;
}

.floorplan-search-filters .toggle-filters .search-filter:first-child {
    border-left: 0;
}

.floorplan-search-filters .toggle-filters .search-filter-wrap {
    max-width: 266px;
    margin: 0 auto;
}

.floorplan-search-filters .toggle-filters .search-filter label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3D3D3D;
    cursor: pointer;
    margin-bottom: 20px;
}

.floorplan-search-filters .toggle-filters .search-filter label img {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-right: 15px;
}

.floorplan-search-filters .toggle-filters .search-filter label img.icon-sqft {
    width: 25px;
}

.floorplan-search-filters .toggle-filters .search-filter .input-wrap {
    text-align: center;
    position: relative;
}

.floorplan-search-filters .toggle-filters .search-filter .input-wrap input {
    width: 100%;
    height: 33px;
    font-size: 16px;
    font-weight: 400;
    color: #3D3D3D;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.floorplan-search-filters .toggle-filters .search-filter .input-wrap button {
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    line-height: 33px;
    text-align: center;
    background-color: #3F4C76;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 20px;
}

.floorplan-search-filters .toggle-filters .search-filter .input-wrap button.remove {
    left: 0;
    right: auto;
}

.floorplan-search-filters .toggle-filters #sqft-range {
    margin-top: 36px;
}

.floorplan-search-filters .checkbox-filters {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px auto 0;
    max-width: 780px;
}

.floorplan-search-filters .checkbox-filters .checkbox-filter {
    display: flex;
}

.floorplan-search-filters .checkbox-filters input {
   display: none;
}

.floorplan-search-filters .checkbox-filters label {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: #3D3D3D;
    margin: 0 30px;
    cursor: pointer;
    position: relative;
    padding-left: 45px;
}

.floorplan-search-filters .checkbox-filters label:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #b6b6b6;
    border-radius: 2px;
}

.floorplan-search-filters .checkbox-filters label:after {
    content: '✔';
    font-size: 20px;
    width: 34px;
    text-align: center;
    font-weight: bold;
    color: #58595B;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.floorplan-search-filters .checkbox-filters input:checked + label:after {
    display: block;
}

.floorplan-search-filters .button-search {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #3F4C76;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 18px 36px;
    cursor: pointer;
    margin-top: 75px;
    transition: background-color 0.3s ease;
}

.floorplan-search-filters .button-search:hover {
    background-color: #58595B;
}

.floorplan-search-filters .noUi-origin {
	width: 100%;
}

.floorplan-search-filters .noUi-target {
    height: 1px;
    box-shadow: none;
    border: 0;
    background-color: #5164AC;
}

.floorplan-search-filters .noUi-horizontal .noUi-handle {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    line-height: 33px;
    text-align: center;
    background-color: #3F4C76;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 20px;
    opacity: 1;
    top: -16px;
}

.floorplan-search-filters .noUi-horizontal .noUi-handle:before {
    display: none;
}

.floorplan-search-filters .noUi-horizontal .noUi-handle:after {
    content: '+';
    width: 100%;
    text-align: center;
    height: auto;
    top: 0;
    left: auto;
    right: auto;
    background: none;
    font-size: 20px;
}

.floorplan-search-filters .noUi-horizontal .noUi-handle-lower:after {
    content: '−';
}

.floorplan-search-filters .noUi-horizontal .noUi-tooltip {
    bottom: -30px;
    border: 0;
    padding: 0;
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
    background: none;
}

.floorplan-search-filters .noUi-target {
    padding: 0 16.5px;
}

.floorplan-search-filters .noUi-connects {
    margin: 0 -16.5px;
    width: calc(100% + 33px);
}

.floorplan-search-filters .reset {
    cursor: pointer;
    transition: color 0.3s ease;
}

.floorplan-search-filters .reset:hover {
    color: #3F4C76;
}

.footer-newsletter .gform_legacy_markup_wrapper {
	padding-top: 5%;
    padding-right: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
	margin: 0;
}

.footer-newsletter .ginput_container {
    margin: 0 !important;
}

.footer-newsletter .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    margin: 0;
    padding: 0;  
}

.footer-newsletter .gform_legacy_markup_wrapper li.hidden_label input {
    margin: 0;
}

.footer-newsletter .gform_legacy_markup_wrapper .gform_footer {
    margin: 0;
    padding: 0; 
}

.footer-newsletter .ginput_container_email input[type="text"] {
    background: none;
    padding: 16px !important;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px !important;
}

.footer-newsletter .ginput_container_email input[type="text"]::placeholder {
    color: #fff;
}

.footer-newsletter #gform_3 .gform_button.button {
    cursor: pointer;
    letter-spacing: normal;
    font-size: 16px !important;
    font-weight: 400 !important;
    background: none;
    padding: 10px !important;
    height: auto !important;
    display: inline-block;
    text-align: right;
    border: 0;
    width: auto;
    margin: 0;
    padding-right: 2em !important;
    position: relative;
}

.footer-newsletter #gform_3 .gform_button.button:hover {
    background-color: rgba(0,0,0,.05) !important;
}

.footer-newsletter #gform_3 .gform_button.button:after {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    content: '$';
    line-height: inherit;
    font-size: inherit!important;
    opacity: 1;
    margin-left: 0.3em;
    left: auto;
    top: 13px;
    /* vertical-align: bottom; */
}

.footer-newsletter #gform_confirmation_message_3 {
	padding: 0 10%;
    text-align: center;
    color: #fff;
}

.team-col {
	text-align: center;
	    font-family: 'Open Sans',sans-serif!important;
}

.team-image {
	width: 70%;
}

.team-title {
	    margin-bottom: 0 !important;
}

.team-title h2 {
	font-weight: 300;
    font-size: 30px;
    line-height: 1.2em;
	    color: #2d2d2d;
	padding-bottom: 10px;
	text-align: center;
}

.team-content {
	    margin-bottom: 6.593%;
	text-align: center;
}

.team-divider {
	max-width: 50px;
	    margin: 0 auto;
}

.team-divider:before {
    border-top-color: #3f4c76;
    border-top-width: 3px;
}

.team-row {
	clear: both;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (max-width: 980px) {
    .floorplans-wrap .floorplan-item {
        flex: 0 0 calc(50% - 6%);
    }

    .single-floorplan #details .container .row .column .button-download a,
    .single-featured_floorplans #details .container .row .column .button-download a {
        padding: 15px !important;
        width: 100%;
        text-align: center;
    }

    .single-floorplan #details .container .row .column .contact-form,
    .single-featured_floorplans #details .container .row .column .contact-form {
        max-width: 100%;
    }

    .single-floorplan #details .container .row .column .contact-form .gform_legacy_markup_wrapper,
    .single-featured_floorplans #details .container .row .column .contact-form .gform_legacy_markup_wrapper {
        max-width: calc(100% - 5%);
    }

    .single-floorplan #details .container .disclaimer,
    .single-featured_floorplans #details .container .disclaimer {
        margin-top: 30px;
    }

    .floorplan-search-filters .toggle-filters .search-filter {
        flex: 0 0 100%;
    }

    .floorplan-search-filters .toggle-filters .search-filter-wrap {
        max-width: 100%;
    }

    .floorplan-search-filters .checkbox-filters {
        display: block;
    }

    .floorplan-search-filters .checkbox-filters label {
        margin: 0 0 30px;
    }

    .floorplan-search-filters .button-search {
        margin-top: 45px;
    }

    .floorplan-search-filters .toggle-filters,
    .floorplan-search-filters .checkbox-filters {
        max-width: 80%;
        margin: 0 auto;
        border: 0;
    }

    .floorplan-search-filters .checkbox-filters {
        margin-top: 75px;
    }

    .floorplan-search-filters .toggle-filters .search-filter {
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .floorplan-search-filters .button-search {
        padding: 18px;
    }
}

@media screen and (max-width: 480px) {
    .floorplans-wrap .floorplan-item {
        flex: 0 0 calc(100% - 6%);
    }
}

.et_pb_blog_0 .et_pb_post .entry-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.et_pb_blog_0.et_pb_bg_layout_light .et_pb_post .post-content p {
	-webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.et_password_protected_form h1 {
	color: #fff;
}

@media screen and (max-width: 991px) {
iframe.lookbook {
	max-height: 600px;	
}
}

@media screen and (max-width: 480px) {
iframe.lookbook {
	max-height: 400px;	
}
}

.page-id-8019.logged-in #main-header {
	background-color: #cdd4ea !important;
}