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


}/* Fix home hero grid wrapping: keep 3 across on desktop */
@media (min-width: 1024px){
  .row .large-4 {flex: 0 0 33.333%; max-width: 33.333%;}
}
/* Keep 3-up tiles from wrapping on very wide screens */
@media (min-width: 1280px){
  .home .row .large-4{
    flex: 0 0 calc(33.333% - 2px);
    max-width: calc(33.333% - 2px);
  }
}
