/*
Theme Name: wdm-ekoburu
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Eliminate all ::marker and bullets site-wide */
::marker,
*::marker,
li::marker,
summary::marker {
  display: none !important;
  content: "" !important;
  font-size: 0 !important;
  color: transparent !important;
  width: 0 !important;
  height: 0 !important;
}

ul,
ol,
li {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
}

.front ul,
.front ol,
.front li,
.front ul > li,
.front ol > li,
.page-wrapper ul > li,
.entry-content ul > li {
  list-style: none !important;
  list-style-type: none !important;
}

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


}