/*
Theme Name:   Impreza - child
Theme URI:    https://zibau.de/
Description:  Visitero - Child téma Impreza
Author:       TimoP
Author URI:   https://www.visitero.sk/
Template:     Impreza
Version:      1.0.1
*/

.flatpickr-months .flatpickr-month {
	height: 45px!important;
}

.flatpickr-current-month {
	font-size: 100%!important;
	padding-top: 0!important;
}

/* Nastavenie HERO sekcie s farebným overlayom */

.heroHalfOverlay.full_height {
    position: relative;
}

.heroHalfOverlay.full_height::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(12,25,50,0.9);
    z-index: 1;
    pointer-events: none;
}

.heroHalfOverlay.full_height > .l-section-h {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .l-section.full_height::before {
        width: 100%;
    }
}
/* Nastavenie HERO sekcie s farebným overlayom */