
#popmake-45261 {
    background: url(/wp-content/themes/thinktimber_production/assets/images/popback.jpeg) no-repeat center center;
    max-width: 800px !important;
}

#popmake-45261 .pum-content {
    padding: 40px 20px;
    width: 50%;
    font-weight: bold;
    font-size: 25px;
    background-color: white;
    float: right;
    border-radius: 5px;
}

#popmake-45261 .pum-content input[type=email], #popmake-45261 .pum-content input[type=zip] {
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-top: 10px;
    border-radius: 3.5px;
    width: 100%;
}
#popmake-45261 .pum-content .mc4wp-form-fields {
    font-weight: normal;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;

}
#popmake-45261 .pum-content .mc4wp-form-fields p {
    padding-top: 10px;
}
#popmake-45261 .mc4wp-response p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}
#popmake-45261:after {
    content: "";
    display: block;
    clear: both;
    width: calc(50% - 40px);
    height: 100px;
    background: url(/wp-content/themes/thinktimber_production/assets/svg/headerLogoWhite.svg) no-repeat center center;
    position: absolute;
    top: 60px;

}
#popmake-45261 .pum-content input[type=submit] {
    background-color: #80682a;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 20px;
}
#popmake-45261 .pum-content input[type=submit]:hover {
    background-color: #cb0006;
}

@media screen and (max-width: 767px) {
    #popmake-45261 .pum-content {
        width: 100%;
        margin-top: 150px;
    }
    #popmake-45261:after {
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
}

/* SWEEPSTAKES POPUP */

#popmake-52310 {
    background: url(/wp-content/themes/thinktimber_production/assets/images/sweepstakes-centered.jpg) no-repeat center center;
    max-width: 600px !important;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border: none;
}

#popmake-52310 .pum-content + .pum-close {
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
}

#popmake-52310 .pum-content {
    padding: 40px 20px;
    width: 50%;
    font-weight: bold;
    font-size: 25px;
    background-color: transparent;
    float: right;
    border-radius: 5px;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
    margin-top: 12px;
    

}

#popmake-52310 .pum-content input[type=email], #popmake-52310 .pum-content input[type=zip] {
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-top: 10px;
    border-radius: 3.5px;
    width: 100%;
}
#popmake-52310 .pum-content .mc4wp-form-fields {
    font-weight: normal;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;

}
#popmake-52310 .pum-content .mc4wp-form-fields p {
    padding-top: 10px;
}
#popmake-52310 .mc4wp-response p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}
/* #popmake-52310:after {
    content: "";
    display: block;
    clear: both;
    width: calc(50% - 40px);
    height: 100px;
    background: url(/wp-content/themes/thinktimber_production/assets/svg/headerLogoWhite.svg) no-repeat center center;
    position: absolute;
    top: 60px;

} */


#popmake-52310 .pum-content a {
    background-color: #80682a;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 22px;
    margin-top: 20px;
}
#popmake-52310 .pum-content input[type=submit]:hover {
    background-color: #cb0006;
}

@media screen and (max-width: 767px) {
    #popmake-52310 .pum-content {
        width: 100%;
        min-height: 310px;
    }

    #popmake-52310 .pum-content a {
        transform: translate(0px, 16px);
        font-size: 16px !important;
        display: block;
    }


}