
@import url("../Divi/style.css");
/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

#mytop .condensed {
	display: none;
}

@media(max-width:768px)
{
	#mytop .full {
		display: none;
	}

	#mytop .condensed {
		display: block;
	}

}


.ubermenu-nav .ubermenu-item:first-child a .ubermenu-target-text {
    font-weight: bold;
    font-size: 1.05em;
    padding-right: 5px;
}