/*
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.   ***************/
button.ux-relay__button span.ux-relay__result-count {
    display: none;
}

button.ux-relay__button {
    background: transparent;
    color: var(--primary-color);
    border: 0;
    font-size: 20px;
    text-transform: unset;
    text-decoration: underline;
}

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


}