/*
 Theme Name:   BAW
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

.rounded-50 { border-radius: 50%!important; }

.entry-title {text-align: center;}

/* --------------------------------------------------
   Sections & Covers
-------------------------------------------------- */
.sezione {
	display: flex;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    -webkit-background-size: cover; /* safari may need this */
}
.bottom-button {
	right: 5%;
	bottom: 30px;
	transition: opacity 1s;
	position: absolute;
}
.cover {
	position: relative;
	margin-top: 36px;
	height: 33vw;
	min-height: 250px;
	background-color: #80298e;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.cover-title {
	position: absolute;
	bottom: 30px;
	font-size: 30px;
	background-color: #000;
	color: #fff;
	padding: 8px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -0.05rem;
	float: left;
	line-height: 100%;
}
.extra-large {
	font-size: 44px;
	background-color: #000;
	color: #fff;
	padding: 8px 16px 5px 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -0.05rem;
	display: inline-block;
	line-height: 100%;
}
a.extra-large:hover {
	color: #80298e;
}
.cover-scheda {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.cover-scheda-containter {
	/* placeholder for potential positioning */
}
.cover-scheda-title {
	font-size: 30px;
	background-color: #000;
	color: #fff;
	padding: 8px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: -0.05rem;
	display: inline-block;
	line-height: 100%;
}
.cover-scheda-summary {
	color: #000000;
	font-weight: 100;
	letter-spacing: -0.05rem;
	line-height: 110%;
}

@media (min-width: 992px) {
	.cover-title,
	.cover-scheda-title,
	.extra-large {
		font-size: calc(100vw / 33);
	}
}

/* --------------------------------------------------
   Elenchi / Cards
-------------------------------------------------- */
.elenco-item {
	position: relative;
}
.elenco-cover img {
	width: 100%;
}
.elenco-titolo {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 5px 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	line-height: 110%;
}
.elenco-segnalazioni {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	font-size: 8px;
	font-weight: 700;
	line-height: 8px;
}
.elenco-evidenziato {
	position: absolute;
	top: 10px;
	right: -10px;
	margin-left: 10px;
	padding: 5px 10px;
	color: #fff;
	background-color: rgb(0, 0, 0);
	font-size: 9px;
	font-weight: 700;
	line-height: 12px;
	min-width: 50px;
	text-align: center;
	border-radius: 0;
}
.elenco-info {
	position: absolute;
	top: 40px;
	right: -10px;
	margin-left: 10px;
	padding: 5px 10px;
	color: #fff;
	background-color: rgb(128, 41, 143);
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	min-width: 100px;
	text-align: center;
	border-radius: 0;
}
.elenco-disclaimer {
	position: absolute;
	top: 40px;
	right: -10px;
	margin-left: 10px;
	padding: 5px 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 11px;
	font-weight: 600;
	line-height: 11px;
	min-width: 100px;
	text-align: left;
	border-radius: 0;
}

.multicol { column-count: 1; column-gap: 2rem; }

@media (min-width: 768px) { .multicol { column-count: 2; } }  /* md */
@media (min-width: 992px) { .multicol { column-count: 3; } }  /* lg */