.page-layout-property-subcategory-page-layout .sections.nav-sections {
    display: none;
}

.property-landing-sub-category-content-block {
    width: 70%;
    margin: 0 auto;
}

.property-landing-sub-category-content-block .pagebuilder-column-line {
    justify-content: space-between;
}

.cms-no-route .property-landing-sub-category-content-block .pagebuilder-column-line{
    justify-content: center;
}

#html-body .property-landing-sub-category-content-block .pagebuilder-column-line .pagebuilder-column:first-child {
    width: 40%;
    font-family: garamond-premier-pro, serif;
    text-transform: uppercase;
    padding: 0px 20px;
}

#html-body .property-landing-sub-category-content-block .pagebuilder-column-line .pagebuilder-column:last-child {
    width: 60%;
    font-size: 14px;
    font-weight: 500;
    word-spacing: 1px;
    line-height: 2;
    padding: 0px 20px;
}

#html-body .property-landing-sub-category-content-block .pagebuilder-column-line .pagebuilder-column:last-child a {
    text-decoration: none;
}
#html-body .property-landing-sub-category-content-block .pagebuilder-column-line .pagebuilder-column:last-child a:link{
    color: #3d5885;
    font-weight: 600;
}

#html-body .property-landing-sub-category-content-block .pagebuilder-column-line .pagebuilder-column:last-child a:hover,
#html-body .property-landing-sub-category-content-block .pagebuilder-column-line .pagebuilder-column:last-child a:focus {
    color: #3d5885;
    text-decoration: underline;
}
#html-body .property-landing-page-sub-category-page-banner {
    justify-content: space-between;
    position: relative;
}

#calendar-search-widget-form {
    position: relative;
    z-index: 2;
}

.page-layout-corporate-landing-page-layout.cms-index-index #calendar-search-widget-form {
    position: unset;
}

#html-body .property-landing-page-sub-category-page-banner > div:last-child[data-content-type="text"] {
    font-family: garamond-premier-pro, serif;
    position: relative;
    z-index: 1;
    top: 175px;
}

#html-body .property-landing-page-sub-category-page-banner {
    padding-bottom: 10%;
}

.property-landing-sub-category-content-block a {
    color: #1979c3;
}
a.trumporg-secondary-button{
color: #fff;
}
#html-body .property-landing-sub-category-content-block  a {
    text-decoration: none;
}
#html-body .property-landing-sub-category-content-block  a:link{
    color: #3d5885;
    font-weight: 600;
}

#html-body .property-landing-sub-category-content-block  a:hover,
#html-body .property-landing-sub-category-content-block  a:focus {
    color: #3d5885;
    text-decoration: underline;
}

.property-landing-sub-category-content-block a:hover {
    color: #6D6E70;
    text-decoration: none;
}

.property-landing-contact-details-block,
.property-landing-email-block {
    font-family: montserrat, sans-serif;
}

.property-landing-contact-details-block p {
    margin-bottom: 0;
}

.property-landing-email-block {
    margin-top: 40px;
}

.property-landing-contact-details-block,
.property-landing-email-block {
    position: relative;
    margin-left: 40px;
}

.property-landing-contact-details-block:before,
.property-landing-email-block:before {
    position: absolute;
    left: -40px;
    font-size: 2rem;
}

.property-landing-contact-details-block:before {
    content: url(../images/location.svg);
    top: -7px;
}

.property-landing-email-block:before {
    content: url(../images/mail.svg);
    top: -16px;
}

#html-body #maincontent .property_landing_room_category_tile_component_wrapper {
    width: 70%;
    margin: 50px auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 25px;
}

.property_landing_room_category_tile_component_wrapper>div:not(.trump_card_member_tile_image_visible) {
    width: 32%;
}

.property_landing_room_category_tile_component_wrapper>div>div.block-static-block {
    position: relative;
    margin-bottom: 0;
    height: 100%;
}

.property_landing_room_category_tile::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 10%, rgba(0, 0, 0, 0.55) 87%, rgba(0, 0, 0, 0.65) 100%);
    transition: all ease .8s;
}

.property_landing_room_category_tile>div {
    position: relative;
    z-index: 1;
}

.property_landing_room_category_tile {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 100%;
}

#html-body .property_landing_room_category_tile .pagebuilder-column {
    position: absolute;
    top: 280px;
    transition: all ease .5s;
}

#html-body .property_landing_room_category_tile .pagebuilder-column-line {
    margin-bottom: 30px;
}

#html-body .property_landing_room_category_tile .pagebuilder-column>div:nth-child(2) {
    visibility: hidden;
    height: 0;
    transition: height ease .5s;
}

.property_landing_room_category_tile:hover .property_landing_room_category_tile .pagebuilder-column-line {
    margin-bottom: 0;
}

#html-body .property_landing_room_category_tile:hover .pagebuilder-column>div:nth-child(2) {
    visibility: visible;
    height: auto;
}

#html-body #maincontent .property_landing_room_category_tile:hover .pagebuilder-column {
    justify-content: space-evenly;
    top: 0;
    height: 100%;
}

.property_landing_room_category_tile:hover::before {
    background: rgba(35, 35, 35, 0.8);
}

.property_landing_page_trump_card_member_tile {
    display: flex;
}

.property_landing_room_category_tile_component_wrapper>div.trump_card_member_tile_image_visible {
    width: calc(100% - (32% + 2%));
}

.property_landing_page_trump_card_member_tile .pagebuilder-column {
    justify-content: space-between;
}

.property_landing_room_category_tile_component_wrapper .property_landing_page_trump_card_member_tile p {
    margin: 0;
}

#html-body.page-layout-property-subcategory-page-layout .columns>.column.main,
#html-body[class*="categorypath-corporatecontent"].page-layout-corporate-landing-page-layout.catalog-category-view .columns>.column.main,
#html-body.category-central-park .columns>.column.main{
    display: none;
}

#html-body .property-landing-sub-category-content-block .pagebuilder-column-line .pagebuilder-column:last-child div[data-content-type="buttons"] div[data-content-type="button-item"] {
    margin-bottom: 20px;
}

@media only screen and (min-width:1025px) and (max-width:1600px) {

    #html-body .property-landing-page-sub-category-page-banner {
        padding-bottom: 15%;
    }

}

@media only screen and (min-width:1023px) and (max-width:1300px) {

    .property-landing-sub-category-content-block,
    .property_landing_room_category_tile_component_wrapper {
        width: 90%;
    }
}


@media only screen and (max-width:1024px) {

    .property-landing-sub-category-content-block,
    .property_landing_room_category_tile_component_wrapper {
        width: 90%;
    }

    #html-body .property_landing_room_category_tile::before {
        background: rgba(35, 35, 35, 0.8);
    }

    #html-body #maincontent .property_landing_room_category_tile .pagebuilder-column {
        justify-content: space-evenly;
        top: 0;
        height: 100%;
    }

    .property_landing_room_category_tile .pagebuilder-column>div:nth-child(2) {
        visibility: visible;
        height: auto;
        padding: 0 10px;
    }

    .property_landing_room_category_tile .pagebuilder-column-line {
        margin-bottom: 0;
    }

    #html-body .property-landing-page-sub-category-page-banner > div:last-child[data-content-type="text"] {
        top: 75px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .property_landing_room_category_tile_component_wrapper>div:not(.trump_card_member_tile_image_visible) {
        width: 49%;
    }

    .property_landing_room_category_tile_component_wrapper>div.trump_card_member_tile_image_visible {
        width: 100%;
    }

    .property_landing_room_category_tile_component_wrapper>div.trump_card_member_tile_image_visible .pagebuilder-column-line {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
    }

    #html-body.category-miami-presidential-suites .presidential-suite-banner-content {
        margin-right: 40px;
    }

    #html-body.category-miami-presidential-suites .presidential-suite-column-wrapper {
        padding-left: 40px;
    }
}

@media only screen and (max-width:767px) {
    .property_landing_room_category_tile_component_wrapper>div:not(.trump_card_member_tile_image_visible) {
        width: 100%;
    }

    .property_landing_room_category_tile_component_wrapper>div.trump_card_member_tile_image_visible {
        width: 100%;
    }

    #html-body .property_landing_room_category_tile_component_wrapper .property_landing_page_trump_card_member_tile>.pagebuilder-column-line>div.pagebuilder-column:nth-child(2) {
        display: none;
    }

    #html-body .property-landing-page-sub-category-page-banner > div:last-child[data-content-type="text"] {
        top: 50px;
    }

    #html-body .property-landing-page-sub-category-page-banner strong span {
        font-size: 22pt;
    }

    #html-body.category-miami-presidential-suites .presidential-suite-wrapper,
    #html-body.category-meeting-packages-miami .miami-meeting-packages-wrapper,
    #html-body.category-miami-wedding-venues .wedding-venue-wrapper {
        padding: 20px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) and (max-height: 780px) {
    #html-body.page-layout-corporate-landing-page-layout .pagebuilder-banner-wrapper.jarallax {
        min-height: calc(100vh - 65px);
    }
}

@media screen and (min-width: 768px) and (max-height: 780px) {
    #html-body .property-landing-page-sub-category-page-banner.miami-landing-page-banner-wrapper {
        min-height: 500px;
    }

    #html-body .property-landing-page-sub-category-page-banner.video-wrapper div[data-content-type="text"]:nth-child(3) {
        bottom: 10%;
    }
    
    #html-body.page-layout-corporate-landing-page-layout .pagebuilder-banner-wrapper {
        min-height: calc(100vh - 50px);
    }
}