/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

@import url("../oshin/style.css");

/*Fix for Menu at 1150px */
#navigation a, #navigation-right-side a, #navigation-left-side a {
	padding: 0 15px;
}
#menu li:first-of-type a {
	padding-left:0;
}
#menu li:last-of-type a {
	padding-right:0;
}

@media only screen and (max-width: 1149px) {
    #header-bottom-bar {
        display: none !important;
    }

    .mobile-nav-controller-wrap {
        display: inline-block;
        margin-left: 15px;
        cursor: pointer;
    }
	
}	