/*
Theme Name: Bymuseet Theme     
Author: Kodeks
Author URI: http://kodeks.no
Description: Bymuseet Theme for Bymuseet website.
Author URI: http://kodeks.no
GitHub Theme URI: https://github.com/KodeksAS/bymuseet-live
Primary Branch: master
Version: 1.1.29
Text Domain: kodeks
Tags:

*/

.content .wp-block-image img {
    height: auto;
}

.events .event .excerpt {
    margin-top: 12px;
    margin-bottom: 0;
    color: rgba(12, 12, 12, 0.75);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: "Texta-Regular", sans-serif;
}

.events .event .from-to-date .from, .events .event .event-date {
    font-weight: 400;
    font-family: "Texta-Regular",sans-serif;
    color: rgba(12,12,12,0.5);
    font-size: 1rem;
    line-height: 2.25rem;
    text-transform: capitalize;
}

.museums .museum-cover .svg-holder {
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 835px) {
    .events .event .event-cover:hover .excerpt {
        color: #0C0C0C;
    }
    
    header .menu-open:hover path {
        fill: #FA4244;
    }
}

.default-wysiwyg p,
.page-template-template-restaurants .content-section-cover .sub-title {
   line-height: 1.5rem;   
}

.page-template-default .excerpt,
.page-template-template-news .excerpt,
.single-museum .excerpt,
.single-event .excerpt,
.single-shop .excerpt,
.single-post .excerpt {
    line-height: 2.5rem;
}

.default-wysiwyg h2 {
    font-size: 2rem;
}

.default-wysiwyg h3 {
    font-size: 1.5rem;
    margin-bottom: 0.15rem;
}

.default-wysiwyg h4 {
    font-size: 1.25rem;
    margin-bottom: 0.4rem;
}

/* TripAdvisor */

.award,
.rating {
    text-align: center;
}

.award > div > div,
.rating > div > div {
    margin: 0 !important;
    padding: 15px !important;
    width: 100% !important;
}

.trip-advisor ol,
.trip-advisor ul {
    margin: 0;
    padding: 0;
}

.trip-advisor ol li,
.trip-advisor ul li {
    list-style: none;
}

section.banner .vimeo-wrapper iframe {
    position: fixed;
}



/* Calendar reset button */

.daterangepicker .drp-calendar {
    padding: 20px 25px 0 20px !important;
}

.daterangepicker .drp-buttons {
    border-top: none !important;
    display: block !important;
    padding: 15px 25px 15px 20px !important;
}

.daterangepicker .drp-buttons .cancelBtn {
    background: #FA4244;
    border-radius: 6px;
    color: #fff;
    font-size: 22px !important;
    margin-left: 0 !important;
    width: 100%;
}

.daterangepicker .drp-buttons .drp-selected,
.daterangepicker .drp-buttons .applyBtn {
    display: none;
}

/* Mobile menu */
@media (max-width: 834px) {
    .menu-header-multilevel-menu-container {
        padding-bottom: 130px;
    }    
}

/* Related events and museums */

.museum-related-events a.see-all {
    text-align: end;
    justify-self: end;
}

/* Cookie modal */

.wt-cli-cookie-bar {
    background-color: rgba(255, 255, 255) !important;
}

.cli-wrapper {
    padding: 5px;
}

.cli-wrapper h5,
.cli-privacy-overview h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cli-wrapper .cli-bar-message {
    margin-bottom: 10px;
}

.cli-bar-btn_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cli-bar-btn_container a,
#wt-cli-privacy-save-btn {
    font-size: 16px !important;
}

#wt-cli-privacy-save-btn {
    background-color: #9cc4b3;
    border-radius: 0;
}

#wt-cli-accept-btn,
#wt-cli-privacy-save-btn {
    font-weight: 600;
}

#cookie-law-info-again {
    display: none !important;
}

.cli-modal-content.cli-bar-popup {
    padding: 20px 35px 25px;
}

.cli-switch input:checked + .cli-slider {
    background-color: #9cc4b3 !important;
}

.cli-tab-section-container {
    margin-bottom: 10px;
}

.wt-cli-iframe-placeholder .wt-cli-inner-text {
    left: 0;
    position: absolute;
    transform: translateX(calc(50vw - 50%));
    width: fit-content;
}

.cli-tab-header {
    background-color: #FFEED1 !important;
}

table.cookielawinfo-winter thead th {
    background: #FFD999 !important;
    color: #333 !important;
}

table.cookielawinfo-winter tbody tr {
    background: #FFEED1 !important;
}

table.cookielawinfo-winter tbody tr:hover {
    background: #FFEED1 !important;
}


/*.page-template-default .content h1 {
    font-weight: 700;
    font-size: 40px;
    margin-top: 20px;
    font-wight: bold;
}
*/

.default-wysiwyg h2,
.default-wysiwyg .h2 {
    line-height: 1.2;
    margin-bottom: 17px;
}
.default-wysiwyg h2:not(:first-child),
.default-wysiwyg .h2:not(:first-child) {
    margin-top: 28px;
}
.default-wysiwyg h3,
.default-wysiwyg .h3 {
    line-height: 1.2;
    margin-bottom: 17px;
}

hr.wp-block-separator {
    max-width: 720px;
    margin-inline: auto;
    margin-block: 32px;
}