/*
 * Theme Name: nextawards-child
 * Template:   nextawards
  */

a.header__logo,
img.header__logo-img{width:50px;height:auto;}

html{scroll-behavior: smooth ;}

/* No immagini in evidenza nell'articolo */
.single-post .wp-post-image {
	display: none!Important;
}

.footer-container hr{display:none;}
.footer-container a{color:#fff;}
.footer-container a:hover{color:#fff;}

/* Cambio larghetta footer*/
.my-footer{width: 950px}

@media (max-width: 768px) {
	.my-footer{text-align:center;}
	.my-footer{width: auto;}
}