

/*Begin Mailchimp elementor*/
.elbzotech-mailchimp-default form .mc4wp-form-fields {
    display: flex;
    display: -webkit-flex;
    height: 45px;
    line-height: 45px;
    max-width: 100%;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
}
.elbzotech-mailchimp-default form .mc4wp-form-fields > *,
.elbzotech-mailchimp-default form{
    display: inline-block;
    vertical-align: top;
}
.elbzotech-mailchimp-default input[type="submit"],
.elbzotech-mailchimp-default button[type="submit"]
 {
    border: 0;
    background-color: #fff;
    color: var(--bzo-main-color2);
    min-width: auto;
    height: 45px;
    line-height: 50px;
    display: block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0px 15px;
    position: relative;
    border-radius: 0 5px 5px 0;
    margin-right: -1px;
}
.elbzotech-mailchimp-default input[type="submit"]:hover,
.elbzotech-mailchimp-default button[type="submit"]:hover
{
    color: #fff;
    background: var(--bzo-main-color);
    
}
.elbzotech-mailchimp-default .elbzotech-submit-form .elbzotech-text-bt-mailchimp {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    line-height: 38px;
    color: #fff;
    pointer-events: none;
}
.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]{
    width: 100%;
    height: 45px;
    border-radius: 4px 0 0 4px;
    margin-right: 0px;
    border:none;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #999999;
    background: #fff;
}
.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { /* Edge */
  color: #999999;
}

.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}

.elbzotech-mailchimp-default .mc4wp-form-fields input[type="email"]::placeholder {
  color: #999999;
}
.elbzotech-mailchimp-default form{
    width: 100%;
}
/*Begin style 2*/
.elbzotech-mailchimp-style2{
    text-align: center;
}
.elbzotech-mailchimp-style2 .mc4wp-form-fields input[type="email"]{
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border: none;
    border-radius: 0px;
    text-align: center;
    color: #000;
    font-size: 14px;
    border: 1px solid var(--bzo-border-color);
}
.elbzotech-mailchimp-style2 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholde,
.elbzotech-mailchimp-style2 .mc4wp-form-fields input[type="email"]::-moz-placeholder,
.elbzotech-mailchimp-style2 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder,
.elbzotech-mailchimp-style2 .mc4wp-form-fields input[type="email"]:-moz-placeholder
{
    color:rgb(0 0 0 / 0.5);
}
.elbzotech-mailchimp-style2 input[type="submit"],
.elbzotech-mailchimp-style2 button[type="submit"]
 {
    border: 0;
    background: #c82811;
    color: #000;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
    font-size: 35px;
    margin-top: 30px;
    padding: 0px;
    position: relative;
}
.elbzotech-mailchimp-style2 input[type="submit"] .la-paper-plane,
.elbzotech-mailchimp-style2 button[type="submit"] .la-paper-plane
 {
    transform: rotate(-45deg);
}
.elbzotech-mailchimp-style2 input[type="submit"]:hover,
.elbzotech-mailchimp-style2 button[type="submit"]:hover
{
    color: #000;
}
.elbzotech-mailchimp-style2 button[type="submit"]:before
{
    content: '';
    height: 112px;
    width: 112px;
    display: inline-block;
    background: rgb(254 242 0 / 0.2);
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: -16px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
     transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
        z-index: -1;
}
.elbzotech-mailchimp-style2 button[type="submit"]:hover:before
{
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
/*End Mailchimp elementor*/