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

/*************** ADD CUSTOM CSS HERE.   ***************/
@media (max-width: 445px) {
	.list-news li {
		width: 50% !important;
		overflow: hidden;
		min-height: 265px;
		margin-bottom: 10px;
    }
}
@media (max-width: 549px) {
	.list-news li .item-list h4{
		min-height: 90px !important;
		font-size: 0.9rem !important;
	}
    .list-news li {
		width: 50% !important;
		overflow: hidden;
		min-height: 265px;
		margin-bottom: 10px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}