/*
 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
*/

/* --------------------------------------------------
   Base (Reset, Typography, Links)
-------------------------------------------------- */
body {
	background-color: #fff;
}
html,
body,
p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}

a {
	text-decoration: none;
}

/* --------------------------------------------------
   Navbar & Dropdowns
-------------------------------------------------- */
.nav-link {
	color: #fff;
	font-size: 85%;
	font-weight: 700;
	text-transform: uppercase;
}
.nav-link:hover {
	color: rgba(255, 255, 255, 0.85);
}
.nav-link:active {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: rgba(255, 255, 255, 0.75);
}
.dropdown-item {
	text-transform: uppercase;
}
.dropdown-item:hover,
.dropdown-item:focus {
	background-color: #81298f;
	color: #fff;
}

/* --------------------------------------------------
   Typography utilities
-------------------------------------------------- */
.small {
	font-size: 85%;
}
.x-small {
	font-size: 75%;
}
.xx-small {
	font-size: 65%;
}
.fw-black {
	font-weight: 900;
}

/* --------------------------------------------------
   Branding / Logos / Sponsors
-------------------------------------------------- */
.logo {
	height: 40px;
}
.partner .logo img {
	height: auto; /* max-height: 70px; */
}
.sponsor .partner {
	font-size: 12px;
	float: left;
	margin-right: 10px;
}
.sponsor .partner .logo {
	float: left;
	margin-top: 15px;
	margin-right: 30px;
	height: 70px;
}
.sponsor .partner .logo img {
	/* max-width: 130px; */
	max-height: 70px;
}


.bg-home {
	background-position: center;
	background-size: 50vw!important;
	background-repeat: no-repeat;
	background-image: url('/inc/img/raw-logo-white-animated.svg')!important;
}

/* --------------------------------------------------
   Buttons & Interactive
-------------------------------------------------- */
.btn:hover,
a:hover,
.enlarge:hover {
	transform: scale(1.02);
	/* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); */
}

a,
div,
.btn,
.enlarge,
.extra-large,
.btn {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.blur {
	filter: blur(2px);
	opacity: 0.6;
	pointer-events: none;
}

.btn-header {
	background-color: #521a5b;
}
.btn-header:target {
	background-color: #000000;
}

.btn-xs {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.75rem;
}

.btn-xxs {
	--bs-btn-padding-y: 0.15rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.65rem;
}
.btn-nero-pieno {
	background-color: #000000 !important;
	color: #fff;
	opacity: 1 !important;
}

/* --------------------------------------------------
   Utility badges / inverted labels
-------------------------------------------------- */
.inverso {
	background-color: #000000;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	line-height: 100%;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.inverso-viola {
	background-color: #80298e;
	color: #ffffff;
	display: inline-block;
	font-weight: 900;
	line-height: 100%;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.descrizione_sito {
	font-size: 85%;
	line-height: 100%;
}

/* --------------------------------------------------
   Maps
-------------------------------------------------- */
#map {
	height: 500px;
}
.map-single,
.map-small {
	height: 300px !important;
	display: flex;
	align-items: center;
}
.map-big {
	height: 500px !important;
}
.map {
	height: 500px;
	display: flex;
	align-items: center;
}
.map-message {
	width: 100%;
	color: #ccc;
	text-transform: uppercase;
	text-align: center;
}

/* --------------------------------------------------
   Events (Elenco Eventi)
-------------------------------------------------- */
.evento-elenco-item {
	line-height: 110%;
}
.evento-elenco-titolo-sezione {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px !important;
	padding: 10px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background-color: rgb(0, 0, 0) !important;
	font-weight: 700;
	line-height: 100%;
	border-radius: 0;
}
.evento-elenco-data-sezione {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px !important;
	padding: 10px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	font-weight: 700;
	line-height: 100%;
	border-radius: 0;
}

a.evento-elenco-link {
	color: #000;
	font-weight: normal;
}
.evento-elenco-selezionato {
	border-right: 8px solid #80298f;
}
.evento-elenco-immagine {
	width: 150px;
}
.evento-elenco-data {
	color: #999;
	font-weight: 700;
}
.evento-elenco-titolo {
	font-size: 120%;
	font-weight: bold;
}
.evento-elenco-sottotitolo {
	font-size: 110%;
}
.evento-elenco-sommario {
	font-style: italic;
}
.evento-elenco-segnalazione {
	margin-top: 5px;
	color: #999;
	font-size: 85%;
	font-style: normal;
	line-height: 100%;
}
.evento-elenco-location {
	font-weight: bold;
}
.evento-elenco-indirizzo {
	font-size: 90%;
}
.evento-elenco-fascia {
	color: rgb(0, 0, 0);
	font-size: 150%;
}

/* --------------------------------------------------
   Elenchi / Cards
-------------------------------------------------- */
.elenco-item {
	position: relative;
	margin-bottom: 20px;
}
.elenco-cover img {
	width: 100%;
}
.elenco-titolo {
	position: absolute;
	bottom: 10px;
	left: -10px;
	margin-right: 10px;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}
.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;
}

/* --------------------------------------------------
   Scheda (detail panel)
-------------------------------------------------- */
.scheda-etichetta {
	margin-top: 8px;
	color: #ccc;
	font-size: 85%;
	font-weight: 700;
	line-height: 110%;
}
.scheda-dati {
	color: #000;
	font-weight: 400;
}
.scheda-logo {
	max-width: 200px;
	max-height: 200px;
}

/* --------------------------------------------------
   Sections & Covers
-------------------------------------------------- */
.sezione {
	display: flex;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

@media (max-width: 991.98px) {
	.sezione {
		background-attachment: scroll;
	}
}
.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);
	}
}

/* --------------------------------------------------
   Forms & Inputs
-------------------------------------------------- */
label {
	font-size: 0.85rem;
	font-weight: 700;
	color: #999;
}
::placeholder {
	color: #ccc !important;
	opacity: 0.5;
}
:-ms-input-placeholder {
	color: #ccc !important;
}
::-ms-input-placeholder {
	color: #ccc !important;
}
.form-control {
	font-weight: 600;
}
.has-error label {
	color: red !important;
}
.has-success {
	color: green;
}
.help-block {
	color: red;
	font-size: 85%;
}

/* --------------------------------------------------
   Media / Albums / Widgets
-------------------------------------------------- */
.album-item {
	position: relative;
}
.album-caption {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	margin-right: 5px;
	padding: 5px 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 11px;
	line-height: 11px;
	border-radius: 2px;
}
.condivisione {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	height: 80px;
	width: 30px;
	z-index: 100000;
}
.widget-area li {
	margin-bottom: 10px;
}
.vbox-title {
	font-size: 16px;
}

/* --------------------------------------------------
   Content blocks & News (home)
-------------------------------------------------- */
.elenco-item-news-home {
	position: relative;
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.1);
}
.elenco-tipo-news-home {
	position: absolute;
	top: 10px;
	right: -10px;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: rgba(0, 0, 0, 1);
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}
.elenco-titolo-news-home {
	position: absolute;
	bottom: 10px;
	left: -10px;
	width: 90%;
	margin-right: 10px;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: rgba(0, 0, 0, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}

/* --------------------------------------------------
   Layout helpers
-------------------------------------------------- */
.pano360 {
	width: 100%;
	height: 400px;
	border: none;
}
.piena-pagina {
	min-height: calc(100vh - 91px);
}
.social-share {
	position: fixed;
	left: 20px;
	bottom: 30px;
	z-index: 100000;
}
.acf-fields > .acf-field {
	border-top-width: 0px !important;
	padding: 0 !important;
	margin: 15px 0 !important;
}

/* --------------------------------------------------
   Animations
-------------------------------------------------- */
.pulse {
	animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
	}
	70% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.95);
	}
}

/* --------------------------------------------------
   Print page size (non-media-query)
-------------------------------------------------- */
@page {
	size: 210mm 297mm;
	margin: 10mm;
}

/* --------------------------------------------------
   Responsive utilities (mobile first)
-------------------------------------------------- */
@media (max-width: 576px) {
	/* Mobile utilities */
	.w-sm-100 {
		width: 100% !important;
	}
}

/* --------------------------------------------------
   Breakpoints
-------------------------------------------------- */
/* Already included: (min-width: 992px) cover titles sizing above */

/* --------------------------------------------------
   Print styles
-------------------------------------------------- */
@media print {
	#cmplz-manage-consent {
		display: none;
	}
	.container {
		max-width: 100% !important;
		width: 100% !important;
	}
	html,
	body,
	p {
		font-size: 11pt;
	}
}

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

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

.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 */