div.reeves-popup * {
    box-sizing: border-box;
    color: #FFF;
}

div.reeves-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 4206969;
    transition: none;
}

    div.reeves-popup .p-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 69;
        background: rgba(51, 51, 51, 0.60);
        backdrop-filter: blur(2px);
        cursor: pointer;
    }

    div.reeves-popup .popup-wrapper {
        position: relative;
        top: calc(50% - 293px);
        width: 100%;
        height: 100%;
        z-index: 420;
        /*COMMENTED OUT 251127*/
        /*background-image: url(/Files/templates/main2020/Images/reeves-popup-background.png);*/
        /*START::ADDED 251127*/
        background-image: url(/Files/templates/main-2025/images/reeves-popup-winter.png);
        background-size: cover;
        background-position: center;
        /*END::ADDED 251127*/
        max-width: 610px;
        max-height: 630px;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        /*COMMENTED OUT 251127*/
        /*justify-content: space-between;*/
    }

        /*START::ADDED 251127*/
        div.reeves-popup .popup-wrapper .bottom {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-between;
        }
    /*END::ADDED 251127*/

    div.reeves-popup .popup-close {
        width: 100%;
        text-align: right;
        display: flex;
        padding-top: 20px;
        padding-right: 16px;
        justify-content: flex-end;
    }

        div.reeves-popup .popup-close a.x {
            width: 20px;
            height: 20px;
            cursor: pointer;
            position: relative;
        }

            div.reeves-popup .popup-close a.x img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
            }

                div.reeves-popup .popup-close a.x img.plus-hover {
                    display: none;
                }

            div.reeves-popup .popup-close a.x:hover img.plus-hover {
                display: block;
                filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            }

            div.reeves-popup .popup-close a.x:hover img.plus {
                display: none;
            }

    div.reeves-popup .top {
        padding-left: 36px;
    }

    div.reeves-popup .bottom .reeves-box {
        background-color: var(--reeves-red);
        width: calc(100% - 100px);
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 36px;
        margin-top: 10px;
        padding-top: 30px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 21px;
        position: relative;
        text-align: center;
        border-radius: 10px;
    }

    div.reeves-popup .bottom .reeves-box h2 {
        color: #FFF;
        text-align: center;
        font-family: "Sen-Bold";
        font-size: 28px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }

    div.reeves-popup .bottom .reeves-box p {
        color: rgba(255, 255, 255, 0.90);
        text-align: center;
        font-family: 'Sen-Regular';
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    div.reeves-popup .bottom a.rsvp-now {
        color: white;
        background: var(--reeves-primary);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 0.56px;
        text-transform: uppercase;
        grid-template-columns: 1fr !important;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto /*auto*/;
        padding: 14px;
        gap: 12px;
        transition: all .3s linear !important;
        font-family: Sen-regular;
    }

        div.reeves-popup .bottom a.rsvp-now:hover {
            background: var(--reeves-primary-dark);
        }


@media only screen and (max-width: 800px) {
    div.reeves-popup .popup-wrapper {
        max-width: 350px;
        max-height: 350px;
        width: 100%;
        top: calc(50% - 147px);
        background-color: white;
        background-size: cover;
        background-repeat: no-repeat;
    }

    div.reeves-popup .popup-close {
        padding-top: 8px;
        padding-right: 8px;
    }

        div.reeves-popup .popup-close a.x {
            width: 12px;
            height: 12px;
            display: block;
        }

    div.reeves-popup .top {
        padding-left: 22px;
    }

    div.reeves-popup .cdi-logo img {
        width: 88px;
        height: 34px;
        object-fit: contain;
    }

    div.reeves-popup .bottom .reeves-box {
        margin: 20px 30px;
        margin-top: 5px;
        width: calc(100% - 60px);
        margin-bottom: 25px;
        padding: 10px;
    }

        div.reeves-popup .bottom .reeves-box h2 {
            font-size: 15px !important;
        }

        div.reeves-popup .bottom .reeves-box h3 {
            font-size: 14px;
        }

        div.reeves-popup .bottom .reeves-box p {
            font-size: 10px;
        }

    div.reeves-popup .bottom a.rsvp-now {
        font-size: 16px;
        height: 32px;
    }
}


@media only screen and (max-width: 400px) {
    div.reeves-popup .bottom .reeves-box {
        width: calc(100% - 17%);
    }

}