/*
Theme Name: miexpo Child
Author: Fabio Marcozzi
Author URI: https://fabiomarcozzi.it
Description: -
Version: 1.0
Template: miexpo
Text Domain:  miexpo-child
*/

/* @font-face { 
	font-family: Gurmukhi MN; 
	src: url(https://itw-nova.it/wp-content/themes/miexpo-child/fonts/gurmukhimn-01.ttf); 
	font-weight: normal; 
} */
#titoloHomePage{
	font-family: Gurmukhi MN; 
}
.main-menu, .nav-outer{
	display: none;
}


.btn-style-one{
	font-size: 1.3em;
	margin-right: 20px !important;
	font-family: Arimo;
}
.btn-style-two{
	font-size: 1.5em;
	margin-right: 30px !important;
}
.btn-style-three{
	font-size: 1.5em;
	margin-left: 30px !important;
}
#footerLink{
	height: 100px;
}
#footerLink img{
	max-height: 80%;
	padding: 0px 20px;
}
/*Disattivo il Click sugli eventi del giorno*/
.event-block .inner-box .info-column h2 a{
	cursor: unset !important;
	pointer-events: none;
}
/*Nascondo l'orario negli eventi in home page*/
.event-time{
	display: none !important;
}
/*Nascondo i pulsanti PHOTO e TESTIMONIAL in home page*/
.outer-box .btn-box{
	display: none !important;
}
.fact-counter .column .inner .content{
	text-align: center;
	padding-left: unset !important;
}

.fact-counter .column .inner .count-outer{
	position: unset !important;
	background-size: 100% 100% !important;
}
.fact-counter .column .inner .counter-title{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.elementor-widget-social-icons{
	flex: auto;
}
/*Distanzio gli sponsor e limito la loro larghezza */
.sponsors-list a{
	max-width: 360px;
	margin-left: 50px;
	margin-right: 50px;;
}
/*logo di twitter*/
.fab.fa-twitter::before {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="-3 -1 30 31" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="-3 -1 30 31" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
}