/*
 Theme Name:   Kou Gallery
 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
*/

.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;
}

.condivisione {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	height: 80px;
	width: 30px;
	z-index: 100000;
}

.xx-large {
	font-size: 120px;
}
.x-large {
	font-size: 72px;
}

.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;
}

.elenco-item {
}
.elenco-titolo {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none !important;
	line-height: 16px;
}

.elenco-artista {
	color: #666666;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none !important;
	line-height: 14px;
}
.elenco-data {
	color: #666666;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none !important;
	line-height: 14px;
}

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

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

.vbox-title {
	font-weight: 700;
}

.img-bn {
    filter: grayscale(100%);
}