/*
Theme Name: Enterprise srl
Template: nextawards
*/


/* yuur customs style here */
/* yuur customs style here */

/* SPACE UNDER THE FIXED HEADER (reduce if there is too much gap) */
.page-template-default .wrapper .spacer,
.page-template-contained-no-title .wrapper .spacer {
  min-height: 150px; /* was 200px – try 130–160 */
}

/* DESKTOP HEADER / MENU HEIGHT */
.header__content {
  padding: 10px 0; /* vertical padding inside the green bar */
}

.header__logo-img {
  width: 170px !important; /* was 230px – smaller logo = shorter header */
}

.header__content .menu {
  padding-top: 5px; /* was 33px – lower value = thinner header */
}

.menu li a {
  color: #fff;
  padding: 8px 14px; /* controls clickable height of each item */
}


@media (max-width: 1190px) {
	.page-template-default .wrapper .spacer,
	.page-template-contained-no-title .wrapper .spacer{min-height: 170px;}

    .header__content { height: 130px;} 
    .header__content .menu{padding-top: 0;}
    .icon-hamburger { top: 40px; }
    .icon-hamburger span { background: #fff; }
    .menu{top: 130px;}
    .menu li a{color: #000;}
}


/*WORDPRESS FILE*/
.wp-block-file .wp-block-file__button{	
	background: #f42c33;
	color:#fff;
	margin:10px;
}
.wp-block-file a{color: #f42c33;}


/*PDF link*/
.pdf{ position: relative; padding: 6px 0 10px 0;}
.pdf a{color: #f42c33; text-decoration: none; padding-left: 35px;}
.pdf a:hover{text-decoration: underline;}

.pdf a::before{
	content: ' ';
	width: 28px;
	height: 30px;
	background: url(img/ico-pdf.png);
	position: absolute;
	top: 0;
	left: 0;
}


.footer-col{padding: 0 3%;}
.footer-col a{color: #fff; text-decoration: underline;}
.footer-col a:hover{color: #dedede;}

/* Privacy Banner (footer) */

#cookieChoiceInfo{bottom:0px!important;top:auto!important; padding: 15px!important; text-align: left!important;background-color: #222!important; color:#fff; font-size: 16px;}
#cookieChoiceInfo a{background: #333; text-decoration: none; font-weight: bold;color:#fff; padding: 4px 8px; border-radius: 3px; margin: 5px!important }
#cookieChoiceInfo #cookieChoiceDismiss{background: #444;}


