/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.customize-partial-edit-shortcuts-shown .navigatie-balk {
margin-top: 0px!important;
}

.logged-in .navigatie-balk {
margin-top: 32px;
}

.nav-wrapper{
	height: 50px;
}	
	

/*
 * Menu-animation
 */

#menu-toggle{
	transform: scale(0.7) translatex(36px) translatey(-14px);
	float: right;
	height: 0;
}


.navigatie-balk .line{
	stroke: #fff!important;
}

.navigatie-balk.scrolled .line{
	stroke: #353E52!important;
}

.ham {
	height: 100px;
  	cursor: pointer;
  	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
  	-moz-user-select: none;
  	-webkit-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.hamRotate.active {
  	transform: rotate(45deg);
}
.hamRotate180.active {
  	transform: rotate(180deg);
}
.line {
  	fill:none;
  	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  	stroke:#000;
  	stroke-width:4;
  	stroke-linecap:round;
}
.ham1 .top {
  	stroke-dasharray: 40 139;
}
.ham1 .bottom {
  	stroke-dasharray: 30 180;
}
.ham1.active .top {
  	stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  	stroke-dashoffset: -139px;
}


/*
 * 
 */

.navigatie-balk{
	overflow-y:initial!important;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0px;
	display: block!important;
	transition: 0.2s!important;
	border-bottom: 0px solid #9991;
}

html .noscroll{
	-webkit-overflow-scrolling: auto;
}

.navigatie-balk .logo .dark{
	display: none;
}

.navigatie-balk .logo .light{
	display: block;
}



/*
 * CSS voor weergave na scrollen op pagina:
 */
	
.navigatie-balk.scrolled .trigger-button .st0{
	fill: #353E52!important;
}

.navigatie-balk.scrolled .line {
  stroke: #353E52;
}

.navigatie-balk.scrolled{
	background: #fff;
	border-bottom: 1px solid #e3e3e3!important;
}

.navigatie-balk.scrolled .logo .dark{
	display: block;
	
}

.navigatie-balk.scrolled .logo .light{
	display: none;
	
}


.navigatie-balk.scrolled .logo{
	height: 50px;
	width: 50px;
		margin-bottom: 10px!important;
}

.navigatie-balk.scrolled .nav-inner{
	margin-top: 10px;
}

.navigatie-balk .nav-inner{
	height: 100%;
	padding-top: 20px;
	padding-left: 36px;
	padding-right: 16px;
	
}


.navigatie-balk .logo{
	position: absolute;
	width: 175px;
	margin: 0;
	float: left;
	transition: 0.2s!important;
}


.navigatie-balk .trigger{
	height: 50px;
	width: 50px;
	margin-bottom: 10px;
	float: right;
}


/*
 * CSS voor menu-container, verstopt achter #menu-toggle:
 */

#menu-container{
	position: fixed;
	background: #353e52;
	z-index: 300;
	top: 0;
	width: 100%;
	height: auto;
	transition: 0.3s ease;
	transform: translatey(-100%);
}

#menu-container.is-visible{
	transform: translatey(0%);
}

#menu-container .inner{
	text-align: center;
	padding-top: 150px;
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 72px;
	max-width: 480px;
}

#menu-container .inner a{
	font-size: 20px;
	font-weight: 400;
}

#menu-container .inner a:hover{
	opacity: 0.5;
}