/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://ecreative.com.au
 Description:  Child Theme for Divi
 Author:       eCreative PTY LTD
 Author URI:   https://ecreative.com.au
 Template:     Divi
 Version:      1.0.2
*/

/* ==========================================================================
   Layout
   ========================================================================== */

/* Footer
   ========================================================================== */
#footer-info a {
    color: #999;
    font-weight: 400;
}

/* ==========================================================================
   Plugins
   ========================================================================== */

/* Woocommerce
   ========================================================================== */

/* Remove heading which is redudant with the tab title */
.woocommerce-tabs #tab-description > h2:first-child,
.woocommerce-tabs .woocommerce-Reviews-title {
    display: none;
}

/* Fix heading top and bottom spacing */
.woocommerce-tabs .wc-tab h1, 
.woocommerce-tabs .wc-tab h2, 
.woocommerce-tabs .wc-tab h3, 
.woocommerce-tabs .wc-tab h4, 
.woocommerce-tabs .wc-tab h5, 
.woocommerce-tabs .wc-tab h6 {
    padding: 20px 0;
}


