@media (max-width: 1030px) {
  html,
  body {
    min-width: 0;
  }
  #page {
    width: auto;
  }
  .home #content,
  #content {
    width: calc(100% - 250px - 15px);
  }
  #posts {
    width: auto;
  }
  .breadcrumbs {
    line-height: 20px;
  }
  #rightsidebar {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #rightsidebar > * {
    margin: 10px;
  }
  #bottom .inner {
    width: auto;
  }
  .wp-block-columns {
    display: block !important;
  }
  .wp-block-column {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  #map {
    margin: 0;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  html,
  body {
    min-width: 0;
    margin-bottom: 0;
  }
  #page {
    width: 100%;
  }
  #title {
    width: 100%;
    height: auto;
    font-size: 2.5em;
    text-align: left;
    height: 90px;
  }
  #title a {
    white-space: nowrap;
    display: block;
    height: auto;
    max-width: calc(100% - 100px);
    padding: 20px 20px 10px 20px;
  }
  #description {
    width: calc(100% - 80px);
    /* position: relative; */
    top: 60px;
    text-align: left;
    padding: 0 60px 0 20px;
    white-space: nowrap;
  }
  #nav {
    transition: all 0.3s linear;
    padding-top: 60px;
    max-height: 0;
    overflow: hidden;
  }
  #nav.active {
    max-height: 1000px;
    padding-top: 90px;
  }
  #leftsidebar {
    width: 100%;
  }
  #content,
  .home #content {
    width: auto;
    margin-right: 15px;
    min-height: 0;
    width: calc(100% - 15px - 15px);
  }
  #content .inner {
    padding: 0 15px 30px 15px;
  }
  .home #content .inner {
    padding: 30px 0 0 0;
  }
  .box #block-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #block-4,
  #eo_events_agenda_widget-2 {
    display: none;
  }
  #map_contact {
    display: none;
  }
  #rightsidebar {
    padding-top: 0;
    width: 100%;
  }
  #bottom .inner {
    width: 100%;
  }
  .widget_sp_image {
    width: 100%;
  }
  #posts {
    width: 100%;
  }
  #map {
    width: 100%;
  }
  .slider,
  .metaslider {
    display: none;
  }
  .box {
    width: 100%;
  }
  .fancybox-overlay {
    min-width: 0 !important;
    width: 100%;
  }
  .widget_polls-widget {
    display: none;
  }
  .widget_polls-widget .wp-polls {
    padding: 30px;
  }
  #menu-button {
    display: block;
    position: absolute;
    top: 37px;
    right: 20px;
    font-size: 30px;
    z-index: 2;
    color: white;
    font-weight: bold;
  }
  .gallery_item {
    width: 100%;
  }
  .menu-menu-container li a {
    line-height: 2em;
  }
  #text-2 {
    display: none;
  }
}
