.editor-styles-wrapper .sidebar {
  float: none !important;
  width: auto !important;
  max-width: 600px !important;
  margin: auto;
}

.with-sidebar .entry-content::after {
  content: '';
  width: 100%;
  clear: both;
  display: block;
}

.with-sidebar .no-sidebar {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clear: both;
}

.article-page .outer-col {
  width: 100%;
}

@media (min-width: 60em) {
  .article-page .entry-content > * {
    width: 60%;
    float: left;
  }
}

.article-page .entry-content .sidebar {
  padding-top: 0;
}

@media (max-width: 59.999em) {
  .article-page .entry-content .sidebar > .container {
    padding: 0;
  }
}

.article-page .sidebar > .container {
  padding-right: 0;
}

@media (min-width: 60em) {
  .sidebar {
    float: right !important;
    width: 40% !important;
    clear: right;
    display: block;
  }
}

.sidebar-link-item img {
  width: 6.875rem;
  margin-right: 1rem;
}

.sidebar-link-item p {
  line-height: 130%;
  margin-bottom: 0.5rem;
}

.sidebar-link-item hr {
  margin-bottom: 0.5rem;
}

.sidebar .bg-red .list-unstyled.contact-list li.phone::before {
  background-image: url("/wp-content/themes/bp/static/images/telefon_white.svg");
}

.sidebar .bg-red .list-unstyled.contact-list li.email::before {
  background-image: url("/wp-content/themes/bp/static/images/email_white.svg");
}

.sidebar .bg-red .list-unstyled.contact-list li.chat::before {
  background-image: url("/wp-content/themes/bp/static/images/chat_white.svg");
}

.sidebar .bg-red .list-unstyled.contact-list li.bisidder::before {
  background-image: url("/wp-content/themes/bp/static/images/bisidder_white.svg");
}

.sidebar .bg-red .list-unstyled.contact-list li.lokalt::before {
  background-image: url("/wp-content/themes/bp/static/images/lokalt_white.svg");
}
/*# sourceMappingURL=sidebar-block.css.map */