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

.large-9.is_100_col{
	max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.is_100_col .large-columns-3>.col{
	max-width: 25%;
    -ms-flex-preferred-size:25%;
    flex-basis: 25%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.is_100_col .large-columns-3>.col{
	max-width: 50%;
    -ms-flex-preferred-size:50%;
    flex-basis: 50%;
}

}

.hide-content {
    margin-bottom: 0;
    height: 0;
    display: none;
}