/* 
 Theme Name:     Streeked Designs
 Author:         Streeked Designs
 Author URI:     Streeked.co.za
 Template:       Divi
 Version:        2018
 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.9.8
*/ 


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


span.mobile_menu_bar:before {
    color: #ffffff !important;
}


/* Grayscale Images */
.grayscale .et_pb_gallery_image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
    opacity: .8;
}

.grayscale .et_pb_gallery_image:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); 
    opacity: 1;
}

.et_overlay:before {
    display: none; 
}

.mfp-title {
display: none;
}
/* Grayscale Images */