/*
Theme Name: vinatech-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: icomoon;
  src: url(/wp-content/themes/vinatech-child/fonts/icomoon.ttf);
}

@media only screen and (min-width: 800px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.active>ul.sub-menu:not(.nav-dropdown) {
    display: none!important;
}

}