/* =====================================================
Template Name   : EFE YAZILIM - WEB: www.efeyazilim.com.tr
Description     : Radyo V-9 Bootstrap HTML5
Author          : EASMurat edit :)
Version         : 9.0
=======================================================*/

@keyframes spin {
  from {
    transform: rotateZ(0); }
  to {
    transform: rotateZ(1turn); } }
	
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio {
    width: 300px;
    height: 54px;
}

.blog-podcast {
    border-radius: 10px;
    padding: 20px;
}

.blog-podcast h3::before {
    position: absolute;
    content: "";
    top: 45px;
    left: 0px;
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background: #00A86B;
}

.blog-podcast h3::after {
    position: absolute;
    content: "";
    top: 44.5px;
    left: 45px;
    width: 4px;
    height: 4px;
    border-radius: 30px;
    background: #00A86B;
}

.blog-podcast h3 {
    margin-bottom: 48px;
    text-transform: capitalize;
    position: relative;
    color: #00A86B;
}

.podcast-live {
    /* width: 400px; */
    /* 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;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: rgba(91,130,255,0);
    border: none;
}

.audioplayer:not(.audioplayer-playing) 
	.audioplayer-playpause{background:rgba(235,79,26,.1);border:none}
	
	.audioplayer:not(.audioplayer-playing) 
	.audioplayer-playpause:hover{background: #00A86B;border:none}
	.audioplayer-playing .audioplayer-playpause{background:rgba(253,79,26,0);border:none}
	.audioplayer-playing .audioplayer-playpause:hover{background:rgba(235,79,26,.1)}
	.audioplayer:not(.audioplayer-playing) 
	.audioplayer-playpause a{content:'';-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:0;height:0;
	margin-left:2px;
	border-top:7px solid transparent;
	border-right:none;
	border-bottom:7px solid transparent;
	border-left:12px solid #0059ff}

.audioplayer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    margin: 1em 0;
    padding: 0 15px;
    width: 100%;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border: 1px solid #dde2e6; */
    border-radius: 5px;
    background: #fff;
}
	
.streamplayer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    margin: 1em 0;
    padding: 0 24px;
    width: 100%;
    height: 110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background: #aaaaaa;
}
	
.podcast-song-area {
    position: relative;
    z-index: 1
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}

.section {
    padding: 60px 0px 0px;
}

.blog-filter {
    margin-bottom: 50px;
    background: #222227;
    border-radius: 10px;
    padding: 20px;
}

.blog-filter h3 {
    margin-bottom: 48px;
    text-transform: capitalize;
    position: relative;
    color: #00A86B;
}

.blog-icon {
    display: inline-block;
    padding: 10px;
    padding-bottom: 5px;
    text-align: center;
    margin: 10px 5px;
    padding-top: 5px;
}

.blog-icon li {
    display: inline-block;
    margin-right: 10px;
    padding-top: 15px;
}

.show-content {
    position: relative;
    margin-bottom: 38px;
}

.show-card {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

.team-gape {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

.team-gape a {
    text-decoration: none;
    display: inline-block;
}

.team-img {
    position: relative;
    margin-bottom: 15px;
}

.team-img img {
    width: 100%;
    border-radius: 10px;
}

.show-bg {
    overflow: hidden;
    border-radius: 10px;
}

.show-bg img {
    width: 100%;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.team-meta {
    text-align: center;
}

.team-meta h4 {
    font-weight: 600;
    font-size: 20px;
}

.team-meta p {
    margin-bottom: 0px;
    color: #00A86B;
}

/* :: 10.0 Songs Area CSS */
.podcast-song-area {
  position: relative;
  z-index: 1; }
  .podcast-song-area .song-thumbnail {
	position: relative;
    z-index: 99;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 154px;
    flex: 0 0 154px;
    max-width: 180px;
    width: 150px;
    margin-right: 31px;
}

.podcast-song-area {
    position: relative;
    z-index: 1;
	margin-bottom: 30px !important;
	-ms-flex-align: end !important;
    align-items: flex-end !important;
	box-sizing: border-box;
	-ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
	display: -ms-flexbox !important;
    display: flex !important;
    z-index: 1;
	border: 1px solid #00A86B;
	border-radius: 10px;
	padding: 20px 20px 20px;
}

.song-play-area {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #262626;
    padding: 15px 30px 20px;
    border: 1px solid #363636;
}

.podcast-song-area h4 {
    position: relative;
    color: #00A86B;
}

.podcast-song-area .song-name p {
    color: #fb8400;
    margin-bottom: 5px;
}

.podcast-song-area .song-play-area .audioplayer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    align-items: center;
    border: none;
    border-radius: 0;
    background: transparent;
}

.song-area .song-play-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.song-area .song-play-area .audioplayer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    align-items: center;
    border: none;
    border-radius: 0;
    background: transparent;
}

.audioplayer-playing .audioplayer-playpause a:before, .audioplayer-playing .audioplayer-playpause a:after {
    content: '';
    width: 4px;
    height: 14px;
    background-color: #848687;
}

.podcast-song-area .song-thumbnail img {
    display: block;
	padding: 0;
    height: auto;
    max-width: 100%;
	min-width: 100%;
}
    @media only screen and (max-width: 767px) {
      .podcast-song-area .song-thumbnail {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .podcast-song-area .song-play-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 185px);
    flex: 0 0 calc(100% - 185px);
    max-width: calc(100% - 185px);
    width: calc(100% - 185px);
    background-color: #848687;
    /* padding: 15px 30px 20px; */
    }
    @media only screen and (max-width: 767px) {
      .podcast-song-area .song-play-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .podcast-song-area .song-play-area .song-name p {
      color: #fb8400;
      margin-bottom: 5px; }
    .podcast-song-area .song-play-area .audioplayer {
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto;
      align-items: center;
      border: none;
      border-radius: 0;
      background: transparent; }
    .podcast-song-area .song-play-area .audioplayer-playing .audioplayer-playpause,
    .podcast-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
    .podcast-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
      background: #fff; }
    .podcast-song-area .song-play-area .audioplayer-time {
      font-size: 14px;
      color: #fff; }

.song-play-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #262626;
  padding: 15px 30px 20px;
  border: 1px solid #363636;
  }
  .song-play-area .song-name p {
    color: #b8b8b8;
    margin-bottom: 5px; }
  .song-play-area .audioplayer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    align-items: center;
    border: none;
    border-radius: 0;
    background: transparent; }
  .song-play-area .audioplayer-playing .audioplayer-playpause,
  .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
  .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: #fff; }
  .song-play-area .audioplayer-time {
    font-size: 14px;
    color: #fff; }
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: '';
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ff0000;
}
.audioplayer-playing .audioplayer-playpause a:before, .audioplayer-playing .audioplayer-playpause a:after {
    content: '';
    width: 4px;
    height: 14px;
    background-color: #848687;
}
.audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #383d41;
}
.audioplayer-bar>div {
    position: absolute;
    left: 0;
    top: 5px;
}
.audioplayer-bar-loaded {
    z-index: 1;
    height: 2px;
    background: #bec8d2;
}
.audioplayer-volume-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.audioplayer-time-duration {
    margin-right: 24px;
}
.audioplayer-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(51,51,51,.6);
}

.audioplayer-playpause {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* ====== The End ====== */
  .liveandpodcastplayer.player-accessible .play-pause-btn:hover,
  .liveandpodcastplayer.player-accessible .controls:hover,
  .liveandpodcastplayer.player-accessible .volume__button:hover,
  .liveandpodcastplayer.player-accessible .volume__controls:hover,
  .liveandpodcastplayer.player-accessible .download:hover {
    outline: dotted 1px #999; }
  .liveandpodcastplayer svg,
  .liveandpodcastplayer img {
    display: block; }
  .liveandpodcastplayer .holder {
    position: relative; }
    .liveandpodcastplayer .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; }
    .liveandpodcastplayer .holder .play-pause-btn {
      visibility: hidden;
      cursor: pointer;
      outline: none; }
      .liveandpodcastplayer .holder .play-pause-btn:focus {
        outline: none; }
  .liveandpodcastplayer .slider {
    flex-grow: 1;
    background-color: #d8d8d8;
    cursor: pointer;
    position: relative; }
    .liveandpodcastplayer .slider .gap-progress {
      background-color: #44bfa3;
      border-radius: inherit;
      position: absolute;
      pointer-events: none; }
      .liveandpodcastplayer .slider .gap-progress .pin {
        height: 16px;
        width: 16px;
        border-radius: 8px;
        background-color: #44bfa3;
        position: absolute;
        pointer-events: all;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32); }
        .liveandpodcastplayer .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%; }
  .liveandpodcastplayer .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; }
    .liveandpodcastplayer .controls .controls__slider {
      margin-left: 16px;
      margin-right: 16px;
      border-radius: 2px;
      height: 4px; }
      .liveandpodcastplayer .controls .controls__slider .controls__progress {
        width: 0;
        height: 100%; }
        .liveandpodcastplayer .controls .controls__slider .controls__progress .progress__pin {
          right: -8px;
          top: -6px; }
    .liveandpodcastplayer .controls span {
      cursor: default; }
    .liveandpodcastplayer .controls:focus {
      outline: none; }
  .liveandpodcastplayer .volume {
    position: relative; }
    .liveandpodcastplayer .volume .volume__button {
      cursor: pointer;
      outline: none; }
      .liveandpodcastplayer .volume .volume__button:focus {
        outline: none; }
      .liveandpodcastplayer .volume .volume__button.open path {
        fill: #44bfa3; }
    .liveandpodcastplayer .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; }
      .liveandpodcastplayer .volume .volume__controls .volume__slider {
        margin-top: 12px;
        margin-bottom: 12px;
        width: 6px;
        border-radius: 3px; }
        .liveandpodcastplayer .volume .volume__controls .volume__slider .volume__progress {
          bottom: 0;
          height: 100%;
          width: 6px; }
          .liveandpodcastplayer .volume .volume__controls .volume__slider .volume__progress .volume__pin {
            left: -5px;
            top: -8px; }
      .liveandpodcastplayer .volume .volume__controls:focus {
        outline: none; }
      .liveandpodcastplayer .volume .volume__controls.hidden {
        display: none; }
      .liveandpodcastplayer .volume .volume__controls.top {
        bottom: 52px;
        left: -3px; }
      .liveandpodcastplayer .volume .volume__controls.middle {
        bottom: -54px;
        left: 54px; }
      .liveandpodcastplayer .volume .volume__controls.bottom {
        bottom: -164px;
        left: -3px; }
  .liveandpodcastplayer .download {
    display: none;
    margin-left: 16px;
    cursor: pointer;
    outline: none; }
    .liveandpodcastplayer .download:focus {
      outline: none; }
  .liveandpodcastplayer: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; }
