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

a.ux-menu-link__link.flex:hover {
  padding-left: 10px;
  color: #ff5a00;
  text-decoration: none;
}

a.ux-menu-link__link.flex::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-color: #fff;
  -webkit-mask: url(https://u888.cam/wp-content/uploads/2025/05/Arow1-50.svg) no-repeat center;
  mask: url(https://u888.cam/wp-content/uploads/2025/05/Arow1-50.svg) no-repeat center;
  vertical-align: text-bottom;
}




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


}