/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.dgtl.it/
 Description:    Starter theme for Divi
 Author:         Julien Ferla
 Author URI:     https://www.julien-ferla.ch
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


.about-wrap h1 {
	display: none !important;
}
.about-wrap img {
    margin: 0;
	width: auto!important;
    height: auto;
    vertical-align: middle;
}



/*------------------------------------------------*/
/* !MOBILE CSS*/
/*------------------------------------------------*/

@media only screen and (min-width: 1350px){



}


@media only screen and ( min-width: 981px ) {






}






/* !Mobile 960px */
/*-------------------[ 960px ]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
		


	
}

/* !Mobile 768px */
/*-------------------[ 768px] ------------------*/
@media only screen and ( max-width: 980px ) {
	



}


@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {


}

@media screen and ( max-width: 782px ) {
	
}

/* !Mobile 480px */
/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {


}
/* !Mobile 320px */
/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {


}

/* !iPhone X */

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
	    
    
}




/* !iPhone 8 */

@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) {
	

}



/* !iPhone 8 Plus */

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
	    
	    


}








	
	
	
	
