/**
 * All of the CSS for both admin-specific functionality and
 * public facing included in this file.
 * @package SideNav Plugin
 */
			
				
@media all and (min-width: 300px) and (max-width: 768px) {#sideSidenav {z-index: 4000;}}

.nav-wrapper {
margin: 0;
padding: 0;
}
.toggler:after {
content: " ";
width: 1px;
height: 100%;
display: block;
clear:both;
}

.toggler.sidenav-side {
position: absolute;
left: 20px;
top: 10px;

}
.toggler.sidenav-right-side {
position: absolute;
right: 20px;
top: 10px;
}

.toggler-container {
background: rgba(0,0,0, .8);
cursor: pointer;
position: relative;
top: 0;
display: block;
padding: 15px;
z-index: 1000;
}
.sbar1, .sbar2, .sbar3 {
width: 35px;
height: 5px;
background-color: #fff;
margin: 6px 0;
}
nav.sidenav-wrap {
position: relative;
height: 100%;
padding: 12px;
min-height: 30px;
z-index: 9000;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-y: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    padding-bottom: 0;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 1100;
}
.sidenav-right {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    
    top: 0;
    right: 0;
    background-color: #111; /* Black*/
    overflow-y: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    padding-bottom: 0;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 1100;
}

.sidenav.closebtn {
    position: relative;
    top: 0;
    left: 140px;
    font-size: 56px;
    color: white;
      z-index: 9900;
}
.sidenav-right.closebtn {
    position: relative;
    top: 0;
    left: 1px;
    font-size: 56px;
    color: white;
    z-index: 9900;
}

.sidenav-menu ul li {
    float: left;
	list-style: none;
	display: block;
	margin: 0 auto;
	position: relative;
    top: 10px;	
}

/* Have A Wonderful Time */
