/*
Theme Name: VW Radio Station Pro
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: vw-radio-station-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Radio Station Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
VW Radio Station Pro WordPress Theme is released under the terms of GNU GPL
*/


@import url('https://fonts.googleapis.com/css2?family=Protest+Riot&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

 :root {
 --red: #E91818;
 --black: #000000;
 --white: #ffffff;
 --theme-font: Rubik;
}

/* Basic Style */

 html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: white;
  position: relative;
  font-size: 14px;
  color:var(--white);
  font-family: var(--theme-font);
  background: var(--black);
}
 label {
     margin-bottom: 0 !important;
}
 img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
     color: #fff;
    font-family: var(--theme-font);
    font-weight: bold;
}
 p {
     margin: 0 0 15px;
     padding: 0;
     font-size: 14px;
     font-weight: normal;
}
 p, ul li a {
     letter-spacing: 0px;
       font-family: var(--theme-font);
}
 body a {
     text-decoration: none;
     color: #277BF8;
}
 a:hover {
     text-decoration: none;
     color: var(--black1);
}
 a:focus, a:hover {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0 0 0 0;
     padding: 0;
}

 input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea , .form-group input, .form-group select{
     border: 1px solid #bdbdbd;
     font-size: 14px;
     padding: 10px 10px;
     margin: 0 0 0px 0;
     height: auto;
     width: 100%;
     background: #FFFFFF;
     border-radius: 5px;
}
 section{
     background-size: cover !important;
     background-repeat: no-repeat !important;
     padding: 60px 0;
     background-attachment: scroll;
     overflow-x: hidden;
}
 .screen-reader-text {
     position: absolute;
     top: -9999em;
     left: -9999em;
}
#shows-time,#rj-team,#slider{
  background-attachment: fixed;
}

/*------------------------- Headings --------------------------*/
 section h2 {
   font: bold 30px / 32px Rubik;
   color: #fff;

}
 section h3 {
   font-weight: 500;
   color: #fff;
   font-size: 26px;
}
section h4{
  font-size: 18px;
  font-weight: 400;
  line-height: 20px
}


/*----------------- Section Title--------------*/
.primary_nav .current-menu-item a::after{
  content: url(../assets/images/hover.svg);
  position: absolute;
  /* background-image:url(../assets/images/hover.svg); */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* ----------- Post Content ---------------*/

 .vw-fixed{
     background-attachment: fixed !important;
     background-size: cover ;
     background-repeat: no-repeat ;

}
 .vw-scroll{
     background-attachment: scroll !important;
     background-size: cover ;
     background-repeat: no-repeat;
}
 .slider-bg-image.vw-fixed{
   position: fixed !important;
 }
/* ---------- Return to Top ------------ */
 #return-to-top {
  position: fixed;
  bottom: 10px;
  right: 19px;
  background: #000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  border: 8px solid #111111;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
  align-items: center;
  display: flex;
  justify-content: center;
}
 #return-to-top i {
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
  font-weight: 800;
}
 #return-to-top:hover {
     background: rgba(0, 0, 0, 0.9);
}


.sticky.stickynavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background:var(--black);
  padding: 15px 0;
  box-shadow: 0px 0px 20px #0000002B;
}
.sticky.stickynavbar .header-inner{
  background: unset;
  box-shadow: unset;
}
/* ----------- Spinner ------------- */
 .eco-box{
   position: fixed;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   cursor: pointer;
   z-index: 99999999;
   background-color:var( --black);
   width: 100%;
}
.loader-main{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}

  .loader-line {
    width: 10px;
    height: 40px;
    margin: 0px 3px;
    border-radius: 10px;
    background: #E91818;
    animation: a1 2s infinite;
  }

  .loader-line:nth-child(2) {
    animation-delay: 0.1s;
  }

  .loader-line:nth-child(3) {
    animation-delay: 0.2s;
  }

  .loader-line:nth-child(4) {
    animation-delay: 0.3s;
  }

  .loader-line:nth-child(5) {
    animation-delay: 0.4s;
  }

  @keyframes a1 {
    0% {
      height: 0px;
    }
    50% {
      height: 40px;
    }
    100% {
      height: 0px;
    }
  }





 /* common css */
.theme-btn{
  background: #E91818;
  padding: 10px 30px;
  border-radius: 6px;
  font: 500 14px / 18px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.main-head{
  font: normal normal bold 30px / 32px Rubik;
  color: #FFFFFF;
}
.sub-head {
  font:600 18px / 22px Rubik;
  letter-spacing: 0px;
  color: #E91818;
}
.main-para{
  font: 300 16px / 26px Rubik;
  color: #FFFFFF;
}



.theme-btn{
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    display: inline-block;
    padding: 10px 30px;
    z-index: 1;
    width: max-content;
}
.theme-btn:before  {
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    border-radius: 0px;
    z-index: -1;
}
.theme-btn:hover:before {
  background: #fff;
  width: 100%;
  left: 0%;
}
.theme-btn:hover{
  color: #000;
}


/* slider mask */

.slider-svg {
    -webkit-mask-image: url(assets/images/slider/slide-mask.png);
    mask-image: url(assets/images/slider/slide-mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
padding: 0;
}
.slider-svg img{
  width: 100%;
  height: 470px
}



/* .music-container {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.wave-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 5px;
}

.wave {
  width: 8px;
  height: 30px;
  background: #fff;
  animation: wave-animation 1.2s infinite ease-in-out;
  animation-delay: calc(var(--i) * 0.1s);
}

.wave:nth-child(1) { --i: 1; }
.wave:nth-child(2) { --i: 2; }
.wave:nth-child(3) { --i: 3; }
.wave:nth-child(4) { --i: 4; }
.wave:nth-child(5) { --i: 5; }

@keyframes wave-animation {
  0%, 100% {
      transform: scaleY(1);
  }
  50% {
      transform: scaleY(2);
  }
} */
/* about sec */
.page-template-about .abt-btn{
  display: none;
}
.about-img-main{
  display: grid;
  position: relative;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(7, 55px);
}
.about-img-main .abt-main-iner:nth-child(1){
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 5;
  position: relative;
  z-index: 1;
}
.about-img-main .abt-main-iner:nth-child(2){
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 8;
  position: relative;
  z-index: 0;
}
.about-img-main .abt-main-iner:nth-child(3){
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 7;
  grid-row-end: 6;
  position: relative;
  bottom: 5px;
  left: 50px;
}
.about-img-main .abt-main-iner:nth-child(1) img{
  border-radius: 15px;
  border: 8px solid #000;
}
.abt-main-iner img{
  width: 100%;
  height: 100%;
   border-radius: 10px;
   object-fit: cover;
}
.abt-points-title{
  font: 300 16px / 26px Rubik;
  color: #FFFFFF;
}
.wave-container {
  display: flex;
  gap: 7px;
  }

  .wave {
  width: 10px;
  background-color: red;
  border-radius: 10px; /* Adjusted for rounded edges */
  animation: waveAnimation 1.2s infinite ease-in-out; 
  }

  .wave:nth-child(1) {
  height: 50px;
  }

  .wave:nth-child(2) {
  height: 70px;
  margin-top: -10px;
  animation-delay: -1.1s;
  }

  .wave:nth-child(3) {
  height: 80px;
  animation-delay: -1.0s;
  margin-top: -15px;
  }

  .wave:nth-child(4) {
  height: 70px;
  animation-delay: -0.9s;
  margin-top: -10px;
  /* animation-delay: -1.1s; */
  }

  .wave:nth-child(5) {
  height: 50px;
  animation-delay: -0.8s;
  }

  .wave:nth-child(6) {
  height: 60px;
  animation-delay: -0.7s;
  margin-top: -5px;
  }

  .wave:nth-child(7) {
  height: 65px;
  animation-delay: -0.6s;
  margin-top: -6px;
  }
  .wave:nth-child(8) {
  height: 70px;
  animation-delay: -0.6s;
  margin-top: -10px;
  }


  @keyframes waveAnimation {
  0%, 100% {
  transform: scaleY(1);
  }
  50% {
  transform: scaleY(0.5);
  }
 }


 /* TEam */

#rj-team .team-inner-content{
  border-radius: 10px;;
}
.team-bottom-content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  padding: 10px;

}
.team-inner-content::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: var(--red);
  opacity: 0;
  border-radius: 12px;
  transform: translateX(-50%) scale(0);
  transition: all 0.5s ease 0s;
  border-radius: 10px;;
}
.team-inner-content:hover::after{
  opacity: 1;
    transform: translateX(-50%) scale(3);
}
.team-inner-content:hover .team-bottom-content{
  opacity: 1;
  z-index: 2;
}
.team-social-icon-box  i{
  height: 40px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  background: #F3F3F3;
  border-radius: 5px;
  color: #000000;
  line-height: 40px;
}
.team-social-icon-box i:hover{
  background: #000;
  color: #fff;
}
.single-team .team-social-icon-box i:hover{
  background: #E91818;
}
.team-title h3 a{
  font-weight: 500;
  color: #fff;
  font-size: 26px;
}
.team-title h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.team-content  p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.team-single-img img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
/* --------Testimonial-------- */
.testi-image{
  height: 90px;
  width: 90px;
}
.testi-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
}
#testimonial .slider.slider-nav .slick-track {
  display: flex;
  padding: 10px 0 20px;
  gap: 10px;
}
#testimonial .slider.slider-nav {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.slider-nav .first-active,.slider-nav .last-active {
  opacity: 0.2;
}
#testimonial .slider.slider-nav .slick-active.slick-center .testi-image{
  position: relative;
}
#testimonial .slider.slider-nav .slick-active.slick-center .testi-image::after{
    content: '';
    inset: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.6;
    background: #E91818;
    border-radius: 50%;
}
#testimonial .slider.slider-nav .slick-active.slick-center  .testi-quote-icon{
  display: block !important;
  width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    border-radius: 50%;
    background: #E91818;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.items-wrap{
  background: #141414;
  border-radius: 10px;
  padding: 25px;
}
.items-wrap i{
  color: #2C2C2C;
  font-size: 70px;
}
h6.testi-title a{
  font: 600 18px / 18px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.test-content{
  margin-top: 15px;
  font: 300 15px / 24px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.slider-nav i{
  font-size: 20px;
}
.items-wrap img{
  border-radius: 10px;
}

/* -----------blog----------- */
#blog-news,#full-width-blog,#blog-left-sidebar,#blog-right-sidebar,.search-page{
  background: #111111;
}
.blog-img-main{
  position: relative;
height: 410px;
overflow: hidden;
}
.blog-img-main img{
  height: 100%;
  width: 100%;
object-fit: cover;
object-position: bottom;
border-radius: 20px;
transition: all .5s ease;
}
.news-author{
  text-transform: capitalize;
}
.blog-inner-content-box {
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.blog-detail-inner{
  background: #000000;
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  bottom: 15px;
  opacity: 0.8;
  padding: 15px;
}
.post-month-outer{
  background: #E91818;
  width: 100%;
  max-width: fit-content;
  text-align: center;
  padding: 8px;
  border-radius: 10px;
  position: absolute;
  right: 15px;
  margin-top: -45px;
  z-index: 3;
}
.blog-title a{
  font: 600 20px / 25px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-date{
  font: normal normal 600 27px / 27px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.post-month{
    font: 500 14px / 20px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.blog-img-main:before,
.blog-img-main:after{
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  backdrop-filter: blur(5px);
  opacity: 0.4;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scaleX(0);
  transition: all 0.6s ease 0s;

}
.blog-img-main:after{ transform: scaleY(0); }
.blog-detail:hover .blog-img-main::before{ transform: scaleX(1); }
.blog-detail:hover .blog-img-main::after{ transform: scaleY(1); }
.blog-detail:hover .blog-detail-inner{
  background: #E91818;
  opacity: 1;
}
.blog-detail:hover .post-month-outer{
  background: #000;
    opacity: 1;
}
.custom-social-icons i {
  background: #fff;
  height: 33px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  border-radius: 5px;
  font-size: 18px;
  
}.custom-social-icons i:hover{
  background: #E91818;
  color: #fff;
}

#slider .custom-social-icons i{
  transform: rotate(-90deg);
}
#slider .slider-follow-us{
  transform: rotate(-179deg);
}



/* Event */
.event-title a{
  font: 600 18px / 20px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.event-content-wrap{
  background: #111111;
  padding: 15px;
  border-radius: 10px;
  margin: 13px 0;
}
.event-content-wrap img{
  width: 100%;
  height: 100%;
}
.event-content-wrap:hover{
  background-color: #E91818;
}
.event-para-text {
  font: 300 13px / 20px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.event-content-inner h6{
  font:400 13px / 16px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.event-guest h6{
  font: 500 14px / 16px Rubik;
}
.event-content-wrap:hover .event-btn  .theme-btn{
  background: #000;
}
.event-img{
  height: 200px;
  position: relative;
  overflow: hidden;
}
.event-img::before{
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.event-img:hover::before{
-webkit-animation: shine .75s;
animation: shine .75s;
}
@keyframes shine {
100% {
left: 125%;
}
}
.event-img img{
height: 100%;
width: 100%;
  object-fit: cover;
}
.guest-img{
  width: 43px !important;
  height: 42px  !important;
  border-radius: 50% !important;
  border: 2px solid #fff;
  object-fit: cover;
}
.guest-img:nth-child(n+1){
  margin-left: -10px;
}

.event-guest{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 8px;
}
/* Show */
.show-img{
  height: 330px;
}
.show-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.show-inner-main{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  z-index: 1;
  opacity: 0;
  width: 90%;
}
.show-inner-content{
  border-radius: 10px;
}
.show-inner-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: var(--red);
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: all 0.5s ease 0s;
  border-radius: 10px;
}
.show-inner-content:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(3);
}
.show-inner-main svg{
  position: absolute;
  inset: 40px 0 0 0;
  margin: 0 auto;
  z-index: -1;
  width: 100%;
}
.show-inner-content:hover .show-inner-main{
  opacity: 1;
}
.show-title h4 a{
  font:600 26px / 31px Rubik;
  letter-spacing: 0px;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.show-content{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/* JSon */
#ive-vw-radio-station-pro-banner .ive-vw-radio-station-pro-banner-content{
  padding-top: 9%;  
}
#ive-vw-radio-station-pro-banner .ive-vw-radio-station-pro-banner-content .wp-block-image img{
  width: 100%;
}
#ive-vw-radio-station-pro-feature-main .wp-block-ive-slide {
  background: #101010;
  border-radius: 10px;
}
#ive-vw-radio-station-pro-feature-main figure img{
  margin: 0 auto;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.ive-radio-station-feature-svg{
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
  z-index: 0;
}
#ive-vw-radio-station-pro-shows-time .ive-radio-station-feature-svg{
  z-index: -1;
}
#ive-vw-radio-station-pro-show-main .ive-slide-inner-content-inner,#ive-vw-radio-station-pro-shows-time .ive-vw-radio-station-pro-show-time-wrap ,
#ive-vw-radio-station-pro-rj-team .ive-slide-inner-content-inner{
  position: relative;
}
#ive-vw-radio-station-pro-show-main .owl-carousel .owl-item img,#ive-vw-radio-station-pro-shows-time .ive-vw-radio-station-pro-show-time-wrap img,
#ive-vw-radio-station-pro-rj-team .ive-slide-inner-content-inner img{
  border-radius: 10px;
}
#ive-vw-radio-station-pro-show-main .ive-slide-inner-content-inner::after,
#ive-vw-radio-station-pro-shows-time .ive-vw-radio-station-pro-show-time-wrap::after,
#ive-vw-radio-station-pro-rj-team .ive-slide-inner-content-inner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background:#E91818;
  opacity: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
#ive-vw-radio-station-pro-show-main .ive-slide-inner-content-inner:hover::after,
#ive-vw-radio-station-pro-shows-time .ive-vw-radio-station-pro-show-time-wrap:hover::after,
#ive-vw-radio-station-pro-rj-team .ive-slide-inner-content-inner:hover::after{
  opacity: 1;
}
.ive-vw-radio-station-pro-s-time-content{
  opacity: 0;
}
#ive-vw-radio-station-pro-show-main .ive-slide-inner-content-inner:hover .ive-vw-radio-station-pro-s-time-content,
#ive-vw-radio-station-pro-shows-time .ive-vw-radio-station-pro-show-time-wrap:hover .ive-vw-radio-station-pro-s-time-content{
  opacity: 1;
}
#ive-vw-radio-station-pro-show-main .ive-slide-inner-content-inner:hover .ive-heading-parent {
  z-index: 2;
  position: relative;
}
#ive-vw-radio-station-pro-show-main .ive-tabs-title-list{
  justify-content: center;
}
#ive-vw-radio-station-pro-show-main .ive-tab-title{
  padding: 10px 20px !important;
}
#ive-vw-radio-station-pro-shows-time .ive-title-item a{
  padding: 10px 25px !important;
}
#ive-vw-radio-station-pro-shows-time .wp-block-ive-tabs .ive-tabs-title-list{
  justify-content: center;
}
.ive-vw-radio-station-pro-event-img-wrap{
  height: 200px;
}
.ive-vw-radio-station-pro-event-img-wrap img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ive-vw-radio-station-pro-event-box{
  padding: 5px;
  border-radius: 10px;
}
#ive-vw-radio-station-pro-ad-banner .wp-block-cover{
  border-radius: 30px;
}
#ive-vw-radio-station-pro-partner .ive-slide-inner-content-inner img{
  width: auto;
  margin: 0 auto;
}
#ive-vw-radio-station-pro-rj-team .ive-svg-icon-link  i{
  height: 40px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  background: #F3F3F3;
  border-radius: 5px;
  line-height: 40px;
}
#ive-vw-radio-station-pro-rj-team .ive-svg-icon-link  i:hover{
  background: #000;
}
.ive-vw-radio-station-rj-team-content{
  opacity: 0;
}
#ive-vw-radio-station-pro-rj-team .ive-slide-inner-content-inner:hover .ive-vw-radio-station-rj-team-content{
  opacity: 1;
}
#ive-vw-radio-station-pro-banner .ive-vw-radio-station-pro-slider-icon .ive-svg-icon-link {
  height: 40px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  background: #F3F3F3;
  border-radius: 5px;
  line-height: 40px;
}
#ive-vw-radio-station-pro-banner .ive-vw-radio-station-pro-follow-heading{
  transform: rotate(-90deg);
}
.ive-vw-radio-station-pro-baner-icon-wrap>.wp-block-group__inner-container {
  display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}
.ive-vw-radio-station-pro-baner-icon-wrap .ive-heading-parent {
  margin-left: -20px;
}
.ive-vw-radio-station-pro-baner-icon-wrap{
  position: absolute;
  right: 5%;
  top: 30%;
}
#ive-vw-radio-station-pro-banner span.close.ive-close-popup{
  color: #fff;
  position: absolute;
  right: 8%;
  top: 10%;
}
.ive-vw-radio-station-pro-ad-content{
  padding-left: 6%;
  padding-top: 10%;
}
#ive-vw-radio-station-pro-blog .post-image img{
  object-fit: cover;
}
#ive-vw-radio-station-pro-blog .post-content-area {
  position: relative;
}
#ive-vw-radio-station-pro-blog .ive-inner-post-content{
  background: #000000;
    border-radius: 10px;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 90%;
    bottom: 30px;
    margin: 0 auto;
    opacity: 0.8;
    padding: 15px;
    left: 0;
    right: 0;
    z-index: 2;
    position: absolute;
}
#ive-vw-radio-station-pro-blog .post-image img{
  border-radius: 20px;
}
#ive-vw-radio-station-pro-blog .ive_latest_post_date_img{
  background: #E91818;
  width: 100%;
  max-width: fit-content;
  text-align: center;
  padding: 8px;
  border-radius: 10px;
  opacity: 1;
  position: absolute;
  right: 30px;
  z-index: 3;
  opacity: 1;
  top: 30%;
  font-size: 20px
}
#ive-vw-radio-station-pro-blog .ive_latest_post_comments{
  display: flex !important
}
.ive-vw-radio-station-pro-news-box .news-form-main p{
  margin-bottom: 0;
  width: unset;
}
.ive-vw-radio-station-pro-news-box .news-form-main .theme-btn{
  background: #000;
}
.ive-vw-radio-station-pro-news-box .news-form-main .theme-btn p input{
  background: transparent;
  border: none;
  font: 500 14px / 19px Rubik;
  color: #fff;
  padding: 0;
  margin-bottom: 0;
}
.ive-vw-radio-station-pro-news-box .news-form-main .theme-btn:hover input{
  color: #000;
}
.ive-vw-radio-station-pro-news-box  .wp-block-columns.are-vertically-aligned-center{
  border-radius: 15px;
}
@media screen and (max-width:991px) {
  .ive-vw-radio-station-pro-show-wrap{
    flex-wrap: nowrap !important;
  }
  #ive-vw-radio-station-pro-banner .ive-vw-radio-station-pro-slider-icon .ive-svg-icon-link{
    height: 30px;
    font-size: 16px;
    width: 30px;
    line-height: 35px;
  }
  .ive-vw-radio-station-pro-baner-icon-wrap .ive-heading-parent{
    display: none;
  }
  #ive-vw-radio-station-pro-banner .ive-popup-icon-parent {
    position: relative;
    top: 40px;
  }
}
@media screen and (max-width:767px) {
  #ive-vw-radio-station-pro-banner .ive-popup-icon-parent{
    display: none;
  }
  .ive-vw-radio-station-pro-baner-icon-wrap{
    display: none;
  }
  .ive-vw-radio-station-pro-show-wrap{
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width:575px) {
  .ive-vw-radio-station-pro-check-icon{
    text-align: center;
  }
}