/*
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 */

.immagini-home .et_pb_image_wrap img{
	max-height: 100%;
    height: 325px;
    object-fit: cover;
	max-width:100%;
	width:100%;
}
.et-social-linkedin a.icon:before{
	content: "\e09d"!important;
}
.et-social-youtube a.icon:before{
	content: "\e0a3"!important;
}
.et_pb_blog_grid img{
	height:220px!important;
	object-fit:cover!important;
}
.et_pb_blog_grid .post-content-inner{
	margin-bottom:20px!important;
}
.et_pb_blog_grid .et_pb_post{
	height:550px!important;
}
@media screen and (max-width: 1620px) and (min-width: 768px) {
	.et_pb_blog_grid .et_pb_post{
	height:700px!important;
	}
}