@keyframes spin {
  from {
    transform: rotateZ(0); }
  to {
    transform: rotateZ(1turn); } }

.green-audio-player {
  /* width: 400px; */
  width: 100%;
  min-width: 300px;
  height: 56px;
  /* box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07); */
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #fff;
  box-sizing: border-box;
  outline: none; }
  .green-audio-player.player-accessible .play-pause-btn:hover,
  .green-audio-player.player-accessible .controls:hover,
  .green-audio-player.player-accessible .volume__button:hover,
  .green-audio-player.player-accessible .volume__controls:hover,
  .green-audio-player.player-accessible .download:hover {
    outline: dotted 1px #999; }
  .green-audio-player svg,
  .green-audio-player img {
    display: block; }
  .green-audio-player .holder {
    position: relative; }
    .green-audio-player .holder .loading .loading__spinner {
      position: absolute;
      left: -3px;
      bottom: 2px;
      width: 16px;
      height: 16px;
      border: 2px solid #b0b0b0;
      border-right-color: rgba(0, 0, 0, 0);
      border-radius: 50%;
      animation: spin 0.4s linear infinite; }
    .green-audio-player .holder .play-pause-btn {
      visibility: hidden;
      cursor: pointer;
      outline: none; }
      .green-audio-player .holder .play-pause-btn:focus {
        outline: none; }
  .green-audio-player .slider {
    flex-grow: 1;
    background-color: #d8d8d8;
    cursor: pointer;
    position: relative; }
    .green-audio-player .slider .gap-progress {
      background-color: #00a3d6;
      border-radius: inherit;
      position: absolute;
      pointer-events: none; }
      .green-audio-player .slider .gap-progress .pin {
        height: 16px;
        width: 16px;
        border-radius: 8px;
        background-color: #00a3d6;
        position: absolute;
        pointer-events: all;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32); }
        .green-audio-player .slider .gap-progress .pin::after {
          content: "";
          display: block;
          background: rgba(0, 0, 0, 0);
          width: 200%;
          height: 200%;
          margin-left: -50%;
          margin-top: -50%;
          border-radius: 50%; }
  .green-audio-player .controls {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #55606e;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    outline: none; }
    .green-audio-player .controls .controls__slider {
      margin-left: 16px;
      margin-right: 16px;
      border-radius: 2px;
      height: 4px; }
      .green-audio-player .controls .controls__slider .controls__progress {
        width: 0;
        height: 100%; }
        .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
          right: -8px;
          top: -6px; }
    .green-audio-player .controls span {
      cursor: default; }
    .green-audio-player .controls:focus {
      outline: none; }
  .green-audio-player .volume {
    position: relative; }
    .green-audio-player .volume .volume__button {
      cursor: pointer;
      outline: none; }
      .green-audio-player .volume .volume__button:focus {
        outline: none; }
      .green-audio-player .volume .volume__button.open path {
        fill: #00a3d6; }
    .green-audio-player .volume .volume__controls {
      width: 30px;
      height: 135px;
      background-color: rgba(0, 0, 0, 0.62);
      border-radius: 7px;
      position: absolute;
      left: -3px;
      bottom: 52px;
      flex-direction: column;
      align-items: center;
      display: flex;
      z-index: 2;
      outline: none; }
      .green-audio-player .volume .volume__controls .volume__slider {
        margin-top: 12px;
        margin-bottom: 12px;
        width: 6px;
        border-radius: 3px; }
        .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
          bottom: 0;
          height: 100%;
          width: 6px; }
          .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
            left: -5px;
            top: -8px; }
      .green-audio-player .volume .volume__controls:focus {
        outline: none; }
      .green-audio-player .volume .volume__controls.hidden {
        display: none; }
      .green-audio-player .volume .volume__controls.top {
        bottom: 52px;
        left: -3px; }
      .green-audio-player .volume .volume__controls.middle {
        bottom: -54px;
        left: 54px; }
      .green-audio-player .volume .volume__controls.bottom {
        bottom: -164px;
        left: -3px; }
  .green-audio-player .download {
    display: none;
    margin-left: 16px;
    cursor: pointer;
    outline: none; }
    .green-audio-player .download:focus {
      outline: none; }
  .green-audio-player:focus {
    outline: none; }

.message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.show-player span{
cursor: pointer;
text-decoration: none;
    border-bottom: 1px solid #dfdfdf;
}
.show-player span:hover{
text-decoration: none;
    border-bottom: 1px solid #00a3d6;
}
.show-player{
color: #00a3d6;
margin-bottom: 20px;
}
.node-detail .post-meta {
     margin-bottom: 0px !important;
}
.speech_synthesis{
display: none;
}
  @font-face {
	  font-family: 'icomoon';
	  src: url(../fonts/icomoon.woff?v1=) format('woff');
	  font-weight: normal;
	  font-style: normal;
	  font-display: block;
  }
  
  [class^="icon-"], [class * =" icon-"] {
	  font-family: 'icomoon' !important;
	  speak: none;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-bars:before {
	  content: "\a900";
  }
  
  .icon-address-card:before {
	  content: "\e900";
  }
  
  .icon-angle-down:before {
	  content: "\e901";
  }
  
  .icon-angle-left:before {
	  content: "\a8e4";
  }
  
  .icon-angle-right:before {
	  content: "\e902";
  }
  
  .icon-angle-up:before {
	  content: "\a8e5";
  }
  
  .icon-arrows:before {
	  content: "\e903";
  }
  
  .icon-music:before {
	  content: "\e91f";
  }
  
  .icon-calendar-check:before {
	  content: "\6789";
  }
  
  .icon-calendar:before {
	  content: "\e904";
  }
  
  .icon-check:before {
	  content: "\3767";
  }
  
  .icon-chevron-circle-left:before {
	  content: "\e905";
  }
  
  .icon-chevron-circle-right:before {
	  content: "\e906";
  }
  
  .icon-chevron-left:before {
	  content: "\e907";
  }
  
  .icon-chevron-right:before {
	  content: "\e908";
  }
  
  .icon-clock:before {
	  content: "\e909";
  }
  
  .icon-contrast:before {
	  content: "\e944";
  }
  
  .icon-download:before {
	  content: "\e90b";
  }
  
  .icon-envelope:before {
	  content: "\e90c";
  }
  
  .icon-exclamation:before {
	  content: "\e90d";
  }
  
  .icon-expand:before {
	  content: "\63457";
  }
  
  .icon-external-link:before {
	  content: "\e90f";
  }
  
  .icon-eye:before {
	  content: "\a901";
  }
  
  .icon-fax:before {
	  content: "\e910";
  }
  
  .icon-file-7z:before {
	  content: "\a903";
  }
  
  .icon-file-csv:before {
	  content: "\a904";
  }
  
  .icon-file-doc:before {
	  content: "\576";
  }
  
  .icon-file-docx:before {
	  content: "\245";
  }
  
  .icon-file-download:before {
	  content: "\e911";
  }
  
  .icon-file-edoc:before {
	  content: "\a905";
  }
  
  .icon-file-gif:before {
	  content: "\a906";
  }
  
  .icon-file-jpeg:before {
	  content: "\a8e2";
  }
  
  .icon-file-jpg:before {
	  content: "\a907";
  }
  
  .icon-file-mp3:before {
	  content: "\a908";
  }
  
  .icon-file-mp4:before {
	  content: "\a8f5";
  }
  
  .icon-file-odp:before {
	  content: "\a909";
  }
  
  .icon-file-ods:before {
	  content: "\a910";
  }
  
  .icon-file-odt:before {
	  content: "\5788";
  }
  
  .icon-file-ogg:before {
	  content: "\a911";
  }
  
  .icon-file-pdf:before {
	  content: "\e912";
  }
  
  .icon-file-png:before {
	  content: "\a912";
  }
  
  .icon-file-ppt:before {
	  content: "\a913";
  }
  
  .icon-file-pptx:before {
	  content: "\a914";
  }
  
  .icon-file-tif:before {
	  content: "\a915";
  }
  
  .icon-file-tiff:before {
	  content: "\a916";
  }
  
  .icon-file-txt:before {
	  content: "\4589";
  }
  
  .icon-file-wav:before {
	  content: "\a917";
  }
  
  .icon-file-xls:before {
	  content: "\899";
  }
  
  .icon-file-xlsx:before {
	  content: "\e930";
  }
  
  .icon-file-zip:before {
	  content: "\a918";
  }
  
  .icon-file:before {
	  content: "\36";
  }
  
  .icon-font:before {
	  content: "\e92a";
  }
  
  .icon-globe:before {
	  content: "\e914";
  }
  
  .icon-grid:before {
	  content: "\e915";
  }
  
  .icon-images:before {
	  content: "\e917";
  }
  
  .icon-level-back:before {
	  content: "\a919";
  }
  
  .icon-level-down:before {
	  content: "\e918";
  }
  
  .icon-level-next:before {
	  content: "\a920";
  }
  
  .icon-level-up:before {
	  content: "\e919";
  }
  
  .icon-list:before {
	  content: "\e93a";
  }
  
  .icon-lock:before {
	  content: "\e91b";
  }
  
  .icon-long-arrow-left:before {
	  content: "\a902";
  }
  
  .icon-long-arrow-right:before {
	  content: "\e91c";
  }
  
  .icon-marker:before {
	  content: "\e91d";
  }
  
  .icon-mobile:before {
	  content: "\e91e";
  }
  
  .icon-pause:before {
	  content: "\e920";
  }
  
  .icon-phone:before {
	  content: "\e921";
  }
  
  .icon-play:before {
	  content: "\e91f";
  }
  
  .icon-plus:before {
	  content: "\e923";
  }
  
  .icon-handcursor:before {
	  content: "\e916";
  }
  
  .icon-print:before {
	  content: "\e924";
  }
  
  .icon-quote:before {
	  content: "\e925";
  }
  
  .icon-search:before {
	  content: "\e926";
  }
  
  .icon-share:before {
	  content: "\e927";
  }
  
  .icon-sort-down:before {
	  content: "\e928";
  }
  
  .icon-sort-up:before {
	  content: "\e929";
  }
  
  .icon-tag:before {
	  content: "\e94c";
  }
  
  .icon-thumbtack:before {
	  content: "\e92b";
  }
  
  .icon-times-circle:before {
	  content: "\e92c";
  }
  
  .icon-times:before {
	  content: "\e92d";
  }
  
  .icon-video:before {
	  content: "\e91a";
  }
  
  .icon-volume:before {
	  content: "\e92f";
  }
  
  .icon-filter:before {
	  content: "\e93c";
  }

