/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2026 | 08:48:31 */
/* Home page form style */

/* Form Wrapper */
#mc_embed_signup {
    max-width: 100%;
    margin: 0 auto;
/*     padding-left:20%;
    padding-right: 20%; */
    box-sizing: border-box;
    background: transparent;
    color: #fff;
    font-family: inherit;
}

/* Hide Mailchimp default heading & required text */
#mc_embed_signup h2,
#mc_embed_signup .indicates-required,
#mc_embed_signup .refferal_badge,
#mc_embed_signup .optionalParent p {
    display: none !important;
}

/* Field spacing */
#mc_embed_signup .mc-field-group {
    margin-bottom: 20px;
}

/* Labels */
#mc_embed_signup label {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}

/* Inputs */
#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
    width: 100%;
    height: 56px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.7);
    color: #fff;
    padding: 0 20px;
    border-radius: 0;
    box-sizing: border-box;
}

/* Focus */
#mc_embed_signup input[type="text"]:focus,
#mc_embed_signup input[type="email"]:focus {
    outline: none;
    border-color: #fff;
}

/* Placeholder */
#mc_embed_signup input::placeholder {
    color: rgba(255,255,255,.7);
}

/* Submit Button */
#mc-embedded-subscribe {
    background: #d9d2cb !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 42px;
    cursor: pointer;
    display: inline-flex;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
}

#mc-embedded-subscribe:hover {
    opacity: .85;
    background: #D7D3CB !important;
}

.optionalParent .foot{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
}

/* Tablet */
@media (max-width: 1024px){

/*     #mc_embed_signup{
        padding-left: 5%;
        padding-right: 5%;
    } */

    #mc_embed_signup label{
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 767px){

    #mc_embed_signup{
        padding-left: 5%;
        padding-right: 5%;
    }

    #mc_embed_signup label{
        font-size: 15px;
    }

    #mc_embed_signup input[type="text"],
    #mc_embed_signup input[type="email"]{
        height: 50px;
    }

    #mc-embedded-subscribe{
        max-width: 140px;
    }
}