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

/* Big Menu - mfp-content */
.mfp-content {
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 50px 80px !important;
  text-align: left !important;
}

.mfp-content .nav-sidebar {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.mfp-content .nav-sidebar li {
  width: 25% !important;
  padding: 0 25px !important;
  margin: 0 !important;
  text-align: left !important;
}

.mfp-content .nav-sidebar li a {
  padding: 10px 0 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
}

.mfp-content .nav-sidebar li a:hover {
  padding-left: 10px !important;
}


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


}