/*
Theme Name: Atlantic Station West Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1724336766
Updated: 2024-08-22 10:26:06

*/

.osano-cm-widget {
    display: none;
}

.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover,
.osano-cm-link:active,
.osano-cm-link {
    color: #000;
}

.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover,
.osano-cm-link:active {
    color: #000;
}

/* .main-header .e-child {
    flex: 1;
}


.header-new>div {
    flex: 1;
} */
.main-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.error {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../hello-elementor/assets/images/ASW-hero.jpg');
    height: 100vh;
}



.error {
    display: flex;
    max-width: unset !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: url('../hello-elementor/assets/images/ASW-hero.jpg') no-repeat center center / cover !important;
    height: 100vh;
}

.error::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* Height of the fade effect */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.error .page-header .entry-title,
.error .page-content p {
    color: #fff;
    font-family: "Spartan", Sans-serif;
}

.error .page-header .entry-title,
.error .page-header {
    margin: 0;
}

.error .page-content {
    text-align: center;
}

@media (min-width: 992px) {
    .mobile {
        display: none !important;
    }
}

.phone-number {
    color: #fff !important;
}

@media (max-width: 1024px) {
    .header-new {
        padding: 0px 15px !important;
    }

}

.hamburger-icon {
    padding: 0 !important;
}

@media (max-width: 560px) {
    .header-new {
        padding: 0px 15px !important;
    }

    .header-new .hamburger-icon {
        flex: none;
        width: 60px;
    }

    .header-new .hamburger-icon a svg {
        width: 30px;
    }

    .mobile-header-button #contact-header span {

        font-size: 12px;
    }
}

/* error page design */
.error {
    display: flex;
    max-width: unset !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* added the height */
    /* background: url('../../../../themes/hello-elementor/assets/images/error.jpg') no-repeat center center / cover !important; */
    height: 100vh;
}

.error::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    margin-top: 58px;
    /* Height of the fade effect */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.error .page-header .entry-title,
.error .page-content p {
    color: #fff;
}

.error .page-header {
    margin-bottom: 12px;
}

.error .page-content {
    text-align: center;
}

.error .page-header,
.error .page-content,
.error a {
    z-index: 1;
}

.error a.back-to-home .elementor-button-content-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    justify-content: center;
}

.error a.back-to-home {
    background-color: #4F5C5C;
    font-family: "Spartan", Sans-serif;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px 12px 24px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

.error a.back-to-home:hover {
    background-color: #fff;
    color: #4F5C5C;
    fill: #4F5C5C;
}

@media (min-width: 992px) {
    .mobile {
        display: none !important;
    }
}

.comments-area a,
.page-content a {
    text-decoration: none !important;
}

.copyright-text p {
    margin-bottom: 0 !important;
}

.links-footer .elementor-widget-container {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.links-footer .elementor-widget-container a {
    margin-left: 20px;
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .links-footer .elementor-widget-container {
        flex-direction: column;

    }

    .links-footer .elementor-widget-container a {
        margin-left: 0px;
    }
}

.tel-link {
    cursor: pointer;
}

.hidden-content {
    display: none !important;
}

.disable {
    pointer-events: none;
    opacity: 0.5;
}

.disable a {
    pointer-events: none !important;
}

.desktop {
    display: block !important;
}

.tel-link.mobile,
.mobile-tour {
    display: none !important;
}

@media (max-width: 1024px) {
    .desktop {
        display: none !important;
    }

    .tel-link.mobile,
    .mobile-tour {
        display: block !important;
    }
}

.small-text {
    font-size: 16px;
    margin-bottom: 5px !important
}

.small-text a {
    font-size: 16px !important;
}

@media (max-width: 1024px) {
    .vimeo-banner {
        margin-top: 37px;
    }
}

body:not(.home) .specials {
    display: none !important;
}

.current-menu-item a,
.current-page-ancestor a {
    color: #418CC5 !important;
}

.video-link:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-button:hover svg path,
.arrow-button:hover svg polyline {
    stroke: #4F5C5C !important;
}

.arrow-button svg path,
.arrow-button svg polyline {
    stroke: #fff !important;
}

.hywrap input[type=text],
.hywrap textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
}


.hywrap input:focus {
    outline: none !important;
}

.hywrap input,
.hywrap input[type=text],
.hywrap textarea,
.hywrap select {
    font-family: "Spartan", Sans-serif;
    color: #133D57 !important;
    font-size: 16px !important;
    outline: none !important;
}

.hywrap .LV_invalid {
    font-family: "Spartan", Sans-serif;
}

.hywrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-repeat: no-repeat;

}

.hywrap .control-label {
    /* font-family: "covik-sans", Sans-serif; */
    font-family: "Spartan", Sans-serif;
    color: #133D57 !important;
}


.hywrap button[type=submit] {
    border: 1px solid #4F5C5C !important;
    background-color: #4F5C5C !important;
    color: #ffffff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    font-family: "Spartan", Sans-serif !important;
}

.hywrap button[type=submit]:hover,
.hywrap button[type=submit].active {
    background-color: #ffffff !important;
    color: #4F5C5C !important;
}

#more-info a {
    font-family: "Spartan", Sans-serif;
    color: #133D57 !important;
}

.hywrap input:focus,
.hywrap input[type="text"]:focus,
.hywrap select:focus,
.hywrap textarea:focus {
    border-width: 0px 0px 2px 0px !important;
}


.tour-btn a {
    border: 1px solid #418CC5 !important;
    background-color: #418CC5 !important;
    color: #ffffff !important;
    width: fit-content;
    text-align: center;
    padding: 12px 60px 12px 24px !important;
    font-size: 16px !important;
    margin: 30px 0;
    transition: all .3s;
    position: relative;
}


.one-clinton-menu {
    margin-top: 30px;
}

.neighborhood-slider-bottom {
    margin-top: 30px;
}

.neighborhood-slider-top {}

.tour-btn svg {
    width: 33px;
    height: 11px;
    margin-left: 0px;
    vertical-align: middle;
}


.tour-btn svg {
    position: absolute;
    top: 16px;
    left: 166px;
}

.tour-btn a:hover {
    background-color: #ffffff !important;
    color: #418CC5 !important;
}

.tour-btn a:hover+svg path,
.tour-btn a:hover+svg polyline {
    stroke: #418CC5 !important;
}

.arrow-button {
    pointer-events: unset !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.osano-cm-info-dialog-header__close {
    padding: 7px !important;
}

.home-video {
    visibility: hidden;
    height: 0;
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .gallery-tab .e-n-tab-title {
        order: unset !important;
        width: auto;
        margin: 0 !important;
    }

    .gallery-tab .e-n-tabs-heading {
        display: flex;
    }
}

#elementor-popup-modal-58 .dialog-widget-content {
    background-color: #133D57;
}

.elementor-58 .elementor-element.elementor-element-c5c0eee:not(.elementor-motion-effects-element-type-background) {
    background-color: #133D57;
}

.current-menu-item a {
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tour-btn a {
    border-color: #4F5C5C !important;
    color: #fff !important;
    background-color: #4F5C5C !important;
}

.tour-btn a:hover {
    background-color: #fff !important;
    border-color: #4F5C5C !important;
    color: #4F5C5C !important;
}

.tour-btn a:hover+svg path,
.tour-btn a:hover+svg polyline {
    stroke: #4F5C5C !important;
}

.tour-btn.arrow-button svg path,
.tour-btn.arrow-button svg polyline {
    color: #fff !important;
}

.elementor-1970 .elementor-element.elementor-element-996cc72 img {
    width: unset;
}

.elementor-1970 .elementor-element.elementor-element-bdc8734 .elementor-button {
    background-color: #4F5C5C;
}

.current-page-ancestor a {
    color: #fff !important;
    text-decoration: underline;
}

.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current),
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a {
    text-decoration: underline;
    color: #fff;
}


.fp-tabs-block #fp-tabs-wrap .active-btn {
    background-color: #4F5C5C;
    border-color: #4F5C5C;
    font-family: "Spartan", Sans-serif;
    color: #fff;
}

.fp-tabs-block #fp-tabs-wrap .primary-btn {
    background-color: #fff;
    font-family: "Spartan", Sans-serif;
    border-color: #4F5C5C;
    color: #4F5C5C;
}

.results-section .sort-select .selectivo__option:hover {
    color: #fff !important;
}

.fp-tabs-block #fp-tabs-wrap .primary-btn:hover {
    background-color: #4F5C5C !important;
    border-color: #4F5C5C !important;
    color: #fff !important;
}

.results-section__content #units-container .unit-template .unit-name,
#unit_type {
    color: #133D57;
    font-family: "Spartan", Sans-serif;
}

.results-section__content #units-container .unit-template .unit-footer .view-details,
.results-section__content #units-container .unit-template .unit-footer .apply-now,
.fp-load-more-btn,
#load {
    background-color: #4F5C5C;
    font-family: "Spartan", Sans-serif;
    border-color: #4F5C5C;
    color: #fff;
}

.results-section__content #units-container .unit-template .unit-footer .view-details:hover,
.results-section__content #units-container .unit-template .unit-footer .apply-now:hover,
.fp-load-more-btn:hover,
#load:hover {
    background-color: #fff;
    border-color: #4F5C5C;
    color: #4F5C5C;
}

.floorplan-view .fp-pagination .pagination_list li.active {
    background-color: #133D57;
    color: #fff;
    font-family: "Spartan", Sans-serif;
}

.floorplan-view .fp-pagination .pagination_list li {
    color: #133D57;
    font-family: "Spartan", Sans-serif;
}

.floorplan-view .fp-pagination .pagination_list li:hover {
    background-color: #133D57;
    color: #fff;
}

#floorplan_details_section .left .unit_id.main-heading {
    color: #133D57;
    font-family: "Spartan", Sans-serif;
}

.results-section__content #units-container .unit-template .details p,
.results-section__content #units-container .unit-template .rent,
.disclaimer-text,
.fp_disclaimer,
#floorplan_details_section .left .unit_details,
#floorplan_details_section .left .back_to_results {
    color: #133D57;
    font-family: "Spartan", Sans-serif;
}

#floorplan_details_section .left .primary-btn.applynowbtn {
    background-color: #4F5C5C !important;
    border-color: #4F5C5C;
    font-family: "Spartan", Sans-serif;
    color: #fff !important;
}

#floorplan_details_section .left .primary-btn.applynowbtn:hover {
    background-color: #fff !important;
    border-color: #4F5C5C;
    font-family: "Spartan", Sans-serif;
    color: #4F5C5C !important;
}

.fp-padded-container,
.filters-section .selectivo__option,
.filters-section .fp-clear-btn,
.filters-section .fp-filter-btn,
.results-section .results-message,
.results-section .sort-select .selectivo__label,
.filters-section .selectivo .selectivo__label,
.filters-section .selectivo__option:first-child,
.elementor-kit-5 label,
.results-section .sort-select .selectivo__option {
    font-family: "Spartan", Sans-serif;
    color: #4F5C5C !important;
}

.filters-section .selectivo__option:hover,
.selectivo__option:hover {
    background-color: #4F5C5C !important;
    color: #fff !important;
}

@media (max-width: 1024px) {
    .elementor-132 .elementor-element.elementor-element-c289976 img {
        object-fit: contain;
    }
}


.elementor-widget-n-menu .e-n-menu-title.e-current a,
.e-current a,
fp-current-menu {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.links-footer .elementor-widget-container a {
    font-family: "Spartan", Sans-serif;
}

.e-current a {
    color: #ffffff;
    text-decoration: underline;
}

.filters-section .selectivo.selectivo--open .selectivo__label:after {
    z-index: 4;
}

.selectivo--open .selectivo__dropdown {
    z-index: 3;
}

.filters-section .selectivo__option.selectivo__option--selected:not(:first-child) {
    background-color: #4F5C5C !important;
    color: #fff !important;
}

.elementor-nav-menu li a {
    font-family: "Spartan", Sans-serif !important;
}

.elementor-58 .elementor-element.elementor-element-4eed235 .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: #FFF !important;
    text-decoration: underline !important;
}

.pika-lendar {
    width: 100% !important;
    margin: 0 !important;
    padding: 8px !important;
}

.pika-button {
    padding: 10px !important
}

@media (max-width: 1366px) {
    .elementor-132 .elementor-element.elementor-element-b510351 img {
        height: 18px;

    }


}


@media (max-width: 1100px) {

    .tour-btn svg {
        left: 166px;
    }

}


.results-section__content #units-container .unit-template .unit-body .image img {
    width: 100%;
}

.elementor-heading-title {
    font-size: 21px;
}

@media (min-width: 2500px) {
    #floorplan_details_section {
        margin: 13vh 0vw !important;

        .left,
        .right {
            width: 20vw !important;
        }

        .left {
            padding: 50px 3vw 100px 3vw !important;
        }

        .right {
            padding: 90px 1vw !important;
        }
    }
}

.fp-fee-disclaimer {
    font-size: 12px;
    text-align: center;
    color: #133D57;
    font-family: "Spartan", Sans-serif !important;

}

.rent {
    display: flex;
}

.rent a {
    pointer-events: none !important;
    font-weight: normal !important;
}

.rent .rfwa-fee-calculator {
    margin-top: -2px;
    pointer-events: unset !important;
}

.expense-display table td {
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;

}

.expense-display table th {
    border: none !important;
}

.expense-display table tbody>tr:nth-child(odd)>td,
.expense-display table tbody>tr:nth-child(odd)>th {
    background-color: #fff !important;
}

.expense-display table tbody tr:hover>td,
.expense-display table tbody tr:hover>th {
    background-color: #fff !important;
}

.expense-display .rfwa-expense-guide-container h2 {
    font-family: "Spartan", Sans-serif !important;
    color: #133D57;
    letter-spacing: normal;
}

.expense-display .rfwa-expense-guide-container p {
    font-family: "Spartan", Sans-serif !important;
    color: #133D57;
    text-align: left;
}

.qrfwa-expense-footer,
[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-header h3,
.rfwa-expense-guide-container p,
.rfwa-expense-list th,
.rfwa-expense-list .rfwa-expense-label,
.rfwa-expense-list .rfwa-expense-amount.has-tooltip,
.rfwa-expense-list .rfwa-expense-details,
.rfwa-expense-list td::before,
.rfwa-expense-footer {
    font-family: "Spartan", Sans-serif !important;
    color: #133D57 !important;
}

.rfwa-expense-list td::before,
.rfwa-expense-list td::before {
    font-weight: bold !important;
}

.rfwa-expense-list td {
    font-family: "Spartan", Sans-serif !important;
}

.rfwa-export-pdf-link {
    font-family: "Spartan", Sans-serif !important;
    color: #133D57 !important;
    font-weight: bold !important;
    text-transform: none !important;
    padding: 0 !important;
}

.rfwa-export-pdf-link:hover {
    text-decoration: underline !important;
}

.rfwa-expense-list th {
    font-weight: bold !important;
}

.rfwa-pdf-icon {
    margin-top: -6px;
}

.rfwa-expense-type,
.rfwa-expense-type-required {
    background-color: #133D57 !important;
    border: 1px solid #133D57 !important;
    color: #fff !important;
    font-family: "Spartan", Sans-serif !important;
}

[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
    border-right: 2px solid #133D57 !important;
    border-bottom: 2px solid #133D57 !important;
}

.rfwa-expense-type.Optional,
.rfwa-expense-type.Situational,
.rfwa-expense-type-optional,
.rfwa-expense-type-situational {
    background: #fff !important;
    color: #133D57 !important;
    border: 1px solid #133D57 !important;
}

.rfwa-disclaimer-modal .rfwa-disclaimer-close-btn {
    font-size: 1rem !important;
}

#floorplan_details_section .left .unit_details.price {
    margin-bottom: 0 !important;
}

.detail-calculator-wrap {
    margin-bottom: 10px !important;
    margin-top: -3px !important;
    font-size: 2rem !important;

}

.detail-calculator-wrap a {
    position: relative;

}

.detail-calculator-wrap a::before {
    margin-left: -4px;
}

.detail-calculator-wrap a span {
    position: absolute;
    top: 4px;
    left: 30px;
    width: 250px;
    font-size: 15px !important;
    color: #133D57;
    line-height: 1.4;
    font-family: "Spartan", Sans-serif !important;
    letter-spacing: 0.2px;
    text-transform: none;
    font-weight: normal;
}

.rfwa-expense-list td {
    border-bottom: 1px solid #e0e0e0 !important;
}

@media (max-width: 1200px) {
    .expense-display table td {
        border-bottom: none !important;
    }
}

.rfwa-expense-list tr:last-child td {
    border-bottom: none !important;
}