/*
Theme Name: Organium Child
Author: 
Description: Your description goes here
Version: 1.0
Template: organium

This is the child theme for Organium theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.organium_header-logo__link {
  width: 90px!important;
  height: 90px!important;
  background-size: contain!important;
}
header {
  border-bottom:none!important;
}
header::before {
    content: "";
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.68) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    position: absolute;
    width: 100%;
    height: 130px;
    z-index: -1;
    pointer-events: none;
}
.meta_item_author, .meta_item_comments, .meta_item_date {
  display:none!important;
}
.breadcrumbs-wrapper .breadcrumbs {
  position: relative;
}
.organium_page_title_bg {
  background-position: 100% 25%;
  background-size: cover;
}
.organium_page_title_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(200deg, rgba(255, 255, 255, 0) 25%, rgba(206, 181, 44, 0.66) 100%);
    z-index: 1;
    pointer-events: none;
}
.single-product .organium_page_title_bg {
  background-image: none!important;
}
.single-product .organium_page_title_container, .tax-product_cat .organium_page_title_container {
    min-height: 149px !important;
}
.single-product .organium_page_content_wrapper.with_top_margin {
    margin-top: 49px !important;
	margin-bottom: 49px !important;
}



@media only screen and (max-width: 991px) {
.organium_products_widget ul.products.columns-4:not(.slick-initialized) li.product {
    width: 50%!important;
}
}