/* CSS Document */
body, h1, h2, h3, h4, h5 {
  font-family: Poppins, Lato !important;
  letter-spacing: normal
}
#sidebar .widget .menu li a {
  line-height: 1;
  padding: 16px !important;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
  min-width: 150px;
  text-align: center
}
#slide-out-widget-area .inner .off-canvas-menu-container li a {
  font-family: Poppins, Lato !important;
  font-weight: normal !important
}
.footer-nav .sub-menu {
  font-size: 14px
}

@media (max-width: 690px) {
  .tb-comt table tr:first-child {
    display: none
  }
}