.page-template-template-locale .main,
.page-template-template-locale-subpage .main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-template-template-locale .entry-title,
.page-template-template-locale-subpage .entry-title {
    margin-top: 40px;
}

.sidebar-widget {
	margin-top: 3em;
	padding: 1em 2em 2em;
	background-color: #efede0;
	/* border-radius: 10px; */
	margin-right: 2em;
	margin-bottom: 3em;
}

.sidebar-widget .locale-picker,
.sidebar-widget .locale-picker label,
.sidebar-widget .locale-picker select {
	display: block;
	text-align: left;
	font-family: myriad-pro,Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.93;
	letter-spacing: 0.6px;
}

.sidebar-widget .locale-picker,
.sidebar-widget .locale-picker label {
	width: 100%;
	color: #333;
    font-size: 1.1em;
    line-height: 1.4;
	font-family: minion-pro,serif;
	font-weight: 300;
}

.sidebar-widget .locale-picker {
	padding: 1em 0;
}

.sidebar-widget .menu-item a {
	background-color: white;
    border-bottom: 1px solid #aa8e60;
    padding: 1em;
	display: block;
	font-family: myriad-pro,Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.62;
	letter-spacing: normal;
}

.sidebar-widget .menu-item a:before {
/*	content: '>';
    font-size: 8px;
    padding-right: 12px;*/
}

.sidebar-widget .sub-menu {
	color: white;
	list-style-type: none;
	padding: 0.8em 0;
	background-color: white;
}

.sidebar-widget .sub-menu a {
	background-color: transparent;
	padding: 0.5em 1em;
	box-shadow: none;
	color: #333;
	font-family: myriad-pro,sans-serif;
	font-size: 0.9em;
	border: none;
}

.sidebar-widget .nav>li>a:focus, 
.sidebar-widget .nav>li>a:hover,
.sidebar-widget .nav>li.current_page_item.menu-item > a {
	background:  #aa8e60;
	color: white !important;
}

.sidebar-widget .sub-menu .current_page_item.menu-item > a {
	color: #aa8e60;
	text-decoration: underline;
}

.sidebar-widget .sub-menu a:before {
	content: '>';
	display: inline-block;
	margin: 0 1em 0 .5em;
	color: #aa8e60;
}
.sidebar-widget .sub-menu a:hover {
	text-decoration: underline;
}
/* .sidebar-widget .sub-menu li {
	padding-bottom: 0.5em;
} */

.nav-top .locale-picker__submit {
	padding: 4px 12px 6px 0px;
}
.nav-top .locale-picker {
	padding-right: 15px;
}

header.banner nav.nav-top .locale-picker .locale-picker__submit:hover {
	color: #aa8e60;
}

.nav-top .locale-picker select {
	margin-top: 7px;
	border: 1px solid #d4d0ad;
	width: 130px;
}

.sidebar-widget .locale-picker select {
	border: 1px solid #d4d0ad;

}


@media ( max-width: 991px ) {
	.sidebar-widget .locale-picker select {
		width: 100%;
	}
	.nav-top .locale-picker select {
		width: 120px;
	}
}

@media ( min-width: 768px ) {
	.sidebar-widget .locale-picker select {
		width: 100%;
	}
	.nav-top .locale-picker select {
		margin-top: 0;
	}
}