/*2852b25bf48607f872125ede3bf23c3b*/
@import "miniplayer";
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button {
  width: 50px;
  height: 30px;
  border-radius: 5px;
  background: #2f87d9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  margin: 0.425rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button .fa-step-forward, .dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button .fa-step-backward {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:first-child {
  margin-left: 0;
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:first-child {
  margin: 0.425rem;
  margin-right: 0;
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:last-child {
  margin-right: 0;
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:last-child {
  margin: 0.425rem;
  margin-left: 0;
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:hover {
  cursor: pointer;
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.g-audioplayer .audiojs .play-pause .loading, .g-audioplayer .audiojs .play-pause .error, .g-audioplayer .audiojs .play-pause .pause {
  display: none;
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.g-audioplayer .audiojs.playing .pause {
  display: block;
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.g-audioplayer .audiojs.playing .play {
  display: none;
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.g-audioplayer .audiojs.loading .loading {
  display: block;
}
/* line 3, templates/g5_chimera/custom/scss/custom.scss */
.g-audioplayer .audiojs.loading .pause, .g-audioplayer .audiojs.loading .play {
  display: none;
}
/*# sourceMappingURL=custom_60.css.map */