/*
Theme Name: Two Clinton Park 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;
}
.osano-cm-dialog--type_bar{
    display: none;
}
.home .osano-cm-dialog--type_bar{
    display: flex;
}

/* .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/error.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/error.jpg') no-repeat center center / cover !important;
    height: 100vh;
}

.error::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    /* 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;
}

.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;
    background: url('assets/images/404bg.jpg') no-repeat center center / cover !important;
    height: 100vh;
}

.error::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    /* 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 .entry-title{
    margin: 0!important;
    font-family: "Domine", serif;
}
.error .page-content p{
    font-family: "Gothic A1", sans-serif;
}
.error .page-header {   
    margin-bottom: 12px;
}

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

.error .page-header,
.error .page-content,
.error a {
    z-index: 1;
}
.site-main.error{
    position: relative;
}

.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: #906627;
    font-family: "Gothic A1", sans-serif;
    font-weight: 500;
    fill:#ffffff;
    color:#ffffff;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px 6px 24px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 15px;
}
.error a.back-to-home:hover{
    background-color: #ffffff;
    fill:#906627;
    color:#906627;
}
@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;
}

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

.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: 3vh;
        height: 96vh;
    }
    .vimeo-banner-content{
        min-height: 360px;
        height: 100vh;
        top:30px !important;
    }
} */

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

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

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

.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: "Gothic A1", sans-serif;
    color: #243849 !important;
    font-size: 16px !important;
    outline: none !important;
}

.hywrap .LV_invalid {
    font-family: "Gothic A1", sans-serif;
}

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

}

.hywrap .control-label {
  font-family: "Gothic A1", sans-serif;
    font-family: "Gothic A1", sans-serif;
    color: #243849 !important;
}


.hywrap button[type=submit] {
    border: 1px solid #26526b!important;
    background-color: #26526b!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: "Gothic A1", sans-serif !important;
}

.hywrap button[type=submit]:hover,
.hywrap button[type=submit].active {
    background-color: #ffffff !important;
    color: #26526b!important;
}
/* .hywrap .pika-lendar{width: ;} */

#more-info a {
    font-family: "HelveticaNeueLTStd,Helvetica Neue,sans-serif";
    color: #26526B !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 #906627 !important;
    background-color: #906627 !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: 10px;
    vertical-align: middle;
}


.tour-btn svg {
    position: absolute;
    top: 18px;
    left: 156px;
}

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

.tour-btn a:hover+svg path,
.tour-btn a:hover+svg polyline {
    stroke: #26526b!important;
}
.arrow-button:hover svg polyline, .arrow-button:hover svg path {
    stroke: #26526B !important;
}
.arrow-button svg polyline, .arrow-button svg path {
    stroke: #ffffff !important;
}
.arrow-button{
    font-weight: bold!important;
    text-transform: uppercase!important;
}
.arrow-button a{
    padding-top: 13px !important;
    padding-bottom: 11px !important;
    white-space: nowrap;
}
/* .elementor-58 .elementor-element.elementor-element-4eed235 .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: #906627;
} */
.elementor-163 .elementor-element.elementor-element-65bec3f .elementor-button{
    padding: 13px 24px 11px 24px;
}

@media (max-width: 320px) {
    .elementor-3262 .elementor-element.elementor-element-bca4bf2 .elementor-heading-title {
        font-size: 40px;
    }
}

body{
    background-color: #fffef8;
}
.footer-office-hours p, .footer-office-hours .hours-list li{
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Gothic A1", Sans-serif;
    margin-bottom: 0;
}
.footer-office-hours br{
    display: none;
}
@media (max-width: 1024px) {
    .footer-office-hours{
        text-align: center;
    }
}
@media (min-width: 768px) {
    .elementor-163 .elementor-element.elementor-element-7f19be9 {
        width: 100%;
    }
}
/* Fee Calculator */


.fp-fee-disclaimer {
    font-size: 12px;
    text-align: center;
    color: #26526b;
    font-family: "Gothic A1", sans-serif!important;
    padding-top: 35px;
  
  }
  
  .rent {
    display: flex;
  }
  
  .rent a {
    pointer-events: none !important;
    font-weight: normal !important;
    color: #26526b !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 .rfwa-expense-guide-container h2 {
    font-family: "Gothic A1", sans-serif!important;
    color:  #26526b;
    letter-spacing: normal;
  }
  
  .expense-display .rfwa-expense-guide-container p {
    font-family: "Gothic A1", sans-serif!important;
    color: #101820;
    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{
    font-family: "Gothic A1", sans-serif!important;
    color: #26526b!important;
  }
  
  .rfwa-expense-list td::before,
  .rfwa-expense-list td::before {
    font-weight: bold !important;
  }
  
  .rfwa-expense-list td {
    font-family: "Gothic A1", sans-serif!important;
  }
  
  .rfwa-export-pdf-link {
    font-family: "Gothic A1", sans-serif!important;
    color: #26526b !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: #906627 !important;
    border: 1px solid #906627 !important;
    color: #fff !important;
    font-family: "Gothic A1", sans-serif!important;
  }
  
  [data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
    border-right: 2px solid #906627 !important;
    border-bottom: 2px solid #906627 !important;
  }
  
  .rfwa-expense-type.Optional,
  .rfwa-expense-type.Situational,
  .rfwa-expense-type-optional,
  .rfwa-expense-type-situational {
    background: #fff !important;
    color: #906627 !important;
    border: 1px solid #906627 !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;
  
  }
  
  #floorplan_details_section .rfwa-fee-calculator{
    position: relative;
    margin-bottom: 20px;
  
  }
  
  #floorplan_details_section .rfwa-fee-calculator::before {
    margin-left: -4px;
  }
  
  #floorplan_details_section .rfwa-fee-calculator span {
    position: absolute;
    top: 4px;
    left: 30px;
    width: 250px;
    font-size: 15px !important;
    color: #26526b;
    line-height: 22px;
    font-family:"Gothic A1", sans-serif!important;
    text-transform: none;
    font-weight:500;
  }
  
  .expense-display table tbody tr:hover>td,
  .expense-display table tbody tr:hover>th {
    background-color: #fff !important;
  }
  
  .rfwa-expense-list td {
    border-bottom: 1px solid #e0e0e0 !important;
  }
  
  @media (min-width: 1201px) {
    .expense-display table td {
        border-bottom: none !important;
    }
  }
  
  .rfwa-expense-list tr:last-child td {
    border-bottom: none !important;
  }
  .results-section__content #units-container .unit-template .unit-body{
    padding-bottom: 10px;
  }
  .total_price{
    display: inline !important;
    font-weight: bold !important;
    font-size: 14px !important;
  }
  .total_price span{
    font-weight: bold !important;
    font-size: 14px !important;
  }
