/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

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

/* change on sale colours RED IS #e30614  BLUE IS #03326c  LIGHT BLUE IS #00a6ed */
.woocommerce span.onsale {background:#e30614 !important;}
.woocommerce span.onsale {color:#fff; font-weight: bold !important;}

/* change special offer trainers section product titles */

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {color:#03326c !important;}

/* change filter by price widget bar colour */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {background-color:#fff;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {background-color:#fff;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {background-color:#00a6ed}


/* change demo store notice colour */
.woocommerce-store-notice, p.demo_store {background-color:#e30614;}

/* change breadcrumb link colour */
.woocommerce .woocommerce-breadcrumb a {color: #e30614;}

/* change button line height */
.et_pb_button {line-height:120% !important;}
