
.sidebar .search-nav {

  margin: 10px 15px
}

.sidebar a {
  color: var(--c1);
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.5s ease;
  display: block;
  
}

.sidebar hr{
  opacity: 0.2;
}

.sidebar a:hover {
  text-decoration: none;
  color: var(--c2) !important;
}

.sidebar .main {
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
  text-align: center
}

.sidebar li {
  cursor: pointer;
}

.sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1150;
  max-width: 300px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
  transform: translateX(-120%);
  transition: all 0.3s cubic-bezier(0.35, 0.38, 0.07, 0.83);
  overflow: auto
}

.sidebar .close .btn-close {
  float: right;
  box-shadow: none;
  color: #f00;
  font-size: 15px;
}

.sidebar .sidebar-brand img{
  display: block;
  margin: auto;
  width: 85%;
}

.sidebar .sidebar-brand h2{
  text-align: center;
  margin-bottom: 0;
  font-family: 'ubuntu'
}

.sidebar .sidebar-brand p{
  margin: 0;
  font-size: 14px;
  color: var(--c2);
  text-align: center;
}

.sidebar.right {
  left: initial;
  right: 0;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  transform: translateX(120%)
}

.sidebar.right .close .btn-close {
  float: left
}

.sidebar.active {
  transform: translateX(0)
}

.sidebar .content {
  line-height: 1.5;
  font-size: 0.875em
}

.sidebar .content ul.s-menu,
.sidebar .content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .content ul.sub-menu {
  list-style: none;
  padding: 0;
  margin : 0;
  background: #f5f5f5;
  transform-origin: top;
  overflow: hidden;
  display: none;
}

.sidebar .content ul.sub-menu a{
  padding-left: 1.5rem
}

.sidebar .content ul.sub-menu.sub-sub-menu{
  background: #f7f7f7;
}

.sidebar .content ul.sub-menu.sub-sub-menu a{
  padding-left: 2.5rem;
  color: #f5f5f5 !important;
}

.sidebar-sc{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-evenly;
  margin-top: 20px;
}

.sidebar .sc-circle{
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: normal !important;
  font-size: 20px;
}

.sidebar ul li a.sc-twt{
  color: #38A1F3;
}

.sidebar ul li a.sc-fb{
  color: #3b5998;
}

.sidebar ul li a.sc-insta{
  color: #C13584;
}