
.mobile-menu-wrap {
  display: none !important;
}

.mobile-menu-wrap i {
  margin-right: 8px;
}

.mobile-menu-wrap a {
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  #page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h1, #page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h2, #page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h3, #page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h4, #page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h5, #page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h6 {
    width: 150% !important;
  }

  .wpb_column.vc_column_container.vc_col-sm-3
  {
    position: absolute;
    /* left: 20px; */
    right: 0;
    width: 100%;
    top: 50px;
    /* display: none; */
    max-height: 0;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
    z-index: 99;
  }
  .wpb_column.vc_column_container.vc_col-sm-3.open {
    display: block;
    max-height: 500px;
    transition: max-height 0.35s ease-in;
  }
  .vc_col-sm-9 {
    width: 100%;
  }
  .mobile-menu-wrap {
    display: block !important;
  }
  #menu_open {
    margin-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  #changePassword {
    margin-top: 0 !important;
  }
  #agenda td:nth-child(3),
  #agenda th:nth-child(3) {
    display: none;
  }

  #main .content {
    min-height: 500px;
  }
}

@media screen and (max-width: 550px) {
  #main .wf-wrap {
    padding: 0 20px;
  }
  .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar, .ph-wrap {
    padding: 0;
    display: block;
    min-height: 150px;
  }
  .inline-header .branding,
  #primary-menu {
    width: 100%;
    text-align: center;
    display: block;
  }
  #primary-menu li {
    display: inline-block;
  }
  #main {
    margin-top: 30px;
  }
  
  .wpb_column.vc_column_container.vc_col-sm-3 {
    top: 70px
  }
  .mobile-menu-wrap {
    display: inline-block !important;
  }
  #menu_open {
    display: inline-block;
    margin-top: 0;
  }
  #agenda td:nth-child(5),
  #agenda th:nth-child(5),
  #agenda td:nth-child(4),
  #agenda th:nth-child(4),
  #agenda td:nth-child(3),
  #agenda th:nth-child(3) {
    display: none;
  }
  
  #agenda th:nth-child(1) {
    width: 200px;
  }

  table.trainings,
  #newHoursTable {
    min-width: 700px;
  }
  .training_collapse .collapse_wrapper,
  .training_collapse .collapse {
    min-width: 600px;
  }
}

@media screen and (max-width: 425px) {
  .menu-item-577 {
    display:none !important;
  }
}

@media screen and (max-width: 320px) {
  #main > .wf-wrap {
    padding: 0 20px;
  }
}
