/*
Theme Name: Village Square NY 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

*/

/* Base Styles */
.arrow-button svg path,
.arrow-button svg polyline {
    stroke: #ffffff  !important;
}


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

.banner-image img {
    height:100vh
}
.banner-image{
    position: relative;

}
.banner-image:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.banner-text {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.banner-text .elementor-widget-container {
    align-items: center;
    display: flex;
    justify-content: center;
}
.banner-text h1{
    width: 90%;
}
.comments-area a,
.page-content a {
    text-decoration: none !important;
}

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

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

.desktop {
    display: block !important;
}

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

/* Error Page Styles */
.error {
    align-items: center;
    background: url('assets/images/404bg.jpg') no-repeat center center / cover !important;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    max-width: unset !important;
}

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

.error a {
    z-index: 1;
}

.error a.back-to-home {
    background-color: #ff883d;
    border-radius: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color:#ffffff;
    fill:#ff883d;
    font-family: "nunito-sans", Sans-serif;
    font-weight: bold;
    padding: 14px 24px 12px 24px;
    line-height: 1!important;
}
.error a.back-to-home:hover{
    background-color: #ffffff;
    color: #ff883d;
}
.error a.back-to-home .elementor-button-content-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    justify-content: center;
}

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

.error .page-content p {
    color: #fff;
    font-family: "nunito-sans", Sans-serif;
}

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

.error .page-header .entry-title {
    color: #fff;
    font-family: "nunito-sans", Sans-serif;
    margin: 0!important;
}

/* Hamburger Menu */
.hamburger-icon {
    padding: 0 !important;
}

.hidden-content {
    display: none;
}

.home-banner {
    position: relative;
}

/* HYWrap Form Styles */
.hywrap .control-label {
    color: #243849 !important;
    font-family: "nunito-sans", Sans-serif;
}

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

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

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

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

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

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

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

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

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

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

.main-header {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

#more-info a {
    color: #243849 !important;
    font-family: "nunito-sans", Sans-serif;
}

/* Osano Cookie Manager */
.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;
}

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

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

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

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

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

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

.tel-link {
    cursor: pointer;
}

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

/* Tour Button Styles */
.tour-btn a {
    background-color: #ffffff  !important;
    border: 1px solid #33343c!important;
    color: #33343c !important;
    font-size: 16px !important;
    margin: 30px 0;
    padding: 12px 60px 12px 24px !important;
    text-align: center;
    width: fit-content;
}

.tour-btn a:hover {
    background-color: #33343c !important;
    color: #ffffff !important;
}
.tour-btn a+svg path,
.tour-btn a+svg polyline {
    stroke: #33343c !important;
}

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

.tour-btn svg {
    height: 11px;
    left: 173px;
    margin-left: 10px;
    position: absolute;
    top: 18px;
    vertical-align: middle;
    width: 33px;
}

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

.vimeo-banner {
    box-sizing: border-box;
    height: 100vh;
    max-height: 100vh;
    min-height: 100%;
    min-width: 100%;
    padding: 0 !important;
}

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

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

    .header-new {
        padding: 0px 15px !important;
    }

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


}

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

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

@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;
    }
}
.hours-list li {
font-family: "nunito-sans", Sans-serif;
}
#form-success .ss-msg,.hywrap form{
    font-family: "nunito-sans", Sans-serif;
    color: #243849 !important;
}
.hours-footer .hours-list li {
    font-family: "nunito-sans", Sans-serif;
    color: #ffffff!important;
    }
    .osano-cm-info-dialog-header__close {
        padding: 7px !important;
    }
    @media (max-width: 540px) {
        .tour-btn a {
            font-size: 14px !important;
            padding: 12px 80px 12px 24px !important;
        }
        .tour-btn svg{
            left: 156px;
        }
    }
    .result_header{
        position: relative !important;
    }
    .clinic-result div{
        font-family: "nunito-sans", Sans-serif!important;
        color: #243849!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;
        }
    }


    
    .rent {
        display: flex;
    }
    

    
    .rent .rfwa-fee-calculator {
        margin-top: -2px;
    }
    
    .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: "nunito-sans", Sans-serif;
        color: #33343c;
        letter-spacing: normal;
    }
    
    .expense-display .rfwa-expense-guide-container p {
        font-family: "nunito-sans", Sans-serif;
        color: #33343c;
        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: "nunito-sans", Sans-serif;
        color: #33343c !important;
    }
    
    .rfwa-expense-list td::before,
    .rfwa-expense-list td::before {
        font-weight: bold !important;
    }
    
    .rfwa-expense-list td {
        font-family: "nunito-sans", Sans-serif;
    }
    
    .rfwa-export-pdf-link {
        font-family: "nunito-sans", Sans-serif;
        color: #33343c !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: #33343c !important;
        border: 1px solid #33343c !important;
        color: #fff !important;
        font-family: "nunito-sans", Sans-serif;
    }
    
    [data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
        border-right: 2px solid #33343c !important;
        border-bottom: 2px solid #33343c !important;
    }
    
    .rfwa-expense-type.Optional,
    .rfwa-expense-type.Situational,
    .rfwa-expense-type-optional,
    .rfwa-expense-type-situational {
        background: #fff !important;
        color: #33343c !important;
        border: 1px solid #33343c !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: 35px !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: #33343c;
        line-height: 1.4;
        font-family: "nunito-sans", Sans-serif;
        letter-spacing: 0.2px;
        font-weight: normal;
        text-transform: capitalize;
    }
    
    .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;
    }
    .floorplan-view .fp-pagination .pagination_list li:hover {
        background-color: #ff883d ;
    }
    .elementor-58 .elementor-element.elementor-element-4eed235 .elementor-nav-menu--main .elementor-item.elementor-item-active{
        color: #ff883d !important;
    }
    /* .map-btn{
    background-color: #fff !important;
        border-color: #4F5C5C;
        font-family: "Spartan", Sans-serif;
        color: #4F5C5C !important;
        margin-top:0!important;
        margin-bottom:20px;
        }
        .map-btn:hover{
        background-color: #4F5C5C !important;
        border-color: #4F5C5C;
        font-family: "Spartan", Sans-serif;
        color: #fff !important;
        } */
    