/*--- Sticky Menu ---*/
#nav-wrapper.stuckElement.isStuck {
	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 .vtmenu .sub-menu a {
	border: none;
}
#nav-wrapper.stuckElement.isStuck .sub-menu li {
	margin-right: 0;
}

@media(min-width:768px) and (max-width:991px) {
	#nav-wrapper.stuckElement.isStuck .vtmenu li {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	#nav-wrapper.stuckElement.isStuck .nav-toggle {
		height: 30px;
		width: 30px;
	}
	#nav-wrapper.stuckElement.isStuck .vtmenu {
		margin-top: -1px;
	}
	#nav-wrapper.stuckElement.isStuck .vtmenu li {
		height: auto;
	}
}