/*
Theme Name: tema di EHT
Theme URI: https://www.etnahitech.com/
*/

body,html{
	font-family: 'Montserrat', sans-serif;
}
/* FONT WEIGHT */

.regular{
	font-weight: 400;
}

.medium{
	font-weight: 500;
}

.semibold{
	font-weight: 600;
}

.bold{
	font-weight: 700;
}

.doublebold{
	font-weight: 900;
}

/* COLORS */

.bg_light_grey{
	background-color: #F5F5F5;
}

.bg_white{
	background-color:#fff;
}

.bg_gold{
	background-color: #F6B127;
}

.bg_dark_blue{
	background-color: #000531;
}

.white{
	color:#fff;
}

.gold{
	color: #F6B127;
}

.dark_blue{
	color: #000531;
}

/* TITLES */

h1{
	font-size: 48.8px;
	line-height: 58px;
}

h2{
	font-size: 31.3px;
	line-height: 43px;
}

h3{
	font-size: 20px;
	line-height: 35px;
}

h4{
	font-size: 16px;
	line-height: 27px;
}

p{
	font-size: 12.8px;
	line-height: 23px;
}

.numero{
	font-size: 35px;
}

/* NAVBAR */
.nav-link{
	font-size: 16px;
	color:#fff;
}
a.nav-link.active{
  font-weight: 700;
}
.nav-link:hover{
	color: #F6B127;
}

.circle-icon:hover {
    background: #F6B127;
}

/* NAVBAR SCROLLED */

.navbar-fixed-top.scrolled {
  background-color: #000531!important;
  transition: background-color 200ms linear;
}
.nav-link.scrolled {
	background-color: #000531!important;
	color: #fff;
}
.nav-link.scrolled:hover {
	background-color: #000531!important;
    color: #F6B127;
}

nav.navbar.navbar-fixed-top.navbar-expand-xl.fixed-top {
    background-color: #000531!important;
}

/* UTILITY */
button.primary{
	border-radius: 14px;
	color: #000531;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: none;
	border: 2px solid #F6B127;
}

button.primary:hover{
	background-color: #000531;
	color: #F6B127;
}

.circle-icon {
    background: #fff;
    color: #000531;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px!important;
    vertical-align: middle;
    font-size: 13px;
}

/* HOME PAGE */

#home_header{
	background-image: url('css/img/home/home_header.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

.row-homepage{
	height: 600px;
	padding-top: 60px;
}

/* HOME SECTION 1 */

.box{
	min-height: 237px;
	line-height: 237px;
}

.icona{
	width: 20px;
	height:20px;
	font-size: 20px;
}
.vertical{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

/* HOME SECTION 2 */
#home_section_2{
	background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),url('css/img/home/home_section_2.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

.row-section2{
	height: 700px;
}

.cerchio{
	width: 20px;
	height:20px;
	font-size: 20px;
	margin-right: 20px;
}

.grid{
	display: inline-grid;
}

/* HOME SECTION 3 */
.block_grey{
	border-radius: 8px;
}

.block_grey:hover{
	background-image: url('css/img/home/bg_hover.webp');
	background-repeat: no-repeat;
	background-size: cover;
}

.block_grey:hover h4, .block_grey:hover .numero { color:#fff; }

/* HOME SECTION 4 */
#home_section_4{
	background-image: url('css/img/home/home_section_5.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

.secondary{
	border-radius: 14px;
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: none;
	border: 2px solid #fff;
	background-color: transparent;
	margin-left: 30px;
}

button.secondary:hover{
	background-color: #000531;
	color: #F6B127;
	border: 2px solid #F6B127;
}

/* HOME SLIDER */
.carousel-control-next, .carousel-control-prev{
	opacity: 1!important;
	background: transparent!important;
}



.carousel-control-next > i {
	border-radius: 5px;
}

.carousel-control-next:hover .fa-chevron-square-right:before{
	border-radius: 5px;
  	background-color: #000531!important;
  	color: #F6B127!important;
}


.fad:after {
    color: #F6B127!important;
    opacity: 1!important;
}

.fad:before {
    position: absolute;
    color: #000531!important;
    opacity: 1!important;
}

.third{
	border-radius: 14px;
	color: #000531;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: none;
	border: 2px solid #F6B127;
	background-color: transparent;
	margin-left: 30px;
}

button.third:hover{
	background-color: #000531;
	color: #F6B127;
	border: 2px solid #F6B127;
}

ul.bando {
    margin: 0px!important;
    padding: 0px;
}

li.formazione{
	list-style: none;
	margin-bottom: 10px;
}

/* FOOTER 1 */
a.footer{
	font-size: 12.6px;
	text-decoration: none;
}

a.footer:hover{
    color: #F6B127;
}


#menu-social-1 a {
	padding: 10px;
}

/* AMBITI APPLICATIVI E PROGETTI */

#applicativi_header{
	background-image: url('css/img/applicativi/header_applicativi.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

.row-applicativi{
	height: 400px;
	padding-top: 60px;
}

.w-10{
	width: 10%;
}

.w-20{
	width: 20%;
}

.block_service{
	border-radius: 2px;
	height: 240px;
	margin-top: 30px;
	position: relative;
}

.child{
	position: absolute;
	width: 100%;
 	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.block_service:hover{
	background-image: url('css/img/home/bg_hover.webp');
	background-repeat: no-repeat;
    border-radius: 2px;
    background-size: cover;
    background-position: center;
}

.block_service:hover h3, .block_service:hover img.icon, .block_service:hover i { filter: brightness(0) invert(1);}


.block_service:hover button {
	background-color: transparent;
	color: #F5F5F5; 
	border: 2px solid #F5F5F5;
}

button.blu{
	border-radius: 14px;
	color: #F5F5F5;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: none;
	border: 2px solid #000531;
	background-color: #000531;
}

.icon{
	height: 43px;
	margin-bottom: 15px;
}

/* ATTIVITÁ */

#attivita_header{
	background-image: url('css/img/attivita/header_attivita.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* LAVORACONNOI */

#lavoraconnoi_header{
	background-image: url('css/img/lavoraconnoi/header_lavoraconnoi.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* FABBRICHE CONSORZIATE */

#fabbricheconsorziate_header{
	background-image: url('css/img/consorzi/header_fabbriche.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}
.regione{
	padding-top: 3rem;
	padding-right: 3rem;
}
#select-container{
	text-align: center;
}

#results-container > div {
    display: none;
}

.selettore{
	border-radius: 14px;
    font-size: 12px;
    padding: 10px;
    box-shadow: none;
    border: 2px solid #F6B127;
}
.selettore:focus-visible{
	outline: none;
}
select option{
   -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}

#results-container{
	background-color:#fff;
}

.block_consorzi{
	border-radius: 8px;
	height: 450px;
	margin-top: 30px;
	position: relative;
}

.block_consorzi:hover{
	background-image: url('css/img/home/bg_hover.webp');
	background-repeat: no-repeat;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

.block_consorzi:hover button {
	background-color: transparent;
	color: #F5F5F5; 
	border: 2px solid #F5F5F5;
}


.block_consorzi img.logo { }

.block_consorzi:hover h4, .block_consorzi:hover p, .block_consorzi:hover img.logo { filter: brightness(0) invert(1);}

/* CONTATTI */

#contatti_header{
	background-image: url('css/img/contatti/header_contatti.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}
#contatti_section_2{
	background-image: url('css/img/contatti/manocyborg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
ul.contatti{
	margin: 0px!important;
	padding: 0px!important;
}
li.contatti {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
    font-size: 20px;
}
li.contatti a i:hover {
    color: #F6B127;
}
i.contatti{
	background-color: #F6B127;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px!important;
    vertical-align: middle;
    font-size: 20px;
    margin-bottom: 10px;
}

li.certificati{
	list-style: none;
    margin-bottom: 10px;
    display: contents;
}
img.certificati{
	width: 5%;
    display: inline-block;
    margin-right: 20px;
}
img.certificato27001{
    width:8.5%;
    display: inline-block;
}
@media screen and (max-width: 500px) {
    img.certificati{
    	width: 50%;
        display: block;
        margin: auto;
        margin-bottom: 3rem;
    }
    img.certificato27001 {
    	width: 50%;
        display: block;
        margin: auto;
        margin-bottom: 3rem;
    }
}
/* SI.MOVE */

#simove_header{
	background-image: url('css/img/simove/header_simove.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

.block_informazioni{
	border-radius: 8px;
}

.block_informazioni:hover{
	background-image: url('css/img/home/bg_hover.webp');
	background-repeat: no-repeat;
	background-size: cover;
}

.block_informazioni:hover h3{
	color: #F6B127;
} 

.block_informazioni:hover h2{
	color: #fff;
}

.block_informazioni:hover h4{
	color: #fff;
}

.block_informazioni:hover i{
	color: #F6B127;
}

.block_informazioni:hover button {
	background-color: transparent;
	color: #F5F5F5; 
	border: 2px solid #F5F5F5;
}

.blocco_servizi{
	border-radius: 10px;
	height: 223px;
	margin-top: 30px;
	position: relative;
}

.blocco_servizi_child{
	position: absolute;
	width: 80%;
 	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.blocco_servizi:hover{
	background-color: #000531;
	background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.blocco_servizi:hover h3, .blocco_servizi:hover img.icon { filter: brightness(0) invert(1);}

.blocco_servizi:hover button {
	background-color: transparent;
	color: #F5F5F5; 
	border: 2px solid #F5F5F5;
}

.blocco_servizi_titolo{
	font-size: 25px;
	line-height: 43px;
}

/* ISYPORT */

#isyport_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/isyport/header_isyport.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

.blocco_partner{
	border-radius: 14px;
	height: 68px;
	margin-top: 30px;
	position: relative;
}

.blocco_partner_child{
	position: absolute;
	width: 100%;
 	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.blocco_partner:hover{
	background-color: #000531;
	background-repeat: no-repeat;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
}

.blocco_partner:hover p, .blocco_partner:hover img.icon { filter: brightness(0) invert(1);font-weight: 700;}

.blocco_partner:hover button {
	background-color: transparent;
	color: #F5F5F5; 
	border: 2px solid #F5F5F5;
}

.blocco_partner_titolo{
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 22px;
}

/* SMART-TRACK */

#smart-track_header{
	background-image: url('css/img/smart-track/bg_smart-track.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* EWAS */

#ewas_header{
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url('css/img/ewas/bg_ewas.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}
.info_project{
	position: relative;
	height: 150px;
	border-radius: 8px;
}

.info_project:hover{
	background-image: url('css/img/home/bg_hover.webp');
	background-repeat: no-repeat;
	background-size: cover;
}

.info_project:hover h3{
	color: #F6B127;
} 

.info_project:hover h2{
	color: #fff;
}

.info_project:hover h4{
	color: #fff;
}

.info_project:hover i{
	color: #F6B127;
}

.info_project:hover button {
	background-color: transparent;
	color: #F5F5F5; 
	border: 2px solid #F5F5F5;
}
/* GENESIS */

#genesis_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/genesis/bg_genesis.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* CAPACITY */

#capacity_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/capacity/bg_capacity.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* AEROMAT */

#aeromat_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/aeromat/bg_aeromat.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* SPIFFERO */

#spiffero_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/spiffero/bg_spiffero.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* TAS */

#tas_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/tas/bg_tas.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* CLOUD4CITY */

#cloud4city_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/cloud4city/bg_cloud4city.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

.info{
	height: 223px;
	position: relative;
}

.block_informazioni_child {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partner{
	height: 70px;
	position: relative;
}

/* BIOSPEC3 */

#biospec3_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/biospec3/bg_biospec3.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/*  PRE3PRECUBE */
#pre3precube_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/pre3precube/bg_pre3precube.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* BIOSPEC2 */

#biospec2_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/biospec2/bg_biospec2.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* E-INCLUSION */

#e-inclusion_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/e-inclusion/bg_e-inclusion.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* ETNASOCIALICT */

#etnasocialict_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/etnasocialict/bg_etnasocialict.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}


/* SOCIALINNOVATIONNET */

#socialinnivationnet_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/socialinnivationnet/bg_socialinnivationnet.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* DIGITAL SOCIAL DESK */

#digitalsocialdesk_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/digitalsocialdesk/bg_digitalsocialdesk.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* CLARA */

#clara_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/clara/bg_clara.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* I.S.M.I*/

#ismi_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/ismi/bg_ismi.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* I.S.M.I*/

#feedcompany_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/feedcompany/bg_feedcompany.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* TEMI MIRATI */

#temimirati_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/temimirati/bg_temimirati.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* ECOSISTEMADIGITALESICILIA */

#ecosistemadigitalesicilia_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/ecosistemadigitalesicilia/bg_ecosistemadigitalesicilia.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* PRIMUS */

#primus_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/primus/bg_primus.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* PRIMUS */

#primus_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/primus/bg_primus.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* REGISTRO ELETTRONICO */

#registroelettronico_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/registroelettronico/bg_registroelettronico.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* REGISTRO ELETTRONICO */

#registroelettronico_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/registroelettronico/bg_registroelettronico.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* MACROAREA GENERICA */

#macroarea_header{
	background-image: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)),url('css/img/macroarea/bg_macroarea.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}


/*  PRE3PRECUBE */
#pre3precube_header{
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url('css/img/pre3precube/bg_pre3precube.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

.header-wrap {
  text-align: center;
  padding: 40px 50px;
}

.header-wrap-formazionre {
  text-align: center;
}

.hero-breadcrumb {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

.hero-breadcrumb a{
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

.hero-breadcrumb a:hover{
    color: #F6B127;
}

.yarpp-related .yarpp-thumbnail-title {
    text-decoration: none!important;
    text-align: center!important;
    font-size: 20px!important;
    margin-bottom: 0px!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default{
	height: 200px!important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	border: none!important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	margin: 30px!important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
	margin-top: 20px!important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: auto!important;
}

span.yarpp-thumbnail-title {
    color: #000531;
}

span.yarpp-thumbnail-title:hover {
    color: #F6B127;
}

.wpb-page-list{
    display: block;
    margin: 10px 0 35px;
}
.wpb-page-list__item{
    align-items: center;
    text-decoration: none;
    margin: 10px 0;
}
.wpb-page-list__item:hover h4{
    text-decoration: underline;
    color: #F6B127;
}
.wpb-post-list img,
.wpb-post-list__no-image{
    display: block;
    width: 60px;
    height: 60px;
}
.wpb-post-list__no-image{
    background: #aaa;
}
.wpb-page-list__item h4{
    text-decoration: none!important;
    text-align: center!important;
    font-size: 20px!important;
    margin-bottom: 0px!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    color: #000531;
    margin-top: 15px;
}
.wpb-page-list__item p {
    font-size: 1rem;
    color: #555;
}

ul.bando::after{
	margin-bottom: 10px;
}

.wp-block-button__link{
	border-radius: 14px!important;
	color: #000531;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 340px;
	box-shadow: none;
	border: 2px solid #F6B127!important;
	background-color: #F6B127;
	margin: 0 auto;
}


.wp-block-button__link:hover{
	background-color: #000531;
	color: #F6B127;
}

ul.lista > li{
	font-weight: 400;
    font-size: 20px;
    line-height: 40px;
}

ul.lista{
	margin-top: 10px;
	margin-bottom: 20px;
}

.is-style-wide{
	margin-top: 50px;
	margin-bottom: 50px;
}

img.attachment-600x200.size-600x200.wp-post-image {
    width: 100%;
}

ul#menu-social li {
    margin-left: 10px;
}

.wp-block-file{
	border-radius: 14px!important;
	color: #000531;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 70%;
	box-shadow: none;
	border: 2px solid #F6B127!important;
	background-color: #F6B127;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.wp-block-file > a{
	text-decoration: none;
	color: #000531;
}

.wp-block-file > a:hover{
	text-decoration: none;
	color: #fff;
}

.wp-block-file:hover{
	color: #fff;
}

.wp-block-column.has-white-color.has-text-color.has-background{
	padding: 20px;
	border-radius: 20px;
}

/* GARANZIA GIOVANE */

#garanziagiovani{
	background-image: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)),url('css/img/garanziagiovani/bg_garanzia.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}

/* ASSEMBLEA SOCI 2024 */

#as2024_header{
	background-image: url('css/img/assemblea-soci-2024/header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}