/*
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.   ***************/
.header-button-2 a{
	animation: tada 1.2s infinite !important;
}
.ft-menu-ins a,
.ft-menu-pol a{
	color: #fff !important;
}





@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);
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header-button-2 a{
		color: #fff !important;
	}
	.mfp-content{
		background-color: #00352F !important;
	}
	.mfp-content a{
		color: #fff !important;
	}
	#button-contact-vr #gom-all-in-one {
        display: flex;
        top: 80px;
        position: relative;
        left: -60px;
    }

}