/*
	Theme Name: Theme Base
	Theme URI: 
	Author: Veronika Udod
	Author URI: 
	Version: 2.0
	Description: 
	Tags: 
	Licence: GPL v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: G2r.it
*/

/* MAIN SETTINGS */
body, html{
    overflow-x: hidden;
    position: relative;
	transition: all 0.5s ease;
}

:root{
    --bordeaux: #842233;
	--black: #250E13;
	--secondary: #4E010F;
	--grey: #B0B0B0;
    --white: #FFFFFF;
	--lightlightgrey: #FBF8F8;
	--lightgrey: #F5EDEF;
	--darkgrey: #727272;
}

/* Fonts */
*{
	font-family: "Instrument Sans", sans-serif;
}

h1{
	font-size: 82px;
	font-weight: 600;
}

h2{
	font-size: 64px;
	font-weight: 600;
}

h3{
	font-size: 56px;
	font-weight: 600;
}

h4{
	font-size: 36px;
	font-weight: 600;
}

h5{
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3 !important;
}

h6{
	font-size: 18px;
	font-weight: 600;
}

p{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
}

.text-white{
	color: var(--white);
}

.text-black{
	color: var(--black) !important;
}

.text-bord{
	color: var(--bordeaux) !important;
}

.max-w-1280{
	max-width: 1280px;
	margin: auto;
}

.img-multiply{
	mix-blend-mode: multiply;
}

.btn-left .elementor-button{
	text-align: start;
}

.border-right{
	border-right: 1px solid var(--black);
	padding-right: 50px;
}

@media only screen and (max-width: 768px){
	h1{
		font-size: 46px;
	}
	
	h2{
		font-size: 44px;
	}
	
	h3{
		font-size: 36px;
	}
		
	h4{
		font-size: 26px;
		font-weight: 600;
	}
	
	h5{
		font-size: 20px;
	}
	
	h6{
		font-size: 16px;
	}
}

/* GRADIENTS */
.bordeaux-gradient{
	background: linear-gradient(135deg, #842233 0%, #250E13 99.72%);
    background-position: center;
    background-size: cover;background-image: linear-gradient(99deg, #842233 0%, #250E13 99.72%));
}

.black-gradient{
	background: linear-gradient(180deg, rgba(27, 6, 10, 0.00) 0%, #1B060A 50.05%);
}
/* NAVBAR */
header{
	position: fixed;
    width: 100%;
	z-index: 999;
}

#header-desktop {
	display: block;
}

#header-mobile {
	display: none;
}

.pre-nav{
	background: #E9ECEF;
	padding: 14px 0px;
}

.prenav-logo {
	gap: 10px;
}

.prenav-logo img {
    max-width: 100px;
    max-height: 55px;
}

.nav-social{
	margin-left: 20px;
}

.nav-social img{
	max-width: 20px;
}

nav{
	background: #842233b5;
	backdrop-filter: blur(8px);
}

nav .main-menu-header{
	padding: 16px 0px;
	display: flex;
	justify-content: space-between;
	width: 1280px;
}

nav .main-menu-header a{
	color: var(--white);
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}

nav .main-menu-header .main-link:hover, nav .main-menu-header .main-link:active, nav .main-menu-header .main-link:focus{
	opacity: 0.7;
	color: var(--white);
}

.img-logo-nav{
	background: white;
    height: 60px;
    display: flex;
    align-items: center;
	justify-content: center;
    padding: 10px;
    border-radius: 14px;
	width: 135px;
}

.img-logo-nav{
	max-height: 60px;
	transition: 0.3s;
}

.img-logo-nav:hover{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}

.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border: none;
  background-color: #E9ECEF;
  border-radius: 0 !important;
  padding-top: 60px;
  padding-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);	
}

.navbar .nav-item {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbar .nav-item:hover{
	color: #ffffff70;
	opacity: 1 !important;
}

.navbar .dropdown-menu .nav-item a{
  	color: var(--black) !important;
	padding-left: 8px !important;
	text-transform: none;
	transition: 0.3s;
}

.navbar .dropdown-menu .nav-item a:hover{
	color: var(--bordeaux) !important;
}

.navbar .dropdown-toggle::after {
  transition: transform 0.3s ease;
}

.navbar .dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

.link-home-mob, .link-home-mob:hover, .link-home-mob:active, .link-home-mob:focus{
	color: var(--white);
}

@media (max-width: 1024px) {
	#header-desktop {
		display: none;
	}

	#header-mobile {
		display: block;
	}
	
	.cont-menu-toggle{
		padding: 20px;
        background: var(--bordeaux);
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.cont-menu-toggle h6{
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        color: var(--white);
		margin-bottom: 0;
    }
	
	.menu-toggle img{
		width: 35px;
	}

menu {
  width: 100vw;
  height: 100vh;
  position: fixed; /* cambiato da absolute */
  left: 0;
  top: 0;
  display: flex;
  transition: background-color 0.8s, transform 0.8s;
  will-change: transform;
  transform: translateX(-100%);
  z-index: 999999;
  overflow: hidden;
  margin: 0;
}
menu:after {
  content: "";
  display: flex;
  height: 100%;
  flex: 0 0 380px;
  background-color: rgba(136, 136, 136, 0);
  transition: background-color 0.8s, transform 0.8s;
  will-change: transform;
  z-index: -10;
  pointer-events: none;
  transform: translateX(calc(380px * 0.1));
}
menu.is-open:after {
  background-color: rgba(136, 136, 136, 0.8);
}

menu.is-open {
  transform: translateX(0);
}

	
menu.is-open nav {
  transform: translateX(-40px);
  /*box-shadow: 1px 0px 3px 0px #888;*/
  height: 100%;
  background: #E9ECEF;
}
menu.is-first-level nav {
  background-color: #E9ECEF;
}
menu.is-first-level nav .close {
  background-color: #E9ECEF;
}
menu.is-first-level nav .close:before {
  opacity: 0;
}
menu.is-first-level nav .close,
menu.is-first-level nav .first-level > li > a {
  color: #E9ECEF;
  border-color: #E9ECEF;
}
menu .close,
menu a,
menu .back {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: none;
}
menu .close:before,
menu a:before,
menu .back:before {
  content: "";
  display: block;
  background-size: 100%;
  width: 15px;
  height: 15px;
}

menu .nav-bottom-contents a:before {
  content: "";
  display: block;
  background-size: 100%;
  width: 0;
  height: 0;
}	
	
	.nav-bottom-contents{
		padding-left: 15px;
	}	
	
menu .close {
  background-color: var(--bordeaux);
  cursor: pointer;
  transition: background-color 0.8s, border-color 0.8s, color 0.8s;
}
menu .close:before {
  margin-right: 10px;
  background-image: url("/wp-content/uploads/2025/04/Close-Streamline-Ultimate-1.png");
  transition: opacity 0.8s;
}
menu nav,
menu ul {
  height: 70%;
  padding: 0;
  list-style: none;
}
menu nav {
  position: relative;
  width: 100vw;
  flex: 0 0 calc(380px * 0.9);
  overflow: hidden;
  background-color: #E9ECEF;
  box-shadow: 1px 0px 3px 0px transparent;
  transition: background-color 0.8s, transform 0.8s, box-shadow 0.8s;
  transform: translateX(0%);
  will-change: transform;
}
menu nav a {
  justify-content: space-between;
  color: var(--black);
}
	
menu nav a:hover {
  color: var(--bordeaux);
}
	
menu nav .back {
  	justify-content: flex-start;
	color: var(--white);
	background: var(--bordeaux);
}
menu nav .back:before {
  margin-right: 15px;
  background-image: url("/wp-content/uploads/2025/04/Arrow-Left-Streamline-Ultimate.png");
}
menu nav .first-level > li > a {
  transition: color 0.8s, border-color 0.8s;
}
menu nav .first-level > li > a:before {
  order: 2;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzYwLjczMSwyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xLDBzLTUuMywxMy44LDAsMTkuMWwyMTUuNSwyMTUuNWwtMjE1LjUsMjE1LjUgICBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xYzIuNiwyLjYsNi4xLDQsOS41LDRjMy40LDAsNi45LTEuMyw5LjUtNGwyMjUuMS0yMjUuMUMzNjUuOTMxLDI0Mi44NzUsMzY1LjkzMSwyMzQuMjc1LDM2MC43MzEsMjI5LjA3NXogICAiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
}
	
menu nav .first-level > li > a.no-arrow:before {
  order: 2;
  background-image: none;
}
menu nav .second-level {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #E9ECEF;
  transform: translateX(100%);
  transition: transform 0.8s, box-shadow 0.8s;
  will-change: transform;
  z-index: 99999999;
}
menu nav .second-level.is-second-level {
  transform: translateX(0);
  /*box-shadow: -1px 0px 3px 0px #888;*/
  height: 100%;
}
menu nav .second-level a {
  color: var(--black);
}
	
menu nav .second-level a:hover {
  color: var(--bordeaux);
}
	
menu nav .second-level a:before {
  display: none;
}
	.nav-mob-loghi{
		background: #fff;
	}
	
	.prenav-logo-mob .img-logo-nav {
		height: 60px;
		padding: 10px;
		width: 50px;
		background: transparent;
	}
	
	.prenav-logo-mob a {
		width: 20%;
	}
	
	.prenav-logo-mob .img-logo-nav img{
		width: 85px;
	}
	
	.nav-bottom-contents a{
		justify-content: start;
		border-bottom: 0;
		padding-left: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.icons-menu-open a{
		margin-left: 0;
	}
}

@media screen and (min-width: 992px) {
	.navbar {
		padding-top:0px;
		padding-bottom:0px;
	}

	.navbar .nav-item {
	  padding: 0;
	  margin: 0;
	}

	.navbar .dropdown {position:static;}

	.navbar .dropdown-menu {
	  width:100%;
	  left:0;
	  right:0;
	  top: 56px;
	  display:block;
	  visibility: hidden;
	  opacity: 0;
	  transition: visibility 0s, opacity 0.3s linear;

	}
  
	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	  display:block;
	  visibility: visible;
	  opacity: 1;
	  transition: visibility 0s, opacity 0.3s linear;
	}

}

.navbar .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.navbar .dropdown.show .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.project-links a{
	color: var(--black);
	transition: 0.3s;
}

.project-links a:hover{
	color: var(--bordeaux);
}

.navbar .dropdown-menu .project-links .nav-item a {
    color: var(--black) !important;
    padding-left: 0px !important;
    text-transform: capitalize;
	font-weight: normal;
	transition: 0.3s;
}

.navbar .dropdown-menu .project-links .nav-item a:hover {
    color: var(--bordeaux) !important;
}

.navbar .dropdown-menu .project-links h6 {
    color: var(--black) !important;
	font-family: "Instrument Sans", sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}

.navbar .dropdown-menu .project-links h6:hover {
    color: var(--bordeaux) !important;
}

.navbar-eventi-news .nav-link img{
	height: 140px;
	width: 250px;
	object-fit: cover;
	border-radius: 12px;
	transition: 0.3s;
}

.navbar-eventi-news .nav-link:hover img{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}

.navbar-eventi-news .nav-link h6{
	max-width: 250px;
	font-size: 16px;
	font-weight: bold;
}

@media only screen and (max-width: 768px){
	header{
		display: none;
	}
		
	.prenav-logo img{
		max-width: 75px;
	}
	
	.img-logo-nav{
		background: white;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		border-radius: 14px;
		width: 85px;
	}
}

/* GENERAL */
.arrow-btn, .arrow-btn-a, .arrow-btn-a-2{
	color: #fff;
	font-size: 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
	background: transparent;
	transition: .4s;
	text-decoration: none;
}

.arrow-btn-a a{
	background-color: transparent;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 0;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    margin-left: -7px !important;
}

.arrow-btn-a-2 a{
	background-color: transparent;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 0;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    margin-left: 0px !important;
}

.header .arrow-btn{
	margin: auto;
}

.arrow-btn a{
	background: transparent;
	padding: 12px 14px;
}

.arrow-btn:hover,
.arrow-btn-a:hover{
	color: var(--white);
}

.arrow-btn::before{
	content: '';
    display: inline-block;
    width: 10px;
    height: 21px;
    background-image: url(/wp-content/uploads/2025/04/arrow-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    transition: .4s;
}	

.arrow-btn-a::before, .arrow-btn-a-2::before{
	content: '';
    display: inline-block;
    width: 10px;
    height: 21px;
    background-image: url(/wp-content/uploads/2025/04/arrow-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0;
    transition: .4s;
}	

.header .arrow-btn::before{
	margin-right: 10px; 
}

.arrow-btn:hover,
.arrow-btn-a:hover,
.arrow-btn-a-2:hover{
	transform: translatex(30px);
}

.arrow-btn:hover::before,
.arrow-btn-a:hover::before, 
.arrow-btn-a-2:hover::before{
	transform: translatex(-20px);
}

.header .arrow-btn:hover::before {
	transform: translatex(-20px);
}

/* CHI SIAMO */
.consiglio-amm h5{
	font-size: 24px;
}

.consiglio-amm img{
	max-width: 75% !important;
}

.card-soci{
	transition: 0.3s;
}

.card-soci img{
	max-width: 75% !important;
}

.card-soci:hover{
	border: 1px solid transparent !important;
	box-shadow: 0 0 15px 0 #00000020;
}

/* MODELLO HUB & SPOKE */
.card-box-shadow{
	transition: 0.3s;
}

.card-box-shadow:hover{
	box-shadow: 0 0 15px 0 #00000020;
}

/* SERVIZI */
.joint-labs a {
	color: var(--black);
	text-decoration: underline !important;
}

.joint-labs-w a{
	color: var(--white);
	text-decoration: underline !important;
}


/* NEWSLETTER */
.newsletter-container, .newsletter-container p{
	display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
}

.newsletter-container{
	background: var(--white);
	border-radius: 82px;
	padding: 12px;
}

.form-control {
    /*width: 310px;*/
	background: transparent;
}

.news-first-btn{
	background: var(--bordeaux) !important;
    border-radius: 82px;
    color: var(--white) !important;
    font-size: 16px;
	font-weight: bold;
    margin-right: -4px;
    padding: 20px 40px;
    transition: .3 sease-in-out;
	text-transform: uppercase;
}

.news-first-btn:hover{
	background: var(--black);
	color: var(--white);
}

.wpcf7 input{
	min-height: 50px;
}

.wpcf7 input[type="email"]::placeholder, .wpcf7 input::placeholder {
	font-size: 16px;
	color: var(--black);
	padding-left: 16px;
	border-radius: 82px;
}

.wpcf7 input[type="email"], .wpcf7 input {
	border-radius: 82px;
	font-size: 16px;
}

.wpcf7 input[type="checkbox"]{
	min-height: 100%;
}

.newsletter-container .form-control{
	border: 0;
}

/* CONTACT FORM */
.wpcf7 .contact-form input[type="email"], .wpcf7 .contact-form input, .wpcf7 .contact-form textarea {
    border-radius: 30px;
    font-size: 16px;
    border: 0;
    background: var(--white);
}

.wpcf7 .contact-form textarea {
    padding: 25px;
}

.wpcf7 .contact-form input {
	min-height: 60px;
}

.wpcf7 .contact-form label{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-form .btn-contacts{
	background: var(--bordeaux) !important;
	color: var(--white);
	padding: 20px 40px;
	font-weight: bold;
	border-radius: 40px !important;
}

.contact-form .wpcf7-acceptance input[type="checkbox"] {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px; 
    height: 20px;
	min-height: 20px;
    border: 2px solid var(--bordeaux);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact-form .wpcf7-acceptance input[type="checkbox"]:checked::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--bordeaux);
    border-radius: 50%; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wpcf7 .contact-form input::placeholder, 
.wpcf7 .contact-form textarea::placeholder {
    color: var(--black);
}

/* CONTATTI */
.contacts-role span{
	padding: 4px 24px;
	border: 1px solid var(--black);
	border-radius: 16px;
}

@media only screen and (max-width: 768px){
	.news-first-btn {
		margin-right: 0px;
	}
}

/* FOOTER */
footer{
	background: var(--black);
	padding: 150px 0;
	position: relative;
	z-index: 99 !important;
}

footer .first-row-footer{
	padding-bottom: 48px;
}

footer h6, footer p, footer a{
	color: var(--white);
	transition: 0.3s;
}

footer a:hover{
	color: var(--white);
	opacity: 0.7;
}

footer p{
	margin-bottom: 0;
}

.footer-links a{
	text-decoration: none;
}

.footer-links .col-md-6{
	display: flex;
	flex-direction: column;
}

footer .second-row-footer{
	padding-top: 60px;
	border-top: 1px solid var(--white);
	padding-bottom: 60px;
}

.nav-social-footer{
	margin-right: 30px;
}

.nav-social-footer img{
	max-width: 30px;
	max-height: 20px;
}

.policy-footer a{
	margin-right: 66px;
}

@media only screen and (max-width: 768px){
	.footer-links{
		display: none;
	}
	
	footer{
		padding: 120px 10px;
	}

	footer .first-row-footer h6{
		padding-top: 30px;
	}
	
	.social-footer{
		margin-top: 30px;
	}
	
	.second-row-footer .col-md-4{
		padding: 0;
	}
	
	.policy-footer{
		flex-direction: column;
    	gap: 10px;
	}
	
	.policy-footer a{
		margin-right: 0;
		width: 100%;
	}
	
	.rights-footer{
		padding-top: 50px;
		padding-left: 0;
	}

}

/* EVENTI */
@media only screen and (max-width: 1440px){
	.header-event{
		min-height: 700px !important;
	}
}

/* SIDEBAR FIXED */
.sidebar-fixed {
    position: relative !important;
    top: 0px !important;
    transition: all 0s ease-in-out; /* Aggiungi una transizione fluida */
    width: 420px; /* Assicurati che mantenga la sua larghezza */
    z-index: 9999 !important;
	background: #fff !important;
	will-change: transform;
    transform: none !important;
}

.sidebar-fixed.fixed {
    position: fixed !important;
    top: 325px !important; 
    width: 420px !important; 
	z-index: 9999 !important;
}

@media only screen and (max-width: 1440px){
	.sidebar-fixed.fixed {
		top: 260px !important; 
	}
}

.sidebar-fixed.stop {
    position: absolute !important;
    top: auto !important;
    bottom: 350px !important; 
    width: 400px !important;
}

.sidebar-fixed p{
	margin-bottom: 0;
}

/* EVENTI GENERICA */
.hero-category{
	height: 517px;
	display: flex;
	justify-content: start;
	align-items: end;
	color: var(--white);
	text-align: start;
}

.hero-category h1{
	text-align: start;
	padding-bottom: 100px;
}

.eventi-in-programma{
	background: #F5EDEF;
	padding-top: 150px;
	padding-bottom: 150px;
}

.cont-eventi-in-prog{
	border-top: 1px solid var(--grey);
}

.cont-eventi-in-prog h6{
	color: var(--grey);
	padding-top: 16px;
}

.cont-eventi-in-prog h2{
	max-width: 70%;
}

.container-eventi-passati{
	padding-top: 100px;
}

.container-eventi-passati img{
	height: 385px;
	object-fit: cover;
	border-radius: 24px 24px 0 0;
}

.eventi-passati{
	background: #FBF8F8;
	padding-top: 150px;
	padding-bottom: 150px;
}

.content-eventi-passati{
	padding: 30px 40px;
}

.content-eventi-passati h5, .content-eventi-passati p{
	color: var(--black);
}

.content-eventi-passati a{
	font-weight: bold;
	color: var(--bordeaux);
}

.container-post{
	background: var(--white);
	border-radius: 24px;
}

/* EVENTI */
.info-evento img{
	height: 19px;
	object-fit: contain;
	margin-right: 18px;
}

.info-evento p{
	margin-bottom: 0;
}

.info-evento{
	padding-top: 32px;
	padding-bottom: 32px;
}

.content-eventi-passati p{
	margin-bottom: 0;
}

@media only screen and (max-width: 768px){
	.eventi-in-programma {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.eventi-passati {
		padding-right: 10px;
		padding-left: 10px;
	}
}

/* 404 */
.content-404{
	background-color: var(--lightgrey);
	padding-top: 200px;
	padding-bottom: 200px;
}

.img-404 img{
	max-width: 480px;
	padding-bottom: 100px;
}

.content-404 .a-homepage span{
	color: var(--bordeaux);
	font-weight: bold;
	border: 1px solid var(--bordeaux);
	border-radius: 40px;
	padding: 18px 40px;
}

.content-404 .button_container {
  width: 100%;
  margin: 0 auto;
}

.content-404 .button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 48px;
}

.content-404 .button_su a{
	color: var(--bordeaux);
}

.content-404 .button_su:hover a{
	color: var(--white);
}

.content-404 .su_button_circle {
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}

.content-404 .button_su_inner {
    display: inline-block;
    background: transparent;
    color: var(--bordeaux);
    /*font-size: 15px;*/
    text-align: center;
    border-radius: 48px;
    border: 1px solid var(--bordeaux);
    transition: 400ms;
    text-decoration: none;
    z-index: 10;
	/*text-transform: uppercase;*/
}

.content-404 .button_su_inner {
    color: var(--bordeaux);
    border: 1px solid var(--bordeaux);
}

.content-404 .button_su_inner {
    padding: 16px 40px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

.content-404 .button_text_container {
  position: relative;
  z-index: 10;
}

.content-404 .explode-circle {
  animation: explode 0.5s forwards;
}

.content-404 .desplode-circle {
  animation: desplode 0.5s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(132, 34, 51, 0.2);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(132, 34, 51, 1);
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(132, 34, 51, 1);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(132, 34, 51, 0.6);
  }
}

@media only screen and (max-width: 768px){
	.img-404 img{
		max-width: 300px;
		padding-bottom: 70px;
	}
	
	.content-404{
		background-color: var(--lightgrey);
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

/* NEWSLETTER MODAL */
#newsletterModal{
	background: #00000090;
}

.modal-dialog{
	top: 200px;
	max-width: 40%;
}

.modal-content{
	border-radius: 30px;
	padding: 30px;
	gap: 30px;
}

.close{
	background: transparent;
	border: 0;
}

@media only screen and (max-width: 1440px){
	.modal-dialog{
		top: 100px;
		max-width: 50%;
	}
}
