/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
.botfade {
  position: absolute;
  bottom: 0;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  height: 80px;
  width: 90%;
  z-index: 99;
  background: url(images/botfade.png) 0 bottom repeat-x;
  -webkit-background-size: 60px 60px;
  -moz-background-size: 60px 60px;
  -o-background-size: 60px 60px;
  background-size: 60px 60px;
}
.mCustomScrollbar {
  height: 500px;
  padding: 20px 3px 15px 15px;
  background-color: white;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.social-feed-container {
  overflow-y: hidden;
}
.social-feed-element {
  box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0) !important;
  margin-bottom: 1rem !important;
  margin-top: 0.8rem!important;
  width: 100%!important;
  border-bottom: 1px solid #a19f9f;
}
.social-feed-element img.media-object {
  display: none;
}
.social-feed-element img {
  margin-bottom: 1.5rem;
  width: 100%;
  height: auto;
}
.social-feed-element .media-body {
  padding-left: 0.2rem;
  margin-top: 1.5rem!important;
  padding-top: 0.2rem;
}
.social-feed-element i {
  margin-right: 4px!important;
}
.social-feed-element .text-wrapper {
  display: block;
  clear: both;
  margin-bottom: 1.5rem;
}
.social-feed-element p {
  width: 93%!important;
  line-height: 1.5em;
  font-size: 1em;
}
.social-feed-element span.author-title {
  font-family: 'Roboto', sans-serif;
}
.social-feed-element:last-child {
  border: none!important;
  margin-bottom: 0px!important;
}
.social-feed-element:last-child img {
  margin-bottom: 0px;
}
#mCSB_1_container .content,
#mCSB_2_container .content {
  padding: 0rem;
}
.mCSB_draggerRail {
  margin-right: -4px !important;
}
/*# sourceMappingURL=socialfeed.css.map */