/*
Theme Name: Costruire Correttamente
Theme URI: https://woomera.eu
Template: Divi
Author: Woomera
Author URI: https://woomera.eu
Description: Crafted with &lt;3 by Woomera using DIVI from Elegant Theme
Version: 4.17.4.1655880615
Updated: 2022-06-22 08:50:15

*/
/*
h1{ 
	-webkit-text-stroke: 2px white !important; 
     -webkit-text-fill-color: transparent !important;
}


h1:after{
	content:'';
    display: block;
    height: 15px;
    width: 150px;
    position: absolute;
    background: white;
	align-items:center;

}
*/
h2, h3, h4{
	padding-bottom: 15px;
}

.lift .et_pb_button:hover{
	box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
	margin-top: -5px;
	margin-bottom: 5px !important;
}
.widgettitle{
	padding-bottom: 20px;
}
.widgettitle:after {
	content: '';
	margin-top:8px;
	margin-bottom:8px;
    display: block;
    height: 5px;
    width: 50px;
    position: absolute;
    background: #2b2b92;
}
.widgetsubtitle{
	color: #2b2b92 !important;
    font-weight: bold!important;
}
.widgetsubtitle a:hover{
	color: #666 !important;
}
.partner_img{
	filter : grayscale(1);
	opacity: .7;
	transition: all .3s;
}
.partner_img:hover{
	filter : grayscale(0);
	-webkit-filter : grayscale(0);
}
.card_hover{
	transform: scale(1);
	transition: 0.15s all ease;
}
.card_hover_color:hover{
	border: 2px solid #2b2b92 !important;
	transition: 0.3s;
}

.card_hover_color:hover .et-pb-icon{
	color: #2b2b92 !important;
}

.card_hover:hover{
  transform: scale(1.2);
  margin-top: 10px;
}

@media only screen and (max-width:980px) {
	h1{
		font-size: 30px !important;
	}
}