/* MOBILE MENU */

.mobile-header {
    justify-content: space-between;
    padding:20px 30px;
    align-items: flex-start;
  	background: transparent;
	}

.mobile-header .mobile-logo { z-index: 10; }

.mobile-logo svg {height: 35px;}

.mobile-logo svg path.st0 {
    opacity: 1;
    fill: #fff;
    }

#menu-icon {
    width: 33px;
    height: 27px;
    z-index: 5;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
	}

#menu-icon.black span {background: #1d1d1b;}

.mobile-logo img {
    width: 150px;
}

#menu-icon span:nth-child(1) { display:block;
	}

#menu-icon span:nth-child(2) { display:none;
	}


#menu-icon.opened span:nth-child(1) { display:none;
	}

#menu-icon.opened span:nth-child(2) {display:block;}



.ninja-mobile-overlay {
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  	height: 0;
    max-height: 0;
    min-height: 0;
    z-index: -1;
    background: #fff;
    opacity: 0;
    box-shadow: -1px 0px 6px 5px rgba(68, 68, 68, 0.35);
}
.ninja-mobile-overlay.opened { 
  	opacity:1;
  	z-index:4;
  	max-height: 100vh;
    min-height: 100vh;
	background: #2099AA;
}

#menu-icon span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.mobile-header ul#primary-menu {
    display: block;
	padding-top:100px;
}

.noScroll {position:fixed;}

nav.mobile-ninja-navigation ul {
    list-style: none;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 768px;
    margin: auto;
}

.menu-mobile-menu-container {
    padding-top: 70px;
  	padding-left:9px;
}

.mobile-header li.menu-item.current-menu-item a:not(._mPS2id-h) {
  	text-decoration: none;
}

.mobile-header li.menu-item a {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
	padding: 30px;
	position:relative;
	width:100%;
}
nav.mobile-ninja-navigation {
    width: auto;
	display: none;
}

.opened nav.mobile-ninja-navigation{
	display: block !important;
}

.mobile-header-container {
    display: none;
}

.mobile-header li.menu-item a:focus {
    outline: none;
    text-decoration: none;
}

.mobile-header li.menu-item-has-children:before {
    content: '';
    width: 10px;
    height: 10px;
    right: 6px;
    border: solid #512654;
    display: inline-block;
    border-width: 0 2px 2px 0;
    padding: 6px;
    position: absolute;
    top: 10px;
    margin: auto;
    transform: rotate(45deg);
}

.mobile-header li.menu-item.current-menu-item .sub-menu li a {
    color: #2b2b2b;
}

.mobile-header li.menu-item:before {
    content: '';
    width: 100%;
    background-color: #3bafc0;
    height: 1px;
    position: absolute;
}

nav.mobile-quartet-navigation ul {
   height: 0;
   width: 0;
  display:none;
}

.ninja-mobile-overlay.opened nav.mobile-quartet-navigation ul {
   width: 100%;
   height: 100%;
   display:block;
}

.mobile-header li.menu-item {
    height: 90px;
    display: flex;
	position:relative;
}

.mobile-header li.menu-item:last-child:after {
    content: '';
    width: 100%;
    background-color: #3bafc0;
    height: 1px;
    position: absolute;
    bottom: 0;
}

.mobile-header li.menu-item a:after {
    content: '';
    background-image: url(/wp-content/uploads/2018/07/vectorpaint.svg);
    position: absolute;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width:767px) {

    .homepage-image-slick-container {
    display: none;
	}
	.homepage-slick-container {
    height: 470px;
    max-width: 375px;
	}
	.slick-homepage-heading {
    font-size: 95px !important;
	}
	.header-container.container {
		display:none;
	}
	.mobile-header {
    display: flex !important;
    align-items:center;
    width: 100%;
	}
 
    .mobile-header.noScroll {
  	    position:fixed;
        z-index:9;
        width:100%;
    }
    
    header#masthead {
    height: initial;
	}
}