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

input.button-prev.action-prev.thwmscf-first-prev:disabled, input.button-next.action-next.thwmscf-last-next:disabled {
    display: none;
}
.thwmscf-buttons input {
    background: var(--fs-color-primary);
    color: #fff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}