#event-of-day-description b {
    color: #E6E7E9;
}

@media only screen and (min-width: 300px) {
    .mediateka-photos {
        grid-auto-rows: unset;
    }
}
@media (min-width: 640px) {
    #single-photo-collection img {
        height: 200px;
    }
}
@media (min-width: 640px) {
    .mediateka-photos {
        grid-auto-rows: unset;
    }
}
@media (min-width: 640px) {
    #single-photo-collection a
    {
        justify-content: flex-start;
    }
}
@media (min-width: 1280px) {
    #single-photo-collection img {
        height: unset;
    }
}


form input[type="checkbox"] {
    height: 22px !important;
    width: 22px !important;
    vertical-align: middle;
    margin: 0 0.3em 0 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
form input[type="checkbox"] + span > a, form input[type="checkbox"] + span > a:visited, form input[type="checkbox"] + span  {
    color: #E6E7E9;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    line-height: 24px !important;
}
input[type="checkbox"] {
    accent-color: #E6E7E9;
}

#cookie-banner {
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #6A808C;
    color: #E6E7E9;
    border-radius: 20px;
    padding: 15px 20px;
    font-family: 'Lora';
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.3);
    width: 80%;
    max-width: 998px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 24px;
}
#cookie-banner a {
    color: #E6E7E9;
    text-decoration: underline;
}
#cookie-banner button {
    background-color: #6A808C;
    border: 1px solid #E6E7E9;
    color: #E6E7E9;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 100px;
    margin-left: 20px;
    font-family: 'Montserrat-Regular';
}
#cookie-banner button:hover {
    background-color: #E6E7E9;
    color: #6A808C;
}

#copyright {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}
#copyright a {
    cursor: pointer;
    text-decoration: none;
    color: #B2BFC5;
}
#copyright a:hover {
    color: #6A808C;
    text-decoration: underline;
}
#footer {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #copyright {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 640px) {
    #copyright {
        width: auto;
        padding: 0 20px;
        margin: 0 0 30px;
    }
}

.policy {
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #072B3E;
    grid-row: 5 / 5;
    grid-column: 1 / 3;
    margin: 20px 24px;
}
.policy h1 {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    color: #0D2B3F;
}
.policy a {
    cursor: pointer;
    text-decoration: underline;
    color: #0D2B3F;
}
.policy a:hover {
    color: #0D2B3F;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .post a {
        display: block !important;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
        padding-top: 0;
        text-decoration: none;
        color: #0D2B3F !important;
    }

    .post {
        
        border-top: 2px solid #B2BFC5 !important;
        color: #0D2B3F !important;
        font-family: 'Lora';
        font-size: 20px;
        line-height: 1em;
        padding-top: 30px !important;
        padding-bottom: 30px;
        margin: 0 20px;
    }
}