/*--- Sticky Menu ---*/
#nav-wrapper.stuckElement.isStuck {
	box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.1);
	height: 40px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999 !important;
}
#nav-wrapper.stuckElement.isStuck .vtmenu .sub-menu a {
	padding: 0 15px 0 15px;
}
#nav-wrapper.stuckElement.isStuck,
#nav-wrapper .site-title,
.site-branding #logo,
#nav-wrapper.stuckElement.isStuck .nav-toggle,
#nav-wrapper.stuckElement.isStuck .vtmenu li,
#nav-wrapper.stuckElement.isStuck .site-branding,
#nav-wrapper.stuckElement.isStuck .site-title,
#nav-wrapper.stuckElement.isStuck .site-description,
#nav-wrapper.stuckElement.isStuck .site-branding #logo,
.topbar.stuckElement.isStuck .social a,
.topbar.stuckElement.isStuck .toggle-search .fa {
	  -webkit-transition: all 0.2s ease 0.1s;
	  -moz-transition: all 0.2s ease 0.1s;
	  -ms-transition: all 0.2s ease 0.1s;
	  -o-transition: all 0.2s ease 0.1s;
	transition: all 0.2s ease 0.1s;
}
#nav-wrapper.stuckElement.isStuck .topbar,
#nav-wrapper.stuckElement.isStuck .site-branding,
#nav-wrapper.stuckElement.isStuck .site-title,
#nav-wrapper.stuckElement.isStuck .custom-logo,
#nav-wrapper.stuckElement.isStuck .vtmenu li,
#nav-wrapper.stuckElement.isStuck .social a,
#nav-wrapper.stuckElement.isStuck .toggle-search {
	height: 40px;
	line-height: 40px;
}
#nav-wrapper.stuckElement.isStuck .vtmenu li {
	margin-right: 25px;
}
#nav-wrapper.stuckElement.isStuck .vtmenu a {
	font-size: 14px;
	line-height: 40px;
}
#nav-wrapper.stuckElement.isStuck .sub-menu li {
	margin-right: 0;
}

@media only screen and (max-width: 959px) {
	.site-header + #nav-wrapper.stuckElement.isStuck,
	.site-header + div + #nav-wrapper.stuckElement.isStuck {
		display: none;
	}
}