/*== Mail Chimp Addon ==*/

.upstudy-mailchimp-form-wrap {
    position: relative;
    overflow: hidden;
}
.upstudy-mailchimp-form-wrap input {
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 150px;
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: #fff;
}
@media only screen and (max-width:575px) {
    .upstudy-mailchimp-form-wrap input {
        padding: 0 20px
    }
}
.upstudy-mailchimp-form-wrap .btn {
    position: absolute;
    height: 55px;
    background-color: var(--upstudy-primary-color);
    color: #ffffff;
    top: 0;
    right: 0;
    padding: 0 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.upstudy-mailchimp-form-wrap .btn:hover {
    background-color: var(--upstudy-color-secondary);
}
@media only screen and (max-width:575px) {
    .upstudy-mailchimp-form-wrap .btn {
        position: relative;
        margin-top: 10px;
        width: 100%;
        border-radius: 5px
    }
}