/** Menu Styling: **/
.rbstheme--menu {
	border-radius: 0 50px 50px 0;
	overflow: hidden;
}
.rbstheme--menu > li > a {
	height: 45px;
	max-height: 45px;
	box-sizing: border-box;
}

/** Collapsed Menu Styling: **/
@media (max-width: 1000px) {
    
}