body {
	font-family: 'Roboto',arial,sans-serif;
    /*font-family: 'Roboto-Regular';*/
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    font-weight: 400;
    color: #555B62;
    background: white;
}
* {
    box-sizing: border-box;
}
section {
    position: relative;
}

/* LINKS & BUTTONS
------------------------------------------------------------------------------------------------------*/
#correlati li a, a.archive-link {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5em;
    margin: 15px 0;
	display: inline-flex;
	align-items: center;
}
#correlati li a:after, a.archive-link:after {
    content: "";
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
a {
    color: #4C545A;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.cell a,
.hp-single-news a {
    text-decoration: none;
}
.info-contatti.cell a {
    text-decoration: underline;
}
a.nohover:hover {
    color: #fff;
}
a.readmore:hover {
    color: #fff;
}
a:hover, input[type="submit"], .current-menu-item a {
    color: #DE1D83;
}
input[type="submit"] {
    font-family: 'Montserrat';
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    background: transparent;
}
/* BACKGROUND COLOR
------------------------------------------------------------------------------------------------------*/
.dark-gray {
	background-color: #4C545A;
}
.gray {
	background-color: #DFDEDE;	
}
.light-gray {
	background-color: #F4F4F4;
}
.beige {
	background-color: #F8F7F3 !important;
}
.bg-white {
    background-color: #fff;
}

/* ALIGNMENT
------------------------------------------------------------------------------------------------------*/
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }


/* EFFECT
------------------------------------------------------------------------------------------------------*/
.ombra {
    text-shadow: 2px 2px 0px rgba(10, 10, 10, 0.5);
}
.inclina {
    transform:skew(0deg,5deg);
    -ms-transform:skew(0deg,5deg);
    -webkit-transform:skew(0deg,5deg);
}
.raddrizza {transform:skew(0deg,-5deg);-ms-transform:skew(0deg,-5deg);-webkit-transform:skew(0deg,-5deg);}
hr.ombra {
    position: relative;
    content: "";
    display: block;
    transform: skew(0deg,-5deg);
    -ms-transform: skew(0deg,-5deg);
    -webkit-transform: skew(0deg,-5deg);
    background: #4c545a;
    height: 260px;
    border: none;
    margin-top: -260px;
    z-index: 1;
}
hr.ombra.reverse {
    z-index: 2;
    margin-bottom: -260px;
    margin-top: 0;
}
/* IMAGES
------------------------------------------------------------------------------------------------------*/
.img-fit {
    width: 100%;
    height: 100%;
    object-position: center;
}
.img-fit-cover {
    object-fit: cover;
}
.img-fit-contain {
    object-fit: contain;
}
/* COLOR
------------------------------------------------------------------------------------------------------*/
.pink {
    color: #de1d83;
}
/* ARROWS
------------------------------------------------------------------------------------------------------*/
.slick-arrow:before {
    content: "";
    border: solid;
    display: inline-block;
    padding: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.slick-prev:before {
    border-width: 2px 0px 0px 2px;
}
.slick-next:before {
    border-width: 0 2px 2px 0;
}
button.slick-arrow {
	z-index: 3;
}
button.slick-prev.slick-arrow {
    left: 0;
}
button.slick-next.slick-arrow{
    right: 0;
}


/* DISPLAY
------------------------------------------------------------------------------------------------------*/
.df {
	display: flex;
}
.fg {
	flex-grow: 1;
}
.dfjc {
	justify-content: center;
}
.dfjcsb {
    justify-content: space-between;
}
.dfai {
	align-items: center;
}
.a-center {
	text-align: center;
}
.cell.right-align-items {
    text-align: right;
}
/* POSITIONS
------------------------------------------------------------------------------------------------------*/
.p-rel {
    position: relative;
}

/* STRIPE CONTAINER
------------------------------------------------------------------------------------------------------*/
.stripe-container {
	width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.page-container {
    width: 100%;
    background: white;
    margin-top: -70px;
    min-height: 300px;
}
.small-container {
    width: 70%;
    margin: 0 auto;
}
.big-container {
    width: 92%;
    margin: 0 auto;
}
.stripe-container-inner {
    padding: /*100px*/ 60px 0;
}
.stripe-container-inner.raddrizza {
    padding-bottom: /*160px;*/ 100px;
}
.stripe-container-inner.small-container.raddrizza {
    /*padding-bottom: 100px;*/ padding-bottom: 60px;
}
.no-padding {
	padding: 0 !important;
}
/* FONTS
------------------------------------------------------------------------------------------------------*/
strong, b {
    font-weight: bold;
}
.big  {
    font-family: 'Montserrat' !important;
    font-size: 36px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-align: center !important;
}
.default-title-margin {
    margin-bottom: /*80px*/ 50px !important;
}
body:not(.home) h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}
p, li {
    line-height: unset;
}
body:not(.home) p,
body:not(.home) li {
    line-height: 1.5em;
    padding-bottom: 1em;
}
body:not(.home) h2 {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 3em;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}
.content-area ul li {
    list-style-type: disc;
    margin-bottom: 1em;
    list-style-position: inside;
}
footer#footer p, footer#footer li {
    margin-bottom: 0;
}
footer#footer li {
    line-height: unset;
 }

/* HEADER 
------------------------------------------------------------------------------------------------------*/
header .logo-header {
	height: 84px;
	width: auto;
}
#header-content {
    padding: 20px;
    align-items: center;
}
/* Menu
-------------------------------------------------*/
header #menu ul.menu {
	display: flex;
}
#menu li {
    display: inline-block;
	line-height: unset;
    margin-bottom: 0;
}
#menu li a {
    display: block;
    padding: 0 10px;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
#menu li .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 2;
    padding: 1em 0.5em 0.5em;
    box-shadow: 0px 6px 6px rgba(0,0,0,.3);
}
#menu .menu > li#menu-item-3028 { position: relative; }
#menu .menu > li#menu-item-3028 .sub-menu {
	left: auto; right: 0; width: 400px;
}

#menu li:hover .sub-menu {
    display: block;
}
#header.active #menu li a, #menu li .sub-menu li a {
    padding: 14px 10px;
}
#menu li .sub-menu li {
    display: block; padding: 0; 
}
#menu li .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    margin-top: 0;
    z-index: 2;
}
/* Sticky Header
-------------------------------------------------*/
.header-container {
    height: 124px;
}
#header.active .header-container-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.1);
    z-index: 10;
    background-color: #fff;
}
#header.active .logo-header {
    height: 40px;
}
#header.active #header-content {
    padding: 0;
}
/* Header pagine interne
------------------------------------------------------------------------------------------------------*/
.title-container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 340px;
    width: 100%;
    text-align: center;
    padding: 40px 0 80px;
    position: relative;
}
.title-container .title-wrapper {
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;    
}
.title-container h1 {
    font-family: 'Montserrat';
    font-size: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
	/*position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;    
    padding-bottom: 70px;*/
	padding-bottom: 10px;
    padding-left: 2em;
    padding-right: 2em;
}
/* HOMEPAGE
------------------------------------------------------------------------------------------------------*/
#slides .slide {
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 70vh;*/ height: 350px;
    background-position: center;
}
#slides h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*padding-bottom: 150px;*/
    width: 80%;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}
#hp-site-description .site-description-img.cell {
    justify-content: center;
}
#hp-site-description .cell {
    padding: 0 20px;
    align-items: center;
    display: flex;
}
#hp-site-description p {
    line-height: 1.3;
}
#hp-site-description img {
    width: 100%;
    height: auto;
    max-width: 210px;
}
#hp-site-description .bronze-logo {
	text-align: center;
	margin: 30px 0;
}
#hp-site-description .bronze-logo img {
	width: auto;
	max-width: 210px;
}
/*
.home-intro {
    margin-top: -150px;
}*/
#hp-attivita {
    margin-bottom: 10px;
}
.home-intro,
#hp-attivita, 
#hp-value-chain {
    z-index: 2;
}
.cell.singola-attivita a {
    display: inline-block;
}
img.attachment-medium.size-medium.wp-post-image {
    width: 50px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}
#lista-attivita {
    margin: 0 30px;
}
.cell.singola-attivita {
    padding: 0 20px;
}
#lista-attivita h2 {
    font-family: 'Montserrat';
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 90px;
    margin-top: 0;
    margin-bottom: 0;
}
#lista-attivita .cell-container {
    height: 100%;
}
#lista-attivita .cell-container-inner {
    height: 100%;
    position: relative;
    padding-bottom: 45px;
}
#lista-attivita a.btn-white {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    /* display: inline-block !important; */
    width: 134px;
}
a.btn-white {
    font-family: 'Montserrat';    
    background-color: #fff;
    border: 1px solid #fff;
    color: #de1d83 !important;
    text-transform: uppercase;
    padding: 5px 14px;
    margin-top: 30px;
    font-size: 12px !important;
    letter-spacing: 1px;

}
a.btn-white:hover {
    background-color: #de1d83;
    color: #fff !important;
}
.fascia-slider .cell-container {
    padding: 0 2em;
}

#hp-adesione h3 {
    margin-bottom: 15px !important;
}
.subtitle {
    text-align: center;
    margin-bottom: 60px !important;
    text-transform: uppercase;
}
.hp-adesione-text .cell:first-of-type p {
    padding-bottom: 20px;
    padding-right: 1em;
}
.hp-adesione-text .cell-container-inner p:first-of-type {
    padding-bottom: 20px;
    padding-right: 1em;
    padding-top: 0;
}
.hp-adesione-text .cell:first-of-type p:last-of-type {
    margin-bottom: 0;
}
.hp-adesione-text .cell:last-of-type {
    display: flex;
    align-items: center;
    position: relative;
}
.hp-adesione-text .cell p {
    padding: 20px 0;
    border-bottom: 1px solid rgba(222, 29, 131, 0.2);
    line-height: 1.2;
}
.hp-adesione-text .cell-container-inner p:last-child {
    padding-bottom: 0;
}
.hp-adesione-text .cell-container-inner p:last-of-type {
    border-bottom: none;
}
.hp-adesione-text .cell:last-of-type a {
    font-family: 'Montserrat';
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    text-decoration: none;
}
.hp-adesione-text .cell:last-of-type .cell-container-inner {
    margin-left: 39%;
}
#hp-adesione .small-container {
    width: 50%;
}
#hp-adesione .hp-adesione-text .cell:last-of-type a {
    text-decoration: underline;
    color: #de1d83;
    font-size: 28px;
}
#hp-adesione .cell.cell-button:before {
    content: "";
    display: block;
    height: 75px;
    width: 75px;
    border-top: 2px solid #de1d83;
    border-right: 2px solid #de1d83;
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translate(-50%, -50%) rotate(45deg);
}
#hp-adesione .cell-text {
    width: 45% !important;
}
#hp-adesione .cell-button {
    width: 55% !important;
}
#hp-adesione .cell-button {
    position: relative;
}
.elenco-news-container { margin-bottom: 30px; }
.home .elenco-news h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    min-height: 60px;
}
.home .elenco-news img {
    margin-bottom: 25px;
    height: 210px;
}
.home .elenco-news .cell {
    width: 21%;
}
.hp-single-news {
    margin-bottom: 20px;
    min-height: 100px;
}
.hp-adesione-text .cell:last-of-type .cell-container {
    width: 100%;
}
.elenco-news h2 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5em;
    margin-top: 0 !important;
}
.elenco-news p {
    line-height: 1.4em;
}
.entry-date {
    display: inline-block;
    margin-top: 1em;
}
a.readmore {
    padding: 5px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 1.2em;
}
.elenco-news .readmore {
    padding: 4px 8px;
    margin-top: 30px !important;
    display: inline-block;
}
a.readmore {
    padding: 5px 40px;
}
.blog .elenco-news .cell-container-inner {
    padding: 0 60px;
}
.elenco-news .archive-link {
    text-decoration: none !important;
}
/* Counter Stripe */
#lista-attivita .contatore .cell-container-inner {
    padding: 0 60px; 
}
.counter-number { 
    font-size: 70px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 30px;
}
.counter-stripe h3 {
    max-width: 850px;
    margin: 0 auto;
}
/* Home Google Map */
#socio-map .stripe-container-inner {
    padding-bottom: 0;
}
#socio-map .single-logo-certification {
    width: auto;
    margin-bottom: 5px;
    width: 30px;
    padding-right: 9px;
}
#socio-map .logo-certification img {
    width: 100%;
}
#socio-map .map-socio.address {
    padding: 10px 0;
}
#socio-map h4.map-socio-title {
    font-weight: 900;
}
/* Altri clust-ER */
#altri-clust-ER .cell {
    width: 100px;
}
#altri-clust-ER .cell {
    margin: 0px 35px;
}
#altri-clust-ER p {
    line-height: 1.3;
    padding-bottom: 1em;
}
#altri-clust-ER h3 {
    margin-bottom: 0.5em !important;
}
#altri-clust-ER .loghi-container {
    display: flex;
    margin: 30px 0 60px;
}
/* PAGINA CHI SIAMO
------------------------------------------------------------------------------------------------------*/
/* fascia clusters */
#network-description .stripe-container:before {
    content: '';
    display: block;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    width: 25%;
}
.loghi-cluster {
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}
.single-logo-cluster {
    padding: 10px;
}
.single-logo-cluster a {
    display: block;
    width: 100px;
}
.single-logo-cluster img {
    display: block;
    width: 100%;
    height: 100%;
}
#credits-cluster img {
    display: inline-block;
    height: auto;
    width: 100px;
    margin-top: 20px;
}
#chi-siamo .stripe-container-inner {
    padding-bottom: 60px;
}
#network-description .stripe-container-inner {
    padding-top: 60px;
}
/* PAGINA VALUE CHAIN ARCHIVE
------------------------------------------------------------------------------------------------------*/
#elenco-loghi {
    z-index: 2;
    position: relative;
}

/* PAGINA VALUE CHAIN SOTTOPAGINA
------------------------------------------------------------------------------------------------------*/
.single-value_chain .settore-staff {
    border: none;
    margin-top: 30px;
}
.single-value_chain .cell-staff {
    margin-bottom: 30px;
}
.single-membro img {
	height: 90px;
    width: 90px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}
#corportate-members .grid.single-membro .cell:last-of-type {
	padding-left: 2em;
}
.corporate-intro-text {
    padding-top: 30px;
    border-top: 3px solid #de1d83;
    margin-top: 30px;
}
.corportate-members-container .single-membro {
    width: 33.3%;
}
/* BLOG
------------------------------------------------------------------------------------------------------*/
.preTitle {
    color: #de1d83;    
}
h4.preTitle {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}
.blog h2 {
    text-transform: uppercase;
}
.blog .elenco-news .hp-single-news:first-child h2 {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
.blog .elenco-news .newsPreview-image .cell-container-inner {
    padding: 0;
}
.blog .elenco-news .newsPreview-image {
    width: 320px;
}
.blog .newsPreviewText {
    flex-grow: 1;
}
.blog .newsPreview-image .cell-container {
    height: 100%;
}
.blog .newsPreview-image .cell-container .cell-container-inner {
    height: 100%;
}
.blog .hp-single-news {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid black;
}
.blog #news .hp-single-news:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.blog .newsPreviewText p {
    margin-bottom: 40px !important;
}
#news .blocks-gallery-item {
    width: 33.3% !important;
    margin: 0 !important;
    flex-grow: unset !important;
}
#news .blocks-gallery-item figure {
    margin-top: 10px !important;
}
#news .blocks-gallery-item:first-child figure {
    padding-right: 0.4em;
}
#news .blocks-gallery-item:nth-child(3n+2) figure {
    padding: 0 0.2em;
}
#news .blocks-gallery-item:nth-child(3n+3) figure {
    padding-left: 0.4em;
}
#news .hp-single-news .news-icon {
	height: 22px;
	opacity: 0.6;
	margin-right: 5px;
    vertical-align: middle;
}
#news .navigation { 
	margin-top: 50px; text-align: center;
}

#news .navigation .nav-previous,
#news .navigation .nav-next { display: inline-block; margin: 0 20px; }

#news .navigation a {
	padding: 5px 10px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 1.2em;
	text-decoration: none;
	display: inline-block;
}

/* BLOG DETAILS
------------------------------------------------------------------------------------------------------*/
/* Single blog header */
.single-post h1 {
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    color: #5C6670;
    line-height: 1.3;
    margin-bottom: 30px;
}
.single-post h2 {
    text-transform: uppercase;
    margin-top: 0 !important;
}
.single-post .news-entry {
    border-bottom: 3px solid #e01283;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.single-post .news-entry .news-icon {
	height: 22px;
	opacity: 0.6;
	margin-right: 5px;
    vertical-align: bottom;
}
.address-container p {
    margin-bottom: 0 !important;
}
.address-logo i {
    font-size: 20px;
}
.address-logo {
    margin-right: 10px;
}
.address-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
}
.address-street {
    font-size: 14px;
}
.social-share .wpusb-item {
    margin: 0 !important;
    margin-left: 10px !important;
}
.social-share {
    justify-content: flex-end;
    flex-grow: 1;
    min-width: 250px;
}
#wpusb-container-default {
    display: flex;
}
#wpusb-container-default svg.wpusb-svg {
    height: 22px;
    width: 22px;
}
.wpusb-modal-networks {
    display: none !important;
}
/*Single Blog details */
.single-post .news-content h4 {
    font-size: 20px;
    margin-bottom: 40px;
    font-family: 'Montserrat';
}
.single-post .has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0 !important;
}
.single-post .wp-block-media-text .wp-block-media-text__media {
    height: 240px;
    max-width: 433px;
    width: 100%;
}
.single-post .has-media-on-the-right .wp-block-media-text__media {
    margin-left: auto;
}
.single-post .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    padding-left: 30px;
}
.single-post .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0 !important;
    padding-right: 30px;
}
.single-post .wp-block-media-text img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.single-post .news-content > p {
    margin-bottom: 20px !important;
}
.single-post .wp-block-media-text {
    margin-bottom: 50px;
}
/* Download Section */
.download-files .cell-container-inner {
    padding-left: 15px;
}
.download-files .cell-container-inner p {
    margin-bottom: 0;
}
.download-files .download-logo i {
    background-color: #e01383;
    color: #fff;
    font-size: 23px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-files h5 {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.download-files .download-info {
    padding: 0 10px;
}
.download-files .file-title {
    color: #e01283; padding: 4px 0 0 !important; 
}
.download-files .file-size {
	padding: 0 !important;
}
.download-files h5 {
    font-weight: 900;
}
.file-title {
    font-weight: 700;
}
.file-size {
    font-size: 12px;
}
/* LABORATORI
------------------------------------------------------------------------------------------------------*/
.laboratorio-logo {
    width: 185px;
    height: 95px;
    min-width: 185px !important;
}
.laboratorio h2 {
    margin: 0 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}
.laboratorio h2 a {
    font-size: 1.3em;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    color: #4C545A;
    text-decoration: none;
}
.laboratorio h2 a:hover {
	color: #de1d83;
}
.laboratorio-description {
    padding-left: 78px;
    width: 466px;
}
.laboratorio-certificazioni {
    font-size: 13px;
}
.laboratorio-ambiti {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}
.laboratorio {
    padding: 30px 0;
    border-top: 1px solid #CBCFD2;
}
.laboratorio:last-child {
    border-bottom: none;
}
.laboratorio-ambiti img {
    width: 23px;
    margin-left: 36px;
}
.laboratorio-description a {
    color: #de1d83;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 12px;
}
/* CONTATTI
------------------------------------------------------------------------------------------------------*/
.modulo-contatti input[type="email"], .modulo-contatti input[type="text"], .modulo-contatti input[type="password"], .modulo-contatti textarea {
    width: 100%;
}

label { display: block; margin: 0 0 10px; }

input[type="email"], input[type="text"], input[type="password"], textarea {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
    border: 1px solid #48575E;
}

.consenso {
    line-height: 1.5em;
    font-size: 12px;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #4C545A;
    padding: 6px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
input[type="checkbox"]:checked, input[type="checkbox"]:checked:active {
    background-color: #4C545A;
}
/*
input.wpcf7-form-control.wpcf7-submit,
input[type="submit"] {
*/
input.wpcf7-form-control.wpcf7-submit,
.uam_login_form .button,
input[type="submit"] {
    padding: 0.5em 2em;
    color: #fff;
    border: 0;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.6;
}

span.wpcf7-list-item { display: block; margin: 0 0 5px; }
span.wpcf7-list-item-label { font-size: 14px; margin: 0 0 0 5px; }

.acf-form-submit { text-align: center;}


/* SOCI ARCHIVIO
------------------------------------------------------------------------------------------------------*/
#elenco-soci .big {
    margin-bottom: 40px;
    line-height: 1;
}
#elenco-soci h3 {
    text-align: left !important;
    font-size: 25px !important;
    border-bottom: 1px solid black;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 40px !important;
}
.tipo-socio {
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 40px 10px;
    width: 100%;
    clear: both;
    margin-bottom: 0 !important;
}
.socio.cell h2 {
    margin: 15px 0;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1.4;
}
.socio-content.cell-container {
    padding-right: 20px;
}
.socio.cell {
    min-height: 200px;
    margin-bottom: 20px;
}
.img-socio {
    border: 1px solid #DFDFDF;
    padding: 20px 0;
    height: 110px;
}
.socio.cell {
    margin-bottom: 40px;
}
.socio.cell .cell-container-inner,
.img-socio {
    max-width: 255px;
    width: 100%;
}
/* Filtri */
#intro-soci .stripe-container-inner {
    padding-bottom: 30px;
    padding-top: 70px !important;
}
#filtro-soci,
#filtro-laboratori {
    padding: 25px 0;
    position: relative;
}
#filtro-soci ul ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
#filtro-laboratori ul ul {
    display: flex;
    flex-flow: wrap;
    justify-content: start;
}
#filtro-soci ul li:before,
#filtro-laboratori ul li:before {
    display: none !important;
}
#main #filtro-laboratori ul ul.ambiti-filter-items li,
#main #filtro-laboratori ul ul.cert-filter-items li {
	padding: 0 20px 10px 0;
	min-width: 190px;
}
#main #filtro-laboratori ul ul.ambiti-filter-items li .img-wrapper {
	text-align: left;
	padding: 0 0 5px 20px;
}
#main #filtro-laboratori ul ul.ambiti-filter-items li .img-wrapper img {
	width: 30px;
}
#filtro-soci .stripe-container,
#filtro-laboratori .stripe-container {
    position: relative;
    padding: 25px 0;
    width: 100%;
}
#filtro-soci .stripe-container-inner,
#filtro-laboratori .stripe-container-inner {
    padding: 0;
}
#filtro-soci .searchandfilter > div > ul, #filtro-soci .searchandfilter > div > ul > li,
#filtro-laboratori .searchandfilter > div > ul, #filtro-laboratori .searchandfilter > div > ul > li {
    display: block !important;
}
#filtro-soci h4 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 0.63;
    border-bottom: 3px solid #58606B;
    padding-bottom: 10px;
}
#filtro-laboratori h4 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin: 20px 0;
    line-height: 0.63;
    border-bottom: 3px solid #58606B;
    padding-bottom: 10px;
}
#filtro-laboratori h4.main-filter-title {
	margin-bottom: 0;
}
.searchandfilter h4 {
    margin: 15px 0;
    font-size: 16px;
}
.searchandfilter input[type="submit"] {
    background-color: transparent !important;
    border: none;
    text-decoration: underline;
    font-size: 21px;
    position: relative;
    color:#e01283;
    padding: 0 20px;
}
.searchandfilter > div > ul > li:last-child:after {
    content: "";
    display: block;
    border-right: 2px solid #e01283;
    border-top: 2px solid #e01283;
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
    position: absolute;
    bottom: 6px;
    right: 0;
}
#filtro-soci .searchandfilter > div > ul > li:last-child,
#filtro-laboratori .searchandfilter > div > ul > li:last-child {
    display: inline-block !important;
    padding-right: 10px !important;
    position: relative;
}
.content-area #filtro-soci ul li,
.content-area #filtro-laboratori ul li {
    margin-bottom: 0;
}
.content-area #filtro-soci ul li label,
.content-area #filtro-laboratori ul li label {
    display: flex;
    align-items: flex-start;
    font-weight: 900;
    font-size: 15px;
    max-width: 130px;
}
.content-area #filtro-laboratori ul li label {
    font-size: 13px;
    max-width: 140px;
}
#main #filtro-soci ul li,
#main #filtro-laboratori ul li {
    padding: 0;
}
.content-area #filtro-soci ul li label input,
.content-area #filtro-laboratori ul li label input {
    margin-right: 5px;
}
.acf-map {
    height: 500px;
}
.tax-tipologia-socio #elenco-loghi .stripe-container:before {
    display: none;
}
#elenco-soci .stripe-container-inner {
    padding-bottom: 150px;
    padding-top: 130px !important;
    margin-top: -30px !important;
}
/* FOOTER
------------------------------------------------------------------------------------------------------*/
/* Newsletter
-------------------------------------------------*/
#registrazione-nl {
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 70vh;*/ padding: 60px 0 160px;
    text-align: center;
    vertical-align: middle;
    background-position: center;
    position: relative;
}
#modulo-nl {
    background: #fff;
    padding: 40px;
    width: 50%;
}
#modulo-nl h4 {
    font-family: 'Montserrat';
    font-size: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
#modulo-nl p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 0;
}
#mc_embed_signup {
    margin: 10px 0;
}
#mc_embed_signup input.email {
	text-align: center;
}
/* Loghi Istituzionali
-------------------------------------------------*/
#elenco-loghi .stripe-container:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -140px;
    left: 0;
    z-index: -1;
    background: #DFDEDE;
    transform-origin: top left;
    -ms-transform: skew(0deg, 5deg);
    -webkit-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg);
}
#elenco-loghi .stripe-container {
    padding: 35px 0 0;
    background: #DFDEDE;
    z-index: 1;
    height: 140px;
    position: relative;
    text-align: center;
}
#elenco-loghi li {
    margin-bottom: 0;
}
#elenco-loghi li a {
    height: 40px;
    display: block;
    padding: 0 10px;
}
#elenco-loghi li img {
    height: 100%;
    width: auto;
}
.scritta-loghi {
    margin: 10px auto 0;
    font-size: 0.8em;
    width: 70%;
}
/* PAGINA STAFF
-------------------------------------------------*/
#staff .small-container .settore-staff:first-child h2 {
    margin-top: 0;
}
.settore-staff {
    border-bottom: 1px solid #d8d8d8;
}
#staff .small-container .settore-staff h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
}
.staff-image {
    height: 80px;
    width: 80px;
    min-width: 80px !important;    
}
.titSpec {
    font-weight: bolder;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    font-weight: inherit;
    margin-bottom: 8px;
}
.staff-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.staff-details h3 {
    margin: 0 !important;
    letter-spacing: 1px;
    font-size: 16px !important;
    font-family: 'Montserrat';
}
.staff-details {
    padding-left: 15px;
}
#staff .staff-content {
    margin-bottom: 80px;
}
.cell-staff .cell-container-inner {
    padding-right: 30px;
}
.arter-cell .staff-content {
    margin-bottom: 0 !important;
}
.arter-cell img {
    border-radius: 0;
}
.arter-cell .staff-image {
    width: 200px;
    height: auto;
}
.arter-cell .staff-content {
    display: block;
    width: 420px;
}
.arter-cell .staff-details {
    padding-left: 0;
    padding-top: 18px;
}
#staff .small-container .settore-staff:last-child {
    border-bottom: 0;
}
/* CONSIGLIO DIRETTIVO
-------------------------------------------------*/
.page-template-template-consiglio-direttivo .cell-staff {
    width: 33.3%;
}
/* Main Footer
-------------------------------------------------*/
#footer-logo {
    text-align: center;
}
#footer .box img {
    width: 100%;
    height: auto;
    max-width: 110px;
    margin: 40px auto 0;
}
#footer #footer-logo-bronze.box img {
    max-width: 210px;
}
#footer .box {
    padding: 0px 20px;
    width: 20%;
    font-family: 'Montserrat';
    font-size: 13px;
}
#footer #footer-info {
	width: 40%;
}
#footer .box h4 {
	text-transform: uppercase;
    margin-bottom: 30px;
}
#footer-info p {
    line-height: 1.7;
}
#footer .box.social li a {
    display: block;
    font-size: 24px;
    padding-right: 20px;
}
#footer .box.social li:last-child a {
    padding-right: 0;
}
#copyright {
    padding: 60px 0 20px;
    text-align: center;
    font-size: 12px;
    clear: both;
}
#footer .stripe-container-inner {
    padding: 90px 0 10px;
}


/* Last fixes */
.cell.singola-attivita p {
    line-height: unset;
}
.searchandfilter input[type="submit"] {
    margin-top: 1em;
}


/* SOCIO DETAIL
-------------------------------------------------*/
header p.sub-title {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 35px;
    */
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    /*margin-top: 10px;*/
}
/*Intro */
.single-logo-certification { align-items: center; }
.logo-certification img {
    max-width: 35px;
	height: auto;
	max-height: 40px;
}
.logo-certification .large img {
	max-width: 300px;
    max-height: inherit;
}
.logo-certification p {
    display: flex;
    align-items: flex-end;
    font-size: 13px;
    padding-left: 10px;
    line-height: 1.1em;
}
.socio-intro .socio-loghi-certifications {
    padding-left: 50px;
}
.socio-loghi-certifications {
    width: 100%;
}
.socio-intro {
    margin-bottom: 50px;
}
.socio-intro .logo-certification {
    flex-flow: wrap;
}
.single-logo-certification {
    width: 130px;
    padding-right: 15px;
    margin-bottom: 14px;
}
.single-logo-certification.large {
    width: 450px;
}

/* columns */
#info-detail p {
    padding: 0;
}
#info-detail .grid {
    flex-flow: unset !important;
    padding: 20px 0;
}
#info-detail .grid:not(:last-child) {
    border-bottom: 1px solid;
}
#scheda-socio .cell.label {
    width: 90px;
    min-width: 90px;
    align-items: center;
    display: flex;
    font-weight: 900;
}
#scheda-socio .cell.socio-text {
    line-height: 1.5;
}
#scheda-socio p {
    margin-bottom: 0;
}
.logo-certification p,
.socio-section-title {
    padding-bottom: 0 !important;
}
.socio-info ul li {
    padding-bottom: 0 !important;
}
.socio-info p:last-of-type:not(.socio-section-title) {
    padding-bottom: 0;
}
.socio-info ul li:last-of-type {
    padding-bottom: 0 !important;
}
.single-socio .page-container {
    min-height: unset;
}
.socio-section-title {
    font-weight: 900;
    margin-bottom: 10px !important;
}
.single-socio .stripe-container-inner {
    padding-bottom: 0 !important;
}
.single-socio .socio-info {
    margin-bottom: 20px;
}
.single-socio .socio-info:not(:last-child) {
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.single-socio .column-1 {
    padding-right: 50px;
}
.single-socio .column-2 {
    padding-left: 50px;
}
.socio-info .label {
    font-weight: 900;
}
.socio-logo .cell-container-inner {
    width: 150px;
}
#areas .cell {
    margin-top: 20px;
}
#main ul li {
    list-style: none !important;
    padding-left: 19px;
    position: relative;
    margin-bottom: 7px;    
}
#main ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #58606b;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
}
/*related value-chain */
#related-value-chains .stripe-container{
    background-color: #F8F7F3;
}
#related-value-chains .related-value-chain-container .cell-container-inner {
    text-align: center;
}

#related-value-chains .value-chain-item {
    margin-bottom: 20px;
}
#related-value-chains .value-chain-related-content {
    padding: 25px 0 0 20px;
}

#related-value-chains .value-chain-related-title { font-weight: 700; }
#related-value-chains .value-chain-related-logo {
    background-color: #de1d83;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#related-value-chains .value-chain-related-logo img {
    width: 40px;
    height: 40px;
}

#related-value-chains #registered-users-members { margin-top: 10px; }

#related-value-chains #registered-users-members .registered-users-members-title { font-size: 14px; margin: 0 0 5px; }

#related-value-chains #registered-users-members .registered-user { margin: 0 0 5px; }


/* AREA RISERVATA
------------------------------------------------------------------------------------------------------*/
.has-border-top { padding-top: 30px;
    border-top: 3px solid #de1d83;
    margin-top: 30px;
}

.login-box { border-style: solid; border-width: 3px; padding: 30px; text-align: center; max-width: 300px; margin: 20px auto; }

.uam-content { text-align: center; padding: 60px; margin: 60px 0; background: #F4F4F4;}
.uam-content-title { font-size: 25px; line-height: 1.2em; font-weight: 700; text-transform: uppercase;}
.uam-content p { }

.uam-content-form { padding: 90px 30px 30px; text-align: left; max-width: 600px; margin: 20px auto 40px; background: #DF1582 url(../pics/icon-user.svg) no-repeat center 30px / 45px 45px; color: #fff; border-radius: 5px; }
.uam-content-login { max-width: 300px; text-align: center; }
.uam-content-form-nl { padding-top: 110px; background: #DF1582 url(../pics/icon-mail.svg) no-repeat center 30px / 45px auto;}
.uam-content-form-vc { background: #DF1582 url(../pics/icon-vc.svg) no-repeat center 30px / 45px auto;}
.uam-content-login form { margin: 0 auto; }
.uam-content-form form span.wpcf7-list-item { line-height: 1em; }
.uam-content-form .uam_login_options { font-size: 12px; margin: 25px 0 0; }
.uam-content-form .uam_login_options a { color: #fff; }
.uam-content-form .acf-fields>.acf-field { padding: 0; margin-bottom: 20px; }

.uam-content-form form .button,
.uam-content-form form input[type="submit"] { background: #fff; color: #535B63; }
.uam-content-form form input[type="checkbox"] { border-color: #fff;}
.uam-content-form form input[type="email"], 
.uam-content-form form input[type="text"], 
.uam-content-form form input[type="password"], 
.uam-content-form form textarea,
.uam-content-form form .select2-container .select2-selection { border-color: #fff; border-radius: 2px; width: 100%; }
.uam-content-form form .login-remember label { line-height: 1em; }
.uam-content-form form .login-remember label input { margin-right: 10px; }
.uam-content-form form .checkbox_label,
.uam_login_form .checkbox_label { margin: 0 0 0 10px; display: inline-block; }
.uam-content-form form label a { color: #fff; text-decoration: underline;}
.uam_login_form input[type="text"], 
.uam_login_form input[type="password"] { margin: 0 0 15px; width: 100%; }
.uam_login_form .button { display: inline-block; margin: 20px 0 0; }
.uam_login_options { text-align: center; font-size: 14px; margin: 20px 0 0; }

.box-grey { padding: 30px; background: rgba(0,0,0,.04); /* border-style: solid; border-width: 3px; */ margin-bottom: 30px; }

#main .form-valeue-cain ul li { padding-left: 5px; }
#main .form-valeue-cain ul li:before { display: none; }

.form-valeue-cain .acf-fields>.acf-field { padding: 0; margin: 0 0 20px; }
.form-valeue-cain .select2-container--default .select2-selection--multiple .select2-selection__choice { color:#555B62; }
.form-valeue-cain .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { margin: 1px 8px; font-size: 15px; }
.form-valeue-cain .select2-selection { border-color: #ccc; }

.form-newsletter .tnp-subscription { margin-left: 0; }
.tnp-subscription .tnp-privacy-field label { font-size: 14px; font-weight: 400; }
.tnp-subscription input.tnp-submit { margin: 0 auto !important; }


.wp-block-contact-form-7-contact-form-selector { text-align: center; }
.wp-block-contact-form-7-contact-form-selector .wpcf7-form { max-width: 500px; text-align: left; margin: 0 auto; }
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input[type="text"],
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input[type="password"],
.wp-block-contact-form-7-contact-form-selector .wpcf7-form textarea,
.wp-block-contact-form-7-contact-form-selector .wpcf7-form select { width: 100%; }

.consenso label { padding-left: 30px; position: relative; }
.consenso label .wpcf7-form-control-wrap { position: absolute; left: 0; top: 0; }

.wpcf7-form .tips { font-size: 13px; margin: 5px 0 0; font-style: italic; }
.wpcf7 .ajax-loader { display: block;}

#main ul li.registered-user,
.registered-user { padding-left: 0; font-size: 14px; }
#main ul li.registered-user:before { display: none; }
#main ul li .registered-user-name,
.registered-user-name { font-weight: bold; }
#main ul li .registered-user-partner { font-style: italic; }


.registered-user-name,
.registered-user-mail,
.registered-user-partner,
.registered-user-info,
body:not(.home) p.registered-user-name,
body:not(.home) p.registered-user-mail,
body:not(.home) p.registered-user-partner,
body:not(.home) p.registered-user-info { padding: 0; }

.registered-users-table { width: 100%; border-bottom: 2px solid #F4F4F4; }
.registered-users-table tr:nth-child(odd) { background: #F4F4F4; }
.registered-users-table tr td { padding: 10px; font-size: 14px; }
.registered-users-table tr td.registered-user-name { width: 20%; }
.registered-users-table tr td.registered-user-partner { width: 50%; }
.registered-users-table tr td.registered-user-partner { width: 30%; }

@media screen and (max-width: 767px) {

	.registered-users-table,
	.registered-users-table tbody,
	.registered-users-table tr,
	.registered-users-table td { display: block; }
	.registered-users-table tr { padding: 10px 0; }
	.registered-users-table tr td.registered-user-name,
	.registered-users-table tr td.registered-user-partner,
	.registered-users-table tr td.registered-user-partner { width: 100%; }
}

/* ------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
												MEDIA QUERY												
---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1600px) {
    #elenco-soci .stripe-container-inner, 
    .tax-tipologia-socio #filtro-soci .stripe-container {
        padding: 100px 0;
        width: 90%;
        margin: 0 auto;
    }
    #hp-news .stripe-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1366px) {
    /* HOME */
    .home .elenco-news .cell {
        width: 22%;
    }
    /* LABORATORI */
    .laboratorio-description {
        padding-left: 50px;
    }
}


@media screen and (max-width: 1200px) {
    /* HOME */    
    .home .elenco-news .cell {
        width: 45%;
    }
    #hp-adesione .small-container {
        width: 70%;
    }
    #altri-clust-ER .cell {
        margin: 0px 21px;
    }
	#lista-attivita h2 {
        height: 100px;
        margin-bottom: 0 !important;
    }
    /* ARCHIVIO SOCI
    -------------------------------------------------*/
    .content-area #filtro-soci ul li label {
        max-width: unset !important;
        width: 160px !important;
        margin-right: 20px;
    }
    #filtro-soci ul ul {
        justify-content: unset !important;
    }
    /* CONSIGLIO DIRETTIVO
    -------------------------------------------------*/
    .page-template-template-consiglio-direttivo .cell-staff {
        width: 50% !important;
    }
    /* LABORATORI */
    .laboratorio {
        padding: 30px 15px;
    }
    .laboratorio-container-inner {
        flex-flow: wrap;
    }
    .laboratorio-description {
        flex-grow: 1;
    }
    .laboratorio-ambiti {
        justify-content: flex-start;
        margin-top: 30px;
        width: 100%;
    }
    .laboratorio-ambiti img {
        margin: 0;
        margin-right: 36px;
    }
    .laboratorio-description {
        max-width: 800px;
        width: 1px;
    }
}

/* Tablet Landscape
*******************************************************/
@media screen and (max-width: 1124px) {

	/* GENERAL RULES */
	.small-container {
	    /*width: 70%;*/
	}
	/* Margini & Paddings */
	.default-title-margin {
	    margin-bottom: 60px !important;
	}

	/* HEADER */
	#header-content #menu li a {
	    font-size: 13px;
	}

	/* HOMEPAGE */
	.cell.singola-attivita {
	    padding: 0 10px;
	}
	.fascia-slider .cell-container {
	    padding: 0 1em;
	}
	img.attachment-medium.size-medium.wp-post-image {
	    width: 40px;
	}
	/* ARCHIVIO SOCI */
	.socio.cell {
		width: 25%;
	}
    /* DETTAGLIO SOCI */
    .cell.column-1 {
        padding-right: 30px;
    }
    .cell.column-2,
    .socio-intro .socio-loghi-certifications {
        padding-left: 30px;
    }
	/* CONTATTACI */
	form.wpcf7-form p {
		margin-bottom: 0;
	}
    /* BLOG ARCHIVE */
    .elenco-news .newsPreviewText .cell-container-inner {
        padding: 0 30px;
    }
    .blog .elenco-news .newsPreview-image {
        width: 240px;
    }
    /* Pagina Staff */
    .cell.cell-staff {
        width: 100%;
    }
    .arter-cell .staff-image {
        width: 160px;
    }
    /* CONSIGLIO DIRETTIVO
    -------------------------------------------------*/
    .page-template-template-consiglio-direttivo .cell-staff {
        width: 100% !important;
    }
    /* BLOG DETAILS */
    .news-entry-footer {
        display: block;
    }
    .social-share {
        justify-content: flex-start;
        min-width: auto !important;
        margin-top: 20px;
    }
    #staff .settore-staff:last-child .grid .cell:last-child .staff-content {
        margin-bottom: 0;
    }
    .arter-cell .staff-content {
        margin-bottom: 80px !important;
    }
	/* FOOTER */
	#modulo-nl {
		width: 70%;
	}

}


/* Tablet Portrait
*******************************************************/
@media screen and (max-width: 992px) {
	.header-container {
	    display: none;
	}
	/* Home */
	#hp-site-description .site-description-img.cell {
	    justify-content: center; text-align: center;
	}
	#hp-site-description .bronze-logo { margin: 0; }
	#hp-site-description .bronze-logo img {
		max-width: 100%;
	}
	.cell.singola-attivita {
		width: 50%;
	}
	.cell.singola-attivita:nth-child(n+3) {
	    margin-top: 60px;
	}
	.hp-adesione-text .cell:first-of-type p {
	    width: 100%;
	}
	.elenco-news.cell {
	    width: 100%;
	}
	
	#news .navigation .nav-previous,
	#news .navigation .nav-next { margin: 0 10px; }
	
	#news .navigation a { font-size: 11px; }

    #lista-attivita .contatore .cell-container-inner {
        padding: 0 30px;
    }
	#lista-attivita h2 {
        height: 75px;
        margin-bottom: 0 !important;
    }
    .counter-number {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .home .elenco-news .cell {
        width: 48%;
    }
    #hp-adesione .small-container {
        width: 90%;
    }
	/* Soci archivio */
	.socio.cell {
		width: 33.3%;
	}
	.content-area #filtro-soci ul li {
	    margin-bottom: 1em;
	}
	.content-area #filtro-soci ul li:last-child {
	    margin-bottom: 0;
	}
	.acf-map {
	    height: 400px;
	}
    /* Socio Details */
    #info-detail >.grid:first-child {
        padding-top: 0;
    }    
	/* COntattaci */
	#contatti .cell {
	    width: 100%;
	}
	.info-contatti.cell {
	    margin-bottom: 60px;
	}
	.consenso {
	    margin-top: 2em;
	}
    /* Blog */
    .wp-block-media-text {
        display: flex;
        flex-flow: wrap;
    }
    .single-post figure.wp-block-media-text__media {
        order: 2;
        margin: 0 auto !important;
    }
    .single-post .wp-block-media-text .wp-block-media-text__content {
        padding-left: 0;
    }

    /* Single Socio */
    #scheda-socio .socio-intro .grid {
        display: block;
    }
    #scheda-socio .socio-intro .socio-loghi-certifications {
        padding-left: 0 !important;
        margin-top: 40px;
        width: 100% !important;
    }
    #scheda-socio .socio-intro .single-logo-certification {
        width: 150px;
    }
	#scheda-socio .socio-intro .single-logo-certification.large {
		width: 450px;
	}
    .single-socio .column-1 {
        padding-right: 0;
        width: 100%;
    }
    .single-socio .column-2 {
        padding-left: 0;
        width: 100%;
    }
    #related-value-chains .cell {
        margin-bottom: 25px;
    }

    /* Chi Siamo */
    #network-description {
        margin-top: -30px;
    }    

}


/* Mobile Landscape
*******************************************************/
@media screen and (max-width: 850px) and (orientation:landscape) {
	#slides .slide {
		min-height: 450px;
		height: 100vh;
	}
}

/* Mobile Starts
*******************************************************/
@media screen and (max-width: 767px) {

	/* PADDINGS */
	.stripe-container-inner.raddrizza {
	    padding-bottom: 60px;
	}
	.stripe-container-inner.small-container.raddrizza {
	    padding-bottom: 60px;
	}
	.stripe-container-inner {
	    padding: 60px 0;
	}
	.page-container {
		padding: 60px 0;
	}
	#elenco-soci .stripe-container-inner {
		padding: 60px 0;
        padding-top: 90px !important;        
	}
	.info-contatti.cell {
	    margin-bottom: 2em;
	}
	/* Fonts */
	.big {
	    font-size: 28px !important;
	    margin-bottom: 1.8em !important;
	}
	#filtro-soci h4 {
	    font-size: 28px;
	}
	#lista-attivita h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.title-container h1 {
	    font-size: 30px;
	    padding-left: 1em;
	    padding-right: 1em;
	}
    header p.sub-title {
        padding-left: 1em;
        padding-right: 1em;
    }
	/* Homepage */
	#hp-site-description img {
	    max-width: 150px;
	    margin-bottom: 2em;
	}
	.cell.singola-attivita {
	    padding: 0 20px;
	}
	.hp-adesione-text.grid .cell:first-of-type {
    	margin-bottom: 4em;
	}
	.hp-adesione-text.grid .cell:last-of-type {
	    width: 70%;
	    margin: 0 auto;
	}
	.elenco-news .grid.grid-md-2.dfai .cell:first-of-type {
		flex-grow: 1;
	}
    .counter-stripe h2 {
        margin-bottom: 30px!important;
    }
    .counter-number {
        margin-bottom: 10px;
    }
    #altri-clust-ER .loghi-container {
        flex-flow: wrap;
    }
    #altri-clust-ER .cell {
        margin-bottom: 35px;
    }
    #hp-adesione .cell-text {
        width: 100% !important;
    }
    #hp-adesione .cell-button {
        width: 100% !important;
    }
    #hp-adesione .cell.cell-button:before {
        display: none;
    }
    .hp-adesione-text .cell:last-of-type .cell-container-inner {
        margin-left: 0;
    }
    #hp-adesione .hp-adesione-text .cell:last-of-type a {
        display: inline-block;
        text-align: left;
        margin: 0 auto;
    }
    .hp-adesione-text .cell:last-of-type .cell-container-inner {
        text-align: center;
    }
	/* CHI SIAMO */
	.loghi-cluster,
    #altri-clust-ER .loghi-container {
	    margin: 40px 0;
	}
    .page-template-template-chi-siamo .page-container {
        padding-bottom: 0 !important;
    }
	/* SOCI ARCHIVIO */
    #intro-soci .stripe-container-inner {
        padding-top: 10px !important;
    }    
    .socio.cell .cell-container-inner, .img-socio {
        max-width: unset !important;
    }
	.socio.cell {
	    width: 50%;
	    min-height: auto;
	    margin-bottom: 2em;
	}
	.tipo-socio {
	    padding: 20px 10px;
	}
    .content-area #filtro-soci ul li{
        margin-bottom: 1.5em;
    }
    /* SOCIO DETAILS */
    #scheda-socio > .grid > .cell:last-child .socio-info:last-child {
        margin-bottom: 0;
    }
    #scheda-socio .stripe-container-inner {
        padding-top: 0 !important;
    }
	#scheda-socio .socio-intro .single-logo-certification.large {
		width: 250px;
	}
	/* FOOTER */
	#registrazione-nl {
	    min-height: 400px;
	    display: block;
	    position: relative;
	}
	#modulo-nl h4 {
	    font-size: 26px;
	}
	#modulo-nl {
	    padding: 2em;
	    position: absolute;
	    top: 40%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}

	#mc_embed_signup input.email {
	    flex-grow: 1;
	    margin-right: 0.5em !important;
	}
	#mc_embed_signup .clear {
	    width: auto !important;
	    display: inline-block !important;
	}
	/*div#mc_embed_signup_scroll {
	    display: flex !important;
	}*/
	#mc_embed_signup {
	    margin-bottom: 0 !important;
	}
	#elenco-loghi .stripe-container:before {
	    top: -70px;
	}
	.scritta-loghi {
	    width: 90%;
	}

    /* BLOG ARCHIVE */
    .elenco-news .newsPreviewText .cell-container-inner {
        padding: 0px !important;
    }
    .blog .elenco-news .newsPreview-image {
        display: none;
    }
    /* BLOG DETAIL */
    .download-files .cell-container-inner {
        margin-bottom: 15px;
    }
    /* STAFF */
    .small-container {
        width: 80%;
        margin: 0 auto;
    }
    /* SINGLE SOCIO */
    header p.sub-title {
        margin-bottom: 0;
        margin-top: 0;
    }
}



/* Mobile Portrait
*******************************************************/
@media screen and (max-width: 600px) {
	.big {
		margin-bottom: 1em !important;
	}
	/* HOMEPAGE */
	#slides h1 {
	    font-size: 30px;
	}
    .home .elenco-news .cell {
        width: 100%;
        margin-bottom: 50px;
    }
    .home .elenco-news h2 {
        min-height: auto;
    }
    .elenco-news .cell-container-inner {
        width: 100%;
    }
    .cell.singola-attivita {
	    width: 100%;
	    margin-bottom: 3em;
	    padding: 0;
	}
    #altri-clust-ER .cell {
        width: 60px;
    }    
	.cell.singola-attivita:nth-child(n+3) {
	    margin-top: 0;
	}
	.fascia-slider .cell.singola-attivita {
	    padding: 0 20px;
	}
	.hp-adesione-text.grid .cell:last-of-type {
	    width: 100%;
	}
	.hp-adesione-text .cell:last-of-type .cell-container-inner {
	    margin-left: 0;
	}
    #hp-adesione .hp-adesione-text .cell:last-of-type a {
        font-size: 22px;
    }
	.hp-single-news {
	    margin-bottom: 25px;
	    min-height: unset;
	}
	#elenco-loghi .stripe-container:before {
	    top: -50px;
	}
	#elenco-loghi ul {
		display: block;
	}
	#elenco-loghi ul li {
		display: inline-block;
	}
    #lista-attivita .counter-number {
        font-size: 35px;
    }
    #lista-attivita .contatore .cell-container-inner {
        padding: 0 10px;
    }
    #lista-attivita h2 {
        font-size: 13px;
    }
	#lista-attivita h2 {
        height: auto;
        margin-bottom: 10px !important;
    }
    #socio-map .stripe-container-inner {
        padding-left: 0;
        padding-right: 0;
    }
	/* CHI SIAMO */
	.single-logo-cluster {
	    padding: 1em;
	}
	
	/* LABORATORI */
	#main #filtro-laboratori ul ul.ambiti-filter-items li,
	#main #filtro-laboratori ul ul.cert-filter-items li {
		width: 50%;
		min-width: auto;
	}

	/* VALUE CHAIN DETTAGLIO */
	#corportate-members .grid.single-membro .cell:first-of-type {
	    width: 100%;
	}
	.single-membro img {
	    width: 100%;
	    height: 250px;
	}
	#corportate-members .grid.single-membro .cell:last-of-type {
	    padding: 2em;
	}
	#corportate-members .grid.single-membro {
	    margin: 30px 0;
	}

	/* SOCI DETTAGLIO */
	#scheda-socio .cell.label {
	    width: auto;
	}
	#scheda-socio .cell.socio-text {
	    margin-left: 0.5em;
	}
	#scheda-socio {
	    font-size: 0.9em;
	}
    /* ARCHIVIO SOCI */
    .content-area #filtro-soci ul li label {
        margin-right: 0;
    }
	/* FOOTER */
	#modulo-nl {
		padding: 1.5em;
		top: 45%;
		width: 80%;
	}
	#mc_embed_signup .clear {
	    width: 100% !important;
	}
	.box.cell {
	    width: 100% !important;
	    margin-bottom: 60px;
	    text-align: center;
	}
	.social-links ul.grid {
	    justify-content: center;
	}
	#copyright {
	    padding: 0 1em 10px;
	}
	#footer .stripe-container-inner {
		padding: 30px 0 10px;
	}

    /* Pagina Staff */
    #staff .cell {
        width: 100%;
    }

    /* LABORATORI */
    .laboratorio-description {
        width: 100%;
        max-width: unset;
        padding: 30px 0;
    }
    .laboratorio-ambiti img {
        margin-right: 20px;
    }
    .laboratorio-ambiti img:last-child {
        margin-right: 0;
    }
    .laboratorio {
        padding: 30px 0;
        text-align: center;
    }
    .laboratorio-logo {
        margin: 0 auto;
    }
    .laboratorio-ambiti {
        justify-content: center;
    }

    /* BLOG DETTAGLIO */
    .single-post h1 {
        font-size: 26px;
    }
    .single-post h2 {
        font-size: 13px !important;
    }    
}

@media screen and (max-width: 480px) {
    .socio.cell {
        width: 100%;
    }
}
/* Extra Small Mobile Portrait
*******************************************************/
@media screen and (max-width: 340px) {
    .title-container h1 {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
	/* Fonts */
	.big {
		font-size: 24px !important;
	}
	#modulo-nl h4 {
	    font-size: 22px;
	}
	body:not(.home) h2 {
	    font-size: 20px;
	}
	.small-container {
		/*width: 100%;*/
	}
	#slides .slide {
		height: 80vh;
	}
	.stripe-container-inner {
	    padding-left: 1em;
	    padding-right: 1em;
	}
	#hp-site-description .cell {
	    padding: 0;
	}
	#hp-site-description img {
	    max-width: 125px;
	}
	.hp-adesione-text .cell:last-of-type a:after {
		padding: 20px;
		margin-top: 20px;
	}
	.hp-adesione-text.grid .cell:last-of-type a {
		font-size: 16px;
	}
	.elenco-news .cell-container-inner {
	    width: 100%;
	}
	#lista-attivita {
	    margin: 0;
	}

}