/**
 * Theme Name:     360 Broadway Child
 * Author:         Resident360
 * Template:       360broadway
 * Text Domain:	   360-broadway-child
 * Description:    Just another theme by Resident360.com
 */
:root{
	--linchen: #B3BFB9;
	--moss: #70755F;
	--oak: #99804F;
	--page: #FAF5ED;
	--font-regular: 'reckless_neueregular', serif;
	--font-light: 'reckless_neuelight', serif;
	--font-italic: 'reckless_neuelight', serif;
}


.btn {
	border: 1px solid #4b4b4b;
	color: #4B4B4B;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    height: 100%;
	border-radius: 0px!important;
	display: inline-block;
	position: relative;
	transition: color 0.3s ease-in-out;
}

.btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background-color: var(--oak);
	transition: width 0.3s ease-in-out;
	z-index: -1;
}

.btn:hover {
	color: #fff;
}

.btn:hover:before {
	width: 100%;
	z-index: 0;
}

.btn.tour-btn {
	z-index: 0;
}

.btn.tour-btn::after {
	display: none;
}

.btn.tour-btn:hover span {
	color: #ab966e;
}

.btn.tour-btn span {
	position: relative;
	z-index: 1;
}

.btn.tour-btn::before {
	background: #fff;
}

.header_logo img {
    width: 250px;
}

@media (max-width: 768px) {
	.header_nav li {
		margin-bottom: 9px;
	}
}
.menu_panel, .menu_navigation ul li a span{
	background: var(--oak);
}
.menu_navigation ul li:hover a span{
	color: var(--linchen);
}
.menu_navigation ul li::before {
	background: var(--linchen);
}
/** temporarily hide main hero carousel nav */
.carousel-control-next,
.carousel-control-prev {
	display: none;
}

.content_block_content_inner ul li {
	position: relative;
	padding-left: 28px;
}

.content_block_content_inner ul li:before {
    background: url(/wp-content/uploads/2024/11/FH_FoxIcon_Stone_SM-2.png) no-repeat left 5px;
    height: 25px;
    display: inline-block;
    width: 25px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
	left: 0;
}
.home .content_block.color_blue.image_position_left .content_block_content_inner ul li:before{
	display: none;
}
.home .content_block.color_gray.image_position_right .content_block_inner {
    background: url(/wp-content/uploads/2024/10/cropped-FH_Monogram_Stone_LG.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.footer_logo img {
    width: 120px;
}
.footer {
    background: url(/wp-content/uploads/2024/11/Fox-Howe-Patterns-1-6.jpg);
    padding: 40px 25px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer_widget_col h4{
	color: #fff;
}
.about_section_main {
/*     background-image: url(/wp-content/uploads/2024/11/FH_Graphic-Asset-Fox-Dahlia_Page_SM-1.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-blend-mode: color-dodge;
    background-position: center; */
}
.content_block.color_blue.image_position_left .container-fluid {
    background-image: url(/wp-content/uploads/2024/11/FH_Graphic-Asset-Fox-Dahlia_Page_SM-1.png);
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: center;
}

.contact_field input, .contact_field select, .contact_field textarea, body.page-id-122 .contact_field_select .wpcf7-form-control-wrap {
    background: var(--page);
}
span.contact_field_submit_el::before{
	background: var(--oak);
}
.contact_widget a {
    color: inherit;
}

.contact_field_submit span.wpcf7-spinner {
	left: calc(100% + 10px);
	top: 10px;
	margin: 0;
}
.header_section_content_box_inner h4 {
    color: #fff;
}
.content_block.color_dark {
    background: linear-gradient(90deg, var(--oak) 80%, #fff 50%);
}
.content_block_slider_filter_inner ul li.active, .content_block_slider_filter_inner ul li:hover {
    border-color: var(--moss);
}
.content_block_slider_filter_inner ul li {
    color: var(--moss);
}
.content_block.color_dark .content_block_inner {
    background: url(/wp-content/uploads/2025/01/cropped-FH_Monogram_Stone_LG.png);
    background-repeat: no-repeat;
    background-size: contain;
}
/* Media Query Starts */
@media (max-width: 767px) {
    .content_block.color_dark {
        background: var(--oak);
    }
	    span.content_block_slider_nav_arrow {
        background: var(--linchen);
    }
}
/* Media Query Ends */


/* RealPage Table */ 

table.realpage_ils_unit_table {
    margin-top: 2rem;
    margin-bottom: 2rem;
    table-layout: auto;
}
table.realpage_ils_unit_table tr {
    background-color: #f2ece1;
}

table.realpage_ils_unit_table td a {
    background: #ebdbbc;
    color: #696763;
    padding: 0.4rem;
}

table.realpage_ils_unit_table td[data-label="Apply"] {
    min-width: 210px; 
}

table.realpage_ils_unit_table td a:hover{
	text-decoration: underline;
}


.floorplan_modal_content_col_inner{
    border: 1px solid #e8e4de;
    border-right: none;
    height: 100%;
	padding-left: 0.8rem;
}


.floorplan_modal_content_col_inner ul li a {
    color: #535353;
}

.floorplan_modal_content_col_inner ul li a:hover{
	text-decoration: underline;
}

.floorplan_table_listing {
    max-height: 240px;
    overflow-y: scroll;
}

.r360-realpage-available-units-badge {
    margin-top: -0.9rem;
    background: #bbcec3;
    width: 100%;
    color: #464646;
    z-index: 999;
    position: relative;
    display: block;
    margin-bottom: -0.6rem;
}

.floorplan_modal .close{
	border: none; 
	font-size: 2rem;
	right: 0.7rem;
	color: #9c9c9b;
    font-family: 'reckless_neueregular';
	outline: none;
}

.r360-fp-concessions{
    text-align: center;
    margin: 2rem auto 3rem;
}


ul.r360-realpage-concessions {
    max-width: 80%;
    display: grid;
    gap: 0.5rem;
    margin: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: stretch;
}

ul.r360-realpage-concessions li {
    text-align: center;
    background: #ebdbbb;
    padding: 0.4rem !important;
}

ul.r360-realpage-concessions li:last-child {
    border: 0; 
    padding: inherit; 
    margin-bottom: 5px;
} 

.floorplan_modal_content_col_inner h2 {
	border-bottom: 1px solid #e8e4de;
	margin-bottom: 1.5rem;
	margin-left: -0.8rem;
	padding: 0.7rem 0.8rem;
    font-size: 2.3rem;
    color: #333;
}

.floorplan_modal_content_btns a::before {
	background: #9a804e;
}

.floorplan_modal_content_btns.fp-check-availability a{
    margin: 7rem auto 0;
}

.fp-check-availability {
    display: none;
}


.menu_panel .footer_logo img {
    filter: brightness(11.5);
	width: 250px;
}
.header_section_content_box {
    background: rgb(112 117 95 / 90%);
}

@media screen and (max-width: 1050px) {
    .floorplan_modal td[data-label="Location"] {
        display: none !important;
    }
}

@media screen and (max-width: 950px) {
    .floorplan_modal td[data-label="Date Available"],
    .floorplan_modal td[data-label="Location"] {
        display: none !important;
    }    
}

@media screen and (max-width: 767px) {
    .floorplan-meta-info {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .floorplan-meta-info:nth-child(even) {
        border-right: none;         
    }

    .menu_panel .contact_widget.footer_logo {
        margin-bottom: 50px;
    }

    .floorplan_modal td[data-label="Date Available"]{
        display: block !important;
    }
}

/* Floor Plan Filter Options */ 
.floorplans_section {
    min-height: 940px; /* min-height for when filter options hide all floorplans */ 
}

.row.r360-fp-filters{
    margin-bottom: 1.5rem;
}

.floorplans_section_inner select {
    color: #333;
    position: relative;
    border: none;
    background: transparent;
    font-family: 'reckless_neuebold';
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.5rem 1rem;
    width: 100%;
    /* max-width: 280px; */ 
}

.floorplans_section_inner select::-ms-expand {
   display: none;
}

.fp-filter-select {
    background: #f0f0f0;
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: 0.2rem;
    margin-bottom: 1rem;
}

.fp-filter-select:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    color: #727272;
    font-weight: 600;
    font-size: 1.2rem;
    width: auto;
    position: absolute;
    top: 6px;
    right: 20px;
    z-index: 100;
}

.r360-floorplan-clr-filters {
    background: #f9f6f6;
    padding: 0.3rem 0.9rem;
    border: 1px solid #e6e6e6;
    font-family: 'reckless_neueregular';
    font-size: 0.9rem;
    border-radius: 0.2rem;
}

.floorplan_item_col {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.floorplan_item_col.fp-hiding {
    opacity: 0;
    position: absolute;
    transform: scale(0.95);
}

.floorplan_item_col.fp-hidden {
  display: none;
}

/* Floorplan Cards */ 

.floorplan_item {
    border: 2px solid #f3f3f3;
    box-shadow: 0px 3px 9px 0px #cccccc54;
    margin-bottom: 2rem;
}

.floorplan_item_text h2{
    font-weight: 700;
    font-family: 'reckless_neuebold';
    margin-bottom: 1rem;
    margin-top: 1.2rem;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 0.7rem;
}

.r360-realpage-bedroom-badge{
    background: #9a804e;
    padding: 0.2rem 1.2rem;
    color: #FFF;
    border-radius: 0.1rem;
}
    
.floorplan_item_image{
    margin-top: 1rem;
}

.floorplan_item_content{
    border: 0;
}

.floorplan-info-row {
    margin-bottom: 1rem;
}

.floorplan_item_details::before {
    background-color: #ab8439;
}

.floorplan_item_details {
    background: #9a804e;
    color: #FFF;
    font-family: 'reckless_neuebold';
    font-weight: 900;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    max-width: 352px;
    margin: auto;
    margin-bottom: 1.2rem;
    padding: 0.3rem 0;
    border-radius: 0.1rem;
}

/* Floorplan Modal */ 


.floorplan_modal .modal-dialog {
        max-width: 100%;
}

.floorplan_modal {
    padding: 0 !important;
}

.floorplan_modal .modal-header-nav{
    background: #9a804e;
    padding: 1.3rem;
}

.floorplan_modal_content_col_inner h3.r360-fp-modal-subtitle,
.floorplan_modal_content_col_inner h2.r360-fp-modal-title {
    text-align: center;
}

.r360-floorplan-fullscreen-btn{
    text-align: right;
    display: block;
    margin-right: 10rem;
    margin-top: 6rem;
}

/* Floorplan Cards Responsive */

@media screen and (max-width: 1250px) {
 
    .floorplan-meta-info{
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .floorplan-meta-info li:nth-child(even) { 
        border: none; 
    }

}



@media screen and (max-width: 767px) {
 
    .ui-tabs .ui-tabs-panel {
        min-height: 0 !important; 
    }

    .modal-body .floorplan_modal {
        padding: 0 0.2rem;
    }

    .r360-floorplan-fullscreen-btn {
        display: none !important; /* lightbox is hidden on mobile so this button does nothing, hide it */ 
        text-align: right;
        display: block;
        margin-right: 1rem;
        margin-top: 1rem;

    }

}


/* Nav Buttons */ 
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: transparent;
    font-family: 'reckless_neueregular';
    font-size: 1.2rem !important;
    border: 0;
    border-bottom: 2px solid #FFF;  
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
    font-size: 1.2rem !important;
    color: #333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: transparent;
    border-bottom: 2px solid #9a804e !important;  
}

.ui-tabs .ui-tabs-nav {
    order: 2;
    background: transparent;
    border: 0;
    display: flex;
    justify-content: center;
}

.r360-realpage-features-short {
    font-family: 'reckless_neueregular';
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

.r360-realpage-features-short p {
    margin-bottom: 1.3rem;
}

.ui-tabs .ui-tabs-panel {
    order: 1;
    min-height: 650px;
}

.ui-tabs {
    display: flex;
    flex-direction: column;
}

.r360-floorplan-fullscreen-btn span {
    font-size: 1.2rem;
    background: #f6f6f6;
    color: #afb2b4;
    border: 1px solid #eaeaea;
    padding: 0.5rem 0.9rem;
}

.r360-floorplan-featured-img{
    text-align: center; 
}

.floorplan_modal_content_col_inner h2.r360-fp-modal-title {
    border-bottom: 0; 
    font-size: 3.2rem;
    font-family: 'reckless_neuebold';
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #333;
    margin-top: 2rem;
}

.floorplan_modal_content_col_inner h3.r360-fp-modal-subtitle {
    color: #9a804e;
    font-size: 2.1rem;
    margin-bottom: 3rem;
    text-transform: capitalize;
}

.floorplan-contact-cta,
.r360-fp-close-btn {
    font-family: 'reckless_neueregular';
    padding: 0.7rem 1rem;
    width: 100%;
    max-width: 140px;
    text-align: center;
    transition: all 0.3s;
}

.ui-widget.ui-widget-content.r360-active-tooltip {
    background: #FFF !important;
    width: 100px !important;
    color: #333 !important;
    padding: 1rem !important;
}

.r360-rp-tooltip {
    display: inline-block;
}

.floorplan-meta-info{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.floorplan-meta-info li {
    border-bottom: 0 !important;
    border-right: 2px solid #9a804e; 
    padding: 2rem;
    text-align: center;
}

.floorplan_modal_content_col_inner ul.floorplan-meta-info li:last-child{
    padding: 2rem;
}

ul.floorplan-meta-info li p {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 900;
}

ul.floorplan-meta-info li i {
    font-size: 2rem;
    margin-bottom: 1rem;
}

ul.floorplan-meta-info li span {
    font-size: 1.5rem;
}

.floorplan-contact-cta{
    background: #FFF;
    color: #333;
    margin-left: auto;
    display: block;
}

.r360-fp-close-btn{
    color: #FFF;
    border: 1px solid #CCC;
    background: transparent;    
}


.r360-fp-close-btn:hover {
    background: #FFF;
    color: #9a804e;
    transition: all 0.3s;
}

.r360-fp-close-btn i {
    margin-right: 0.2rem;
    font-size: 1.3rem;
    position: relative;
    top: 0.1rem;
}

.floorplan_modal .modal-header-nav .col-md-4{
    text-align: left;
}

.floorplan_modal .modal-header-nav .col-md-8{
    text-align: right;
}

.floorplan_modal .modal-dialog,
.floorplan_modal .modal-content{
    padding: 0;
    margin: 0;
}

.floorplan_item_applynow {
	border: 1px solid #000;
	border-top: none;
	text-align: center;
	text-transform: uppercase;
    color: #fff;
	padding: 10px;
	background: var(--linchen);
	position: relative;
	margin-bottom: 30px;
}

.floorplan_item_applynow span {
	position: relative;
	z-index: 1;
}

.floorplan_item_applynow:hover {
    color: #fff;
}
.floorplan_item_applynow::before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.3s;
}

.floorplan_item_applynow:hover::before {
	width: 100%;
}

.header_section_content_box_inner h2 {
    color: #fff;
}
.header_section_content_box_inner h2 {
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about_section_main_inner p a {
	font-size: 16px;
}

/* affordability starts */

.affordability_section {
    padding: 0 50px 100px;
}
  .hud-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: left;
  }

  .hud-table caption {
    caption-side: top;
    font-weight: 600;
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 10px;
    color: #333;
  }

  .hud-table th,
  .hud-table td {
    border: 1px solid #ddd;
    padding: 12px 16px;
  }

  .hud-table thead {
    background-color: var(--moss);
    color: #fff;
  }

  .hud-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .hud-table tbody tr:hover {
    background-color: #eef6ff;
  }

  .hud-table th[scope="row"] {
    font-weight: 600;
    color: #333;
  }

  @media (max-width: 600px) {
    .hud-table th,
    .hud-table td {
      padding: 8px;
      font-size: 14px;
    }
  }
@media(max-width: 767px){
	.affordability_section {
    padding: 0 10px 100px;
	overflow-x: scroll;
}
}