/* Side Nav Styles */

body.admin-bar .navbar-fixed-top {
	  top: 0!important;
}
body.admin-bar #wrapper {
	  margin-top: 0!important;
}

#wrapper {
    padding-left: 0;
	padding-top:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper #menu-toggle{position:fixed; top:4px;left:6px;z-index:9999;}
#wrapper.toggled {
    padding-left: 250px;
	
}
.container{width:100%!important;}

.woocommerce div.product{padding:0 20px;}

#sidebar-wrapper {
    z-index: 99999;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #F9F9F9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#status {
	
	left:50%; /* centers the loading animation horizontally one the screen */
	top:55%; /* centers the loading animation vertically one the screen */
	margin:-60px 0 0 -50px; /* is width and height divided by two */
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
	height:100%;
	min-height:100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

#sidebar-wrapper .dropdown{padding:2px;}
#sidebar-wrapper  .sidebar-nav {
  position: relative;
 float:left;
margin-top:50px!important;
  height: 100%;
  width: 250px;
  background-color: #f7f7f7;
  padding-top: 20px;
  font-size: 12px; }
#sidebar-wrapper .sidebar-nav li {
    padding: 0; }
#sidebar-wrapper   .sidebar-nav li.selected {
      background-color: none; }
#sidebar-wrapper  .sidebar-nav li a {
      display: block;
      width: 100%;
      padding: 10px;
	  font-weight:500;
      text-decoration: none;
      text-transform: uppercase;
      color: black; }
#sidebar-wrapper .sidebar-nav li > ul li {
    padding: 0 5px; }
#sidebar-wrapper .sidebar-nav li > ul li a {
      color: #444; }
#sidebar-wrapper .sidebar-nav li > ul li > ul li {
      padding: 10px; }
#sidebar-wrapper .sidebar-nav li > ul li > ul li a {
        color: black;
        font-size: 12px;
        text-transform: none;
        padding: 0; }


.sidebar-nav li a:hover {
    text-decoration: none;
    color: #3498db;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li a.active {
	color: #3498db;
	font-weight:bold!important;
}

.sidebar-nav li.menu-item-has-children > a > .plus:before{
	font-family:FontAwesome;
	font-weight:normal;
	font-size:6px;
    content: "\f067";
    display: inline-block;
    position: absolute;
    right: 0;
    width: 25px;
    z-index: 10000;
	color:#444;
}
.sidebar-nav li.menu-item-has-children.selected > a > .plus:before{
	font-family:FontAwesome;
	font-weight:normal;
	font-size:6px;
    content: "\f068";
    display: inline-block;
    position: absolute;
    right: 0;
    width: 25px;
    z-index: 10000;
	color:#444;
}

#sidebar-wrapper .navbar-logo{
position:relative;
display:block;
border-bottom:1px solid #eee;
float:left;
height:140px;
width:100%;
}

.navbar-logo > .sidebar-brand {
    min-height: 65px;
	margin:0 20px 50px 30px;
	float: left;
    font-size: 12px;
    padding: 0;
	display:block;
}

.navbar-logo > a.sidebar-brand  {
    color: #333;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
	padding:0;
	padding-left:0!important;
	float:none;
	margin:40px auto;
	display:table;
	text-align:center;
}

.sidebar-brand > img {
	background:none;
	display:table;
	margin:5px auto!important;
}

.sidebar-brand a span{float:left;margin:2px 0;padding:0;}

#sidebar-wrapper .social-circle {
   margin:60px 0 40px 35px!important;
   display:table;
   width:auto;
   float:left;
}
#sidebar-wrapper .social-circle li{
  margin:0 4px 0 0;
}
#sidebar-wrapper .social-circle li a {
    font-size: 14px;
    height: 30px;
    width: 30px;
}

#sidebar-wrapper .social-circle li i {
    line-height: 30px;
}


@media(min-width:768px) {
	
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }



    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
	
	
}

@media(max-width:768px) {
	body.admin-bar .navbar-fixed-top {
		  top: 32px!important;
	}
	body.admin-bar #wrapper {
		  margin-top: 32px!important;
	}
section{padding-top:50px!important;}
}