/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Tajinder Singh
 Author URI:   https://example.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  Divi
*/

/* #et-top-navigation {
	padding-bottom: 33px;	
} */

/* #top-menu {
	display: flex;
	flex-direction: row;
	align-items: center;
} */

/* #et-top-navigation nav>ul#top-menu>li>a {
	padding-bottom: 0px;
} */

#top-menu .login a, .et_mobile_menu .login a {
	color:#016EBA;
	font-weight: bold;
}

#et-top-navigation #top-menu .signup a, #et-top-navigation .et_mobile_menu .signup a {
	color:white;
	font-weight: bold;
	background-color: #016EBA;
	padding: 10px 15px;
	border-radius: 20px;
}

#et-top-navigation .et_mobile_menu .signup a {
	max-width: 150px;
	padding: 10px 5%;	
}


