/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


a.gator-door-east-logo {
position: absolute;
z-index: 9999;
top: 0px ;
left: 50%;
margin-left: -239px;
}
@media ( max-width: 600px ) {  a.gator-door-east-logo { margin-left: -90px; width: 180px; } }
@media ( min-width: 600px ) and ( max-width: 830px )  {  a.gator-door-east-logo { margin-left: -155px; width: 310px; } }


/*.admin-bar a.gator-door-east-logo { top: 32px !important; }*/
@media ( max-width: 768px ) { .admin-bar a.gator-door-east-logo { top: 46px !important; } }

.home a.gator-door-east-logo {
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: 1; /* Chrome, Safari, Opera */
    animation-name: logo-slide;
    animation-duration: 2s;
    animation-iteration-count: 1;	
}

/* Chrome, Safari, Opera */
@-webkit-keyframes logo-slide {
    0%   { left: 30%; opacity: 0; }
    100% { left: 50%; opacity: 1; }
}

/* Standard syntax */
@keyframes logo-slide {
    0%   {left: 30%; opacity: 0; }
    100% {left: 50%; opacity: 1; }
}

@media ( max-width: 800px ) { .fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-header { padding-top: 0px !important; padding-bottom: 0px !important; } }

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h6, .white-text strong, .white-text p { color: #fff !important; }

.blue-text h1, .blue-text h2, .blue-text h3, .blue-text h4, .blue-text h6, .blue-text strong, .blue-text p { color: #008fd8 !important; }

.fusion-copyright-content  a { color: #008fd8 !important }

.fusion-mobile-menu-sep, .fusion-secondary-main-menu { border-bottom-color: transparent !important; }
.fusion-main-menu .current_page_item > a, .fusion-main-menu > ul > li > a:hover { color: #fff !important; border-color: #fff !important; }

.fusion-header-v5 .fusion-header { border-bottom: 0px solid transparent !important; }

/*FONTS*/
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 { font-family: 'helvetica', arial, sans-serif !important }
body { font: 15px/22px 'helvetica', Arial, sans-serif !important; }
.fusion-button { font-weight: 500 !important }

.fusion-main-menu .sub-menu a { font-weight: 600 !important; }
.fusion-menu li a{ color: #fff; }
