.swiper-eventi-container {
	overflow: hidden;
}

.card-post {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
    color: #172B4F;
	margin: 4px;
}
.card-post img {
	width: 100%;
	border-radius: 27px;
	padding: 25px 25px 0;
	height: 300px;
}

.card-post .mb-5{
	font-weight:300;
}
.btn-blue-rivista .elementor-button-link:hover{
	background-color:transparent !important;
	color:white !important;
	outline: 1px white solid !important;
	transition:.4s;
}
.btn-rivista-hover .elementor-button-link:hover{
	background-color:transparent;
	color: #3333cc !important;
	outline:1px  #3333cc solid !important;
	transition:.4s:
}

.btn-rivista-hover .elementor-button:hover .elementor-button-icon svg {
    fill: #3333cc !important;
}
.card-descr{
	font-family: "Cormorant Garamond";
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;



}

.read-all img{
	border-radius:unset;
	padding:unset;
}
.read-all a{
	color:#0E3246;
	font-family:"Lora";
	font-size:16px;
	font-weight:500;
}


.card-post:hover .read-all img {
    transform: translateX(5px); /* Effetto movimento a destra al passaggio del mouse */
	 transition: transform 0.3s  ease-in-out;
}
#eventi-next-button{
        height: 60px;
        width: 60px;
        right: 45%;
        top: 104% !important;
        z-index: 999 !important;
        background-image: url(/wp-content/uploads/2025/02/next-btn.svg) !important;
        background: no-repeat;
        color: transparent !important;
 }
	#eventi-prev-button{
		height: 60px;
		width: 60px;
		left: 45%;
		z-index: 999 !important;
		top: 104% !important;
		background-image: url(/wp-content/uploads/2025/02/prev-btn.svg) !important;
		background: no-repeat;
		color: transparent !important;
	}
/* Riquadro della data */
.event-date-badge {
    width: 76px;
    height: 76px;
    position: absolute;
    top: -12px;
    left: 20px;
    background-color: #F3A54A;
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    font-family: 'Lora';
    font-weight: 400;
    justify-content: center;
}

/* Giorno (es. 18) */
.event-day, .event-time {
    font-size: 16px;
    line-height: 1.2;
}

/* Mese (es. FEB) */
.event-month {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width:1024px){
	#eventi-next-button{
        right: 40%;
 }
	#eventi-prev-button{
		left: 40%;
}	
}	
@media (max-width:480px){
	#eventi-next-button{
        right: 33%;
 }
	#eventi-prev-button{
		left: 33%;
}	
}	
@media (max-width:767px){

	
	
	.eventi-section {
		padding: 10px;
	}
	.rivista-img-scroll img {
	    height: 450px;
	    width: auto;
	}
	
	.card-post {
    margin: 8px;
}
}