/*** SOCIAL WALL ***/
.socialwall {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .socialwall {
    padding-bottom: 70px;
  }
}
.social-news h1 {
  margin: 35px 0;
}
.social-news .grid:after {
  content: '';
  display: block;
  clear: both;
}
.social-news .social-filter {
  margin-bottom: 30px;
}
.social-news .social-filter .social-footer-circle {
  cursor: pointer;
}
.social-news .social-footer-circle {
  text-align: center;
  float: right;
  display: inline-block;
  margin-top: -7px;
}
.social-news .social-footer-circle span {
  line-height: 32px;
  color: #fff;
  font-size: 32px;
}
.social-news .social-footer-circle.filter-icon {
  float: none;
  width: 32px;
  height: 32px;
}
.social-news .social-footer-circle.filter-icon span {
  line-height: 32px;
  font-size: 20px;
}
.social-news .social-news-holder .social-kachel {
  padding: 20px 28px;
  background: #fff;
  overflow-x: hidden;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .social-news .social-news-holder .social-kachel {
    margin-bottom: 20px;
  }
}
.social-news .social-news-holder .social-kachel:hover .imageholder .overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.social-news .social-news-holder .social-kachel:after {
  content: '';
  display: block;
  clear: both;
}
.social-news .social-news-holder .social-kachel .imageholder {
  position: relative;
  margin-top: -20px;
  margin-left: -28px;
  margin-right: -28px;
  width: calc(100% + 56px);
}
.social-news .social-news-holder .social-kachel .imageholder .overlay {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.social-news .social-news-holder .social-kachel .imageholder .overlay .info-holder {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.social-news .social-news-holder .social-kachel .imageholder .overlay .profile-image {
  width: 90px;
  height: 90px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.social-news .social-news-holder .social-kachel .imageholder .overlay hr {
  display: block;
  width: 80px;
  margin: 15px auto;
}
.social-news .social-news-holder .social-kachel .imageholder .overlay .name {
  font-size: 28px;
  color: #e3051a;
  text-transform: uppercase;
}
.social-news .social-news-holder .social-kachel .imageholder .overlay .days {
  font-size: 12px;
  margin-top: -5px;
}
.social-news .social-news-holder .social-kachel .imageholder .overlay .likes,
.social-news .social-news-holder .social-kachel .imageholder .overlay .comments {
  font-size: 21px;
  color: #e3051a;
  display: inline-block;
}
.social-news .social-news-holder .social-kachel .imageholder .overlay .likes {
  padding-right: 15px;
}
.social-news .social-news-holder .social-kachel .author {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.social-news .social-news-holder .social-kachel .social-image {
  height: auto;
}
.social-news .social-news-holder .social-kachel .text {
  font-size: 13px;
  line-height: 17px;
  padding: 20px 0;
}
.social-news .social-news-holder .social-kachel .social-footer {
  margin-bottom: -20px;
  margin-left: -28px;
  margin-right: -28px;
  text-align: center;
  font-size: 12px;
  background: #e3051a;
  color: #fff;
  padding: 10px 0;
}
.social-news .social-news-holder .social-kachel .social-footer .profile-image {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  vertical-align: middle;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.social-news .social-news-holder .social-kachel .social-footer .profile-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.social-news .social-news-holder .social-kachel .social-footer .profile-name .name {
  font-size: 16px;
  text-transform: uppercase;
}
.social-news .social-news-holder .social-kachel .social-footer .profile-name .days {
  font-size: 12px;
}
.social-news .insta-logo {
  background-size: contain!important;
  background-position: center center!important;
}
/* imagesLoaded */
.load-more {
  padding: 35px 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.load-more .load-more-wrapper {
  display: inline-block;
  cursor: pointer;
}
.load-more .loadmore-image {
  width: 70px;
  height: auto;
  margin-bottom: 10px;
  display: inline-block;
}
.load-more .loadmore-image.active {
  display: none;
}
.load-more span {
  vertical-align: middle;
}
.load-more .more-icon {
  font-size: 90px;
  display: block;
  margin-top: -15px;
}
/* Lightbox */
.lightbox {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 4;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
.lightbox .lightbox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media (min-height: 550px) and (min-width: 768px) {
  .lightbox .lightbox-inner {
    height: calc(100% - 60px);
  }
}
.lightbox .lightbox-inner .container {
  height: 100%;
}
.lightbox .lightbox-container {
  height: 100%;
}
.lightbox .content-holder {
  overflow-y: auto;
  overflow-x: visible;
  background: #fff;
  height: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.lightbox .content-holder .image {
  background: rgba(0, 0, 0, 0.7);
  position: relative;
}
@media (min-width: 768px) {
  .lightbox .content-holder .image {
    width: calc(100% - 360px);
    float: left;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .lightbox .content-holder .image img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
.lightbox .content-holder .content {
  padding: 0px 15px 15px 15px;
}
@media (min-width: 768px) {
  .lightbox .content-holder .content {
    width: 360px;
    float: left;
    padding: 0px 15px 73px 15px;
    height: 100%;
    background: #ededed;
    overflow-y: auto;
  }
}
.lightbox .content-holder .content .social-header {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  background: #e3051a;
  color: #fff;
  padding: 10px 0;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700 !important;
}
.lightbox .content-holder .content .social-header .profile-image {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  vertical-align: middle;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.lightbox .content-holder .content .social-header .profile-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.lightbox .content-holder .content .social-header .profile-name .name {
  font-size: 16px;
  text-transform: uppercase;
}
.lightbox .content-holder .content .social-header .profile-name .days {
  font-size: 12px;
}
.lightbox .content-holder .content .comment {
  padding-bottom: 15px;
  font-size: 14px;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400 !important;
}
.lightbox .content-holder .content .comment .author {
    font-size: 16px;
    color: #e3051a;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700 !important;
}
.lightbox .content-holder .content hr {
  width: 100%;
  margin: 15px 0;
  border-color: #191919;
}
.lightbox .content-holder .content p {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400 !important;
    font-size: 17px;
    padding-top: 30px;
    color: #333;
}
.lightbox .content-holder .content .activity {
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700 !important;
  color: #e3051a;
  display: inline-block;
}
.lightbox .content-holder .content .activity span {
  display: inline-block;
  vertical-align: middle;
}
.lightbox .content-holder .content .activity .comment-icon,
.lightbox .content-holder .content .activity .like-icon,
.lightbox .content-holder .content .activity .share-icon {
  font-size: 18px;
}
.lightbox .content-holder .content .activity .like-icon,
.lightbox .content-holder .content .activity .share-icon {
  margin-left: 15px;
}
.lightbox .content-holder .content .social-wrapper {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .lightbox .content-holder .content .social-wrapper {
    float: right;
    margin-top: 0px;
  }
}
.lightbox .content-holder .content .social-wrapper img {
  width: 32px;
  height: auto;
}
.lightbox .close-lightbox {
  padding: 5px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  font-size: 25px;
  color: #fff;
}
.lightbox .close-lightbox:hover {
  color: #e3051a;
}
.lightbox .controls {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 30px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  padding: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  color: #fff;
}
@media (min-width: 768px) {
  .lightbox .controls {
    font-size: 40px;
  }
}
.lightbox .controls #social-prev {
  float: left;
}
.lightbox .controls #social-next {
  float: right;
}
.lightbox .controls span {
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.lightbox .controls span:hover {
  color: #e3051a;
}
/*** END SOCIAL WALL ***/
