/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

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

/* FiboSearch - border radius */
.dgwt-wcas-sf-wrapp,
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border-radius: 25px !important;
}


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

/* Mobile Secondary Menu - Horizontal Slider */
#wide-nav .flex-col.show-for-medium {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    flex: 1 1 100%;
    scrollbar-width: none;
}
#wide-nav .flex-col.show-for-medium::-webkit-scrollbar {
    display: none;
}
#wide-nav .flex-col.show-for-medium .nav {
    flex-flow: row nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding: 0 10px;
    scrollbar-width: none;
}
#wide-nav .flex-col.show-for-medium .nav::-webkit-scrollbar {
    display: none;
}
#wide-nav .flex-col.show-for-medium .nav > li {
    flex: 0 0 auto;
    white-space: nowrap;
    margin: 0 5px;
}

}