/*
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.   ***************/
/*css cho hiệu ứng button*/
.header-button a {
    font-size: 13px;
    background: repeating-linear-gradient(to right, crimson, lightsalmon, gold, seagreen, midnightblue, indigo, violet);
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    background-size: 200% auto;
    background-position: 0 100%;
}
.is-bevel:after {
    box-shadow: inset -.01em -.1em 0 0 rgba(0, 0, 0, .15);
    left: 0;
    width: 100%;
}
.is-bevel:after, .is-gloss:after, .is-shade:after {
    box-shadow: inset 0 1.2em 0 0 hsla(0, 0%, 100%, .1);
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    width: 150%;
}
@keyframes gradient {
0% {
    background-position: 0 0;
}
100% {
    background-position: -200% 0;
}}

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


}