/** Menu Styling: **/
.rbstheme--section-header-top .rbstheme--menu li a {
	transition: 0.75s;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1rem;
}
.rbstheme--section-header-top .rbstheme--menu > li:after {
	content: "|"
}
.rbstheme--section-header-top .rbstheme--menu > li:last-child::after {
	content: ""
}
.rbstheme--menu-wrapper {
	justify-content: center;
}

.rbstheme--section-header-top .rbstheme--menu .sub-menu {
	border-top: 5px solid var(--rbstheme--color-primary);
}

/** Collapsed Menu Styling: **/
@media (max-width: 1000px) {
    
}