.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;
}
.BorlabsCookie._brlbs-cb-socialwall ._brlbs-content-blocker ._brlbs-default {
  background: rgba(1, 123, 176, 0.6901960784);
  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: #fff;
}
.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: 33.33%;
}
@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: #A8C256;
  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 iframe.instagram-media {
  min-height: 564px;
  overflow-y: scroll;
}
@media (max-width: 992px) {
  .layout--social_wall iframe.instagram-media {
    min-height: 453px;
  }
}
@media (max-width: 992px) {
  .layout--social_wall iframe {
    margin: 0 auto !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: #A90B2E;
}
.layout--social_wall .social_media_posts_navigation .current {
  color: #20063B;
}
.layout--social_wall .social_media_posts_navigation a {
  color: #A90B2E;
  text-decoration: none;
}
.layout--social_wall .social_media_posts_navigation a:hover {
  color: #A90B2E;
  opacity: 0.9;
}

/*# sourceMappingURL=main.css.map */
