/*
Theme Name: Divi Child Theme
Version: 1.0
Description: A customized version of Divi
Author: Full Spectrum Marketing
Author URI: http://www.fullspectrummarketing.com
Template: Divi
*/


/* hide Divi branding in footer */

#footer-info {
    display: none;
}

@media only screen and (min-width:981px) {

    /* set the slider height for hero images */
    .et_pb_slider,
    .et_pb_slider .et_pb_container {
        /*height: 600px !important;*/
    }

    .et_pb_slider,
    .et_pb_slider .et_pb_slide {
        /*max-height: 600px;*/
    }
}

#copyright {
    color: #fff;
    line-height: 5em;
    text-align: center;
    background: #7c9aae;
}

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');


/* default typography */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'PT Serif', 'serif';
    font-weight: 600;
}

#main-content p {
    padding-bottom: 0 !important;
    margin-bottom: 1.25em;
    line-height: 1.7em;
}


#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
    padding-bottom: 0 !important;
    margin-bottom: .75em;
    margin-top: 1.75em;
}

#main-content h2 {
    text-transform: uppercase;
    color: #800000;

}

#main-content h3 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #800000;
}

#main-content h4 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #800000;

}

#main-content ul,
#main-content ol {
    padding: 0 0 0 2em !important;
    margin-bottom: 1.25em;
    line-height: 1.7em;
}

#main-content li {
    line-height: 1.7em;
    margin-bottom: .5em;
}

@media only screen and (min-width:981px) {
    #main-content h2 {

        font-size: 36px;
    }

    #main-content h3 {

        font-size: 20px;
    }

    #main-content h4 {

        font-size: 16px;
    }

}

#main-content p:last-child,
#main-content h1:last-child,
#main-content h2:last-child,
#main-content h3:last-child,
#main-content h4:last-child,
#main-content h5:last-child,
#main-content h6:last-child,
#main-content ul:last-child,
#main-content ol:last-child {
    margin-bottom: 0;
}

#main-content p:first-child,
#main-content h1:first-child,
#main-content h2:first-child,
#main-content h3:first-child,
#main-content h4:first-child,
#main-content h5:first-child,
#main-content h6:first-child,
#main-content ul:first-child,
#main-content ol:first-child {
    margin-top: 0;
}



.et-cart-info {
    display: none !important;
}


/* buttons */
body #page-container .et_pb_button,
body #page-container .gform_button {
    cursor: pointer;
    padding: 1em 2em !important;
}

body #page-container .et_pb_button:not(.et_pb_button.et_pb_more_button),
body #page-container .gform_button {
    background-color: #faa12a;
    color: black !important;
    text-decoration: underline;
    text-decoration-color: transparent;
	font-weight: 500;
	transition: all .3s ease;
}

body #page-container .et_pb_button:not(.et_pb_button.et_pb_more_button):hover,
body #page-container .gform_button:hover {
    color: black !important;
    background-color: #f9b357;
    text-decoration-color: black;
}

body #page-container .et_pb_button.alt-btn:not(.et_pb_button.et_pb_more_button) {
    background: #800000;
    color: white!important;
}

body #page-container .et_pb_button.alt-btn:not(.et_pb_button.et_pb_more_button):hover {
    background: #b70f0f !important;
    text-decoration-color: white!important;
}

/* basic forms */

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    padding: 1.5em;
    border: none;
    font-size: 14px;
}

body #page-container .et_pb_button,
body #page-container .gform_button {
    cursor: pointer;
}

body #page-container .gform_button {
    font-size: 18px;
    background-color: #faa12a;
    border-width: 0px !important;
    border-radius: 2px;
    color: #fff;
}

#page-container .gform_fields {
    padding-left: 0 !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    margin-top: 0 !important;
}

.top-margin-zero {
    margin-top: 0 !important;
}


/* material design shadows */

body {
    background: #e2e1e0;
    text-align: center;
}

.depth-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.depth-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.depth-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.depth-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.depth-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.depth-hover {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.depth-hover:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}

.depth-hover:hover .et_pb_testimonial_portrait {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    filter: saturate(5);
}

.depth-hover .et_pb_testimonial_portrait {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


/* material design button click ripple */

.ripple {
    overflow: hidden;
}

.ripple:active {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        transform: scale(100);
        opacity: 0;
    }
}


/* custom css below */

#top-header,
#top-header a,
#et-secondary-nav li li a,
#top-header .et-social-icon a:before {
    font-weight: 500 !important;
}

@media only screen and (min-width:981px) {

    #top-header .container {
        padding-top: 1.75em;
		height:54px;
    }

    #top-header a {
        padding-bottom: 1.75em !important;
    }

    .et_fixed_nav #main-header,
    .et_fixed_nav #top-header {
        z-index: 99;
    }

    #page-container .logo_container {
        position: absolute;
        width: auto;
        top: -61px;
        height: 180px;
    }

    body #page-container {
        padding-top: 160px !important;
        margin-top: 0 !important;
    }

    #page-container #top-menu li {
        padding-right: 3em;
    }

    #page-container #top-menu > li:last-child {
        padding-right: 0;
    }

    #page-container #et-secondary-nav li {
        margin-right: 2em;
    }

    #page-container #et-secondary-nav > li:last-child {
        margin-right: 0 !important;
    }

    #main-header {
        top: 54px !important;
    }
}


body .et_pb_blurb_content {
    max-width: 100%;
}

.cc-icon a:before {
    content: '\f09d';
    font-family: 'Font Awesome 5 Pro';
    padding-right: .5em;
}

.big-blurbs .et_pb_blurb .et_pb_main_blurb_image,
.big-blurbs .et_pb_blurb .et_pb_image_wrap img,
.big-blurbs .et_pb_blurb .et_pb_image_wrap {
    width: 100%;
}

/* main-hero */

#page-container #main-hero .et_pb_button {
    width: 250px;
    height: 200px;
    text-align: left;
    display: flex;
    align-items: baseline;
    float: left;
    text-transform: uppercase;
    color: #7d0000;
    position: relative;
    bottom: -100px;
    flex-direction: column;
    justify-content: center;
    padding: 20px!important;
    font-weight: bold;
    line-height: 1.25!important;
}

#page-container #main-hero .et_pb_button:hover {
    color: #7d0000 !important;
}

#page-container #main-hero .et_pb_button:after {
    display: block!important;
    color: #7d0000;
    text-transform: none;
    opacity: 1;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif!important;
    font-size: 18px;
    margin-left: 0;
    position: relative;
    text-align: left
}

#page-container #main-hero .et_pb_button_one:after {
    content: 'Easy Online Application' !important;
}

#page-container #main-hero.public-housing-hero .et_pb_button_one:after {
    content: 'Welcome to PMHA' !important;
}

#page-container #main-hero .et_pb_button_two:after {
    content: '' !important;
}

#page-container #main-hero .third_button:after {
    content: 'Newest housing listings' !important;
}

#page-container .icon-facebook a,
#page-container .icon-twitter a,
#page-container .icon-linkedin a,
#page-container .icon-instagram a {
    font-size: 0;
    line-height: 0;
}

.icon-facebook,
.icon-twitter,
.icon-linkedin,
.icon-instagram {
    margin-right: 1em !important;
}

.icon-facebook a:before,
.icon-twitter a:before,
.icon-linkedin a:before,
.icon-instagram a:before {
    content: '';
    display: inline-block;
    height: 25px;
    font-size: 25px;
    font-family: 'Font Awesome 5 Brands';
    color: #faa12a;
    position: relative;
    top: 5px;
}

.icon-facebook a:before {
    content: '\f09a';
}

.icon-twitter a:before {
    content: '\f099';
}

.icon-linkedin a:before {
    content: '\f0e1';
}

.icon-instagram a:before {
    content: '\f16d';
}

/* flex-cols */

@media only screen and (min-width:981px) {
    .flex-cols .et_pb_column {
        display: flex;
        align-items: baseline;
        justify-content: center;
        flex-direction: column;
    }

    body #page-container #main-header {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
    }

    #top-menu li li a {
        padding: 12px 20px;
        width: 200px;
        font-size: 14px;
        text-transform: capitalize;
        line-height: 1.2em;
    }
}


/* .news-row */

.news-row .et_pb_column article {
    margin-bottom: 0 !important;
}

/* mobile */

@media only screen and (min-width:981px) and (max-width:1200px) {
    #page-container #top-menu li a {
        font-size: 14px;
    }

    #page-container #top-menu li {
        padding-right: 1em;
    }

}

@media only screen and (max-width:980px) {
    #page-container #main-hero .et_pb_button {

        height: auto;
        position: static;
        padding: 20px !important;
    }

    body #page-container {
        padding-top: 80px !important;
    }

    .icon-facebook,
    .icon-twitter,
    .icon-linkedin {
        display: inline-block;
        padding-top: 1em;
        padding-left: 5%;
    }

    #logo {
        max-height: 100%;
    }

    #single-post-content {
        width: 90%;
    }
}

/* news */


@media only screen and (min-width:981px) {
    #page-container .blog-list-grid .et_pb_salvattore_content {
        display: flex;
    }


}

#page-container .blog-list-grid .et_pb_salvattore_content .et_pb_post {
    border: none;
}

#page-container .blog-list-grid .et_pb_salvattore_content .column .et_pb_post {
    border-radius: 4px;
    border: 1px solid #d2d9de;
    overflow: hidden;
    margin-bottom: 9.574% !important;
    min-height: 425px;
    position: relative;
}

#page-container .blog-list-grid .et_pb_salvattore_content .column .et_pb_post .post-meta {
    position: absolute;
    bottom: 1em;
}

.single-post #page-container #main-content h1 {
    margin-bottom: .75em;
    margin-top: .75em;
}

.single-post #page-container #main-content .et_pb_title_container {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #7c9aae;
}

/* interior-hero */

.interior-hero .et_pb_fullwidth_header_subhead {
    display: block;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.arrow-link {
    color: #c72321;
    display: inline-block;
}

.arrow-link:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-weight: 600;
    color: #c72321;
    padding-left: .5em;

}

#page-container #menu-menu-social li {
    padding-left: 0;
    display: inline-block;
    margin-right: 10px !important;
}

#page-container #menu-menu-social li:before {
    content: none !important;
}


/* house listing */

#page-container .et_pb_portfolio_item h3 a,
#page-container .et_pb_portfolio_item .et_pb_module_header a {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #4d616e !important;

}


#page-container .et_pb_portfolio_item {
    margin-bottom: 6% !important;
}

#page-container .et_pb_portfolio_item .et_pb_module_header {
    margin-top: 10px;
}

.property-stats .et_pb_text_inner:before {
    font-family: 'Font Awesome 5 Pro';
    padding-right: .5em;
}

.property-stats .beds .et_pb_text_inner:before {
    content: '\f236';
}

.property-stats .feet .et_pb_text_inner:before {
    content: '\f54b';
}

.property-stats .rent .et_pb_text_inner:before {
    content: '\f53d';
}

.property-stats .deposit .et_pb_text_inner:before {
    content: '\f873';
}

.property-stats .pets .et_pb_text_inner:before {
    content: '\f701';
}

.property-stats .date .et_pb_text_inner:before {
    content: '\f274';
}

#recent-posts-2 ul {
    padding-left: 0 !important;
}

.page-id-31784 #page-container #main-hero .et_pb_button_two:after {
    content: "Access our portal" !important;
}

.fsm_form--space {
    margin-bottom: 25px !important;
}

.gform_wrapper ul.gform_fields li.gfield select {
    padding: 1.25em;
}

a.fsm_faux_button {
    font-size: 18px;
    background-color: #faa12a;
    border-width: 0 !important;
    border-radius: 2px;
    color: #fff;
    padding: 1em 2em !important;
    margin-bottom: 20px;
    display: inline-block;
}

#fsm_hidden_form {
    display: none;
}

#moving-to-work-header .header-content {
    position: relative;
    margin: 90px auto;
}

#moving-to-work-header .et_pb_button.et_pb_more_button.et_pb_button_two {
display: block !important;
    margin: 15px auto 0;
    width: fit-content;
}


/* Summer Page */

.activites-heading {
	color: #FAA12A;
	font-family: Montserrat;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 115%;
	text-transform: uppercase;
}

#main-content .camp-activity-blurb p {
    margin-bottom: 0;
}

#main-content .camp-activity-blurb .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 1.25rem;
}

.camp-activity-blurb .et_pb_main_blurb_image:first-of-type {
    margin-bottom: 0;
}

.camp-activity-blurb .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
}

.camp-activity-blurb img {
    min-width: 100%;
}

@media only screen and (max-width:981px) {
.camp-activity-blurb .et_pb_main_blurb_image {
    min-width: 100%;
}
	
	.camp-activity-blurb span.et_pb_image_wrap.et_pb_only_image_mode_wrap {
    min-width: 100%;
}

}

#main-content .camp-activity-section .camp-activity-blurb {
    margin-bottom: 0px;
}

div#gf_progressbar_wrapper_5 {
    display: none;
}

#gform_fields_5 span.repeater-field-header-count:before {
    content: "Child ";
}

#field_5_28 span.repeater-field-header-count:before {
    content: "Emergency Contact ";
}

.repeater-field-item>.repeater-field-header {
    background: #69727d;
    color: #ffffff;
    padding: 1rem 1rem 0;
    margin-bottom: 1rem;
}




/* #gform_fields_5 label,
#gform_fields_5 .gfield_label,
span.repeater-field-header-count,
.icon-down-open:before,
.icon-cancel-1:before,
.icon-up-open:before{
    color: #fff;
} */

#gform_5 .gform_next_button,
#gform_5 .gform_previous_button{
    font-size: 18px;
    background-color: #faa12a !important;
    border-width: 0 !important;
    border-radius: 2px;
    color: #fff;
	cursor: pointer;
    padding: 1em 2em !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0px !important;
}

.gfield--type-repeater_end {
    padding-top: 0px !important;
}


.camp-activity-section .summer-activity-column {
    display: grid;
    gap: 20px;
}

.summer-camp-contact a {
	color: #fff;
	text-decoration: underline;
}

.summer-camp-contact a:hover {
    color: #faa12a;
    text-decoration: underline;
}

@media only screen and (min-width:981px) {
	
	
.camp-activity-blurb .et_pb_blurb_content {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    align-items: center;
}	
	
	
	
.camp-activity-section .summer-activity-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem;
}
	#gform_5 .gfield_radio {
    display: flex;
    gap: 15px; /* Adjust spacing between options */
    align-items: center;
    flex-wrap: nowrap; /* Prevent wrapping */
}
	
	

#gform_5 .gfield_radio .gchoice {
    display: flex;
    align-items: center;
    white-space: nowrap; /* Prevent text from breaking into a new line */
}

#gform_5 .gfield_radio .gchoice label {
    margin-left: 5px; /* Adjust spacing between radio button and label */
}

}


.gform_wrapper.gravity-theme .ginput_container_date {
    align-content: flex-start;
    align-items: center;
    display: flex;
    justify-content: center;
}


.tingle-modal-box input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    padding: 1.5em;
    border: 1px solid #000 !important;
    font-size: 14px;
}

button.gpnf-add-entry {
    font-size: 18px;
    background-color: #faa12a !important;
    border-width: 0 !important;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    padding: .5em 1em !important;
}

.gpnf-nested-entries-container.ginput_container {
    padding-bottom: 10px;
}

.entry-content thead th, .entry-content tr th,
body #gform_5 .gform-body.gform_body{
    color: #1a1a1a;
    font-weight: 700;
    padding: 9px 24px;
}

.gpnf-modal-header {
    background-color: #7c9aae;
}

.gpnf-modal .tingle-btn {
    background-color: #faa12a;
}

a.fc-event.fc-event-start.fc-event-future.fc-daygrid-event.fc-daygrid-block-event.fc-h-event, a.fc-event.fc-event-future.fc-daygrid-event.fc-daygrid-block-event.fc-h-event {
    background-color: #D5ECEC !important;
    padding-bottom: unset !important;
}


/* Hide header columns */
.gpnf-nested-entries th.gpnf-field-11,
.gpnf-nested-entries th.gpnf-field-13,
.gpnf-nested-entries th.gpnf-field-15,
.gpnf-nested-entries th.gpnf-field-38,
.gpnf-nested-entries th.gpnf-field-40,
.gpnf-nested-entries th.gpnf-field-41,
.gpnf-nested-entries th.gpnf-field-42,

 
/* Hide data columns */
.gpnf-nested-entries td[data-heading="Does your child have any allergies?"],
.gpnf-nested-entries td[data-heading="If yes, please list all allergies."],
.gpnf-nested-entries td[data-heading="Child's Shirt Size (Youth Sizes)"],
.gpnf-nested-entries td[data-heading="Do you give permission for photos of your child(ren) to be taken and used for promotional purposes?"],
.gpnf-nested-entries td[data-heading="Emergency Contact's Address"],
.gpnf-nested-entries td[data-heading="Emergency Contact's Phone Number"],
.gpnf-nested-entries td[data-heading="Emergency Contacts Relationship to Child"]{
    display: none;
}

.et_fixed_nav #top-header {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
}

#top-header, #top-header .container {
    line-height: 1em;
}

.icon-instagram, .icon-twitter, .icon-facebook {
	height:25px;
	width:25px;
}

body.et_pb_button_helper_class #page-container  .et_pb_button {
    color: #212121;
}



/* landlord properties */ 

.landlord-properties-container a .property-card {
    color: #1C1C1C;
}

.property-card-content h1.property-address {
	color: #37444C;
	font-family: "PT Serif";
	font-size: 2.875rem;
	font-weight: 700;
	line-height: 3.45rem;
	margin-top: unset ! IMPORTANT;
}

.property-card-content .property-meta {
    display: flex;
    gap: 0.75rem;
}

.property-card-content span.rent-divider {
    background: #800000;
    width: 0.1875rem;
    height: 1.5rem;
}

#main-content .property-card-content p.listing-category {
    border-radius: 3.125rem;
    background: #FFF;
    padding: 0.3125rem 0.625rem !important;
    padding-bottom: .3125rem !important;
/*     width: 100px; */
    display: inline-flex;
    margin-bottom: .75rem;
}

.listing-rent,
.listing-bed .number,
.listing-bath .number,
.listing.sqft .number,
p.listing-voucher{
    color: #1C1C1C;
    font-weight: 700;
}


.property-details-container p.title {
    color: #37444C;
    font-family: "PT Serif";
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1% !important;
    text-transform: uppercase;
}

.et_pb_toggle_0.facet-toggle-mobile h2 {
	font-family: "Montserrat";
}

.et_pb_toggle_0.facet-toggle-mobile.et_pb_toggle_close .et_pb_toggle_title:before, 
.et_pb_toggle_0.facet-toggle-mobile.et_pb_toggle_open .et_pb_toggle_title:before {
    color: #7A0101;
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 400 !important;
    content: "\f0b0" !important;
    font-size: 20px;
}

.landlord-form .title {
	color: #FFF;
	font-family: "PT Serif";
	font-size: 1.375rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem !important;
}

.landlord-form a {
    color: #FFF ! IMPORTANT;
    font-family: Montserrat !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
	text-decoration: none !important;
}

.landlord-form a:hover {
	text-decoration: underline !Important;
}

.landlord-form .gform-field-label {
    color: #fff;
}

.landlord-form span.gfield_required.gfield_required_text {
    color: rgba(255, 255, 255, 0.70) !important;
}

.landlord-form label.gform-field-label.gform-field-label--type-sub {
    font-weight: 400;
}

.landlord-form .gform_wrapper.gravity-theme .gform_fields {
    display: grid;
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%)[12];
    grid-row-gap: 16px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
    grid-row-gap: 1rem ! IMPORTANT;
}


.landlord-form input,
.landlord-form textarea{
    border-radius: 0.25rem;
	padding: 0.625rem !important;
}

.property-details-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media only screen and (max-width:981px) {
    #main-content .property-meta {
        flex-wrap: wrap;
        row-gap: 0;
        
		.listing-rent {
            flex-basis: 100%;
        }
        
        .rent-divider {
            display: none;
        }
        
    }
}

.amenity-list {
    color: #1C1C1C;
    font-size: 1rem;
    font-weight: 700;
}

.amenity-list.accessibilty {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}



.amenity-table,
.deposit-table{
    /* Adjusted to auto/max-content so the content won't be forced to wrap */
    width: 50%;
    border-collapse: collapse; 
    margin-bottom: 20px;
}

.amenity-table thead,
.deposit-table thead{
    display: none; 
}

.amenity-table tbody tr,
.deposit-table tbody tr{
    line-height: 1.5;
}

.amenity-table td,
.deposit-table td{
    padding: 0; 
    border: none;
    padding-bottom: 10px; 
}

/* 1. Styling the Amenity Column (e.g., Pets, Laundry) */
.amenity-table tbody tr td:first-child,
.deposit-table tbody tr td:first-child {
    width: auto;
    padding-right: 15px;
    white-space: nowrap;
    color: #1C1C1C;
    font-weight: 500 !IMPORTANT;
}

/* 2. Styling the Details Column (e.g., Dogs & Cats, Central Air) */
.amenity-table tbody tr td:last-child,
.deposit-table tbody tr td:last-child {
    width: auto;
    white-space: nowrap; 
	color: #1C1C1C;
	font-family: Montserrat;
	font-size: 1rem;
	font-weight: 700;
}

.deposit-table tbody tr td:last-child {
	font-weight: 500;
}


.amenity-table i,
.deposit-table i{
    /* Set a fixed width for ALL icons to align text */
    display: inline-block;
    width: 25px; 
    text-align: center; 
    vertical-align: middle; 
    margin-right: 0; 
}

.landlord-form {
    border-radius: 0.25rem;
    background: #37444C;
    padding: 1rem;
}

.landlord-properties-row {
	display: flex;
    align-items: stretch;
}

.landlord-properties-row a.back-link {
    position: relative;
    top: -2rem;
}

@media only screen and (max-width:980px) {
.landlord-properties-row {
    display: flex;
    align-items: center;
	flex-direction: column;
}
	.amenity-table, .deposit-table {
    width: 70%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
	
/* 	#main-content .property-card-content p.listing-category {
		width: 100px;
	} */
}


/* Landlord Properties Main Page */

@media only screen and (max-width:767px) {
.landlord-properties-container .facetwp-template {
        display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem .75rem;
}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.landlord-properties-container .facetwp-template {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem .75rem;
}
}


@media only screen and (min-width:981px) {
.landlord-properties-container .facetwp-template {
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem .75rem;
}
}

.landlord-properties-container .facetwp-template img {
    border-radius: 0.25rem;
	    max-height: 250px ! IMPORTANT;
}


.landlord-properties-container .facetwp-template p.listing-rent {
    color: #1C1C1C;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0 !IMPORTANT;
}

.landlord-properties-container i.fa-solid.fa-bed,
.landlord-properties-container i.fa-solid.fa-bath{
    color: #666;
}
.landlord-properties-container p.listing-bed {
    margin-bottom: 0 !important;
}

p.listing-bed, p.listing-bath {
    color: #1C1C1C;
}

.landlord-properties-container .property-address {
    color: #1C1C1C;
    font-family: Montserrat;
    font-size: 1rem;
    line-height: normal !important;
    font-weight: 400;
    margin-bottom: .5rem ! IMPORTANT;
}

button.property-action-btn {
    border-radius: 0.25rem;
    border: 1px solid var(--color-azure-26, #37444C);
    background: transparent;
    color: #37444C;
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    padding: 0.25rem 1rem;
    justify-content: center;
    align-items: self-start;
    align-self: stretch;
    width: 100%;
}

a.button.request-info-button {
    text-decoration: none ! IMPORTANT;
	color: #37444C !important;
}

#main-content a.button.request-info-button:hover {
    background-color: unset;
    text-decoration: none;
}

button.property-action-btn {
	transition: all 0.3s ease-in-out !important;
}


button.property-action-btn:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
	cursor: pointer;
}

.non-housing p {
    color: #1C1C1C;
    font-size: 1.125rem;
}

.landlord-properties-container a {
    transition: all 0.3s 
ease-in-out !important;
    text-decoration: none !important;
	padding: .5rem !important;
	border-radius: 0.25rem;
}

.landlord-properties-container a:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
    transform: translateY(-1px);
    background: #F5F5F5 !important;
}

p.sorting {
    color: var(--portagehousing-org-cod-gray, var(--color-grey-10, #191919));
    font-family: var(--font-family-Font-1, Montserrat);
    font-size: var(--font-size-20, 1.25rem);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: .0! IMPORTANT;
}

p.sub-sorting {
    color: var(--portagehousing-org-cod-gray, var(--color-grey-10, #191919));
    font-family: var(--font-family-Font-1, Montserrat);
    font-size: var(--font-size-16, 1rem);
    font-style: normal;
    font-weight: var(--font-weight-500, 700);
    line-height: var(--line-height-27_2, 1.7rem);
    margin-bottom: .5rem !IMPORTANT
}


.non-housing-facet .facetwp-facet.facetwp-facet-landlord_listing_sort_by.facetwp-type-sort select{
    border-radius: 0.25rem;
    border: 1px solid var(--color-grey-60, #9A9A9A);
    background: var(--color-white-solid, #FFF);
    padding: var(--form-field-padding, 0.5rem);
    color: var(--portagehousing-org-dusty-gray, var(--color-grey-60, #9A9A9A));
    font-family: var(--font-family-Font-1, Montserrat);
    font-size: var(--font-size-sm, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding: var(--form-field-padding, 0.5rem);
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
}

.facetwp-facet.facetwp-facet-landlord_properties.facetwp-type-number_range {
    display: grid;
  	grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
	margin-bottom: 0px ! IMPORTANT;
}

input.facetwp-submit {
	grid-column: 1 / -1;
}

    
input.facetwp-number {
    border-radius: 0.25rem;
    border: 1px solid var(--color-grey-60, #9A9A9A);
    background: var(--color-white-solid, #FFF);
    color: var(--portagehousing-org-dusty-gray, var(--color-grey-60, #9A9A9A));
    font-family: var(--font-family-Font-1, Montserrat);
    font-size: var(--font-size-sm, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding: var(--form-field-padding, 0.5rem);
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.625rem;
    flex: 1 0 0;
	min-width: 0;
}

.housing-vouchers .et_pb_text_inner {
    display: flex;
}

.housing-vouchers .facetwp-checkbox {
    display: block;
    height: 100% ! IMPORTANT;
    min-height: 12px !important;
}

.housing-vouchers span.facetwp-display-value, span.facetwp-counter {
    display: none;
}

.housing-vouchers .facetwp-facet.facetwp-facet-landlord_listing.facetwp-type-checkboxes{
    margin-bottom: 0;
}

.facetwp-facet.facetwp-facet-landlord_listing_sort_by.facetwp-type-sort,
.facetwp-facet.facetwp-facet-landlord_listing_bedrooms.facetwp-type-fselect,
.facetwp-facet.facetwp-facet-landlord_listing_bathrooms.facetwp-type-fselect,
.facetwp-facet.facetwp-facet-landlord_listing_home_type.facetwp-type-checkboxes,
.facetwp-facet.facetwp-facet-landlord_listing_accessibility.facetwp-type-checkboxes
{
	margin-bottom: 20px;
}


input.facetwp-submit {
    border-radius: 0.25rem;
    border: 1px solid var(--color-azure-26, #37444C);
    background: transparent;
    color: #37444C;
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    padding: 0.25rem 1rem;
    justify-content: center;
    align-items: self-start;
    align-self: stretch;
    width: 100%;
}


input.facetwp-submit {
	transition: all 0.3s ease-in-out !important;
}


input.facetwp-submit:hover {
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* 1. Style the main wrapper of the visible dropdown */
.fs-label-wrap {
    border-radius: 0.25rem;
    border: 1px solid var(--color-grey-60, #9A9A9A);
    background: var(--color-white-solid, #FFF);
    padding: var(--form-field-padding, 0.5rem);
    color: var(--portagehousing-org-dusty-gray, var(--color-grey-60, #9A9A9A));
}

.facetwp-facet.facetwp-facet-landlord_listing.facetwp-type-checkboxes .facetwp-checkbox:last-of-type {
    display: none;
}

#post-36591 .landlord-login-container  {
	border-radius: 0.25rem !Important;
    background: #37444C !Important;
    padding: 1rem !Important;
}

.landlord-login-container label.gfield_label.gform-field-label {
    color: #fff;
}

.landlord-login-container input#input_1,
.landlord-login-container input#input_2,
.landlord-login-container input#gform_submit_button_0 {
    width: 100%;
}

.landlord-login-container span.gfield_required.gfield_required_text {
	color: rgba(255, 255, 255, 0.70) !important;
}

#post-36591 .gf_login_links a[title="Register"] {
    display: none!important;
}

#main-content .landlord-login-container a:not(.et_pb_button,.icon,img,.fsm-post-list a,.exclude-style,.et_pb_more_button) {
    border-radius: 4px;
    padding: 2px;
    transition: 
ease all .2s;
    display: inline;
    overflow: hidden;
    text-decoration: underline;
    color: #fff;
}

span.facetwp-input-wrap {
    width: 100%;
}

input.facetwp-search {
    border-radius: 0.25rem;
    border: 2px solid #37444C;
    background: #fff;
    display: flex;
    height: 3.3125rem;
    padding: 0.25rem 0.25rem 0.25rem 0.75rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100% ! IMPORTANT;
    color: #B2B2B2;

/* body/base */
font-family: var(--font-body);
font-size: var(--text-size-100);
font-style: normal;
font-weight: 400;
line-height: 160%; /* 1.6rem */
}

#main-content .facetwp-facet-landlord_listing_search .facetwp-icon {
    right: 4px;
    top: 4px;
    height: calc(100% - 8px);
    line-height: 1;
    position: absolute;
    cursor: pointer;
    border-radius: 0.25rem;
    background: #800000;
    padding: 0.625rem 0.5625rem;
    opacity: 1;
	transition: background ease-in-out .3s;
}

#main-content .facetwp-facet-landlord_listing_search .facetwp-icon:hover {
	background: #1C1C1C;
}

#main-content .facetwp-facet-landlord_listing_search .facetwp-icon:before {
    display: inline-block;
    content: 'Search';
    width: auto;
    height: 100%;
    font-style: normal;
    align-content: center;
    margin-right: 6px;
    font-size: 14px;
    line-height: 1;
	background: none;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: all ease-in-out .3s;
}

#main-content .facetwp-facet-landlord_listing_search .facetwp-icon:hover::before {
	text-decoration-color: white;
	margin-right: 8px;
}

.facet-toggle-mobile {
    background-color: transparent;
}

h2.et_pb_toggle_title {
    margin-bottom: 0px !important;
}

#main-content .facetwp-facet-landlord_listing_search .facetwp-icon:after {
    content: '\f002';
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    width: auto;
    font-style: normal;
    font-weight: 900;
    align-content: center;
    font-size: 20px;
}

.landlord-login-container label#label_3 {
    color: #fff;
}

.listing-hero-text .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
}

.listing-hero-text {
    height: 100%;
}

.swiper-slide a {
    background-color: unset ! IMPORTANT;
}