@media (max-width: 1399px) {
	/*--- HEADER */
    header.layout-row figure.logo svg {
		width: 250px;
	}
	header.layout-row .content-right-cell nav.main ul li {
		font-size: 0.9rem;
	}
	header.layout-row .content-right-cell nav.main ul li.menu-link-risorse ul.sub-menu {
		width: 200px;
	}
}

@media (max-width: 1199px) {
    html { font-size: 16px; }
	
	
	/*--- STILI GENERALI */
	.swiper.home-swiper {
		height: 550px;
	}
	.header-image {
		height: 350px;
	}
	
	
	/*--- FOOTER */
	footer.layout-row .sidemast-secretariat {
		margin-right: 0;
	}
	footer.layout-row .last-column {
		margin-top: 2rem;
	}
}

@media (max-width: 991px) {
    html { font-size: 15px; }
    
	
	/*--- STILI GENERALI */
	.swiper.home-swiper {
		height: 450px;
	}
	.header-image {
		height: 300px;
	}
	
	
	/*--- HEADER */
    header.layout-row figure.logo svg {
		width: 200px;
	}
	
	
    /*--- EVENTO (SINGLE) */
    .evento-page .content-event {
        padding-left: 0;
    }
	
	
	/*--- FOOTER */
	footer.layout-row figure.logo {
		text-align: center;
	}
	footer.layout-row .organizational-secretariat {
		margin: 0 0 2rem 0;
		text-align: center;
	}
	footer.layout-row .sidemast-secretariat {
		text-align: center;
	}
	footer.layout-row .sidemast-secretariat .people {
		text-align: left;
	}
	footer.layout-row .last-column {
		text-align: center;
	}
	footer.layout-row .last-column ul.own-socials {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	html { font-size: 15px; }
	
	
	/*--- STILI GENERALI */
	.swiper.home-swiper {
		height: 400px;
	}
	.header-image {
		height: 250px;
	}
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }
    .wp-block-media-text > .wp-block-media-text__media {
        margin-bottom: 2rem;
    }
    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
        padding: 0;
    }
	
	
	/*--- HEADER */
	
	
	/*--- HOMEPAGE */
	.intro-home .icons-page .single {
		margin-bottom: 3rem;
	}
    
	
	/*--- FOOTER */
	footer.layout-row .sidemast-secretariat .people p {
		margin: 0 0 1rem 0;
		text-align: center;
	}
	footer.layout-row .sidemast-secretariat .people p:last-child {
		margin: 0;
	}
	.after-footer ul {
		margin: 0 0 0.3rem;
		justify-content: center;
	}
	.after-footer ul:first-child li:last-child::after {
		content: "";
		margin: 0;
	}
}

@media (max-width: 575px) {
	/*--- STILI GENERALI */
	.swiper.home-swiper {
		margin-bottom: 3rem;
	}
	.header-image .meta h1,
	.header-image .meta h2 {
		font-size: 2rem;
	}
	.list-conference-topics {
		column-count: 1;
	}
	
	
    /*--- HEADER */
    header.layout-row figure.logo svg {
		width: 160px;
	}
	
	
	/*--- EVENTO (SINGLE) */
	.evento-page .meta-event ul li::after {
		content: none;
	}
	
	
	/*--- FOOTER */
	.after-footer ul {
		text-align: center;
	}
	.after-footer ul:last-child li::after {
		content: "";
		margin: 0;
	}
}