/*
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.   ***************/
:root {
  --cl-linear: linear-gradient(90deg, #1b54b8 0%, #4083e6 50%, #1b54b8 100%);
  --cl-linear-hover: linear-gradient(
    90deg,
    #225cc4 0%,
    #5694f0 50%,
    #225cc4 100%
  );
}
.row.z99 {
  z-index: 999;
  position: relative;
}

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