/* 
Theme Name:		 Divi Child Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 Divi Child Theme is a child theme of Divi, created by ChildTheme-Generator.com
Author:			 Phil McNeil
Author URI:		 http://childtheme-generator.com/
Template:		 Divi
Version:		 1.0.0
Text Domain:	 divi-child-theme
*/


/*
    Add your custom styles here
*/

.corona_notification_bar {
	background-color: #ffc72a; 
	font-weight: bold;
	padding: 9px; 
	color: #2151a3; 
	text-align: center; 
	z-index: 9999999;
	top: 0px;
	width: 100%;
}
#top-header .corona_notification_bar a {
	font-size: 15px; 
}
.header-top .header-language {
	float: left;
}
#top-header.corona_notification_exist.et-fixed-header {
	height: 36px;
	overflow: hidden;
}
#top-header.corona_notification_exist.et-fixed-header + #main-header {
	margin-top: -37px;
}
#main-header {
    margin-top: 0px;
}
#top-header #et-secondary-menu {
	margin-top: 3px;
}
#top-header #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item > a.mega-menu-link:hover {
	color: #ffc72c;
}
@media (min-width: 981px) {
	.et_fullwidth_nav #main-header .container {
		padding-top: 13px;
	}
	.et_fullwidth_secondary_nav #top-header .container {
	    padding-top: .15em;
	    padding-bottom: .15em;
	}
	.et-fixed-header#top-header {
	    background-color: #fff !important;
	}
}
@media screen and (max-width: 980px) {
	/*Bouncing Scroll-Down Arrow*/
	.header-top .header-language { float: none; padding-top: 7px; margin-bottom: -7px; }	
	.header-top { text-align : center; }
	.et_secondary_nav_only_menu #top-header {
	    display: block;
	}
	.header-language {
		text-align: center;
	}
	.et_fixed_nav_temp #main-header, .et_non_fixed_nav.et_transparent_nav_temp #main-header, .et_secondary_nav_only_menu #main-header {
		margin-top: 31px;
	}
	.et_secondary_nav_only_menu .corona_notification_exist + #main-header {
	    margin-top: 72px;
	}
}

@media screen and (max-width: 576px) {
	#top-header .corona_notification_bar a {
		font-size: 12px;
		letter-spacing: 0px; 
	}
}
@media screen and (max-width: 380px) {
	#top-header .corona_notification_bar a {
	    font-size: 10px;
	}
}