/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/


/*For manual modify of the form int he webSite.*/
.no-margin-h .column {
    margin-right: 8px!important; /*def = 0 */ 
}

span.wpcf7-form-control-wrap {
    width: 98%!important; /*def = 100 */
}

.no-margin-h .one-second.column {
    width: 49%!important; /* def = 50 */
}
/* --------------------------------------------*/ 
/* ridimensione immagine nella pagina servizi -> digital marketing */
.ridimensioneImageMarketing{
	width:75%!important;
}

.section .section-decoration.top {
    height: 100%;
}


#smoothup { 
height: 40px; 
width: 40px; 
position:fixed;
bottom:50px;
right:100px;
text-indent:-9999px;
display:none;
background: url("http://www.example.com/wp-content/uploads/2013/07/top_icon.png"); 
-webkit-transition-duration: 0.4s; 
-moz-transition-duration: 0.4s; transition-duration: 0.4s; 
}
 
#smoothup:hover {
background: url('') no-repeat;
}