/*
 * Off Canvas
 * --------------------------------------------------
 */
.offcanvas-wrapper {
  overflow-x: hidden;
  position: relative;
}
.row-offcanvas-left .offcanvas-left {
    left: -60%;
}
@media (max-width: 767px) {
  /* These styles will only display on viewports smaller than or equal to 770px */
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .sidebar-offcanvas {
    width: 60% !important;
    margin: 0;
    padding: 10px 0;
  }
  .sidebar-offcanvas a:after {
    content: "" !important;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-left
.offcanvas-left {
    left: -60%;
  }
  .row-offcanvas-left.active {
    left: 60%;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-right
.offcanvas-right {
    right: -60%;
  }
  .row-offcanvas-right.active {
    right: 60%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 60%;
  }
}

@media (max-width: 480px) {
	.row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-right
.offcanvas-right {
    right: -80%;
  }
  .row-offcanvas-right.active {
    right: 80%;
  }
}