/*
Theme Name: String cast
Theme URI: http://stringcast.ir/
Template: hello-elementor
Author: Zirzamin Studio
Author URI: https://zirzamin.studio
Description: Hi
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1613894001
Updated: 2021-02-21 12:23:21

*/

/* ============================================================================================== 
SED Innovations
https://sed.am
https://mkrtchyan.ga
================================================================================================= */
* {
    margin: 0;
    padding: 0;
}
header {
    background-color:rgba(33, 33, 33, 0.9);
    color:#ffffff;
    display:block;
    font: 14px/1.3 Arial,sans-serif;
    height:50px;
    position:relative;
    z-index:5;
}
h2{
    margin-top: 30px;
    text-align: center;
}
header h2{
    font-size: 22px;
    margin: 0 auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}
header a, a:visited {
    text-decoration:none;
    color:#fcfcfc;
}

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.stars, .twinkling, .clouds {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

.stars {
  background:#000 url(http://www.script-tutorials.com/demos/360/images/stars.png) repeat top center;
  z-index:-10;
}

.twinkling{
  background:transparent url(http://www.script-tutorials.com/demos/360/images/twinkling.png) repeat top center;
  z-index:-9;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}

.clouds{
    background:transparent url(http://www.script-tutorials.com/demos/360/images/clouds3.png) repeat top center;
    z-index:-8;

  -moz-animation:move-clouds-back 200s linear infinite;
  -ms-animation:move-clouds-back 200s linear infinite;
  -o-animation:move-clouds-back 200s linear infinite;
  -webkit-animation:move-clouds-back 200s linear infinite;
  animation:move-clouds-back 200s linear infinite;
}
/*comments style*/
#wpd-field-submit-0_0 {
    font-family: 'IRANYekan' !important;
}
.ql-editor.ql-blank {
    font-family: 'IRANYekan';
}

/*page style*/
.elementor-location-header {
    margin-bottom: -30px;
}

/*player style*/

.player__body {
    font-family: 'IRANYekan' !important;
}
.episode-title {
    font-family: 'IRANYekan' !important;
    font-size: 1.5em !important;
    line-height: 1.7em !important;
    height: 1.7em !important;
}
/*.play-progress {*/
/*    padding: 16px;*/
/*}*/
/*.podcast_meta {*/
/*    padding-top: 16px;*/
/*    text-align: left;*/
/*}*/
/*a.podcast-meta-download {*/
/*    background: #f2f2f2;*/
/*    padding: 8px;*/
/*    color: #222222;*/
/*    border-radius: 6px;*/
/*}*/
/*a.podcast-meta-new-window {*/
/*    background: #f2f2f2;*/
/*    padding: 8px;*/
/*    color: #222222;*/
/*    border-radius: 6px;*/
/*}*/
/*.player {*/
/*    background: black !important;*/
/*    border: 1px dashed gray;*/
/*    border-radius: 24px !important;*/
/*    height: 200px !important;*/
/*}*/
/*.castos-player.dark-mode .progress {*/
/*    background-color: #888888 !important;*/
/*}*/
/*.castos-player .player__artwork img {*/
/*    height: 200px !important;*/
/*}*/
.castos-player {
    direction: ltr;
}
.apbd-currency-picker-dd .apbd-menu-icon>img {
    display: none !important;
}
ul.apbd-currency-ul {
    background: #2f2f2f !important;
}
.apbd-currency-dd-container ul.apbd-currency-ul li>a>img {
    display: none !important;
}