/*
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.   ***************/

span.wsf-required-wrapper {
    display: none;
}


.wmle_container .wmle_item .wmle_post_title a {
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: 1.5em;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #555 !important;
    width: 100%;
    text-align: center;
}
.wmle_container .wmle_item .wmle_post_title {
    text-align: center;
}

.wmle_container .wmle_item {
	box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}