/*!
Theme Name: NEXT DB
Theme URI: 
Author: Yedomakha Yan
Author URI: 
Description: Wordpress template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lang-td
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

My Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
 */

.cms-editor strong {
    font-weight: 700
}

.cms-editor .btn, .cms-editor .button {
    text-decoration: none
}

.cms-editor blockquote {
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "“" "”" "‘" "’"
}

.cms-editor blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em
}

.cms-editor blockquote p {
    display: inline
}

.cms-editor hr {
    border: 0;
    border-bottom: 1px solid
}

.cms-editor em {
    font-style: italic
}

.cms-editor ol, .cms-editor ul {
    margin: 15px 15px 0;
    text-align: left
}

.cms-editor ul {
    list-style-type: disc
}

.cms-editor ol {
    list-style-type: decimal
}

#keyy img {
    float: left !important;
    width: 12% !important;
    display: block !important;
}
#keyy {
    display: block;
}
/*All pages template*/
.pages-list {
    display: flex;
    padding: 155px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pages-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.pages-list ul:last-child {
    margin-bottom: 0px;
}
.pages-list ul h3 {
    display: block;
    text-align: center;
    font-size: 28px;
}
.pages-list ul a {
    display: block;
    padding: 25px;
    text-align: center;
    font-size: 15px;
}
.pages-list ul a:hover {
    text-decoration: underline;
}
/*Da nascondere*/
section.speakers-section.wrapper,
/*ul.header__menu li:nth-child(3)*/
section.programme.wrapper {
    /*display: none !important;*/
}
/*Amimazione immagini artisti da togliere*/
rect {
    fill: #ff000000 !important;
}
.speaker:hover .speaker__img svg image {
    opacity: 1 !important;
}
.speaker:hover .speaker__img svg image {
    clip-path: none !important;
}
h3.speaker__name.h2:hover,
h4.speaker__curator.h4:hover,
h3.speaker__name.h2,
h4.speaker__curator.h4 {
    color: #000 !important;
}
.speaker__img svg path {
    transition: none !important;
    transform: none !important;
}
.speaker__img image {
    clip-path: none !important;
}
/*****/
mark{
	display: none !important;
}
.concept-section .container-smaller {
    border-bottom: none !important;
}
p.hero__info {
    font-size: 55px !important;
    font-weight: 500 !important;
}
sup {
    font-size: 60% !important;
    vertical-align: top !important;
}
.previous-container {
    max-width: 90% !important;
}
.previous-grid {
    grid-template-columns: repeat(3,1fr) !important;
}
.previous-item__img-middle {
    max-width: 49% !important;
    background: #fff0 !important;
}
.concept-text.txt {
    text-transform: uppercase !important;
    text-align: center !important;
	padding-top: 150px !important;
    padding-left: 4% !important;
}
.concept-content__right {
    margin-top: 0px !important;
}
.concept-text__name {
    display: none !important;
}
.speaker__curator {
    max-width: 311px !important;
    margin: 0 auto !important;
}
.speaker__bio-btn.h4 {
    display: none !important;
}
.concept-text.txt p {
    max-width: 620px !important;
	font-size: 30px !important;
}
#firstrow, #secondrow {
    width: 100%;
	padding-left: 155px;
}
#firstrow p, #secondrow  p{
    width: 100%;
    max-width: 90%;
    font-size: 24px;
}
#firstrow {
    margin-bottom: 80px;
}
#secondrow {
    padding-left: 29%;
	margin-bottom: 170px !important;
}
.concept-content {
    padding-bottom: 120px !important;
}
.footer__partners .footer__logos img:nth-child(1) {
    margin-top: -13px !important;
}
.mobile-comma{
	display: none !important;
}
section.programme.wrapper {
    padding-top: 280px !important;
}
section.previous-section.wrapper-section {
    /*padding-top: 22% !important;
	padding-bottom: 25% !important;*/
	padding-top: 20% !important;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
}
.previous-container {
    padding-bottom: 0px !important;
}
section.programme.wrapper {
	padding-bottom: 50px;
}
#loghi-media a{
	float: left;
	display: flex;
}
/*Collapse*/
.collapsible {
	color: #000;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	border-top: solid 1px;
    padding-top: 45px;
    padding-bottom: 40px;
	padding-left: 0;
}
.active, .collapsible:hover {
  /*background-color: #555;*/
}
.collapsible:after {
	content: ' ';
    width: 45px;
    height: 45px;
    float: right;
    background-image: url(../../uploads/2022/09/expand-p.png);
    margin-left: 5px;
	transition: transform .4s ease-out;
	background-position: center;
	background-size: 45px;
}
.active:after {
	/*content: "\0058";*/
	transform: rotate(314deg);
}
.collapsible:hover:after {
    transform: rotate(180deg);
}
button.collapsible.active:hover:after {
    transform: rotate(135deg) !important;
}
.content-collapse {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 12%;
}
/*Fine Collapse*/
.programme-item__time {
    width: 12% !important;
    float: left !important;
	display: block !important;
}
.programme-item__time p {
    margin-right: 0px !important;
	padding-top: 5px !important;
	font-family: 'Space Mono', monospace !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.programme-item__title {
    width: 80% !important;
    float: left !important;
	display: block !important;
}
.programme-item__title-desc{
	margin-bottom: 0px !important;
}
.programme-container {
    margin-left: 0px !important;
}
.programme-item__title-desc {
    text-transform: uppercase !important;
}
.programme-schedule {
    padding-left: 0px !important;
}
.programme-item__title-desc {
    font-size: 30px !important;
	font-family: 'Space Mono', monospace !important;
	font-weight: 400 !important;
	line-height: 33px !important;
}
.programme-container {
    width: 95% !important;
}
#contenuto-collapse {
    margin-bottom: 50px;
	display: flex;
	width: 90%; 
}
#collapse-sinistra,
#collapse-destra{
	width: 50%;
}
#collapse-sinistra {
    padding-right: 3%;
}
.programme-item__title-info{
	margin-top: 0px !important;
	font-family: 'Space Mono', monospace !important;
	font-size: 15px !important;
    text-transform: uppercase !important;
    line-height: 19px !important;
    font-weight: 400 !important;
}
.programme-item__title-name{
	font-family: 'Space Mono', monospace !important;
	font-size: 20px !important;
}
.programme-item__title-name .smaller {
	font-family: 'Space Mono', monospace !important;
    font-size: 13px !important;
}
#sep {
    background-color: black !important;
    height: 1px !important;
    border: none !important;
    width: 100% !important;
}
#spazio-p {
    height: 15px;
}
#collaborazione {
    display: flex !important;
}
#sovratitolo {
    text-transform: initial;
    font-size: 15px;
    font-family: 'Space Grotesk', sans-serif;
	line-height: 25px;
    font-weight: 400;
}
.marquee {
    margin: 100px 85px 170px 50px !important; 
}
#live-title {
	font-size: 72%;
    /*font-size: 48px;*/
    line-height: 48px;
    font-weight: 400;
    font-family: 'Space Mono', monospace;
	margin-bottom: 20px;
}
#countdown {
	font-size: 401%;
    /*font-size: 120px;*/
    font-weight: 400;
    font-family: 'Space Mono', monospace !important;
	margin-bottom: 50px;
}
#container-contdown {
    max-width: 80% !important;
	height: 75% !important;
}
.voci-menu {
    text-transform: uppercase;
}
.countdown-home {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
	font-family: 'Space Mono', monospace !important;
}
.header__link#menu-active::after {
    width: 100%;
}
.concept-content {
    display: block !important;
}
.concept-text.txt, .concept-text.txt p {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 90% !important;
}
.concept-text.txt {
    margin-bottom: 80px !important;
}
.mask1 {
	margin-bottom: 50px;
	width: 430px;
  -webkit-mask-image: url('../../uploads/2022/09/shape-a-w.png');
  mask-image: url('../../uploads/2022/09/shape-a-w.png');
  -webkit-mask-size: 430px;
  mask-size: 430px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;    
}
.mask1:hover {
  -webkit-mask-image: url('../../uploads/2022/09/shape-b-w.png');
  mask-image: url('../../uploads/2022/09/shape-b-w.png');
  -webkit-mask-size: 430px;
  mask-size: 430px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;    
}
/*Shape*/
div.clipboard,
div.box{
	display:inline-block;
	width:430px;
	filter:url(#round);
}
.clipboard {
	margin: 0 auto;
	margin-bottom: 30px !important;
	width: 430px;
	height: 430px;
	background-image: url('../../uploads/2022/09/beatrice-leanza.png');
	background-size: cover;
	background-position: center center;
	shape-inside: polygon(79% 0, 37% 5%, 13% 9%, 9% 11%, 7% 17%, 0% 59%, 2% 64%, 11% 87%, 14% 90%, 20% 88%, 27% 86%, 30% 87%, 36% 99%, 40% 100%, 93% 100%, 96% 98%, 98% 80%, 99% 65%, 100% 55%, 96% 42%, 90% 26%, 82% 3%);
	transition: all 0.3s ease; 
	-webkit-clip-path: polygon(79% 0, 37% 5%, 13% 9%, 9% 11%, 7% 17%, 0% 59%, 2% 64%, 11% 87%, 14% 90%, 20% 88%, 27% 86%, 30% 87%, 36% 99%, 40% 100%, 93% 100%, 96% 98%, 98% 80%, 99% 65%, 100% 55%, 96% 42%, 90% 26%, 82% 3%);
}
.clipboard:hover{ 
   shape-inside: polygon(74% 2%, 34% 3%, 6% 12%, 2% 16%, 1% 20%, 0% 59%, 2% 64%, 18% 91%, 22% 97%, 30% 100%, 85% 100%, 88% 97%, 87% 94%, 79% 86%, 78% 81%, 80% 78%, 92% 67%, 95% 65%, 96% 59%, 99% 33%, 100% 29%, 98% 23%);
  -webkit-clip-path: polygon(74% 2%, 34% 3%, 6% 12%, 2% 16%, 1% 20%, 0% 59%, 2% 64%, 18% 91%, 22% 97%, 30% 100%, 85% 100%, 88% 97%, 87% 94%, 79% 86%, 78% 81%, 80% 78%, 92% 67%, 95% 65%, 96% 59%, 99% 33%, 100% 29%, 98% 23%);
} 
.clipboard-inverse {
	margin: 0 auto;
	margin-bottom: 30px !important;
	width: 430px;
	height: 430px;
	background-image: url('../../uploads/2022/09/beatrice-leanza.png');
	background-size: cover;
	background-position: center center;
	shape-inside: polygon(74% 2%, 34% 3%, 6% 12%, 2% 16%, 1% 20%, 0% 59%, 2% 64%, 18% 91%, 22% 97%, 30% 100%, 85% 100%, 88% 97%, 87% 94%, 79% 86%, 78% 81%, 80% 78%, 92% 67%, 95% 65%, 96% 59%, 99% 33%, 100% 29%, 98% 23%);
	transition: all 0.3s ease; 
	-webkit-clip-path: polygon(74% 2%, 34% 3%, 6% 12%, 2% 16%, 1% 20%, 0% 59%, 2% 64%, 18% 91%, 22% 97%, 30% 100%, 85% 100%, 88% 97%, 87% 94%, 79% 86%, 78% 81%, 80% 78%, 92% 67%, 95% 65%, 96% 59%, 99% 33%, 100% 29%, 98% 23%);
}
.clipboard-inverse:hover{ 
	shape-inside: polygon(79% 0, 37% 5%, 13% 9%, 9% 11%, 7% 17%, 0% 59%, 2% 64%, 11% 87%, 14% 90%, 20% 88%, 27% 86%, 30% 87%, 36% 99%, 40% 100%, 93% 100%, 96% 98%, 98% 80%, 99% 65%, 100% 55%, 96% 42%, 90% 26%, 82% 3%);
	transition: all 0.3s ease; 
	-webkit-clip-path: polygon(79% 0, 37% 5%, 13% 9%, 9% 11%, 7% 17%, 0% 59%, 2% 64%, 11% 87%, 14% 90%, 20% 88%, 27% 86%, 30% 87%, 36% 99%, 40% 100%, 93% 100%, 96% 98%, 98% 80%, 99% 65%, 100% 55%, 96% 42%, 90% 26%, 82% 3%);
} 
/*Fine Shape*/
#nascondi{
	display: none !important;
}
/*Sezione speakers*/
.js-slider-init.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    display: none;
}
.post-speakers {
	margin-right: 0px; 
	margin-bottom: 0px;
}
#contenuto-speakers{
	position:fixed; 
	top:200px;  
	width: 95%; 
	padding: 50px;
}
#box-spazio,
#contenuto-speakers{
	height: 150px;
}
#box-spazio{
	width: 1%;
}
#box-spazio p,
#box-spazio div{
	display: none;
}
#informazioni-speaker {
	display: flex;
}
#immagine-speaker img{
	max-width: 340px;
    display: inline;
    width: 100%;
}
#immagine-speaker{
	width: 35%;
	text-align: center;
	border-right: solid 1px;
    padding: 0 3% 0 0;
}
#testo-speaker{
	width: 65%;
    padding: 0 5%;
}
#ancora-testo {
	height: 50px;
	overflow: auto;
}
#testo-speaker .speaker-info__title {
    margin: 0 0 20px 0 !important;
}
#immagine-speaker h3.speaker__name.h2 {
    margin-bottom: 10px;
    margin-top: 30px;
}
#testo-speaker .speaker-info__title {
    max-width: 320px !important;
}
#count-speakers p {
    transform: rotate(-90deg);
	display: flex;
	font-size: 16px;
	font-family: 'Space Mono', monospace !important;
}
#count-speakers{
	margin: auto 0 !important;
	width: 30px;
	margin-left: -60px !important;
}
#count-speakers img {
    height: 1px !important;
    margin: 6px 20px 0 !important;
}
#immagine-speaker div.clipboard, 
#immagine-speaker div.box{
	max-width: 340px !important;
	width: 100% !important;
}
#immagine-speaker .clipboard,
#immagine-speaker .clipboard-inverse {
    max-width: 340px !important;
    max-height: 340px !important;
	width: 100% !important;
	margin-bottom: 0 !important;
}
#testo-speaker .collapsible {
    border: none;
    padding: 10px 0 20px 0;
}
#testo-speaker .programme-item__title-desc {
    font-size: 20px !important;
}
#testo-speaker .content-collapse {
    padding: 0 !important;
}
#testo-speaker .content-collapse {
    height: 180px;
    overflow: auto;
}
#testo-speaker #contenuto-collapse {
	width: 100%;
    font-size: 15px;
    line-height: 1.26667;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: SpaceMono,Helvetica,Tahoma,Arial,sans-serif;
}
#testo-speaker .collapsible:after{
	display: none;
}
#testo-speaker .collapsible:before {
    content: ' ';
    width: 20px;
    height: 20px;
    float: left;
    background-image: url(../../uploads/2022/09/expand-p.png);
    transition: transform .4s ease-out;
    background-position: center;
    background-size: 40px;
    margin-right: 15px;
    margin-top: 7px;
}
#testo-speaker .collapsible:hover:before {
    transform: rotate(180deg);
}
#testo-speaker button.collapsible.active:hover:before  {
    transform: rotate(135deg) !important;
}
#testo-speaker .active:before {
	/*content: "\0058";*/
	transform: rotate(314deg);
}
/*Fine sezione speakres*/
/*Footer*/
.footer__top {
    display: block !important;
	padding: 50px 0 40px !important;
}
.footer__copyright {
    padding-right: 0 !important;
	border-top: solid 1px !important;
	padding-top: 40px !important;
	clear: both !important;
	display: grid !important;
}
.footer__copyright h4 {
    width: 250px;
    float: left;
}
.footer__partners {
    margin-bottom: 50px !important;
}
.footer__partners{
	width: 50%;
	float: left;
}
.media-partner{
	width: 50%;
	float: left;
}
/*loghi footer media*/
.media-partner h4.footer__title{
	margin-bottom: 20px !important;
}
.marque-media {
	height: 70px;
	width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.marque-media-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marque-media 10s linear infinite running;
  -moz-animation: marque-media 10s linear infinite running;
  -o-animation: marque-media 10s linear infinite running;
  -ms-animation: marque-media 10s linear infinite running;
  animation: marque-media 10s linear infinite running;
}
.marque-media-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.marque-media-tag img {
    width: auto !important;
    max-width: unset !important;
}
.marque-media-tag {
  margin-right: 75px;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.marque-media-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marque-media {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marque-media {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marque-media {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marque-media {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
/*fine loghi footer media*/
#sfumatura {
	height: 80px;
    margin: 0px;
    position: absolute;
    z-index: 9;
}
/*Fine Footer*/
#testo-speaker h4{
	font-family: 'Space Mono', monospace !important;
	font-size: 20px !important;
}
#immagine-speaker h4 {
    font-size: 20px;
    line-height: 26px;
	font-family: 'Space Mono', monospace !important;
}
#time-mobile{
	display: none !important;
}
#img-key {
    width: 60%;
	min-width: 550px;
}
#live-st{
	display: none;
}
#titolo-mobile{
	display: none;
}
#testo-speaker .collapsible::after {
	display: block;
	left: 0 !important;
	content: "READ MORE";
	float: left !important;
	width: 150px;
	background: none;
	font-size: 20px;
	font-family: 'Space Mono', monospace !important;
	font-weight: 400 !important;
	line-height: 33px !important;
}
#testo-speaker .collapsible:hover:after,
#testo-speaker .active:after{
	transform: none !important;
}
#testo-speaker .active.collapsible:after {
	content: "CLOSE" !important;
}
#testo-speaker .content-collapse::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #000000;
}
#testo-speaker .content-collapse::-webkit-scrollbar {
	width: 3px;
}
#testo-speaker .content-collapse::-webkit-scrollbar-track {
	border: 1px solid #000;
	padding: 2px 0;
	background-color: #ffffff00;
}
#contenuto-collapse p.speaker-info__desc{
	display: none;
}
/*Sottolineatura speaker*/
#nome-speaker:after{
	content: '';
    display: block;
    width: 0;
    height: 1px;
    background: currentColor;
    bottom: 7;
    transition: .6s;
}
.programme-item__title-name:hover #nome-speaker::after{
	width: 100%;
}
.speaker:hover #nome-speaker:after,
#immagine-speaker:hover  #nome-speaker:after{
    width: 100%;
}
#immagine-speaker h3.speaker__name.h2 {
    margin: 0 auto !important;
    width: fit-content !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}
.previous-item:hover .btn-underline:after{
	width: 100%;
}
.previous-item {
    max-width: 100% !important;
}
#collaborazione {
    width: fit-content !important;
}
#moderazione{
	width: auto !important;
    float: left !important;
}
#media-mobile{
	display: none;
}
#titolo-mobile{
	display: none;
}
#scroll {
	display: none;
}
#testo-speaker .speaker-info__desc {
    margin-top: 30px !important;
}
.no-link span::after {
    display: none !important;
}
.no-link{
	pointer-events: none !important;
}
.footer__title {
    margin-bottom: 45px !important;
}
#footer-uno img{
	width: 13% !important; 
	min-width: 0px !important;
	margin-right: 6% !important;
}
#footer-due img{
	width: 33% !important;
	margin-top: -17px !important; 
	min-width: 0px !important;
	margin-right: 6% !important;
}
#footer-tre img{
	width: 14% !important;
	margin-top: -12px !important; 
	min-width: 0px !important;
}
@media screen and (min-width: 1880px){
	section.previous-section.wrapper-section {
		padding-top: 15% !important;
	}
}
@media screen and (min-width: 1899px){
	.programme>.container {
		max-width: 100% !important;
	}
	#contenuto-speakers {
		top: 300px;
	}
}
@media screen and (min-width: 2240px){
	#testo-speaker h4 {
		font-size: 23px !important;
	}
	section.previous-section.wrapper-section {
		padding-top: 15% !important;
	}
	/*section.programme.wrapper{
		height: 100vh;
		height: calc(var(--vh, 1vh)*100);
	}*/
	#sovratitolo {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.programme-item__title-desc{
		font-size: 40px !important;
		line-height: 43px !important;
	}
	.programme-item__title-name {
		font-size: 25px !important;
		line-height: 25px !important;
	}
	#collapse-sinistra span.smaller {
		font-size: 18px !important;
	}
	.programme-item__title-info {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	#contenuto-speakers {
		top: 400px;
	}
	.previous-container {
		max-width: 90% !important;
	}
	.footer__copyright h4 {
		margin-bottom: 40px !important;
		width: 300px !important;
	}
	.concept-text.txt p {
		max-width: 90% !important;
		font-size: 42px !important; 
	}
	#firstrow p, #secondrow p {
		width: 100%;
		max-width: 90%;
		font-size: 40px;
	}
	.footer__partners .footer__logos img {
		height: 60px !important;
		width: auto !important;
	}
	.footer__partners .footer__logos img:nth-child(1) {
		margin-top: -13px !important;
		height: 78px !important;
	}
	.footer__copyright .footer__logos img{
		width: auto !important; 
		height: 25px !important;
	}
	#testo-speaker #contenuto-collapse {
		font-size: 18px !important;
	}
	#immagine-speaker div.clipboard, #immagine-speaker div.box {
		max-width: 430px !important;
	}
	#immagine-speaker .clipboard, #immagine-speaker .clipboard-inverse {
		max-height: 430px !important;
	}
	#immagine-speaker .clipboard, #immagine-speaker .clipboard-inverse {
		max-width: 430px !important;
	}
}
@media screen and (max-width: 1600px){
	.header__menu li:not(:last-child) {
		margin-right: 8px !important;
	}
}
@media screen and (max-width: 1281px){
	#sovratitolo {
		font-size: 12px !important;
		line-height: 22px !important;
	}
	.programme-item__title-desc {
		font-size: 27px !important;
		line-height: 40px !important;
	}
	#collapse-sinistra span.smaller {
		font-size: 13px !important;
	}
	.programme-item__title-info {
		font-size: 12px !important;
		line-height: 16px !important;
	}
	.programme-item__title-name {
		font-size: 17px !important;
	}
}
@media screen and (max-width: 1366px){
	#nome-speaker,
	h3.speaker__name.h2 {
		font-size: 25px !important;
	}
	#immagine-speaker div.clipboard, #immagine-speaker div.box {
		max-width: 280px !important;
	}
	#immagine-speaker .clipboard, #immagine-speaker .clipboard-inverse {
		max-width: 280px !important;
		max-height: 280px !important;
	}
	.header__menu li {
		margin-right: 12px !important;
	}
	.header__menu li a {
		font-size: 15px !important;
	}
	.speaker-info__desc {
		font-size: 13px !important;
	}
	#contenuto-collapse {
		font-size: 13px !important;
	}
	.h4 {
		font-size: 17px !important;
	}
	#testo-speaker .collapsible::after {
		font-size: 18px !important;
	}
	#nome-speaker,
	h3.speaker__name.h2 {
		font-size: 25px !important;
	}
}
@media screen and (max-width: 1025px){
	.header__menu li {
		margin-right: 7px !important;
	}
	.header__menu li a {
		font-size: 12px !important;
	}
	#immagine-speaker div.clipboard, #immagine-speaker div.box {
		max-width: 200px !important;
	}
	#immagine-speaker .clipboard, #immagine-speaker .clipboard-inverse {
		max-width: 200px !important;
		max-height: 200px !important;
	}
	#nome-speaker, h3.speaker__name.h2 {
		font-size: 20px !important;
	}
	#immagine-speaker h4 {
		font-size: 15px !important;
		line-height: 21px !important;
	}
	#testo-speaker h4 {
		font-size: 15px !important;
	}
	.speaker-info__desc {
		font-size: 10px !important;
	}
	#testo-speaker .collapsible::after {
		font-size: 13px !important;
	}
	#testo-speaker .collapsible:before {
		width: 15px;
		height: 15px;
		background-size: 30px;
		margin-right: 6px;
		margin-top: 9px;
	}
	#contenuto-speakers {
		top: 150px;
	}
	#contenuto-collapse {
		font-size: 10px !important;
	}
	.collapsible {
		padding: 0px 0 0px 0 !important;
	}
}
@media screen and (max-width: 894px){
	.footer__copyright {
		display: grid;
	}
	#collaborazione {
		display: block!important;
	}
	#collapse-sinistra {
		padding-right: 0;
	}
	#media-desk{
		display: none;
	}
	#media-mobile{
		display: flex;
	}
	.header__menu li a {
		font-size: 150% !important;
	}
	.hero__container.container {
		/*margin-top: 140px !important;*/
	}
	.hero__container {
		height: 660px !important;
	}
	span.hero__time {
		font-size: 55px !important;
	}
	.concept-text.txt {
		padding-left: 0 !important;
	}
	.concept-content {
		padding-bottom: 0px !important;
	}
	#secondrow {
		padding-left: 0;
	}
	.concept-section .title {
		margin-bottom: 0px !important;
	}
	.concept-text.txt p {
		font-size: 25px !important;
	}
	ul.header__menu li:nth-child(1) {
		display: none !important;
	}
	.footer__partners .footer__logos img:nth-child(1) {
		width: 60px !important;
	}
	.footer__logos a:not(:last-child), .footer__logos img:not(:last-child) {
		margin-right: 30px !important;
	}
	p.hero__info span {
		font-size: 29px !important;
		display: inline !important;
	}
	p.hero__info {
		line-height: 19px !important;
	}
	a.hero__link {
		font-size: 17px !important;
	}
	#firstrow p, #secondrow p {
		font-size: 18px !important;
	}
	#firstrow {
		margin-bottom: 60px !important;
	}
	.previous-item__img-middle {
		max-width: 90px !important;
	}
	.mobile-comma{ 
		display: inline !important;
	}
	/*Inizio nuove modifiche mobile*/
	.hero {
		height: 100vh;
		height: calc(var(--vh, 1vh)*100);
	}
	.hero__container.container {
		display: inline-flex !important;
		align-content: inherit !important;
		margin-top: 60% !important;
	}
	.hero__left {
		width: 100% !important;
	}
	.hero__container .hero__left {
		width: 100% !important;
	}
	#countdown {
		font-size: 29px !important;
	}
	#spazio-desk{
		display: none !important;
	}
	#time-desk{
		display: none !important;
	}
	#time-mobile{
		display: block !important;
	}
	.media-partner {
		width: 100%;
		clear: both;
		float: none;
		margin-bottom: 15px;
	}
	.footer__partners {
		width: 100% !important;
	}
	img#img-key {
		width: 100% !important;
		min-width: 100% !important;
	}
	#footer-uno img{
		width: 20% !important; 
		min-width: 0px !important;
		margin-right: 6%;
	}
	#footer-due img{
		width: 48% !important;
		margin-top: -17px !important; 
		min-width: 0px !important;
		margin-right: 6%;
	}
	#footer-tre img{
		width: 20% !important;
		margin-top: -32px !important; 
		min-width: 0px !important;
	}
	#container-contdown {
		max-width: 100% !important;
	}
	.marquee{
		margin: 170px 25px 100px 25px !important
	}
	#live-st{
		display: block;
		order: 0 !important;
	}
	#countdown.cd-live {
		font-size: 45px !important;
	}
	#titolo-mobile{
		display: block;
	}
	#titolo-mobile h1 {
		min-width: 80% !important;
		font-size: 22px !important;
	}
	section.previous-section.wrapper-section, 
	section.programme.wrapper {
		padding-top: 170px !important;
	}
	#firstrow, #secondrow {
		padding-left: 0 !important;
		width: 100% !important;
	}
	#firstrow p, #secondrow p {
		width: 100% !important;
		max-width: 100% !important;
	}
	.concept-section {
		padding-top: 170px !important;	
	}
	.concept-text.txt {
		padding-top: 70px !important;
	}
	.concept-text.txt, .concept-text.txt p {
		width: 100% !important;
		max-width: 100% !important;
		font-size: 22px !important;
	}
	.clipboard {
		width: 250px;
		height: 250px;
	}
	div.clipboard, 
	div.box {
		width: 250px;
	}
	.programme-item__title {
		width: 60% !important;
	}
	.programme-item__title-desc {
		font-size: 18px !important;
	}
	.programme-item__time p {
		font-size: 14px !important;
	}
	.programme-item__time {
		width: 27% !important;
	}
	.collapsible:after {
		width: 20px !important;
		height: 20px !important;
		background-size: 40px !important;
		margin-top: 8px !important;
	}
	#collapse-sinistra, #collapse-destra {
		width: 100%;
	}
	#contenuto-collapse {
		display: block;
	}
	.programme-item__title-name {
		font-size: 16px !important;
	}
	.programme-item__title-name .smaller {
		font-size: 12px !important;
	}
	.programme-item__title-name {
		width: 100% !important;
		display: block !important;
		white-space: normal !important;
	}
	#contenuto-collapse {
		width: 85% !important;
		margin-left: 20% !important;
	}
	#informazioni-speaker {
		display: block;
	}
	#immagine-speaker {
		width: 100%;
		border: none;
		margin-bottom: 15px; 
	}
	#count-speakers {
		position: fixed;
		top: 55%;
		z-index: 999;
		right: 15px;
	}
	#contenuto-speakers {
		width: 100%;
		left: 0;
	}
	#immagine-speaker {
		padding: 0px;
	}
	#testo-speaker h3.speaker__name.h2, #immagine-speaker h4 {
		display: none;
	}
	#testo-speaker {
		width: 100%;
		text-align: center;
	}
	#immagine-speaker .clipboard, #immagine-speaker .clipboard-inverse {
		max-width: 250px !important;
		max-height: 250px !important;
	}
	#immagine-speaker div.clipboard, #immagine-speaker div.box {
		max-width: 250px !important;
		width: 100% !important;
	}
	#contenuto-speakers {
		top: 110px;
	}
	#informazioni-speaker #titolo-mobile {
		margin-bottom: 35px !important;
	}
	#scroll {
		display: block;
		font-size: 16px;
		position: fixed;
		bottom: 10px;
		width: 100%;
		text-align: center !important;
		margin: 0 auto !important;
		left: 0;
	}
	#contenuto-collapse h3#titolo-mobile {
		display: block !important;
	}
	p.speaker-info__desc {
		display: none;
	}
	#contenuto-collapse{
		display: block;
	}
	#contenuto-collapse p.speaker-info__desc{
		display: block;
	}
	#informazioni-speaker .collapsible:after {
		width: 70% !important;
		height: 20px !important;
		text-align: center;
		font-size: 17px !important;
	}
	#testo-speaker .collapsible:before{	
		margin-right: -25px;
		margin-top: 15px;
		margin-left: 23% !important;
		width: 20px;
		background-size: 40px;
		height: 20px;
	}
	#testo-speaker .collapsible {
		padding: 0px 0 20px 0;
		margin-top: -15px;
	}
	#testo-speaker #contenuto-collapse {
		width: 100% !important;
		margin-left: 0% !important;
		text-align: left !important;
	}
	#testo-speaker .content-collapse {
		height: 90vh;
		height: calc(var(--vh, 1vh)*90);
		position: fixed;
		background-color: #ffffffd9;
		left: 0;
		top: 0;
	}
	#testo-speaker #contenuto-collapse {
		padding: 40px;
		padding-top: 200px;
	}
	#testo-speaker .collapsible::after {
		display: block;
		left: 0 !important;
		content: "BIOGRAPHY" !important;
	}
	#testo-speaker .active.collapsible:after {
		position: fixed !important;
		bottom: 6% !important;
		width: 100% !important;
	}
	#testo-speaker .active.collapsible:before {
		position: fixed !important;
		bottom: 5% !important;
		margin-left: 17% !important
	}
	#titolo-mobile{
		display: block;
	}
	#informazioni-speaker h3.speaker__name.h2,
	#immagine-speaker h3.speaker__name.h2	{
		font-size: 22px !important;
	}
	#testo-speaker h4 {
		font-family: 'Space Mono', monospace !important;
		font-size: 18px !important;
		line-height: 22px;
	}
	.hero__left {
		justify-content: flex-start !important;
	}
	.hero__right{
		margin-bottom: 0vh !important;
	}
	.collapsible{
		padding-top: 15px !important;
		padding-bottom: 10px !important;
		padding-right: 0px !important;
	}
	.header__menu li {
		/*margin-right: 20px !important;*/
	}
}
@media screen and (max-width: 767px){
		.hero__right{
			margin-bottom: 0vh !important;
		}
}
@media screen and (max-width: 413px){
	#contenuto-speakers {
		top: 80px;
	}
}