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

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


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

	.mobile-arrow-lists ul {
  list-style: none;
}

.mobile-arrow-lists ul li::before {
  content: "\2022";
  color: #40a0ff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

}
