@media screen and (max-width: 991px) {
  .btn {
    max-width: 100%;
    white-space: normal;
  }

  #header-search-wrapper {
    display: none;
  }

  #main-header { height: var(--logo-height) }

  #social-wrapper .social-list {
    display: block;
    height: var(--top-menu-height);
    line-height: var(--top-menu-height);
    font-size: 1em;
    text-align: left;
  }
  #social-wrapper .social-list:before {
    display: none;
  }
  #social-wrapper {
    position: absolute;
    top: 0;
    z-index: 5;
  }

  #main-header .main-menu {
    display: none;
  }

  #mobile-menu-toggle {
    display: block;
  }

  #slider {
    min-height: 300px;
  }

  .sidebar {
    border-left: none;
  }

  #sidebar-content {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
  }

  .br-slider-control {
    opacity: 1 !important;
  }
  .br-element .post .thumbnail {
    margin: 0;
  }
  .post-inner-wrapper {
    position: relative;
    padding: 1em;
  }
  .br-element .post h2 {
    margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
  }

  .button-wrapper {
    margin-bottom: 1em;
  }

  #main-footer {
    text-align: center;
  }

  .logo-wrapper div.name {
    text-align: left;
  }

  #main-footer .logo-footer {
    margin: 0 auto 2em auto;
  }

  .links-container .claim {
    display: none;
  }

  .social-list {
    height: auto;
    line-height: normal;
    text-align: center;
    font-size: 1.2em;
  }

  .social-list::before {
    content: none;
  }
}
