/*
Theme Name: Muzze
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Version: 1.3.4.2.2022.07.05
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: <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author URI: <a href="https://themeforest.net/user/ovatheme/portfolio">Ovatheme</a>
License: GNU General Public License
License URI: license.txt
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
*/

/*ONEFACE - PCMANAGER OVERRIDES*/
.hidden {
    display: none !important;
}
.clr {
    clear: both;
}

/*HOMEPAGE*/
.oneface-home-expo .post-items > a {
    position: relative;
    padding-top: 65%;
    display: block;
    overflow: hidden;
}
.oneface-home-expo .post-items > a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.oneface-artists-of-the-month-container .items-artist a.img {
    position: relative;
    padding-top: 60%;
    display: block;
    overflow: hidden;
}
.oneface-artists-of-the-month-container .items-artist a.img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.oneface-homepage-newsletter .elementor-widget-wp-widget-newsletterwidgetminimal {
    margin: auto;
}
.oneface-homepage-newsletter input.tnp-email {
    text-align: center;
}
.oneface-homepage-newsletter .tnp-widget-minimal input.tnp-submit {
    background-color: #000000;
    transition: all 0.4s linear;
}
.oneface-homepage-newsletter .tnp-widget-minimal input.tnp-submit:hover {
    background-color: #c1b696;
    transition: all 0.4s linear;
}


/*exhibitions*/
.exhibition_arc .img-exhibition > a {
    position: relative;
    display: block;
    padding-top: 80%;
    overflow: hidden;
}
.exhibition_arc .img-exhibition > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    min-height: 100%;
    min-width: 100%;
} 
body.oneface-override .related_ex .wrap-content .post-items .content h3, 
body.oneface-override .exhibition_arc .wrap-content .post-items .content h3 {
    margin-bottom: 0;
}
.related_ex .wrap-content .post-items .content .gallery_floor, 
body.oneface-override .exhibition_arc .wrap-content .post-items .content .gallery_floor {
    font-weight: 600;
    color: #999;
}
.oneface_subtitle {
    font-weight: bold;
}

/*single exhibition*/
.exhibition_content .wrap_content {
    margin-bottom: 40px;
}
.exhibition_content .feature_img {
    margin-bottom: 40px;
}
.gallery_slide-pcmanager-override {
    /*background-color: #2F4246;*/
    padding-top: 50px;
    padding-bottom: 50px;
}
.gallery_slide-pcmanager-override .items-pcmanager-override {
    width: 33.3333%;
    float: left;
    margin-bottom: 50px;
}


/*artists archive page*/
.archive_artist .content .items .wrap_item img {
    filter: none !important;
}
.archive_artist .content .items .wrap_item:hover img {
    opacity: 0.8;
}
body.oneface-override .heading_archive_artist .heading_artist {
    margin-top: 20px;
}
body.post-type-archive-collection .ovacoll_location_search {
    display: none;
} 
.archive_artist .items .wrap_item a.img {
    position: relative;
    display: block;
    padding-top: 80%;
    overflow: hidden;
}
.archive_artist .items .wrap_item a.img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}
.archive_artist .items .wrap_item .contact {
    display: none;
}
.tab.artists {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
}
.tab.artists button a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
    color: #999999;
}
.tab.artists button.active a, 
.tab.artists button a:hover {
    color: #000000;
}


/*SINGLE ARTISTS PAGE*/
.single_artist .intro {
    align-items: flex-start;
}

.single_artist .intro .desc {
    overflow: hidden;
    position: relative;
}
.single_artist_show_more {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 100px;
    background: 
    -webkit-linear-gradient(top, 
              rgba(255,255,255,0) 0%, 
              rgba(255,255,255,0.2) 20%,
              rgba(255,255,255,0.6) 40%,
              rgba(255,255,255,1) 80%,
              rgba(255,255,255,1) 100%
    );
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}


/*EXHIBITION TABS*/
body.oneface-override .exhibition_arc .heading_archive_exh .title_exh {
    margin-top: 20px;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    background-color: transparent;
    margin-bottom: 60px;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 20px;
    color: #999999;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    color: #000000;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    border-bottom: 2px solid #c1b696;
    color: #000000;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    width: 100%;
  }
  .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  .exhibition_arc .tab {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      flex-direction: row;
  }

  body.oneface-override .exhibition_arc .wrap-content .post-items {
      width: 50%;
  } 
  body.oneface-override .exhibition_arc #tab3 .wrap-content .post-items {
      width: 33.3333333%;
  }

  .oneface-wrap-years {
      width: 20%;
      float: left;
      padding-right: 40px;
      box-sizing: border-box;
  }
  .past-wrap-content {
      width: 80%;
      float: left;
  }
  .years_items > a {
      clear: both;
      float: left;
      color: #999999;
  }
  .years_items > a:hover {
      color: #000000;
  }
  .years_items > a.selected, 
  .years_items > a.initial_class {
      font-weight: bold;
      color: #000000;
  }
  .years_title {
      font-size: 18px;
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 10px;
      margin-bottom: 10px;
  }

  @media screen and (max-width: 1280px) { 
    body.oneface-override .related_ex #tab3 .wrap-content .post-items, 
    body.oneface-override .exhibition_arc #tab3 .wrap-content .post-items {
        width: 50%;
    }
  }
  @media screen and (max-width: 800px) { 
    body.oneface-override .exhibition_arc #tab3 .wrap-content .post-items {
        width: 100%;
    }
    .oneface-wrap-years {
        padding-right: 10px;
    }
    .years_title {
        font-size: 14px;
        font-weight: bold;
    }
    /*body.oneface-override .related_ex .wrap-content .post-items, */
    body.oneface-override .exhibition_arc .wrap-content .post-items {
        width: 100%;
    }
  }
  @media screen and (max-width: 800px) { 
    .tab button {
        font-size: 14px;
    }
  }
  

/*SINGLE EXHIBITION*/
body.oneface-override .single_exhibition {
    margin-top: 0;
}
.single_exhibition .exhibition_content .line .wrapper_order:before {
    height: 100%;
    width: 2px;
}
li.oneface_return_expos {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.pcmanager-gallery-container {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: center;
}
.pcmanager-gallery-container .items-pcmanager-override {
    padding: 5px;
    box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    .pcmanager-gallery-container .items-pcmanager-override {
        width: 50%;
        margin-bottom: 5px
    }
}

/*relative exhibition*/
.relative_expo_wrapper {
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto;
}
.relative_expo_wrapper .post-items-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.relative_expo_wrapper .post-items-wrapper .post-items {
    width: 33.3333333%;
    text-align: left;
    margin-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
}
.relative_expo_wrapper .post-items-wrapper .post-items .img-exhibition > a {
    position: relative;
    display: block;
    padding-top: 80%;
    overflow: hidden;
}
.relative_expo_wrapper .post-items-wrapper .post-items .img-exhibition > a > img {
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}
.relative_expo_wrapper .title_relative_expos h3 {
    font-size: 40px;
    color: #25282e;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 29px;
    margin-bottom: 42px;
}
.relative_expo_wrapper .post-items .content h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.relative_expo_wrapper .post-items .content h3 a {
    color: #25282e;
    -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); 
    font-size: 28px;
    font-weight: 400;
}
.relative_expo_wrapper .post-items .content .times span {
    font-size: 18px;
    color: #777777;
}

@media screen and (max-width: 800px) {
    .title_relative_expos .container {
        padding-left: 0;
        padding-right: 0;
    }
    .relative_expo_wrapper .post-items-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .relative_expo_wrapper .post-items-wrapper .post-items {
        width: 100%;
        text-align: left;
        margin-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }
}


/*Canvas menu, In page menu*/
.ova_nav_canvas ul.menu li.active a {
    color: #ffffff !important;
}


/*LANGUAGE SWITCHER*/
.oneface-language div, 
.oneface-language div .lang_sel_sel, 
.oneface-language li.wpml-ls-item, 
.oneface-language li.wpml-ls-item:hover, 
.oneface-language li.wpml-ls-item a, 
.oneface-language li.wpml-ls-item:hover a, 
.oneface-language ul.wpml-ls-sub-menu {
    border: 0px !important;
    border-color: transparent;
    background: none;
    background-color: transparent;
    background: none;
}


/*FOOTER*/
.footer-links a {
    color: #ffffff;
}
.footer-links a:hover {
    color: #cccccc;
}


/*2021-09-22*/
.woocommerce-loop-category__title mark.count {
    display: none;
}
#main-content-woo {
    width: 100%;
}
h2.woocommerce-loop-category__title {
    color: #25282e;
    font-size: 22px !important;
    margin-top: 0px !important;
    display: block;
    transition: 0.3s all linear;
    text-align: center;
}
h2.woocommerce-loop-category__title:hover {
    color: #c1b696;
}
li.product .woocommerce-loop-product__title {
    text-align: center;
    padding-bottom: 0 !important;
}
li.product  h2.woocommerce-loop-product__title a {
    margin: auto;
    text-align: center;
}
li.product span.price {
    text-align: center;
}

li .muzze_info_sc hr {
    background-color: #666666 !important;
    margin-bottom: 10px;
    margin-top: 10px;
}
li .muzze_info_sc .content.hour {
    display: none;
}

.wpml-ls-sub-menu {
    background-color: #ffffff !important;
}

.exhibition_arc .content h3.second_font, 
.exhibition_arc .content .oneface_subtitle, 
.exhibition_arc .content .times, 
.exhibition_arc .content .oneface_location, 
.related_ex .content h3.second_font, 
.related_ex .content .oneface_subtitle, 
.related_ex .content .times, 
.related_ex .content .oneface_location, 
.relative_expo_wrapper .content h3.second_font, 
.relative_expo_wrapper .content .oneface_subtitle, 
.relative_expo_wrapper .content .times, 
.relative_expo_wrapper .content .oneface_location {
    text-align: center;
}

.ova-artist .items-artist .img img {
    filter: grayscale(0%) !important; 
}

@media screen and (max-width: 1008px) {
    .ova-exhibitions-slide {
        height: inherit !important;
    }
    .ova-exhibitions-slide .list-exhibitions {
        top: inherit !important;
        transform: none !important;
    }
    .ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box {
        background-size: contain !important;
    }
}

/**COLLECTIONS**/
.pp_content_container .pp_details .pp_social {
    display: none !important;
}
.single_collection .collection_intro {
    padding-top: 5px;
    padding-bottom: 10px;
}
.single_collection .collection_intro .back_collections {
    margin-top: 20px;
    margin-bottom: 20px;
}
.single_collection .collection_intro ul.buttons {
    margin-top: 2px;
    padding: 0;
} 
.single_collection .collection_content {
    padding-top: 50px;
    padding-bottom: 100px;
} 
.button_askforprice {
    background-color: #2F4246;
    color: #ffffff;
    display: inline-block;
    margin: 15px auto 5px;
    padding: 6px 28px;
    cursor: pointer;
    transition: all 0.4s;
    border-radius: 8px;
}
.button_askforprice:hover {
    background-color: #e5e5e5;
    color: #2F4246;
    transition: all 0.4s;
}
.oneface_contact_form.form_askforprice {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.form_askforprice_inner {
    background-color: #EDE6C5;
    padding: 46px 20px 20px 40px;
    width: 100%;
    max-width: 488px;
    right: 0;
    left: 0;
    margin: auto;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 1px 1px 20px 0px #999999; 
    margin: auto;
}
.form_askforprice_inner input[type="submit"] {
    display: block;
    margin: auto;
    border: 1px solid #343434;
    transition: all 0.4s;
}
.form_askforprice_inner input[type="submit"]:hover {
    background-color: transparent;
    color: #343434;
    transition: all 0.4s;
}

@media screen and (max-width: 530px) {
    
    .form_askforprice_inner {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .form_askforprice_inner label, 
    .form_askforprice_inner label span, 
    .form_askforprice_inner label input {
        max-width: 100%;
    }
}


/*COLLECTIONS - also available*/
.also_available_wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
}
.also_available_heading {
    padding: 0 15px 15px 15px;
    font-size: 32px;
    border-bottom: 1px solid #25282e;
}
.also_available_list_title {
    padding: 0 15px;
    margin: 15px 0;
    font-size: 22px;
}
.also_available_list_title {
    color: #25282e; 
    cursor: pointer;
}
.also_available_list_title:hover {
    color: #c1b696;
}

/*TEMPORARY DISABLED*/
.elementor-widget-ova_search {
    display: none !important;
}
