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


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


}

.centered-button {
    text-align: center;
}

.custom-button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid grey; /* Thin border outline */
    text-align: center;
    text-decoration: none;
    color: grey;
    border-radius: 5px;
}

.custom-button:hover {
    background-color: grey;
    color: white;
}
