@charset "UTF-8";

.head-top-menu nav {
	position: absolute;
	right: 0;
	top: 0;
}

.head-top-menu nav #menu-top-bar li {
	position: relative;
	font-size: 14px;
	color: #cccccc;
}

.head-top-menu nav #menu-top-bar li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background: #cccccc;
}

.head-top-menu nav #menu-top-bar li#menu-item-2589:after, 
.head-top-menu nav #menu-top-bar li#menu-item-2592:after {
	content: none;
}

.head-top-menu nav #menu-top-bar li#menu-item-2592 {
	background: #428bca;
	border-radius: 0 0 7px 7px;
}

.head-top-menu nav #menu-top-bar li#menu-item-2592 a {
	color: #ffffff;
}

.learndash-wrapper .ld-modal {
	max-width: 600px;
}

.learndash-wrapper .ld-modal .ld-modal-closer {
	color: #728188 !important;
}

.learndash-wrapper-login-modal .ld-login-modal-register {
	display: none !important;
}

.woocommerce-shop .woocommerce-breadcrumb {
	display: none;
}