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


}

 a.button.primary {
    background: repeating-linear-gradient(to right,red 0,#0080ff 50%,#a7fc00 100%);
    color: #0080ff;
    width: 100%;
    background-size: 200% auto;
    background-position: 0 100%;
    animation: 2s linear infinite forwards gradient;
    padding: 0 10px;
    border-radius: 5px
}
@keyframes gradient {
    100% {
        background-position: -200% 0
    }
}
.button span {
                color: #fff
            }

            .entry-header-text.text-center {
            	padding-top: 40px;
            }