/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
.cr__asset__wrapper {
  background: #e5e5e5;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.crowd-riff {
  min-height: 260px;
}
.crowd-riff .cr__gallery div,
.crowd-riff .cr__gallery span,
.crowd-riff .cr__gallery a,
.crowd-riff .cr__gallery .infoUser__link {
  margin-left: -1px !important;
}

.cr__grid button.loadMore {
  border-radius: 5px;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  margin: 10px auto 0 !important;
  max-width: 150px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cr__grid button.loadMore:hover, .cr__grid button.loadMore:focus, .cr__grid button.loadMore:active {
  text-decoration: none;
  color: #333333;
}
.cr__grid button.loadMore span {
  background: #42817a;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 15px 28px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cr__grid button.loadMore span:hover, .cr__grid button.loadMore span:focus, .cr__grid button.loadMore span:active {
  background: #1a534c;
  color: #fff;
}

.cr__asset__overlay .iconWrapper.overlayPlay:before {
  display: block;
  content: "\f137";
  font-size: 40px;
  color: #fff;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  transition: all 0.2s ease;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.cr__asset__overlay .iconWrapper.overlayPlay svg {
  display: none;
}
.cr__asset__overlay.isHovered .iconWrapper.overlayPlay:before {
  opacity: 0.8;
}

@-moz-document url-prefix() {
  .cr__grid {
    margin: 0 !important;
  }
}
.crowd-riff .cr__gallery div,
.crowd-riff .cr__gallery span,
.crowd-riff .cr__gallery a,
.crowd-riff .cr__gallery .infoUser__link {
  margin-left: -1px !important;
}

/*# sourceMappingURL=crowd-riff.css.map */