/*
Theme Name: Barta Child
Template: barta
*/
.custom-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.custom-menu > li {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.custom-menu > li + li::before {
	content: "|";
	color: red;
	margin: 0 10px;
	position: relative;
	top: -1px;
	font-weight: normal;
	font-size: 17px;
}

.custom-menu > li > a {
	text-decoration: none;
	color: #000;
	transition: color 0.2s ease;
}

.custom-menu > li > a:hover {
	color: #d00;
}

.header-style-2 .site-header .main-navigation ul li a {
    padding:5px!important;
    font-size: 17px;
}

.menu-wrapper {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.custom-menu > li {
    padding: 5px 0px 5px 0px;
}

