/* Theme Name: Muzze Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: Muzze is a modernized take on an ever-popular WordPress. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Muzze will make your WordPress look beautiful everywhere. Created by <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: muzze
Version: 1.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  muzze-child
*/


a {
    color:#7f6c4d
}
a:hover {
    color:#182e50
}

.ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box {
    height:585px !important;
}

.elementor-widget-ova_heading_page .heading-page .cta-content h2,
.elementor-widget-ova_heading .ova_heading h1.heading_title {
    font-family: "Lora" !important;
    font-weight: 400 !important;
}
.heading-page .cta-content {
    z-index: 1 !important;
}
.elementor-521 .elementor-element.elementor-element-d83cbe4 .ova_nav ul.menu > li > a {
    padding: 45px 0px 30px 0px !important;
}
.elementor-521 .elementor-element.ovamenu_shrink.active_fixed .elementor-element.elementor-element-d83cbe4 .ova_nav ul.menu > li > a {
    padding: 25px 0px 20px 0px !important;
}
.ova-image-muzze.version_2 .image .desc {
    font-family: "Lora" !important;
    font-weight: 400 !important;
}

/*event listing / detail page */

.elementor-widget-ova_events_cat .desc {
    position: relative;
}

.elementor-widget-ova_events_cat .event-thumbnail {
    min-height:350px;
    position: relative;
}
.elementor-widget-ova_events_cat .event-thumbnail::before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    content: ' ';
    transition: all 0.5s ease;
}
.elementor-widget-ova_events_cat .desc:hover .event-thumbnail::before {
    background: rgba(0,0,0,0.5);
}
.elementor-widget-ova_events_cat .event_post {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
}
.archive_event .content .desc .event_post .button_event {
    display: none;
}
.archive_event.type2 .content .desc .event_post .event_title {
    margin-bottom: 0;
    font-size: 28px;
    text-align: center;
}
.archive_event.type2 .content .desc .event_post .event_title a {
    color: #FFF;
}
.archive_event.type2 .content .desc .event_post .event_title a:hover {
    color: #c1b696;
}
.archive_event.type2 .content .desc .event_post {
    padding: 20px;
}
.archive_event.type2 .content .desc .event_post .time-event {
    color: #f1f1f1;
    line-height: 1.2em;
    text-align: center;
    margin-top: 5px;
}

.single-event .gallery-items {
    margin-bottom: 20px;
}

/*breadcrumb */
section.elementor-element#breadcrumb-wrapper {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
section.elementor-element#breadcrumb-wrapper .elementor-column-wrap {
    padding: 0;
}
section.elementor-element#breadcrumb-wrapper .breadcrumb {
    padding: 0 5px 5px;
    display: block;
    margin-bottom: 0;
    background-color: transparent;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: 10px;
}
section.elementor-element#breadcrumb-wrapper .breadcrumb > span:first-child a > span {
    text-indent: -3000px;
    overflow: hidden;
    display: inline-block;
}
section.elementor-element#breadcrumb-wrapper .breadcrumb > span:first-child a::before {
    content: '\f015';
    font-family: "FontAwesome";
    font-size: 16px;
}


.ru-location-box .text-button {
    display: none !important;
}
.ru-location-box .ova-location {
    margin-top: 60px;
    background: rgba(0,0,0,0.7);
}

.artbab-edition-box h4 a:hover {
    color: #c1b696;
}

@media only screen
and (max-width: 1024px) {
    .ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box {
        height:100% !important;
    }
}