div.DnnModule.DnnVersionableControl {
  overflow: hidden;
  width: 100%;
}

.social-wrapper .social-title {
  margin: 0 auto;
  max-width: 75rem;
 padding: 1rem;
}

.social-wrapper .social-title a {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}

.social-wrapper .social-title a:before {
  color: #343434;
  content: '\ea92';
  display: block;
  float: left;
  font-family: 'social-icons';
  font-size: 2rem;
  font-weight: 400;
  margin-right: .5rem;
}

.fbwall {
  overflow: hidden;
  padding-bottom: 2rem;
  position: relative;
  width: 100%;
}

.fbwall * {
  box-sizing: border-box;
}

.fbwall .owl-item .grid-item {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fbwall .owl-item .grid-item input[type=checkbox] {
  bottom: 0;
  left: -99rem;
  position: absolute;
}

.fbwall .owl-item .grid-item .info {
  background-color: rgba(39,39,39,0);
  bottom: 0;
  max-height: 3.5rem;
  padding: 1rem;
  position: absolute;
  transition: background-color .25s ease-in-out;
  width: 100%;
  z-index: 3;
}

.fbwall .owl-item .grid-item .info label {
  background: rgba(27,27,27,.35) url(/assets/images/social-info.svg) no-repeat center;
  background-size: contain;
  border-radius: .75rem;
  -webkit-box-shadow: -.0625rem .0625rem .3125rem 0 rgba(0,0,0,0.5);
  -moz-box-shadow: -.0625rem .0625rem .3125rem 0 rgba(0,0,0,0.5);
  box-shadow: -.0625rem .0625rem .3125rem 0 rgba(0,0,0,0.5);
  display: block;
  float: left;
  height: 1.5rem;
  overflow: hidden;
  text-indent: -99rem;
  width: 1.5rem;
}

.fbwall .owl-item .grid-item .info .message {
  color: #f9f9f9;
  float: right;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow: hidden;
  padding: 3rem 0 0 .75rem;
  transition: max-height .5s ease-out;
  width: calc(100% - 1.65rem);
}

.fbwall .owl-item .grid-item .info .message a {
  color: #efaa00;
  text-decoration: none;
}

.fbwall .owl-item .grid-item input[type=checkbox]:checked + .info {
  background-color: rgba(24,32,24,.75);
  max-height: 30rem;
}

.fbwall .owl-item .grid-item input[type=checkbox]:checked + .info label {
  background: url(/assets/images/social-close.svg) no-repeat center;
  background-size: contain;
}

.fbwall .owl-item .grid-item input[type=checkbox]:checked + .info .message {
  padding-top: 0;
}

.fbwall .owl-item .grid-item .image {
  display: block;
  font-size: 0;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.fbwall .owl-item .grid-item .image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1;
}

.fbwall .owl-dots {
  bottom: 0;
  display: block;
  left: 50%;
  /*padding: 0 0 .5rem;*/
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  z-index: 9;
}

.fbwall .owl-dots .owl-dot {
  background-color: #f9f9f9;
  /*border-radius: .25rem;*/
  border-radius: 1rem;
  /*box-shadow: 0 0 .18rem 0 rgba(52,52,52,.5);*/
  display: inline-block;
  font-size: 0;
  height: 1rem;
  margin: 0 .25rem;
  width: 1rem;
  border: 3px solid #cf0a2c;
}

.fbwall .owl-dots .owl-dot.active {
  background: #cf0a2c;
}