.accua-form-view-sidebyside .pfbc-fieldwrap {
    width: 56%;
    display: inline-block;
}
.accua-form-view-sidebyside .pfbc-textbox, .accua-form-view-sidebyside .pfbc-textarea, .accua-form-view-sidebyside .pfbc-select {
    width: 98% !important;
    display: block;
    border: 1px solid #aaa7a7;
    padding: 2px;
}
button.accuaform-fieldname-valider.accuaform-fieldtype-submit{
    color: #fff;
    background-color: #446084;
    background-color: var(--primary-color);
    border-color: rgba(0,0,0,0.05);
}


#block_widget-3 .accua-form-view-sidebyside .pfbc-buttons {
    text-align: left;
}
#block_widget-3 button.accuaform-fieldname-valider.accuaform-fieldtype-submit {
    color: #777;
    background-color:#ffffffe8;
    border-color: rgba(255,255,255,0.5);
}
#block_widget-3 .accua-form-view-sidebyside .pfbc-fieldwrap {
    width: 75%;
    display: inline-block;
}


#mailpoet_form_1 form.mailpoet_form {
     padding: 0px !important;
}
.widget-container-primary .widget-title{
  padding-bottom: 5px;
  margin-bottom: 5px;}
h3.widget-title{margin-top:10px;}
#text-2 h3.widget-title{margin-top:20px;padding-bottom:5px;margin-bottom:5px;}

#block_widget-3  input[type='email']{color:#FFFFFF !important;}


#widget-areas-2788_php_code{margin-left:25%;}

body:not(.ux-builder-iframe) .image_zoom_g{
-webkit-transition: all 0.5s ease-in-out;    
-moz-transition: all 0.5s ease-in-out;    
transition: all 0.5s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     


body:not(.ux-builder-iframe) .image_zoom_g:hover,  
body:not(.ux-builder-iframe) .image_zoom_g:active,   
body:not(.ux-builder-iframe) .image_zoom_g:focus{
background-color:#424242;
/**adjust scale to desired size, 
add browser prefixes**/
padding:5px;
-ms-transform: scale(2);    
-moz-transform: scale(2);  
-webkit-transform: scale(2);  
-o-transform: scale(2);  
transform: scale(2);    
position:relative;      
z-index:9000;  
}

body:not(.ux-builder-iframe) .image_zoom_p{
-webkit-transition: all 0.5s ease-in-out;    
-moz-transition: all 0.5s ease-in-out;    
transition: all 0.5s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     


body:not(.ux-builder-iframe) .image_zoom_p:hover,  
body:not(.ux-builder-iframe) .image_zoom_p:active,   
body:not(.ux-builder-iframe) .image_zoom_p:focus{
background-color:#424242;
/**adjust scale to desired size, 
add browser prefixes**/
padding:5px;
-ms-transform: scale(1.5);    
-moz-transform: scale(1.5);  
-webkit-transform: scale(1.5);  
-o-transform: scale(1.5);  
transform: scale(1.5);    
position:relative;      
z-index:9000;  
}

#mailpoet_form-14{
  margin-left: 20%;
  list-style-type: none;
}
#mailpoet_form_5
{
margin-left: 9%;
}
button.cc-revoke.cc-bottom {
    bottom: -3px;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}
button.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(1em);
}