/* facebook-targeting-lp */
* {
    box-sizing: border-box;
}

body.landing_page-template-facebook-targeting-lp main {
    display: flex;
    width: auto;
    padding: 2rem 0 0;
    align-items: flex-start;
    justify-content: center;
    gap: 7.313rem !important;
    margin-bottom: 5rem !important;
}

body.landing_page-template-facebook-targeting-lp .navbar-collapse,
body.landing_page-template-facebook-targeting-lp .masthead-cta,
body.landing_page-template-facebook-targeting-lp .navbar-toggler-icon {
    display: none !important;
}

body.landing_page-template-facebook-targeting-lp .panel-row-style {
    display: flex;
    /* padding-top: 2rem; */
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 3rem;
}

body.landing_page-template-facebook-targeting-lp h1 {
    color: var(--Primary-Dark-Navy, #1C2C57);
    /* D/H1 */
    font-style: normal;
    margin-bottom: 2rem !important;
}

body.landing_page-template-facebook-targeting-lp p {
    color: var(--Primary-Dark-Navy, #1C2C57);
    /* D/Body */
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

body.landing_page-template-facebook-targeting-lp .panel-last-child img {
    width: 560px;
    height: 401.283px;
    flex-shrink: 0;
    background: lightgray 50% / cover no-repeat;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 1.25rem 0rem rgba(28, 44, 87, 0.16);
    margin-top: 3rem !important;
}

body.landing_page-template-facebook-targeting-lp iframe {
    height: 220vh;
    width: 100%;
    border: 0;
}

@media only screen and (min-width: 480px) {
    body.landing_page-template-facebook-targeting-lp .panel-last-child img {
        /* display: none; */
    }

    body.landing_page-template-facebook-targeting-lp main {
        width: 100%;
        padding: 3.5rem 2.6875rem 0rem 2.6875rem;
        gap: 3.6565rem !important;
    }
}

/* thank-you-booking-lp */

body.landing_page-template-thank-you-booking-lp .navbar-collapse,
body.landing_page-template-thank-you-booking-lp .masthead-cta,
body.landing_page-template-thank-you-booking-lp .navbar-toggler-icon {
    display: none !important;
}

body.landing_page-template-thank-you-booking-lp {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.landing_page-template-thank-you-booking-lp main {
    display: flex;
    width: auto;
    height: auto;
    padding: 3.5rem 9.375rem;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    gap: 7.5rem;
}

body.landing_page-template-thank-you-booking-lp .panel-layout {
    margin: auto 0;
    padding-top: 2rem;
    width: 31rem;
}

body.landing_page-template-thank-you-booking-lp .iconlist-icon {
    margin: 0;
}

body.landing_page-template-thank-you-booking-lp .iconlist-item,
body.landing_page-template-thank-you-booking-lp .so-widget-wmx-bs4-heading-default-d75171398898-2979 {
    margin-bottom: 2rem;
}

body.landing_page-template-thank-you-booking-lp .widget_wmx-bs4-heading,
body.landing_page-template-thank-you-booking-lp .mb-0 {
    margin: 0 !important;
}

body.landing_page-template-thank-you-booking-lp h1 {
    color: var(--Primary-Dark-Navy, #1C2C57);
    text-align: center;
    /* D/H1 */
    font-style: normal;
    
}

body.landing_page-template-thank-you-booking-lp p {
    color: var(--Primary-Dark-Navy, #1C2C57);
    text-align: center;
    /* D/Body */
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

 body.landing_page-template-thank-you-booking-lp .panel-row-style-for-2979-0 .panel-grid-cell {
    width: 35rem !important;
    justify-self: center;
} 

body.landing_page-template-thank-you-booking-lp footer {
    margin-top: auto;
    height: auto;
}

@media only screen and (max-width: 596px) {
    body.landing_page-template-thank-you-booking-lp main {
        padding: 3.5rem 4.6875rem;
    }

    body.landing_page-template-thank-you-booking-lp .panel-row-style-for-2979-0 .panel-grid-cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: auto !important;
    }
}

/* inc-footer-custom.php */
footer p {
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
}

footer p span{
    font-weight: bold;
}

footer .text-center {
    max-width: 100%;
}

.mastfoot {
    background-color: #F0F0F0;
    color: #000;
}

.mastfoot a {
    color: #000;
}