/*
Theme Name:     Hueman Burbank
Description:    Child Theme of Hueman for Luther Burbank Home & Gardens.
Author:         Kristen Skold
Template:       hueman-master

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

@import url(https://fonts.googleapis.com/css?family=Glass+Antiqua|Cantarell:400,400italic,700);


/*  base : fonts
/* ------------------------------------ */
body { font-family: "Cantarell", Arial, sans-serif; color:#000}

/*  base : headings
/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 { color: #444; font-weight: normal; -ms-word-wrap: break-word; word-wrap: break-word; }
h1, h2, h3, h4, h5, h6 {font-family: 'Glass Antiqua', Arial, sans-serif;}
.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: #bbb; }
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6  { margin-bottom: 14px; font-weight: 400; line-height: 1.3em; }
.entry h1 { font-size: 38px; letter-spacing: -1px; }
.entry h2 { font-size: 32px;}
.entry h3 { font-size: 28px; letter-spacing: -0.5px; }
.entry h4 { font-size: 24px; letter-spacing: -0.3px; }
.entry h5 { font-size: 20px; font-weight: 600; }
.entry h6 { font-size: 18px; font-weight: 600; }

/*  common : page title
/* ------------------------------------ */
.page-title { background: #fff; position: relative; padding-top: 18px; padding-bottom: 17px; border-bottom: 1px solid #eee; color: #478448; font-size: 36px; font-weight:normal; line-height: 24px; text-transform: none; }
.page-title a { color: #478448; }
.page-title a:hover { color: #444; }
.page-title span { color: #aaa; }
.page-title i { margin-right: 8px; }
.page-title h1,
.page-title h2,
.page-title h4 {font-family: 'Glass Antiqua', Arial, sans-serif; color: #478448; }
.page-title .meta-single li { float: left; margin-right: 14px; font-family: 'Glass Antiqua', Arial, sans-serif; color: #478448;}
.page-title .meta-single li.comments { float: right; margin-right: 0; }

a { color: #3b8dbd; text-decoration: underline; outline: 0; }
h1 a, h2 a {text-decoration: none; }

#events-list {

    border:solid black 1px;
    margin-bottom: 20px;
    padding: 20px;  
}

/* nav
/* ------------------------------------ */
.nav li a { color: #ccc; display: block; line-height: 20px; text-decoration: none}
#nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.7); text-decoration: none; }	

/* widgets
/* ------------------------------------ */
.widget > h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 6px;
}

/* images
/* ------------------------------------ */
.framed {border: 1px solid black}

/* woocommerce
/* ------------------------------------ */
/* removes category counts from shop home page */
.count {display:none !important} 

.product_title {font-size: 36px; margin-bottom:10px; line-height: normal}
    
/* formats price and sales price */
div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    text-decoration: none;}

div.product p.price del, .woocommerce div.product span.price del {
    opacity: 1.0;
    color:black;
}


span.price,
p.price {
    color: highlight;
    font-size: 1.25em;
    font-weight: 700;}

			
ul.products li.product h3{  font-size: 20px !important;}