/*
======================================
=== ==> Sezione Premiere
======================================
*/


.card {
	border: 1px solid #fe1717;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 2rem;
	background-color: #fff;
}
.card img{
	width:100%;
}
.card-body{
	text-align:center;
}
h3.card-title {
	height: 3rem;
}
h4.card-title{
	height: 2rem;
}

.row-premiere{
	margin-bottom: 4rem;
}

.stato-premiere-1{
	background-color: #131313;
	border: 2px solid #131313;
	border-radius:5px;
}

.stato-premiere-0{
	background-color: #252525;
	border: 2px solid #131313;
	border-radius:5px;
}

.card-header h1{
	font-size: 2rem;
	line-height: 2rem;
	text-transform: uppercase;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-info {
	padding: 1rem 0rem;
	height:300px;
	overflow:hidden;
}

.card-info a{
	color: rgba(220,13,29,1);
}

.card-description p{
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.23rem;
	overflow: hidden;
	text-overflow: ellipsis;

}
.card-description strong{
	font-weight: 400;
}
.card-description h1{
	font-size: 2.4rem;
	line-height: 2.1rem;
}

.premiere-giorno {
	font-size: 10.5rem;
	text-transform: uppercase;
	color: rgba(220,13,29,1);
	line-height: 8rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 13px;
}
.premiere-settimana,.premiere-mese, .premiere-ora {
	font-size: 2.6\rem;
	text-transform: uppercase;
	color: rgba(220,13,29,1);
	line-height: 2rem;
	text-align:center;
	font-weight: 300;
}

.premiere-buttons p{
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.5rem;
}

.card-locandina img{
	width:180px;
}

.card-player{
	border: 1px solid #000;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
	background-color: #000;
	min-height:400px;		
	text-align:center;			
}



.card-player{
	/*
	border: 1px solid #ff0066;
    background-color: #000;
    padding: 10px;
    min-height: 300px;
	*/
}

.premiere-buttons {
	margin: 10px 10px 0px 0px;
	display: inline-block;
}		

.botton-prenota, .botton-esauriti, .botton-inizia, .botton-scaduta{
	text-align: center;
	width: fit-content;
	padding: 0.5rem 2rem;
	border-radius: 5px;
	margin: 0px;
	font-size: 1.2rem;
	font-weight: 400;
	cursor: pointer;
	border-radius: 8px 0px 8px 0px;
    border: 1px solid #dc0d1d;	
}

.botton-prenota{
	background-color: rgba(220,13,29,1);
	color: #ffffff;

}
.botton-esauriti{
	/*
	background-color:#252525 ;
	color: rgba(220,13,29,1);
	*/
}
.botton-inizia{
	background-color: #dc0d1d;
	color: #ffffff;
}			

.botton-scaduta{
	/*background-color: #dc0d1d;*/
	color: #ffffff;
}
.dw-countdown-content{
	background-color: rgba(220,13,29,1);
	margin-bottom: 0px;
	padding: 5px 20px;
	border-radius: 10px 10px 0px 0px;
	height: 55px;
}

.dw-countdown-content h2{
	color: #fff;
}


@media (max-device-width: 680px) {
	.card-header {
		height: 6rem;
	}
	.card-header h2{
		font-size: 20px;
	}
	.card {
		margin-bottom: 2rem;
	}		
	.card-info {
		padding: 0.5rem 1rem;
		height: fit-content;
	}
	.premiere-buttons {
		margin: unset;
		text-align: center;
	}
	.card-locandina img {
		width: 100%;
	}			
	
}

/*
======================================
===