/*
Theme Name:     Divi Child
Theme URI:      http://beecreative.it/
Description:    Tema Child per il Divi
Author:         Nicolò Giovenzana
Author URI:     http://beecreative.it/
Template:       Divi
Version:        0.1.0
*/


@media (max-width: 980px){
	.et_pb_slide_description .et_pb_button{
		font-size: 12px;
	}
.sfondoMobile{
	background-position:bottom left;
	background-size: 180%;
	padding-top: 10px !important;
    padding-bottom: 230px !important;
}
.et_pb_fullwidth_header {
    padding: 0px 0 120px 0px !important;
	}
.et_pb_fullwidth_header	.et_pb_fullwidth_header_container{
		width: 94% !important;
	}
.et_pb_fullwidth_section .et_pb_fullwidth_header_container {
    padding-bottom: 0% !important;
}
.et_pb_fullwidth_section .et_pb_fullwidth_header_container h1{
	font-size: 20px;
}
	.et_pb_fullwidth_header_subhead {
    display: none;
}
	
	
	
}



/*** Invertire ordine colonne Divi***/

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
	}
