/*
Theme Name: go88f.click
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.111111111111
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-button-1 a {
	background: #000!important;
	border-color: #288fe2!important;
	color: #fff!important;
}
.header-button-2 a {
	background: #000!important;
	border-color: #f4a435!important;
}
.header-button-1 a {
	animation: tada 1.2s infinite;
}
@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(1, 1, 1) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.2, 1.2, 1.2) rotate(1deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.2, 1.2, 1.2) rotate(-2deg);
    }
    100% {
        transform: scaleX(1);
    }
}
.btn_animation {
	animation: tada 1.2s infinite;
}