/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://etecminds.com
 Description:  A Super Theme Made with ❤ by Etec Minds
 Author:       etecminds.com
 Author URI:   https://etecminds.com
 Template:     Divi
 Version:      1.1.2
*/


/*
/////////////////////////////////////////////////
SUPERFLY PHOENIX THEME - CUSTOM CSS
PLACE YOUR CUSTOM CSS AT THE VERY BOTTOM
EDIT AT YOUR OWN RISK
/////////////////////////////////////////////////
*/


/*
/////////////////////////////////////////////////
ETEC STYLE
/////////////////////////////////////////////////
*/

#contatti {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
}

#contatti .et_pb_blurb:nth-child(1) .et_pb_blurb_content,
#contatti .et_pb_blurb:nth-child(2) .et_pb_blurb_content,
#contatti .et_pb_blurb:nth-child(3) .et_pb_blurb_content {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    gap: 28px;
    align-items: center;
}


#contatti .et_pb_blurb_content .et_pb_main_blurb_image {
	margin-bottom: 0;
}

.inverti-ordine .et_pb_blurb_content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.inverti-ordine .et_pb_module_header {
    font-size: 17px;
    line-height: 1.5em;
    padding-bottom: 0;
    letter-spacing: 0.5px;
    min-height: 55px; 
}

.inverti-ordine .et_pb_main_blurb_image {
    margin-bottom: 0;
    margin-top: 35px; 
}

.inverti-ordine .et_pb_main_blurb_image img,
.inverti-ordine .et_pb_main_blurb_image .et-pb-icon {
    max-height: 140px;
    width: auto;
}

.inverti-ordine .et_pb_blurb .et_pb_image_wrap {
	width:80%;
}

.testo-sartoria {
    max-width: 900px;         
    margin: 0 auto ; 
    text-align: center ; 
    line-height: 2.2em; 
    font-size: 15px !important;         
}

.testo-sartoria strong {
    background-color: #ffffff; 
	font-weight: normal !important;
    font-size: inherit !important;
}


#blocco-servizi h3 {
    margin-top: 30px ;
    margin-bottom: 30px ;
}

#blocco-servizi p {
	max-width: 900px;
    line-height: 2.2em;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width:768px) {
	
	.inverti-ordine .et_pb_main_blurb_image {
    	margin-bottom: 0;
    	margin-top: 15px; 
	}
	
	.inverti-ordine .et_pb_module_header {
		min-height: unset; 
	}

}