.BorlabsCookie._brlbs-cb-socialwall {
  min-height: 80vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url("../img/social_wall_placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 4rem 0 0;
}
.BorlabsCookie._brlbs-cb-socialwall ._brlbs-content-blocker ._brlbs-default {
  background: #017bb0b0;
  color: #fff;
  margin-bottom: 0em;
  padding: 1em;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}
.BorlabsCookie._brlbs-cb-socialwall ._brlbs-content-blocker ._brlbs-default a:hover {
  color: #fff;
  opacity: 0.9;
}
.BorlabsCookie._brlbs-cb-socialwall ._brlbs-content-blocker ._brlbs-default a._brlbs-btn {
  background: #75b322;
  border-radius: 4px;
  color: #fff;
}
.BorlabsCookie._brlbs-cb-socialwall ._brlbs-content-blocker ._brlbs-default a._brlbs-btn:hover {
  background: #fff;
  border-radius: 4px;
  color: #75b322;
}

.layout--social_wall {
  background: #e6ebf1;
  padding: 25px;
}
.layout--social_wall .wall-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout--social_wall .wall-row.pagination {
  justify-content: center;
}
.layout--social_wall .wall-row .wall-col {
  width: calc(33.33% - 12px);
}
@media only screen and (max-width: 992px) {
  .layout--social_wall .wall-row .wall-col {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .layout--social_wall .wall-row .wall-col {
    width: 100%;
  }
}
.layout--social_wall .social_media_post {
  margin: 24px 12px;
}
.layout--social_wall .social_media_post .topic_title {
  background-color: #666;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9em;
  padding: 0.3em;
  margin-bottom: 12px;
}
.layout--social_wall iframe {
  max-width: 100% !important;
  min-width: 99% !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.layout--social_wall .twitter-widget,
.layout--social_wall .twitter-tweet {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}
.layout--social_wall .fb_iframe_widget span {
  display: block;
  margin: auto;
}
.layout--social_wall .social_media_posts_navigation {
  margin: 2em 0;
  text-align: center;
  color: #002c77;
}
.layout--social_wall .social_media_posts_navigation .current {
  color: #333;
}
.layout--social_wall .social_media_posts_navigation a {
  color: #002c77;
}
.layout--social_wall .social_media_posts_navigation a:hover {
  color: #002c77;
  opacity: 0.9;
}