@font-face {
  font-family:'Expo' ;
  src: url('Expo.ttf');
}
.featured-episode-text{
  text-align: right;
  font-family: 'Expo';
}
.featured-media.has-overlay .wrapper h1{
  font-family: 'Expo';
}
p{
  font-family: 'Expo';
  line-height: 24px;
}
.featured-media .featured-cover{
  margin-left: 0;
  margin-right: 30px;
}
.episode-player.episode-type-audio .media-transcript {
  padding-left: 5px;
  padding-right: 0;
  border-radius: 0  0 var(--custom--border-radius) var(--custom--border-radius) ;
}
.featured-actions .featured-actions-secondary {
  margin-right: auto;
  margin-left: 0;
}
.post-listing.style-grid.align-content-max article{
  text-align: right;
  font-family: 'Expo';
}
.post-listing.style-grid .entry-title + .entry-meta {
  margin-bottom: 0;
  font-size: 12px;
}
h1, h2, h3, h4, h5, h6, .h1, .h1-display, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Expo';
}
.site-footer-gallery .intro-gallery .intro-gallery-title{
  font-family: 'Expo';
}
.site-footer-gallery .intro-gallery .intro-gallery-username{
  font-family: 'Expo';
}
.site-footer-gallery .outro-gallery span{
  font-family: 'Expo';
  line-height: 30px;
  font-size: 17px;
}
.sales-box .sales-box-content{
  text-align: right;
  margin-right: 2%;
  margin-left: auto;
  font-family: 'Expo';
}
.site-footer .widget_logo a {
  font-family: 'Expo';
}
.mc4wp-form .one-line input[type=email],.mc4wp-form .one-line input[type=submit]{
  font-family: 'Expo';
}
.main-navigation .menu a{
  font-family: 'Expo';
}
.entry-meta a {
  font-family: 'Expo';
}
.entry-content p
{
  text-align: right;
  line-height: 30px;
}

/*--------------------------------------------------------------
## 3D Album
--------------------------------------------------------------*/
.three-d-album {
  padding: 55px 0 0;
}

.single-3d {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  max-width: 16%;
  padding: 15px;
}

.single-3d img {
  -webkit-box-shadow: 0px 36px 36.9px 1.1px rgba(0, 0, 0, 0.22), inset -0.5px -0.9px 0 0 rgba(255, 255, 255, 0.75);
          box-shadow: 0px 36px 36.9px 1.1px rgba(0, 0, 0, 0.22), inset -0.5px -0.9px 0 0 rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.8s cubic-bezier(0, 1.09, 1, 1);
  -o-transition: all 0.8s cubic-bezier(0, 1.09, 1, 1);
  transition: all 0.8s cubic-bezier(0, 1.09, 1, 1);
  z-index: 1;
  position: relative;
}

.threed-container-wrapper {
  -webkit-perspective: 2950px;
          perspective: 2950px;
}

.threed-container-inner {
  -webkit-transform: translate3d(2%, -25%, 0) scale(1) rotateX(45deg) rotateY(-5deg) rotateZ(25deg);
          transform: translate3d(2%, -25%, 0) scale(1) rotateX(45deg) rotateY(-5deg) rotateZ(25deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.three-d-album-width {
  width: 100%;
  margin-top: 300px;
}

.single-3d:hover img {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-box-shadow: 0px 36px 67.9px 2.1px rgba(0, 0, 0, 0.5), inset -0.5px -0.9px 0 0 rgba(255, 255, 255, 0.75);
          box-shadow: 0px 36px 67.9px 2.1px rgba(0, 0, 0, 0.5), inset -0.5px -0.9px 0 0 rgba(255, 255, 255, 0.75);
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  position: relative;
  z-index: 5;
}

.three-d-album {
  background-image: url(../../media/background/play_bg.png);
  background-position: left 93%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 120% !important;
  margin-top: 0;
  /* padding-top: 0px; */
}

.three-d-album .more-album {
  position: absolute;
  right: 350px;
  margin-top: 54px;
}

.three-d-album .more-album a {
  font-size: 14px;
  color: #959595;
  font-family: "Changa", sans-serif;
  font-weight: 500;
}

.three-d-album .more-album a:hover i {
  margin-left: 20px;
  -webkit-transition: all 0.8s cubic-bezier(0, 1.09, 1, 1);
  -o-transition: all 0.8s cubic-bezier(0, 1.09, 1, 1);
  transition: all 0.8s cubic-bezier(0, 1.09, 1, 1);
}

.three-d-album .more-album a i {
  color: #f60038;
  display: block;
  -webkit-transition: all 0.8s cubic-bezier(0, 1.09, 1, 1);
  -o-transition: all 0.8s cubic-bezier(0, 1.09, 1, 1);
  transition: all 0.8s cubic-bezier(0, 1.09, 1, 1);
  margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .single-3d {
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .threed-container-inner {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: translate3d(0, 0, 0) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  .single-3d {
    width: 20%;
    padding: 7px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .three-d-album-width {
    width: 100%;
    margin-top: 170px;
    padding: 0 21px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-3d.empty-space {
    display: none;
  }
  .three-d-album {
    padding-bottom: 180px;
  }
}

@media (min-width: 576px) and (max-width: 776px) {
  .threed-container-inner {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: translate3d(0, 0, 0) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  .single-3d {
    width: 25%;
    padding: 7px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .three-d-album-width {
    width: 100%;
    margin-top: 154px;
    padding: 0 15px;
  }
  .empty-space {
    display: none;
  }
  .banner-five .baneer-five-content h3 {
    font-size: 22px;
    margin-top: 53px;
  }
  .banner-five .baneer-five-content .tim-slide-btn {
    margin-top: 20px;
    padding: 12px 35px;
  }
  .three-d-album .more-album {
    margin-top: 0;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .threed-container-inner {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: translate3d(0, 0, 0) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  .three-d-album-width {
    width: 100%;
    margin-top: 170px;
    padding: 0 15px;
  }
  .three-d-album {
    background-image: none;
  }
  .single-3d {
    -ms-flex: 0 0 46%;
    -webkit-box-flex: 0;
            flex: 0 0 46%;
    max-width: 46%;
    overflow: hidden;
    padding: 0;
    margin: 5px;
  }
  .empty-space {
    display: none;
  }
  .three-d-album-width {
    margin-top: 100px;
  }
  .three-d-album .more-album {
    left: 10px;
    margin-top: 0;
    right: 0;
  }
}
.site-content.home{
  overflow-x: hidden;
  padding-top: 0;
  background: #fff !important;
}
.sp-container h2.frame-2, .sp-container h2.frame-3, .sp-container h2.frame-4{
  font-family: 'Expo';
}
.banner-five .baneer-five-content h3{
  font-family: 'Expo';
  letter-spacing: 0;
}
.latest-album-left .albun-details{
  text-align: right;
}
.section-title.style-five {
  text-align: right !important;
}
.section-title.style-five h2::before {
  right: 0;
  left: auto;
}
.section-title.style-five h2::after {
  right: 0;
  left: auto;
}
.section-title.style-five{ 
  text-align: right !important;
}
.show-archive-wrapper {
  width: 70%;
  float: left !important;
}
.white{
  color: #fff !important;
}
.threed-container-inner{
  transform: translate3d(1%, -25%, 0) scale(1) rotateX(45deg) rotateY(-5deg) rotateZ(25deg) !important;
}
.accordion-menu {
    width: 100%;
    margin: 20px auto 50px;
    text-align: right;
    border-radius: 4px;
    list-style: none;
}
.add_comment h4{
 margin-bottom: 30px;
 color: #ffc107;
}
.add_comment .form-control , .add_comment textarea {
   font-family: 'Expo';
   padding: 10px 15px;
   border-radius: 10px;
}
.add_comment textarea{
  max-height:100px;
}
.add_comment button{
  color:#fff;
  padding: 6px 30px;
  font-family:'Expo';
  border-radius: 5px;
  clear: both;
}
.comments-list{
    border: 1px solid #ffc23d;
    clear: both;
    border-radius: 10px;
    margin-bottom: 60px;
}
.loader span{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #aa9050;
  margin: 0 10px;
}
#file_claim{
  position: relative;
}
.loader{
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: #eeeeee40; */ 
}
.loader span{
  position: absolute;
  top: calc(30% - 20px);
}
.loader span:nth-child(1){
    animation: 1s jump infinite ease-in-out;
    left: calc(50% - 60px);
}
.add_comment{
  position: relative;
}
.loader span:nth-child(2){
    animation: 1s 0.333s jump infinite ease-in-out;
    left: calc(50% + -19px);
}
.form_loader{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 10;
}
.ajax_form.loader .form_loader{
    display: block;
}

.loader span:nth-child(3){
    animation: 1s 0.667s jump infinite ease-in-out;
    left: calc(50% + 26px);
}

@keyframes jump{
  0%{
    transform: translateY(0) scale(1);
  }
  30%{
    transform: translateY(-20px) scale(1.2);
  }
  75%{
    transform: translateY(0) scale(1);
  }

}

.success_msg{
    display: block;
    color: #017aee;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    color: #aa9050;
    font-family: 'Expo';
    font-size: 24px;
}
.comments-ul{
 text-align: right;
}
.comments-ul li{
    
display: block;
    
margin: 15px;
    
border-bottom: 1px dashed #FF9800;
}
.comments-ul img{

height: 40px;

border-radius: 50%;
}
.comments-ul li h5{
  color:#ff9800;
  
}
.comments-ul li p{
  padding-right:40px;
  margin-bottom:15px;
  font-size:14px;
}
.featured-media .wrapper .page-title .tagline{
    line-height:24px;
}
@media(max-width:992px){
    .threed-container-inner{
        -webkit-transform: translate3d(0, 0, 0) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: translate3d(0, 0, 0) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
    }
    
}
.author_content h3{
    
}
.desc_p{
  text-align:right;
  font-family:'Expo';
  line-height:30px;
}
.mob_title{
    display:none;
    text-align:right;
    font-size: 19px;
    margin-top: 25px !important;
    width: 100%;
    margin: 10px 0;
}
.desc_frame{
    width:100%;
}
@media(max-width:992px){
    .mob_title{
        display:initial;
       
    }
    .desc_frame{
        display:none;
    }
}






