/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.4
*/

/* Start your custom CSS bellow this comment
============================================ */

@media screen and (max-width: 980px) {
	/* Hide Divi Main Navigation Menu */
	#page-container { 
		padding-top:0px !important; 
		margin-top:-1px !important 
	}
	#main-header {
		display: none;
	}
	/*
	#main-header.et-fixed-header {
		display: block;
	}
	*/
}

#top-menu-nav > ul > li > a:hover {
    color: red !important;
}

#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
    color: black !important;
}

@media (max-width:479px) {
	body{
		font-size: 16px !important;
	}
	h1 {
		font-size: 34px !important;
	}
	h2 {
		font-size: 24px !important;
	}
	h3 {
		font-size: 20px !important;
	}
}


/*h1, h2, h3, h4 {
    font-family: 'Noto Serif',Georgia,"Times New Roman",serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #474747 !important;
    line-height: 1.5em !important;
}

.header-content h1.et_pb_module_header {
    font-size: 4vw !important;
}

h1 {
    font-size: 34px !important;
}

h2 {
    font-size: 38px !important;
}

h3 {
    font-size: 25px !important;
}*/