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


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


}


.badge.absolute.top.post-date.badge-outline {
    display: none;
}


@media screen and (min-width: 550px)
{
	.box-list-view .box .box-image, .box-vertical .box-image {
    width: 27% !important;
}
	
.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 54px !important;
    width: 90px !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}	
}