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

.d-none{
	display:none!important
}
#site-loader {
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}


.menu li a {
color: #fff!important;}
.wrapper {
    padding: 0!important;
}
.icon-hamburger span {
    background-color: #fff !important;
}
.loader-content {
  text-align: center;
}
.header__logo-img, .header__logo_white-img {
    width: 70px!important;
    height: auto;
}
.loader-logo {
  width: 320px;
  height: auto;
  animation: fadeIn 1s ease-in-out infinite alternate;
}


@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes fadeIn {
  from { opacity: 0.4; }
  to { opacity: 1; }
}
.p-0 {
    padding: 0!important;
}
.m-0 {
    margin: 0!important;
}
/* yuur customs style here */
@media (max-width: 990px) {
	.menu li a {
color: #000!important;}}
.gs_button_w_icon_prenota{
display: flex!important;}
.titolo-blog{
	z-index:100!important;    
	position: relative;
}
.wp-block-post-featured-image.alignfull img {
    width: 100%;
    object-position: top;
}
.expanel .hideninpanel {
	top: auto!important;
    bottom: 25px!important;
	max-width: 50%;
}
.gsbp-a3b4fda {
    max-width: 1200px !important;
    width: var(--wp--style--global--wide-size, 1200px);
}