@media screen and (max-width: 980px) {
  /** HEADER **/

  .user-menu {
    display: none;
  }

  .logo .search-wrapper a {
    display: none;
  }

  /** END OF HEADER **/

  .app-sidebar,
  .page-content {
    float: none;
    margin: auto;
    width: 100%;
  }

  .page-content {
    width: 100%;
  }

  .page-content img {
    max-width: 100%;
    height: auto;
  }

  .app-sidebar {
    padding-left: 0;
  }

  .welcome-page {
    padding: 30px 10px 0;
  }

  .recordings {
    margin-top: 30px;
  }

  .home-left {
    float: none;
  }

  .welcome-page .newsletters {
    float: none;
    margin-top: 30px;
  }

  .content-wrapper .column-wrapper {
    max-width: none;
  }

  .content-wrapper .element-list {
    width: 100%;
    box-sizing: border-box;
  }

  .footer-lists {
    margin: auto;
    width: 840px;
  }

  .footer-lists ul {
    width: 250px;
    margin-right: 40px;
  }

  .coming-up-wrapper {
    display: block;
    background: #FFFCF4;
  }

  .webinar-coming-up {
    float: none;
    width: 400px;
    margin: 0 auto 25px;
  }

  .webinar-coming-up h3 {
    font-size: 25px;
  }

  .webinar-coming-up h2 {
    font-size: 24px;
  }

  .webinar-coming-up .webinar-date {
    font-size: 19px;
  }

  .webinar-coming-up h4 {
    font-size: 22px;
  }

  .latest-webinar {
    width: 100%;
  }

  .coming-up-footer {
    padding-left: 0;
    float: none;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }

  .webinar-requests {
    float: none;
    margin: auto;
  }

  .archive-container {
    margin-bottom: 0;
  }

  .archive-container article {
    display: block;
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .archive-container article + article {
    margin-bottom: 0;
  }

  .carousel-wrapper {
    width: 700px;
  }

  #more-carousel .owl-item {
    width: 182px !important;
    margin: 0 15px;
  }

  #more-carousel .item img {
    margin: 0 auto 10px;
  }

  .hero-wrapper {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .video-player {
    display: block;
    margin: auto;
  }

  .cta-content {
    display: block;
    padding: 30px;
  }

  .cta-content h1 {
    display: block;
  }

  .cta-content .cta-button-wrapper {
    display: block;
    margin-top: 10px;
    max-width: 400px;
    width: 100%;
  }

  .features {
    display: block;
    position: relative;
    max-width: none;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
  }

  .features p {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 940px) {
  .content-wrapper .column-wrapper.discounts-slider,
  .content-wrapper .column-wrapper.events-slider {
    max-width: 465px;
    margin: 30px auto;
  }

  .column .carousel img {
    height: auto;
  }

}

@media screen and (max-width: 900px) {
  .app-page-title-wrapper .cta-button,
  .app-page-title-wrapper h1 {
    display: block;
    float: none;
  }

  .app-page-title-wrapper h1 {
    font-size: 30px;
  }

  .app-page-title-wrapper .cta-button {
    margin: 10px 0;
  }
}

@media screen and (max-width: 880px) {
  .footer-lists {
    margin: auto;
    width: 750px;
  }

  .footer-lists ul {
    width: 230px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 970px) {

  .wdfb_event_title {
    width: 90%;
  }

  .page-content.product .featured {
    float: none;
    width: 100%;
    text-align: center;
  }

  .page-content.product .featured img {
    box-sizing: border-box;
  }

  .menu-wrapper {
    display: none;
  }

  .logo {
    padding: 0 0 0 10px;
  }

  .logo .menu-btn {
    display: block;
  }

  .logo-image {
    width: 139px;
    height: 32px;
    background: url('../png/mobile-logo.png') no-repeat;
    margin-top: 20px;
  }

  .top-search .search-input {
    box-sizing: border-box;
    /*width: 100% !important;*/
  }

  .login-link {
    display: none;
  }

  h1,
  .app-title-content h1 {
    font-size: 40px;
  }

  .app-title-content h2 {
    font-size: 25px;
  }

  .footer-lists {
    width: auto;
  }

  .footer-lists ul {
    width: 100%;
    margin-right: 0;
    display: block;
    margin: auto;
  }

  .footer-lists .downloads {
    margin-right: auto;
  }

  .webinar-content .webinar-thumb {
    float: none;
  }

  .webinar-content .webinar-thumb img {
    display: block;
    margin: 0 auto 10px;
  }

  .starts-in {
    width: 160px;
    margin: 0 auto 10px;
  }

  .carousel-wrapper {
    width: 468px;
  }

  .cta-content h1 {
    font-size: 23px;
  }

  .cta-content h2 {
    font-size: 20px;
  }

  .webinars-table-header h2{
    float: none;
  }

  .webinars-table-header .search-bar {
    float: none;
    display: block;
    margin: 5px 0;
  }
}
