/* 
 Theme Name:     Aycock Designs - Divi Child
 Author:         Aycock Marketing
 Author URI:     https://aycockmarketing.com
 Template:       Divi
 Version:        v1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.4
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/*Menu CTA Button*/
#et-top-navigation .et_pb_button {
    margin-top: 0px;
    font-size: inherit;
    font-weight: inherit;
    color: #ffffff;
}
 
#et-top-navigation .et_pb_button:after {
font-size: 23px;
}


ul.et_pb_social_media_follow { 
width:100%; 
text-align:right; 
margin: 0 0 0 0 ; 
} .et_pb_social_media_follow li { 
float:none; 
display:inline-block; 
}


/*Mobile Menu Color*/
span.mobile_menu_bar:before {
    color: #757575 !important;
}


/*Product Page - Category Links Black*/
.product_meta a:link {
    color: #000000;
}

/*Product Page - Change Price Color from White to Red*/
span.woocommerce-Price-amount.amount {
    color: red;
}

/*Products - Change SALE! BG Color from light orange to dark orange*/
.woocommerce span.onsale {
    background-color: #FF6A27 !important;
}

/*Cart - Error Message - Coupon didn't work*/
.woocommerce-error li{
    color: red;
}