.off-canvas-toggle {
  border-radius: 0;
  border: 0;
  background: #e23143;
  color: #ffffff;
  float: right;
  margin-right: 0px;
  width: 10% !important;
  min-width: 60px;
  padding: 0 20px !important;
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-bottom: 0;
}
@media (max-width: 969px) {
  .off-canvas-toggle {
    min-width: 100px;
  }
}
.off-canvas-toggle i {
  font-weight: bold;
  text-transform: uppercase;
}
.off-canvas-toggle:hover,
.off-canvas-toggle:active,
.off-canvas-toggle:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #32aa43;
  color: #ffffff;
  border: 1px solid #2d9a3d;
}
.t3-off-canvas {
  background: #fff3ca;
  color: #444444;
}
.t3-off-canvas p {
  color: #444444;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #e23143;
  color: #ffffff;
  padding: 0 0 0 12px;
  height: 55px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  margin: 0;
  line-height: 55px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.t3-off-canvas .close {
  margin: 0;
  height: 55px;
  line-height: 55px;
  width: 55px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 24px 12px;
}
.t3-off-canvas .t3-off-canvas-body a {
  color: #e23143;
  text-decoration: none;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  color: #ae1828;
  text-decoration: none;
}
.t3-off-canvas .t3-off-canvas-body a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.t3-off-canvas .t3-off-canvas-body .moduletable {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #e6e6e6;
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
  margin-bottom: 21px;
}
.t3-off-canvas .t3-off-canvas-body .module-title {
  margin-bottom: 10.5px;
}