/*
 Theme Name: 	Caliris WP Child
 Theme URI: 	http://demo.cocobasic.com/caliris-wp/
 Description: 	Caliris WP Child Theme
 Author: 		CocoBasic
 Author URI:  	http://www.cocobasic.com 
 Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
 Template:		caliris-wp
 Text Domain: 	caliris-wp-child
*/

/* sistemazioni css 2019 HOME*/

/* MENU */

#mega-menu-wrap-custom_menu #mega-menu-custom_menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
}

/* BLOG */
.section.post-13382, .section.post-16576, .section.post-13409{
background-image:linear-gradient(to right, #f5f5f5, #f5f5f5, #FFF);
}

.blog-item-holder-scode {
    margin: 10px 0 !important;
    width: 30% !important;
    display: inline-block !important;
    margin-right: 25px !important;
}

.blog-holder-scode {
    margin-top: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.blog-holder-scode .more-posts-link {
    width: 30% !important;
    height: 70px !important;
}

.blog-holder-scode .more-posts-link img {
    margin-top: 6px !important;
}

@media screen and (max-width:899px){
	.blog-holder-scode {
    margin-top: 0 !important;
    display: block !important;
}
	.blog-item-holder-scode {
    width: 90% !important;
    display: inline-block !important;
    margin-right: 5% !important;
	margin-left: 5% !important;
}
	.blog-holder-scode .more-posts-link {
    width: 90% !important;
    height: 70px !important;
}
}
