/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
div.store-data h2 {
	color:white;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 p.store-enquiry{
	display:none;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data h2 a {
	color: white!important;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data h2 a{
	color: white!important;
}
p.store-phone{
	display: none!important;
}

div.store-footer a{
	background-color: #f3921f!important;
}
@media screen and (max-width: 480px)
#wcfmmp-store .header_left {
    text-align: left;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}