
button[type="submit"]:hover{
    cursor: pointer;
}
/*Begin Mailchimp elementor*/
.elbzotech-mailchimp-global-default .mc4wp-form-fields{
  display: flex;
  background: #171717;
  border-radius: 10px;

}
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]{
    padding: 0 20px;
    border: none;
    border-radius: 10px;
    background: #171717;
    width: 100%;
    color: #CFCFCF;
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder,
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]::-moz-placeholder,
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]:-ms-input-placeholder,
.elbzotech-mailchimp-global-default .mc4wp-form-fields input[type="email"]:-moz-placeholder{
    color: #CFCFCF;
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields button[type="submit"]{
    border: none;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    text-transform: uppercase;
    background: linear-gradient(270deg, var(--bzo-main-color) 0%, var(--bzo-main-color2) 100%);
    border-radius: 10px;
    font-family: inherit;
    color: #fff;
    height: 44px;
    margin: 2px;
}
.elbzotech-mailchimp-global-default .mc4wp-form-fields button[type="submit"]:hover{
    transition: all .2s ease-in-out;
    color: var(--bzo-gray-color); 
}
@media(max-width: 767px){
    .elbzotech-mailchimp-global-default .mc4wp-form-fields button[type="submit"]{
        font-size: 14px;
        padding: 10px 15px;
    }
}

/*Begin style 2 - popup newsletter */
.elbzotech-mailchimp-global-style2{
    position: fixed;
    left: 0;
    right: 0;
    top: -40%;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    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;
}
.elbzotech-mailchimp-global-style2 .elbzotech-close-popup{
    right: 15px;
    top: 15px;
    font-size: 22px;
    color: #454545;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.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;
    line-height: 40px;
    font-weight: 600;
}
.elbzotech-mailchimp-global-style2 .content-popup-mailchimp .desc{
    margin-bottom: 15px;
}
.elbzotech-mailchimp-global-style2 .adv-thumb-link{
    width: 40%;
}
.elbzotech-mailchimp-global-style2 .info-mailchimp{
    width: 68%;
    padding: 45px 15% 50px 0px;
    text-align: center;
    overflow-y: auto;
    scrollbar-width: none;
}
.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: #f5f5f5;
    height: 54px;
    border: none;
    border-radius: 15px;
    color: #727272;
    font-size: 14px;
    border: none;
    margin-bottom: 20px;
}
.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: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 30px;
    font-size: 16px;
    line-height: 24px;
    height: auto;
    border-radius: 40px 8px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: var(--bzo-body_typo-font-family);
    overflow: hidden;
    transition: .3s;
    background: linear-gradient(270deg, var(--bzo-main-color) 0%, var(--bzo-main-color2) 100%);
    position: relative;
    overflow: hidden;
}
.elbzotech-mailchimp-global-style2 button[type="submit"]:hover,
.elbzotech-mailchimp-global-style2 button[type="submit"]:focus
{
    color: #fff;
    transition: .3s;
    border-radius: 8px;
    background: linear-gradient(270deg, var(--bzo-main-color) 0%, var(--bzo-main-color2) 100%);
}

.elbzotech-mailchimp-global-style2 .item-social
{
    padding: 0px 10px;
    margin-top: 22px;
    color: #293042;
    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;
}
.elbzotech-mailchimp-global-style2 .dont-show label{
    margin-left: 5px;
}

/*--------------*/

/*End Mailchimp elementor*/
@media(max-width: 1200px) {
    
}

@media(max-width: 880px) {
    .elbzotech-mailchimp-global-style2 .content-popup-mailchimp .title{
        font-size: 30px;
        line-height: 36px;
    }
}

@media(max-width: 880px) {
    .elbzotech-mailchimp-global-style2 .info-mailchimp .desc{
        font-size: 14px;
        line-height: 24px;
    }
    .elbzotech-mailchimp-global-style2 .adv-thumb-link {
        display:none
    }

    .elbzotech-mailchimp-global-style2 .info-mailchimp {
        width: 100%;
        padding: 30px
    }
    .elbzotech-mailchimp-global-style2 .elbzotech-close-popup{
        top: 5px;
        right: 5px;
    }
    .elbzotech-mailchimp-global-style2 .content-popup-mailchimp .title{
        font-size: 26px;
        line-height: 32px;
    }
}

/*Mailchimp style 3 - Footer home 2*/
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields{
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 2px;

}
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields input[type="email"]{
    padding: 0 20px;
    border: none;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    color: #727272;
}
.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: none;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 20px;
    text-transform: uppercase;
    background: var(--bzo-main-color);
    border-radius: 10px;
    font-family: inherit;
    color: #fff;
    height: 50px;
    margin: 0px;
}
.elbzotech-mailchimp-global-style3 .mc4wp-form-fields button[type="submit"]:hover{
    transition: all .2s ease-in-out;
    background-color: var(--bzo-main-color-darken); 
}
@media(max-width: 767px){
    .elbzotech-mailchimp-global-style3 .mc4wp-form-fields button[type="submit"]{
        font-size: 14px;
        padding: 10px 15px;
    }
}

