/*
 Theme Name:   BrainGain
 Description:  Vantage Child Theme
 Author:       Orton Web Consulting
 Author URI:   http://ortonweb.com
 Template:     vantage
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/***************MENU RESPONSIVENESS*************/

@media screen and (min-width: 480px) {
	.main-navigation ul li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-20 {
		display:block!important;
	}
}