/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 05 2022 | 07:44:19 */
/*********************************************************************
TODO: GENERAL
**********************************************************************/
.blog .g5blog__post-meta, .g5blog__single-layout-4 .g5blog__post-meta{
	display: none;
}
/*.g5blog__single-meta-top .entry-meta-cat{
	display: none;
}*/
/*********************************************************************
TODO: DESKTOP
**********************************************************************/
@media (min-width: 1200px) {
	#marchi .elementor-widget-heading{
		margin-bottom: 10px;
	}
	#marchi .elementor-widget-text-editor p{
		margin-bottom: 0;
	}
	footer #logo-footer img{
		width: 20%;
	}
	footer #footer-info .elementor-widget-wrap{
		padding: 0px 15px 0px 15px !important;
	}
}

/*********************************************************************
TODO: TABLET HORIZZONTAL
**********************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
	#marchi .elementor-widget-heading{
		margin-bottom: 10px;
	}
	#marchi .elementor-widget-text-editor p{
		margin-bottom: 0;
	}
	footer #logo-footer img{
		width: 40%;
	}
	footer #footer-info .elementor-widget-wrap{
		padding: 0px 15px 0px 15px !important;
	}
}

/*********************************************************************
TODO: TABLET VERTICAL
**********************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
	#homepage-slider .elementor-element .elementor-widget-container{
		display: flex;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
	}
	#homepage-slider .elementor-element .elementor-widget-container .ube-heading .ube-heading-title{
		font-size: 46px;
	}
	#marchi .elementor-widget-heading{
		margin-bottom: 10px;
	}
	#marchi .elementor-widget-text-editor p{
		margin-bottom: 0;
	}
	footer #footer-1 .elementor-container #footer-col-social{
		order: 1;
	}
	footer #footer-1 .elementor-container #footer-col-logo{
		order: 2;
	}
	footer #footer-1 .elementor-container #footer-col-links{
		order: 3;
	}
	footer #logo-footer img{
		width: 60%;
	}
	footer #footer-info .elementor-widget-wrap{
		padding: 0px 15px 0px 15px !important;
	}
}

/*********************************************************************
TODO: SMARTPHONE
**********************************************************************/
@media (max-width: 767px) {
	#homepage-slider .elementor-element .elementor-widget-container{
		display: flex;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
	}
	#homepage-slider .elementor-element .elementor-widget-container .ube-heading .ube-heading-title{
		font-size: 36px;
	}
	#homepage-slider .ube-slider-dot-position-inset .slick-dots{
		bottom: 30px;
	}
	#marchi .elementor-widget-heading{
		margin-bottom: 10px;
	}
	#marchi .elementor-widget-text-editor p{
		margin-bottom: 0;
	}
	footer #footer-1{
		padding: 0;
	}
	footer #logo-footer img{
		width: 30%;
	}
	footer #social-footer .elementor-element{
		width: 100% !important;
	}
}

