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

.html :where([style*="border-width"]) {
  border-style: none;
}

html :where([style*="border-width"]) {
  border-style: none;
}

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

  #wide-nav {
    z-index: 10;
  }

  /*************** STICKY MOBILE MENU  ***************/

  /* .sticky-mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
  }

  .row-box-shadow-4-hover .col-inner:hover {
    box-shadow: none;
  }

  #footer {
    margin-bottom: 90px;
  } */
}
