/*
 Theme Name:   Storefront Child
 Theme URI:    
 Description:  Storefront Child Theme
 Author:       Galerii-G
 Author URI:   
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefrontchild
*/

/* Message box */
div.woocommerce-message {
    background-color: #c0a66b;
    color: #000000;
}


/* Hide primary menu on desktop*/
@media screen and (min-width: 768px) {
    .woocommerce-breadcrumb,
    .storefront-primary-navigation {
            display: none;
    }
}

/* Filters on top on mobile */

@media screen and (max-width: 768px){
    .col-full {
        display:flex;
        flex-direction: column-reverse;
    }

    .primary,
    .secondary {
        height: auto;
    }
}


/*
 Primary menu color
.storefront-primary-navigation,
.main-navigation ul.menu ul.sub-menu{
        background-color: #c0a66b;
}
*/

.entry-header,
.page-title,
.site-info {
    display: none;
}

.site-header {
    border-bottom: 3px double #c0a66b;
}

.widget-area{
    background: #f0eadb;
    padding: 15px;
    border: 1px solid #d9c9a6;
}

.site-footer {
    background: #f0eadb;
    border-top: 3px double #d9c9a6;
}

.menu-item{
    font-size: medium;
}

.custom-logo{
	max-height: 60px;
	max-width: 60px;
	display: non
}


/* SHOP PAGE */



/* PRODUCT PAGE */

.quantity,
.sku_wrapper,
.stock.in-stock{ 
	display: none !important;
}

.artwork-details {
    font-family: "Libre Baskerville", sans-serif;
}

.artwork-name,
.artwork-artist{
    font-size: 26px;
}

.artwork-name {
    font-style: italic;
    
}

.artwork-artist {
    margin-bottom: 15px;
}

.artwork-price {
    font-size: 26px;
    margin-top: 15px;
}
    
.artwork-year,
.artwork-descr,
.artwork-size {
    font-size: 16px;
}



/* Custom fonts */
h1, h2, h3, h4, h5, h6, body, button, input, textarea {
    font-family: 'Libre Baskerville', sans-serif;
}

