/*
Theme Name: Indaweb Child
Template: Divi
Theme URI: https://indaweb.it
Author: Indaweb
Author URI: https://indaweb.it
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

@media screen and (max-width: 980px) {
    .reverse {
        display: flex!important;
        flex-direction: column-reverse!important;
    }
} 
@media screen and (min-width:981px){
	#main-header .container{
		max-width:100%!important;
		width:90%!important;
	}
}

/*----------Servizi------------*/
.carosello-servizi .dipl_image_card_icon_wrapper{
	margin-bottom:55%;
}
.carosello-servizi .dipl_image_card_icon.et-pb-icon {
	color:#fff!important;
	font-size:50px!important;
	transition: transform 0.5s ease;
}
.carosello-servizi .dipl_image_card_icon.et-pb-icon:hover{
	transform: rotate(180deg);
}
@media screen and (max-width:980px){
	.carosello-servizi .dipl_image_card_icon_wrapper{
	margin-bottom:35%;
	}
	.carosello-servizi .dipl_image_card_icon.et-pb-icon {
	font-size:40px!important;
}
}