/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.19.17.1553970367
Updated: 2019-03-30 18:26:07

*/
/* overhanging logo by Geno Quiroz */
 
#top-header {z-index: 99999 !important;}
 
#logo {
    max-height: 220% !important;
    z-index: 100000 !important;
}
 
@media only screen and (max-width : 980px) {
    #logo { margin-top: 0px}}

/* style woocommerce buttons */

.single-product .product .single_add_to_cart_button.button{
background-color: #ba3a23;
color: #ffffff;
border: 2px solid rgba(0, 0, 0, 0);
border-radius: 0;
letter-spacing: 3px;
box-shadow: -10px 0px 0px 0px #ffd07e;
font-family: Frank Ruhl Libre;
Font-weight: bold;
font-size: 1.2em;
}
.woocommerce .product .add_to_cart_button.button{
background-color: #ba3a23;
color: #ffffff;
border: 2px solid rgba(0, 0, 0, 0);
border-radius: 0;
letter-spacing: 3px;
box-shadow: -10px 0px 0px 0px #ffd07e;
font-family: Frank Ruhl Libre;
Font-weight: bold;
font-size: 1.2em;
}

 #content .quantity input.qty, .woocommerce-page .quantity input.qty {
    color: #fff !important;
    background-color: rgba(85,99,129,.7) !important;
}

/* style widget titles */
.widgettitle {
    border-bottom: solid 2px #214b3d;
    margin-bottom: 25px;
	color: #214b3d;
}


