/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: unset;
}

.filter__container .filter--teen {
    background-color: #f16727 !important;
}

.filter__container .filter--child {
    background-color: #fcba1b !important;
}

.filter__container .filter--adults {
    background-color: #48b149 !important;
}

.filter__container .filter--all {
    background-color: #5378b1 !important;
}

.calendar__container em {
    height: 3px;
    display: block;
    position: relative;
    width: 60%;
    margin: auto auto 2px;
}

.header:hover .logo img {
    filter: brightness(0) invert(1);
}

.logo img:last-of-type {
    display: block !important;
}

.sponsors {
    gap: 10px 20px;
    background: #fff;
    justify-content: space-between;
}

.sponsors a {
    line-height: 0;
    display: flex;
    margin: 0 !important;
}

.sponsors img {
    margin: auto;
    line-height: 0;
    display: block;
    mix-blend-mode: luminosity;
}

.sponsors img:hover {
    mix-blend-mode: unset;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat-Medium.eot');
    src: url('../../assets/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../../assets/fonts/Montserrat-Medium.woff') format('woff'),
    url('../../assets/fonts/Montserrat-Medium.ttf') format('truetype'),
    url('../../assets/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

.title,
.subtitle,
.gallery__container .gallery-title {
    font-family: "Montserrat", "IBM Plex Serif", serif !important;
}

body .events .event__block-single:nth-child(1),
body .events .event__block-single:nth-child(3) {
    height: 300px;
    max-width: 240px;
    margin-left: 10px;
}

body .events .event__block-single:nth-child(1) p {
    width: unset;
}

.events .event__block-single:nth-child(6) {
    height: 240px;
    max-width: 240px;
    margin-left: 10px;
}

.single-page__events .grid > div:nth-child(1) .event__block-single,
.single-page__events .grid > div:nth-child(2) .event__block-single,
.single-page__events .grid > div:nth-child(3) .event__block-single {
    height: 240px !important;
}

.events .event__block-single {
    margin: 5px !important;
}

.info .info__block:nth-child(3) .subtitle--absolute {
    left: 90px !important;
}

@media only screen and (max-width: 767px) {
    body .events .event__block-single:nth-child(1),
    body .events .event__block-single:nth-child(2),
    body .events .event__block-single:nth-child(3),
    body .events .event__block-single:nth-child(4),
    body .events .event__block-single:nth-child(5),
    body .events .event__block-single:nth-child(6) {
        max-width: unset;
        flex-basis: calc(50% - 10px);
        height: 240px;
    }
    body .events .event__block-single:nth-child(6) {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 567px) {
    body .events .event__block-single:nth-child(1),
    body .events .event__block-single:nth-child(2),
    body .events .event__block-single:nth-child(3),
    body .events .event__block-single:nth-child(4),
    body .events .event__block-single:nth-child(5),
    body .events .event__block-single:nth-child(6) {
        max-width: unset;
        flex-basis: 100%;
        height: 240px;
    }
    body .events .event__block-single:nth-child(6) {
        margin-top: 20px;
    }
}