
/*Begin Mailchimp elementor*/

button[type="submit"]:hover{
    cursor: pointer;
}

/*mailchimp style1*/
.elbzotech-mailchimp-global-default .mc4wp-form-fields{
    display: flex;
    border: none;
    border-radius: 6px;
    position: relative;
    background: #f5f5f5;
    gap: 0px;
    overflow: hidden;
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]{
    padding: 0;
    border: none;
    border-radius: 6px;
    background: #f5f5f5;
    width: 100%;
    height: 44px;
    padding: 0px 15px;
    border: none;
}

.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { 
    color: #666;
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { 
    color: #666;
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]::placeholder {
    color: #666;
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields button[type="submit"]{
    border: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    padding: 0px 20px;
    background: var(--bzo-main-color);
    border-radius: 0px;
    font-family: inherit;
    color: #fff;
    transition: .2s;
    gap:0px;
    margin:0px;
    font-family: var(--bzo-body_typo-font-family);
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields button[type="submit"]:hover{
    background: var(--bzo-main-color2);
}
/*End mailchimp style1*/
/*Begin style 2 - popup newsletter */
.elbzotech-mailchimp-global-style2{
    position: fixed;
    left: 0;
    right: 0;
    top: -40%;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    opacity: 0;
    visibility: hidden;
}
.elbzotech-mailchimp-global-style2.actived{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    top: 0;
}
.elbzotech-mailchimp-global-style2 .content-popup-mailchimp{
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.elbzotech-mailchimp-global-style2 .elbzotech-close-popup{
    right: 15px;
    top: 20px;
    font-size: 22px;
    color: #454545;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.5);
}
.elbzotech-mailchimp-global-style2 .elbzotech-close-popup:hover{
    color: var(--bzo-main-color);

}
.elbzotech-mailchimp-global-style2 .content-popup-mailchimp .title{
    margin-bottom: 16px;
    text-transform: capitalize;
}
.elbzotech-mailchimp-global-style2 .content-popup-mailchimp .desc{
    margin-bottom: 15px;
}
.elbzotech-mailchimp-global-style2 .image-mailchimp{
    width: 45%;
    overflow: hidden;
}
.elbzotech-mailchimp-global-style2 .info-mailchimp{
    width: 55%;
    padding: 10px 50px;
    text-align: center;
    overflow-y: auto;
    scrollbar-width: none;
}
@media(max-width: 1024px){
    .elbzotech-mailchimp-global-style2 .info-mailchimp{
        padding: 10px 30px;
    }
}
.elbzotech-mailchimp-global-style2 .info-mailchimp .mc4wp-error{
    text-align: center;
    margin-top: 5px;
    color: #d0342c;
}


.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]{
    display: block;
    width: 100%;
    background: #f0f0f0;
    height: 56px;
    border: none;
    border-radius: 0px;
    color: var(--bzo-body_typo-color);
    font-size: 16px;
    border: none;
    margin-bottom: 30px;
}
.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholde, 
.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]::-moz-placeholder, 
.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder, 
.elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]:-moz-placeholder
{
    color:#727272;
}
.elbzotech-mailchimp-global-style2 input[type="submit"], 
.elbzotech-mailchimp-global-style2 button[type="submit"]
{
    border: 1px solid var(--bzo-title_typo-color);
    color: var(--bzo-title_typo-color);
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px 32px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .3s;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 0px 0px var(--bzo-main-color);

}
.elbzotech-mailchimp-global-style2 button[type="submit"]:hover, 
.elbzotech-mailchimp-global-style2 button[type="submit"]:focus
{
    background-color: var(--bzo-title_typo-color);
    color: #fff;
}
.elbzotech-mailchimp-global-style2 button[type="submit"] i{
    font-size: 20px;
    order: 2;
}

.elbzotech-mailchimp-global-style2 .item-social
{
    padding: 0px 10px;
    margin-top: 22px;
    color: #2e2e2e;
    font-size: 26px;
}
.elbzotech-mailchimp-global-style2 .item-social:hover{
    color: var(--bzo-main-color);
    cursor: pointer;
}
.elbzotech-mailchimp-global-style2 .dont-show {
    margin-top: 10px;
    cursor: pointer;
}
.elbzotech-mailchimp-global-style2 .dont-show label{
    margin-left: 5px;
    cursor: pointer;
}
.mc4wp-response .mc4wp-alert{
    margin: 5px 0;
}
.mc4wp-response p{
    margin: 0;
}
/*--------------*/

/*End Mailchimp elementor*/
@media(max-width: 1200px) {
    
}

@media(max-width: 880px) {
    .elbzotech-mailchimp-global-style2 .mc4wp-form-fields input[type="email"]{
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .elbzotech-mailchimp-global-style2 .image-mailchimp {
        display:none
    }

    .elbzotech-mailchimp-global-style2 .info-mailchimp {
        width: 100%;
        padding: 30px
    }
    .elbzotech-mailchimp-global-style2 .elbzotech-close-popup{
        top: 0px;
        right: 0px;
    }
    .elbzotech-mailchimp-global-style2 .content-popup-mailchimp .title{
        font-size: 24px;
        line-height: 32px;
    }
}

/*Begin mailchimp style3*/
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields{
    display: flex;
    gap:15px;
}
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"]{
    padding: 0 16px;
    border: none;
    border-radius: 0px;
    background: #fff;
    width: 270px;
    height: 48px;
}
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholde, 
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"]::-moz-placeholder, 
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder, 
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"]:-moz-placeholder{
    color: #727272;
}
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields button[type="submit"]{
    border: 1px solid var(--bzo-main-color2);
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .3s;
    background: var(--bzo-main-color2);
    position: relative;
    overflow: hidden;
    letter-spacing: 1.25px;
}
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields button[type="submit"]:hover{
    color: var(--bzo-main-color2);
    background: #fff;
}
@media(max-width: 767px){
    .elbzotech-mailchimp-global-style3 .mc4wp-form-fields button[type="submit"]{
        font-size: 14px;
        padding: 10px 20px;
    }
    .elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"]{
        width: 70%;
    }
}
/*End mailchimp style3*/


/*mailchimp style4*/
.elbzotech-mailchimp-global-style4 .mc4wp-form-fields{
    display: flex;
    border: none;
    border-radius: 5px;
    position: relative;
    background: transparent;
    gap: 20px;
}
.elbzotech-mailchimp-global-style4 .mc4wp-form-fields input[type="email"]{
    padding: 0;
    border: none;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 56px;
    padding: 0px 15px;
    border-radius: 5px;
    background-color: rgba(37, 40, 73, 1);
    border: 1px solid rgba(67, 71, 116, 1);
    color: rgba(255, 255, 255, 0.8);
}

.elbzotech-mailchimp-global-style4 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { 
    color: rgba(255, 255, 255, 0.8);
}
.elbzotech-mailchimp-global-style4 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { 
    color: rgba(255, 255, 255, 0.8);
}
.elbzotech-mailchimp-global-style4 .mc4wp-form-fields input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.elbzotech-mailchimp-global-style4 .mc4wp-form-fields button[type="submit"]{
    border: none;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 0px 35px;
    text-transform: capitalize;
    font-size: 22px;
    background: var(--bzo-main-color);
    border-radius: 5px;
    font-family: inherit;
    color: #fff;
    transition: .1s;
    gap:0px;
    margin:0px;
    font-family: var(--bzo-title_typo-font-family);
}
.elbzotech-mailchimp-global-style4 .mc4wp-form-fields button[type="submit"]:hover{
    color: #fff;
}
@media(max-width: 1200px){
    .elbzotech-mailchimp-global-style4 .mc4wp-form-fields button[type="submit"]{
        font-size: 18px;
        padding: 0 20px;
    }
}
@media(max-width: 767px){
    .elbzotech-mailchimp-global-style4 .mc4wp-form-fields{
        gap: 10px;
    } 
    .elbzotech-mailchimp-global-style4 .mc4wp-form-fields button[type="submit"]{
        font-size: 16px;
    }
}

/*End mailchimp style4*/

