/* POPUP OR LEAD MAGNET CSS */
.orange { color: #e4933d; font-weight: 400; }
#popup { background: #f2f8ff !important; }

#popup h3 { margin-top: 0; padding-top: 0; }
#leadMagnetForm input { padding-block: 10px; }
#popupMain { text-align: center; margin-top: 25px; }
#popupBenefitsDiv { margin-top: 25px; }
.oneBenefitPopup { display: flex; }
.oneBenefitPopup div { color: green !important; margin-right: 15px; font-size: 20px; }
.oneBenefitPopup p { text-align: left; }
.leadMagnetBtn {
    background: rgb(255, 189, 0); 
    color: #1b3c46; 
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    font-family: 'Poppins' !important;
    width: 400px;
    margin: 30px auto 50px;
}
.leadMagnetBtn:hover {
    filter: contrast(115%);
}
.leadMagnetBtn:disabled {
    opacity: 0.5;
    cursor: default;
}
.noBottomMargin {
    margin-bottom: 0 !important;
}
#leadMagnetPos2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#leadMagnet2ImgDiv img {
    width: 100%; height: 100%;
}

@media only screen and (min-width: 640px) {
    #leadMagnet2ImgDiv {
        width: 400px; min-width: 400px; max-width: 400px;
        margin-top: 0;
    }
    #leadMagnet2TextDiv {
        padding-left: 50px;
        margin-top: 0;
    }
    #leadMagnet2TextDiv h4 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 639px) { 
    .leadMagnetBtn { 
        font-size: 25px; line-height: 30px;
        width: calc(90vw - 32px); /*32px cause the padding is 16px either side*/
        margin: 30px auto;
    }
    #leadMagnetPos2 {
        flex-direction: column;
    }
}

.leadMagnetBox {
    border-radius: 15px; background: #f2f8ff;
    margin: 40px 0; padding: 20px 40px;
}
.magnetRecipe {
    background: #f0f6f6 !important;
}
.leadMagnetFlex {
    display: flex; 
    justify-content: space-between;
}
.leadMagnetImgDiv {
    width: 40%;
}
.leadMagnetTxtDiv {
    width: 60%;
    padding: 30px 20px;
}
.leadMagnetBox h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.magnetRecipe img, .magnetRecipeAlt img {
    width: 100%; max-width: 330px; height: auto;
}
.magnetRecipe h2 {
    color: black;
    margin-bottom: -40px;
}
.magnetRecipeAlt h2 {
    margin-bottom: -40px;
}
.leadMagnetBox p, .leadMagnetBox h4 {
    text-align: center;
    font-size: 1.2rem;
}
.leadMagnetBox h4 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    line-height: 2.2rem !important;
}
.magnetRecipe p {
    color: black;
}
.leadMagnetBox div {
    text-align: center;
    margin-top: 50px;
}
@media only screen and (max-width: 639px) { 
    .leadMagnetBox {
        padding: 20px;
    }
    .leadMagnetBox .leadMagnetBtn { 
        width: calc(90vw - 80px); /*to account for the extra padding*/
    }
    .leadMagnetFlex {
        display: flex; 
        flex-direction: column;
    }
    .leadMagnetBox div {
        text-align: center;
        margin-top: 30px;
    }
    .leadMagnetImgDiv {
        width: auto;
    }
    .leadMagnetTxtDiv {
        width: auto;
        padding: 0;
    }
    .leadMagnetBox p {
        font-size: 19px;
    }
    .magnetRecipe img, .magnetRecipeAlt img {
        width: 100%;
    }
}


.privacyPolicy {
    text-align: center;
    font-size: 14px;
    color: #A9A9A9;
}

#submitBtnPopup {
    margin-block: 25px;
}

#errorPopup {
    margin-top: -5px;
    font-size: 14px;
    text-align: center;
    color: red;
}
