/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.blocco_01_HP.titolo{
    margin-bottom:50px !important;
}
span.wpcf7-form-control-wrap {
    opacity: 0.7;
}
.contact_form .one.column {
    width: 98%;
}
.mailname{
    display: flex;
}
.contact_form .check
/*.column.one .check*/{
    float: left;
    width: auto;
    margin-top: 10px;
    width: 5%;
}
.check{
    width: 100% !important;
    margin-bottom: 3%;
    display: grid;
    grid-template-columns: 1fr 11fr;
    align-items: center;
    row-gap: 8%;
}
.contact_form .testo_check,
.column.one .testo_check{
    float: left;
    width: 90%;
    text-align: left;
    color: #000000;
    /*margin-top: 15px;*/
    margin-left: 5px;
}
#Footer .widgets_wrapper{
    padding:15px 0 !important;
}
@media only screen and (max-width: 767px){
    .blocco_01_HP{
        padding-top:20px !important;
        padding-bottom:20px !important;
    }
    .testo_slide{
        font-size: 11px !important;
        line-height: 16px !important;
        top: -50px;
    }
    .testo_anni{
        font-size: 55px !important;
        top: -20px;
        left: -33px;
    }
    .testo_anni_2{
        font-size: 10px !important;
        left: -40px !important;
    }
    .blocco_01_HP.titolo{
        margin-bottom:0 !important;
    }
    .blocco_02_HP,
    .blocco_03_HP
    {
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
}