/*
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.   ***************/
/* HIDE RADIO */
/*[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}


[type=radio] + img {
  cursor: pointer;
}


[type=radio]:checked + img {
  outline: 2px solid #f00;
}
*/

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


}
