#navigation li {
    display: inline-block;
    float: left;
    line-height: 2.79em; /* this should be the same as your #navigation height */
    height: 2.79em; /* this should be the same as your #navigation height */
    margin: 0;
    padding: 0;
    position: relative;
}
#navigation li a {
    display: block;
    height: 2.79em;
    line-height: 2.79em;
    font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase;
    color: #222;
}
#navigation li a:hover {
    text-decoration: none;
}
#navigation .current-menu-item a, #navigation .current_page_item a, #navigation ul ul li a:hover {
    text-decoration: none;
}
#navigation .current-menu-item .sub-menu a {
    font-weight: normal;
}
#navigation ul ul {
    display: none;
    position: absolute;
    top: 30px;
}
#navigation ul ul li {
    float: none;
    width: 300px;
}
#navigation ul ul li a {
    color: #000;
    padding: 5px 10px;
}
#navigation ul li:hover > ul {
    display: block;
}
#navigation ul ul li ul {
    left: 300px;
    top: 0;
}

#btnClose {
    display: none;
}

@media screen and (min-width: 768px){
.mobile_logo {
	display: none;
}
}

@media only screen and (max-width:767px) {
    #btnClose {
        display: block;
		color:inherit;
        font-size:35px;
        vertical-align:middle
    }

    #mobile-header {
        display: block;
    }
    #navigation {
        display: none;
    }

    #responsive-menu-button > span {
        background: #000 none repeat scroll 0 0;
        display: block;
        height: 3px;
        margin: 7px;
        width: 30px;
    }

    #responsive-menu-button {
        display: block;
		margin-left: 20px;
        vertical-align: middle;
    }

    #open.sidr.right {
        right: -100%;
    }

    #open {
        background: #f5f5f5 none repeat scroll 0 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        height: auto;
        margin: 0;
        max-width: 100%;
        overflow: hidden;
        width: 100%;
        max-width: 375px;
        min-height: 100%;
    }

    #open.sidr .sidr-inner {
        font-size: 18px;
        padding: 17px 0;
        text-transform: uppercase;
    }

    #open.sidr ul {
        border: medium none;
    }
	
	#open.sidr ul.menu {
        padding:20px 30px 20px;
        margin-left:-10px;
        width:calc(100% + 10px);
     }
	 
	 #open.sidr ul li {
        border:medium none;
        -webkit-transition:border 5s ease;
        -o-transition:border 5s ease;
        transition:border 5s ease
     }

    #open.sidr ul li:hover > a, #open.sidr ul li:hover > span, #open.sidr ul li.active > a, #open.sidr ul li.active > span, 
    #open.sidr ul li.sidr-class-active > a, #open.sidr ul li.sidr-class-active > span, .sidr ul li.current_page_item > a {
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #000;
        border-bottom: 3px solid #25AAE1;
        -webkit-transition: border 5s ease;
        -o-transition: border 5s ease;
        transition: border 5s ease;
		border: none;
    }

    #open.sidr ul li a, #open.sidr ul li span {
        padding: 5px 3%;
    }

    #btnClose {
        color: inherit;
        font-size: 35px;
        vertical-align: middle;
    }

    .sidr .nav > .d-flex {
        width: 100%;
        padding: 0 30px;
    }
	
	#open.sidr ul li a,
     #open.sidr ul li span {
        font-family: "Space Grotesk", sans-serif;
    	font-weight: 700;
    	color: #000;
    	padding: 9px 3%;
    	max-width: calc(100% - 2em);
     }
     #open.sidr ul li.button a {
        max-width:100%
     }
     #open.sidr ul.sub-menu {
        display:none
     }
     .sidr ul li:hover,
     .sidr ul li.active,
     .sidr ul li.sidr-class-active {
        padding-top:0
     }
     .mobile_logo img {
        max-width: 90px;
    }
	
#menu-bottom-menu-header .menu-item-has-children > a:hover::before, 
#menu-bottom-menu-header .menu-item-has-children.current-menu-item > a::before, 
#menu-bottom-menu-header .menu-item-has-children.current-menu-parent > a::before {
    border-color: #000;
}
#open.sidr .menu-item-has-children.active > .sub-menu {
    display: block;
}

#open.sidr .menu-item-has-children > a::before {
    right: 0;
}
	
}