/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 Jan 2021, 18:34:05
    Author     : VisualElement
*/


/* NAVBAR */
.navPages-action {

    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.78571rem 0;
    text-decoration: none;
    text-transform: none;
}
.navUser-action {
    color: #70b639;
    text-decoration: none;
}
.navUser-item svg, .navUser-item g {
    fill: #70b639;
}

/* HEADINGS */

h1, h2 {
    text-transform: none;
}

h3 {
    margin-top: 0;
}

.main-heading  {
    font-size: 28px;
}

.page-heading {
    font-size: 30px;
    font-family: Barlow;
    font-weight: 700;
    text-transform:none;
}

.page--category h1 {
    text-transform:none;
}

/* BREADCRUMBS */

.breadcrumb.is-active > .breadcrumb-label {
    color: #70b639;
    cursor: default;
}

/* CATEGORY & PRODUCT PAGES */
/* 4 col product grid -> */

@media only screen and (min-width: 801px){
    .page-sidebar + .page-content .productGrid .product, .page-sidebar + .page-content .productGrid .brand {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%;
    }
    .card .card-figure {

        height:auto !important;

    }
}
.card .card-figure {
    height:auto !important;
}
/* <- 4 col */

.grid-bg {
    background: #f4f6f4;
    overflow: hidden;
    padding-top: 40px;
}

.card .card-title {
    text-transform: none;
}

.socialLinks .icon svg {
    fill: #6f8877;
}
.card-figcaption-body .button:not(.quickview) {
    background: #70b639;
}

@media only screen and (min-width: 801px){
    .productView-images {
        -ms-flex: 0 1 calc(760px - 2rem);
        flex: 0 1 calc(760px - 2rem);
        max-width: 50%;
        width: calc(760px - 2rem);
    }
}

.button--primary {
    background-color: #70b639;
    border-color: #70b639;
    color: white;
}

/* info table */
.table-herb-info th {    
    border-top: 1px solid #6f8877!important;
    background-color:#6f8877;
    color:#ffffff;
    font-size: 120%;

}
.table-herb-info td {
    background-color:#f4f6f4;
}



/* NAV BOX FOR SUB_PAGES */
.sub-page-nav {
    border: 1px solid #ebebeb;
    padding: 20px 20px 0;  
}

.sub-page-nav h3 {
    margin-top:0;
}

/* FOOTER */

.footer {
    background-color: #6f8877;
    border-top: 1px solid #6f8877;
    padding: 3rem 0 4rem 0;
}

footer .socialLinks-item {
    background: #fff;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-radius: 50px;
}

.footer-info .socialLinks .icon svg {
    fill: #6f8877 !important;
}  

.footer-info-heading.footer-store-name {
    display:none;
}

img.footer-logo {
    /*
    width: 250px; 
    height:136px; 
    */
}

@media only screen and (max-width: 800px){
    .footer-info-col {
        border-bottom: 1px solid #ffffff;   
    }
    .footer-payment-icons{
        border-bottom: 1px solid #ffffff;   
    }

}

.footer-copyright {   
    align-items: center;
    justify-content: center;
}

.footer-tagline {

    border-bottom: 1px solid #f0f3f1;
    margin-bottom: 30px;
}
.footer-tagline p {
    color:#ffffff;
    text-align: center;
    font-style:italic;
    font-size: 16px;
    justify-content: center;
    padding-bottom: 20px;
}


/* PAGE BUILDER */
[class^="sd-simple-text-"] {
    color:red; 
}
[class*="sd-simple-text-"] {
    color:green;
}
#sd-simple-text-f9e67cea-a8c9-4d19-ad5a-9f04b34d835b {
    color:blue;
}
.sd-simple-text-f9e67cea-a8c9-4d19-ad5a-9f04b34d835b {
    color:blue;
}

/* HOME PAGE */

.home-box {
}

.home-box h2 {
    text-transform:none;
    color: #ffffff;
    font-weight:300;
    padding:5px 0 10px;
    font-size:20px;
    text-align:center;
    margin-bottom:0;
    background-color: #6f8877;
    webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.home-box a {
    color: #ffffff;
}

.home-box .HButton {   
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #70b639;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px 10px;   
}

/* featured articles */
.featured-article {
    margin-bottom: 30px;



    /*
    background-color: #f4f6f4;
        padding:10px;
    border: 1px solid #6f8877;
    */
}
.featured-article .leader {


}
.featured-article img {
    width:100%;
}

/* RECIPE PAGES */
.recipe-table {
    border: none !important;
    border-spacing: 0px!important;
    border-collapse: collapse!important;
}
.recipe-table td {
    padding: 10px 10px;
    border: none;
    background-color: #d6e5bd;
}

.recipe-table .heading {
    font-weight: 700;
    color: #ffffff;
    background-color: #77ad1b;    
    font-size: 18px;
}
.bio-table {
    margin-bottom: 20px;
    font-style: italic;
    border-spacing: 0px;
}
.bio-table td {
    color: #6f8877;
    background-color: #d6e5bd;
    padding: 10px;
    border: none;
}
.bio-table .heading {
    color: #ffffff;
    background-color: #6f8877;   
}

/* SHOWS & TALKS TABLE */
.table-shows {

}
.table-shows td.month {
    background-color:#6f8877;
    color:white;
    font-weight:700;
}
.table-shows td.date, .table-shows td.location, .table-shows td.link {
    background-color:#f4f6f4;

}



/*
To avoid unexpected 404 errors on your production store, 
we recommend that you use short relative paths in your SCSS 
to reference images in your `/img/` subdirectory. So, for example, 
use references of the form: `background: url('../img/header-bg.png');` 
rather than references of the form: `background: url('/assets/img/header-bg.png');`
*/
/*
.somediv {
     background: url('../img/bc_logo_sprite.png') 0 -75px no-repeat;
}


.footer-info-heading.footer-store-name:before {
   content: url('../img/logo-h-white.png');
}
*/


/*
.footer-info-heading.footer-store-name {
    background:url(../img/logo-green-white.png) 0 0 no-repeat;
    display:block;   
    height:400px; 
    text-indent:-99999em;   
    overflow:hidden;
}
*/

@media (max-width: 801px) {


    aside.page-sidebar.custom{
        display: none;
    }
}


.productGrid .card, .brandGrid .card, .productCarousel-slide .card, .card {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 70%;
    margin-bottom: 0;
}
