/*
Theme Name:   Impreza - child
Theme URI:    https://pust.sk/
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;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 25px!important;
}

select::-ms-expand {
    display: none;
}