/* Dropdown extras for the Pädevused item in the primary menu. */

.site-main-menu .menu-toggle {
	display: none;
}

.site-main-menu > ul > li.current-menu-ancestor > a,
.site-main-menu > ul > li.current-menu-parent > a {
	color: #20ad96;
}

.site-main-menu > ul > li.menu-item-has-children > .sub-menu {
	width: 280px;
}

.site-main-menu > ul > li.menu-item-has-children > .sub-menu a {
	white-space: normal;
}

.site-mobile-menu .menu-toggle {
	border: 0;
	padding: 0;
	background: transparent;
}

.site-mobile-menu .menu-toggle .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
