/* custom styles*/

/*hyly editd\s*/
.form-form_wrap .hywrap{
    max-width: 100%;
    width:100%!important;
    font-family:Italian Plate No2 Expanded,Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin: 0;
}
.form-form_wrap .hywrap label{
    font-size: 14px;
    line-height: 14px;
    color: #909196;
}
.form-form_wrap .hywrap .control-label{
    color: #909196;
    padding:0 5px 0 1rem;
    margin: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 17px;
    transition: all 0.5s;
}
.form-form_wrap .hywrap .control-group.hy-signup .control-label{
    position: relative;
    margin-bottom: 8px !important;
    pointer-events: all;
    top:auto;
    padding: 0;
}
.form-form_wrap .hywrap .control-group, 
.form-form_wrap .hywrap .name-fields li:first-child{
    margin-bottom: 24px!important;
}
.form-form_wrap .hywrap .name-fields li{
    margin-bottom: 0!important;
}
.form-form_wrap .hywrap input, .form-form_wrap .hywrap input[type="text"], .form-form_wrap .hywrap select, .form-form_wrap .hywrap textarea{
    font-family: Italian Plate No2 Expanded,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #909196;
    padding: 0px 20px 0px 1rem;
    width: 100%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #c2c2c2;
    box-shadow: 0 0 0 0 hsl(0deg 0% 100% / 0%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff;
    transition: border-color .2s ease-in-out;
    min-height: 0;
    height: auto;
}
.form-form_wrap .hywrap input[type="text"], .form-form_wrap .hywrap select{
    line-height: 45px;
    min-height: 45px;
}
.form-form_wrap .hywrap input,.form-form_wrap .hywrap select{
    appearance: auto;
}
.form-form_wrap .hywrap textarea{
    padding-top:16px;
    padding-bottom: 12px;
}
.form-form_wrap .hywrap select{
    height: 45px;
}
.form-form_wrap .hywrap input[type="text"],.form-form_wrap .hywrap textarea{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.form-form_wrap .hywrap input[type="text"].LV_invalid_field,
.form-form_wrap .hywrap select.LV_invalid_field{
    border-color:#f0996f;
}
.form-form_wrap .hywrap .radio{
    margin-right: 15px!important;
}
.form-form_wrap .hywrap .form-actions{
    text-align: center;
}
.form-form_wrap .hywrap .form-actions button[type="submit"]{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    font-family: Italian Plate No2 Expanded,Helvetica,Arial,sans-serif;
    border: none;
    padding: 21px 40px 17px;
    background: #42565a;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    margin-top: 0;
    transition: all .4s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out;
}
.form-form_wrap .hywrap .form-actions button[type="submit"]:hover{
    background: #f0996f;
    color: #fff;
}

.form-form_wrap .hywrap #more-info a{
    font-size: 14px;
    color: #c2c2c2;
    display: inline-block;
    text-decoration: underline;
}
.form-form_wrap .hywrap #more-info a:hover{
    color:#f0996f;
}
.hywrap .LV_invalid{
    padding-top: 5px;
}
/*.....other edits......*/
nav[role=navigation].mobile_navigation {
    overflow: auto;
}
nav[role=navigation].mobile_navigation .top-nav {
    margin-top: 80px;
}
.availability_form, .available_units {
    display: none;
}
.footer-logos_wrap .logo-nav li:nth-of-type(3) img, .footer-logos_wrap .logo-nav li:nth-of-type(4) img {
    filter: none;
}
.footer-logos_wrap .logo-nav li + li{
    margin-left: 25px;
}
.footer-logos_wrap .logo-nav li:nth-of-type(3) img{
    max-height: 30px;
}
.footer-logos_wrap .logo-nav li:nth-of-type(4) img, .footer-logos_wrap .logo-nav li:nth-of-type(5) img {
    max-height: 25px;
    min-width: 25px;
}
@media screen and (min-width: 768px) {
    .footer-copy_wrap a {
        margin-left: 25px;
    }
}

@media screen and (max-width: 375px) {
    .footer-logos_wrap .logo-nav li + li{
        margin-left: 20px;
    }
    .footer-logos_wrap .logo-nav img{
        max-width: 120px;
    }
    .footer-logos_wrap .logo-nav li:nth-of-type(4) img, .footer-logos_wrap .logo-nav li:nth-of-type(5) img {
        max-height: 20px;
        min-width: 20px;
    } 
}
/* Covid popup */
#mainWrapper {
    transition: margin-top 0.4s ease;
}
.header{
    transition: top 0.4s ease;
}
.covid_popup_wrapper {
    background-color: #42565a;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;



}
.covid_popup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 8.7vw 25px 32px;

}

.covid_popup_close {
    position: absolute;
    width: 14px;
    height: 13px;
    top: 25px;
    right: 25px;
    background: url(library/img/close1.png) no-repeat center center;
    background-size: 14px 13px;
    cursor: pointer;
}
.covid_info p {
        line-height: 26px;
        font-size: 18px;
        margin-right: 30px;
    }
.covid_info  a {
        color: #fff;
        text-decoration: underline;
       
    }
.covid_info  a:hover {
        color: #e6e6e6 !important;
    }
.covid_btn_wrap a {
        border: 1px solid #ffffff;
        background: transparent;
        padding: 12px 10px 10px;
        white-space: nowrap;
        color: #ffffff;
        font-weight: 700;
        font-size: 16px;
        text-decoration: none;
    }
    .covid_btn_wrap a:hover{
        color:#f0996f
    }
    @media (max-width: 768px){
        .covid_popup{
            padding: 15px 30px 25px 30px;
            flex-direction: column;
        }
        .covid_popup_wrapper .covid_popup_close {
            top: 7px;
            right: 7px;
        }
        .covid_popup_wrapper .covid_info {
            padding-right: 0px;
            text-align: center;
        }
        .covid_popup_wrapper .covid_info p {
            font-size: 16px;
            margin-right: 0;
        }
        .covid_popup_wrapper .covid_btn_wrap a {
            margin-top: 20px;
            display: block;
            padding: 8px 15px;
        }
    }

.rw_virtual-tour #main, 
.page-id-1130 #main{
    margin-top: 99px;
}

.rw_virtual-tour #utility-header, 
.rw_virtual-tour .header,
.page-id-1130 #utility-header, 
.page-id-1130 .header{
    background: #fff;
}

@media screen and (max-width: 767px) {
    .rw_virtual-tour #main,
    .page-id-1130 #main{
        margin-top: 76px;
    }
    nav[role=navigation].mobile_navigation .top-nav li{
        margin: 0 0 13px;
    }
    nav[role=navigation].mobile_navigation .top-nav a{
        font-size: 20px;
    }
}

@media (min-width:992px) and (max-width: 1199px) {
    .rw_virtual-tour .virtual_tour,
    .page-id-1130 .virtual_tour{
        height: 85vh;
    }
    .home .virtual_tour{
        height: 65vw;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .rw_virtual-tour .virtual_tour,
    .page-id-1130 .virtual_tour{
        height: 80vh;
    }
    .home .virtual_tour{
        height: 70vh;
    }
}
nav.main_navigation li.menu-item-has-children {
    position: relative;
}
nav.main_navigation li.menu-item-has-children .sub-menu {color: #42565a;background: transparent;border: none;padding: 0;left: 50%;transform: translate(-50%);display: none;flex-flow: column nowrap;top: auto;width: 120px;position: absolute;z-index: 8999;}
nav.main_navigation li.menu-item-has-children .sub-menu a {background-color: #42565a;color: white;padding: 9px 5px 6px;white-space: nowrap;}
nav.main_navigation li.menu-item-has-children .sub-menu li {
    width: 100.1%;
}
nav.main_navigation li.menu-item-has-children .sub-menu li a {border: 1px solid #42565a;border: none;border-radius: 6px;}
nav.main_navigation li.menu-item-has-children .sub-menu a:hover {
    color: #fff;
    background-color: #f0996f;
}
nav.main_navigation li.menu-item-has-children a{
    cursor: pointer;
}
#menu-main-menu-1 li.menu-item-has-children .sub-menu {
    display: none;
    margin-top: 11px;
}
/* #menu-main-menu-1 li.menu-item-has-children .sub-menu a{
    font-size: 16px;
} */
nav.main_navigation li.menu-item-has-children .sub-menu li:first-child {margin-top: -0.5px;margin-bottom: 3px;}
nav.main_navigation li.menu-item-has-children .sub-menu li:first-child a {
    border-bottom: none !important;
}
nav.main_navigation li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: -0.5px;
}

nav.main_navigation li.menu-item-has-children .sub-menu a:hover,
nav.main_navigation li.menu-item-has-children .sub-menu a:active,
nav.main_navigation li.menu-item-has-children .sub-menu a:focus {
    color: #fff;
    background-color: #f0996f;
}
@media (min-width: 1136px) {
    nav.main_navigation li.menu-item-has-children .sub-menu {
        width: 155px;
    }
}
#menu-main-menu-1 .menu-item-has-children > a:after {
    content: ' -';
    position: absolute;
    right: -15px;
}
#menu-main-menu-1 .menu-item-has-children.open > a:after {
    content: ' +';
    position: absolute;
    right: -15px;
}

#menu-main-menu-1 .menu-item-has-children > a {
    position: relative;
}
nav.main_navigation li.menu-item-has-children.current-menu-item > a {
    color: #42565a;
}
.light_header-desktop:not(.stuck) .nav li.current-menu-item.menu-item-has-children > a {
    color: white !important;
}
nav.main_navigation li.menu-item-has-children.current-menu-item > a:hover {
    color: #f0996f;
}
.light_header-desktop:not(.stuck) .nav li.current-menu-item.menu-item-has-children > a:hover {
    color: #42565a !important;
}     
.light_header-desktop:not(.stuck) .nav li.menu-item-has-children .sub-menu a {
    background-color: white;
    color: #42565a;
} 
.light_header-desktop:not(.stuck) .nav li.menu-item-has-children .sub-menu a:hover {
    color: #fff;
    background-color: #f0996f;
}
.light_header-desktop:not(.stuck) .nav li.current-menu-item.menu-item-has-children .sub-menu a {
    background-color: white;
    color: #42565a;
}
.light_header-desktop:not(.stuck) .nav li.current-menu-item.menu-item-has-children .sub-menu a:hover {
    color: #fff;
    background-color: #f0996f;
}
.light_header-desktop:not(.stuck) .nav#menu-main-menu-1 li.current-menu-item.menu-item-has-children .sub-menu a, 
.light_header-desktop:not(.stuck) .nav#menu-main-menu-1 li.menu-item-has-children .sub-menu a {
    background-color: transparent;
    color: white;
}
nav[role=navigation].mobile_navigation .top-nav {
    margin-top: 130px;
    }
@media (min-width: 768px) {
    .img_gallery-items{
        max-width: 100vw;
        width: 100%;
        /* overflow: hidden; */
    }
    .img_gallery-wrap  *{
        min-height: 0;
        min-width: 0;
        }
        .title_sans{
            min-height: unset;
            min-width: unset;
        }
}    

.img_gallery-item{
}

#body-class.ie .hero .bg_image>img {
    min-height: 100%;
}
.logo-txt{
    display: block;
    color: #909196;
    font-size: 11px;
    margin-top: 10px;
    letter-spacing: 1px;
    border-top: 1px solid #909196;
    line-height: normal;
    padding-top: 10px;
    transition:fill .4s ease;
}
.light_header-desktop:not(.stuck) #logo a:focus .logo-txt, .light_header-desktop:not(.stuck) #logo a:hover .logo-txt{
    color:#42565a;
    border-top: 1px solid #42565a;
}

@media (max-width: 767px) {
   .light_header-mobile:not(.stuck) #logo .logo-txt {
    color:#fff!important;
    border-top: 1px solid #fff!important;
    }
    .footer-logos_wrap .logo-nav li:nth-of-type(1) img{margin-top:0!important;}
}
@media (min-width: 768px) {
   .light_header-desktop:not(.stuck) #logo a .logo-txt{
        color:#fff;
        border-top: 1px solid #fff;
    }
    #logo a:focus .logo-txt, #logo a:hover .logo-txt{
       color: #f3b05e;
       border-top: 1px solid #f3b05e;
   }
}
.header{height:100px;}
.module:first-child{
      margin-top:-130px;
}
.footer-logos_wrap .logo-nav li:nth-of-type(1) img {
    max-height: 70px;
    max-width:130px;
    margin-top:9px;
}
@media (max-width: 550px) {
   .footer-logos_wrap .logo-nav{flex-wrap:wrap;}
   .footer-logos_wrap .logo-nav li + li{margin-left:0;}
   .footer-logos_wrap .logo-nav li:nth-of-type(3){width:100%;margin-top:20px;}
   .footer-logos_wrap .logo-nav li:nth-of-type(4),.footer-logos_wrap .logo-nav li:nth-of-type(5){width:50%;margin-top:20px;}
   .footer-logos_wrap .logo-nav li a img{margin:0 auto;}
}
@media screen and (min-width: 768px) and  (max-width: 991px) {
   .footer-copy_wrap a{margin-left:10px;}
   .footer-logos_wrap .logo-nav li + li{margin-left:8px;width:30%;}
   .footer-logos_wrap .logo-nav{ 
       display: flex;
       flex-wrap: wrap!important;
       justify-content: flex-end;
       width: 100%;
    }
    .footer-logos_wrap .logo-nav li:first-child{width:40%;}
    .footer-logos_wrap .logo-nav li:first-child,.footer-logos_wrap .logo-nav li:nth-child(2){margin-bottom:20px;} 
    .footer-logos_wrap .logo-nav a img{margin:0 auto;width:auto;height:auto;max-width:100%;}
}


.unitamenities .amenities-item_title{
    display: none;
}
/*datalayer changes */
.gallery .slick-next,.gallery .slick-prev{opacity:unset;}
.gallery .slick-next:before,.gallery .slick-prev:before{
  display: none;
}



body .osano-cm-info-dialog-header__header {
	padding-left: 15px;
}

body .osano-cm-info-dialog-header .osano-cm-info-dialog-header__header {
	color: #000;
    font-family:Italian Plate No2 Expanded,Helvetica,Arial,sans-serif;
    font-weight:600;
	text-transform: uppercase;
	font-size: 18px;
    line-height: 1.3;
}

body .osano-cm-view .osano-cm-description,
body .osano-cm-info-dialog p {
    font-family:Italian Plate No2 Expanded,Helvetica,Arial,sans-serif;
	font-weight: 400;
	min-height: 100%;
    font-size: 18px;
    line-height: 26px;
	color: #909196;
}

body .osano-cm-view--active {
	padding-left: 15px;
	padding-right: 15px;
}

.osano-cm-drawer-toggle .osano-cm-label {
	color: #000;
    font-family:Italian Plate No2 Expanded,Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle{
    font-family:Italian Plate No2 Expanded,Helvetica,Arial,sans-serif;
	font-weight: bold;
	min-height: 100%;
	font-size: 14px;
	line-height: 1.3;
	color: #222;
}
.osano-cm-button {
	background:#42565a;
	color: #fff;
	display: block;
    border-radius: 999px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:Italian Plate No2 Expanded,Helvetica,Arial,sans-serif;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
    font-weight: 600;
    transition: all .4s ease;
    border: 0 !important;
}

.osano-cm-button:hover {
    color: #fff;
    background: #f0996f;
}

.osano-cm-toggle__input:checked+.osano-cm-toggle__switch,
.osano-cm-toggle__input:checked:focus+.osano-cm-toggle__switch,
.osano-cm-toggle__input:checked:hover+.osano-cm-toggle__switch {
	background-color: #f0996f;
	border-color: #f0996f;
}

.osano-cm-toggle__switch:before {
	border: 0;
}

.osano-cm-toggle__input:focus+.osano-cm-toggle__switch,
.osano-cm-toggle__input:hover+.osano-cm-toggle__switch {
	background-color: #000;
	border-color: #000;
}

.osano-cm-toggle__switch {
	background-color: #000;
}
iframe[src*="https://my.hy.ly/"] {
    position: absolute;
    margin-top: -5px;
    border: 0;
  }


/* our commitment */
.nav li.commitment a{
    display: inline;
    padding: 8px 14px;
    background: #fff;
    border-radius: 999px;
    color: #42565a !important;
    font-size: 13px;
}
.nav li.commitment a:hover{
    color: #fff !important;
    background: #f0996f;
}
@media (min-width: 1136px){
     nav[role=navigation].main_navigation{
        margin-right: 0;
    }
     .nav li{
        margin: 0 10px;
    }
    .nav li.commitment a{
        font-size: 16px;
    }
}
@media (max-width: 900px){
    .nav li{
        margin: 0 3px;
    }
    .nav li.commitment a{
        padding: 7px 6px;
    }
    nav[role=navigation].main_navigation{
        margin-right: 0;
    }
}
@media (max-width: 767px){
    .nav li.commitment a{
        line-height: 44px !important;
        padding: 0 30px;
        font-size: 14px !important;
    }
    .header{height:110px;}

}

.home {
  #global_banner {
    b {
          color: #737373;
    }
      button {
          color: #737373;
      }
  }
}

nav[role="navigation"].main_navigation ul li a {
  color: #737373 !important;
}
 nav[role="navigation"].main_navigation ul li a:hover {
  color: #42565a !important;
}

#utility-header ul li a {
	 color: #737373 !important;
}
 
@media (max-width: 767px) {
  .home {
    #global_banner {
      position: relative;
      z-index: 1;
    }
  }
}

.tour-btn{
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-family: Italian Plate No2 Expanded, Helvetica, Arial, sans-serif;
    border: none;
    padding: 0 25px;
    background: #909196;
    color: #fff !important;
    font-size: 14px;
    line-height: 48px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 24px;
}
.menu--btn-tour-wrap{
    flex-direction: row;
    display: flex;
    gap: 10px;
    align-items: center;
}
@media (max-width: 370px){
.menu--btn-tour-wrap {
    right: 50px;
}
.logo-txt {
    font-size: 10px;
    display: ruby-text;
}
}
@media (min-width: 992px){
.footer-copy_wrap{
display:grid;
grid-template-columns: 200px 100px 185px 131px 306px !important;
grid-row-start:7 !important
}
.cra_text{
margin-left:25px !important;
}}
@media (max-width: 991px){
.footer-copy_wrap{
display:grid;
grid-template-columns: auto!important;
grid-row-start:7 !important
}
.cra_text{
margin-left:0px !important;
}
.footer-copy_wrap a,.footer-copy_wrap p{font-size: 14px !important;
margin-left:0px !important;}}


.entrata-form input, .entrata-form select
{

    height:45px;
    border: 1px solid #c2c2c2;

}

.entrata-form textarea 
{


    border: 1px solid #c2c2c2;
}

.entrata-form .form_field
{
    margin-bottom: 20px;
    position: relative;
}
.entrata-form .control-label {
    color: #909196;
    padding: 0 5px 0 1rem;
    margin: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 14px;
    transition: all 0.5s;
}
.entrata-form .form_action
{
padding-top: 30px;
text-align: center;

}

.entrata-form .form_action .btn
{
    border: none;
    padding: 21px 40px 17px;
    background: #42565a;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    border-radius: 28px;
    text-transform: uppercase;
    height: auto;
    transition: color .2s ease-in-out,background-color .2s ease-in-out;
    max-width: 150px;
}
.entrata-form input, .entrata-form input[type="text"], .entrata-form select, .entrata-form textarea{
    font-family: Italian Plate No2 Expanded,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #909196;
    padding: 0px 20px 0px 1rem;
    width: 100%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #c2c2c2;
    box-shadow: 0 0 0 0 hsl(0deg 0% 100% / 0%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff;
    transition: border-color .2s ease-in-out;
    min-height: 0;
    height: auto;
}
.entrata-form input[type="text"], .entrata-form select{
    line-height: 45px;
    min-height: 45px;
}
.entrata-form input,.entrata-form select{
    appearance: auto;
}
.entrata-form textarea{
    padding-top:16px;
    padding-bottom: 12px;
}
.entrata-form select{ 
    height: 45px;
}
.entrata-form input[type="text"],.entrata-form textarea{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.entrata-form textarea {
    min-height: 115px;
}
.entrata-form .form_action .btn:hover{
    background: #f0996f;
    color: #fff;
}
.entrata-form .form_field_movein .control-label {
    padding-left: calc(1rem + 25px);
}
.entrata-form .form_field_movein .control-label::before {
    content: "";
    position: absolute;
    background: url(./library/img/calendar-icon-gray.svg) center / contain no-repeat;    display: inline-block;
    width: 20px;
    height: 20px;
    left: 1rem;
    top: -1px;
}

/* Datepicker Navigation Arrows */
.ui-datepicker {
    position: relative;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0 30px;
}

/* Style the default jQuery UI datepicker navigation arrows */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #42565a;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    z-index: 10;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: #f0996f;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* Remove default jQuery UI styling */
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    display: none;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '<';
}

.ui-datepicker .ui-datepicker-next:before {
    content: '>';
}

.rw_floor-plans #logo svg
{
    fill: #909196 !important;
}

.rw_floor-plans .logo-txt 
{
    color: #909196 !important;
    border-top: 1px solid #42565a !important;
}

.rw_floor-plans #logo a:focus svg, .rw_floor-plans #logo a:hover svg{
    fill: #f3b05e !important;
}

.rw_floor-plans #logo a:focus .logo-txt, .rw_floor-plans #logo a:hover .logo-txt {
    color: #f3b05e !important;
    border-top: 1px solid #f3b05e !important;
}

/* Specials Popup Modal */
.specials-popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.specials-popup-modal.active {
    opacity: 1;
    visibility: visible;
}

.specials-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
}

.specials-popup-content {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    max-width: 550px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    transition: opacity 0.3s ease-in-out;
}

.specials-popup-modal.active .specials-popup-content {
    opacity: 1;
}

.specials-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    color: #909196;
}

.specials-popup-close:hover {
    color: #42565a;
}

.specials-popup-inner {
    text-align: center;
}


.specials-popup-text {
  margin-top: 30px;
}


.specials-popup-disclaimer {
    font-family: 'Italian Plate No2 Expanded', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #c2c2c2;
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 400;
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .specials-popup-content {
        padding: 40px 25px;
        margin: 20px;
        width: calc(100% - 40px);
    }

    
    .specials-popup-text {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .specials-popup-btn {
        font-size: 16px;
        padding: 12px 30px;
    }
    
    .specials-popup-close {
        top: 5px;
        right: 5px;
    }
}


/* Prevent body scroll when popup is active */
body.popup-open {
    overflow: hidden;
}

/* min-heght for fp page wrap it will get overridden with JS */

.fp-wrap {
    min-height: 85vh;
}
@media (max-width: 767px) {
    .footer-social_links:after {
        width: auto;
        left: -25px;
        right: -25px;
        transform: none;
    }
}
.entrata-form span[class*="error"] {
    color: red;
    display: inline-block;
    padding-top: 4px;
}
.entrata-form input[type="text"][class*="error"], .entrata-form select[class*="error"]{
    border-color: #f0996f;
}