/*------------------------------------*

    Site:   Podready
    Author: Studio X

    BLÅ       : #6ED7F4
    BLÅ hover : #41b3d3


\*------------------------------------*/


.owl-dots {
  display:none;
  }
  
  .brand img {
    max-width: 150px;
  }
  
  .music-img-box a {
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  
  .owl-carousel .owl-stage {
    -webkit-overflow-scrolling: touch;
  }
  
  /* FORSIDEBANNER */
  
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/topbanner/topbanner1.jpg");
    /* height: 420px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-text {
    position: absolute;
    top: 30%;
  /*   left: 25%; */
  /*   transform: translate(-50%, -50%); */
    color: white;
  }
  
  .hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
  }
  
  .hero-text button:hover {
    background-color: #555;
    color: white;
  }
  
  .contentWrapper .gradImage {
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0, 0, 0, 0.5));
  
  }
  
  footer {
    text-align: center;
    font-size: 12px;
    padding-bottom: 100px;
  }
  
  footer .sx,
  footer .sx a {
  color:#777 !important;
  }
  
  footer .sx a:hover {
  color:#E63F6C !important;
  }
  
  .side-nav a {
    color:#fff;
  }
  
  /* .side-nav .sub-level li:first-child {
    color:#ccc;
  } */
  
  .adonis-icon.icon-sm svg {
    width: 20px;
    max-height: 20px;
  }
  
  .adonis-icon svg {
    height: 20px;
  }
  
  /* .music-img-box a:hover {
  background:rgba(42, 187, 238, 0.2); } */
  
  
  .site-header {
     }
  
    .fit-image{
      width: 100%;
      object-fit: cover;
      /* height: 300px; */ /* only if you want fixed height */
      }
  
  .album-top-box {
    margin-top: 40px;
  }
  .podcast-logos {
    padding-top: 7px;
    max-height: 40px;
  }
  
  .podcast-logos {
    padding-top: 7px;
  }
  
  .podcast-logos img{
    max-height: 40px;
  }
  
  .share .btn {
    min-width: 150px;
  }
  
  .share {
    text-align: center;
    margin-top: 30px;
  }
  
  
   /* Frontpage */
  
  
   .masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('../images/topbanner/frontbanner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .frontbannerContent {
   padding-top:10%;
  }
  
  .frontbannerText {
    padding-bottom:40px;
   }
  
  
.card {
    margin-bottom: 30px !important;
  }
  
  .priceWrapper .price {
    color:#000;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .priceWrapper .month {
    font-size: 1.3rem;
  }

  .priceWrapper H5 {
    color:#777 !important;
  }




  .registerWrapper input,
  .registerWrapper .btn {
  width: 100%;
  }

.terms {
    margin-bottom:20px;
    }

  .formWrapper {
    margin-bottom:20px;
  }

  .frontbannerContent .btn {
    width: 100% !important;
  }
  
  

  .btn-primary::before,
  .btn-primary::after {
    background:linear-gradient(135deg, #6ED7F4 0%, #2ABAED 100%);
  }


  .adonis-player-wrap.fixed-player, .adonis-playlist-player.fixed-player {
    bottom:0;
}

 
  
  @media (max-width: 890px) {
    .hero-text {
    position: unset;
    margin: 20px;
  }
  
  .masthead {
    height: 100%;
  }

  }

  @media (max-width: 769px) {
  .hero-image {
    background-image: none;
  }
  .album-top-box {
    margin-top: 150px;
  }
  }

  