a {
  background-color: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}
.media-grid .media-list-item {
  float: left;
  width: 25%;
}
@media (max-width: 600px) {
  .media-grid .media-list-item {
    width: 50%;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .media-grid .media-list-item {
    width: 33.333%;
  }
}
.clearfix:after, .clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
li a:hover {
  text-decoration: none;
  color: #718096;
}
li a.disabled {
  color: #edf2f7;
}
li a.disabled:hover {
  cursor: default;
  text-decoration: none;
}
.img-thumbnail, .thumbnail {
  background: 0 0;
}
.thumbnail-wrapper {
  position: relative;
}
.thumbnail-wrapper {
  min-width: 100%;
  min-height: 100%;
}
.thumbnail-wrapper .thumbnail {
  display: block;
  line-height: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100% !important;
  border-radius: 0;
}
.thumbnail-wrapper .thumbnail .post-type {
  background-image: url('../img/icons/post_type_icons.png');
  background-size: 65px 65px;
  background-repeat: no-repeat;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 2;
  height: 32px;
  width: 32px;
}
.thumbnail-wrapper .thumbnail .post-type.igtv {
  background-position: -33px 0;
}
.thumbnail-wrapper .thumbnail .post-type.video {
  background-position: 0 -33px;
}
.thumbnail-wrapper .thumbnail .post-type.carousel {
  background-position: 0 0;
}
.thumbnail-wrapper .thumbnail .thumbnail-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.thumbnail-wrapper .thumbnail .thumbnail-image .object-fit {
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.scrollarea .thumbnail-wrapper {
  float: left;
}
.caption-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: source sans pro, sans-serif;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
@media (min-width: 300px) {
  .caption-overlay {
    font-size: 18px;
  }
}
.caption-overlay .fa {
  margin-right: 10px;
  margin-top: -3px;
  display: none;
}
@media (min-width: 768px) {
  .caption-overlay .fa {
    display: inline-block;
  }
}
.caption-overlay {
  line-height: 1.4;
  font-size: 16px !important;
  padding: 0 25px;
  text-align: center;
  overflow: hidden;
  text-transform: none;
  background: rgba(0, 0, 0, 0.8);
}
.caption-overlay .caption-details {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.caption-overlay.with-sharing {
  padding-bottom: 20px;
}
@media (min-width: 300px) {
  .caption-overlay {
    font-size: 16px;
  }
}
.caption-overlay .short-caption {
  display: inline-block;
  word-break: break-word;
}
.caption-overlay .long-caption {
  display: none;
}
@media (min-width: 768px) {
  .caption-overlay.with-sharing {
    padding-bottom: 5px;
  }
  .caption-overlay .short-caption {
    display: none;
  }
  .caption-overlay .long-caption {
    display: inline-block;
  }
}
@media (max-width: 370px) {
  .caption-overlay .short-caption {
    display: inline-block;
    font-size: 0.7rem;
  }
  .caption-overlay .long-caption {
    display: none;
  }
}
@media (max-width: 290px) {
  .caption-overlay .short-caption {
    display: inline-block;
    font-size: 0.5rem;
  }
  .caption-overlay .long-caption {
    display: none;
  }
}
.share-overlay, .share-overlay {
  left: 0;
  bottom: 20px;
}
.share-overlay {
  position: absolute;
  opacity: 0;
  width: 100%;
  text-align: center;
  bottom: 15px;
  transition: opacity 0.3s;
  z-index: 3;
}
.share-overlay .icon {
  height: 26px;
  width: 26px;
  background-size: contain;
  display: inline-block;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.media-image-wrapper:hover .caption-overlay,
.media-image-wrapper:hover .share-overlay,
.media-image-wrapper:hover .shoppable-overlay,
.media-image-wrapper:hover .stats-overlay,
.scrollarea .thumbnail-wrapper:hover .caption-overlay,
.scrollarea .thumbnail-wrapper:hover .share-overlay,
.scrollarea .thumbnail-wrapper:hover .shoppable-overlay,
.scrollarea .thumbnail-wrapper:hover .stats-overlay,
.share-overlay .icon:hover {
  opacity: 1;
}
.share-overlay .icon.facebook {
  background-image: url(../img/icons/facebook.png);
  margin-right: 2px;
}
.share-overlay .icon.twitter {
  background-image: url(../img/icons/twitter.png);
  margin-right: 2px;
}
.share-overlay .icon.pinterest {
  background-image: url(../img/icons/pinterest.png);
}
@media (min-width: 280px) {
  .share-overlay .icon.facebook {
    display: inline-block;
  }
}
@media (min-width: 300px) {
  .share-overlay .icon.twitter {
    display: inline-block;
  }
}
@media (min-width: 350px) {
  .share-overlay .icon.pinterest {
    display: inline-block;
  }
}
.media-image-wrapper:hover .caption-details,
.media-image-wrapper:hover .stats-details,
.scrollarea .thumbnail-wrapper:hover .caption-details,
.scrollarea .thumbnail-wrapper:hover .stats-details {
  animation-name: fadeInUp;
}
.widget-container.youtube-board-widget .thumbnail-wrapper .thumbnail,
.widget-container.youtube-grid-widget .thumbnail-wrapper .thumbnail {
  padding-bottom: 56.25% !important;
}
.widget-container.youtube-board-widget
  .thumbnail-wrapper
  .thumbnail
  .thumbnail-image
  .object-fit,
.widget-container.youtube-grid-widget
  .thumbnail-wrapper
  .thumbnail
  .thumbnail-image
  .object-fit {
  height: auto;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.media-grid {
  height: 100%;
  width: 100%;
}
.media-grid:after,
.media-grid:before {
  display: table;
  content: "";
  zoom: 1;
}
.media-grid .media-list-item {
  float: left;
  position: relative;
}
.media-grid .media-list-item .media-image-wrapper {
  position: relative;
}
.media-grid .media-list-item .thumbnail {
  display: block;
  margin-bottom: 0;
}
.media-grid .media-list-item .thumbnail.hover-fadeIn,
.media-grid .media-list-item .thumbnail.hover-fadein {
  filter: alpha(Opacity=80);
  opacity: 0.8;
  transition: opacity 0.1s ease-in-out;
}
.media-grid .media-list-item .thumbnail.hover-fadeIn:hover,
.media-grid .media-list-item .thumbnail.hover-fadein:hover {
  filter: alpha(enabled=false);
  opacity: 1;
}
.media-grid .media-list-item .thumbnail.hover-fadeOut,
.media-grid .media-list-item .thumbnail.hover-fadeout {
  filter: alpha(enabled=false);
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.media-grid .media-list-item .thumbnail.hover-fadeOut:hover,
.media-grid .media-list-item .thumbnail.hover-fadeout:hover {
  filter: alpha(Opacity=80);
  opacity: 0.8;
}
.media-grid .media-list-item .thumbnail.hover-zoomin {
  overflow: hidden;
}
.media-grid .media-list-item .thumbnail.hover-zoomin img {
  transition: transform 2s;
}
.media-grid .media-list-item .thumbnail.hover-zoomin:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.media-grid .media-list-item.no-border .thumbnail {
  border: none;
  padding: 0;
  border-radius: 0;
}
