/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#top-menu a {
    color: #000 !important;
}

#header-contact-box {
	position: absolute;
	text-align: center;
	padding-top: 30px;
	width: 100%;
	font-size: 25px;
}

@media (max-width: 960px){
	#main-header {
		padding-bottom: 10px;
	}
	
    #header-contact-box {
		position: static;
		padding-top: 10px;
	}
}