/*
Theme Name: Nextawards Child
Template: nextawards
*/


/* Google Fonts Locali*/

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}


.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}


/* PERSONALIZAZIONI */

H1, H2, H3, H4, H5, H6, p {
	color:#15222a!important;
}


/* COLORE VOCI DI MENU */
.menu li a,
.testochiaro{
	color: #e4eef0!important;
}
.testochiaro a{
	color: #e4eef0!important;
	text-decoration: underline!important;
}

.linkarticolo a{
	color:#ea5a39!important;
	text-decoration: underline!important;
}

/* COLORE MENU A TENDINA */
.menu li ul > li > a,
.menu li ul > li > a:hover 
{
	color:#15222a!important;
}

/* COLORE MENU A TENDINA MOBILE*/
@media (max-width: 1190px) {
	 .menu li a {
		color: #15222a!important;
	 }
}

/* COLORE HAMBUGER */
@media (max-width: 1190px) {
    .icon-hamburger span {
        background: #e4eef0!important;
    }
}

footer a, 
footer H1, 
footer H2, 
footer H3, 
footer H4, 
footer H5, 
footer H6, 
footer p{
	color:#e4eef0!important;
	line-height: 1.5;
}
footer a{
	color:#e4eef0!important;
	line-height: 1.5;
}
footer a:hover{
	color:#ea5a39!important;
	line-height: 1.5;
}


.icon-yt{
	filter: brightness(0) invert(1);
}


@media (max-width: 768px) {
 
	
	p, ul, li {
        font-size: 1.05rem!important;
    }
}



.wpcf7-submit
 {
    border-radius: 9999px!important;
    box-shadow: none!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    padding-top: 14px!important;
    padding-right: 35px!important;
    padding-bottom: 14px!important;
    padding-left: 35px!important;
    
}

.wpcf7-submit:hover
{
}