/*
Theme Name:     Goffredo Bordese
Theme URI:      n/a
Template:       kadence
Author:         B2bit
Author URI:     n/a
Description:    Child theme di Kadence per Goffredo Bordese
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


/* ============================================
    HERO - Archivio Eventi e Single Eventi
============================================ */

.gb-events-hero {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: -80px;
	padding-top: 200px;
	padding-bottom: 60px;
    margin-bottom: 80px;
}

.gb-events-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
}

.gb-events-hero__title-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--global-content-narrow-width);
	box-sizing: border-box;
}

.gb-events-hero__title {
	position: relative;
	color: #fff;
	margin: 0;
	min-height: 58px;
	line-height: 1.2;
    font-size: var(--global-kb-font-size-xl, 3rem);
	text-align: center;
}

.single .gb-events-hero__title {
	font-size: var(--global-kb-font-size-lg, 2.5rem);
}

