/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



b, strong{font-weight:600}


.partite h2{
     font-weight: 900;
    font-family: "Funnel Display", Sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 55px;
}

.partita{display: flex;  width: 100%; margin-bottom:10px; overflow:hidden;  border-radius: 10px; border: 1px solid var( --e-global-color-b914c10 ); cursor:pointer}


.partita img{width: 50px;     border-radius: 5px;}



/* https://www.instagram.com/p/DFpQOGdMI1i/?img_index=8 */




.squadre{
   
    text-align: center;
    text-transform: capitalize;
    background: #fff;
    color: var( --e-global-color-b914c10 );
    font-weight: 900;
    font-family: "Funnel Display", Sans-serif;
    font-size: 35px;
    display: flex;
    gap: 20px;
    align-items: center;
    min-height: 80px;
    padding: 15px;
    width: 81%;

	  background-size: 200% 100%;
    background-image: linear-gradient(to right, white 50%, var( --e-global-color-primary ) 50%);
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
	
	transition-delay:0, 1s;
	transition-property:background-position, color
}

.partita:hover .squadre{ background-position: -100% 0; color:#fff; 
	transition-delay:0, 1s;
	transition-property:background-position, color}

.partita:hover .squadre .vs{
	color: #fff;
	transition-delay:3s;
   -webkit-transition:all 0.5s;
    -moz-transition: all 5s;
    transition: all 0.5s;}

.squadre .squadra-1,.squadre .squadra-2{width: 40%;     display: flex;     align-items: center; line-height:1.1em}

.squadre .squadra-1{    justify-content: flex-start;}
.squadre .squadra-2{    justify-content: flex-end;}

.squadre .squadra-1 img{margin-right: 10px}
.squadre .squadra-2 img{margin-left: 10px}

.squadre .vs{color: var( --e-global-color-primary ); font-weight: 400; width: 20%;
 
transition-delay:3s;
   -webkit-transition:all 0.5s;
    -moz-transition: all 5s;
    transition: all 0.5s;

}

.orario-squadre {
    background: var( --e-global-color-b914c10 );
    color: white;
    font-family: "Funnel Display", Sans-serif;
    padding: 10px;
    flex-wrap: nowrap;
    width: 20%;

}
.data-partita{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
}

.ora-partita{
    font-size: 25px;
    font-weight: 300;
    line-height: 1em;
}



@media (max-width: 767px) { 
	
	.partite h2{text-align:center; font-size: 45px;}
	.partita{flex-direction:column}
	.orario-squadre, .squadre{width:100%; text-align: center;}
	
	.orario-squadre > div{display:inline-block; padding: 0 10px}
	.ora-partita{font-size:30px}
	.squadre{flex-direction:column;row-gap: 0;}
	
	.squadre .squadra-1, .squadre .squadra-2, .squadre .vs{width:100%;         justify-content: center;}
	
	.squadre .squadra-2 {
 
        flex-direction: row-reverse;
    }
	
	.squadre .squadra-2 img {
    margin-right: 10px;
		margin-left: 0;
}
	
	.squadre .vs{font-size:30px: line-height:1em}
	
	.partita img{width:40px}
}



.sponsor-footer-left  .sponsor{display: flex; flex-direction: row;   flex-wrap: wrap; gap: 50px; row-gap: 20px; margin-bottom:30px; justify-content:start; }

.sponsor-gruppo-1 img {
    height: 55px;
    max-width: 200px;
    object-fit: contain;
}

.sponsor-gruppo-2 img {
    height: 40px;
    max-width: 150px;
    object-fit: contain;
}

.sponsor-gruppo-3 img {
    height: 40px;
    max-width: 100px;
    object-fit: contain;
}

.sponsor-footer-right  .sponsor{display: flex; flex-direction: row;   flex-wrap: wrap; gap: 50px; row-gap: 20px; justify-content:start; }

