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

		#Footer {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			display: flex;
			clear: both;
			padding-bottom: 2rem;
			padding-top: 3rem;
			background: var(--Footer_Background);
			flex-direction: column;
        	align-items: center;
		}
		#Footer > .FooterBox {
			width: 80%;
		}
		.FooterBox H2 {
			font-family: var(--Font_Text);
	        color: #ffffff;
	        font-weight: 600;
	        font-size: 1.2rem;
	        margin: 0rem;
	        text-transform: uppercase;
		}
		.FooterBox H5,
		.FooterBox P {
			color: #ffffff;
		}
		.FooterBox > div {
			margin-bottom: 4rem;
		}
		.FooterBox > #BoxOffice {
			margin-bottom: 0rem;
		}
		.FooterBox > #MessageInfo > a {
			color: #ffffff;
			text-decoration: none;
			display: block;
		}
		#Footer > .FooterBox > #MessageInfo > #MtmLogo {
			padding-bottom: 1.5rem;
    		border-bottom: 1px solid #747474;
		}
		#Footer > .FooterBox > #MessageInfo > p {
	        font-family: var(--Font_Text);
	        font-size: 1.5rem;
	        font-weight: 100;
	        margin: 1.4rem 0rem;
	    }
	    #Footer > .FooterBox > #MessageInfo > #Fondazione {
	        font-weight: 600;
	        width: 100%;
	        margin: 0rem;
	        line-height: 1.6rem;
	        margin-top: 1.5rem;
	    }
	    #Footer > .FooterBox > #FooterFocus {
	    	display: flex;
		    flex-direction: column;
		    align-items: flex-start;
	    }
	    .FooterBox > #FooterFocus > a {
	        font-family: var(--Font_Text);
	        color: #ffffff;
	        text-decoration: none;
	        font-size: 1.5rem;
	        margin-bottom: 1rem;
		}
		.FooterBox > #CountryInfo > .teatro {
	        padding: 0rem;
	        width: 110%;
	        margin-bottom: 0.33rem;
	    }
	    .FooterBox > #CountryInfo > .teatro > h5 {
	        margin: 0rem;
	        font-family: var(--Font_Text);
	        font-size: 1.9rem;
	    }
	    .FooterBox > #CountryInfo > .teatro > p {
	        margin: 0rem;
	        font-size: 0.9rem;
	        font-family: var(--Font_Text);
	        margin-top: 0.3rem;
	    }
		.FooterBox P {
	        color: #ffffff;
	        margin: 0rem;
	        margin-bottom: 0rem;
	        font-size: 0.9rem;
	        font-family: var(--Font_Text);
		}
		.FooterBox > #BoxOffice > a {
	        color: #ffffff;
	        text-decoration: none;
	        font-size: 1.5rem;
	        width: 100%;
	        display: block;
	        padding-bottom: 1.94rem;
	        border-bottom: 1px solid #747474;
	        font-family: var(--Font_Text);
	    }
	    #BoxOffice > .social {
	    	margin-top: 3.1rem;
	        width: 100%;
	        padding-bottom: 1.94rem;
	        border-bottom: 1px solid #747474;
	        margin-bottom: 3rem;
	    }
	    .FooterBox > #BoxOffice > .privacy, .cookie {
	        margin-top: 2.1rem;
	        margin: 0rem;
	    }
	    .FooterBox > #BoxOffice > .social > i {
	        color: #ffffff;
	        font-size: 2.3rem;
	        margin-right: 0.83rem;
	        cursor: pointer;
	        transition: all 0.2s ease;
	    }

	    .lastMessage {
	        padding-top: 2rem;
        	padding-bottom: 2rem;
	        padding-left: 1rem;
	        padding-right: 1rem;
	        background-color: #bf0e0e;
	        display: flex;
	        justify-content: center;
	        flex-direction: column;
	        align-items: center;
	        text-align: center;
	    }
	    .lastMessage > p {
			margin: 0rem;
		    font-family: var(--Font_Text);
		    font-size: 0.822rem;
		    color: #ffffff;
		    text-transform: uppercase;
		    font-weight: 700;

		}
		.lastMessage > p > a {
			color: #ffffff;
    		text-decoration: none;
		}
		#BoxOffice > .imgFlex {
			display: flex;
		    flex-direction: column;
		    align-items: flex-start;
		}
		#BoxOffice > h2 {
			margin-bottom: 1rem;
		}
		#BoxOffice > .imgFlex > .imgBox {
	        margin-bottom: 2rem;
	        padding: 0.3rem;
	        background: #ffffff;
	        overflow: hidden;
	        border-radius: 0.4rem;
		}
		#BoxOffice > .imgFlex > .imgBox > img {
			width: 9rem;
		}
		#BoxOffice > .imgFlex > .imgBox:last-child > img {
			width: 5rem;
		}
		#Footer > .modal {
			display: none;
			position: fixed;
			z-index: 1000;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0,0,0);
			background-color: rgba(0,0,0,0.4);
			align-items: center;
			justify-content: center;
		}




		#Footer .Message {
			display: block;
			padding-top:2rem;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.9rem;
			line-height:1.5em;
			color:var(--Footer_Background);
		}



		:root {
		  --spacing-xs: 0.5rem;
		  --spacing-sm: 1rem;
		  --spacing-md: 2rem;
		  --spacing-lg: 3rem;
		  --text-xs: 0.75rem;
		  --text-sm: 0.875rem;
		  --text-base: 1rem;
		  --text-md: 1.125rem;
		  --text-lg: 1.5rem;
		  --text-xl: 2rem;
		}

		.site-footer {
		  background: #000;
		  color: #fff;
		  font-family: Arial, sans-serif;
		  font-size: var(--text-sm);
		  text-align: center;
		  padding: var(--spacing-lg) var(--spacing-sm);
		}

		.site-footer a {
		  color: #fff;
		  text-decoration: none;
		  font-weight: bold;
		  text-transform: uppercase;
		  font-size: var(--text-sm);
		}

		.site-footer a:hover {
		  text-decoration: underline;
		}

		.footer-widgets-1 img {
		  max-width: 6rem;
		  margin: 0 auto var(--spacing-md);
		  display: block;
		}

		.footer-widget-area p {
		  margin: var(--spacing-sm) 0;
		  border-bottom: 0.125rem solid #7D7D7D;
		  display: inline-block;
		  padding-bottom: 0.25rem;
		  transition: all 0.2s ease;
		  font-size: var(--text-md);
		}
		.footer-widget-area p:hover {
		  border-bottom: 0.125rem solid #fff;
		}


		.simple-social-icons .widget-title {
		  margin-top: var(--spacing-sm);
		  font-size: var(--text-md);
		  font-weight: bold;
		}

		.simple-social-icons ul {
		  display: flex;
		  justify-content: center;
		  gap: var(--spacing-md);
		  padding: 0;
		  margin-top: var(--spacing-xs);
		  list-style: none;
		}

		.simple-social-icons li a {
		  font-size: var(--text-sm);
		}

		#footer-menu-widget-area {
		  margin: var(--spacing-lg) 0;
		}

		#footer-menu-widget-area .menu {
		  display: flex;
		  justify-content: center;
		  gap: var(--spacing-md);
		  padding: 0;
		  list-style: none;
		  flex-wrap: nowrap;
		  align-items: center;
		  column-gap: 0rem;
		}

		#footer-menu-widget-area .menu li {
		  position: relative;
		  font-size: var(--text-sm);
		  padding: 2rem 1rem;
		}

		#footer-menu-widget-area .menu li:not(:last-child)::after {
		  content: "";
		  position: absolute;
		  top: 10%;
		  right: 0;
		  width: 1px;
		  height: 80%;
		  background-color: #fff;
		}

		.site-footer hr {
		  margin: var(--spacing-md) auto;
		  border: none;
		  border-top: 1px solid #444;
		  width: 90%;
		}



		.partner-logo > div {
		  text-align: center;
		}

		.partner-logo img {
		  max-height: 2.5rem;
		  margin: 0 var(--spacing-xs);
		}

		.site-footer p {
		  margin: var(--spacing-xs) 0;
		  font-size: var(--text-xs);
		}

		.site-footer p:last-of-type a {
		  margin: 0 var(--spacing-xs);
		  display: inline-block;
		}
		.site-footer p:last-of-type a:hover {
		  text-decoration: none !important;

		}
		.site-footer p:hover {

		}





		/*------------------------------------------------------------*/


		    .wrap {
		      display: flex;
		      align-items: center;
		      justify-content: center;
		      column-gap: 4rem;
		    }
		    .widget-wrap a i {
		      font-size: 1.5rem;
		    }
		    .widget-wrap li a {
		      font-size: 0.7rem;
		    }
		    body > footer > div.wrap.two {
		      display: flex;
		      align-items: center;
		      justify-content: center;
		      column-gap: 4rem;
		      flex-direction: column;
		    }

		    .site-footer .wrap.two .partner-logo {
		      display: flex;
		      flex-direction: row !important;
		      align-items: center;
		      column-gap: 4rem;
		      margin-top: 1rem;
		      padding-top: 1rem;
		      margin-bottom: var(--spacing-md);
		      width: 90%;
		      justify-content: center;
		      border-top: 0.1rem solid #eee;
		    }
		    .wrap.two .partner-logo .partner-logo-mid p,
		    .wrap.two .partner-logo .partner-logo-left p {
		      font-size: 1.2rem;
		      text-align: left;
		    }
		    .wrap.two .partner-logo .partner-logo-mid div a img,
		    .wrap.two .partner-logo .partner-logo-left div a img {
		      max-height: 4rem;
		      margin: 0 var(--spacing-xs);
		      height: 4rem;
		    }
		    div.partner-logo-mid > div > a:nth-child(1) > img {
		      height: 2rem !important;
		    }
		    .wrap.two .partner-logo .partner-logo-mid div,
		    .wrap.two .partner-logo .partner-logo-left div {
		      display: flex;
		      align-items: center;
		      column-gap: 1rem;
		    }
		    div.wrap.two > p:nth-child(2) {
		      text-transform: uppercase;
		    }
		    div.wrap.two > p:nth-child(3) a {
		      color: #7D7D7D;
		      font-size: 0.7rem;
		    }




		

/*	---------------------------------------------------------------*/

		
		.wrap {
		    display: flex;
		    align-items: center;
		    justify-content: space-evenly;
		    column-gap: 4rem;
		    row-gap: 2rem;
		    flex-direction: row;
		    flex-wrap: wrap;
		}
		.widget-wrap li a {
		    font-size: 0.9rem;
		}
		#footer-menu-widget-area .menu {
		    display: flex;
		    justify-content: center;
		    gap: var(--spacing-md);
		    padding: 0;
		    list-style: none;
		    flex-wrap: nowrap;
		    align-items: center;
		    column-gap: 0rem;
		    flex-direction: column;
		}
		#footer-menu-widget-area .menu li {
		    position: relative;
		    font-size: var(--text-sm);
		    padding: 0rem !important;
		}
		.widget-wrap li a {
		    font-size: 0.9rem !important;
		}
		#footer-menu-widget-area .menu li:not(:last-child)::after {
		    content: "";
		    position: absolute;
		    top: 10%;
		    right: 0;
		    width: 1px;
		    height: 80%;
		    background-color: #fff;

		    display: none;
		}
		.site-footer .wrap.two .partner-logo {
		    display: flex;
		    flex-direction: column !important;
		    align-items: center;
		    column-gap: 4rem;
		    margin-top: 1rem;
		    padding-top: 1rem;
		    margin-bottom: var(--spacing-md);
		    width: 90%;
		    justify-content: center;
		    border-top: 0.1rem solid #eee;
		}
		.wrap.two .partner-logo .partner-logo-mid p, .wrap.two .partner-logo .partner-logo-left p {
		    font-size: 0.7rem;
		    text-align: left;
		    text-transform: uppercase;
		}
		.partner-logo > div {
		    text-align: center;
		    width: 100%;
		}












	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Footer {
			display: flex;
	        clear: both;
	        padding-bottom: 2rem;
	        margin-top: 2rem;
	        background: var(--Footer_Background);
	        width: 100%;
	        align-items: center;
	        justify-content: center;
	        padding-top: 1.5rem;
		}
		#Footer > .FooterBox {
			display: flex;
		    flex-direction: row;
        	justify-content: space-between;;
		    align-items: flex-start;
		    width: 60rem;
		    flex-wrap: nowrap;
		}
		#Footer > .FooterBox DIV {
			display: flex;
			justify-content: center;
        	flex-direction: column;
        	margin: 0rem;
        	width: auto;
        	padding: 0rem;
        	padding-right: 3rem;
		}
		.FooterBox H2 {
			font-family: var(--Font_Text);
	        color: #ffffff;
	        font-weight: 700;
	        font-size: 0.850rem;
	        margin: 0rem;
	        margin-bottom: 0.1rem;
	        text-transform: uppercase;
	        cursor: default;
		}
		.FooterBox H5,
		.FooterBox P {
			color: #ffffff;
	        font-size: 0.800rem;
	        margin: 0rem;
	        margin: 0.03rem 0px;
	        font-family: var(--Font_Text);
		}
		.FooterBox > #CountryInfo > .teatro {
			padding: 0rem;
			width: 110%;
			margin-bottom: 0.11rem;
		}
		.FooterBox > #CountryInfo > .teatro > h5{
			margin: 0rem;
			font-family: var(--Font_Text);
			font-size: 1.211rem;
		}
		.FooterBox > #CountryInfo > .teatro > p{
			margin: 0rem;
			font-size: 0.800rem;
			font-family: var(--Font_Text);
		}

		.FooterBox > #FooterFocus > a {
			font-family: var(--Font_Text);
			color: #ffffff;
			text-decoration: none;
			width: 110%;
			font-size: 1rem;
			margin-bottom: 0.61rem;
			transition: all 0.2s ease;
		}
		.FooterBox > #FooterFocus > a:hover {
			color: #ff3366;
		}

		.FooterBox > #BoxOffice {
			padding: 0rem !important;
		}
		.FooterBox > #BoxOffice > .imgFlex{
			display: flex;
		    flex-direction: column;
		    align-items: flex-start;
		    margin: 0rem;
    		padding: 0rem
		}
		.FooterBox > #BoxOffice > .imgFlex > .imgBox {
			margin-bottom: 0.3rem;
	        padding: 0.3rem;
	        width: 7rem;
	        background: #ffffff;
	        overflow: hidden;
	        border-radius: 0.4rem;
		}
		.FooterBox > #BoxOffice > .imgFlex > .imgBox:last-child{
			width: 3rem !important;
		}
		.FooterBox > #BoxOffice > p {
			margin: 0rem;
			margin-bottom: 1.66rem;
			font-size: 1.1rem;
			font-family: var(--Font_Text);
		}
		.FooterBox > #BoxOffice > .privacy, .cookie {
			margin: 0rem;
			margin-top: 1.94rem;
			cursor: pointer;
			transition: all 0.2s ease;
		}
		.FooterBox > #BoxOffice > .privacy:hover,
		.FooterBox > #BoxOffice > .cookie:hover {
			color: #ff3366;
		}
		.FooterBox > #BoxOffice > a {
			color: #ffffff;
			text-decoration: none;
			font-size: 1.1rem;
			transition: all 0.2s ease;
			padding-bottom: 1.94rem;
			border-bottom: 1px solid #747474;
			font-family: var(--Font_Text);
		}
		.FooterBox > #BoxOffice > a:hover {
			color: #ff3366;
		}
		.FooterBox > #BoxOffice > .social {
			display: flex;
	        flex-direction: row;
	        justify-content: start;
	        padding: 1.66rem 0rem;
	        border-bottom: 1px solid #747474;
	        width: 100%;
		}
		.FooterBox > #BoxOffice > .social > i {
			color: #ffffff;
			font-size: 1.33rem;
        	margin-right: 0.83rem;
        	cursor: pointer;
        	transition: all 0.2s ease;
		}
		.FooterBox > #BoxOffice > .social > i:hover {
			color: #ff3366;
		}

		#Footer > .FooterBox > #MessageInfo > a {
			font-family: var(--Font_Text);
			font-size: 0.800rem;
			margin: 0.03rem 0px;
			font-weight: 400;
			text-decoration: none;
			color: #ffffff;
		}
		#Footer > .FooterBox > #MessageInfo > #Fondazione {
			font-weight: 600;
			width: 100%;
			margin: 0rem;
			line-height: 1.6rem;
		}
		#Footer > .FooterBox > #MessageInfo > #MtmLogo {
			width: 10.5rem;
    		margin-bottom: 18px;
		}

		#Footer > .FooterBox > #MessageInfo > #LittaLogo {
			width: 9.644rem;
			margin: 0.33rem 0px;
		}
		.FooterBox > #MessageInfo > .txt {
			border-top: 1px solid #747474;
			padding-top: 0.33rem;
		}


		.lastMessage {
			padding-top: 0.5rem;
		    padding-bottom: 0.5rem;
		    background-color: #bf0e0e;
		    display: flex;
	        justify-content: center;
	        flex-direction: row;
	        align-items: center;
		}
		.lastMessage > p {
			margin: 0rem;
		    font-family: var(--Font_Text);
		    font-size: 0.822rem;
		    color: #ffffff;
		    text-align: center;
        	border-top: 0.15rem solid #ffffff;
        	padding-top: 0.5rem;
        	text-transform: uppercase;
        	font-weight: 600;
        	cursor: pointer;
		}
		.lastMessage > p > a {
			color: #ffffff;
    		text-decoration: none;
    		transition: all 0.2s ease;
		}

		#Footer > .modal {
			display: none;
			position: fixed;
			z-index: 1000;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0,0,0);
			background-color: rgba(0,0,0,0.4);
			align-items: center;
			justify-content: center;
		}

		.modal > .modal-content {
		  background-color: #fefefe;
		  margin: 15% auto;
		  padding: 0.33rem;
		  border: none;
		  width: 80%;
		}

		.modal > .modal-content > .close {
		  color: #aaa;
		  float: right;
		  font-size: 1.55rem;
		  font-weight: bold;
		}

		.modal-content > .close:hover,
		.modal-content > .close:focus {
		  color: black;
		  text-decoration: none;
		  cursor: pointer;
		}


/*----------------------------------------------------------------*/

		:root {
		  --spacing-xs: 0.5rem;
		  --spacing-sm: 1rem;
		  --spacing-md: 2rem;
		  --spacing-lg: 3rem;
		  --text-xs: 0.75rem;
		  --text-sm: 0.875rem;
		  --text-base: 1rem;
		  --text-md: 1.125rem;
		  --text-lg: 1.5rem;
		  --text-xl: 2rem;
		}

		.site-footer {
		  background: #000;
		  color: #fff;
		  font-family: var(--Font_Normal);
		  font-size: var(--text-sm);
		  text-align: center;
		  padding: var(--spacing-lg) var(--spacing-sm);
		}

		.site-footer a {
		  color: #fff;
		  text-decoration: none;
		  font-weight: bold;
		  text-transform: uppercase;
		  font-size: var(--text-sm);
		}

		.site-footer a:hover {
		  text-decoration: underline;
		}

		.footer-widgets-1 img {
		  max-width: 6rem;
		  margin: 0 auto var(--spacing-md);
		  display: block;
		}

		.footer-widget-area p {
		  margin: var(--spacing-sm) 0;
		  border-bottom: 0.125rem solid #7D7D7D;
		  display: inline-block;
		  padding-bottom: 0.25rem;
		  transition: all 0.2s ease;
		  font-size: var(--text-md);
		}
		.footer-widget-area p:hover {
		  border-bottom: 0.125rem solid #fff;
		}


		.simple-social-icons .widget-title {
		  margin-top: var(--spacing-sm);
		  font-size: var(--text-md);
		  font-weight: bold;
		}

		.simple-social-icons ul {
		  display: flex;
		  justify-content: center;
		  gap: var(--spacing-md);
		  padding: 0;
		  margin-top: var(--spacing-xs);
		  list-style: none;
		}

		.simple-social-icons li a {
		  font-size: var(--text-sm);
		}

		#footer-menu-widget-area {
		  margin: var(--spacing-lg) 0;
		}

		#footer-menu-widget-area .menu {
		  display: flex;
		  justify-content: center;
		  gap: var(--spacing-md);
		  padding: 0;
		  list-style: none;
		  flex-wrap: nowrap;
		  align-items: center;
		  column-gap: 0rem;
		}

		#footer-menu-widget-area .menu li {
		  position: relative;
		  font-size: var(--text-sm);
		  padding: 2rem 1rem;
		}

		#footer-menu-widget-area .menu li:not(:last-child)::after {
		  content: "";
		  position: absolute;
		  top: 10%;
		  right: 0;
		  width: 1px;
		  height: 80%;
		  background-color: #fff;
		}

		.site-footer hr {
		  margin: var(--spacing-md) auto;
		  border: none;
		  border-top: 1px solid #444;
		  width: 90%;
		}



		.partner-logo > div {
		  text-align: center;
		}

		.partner-logo img {
		  max-height: 2.5rem;
		  margin: 0 var(--spacing-xs);
		}

		.site-footer p {
		  margin: var(--spacing-xs) 0;
		  font-size: var(--text-xs);
		}

		.site-footer p:last-of-type a {
		  margin: 0 var(--spacing-xs);
		  display: inline-block;
		}
		.site-footer p:last-of-type a:hover {
		  text-decoration: none !important;

		}
		.site-footer p:hover {

		}





		/*------------------------------------------------------------*/


		    .wrap {
		      display: flex;
		      align-items: center;
		      justify-content: center;
		      column-gap: 4rem;
		    }
		    .widget-wrap a i {
		      font-size: 1.5rem;
		    }
		    .widget-wrap li a {
		      font-size: 0.7rem;
		    }
		    body > footer > div.wrap.two {
		      display: flex;
		      align-items: center;
		      justify-content: center;
		      column-gap: 4rem;
		      flex-direction: column;
		    }

		    .site-footer .wrap.two .partner-logo {
		      display: flex;
		      flex-direction: row !important;
		      align-items: center;
		      column-gap: 4rem;
		      margin-top: 1rem;
		      padding-top: 1rem;
		      margin-bottom: var(--spacing-md);
		      width: 90%;
		      justify-content: center;
		      border-top: 0.1rem solid #eee;
		    }
		    .wrap.two .partner-logo .partner-logo-mid p,
		    .wrap.two .partner-logo .partner-logo-left p {
		      font-size: 1.2rem;
		      text-align: left;
		    }
		    .wrap.two .partner-logo .partner-logo-mid div a img,
		    .wrap.two .partner-logo .partner-logo-left div a img {
		      max-height: 4rem;
		      margin: 0 var(--spacing-xs);
		      height: 4rem;
		    }
		    div.partner-logo-mid > div > a:nth-child(1) > img {
		      height: 2rem !important;
		    }
		    .wrap.two .partner-logo .partner-logo-mid div,
		    .wrap.two .partner-logo .partner-logo-left div {
		      display: flex;
		      align-items: center;
		      column-gap: 1rem;
		    }
		    div.wrap.two > p:nth-child(2) {
		      text-transform: uppercase;
		    }
		    div.wrap.two > p:nth-child(3) a {
		      color: #7D7D7D;
		      font-size: 0.7rem;
		    }


/*----------------------------------------------------------------*/
		.wrap {
			display: flex;
			align-items: center;
			justify-content: center;
			column-gap: 4rem;
		}
		.widget-wrap a i {
			font-size: 1.5rem;
		}
		.widget-wrap li a {
			font-size: 0.9rem;
		}
		body > footer > div.wrap.two {
			display: flex;
			align-items: center;
			justify-content: center;
			column-gap: 4rem;
			flex-direction: column;
			position: relative;
		}

		.wrap .partner-logo .htLogo{
			position: absolute;
			left: 1rem;
			bottom: -2rem;
		}
		.wrap .partner-logo .htLogo p {
			text-align: left;
		}
		.wrap .partner-logo .htLogo p a {
			margin: 0;
		}
		.wrap .partner-logo .htLogo p a img {
			margin: 0;
			padding-top: 0.4rem;
		}

		wrap.two .partner-logo {
		  display: flex;
		  flex-direction: row !important;
		  align-items: center;
		  gap: var(--spacing-sm);
		  margin-top: var(--spacing-lg);
		  margin-bottom: var(--spacing-md);
		}





	}

