/*
Template: Cultne
Author: Infront
Developed by: Raphael S Ribeiro
*/

/*

- Alterar cor atual background (#071731) para a cor #553F93

- Alterar cor laranja atual (#fbab0c) para a cor da nova paleta #46C06C

- Alterar cor dos botões de "play" (ri-play-fill e fa fa-play) para cor da nova paleta #9BEACA mantendo a cor branca onde foi aplicada

- Alterar a cor do "back-to-top" para cor da nova paleta #9BEACA

- Trocar a cor amarela do box do "Assistir Agora" para cor da nova paleta #9BEACA

- Mudar a cor do título. barra lateral vertical para a cor #46C06C e cor de fundo para #9BEACA (retirar degrade)

*/


/*------------- Variable ------------*/
:root {
  --iq-primary: #46C06C;
  --iq-primary-hover: #d8b351;
  --iq-light-primary: #d7d3f8;
  --iq-secondary: #6c757d;
  --iq-white: #ffffff;
  --iq-black: #000000;
  --iq-title-text: #23203c;
  --iq-body-text: #D1D0CF;
  --iq-body-bg: #553F93;
  --iq-bg1: #553F93;
  --iq-body-border: #393750;
  --iq-gold: #E6C75F;
  --iq-black: #000000;
  --iq-cor1: #ffed00;
  --iq-cor2: #d8b351;
  --iq-cor3: #98a8c2;
  --iq-cor4: #071731;
  --iq-cor5: #46C06C;
  --iq-cor5-hover: #9BEACA;
}

.text-destaque { color: var(--iq-primary); }


.big-title { background: unset; background-repeat: unset; background-position: unset; color: var(--iq-white); -webkit-font-smoothing: unset; -webkit-background-clip: unset; -moz-background-clip: unset; background-clip: unset; -webkit-text-fill-color: unset; }


#loading { background: var(--iq-body-bg) url(../img/load.gif) no-repeat scroll center center; height: 100%; width: 100%; background-size: 5%; position: fixed; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }

.trending-pills.nav-pills .nav-item a:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255, 0.3) 85%); content: ''; opacity: 0; filter: alpha(opacity=0); -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); -o-transform: translate3d(0, 50%, 0); -moz-transform: translate3d(0, 50%, 0); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

.channel-logo { border-left: 5px solid var(--iq-cor5); background: transparent linear-gradient(270deg, rgba(255, 1, 2, 0) 0%, rgba(255, 255, 255, 0.3) 100%); padding: 10px 10px 10px 15px; width: 350px; position: relative; overflow: hidden; }

.episodes-slider1 .owl-nav button.owl-prev, .episodes-slider1 .owl-nav button.owl-next { float: left; width: 40px; height: 40px; border-radius: 50%; background: var(--iq-primary); line-height: 23px; font-size: 27px; text-align: center;display: flex;align-items: center;justify-content: center; }



.play-button { position: absolute; z-index: 10; top: 50%; left: 15px; transform: translateY(-50%); display: block; padding-left: 5px; text-align: center; }
.play-button:before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 50px; height: 50px; background: rgba(255, 255, 255, 0.5); border-radius: 50%; animation: pulse-border 1500ms ease-out infinite; }
.play-button:after { content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 50px; height: 50px; background: var(--iq-cor5); border-radius: 50%; transition: all 200ms; }
.play-button:hover:after { background-color: darken(#fa183d, 10%); }
.play-button i { display: block; position: relative; z-index: 3; font-size: 20px; color: var(--iq-white) !important; }




.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}


/* Gradient Banner */
.slick-bg:before { background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 35%, rgba(83, 100, 141, 0) 100%); width: 100%; z-index: -1; }


/* Lista Séries */
.favorites-slider-custom .slick-list { overflow: visible; padding-bottom: 40px !important; }
.favorites-slider-custom li.slide-item { float: left; width: 25%; padding-bottom: 40px !important;}
.favorites-slider-custom .slick-list { overflow: visible; }

.favorites-slider-custom li.slide-item:hover .block-images{ z-index: 99; transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px); transform-origin: 15% 15%; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9); }
/*.favorites-slider-custom li.slide-item:hover .block-images{ z-index: 99; transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px); transform-origin: 15% 15%; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9); }*/


.g-border-cultne {
  border: 1px solid; border-image-slice: 1; border-width: 0 0 1px 0;
  border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}

#cultne-epsodios .block-space {
  padding: 40px 0 0 0;
}
#cultne-relacionados .block-space {
  padding: 40px 0 0 0;
}

@media (max-width: 991px){
  .iq-main-slider {
    padding-top: 0px !important;
  }

  .favorites-slider-custom li.slide-item { float: left; width: auto !important; }
}

/*
@media(max-width:768px) {
  li.slide-item .block-images::before { content: none; }
  li.slide-item .block-description, li.slide-item .block-social-info { display: block !important;}
  li.slide-item.slick-current .block-description { display: block !important; }
}
*/

.bottom-border {
  border: #36465f 1px solid;
}




#divCountdown {
  background-color: #071731;
  /*background: url("/app/public/1/destaques/destaque-banner-1.jpg") no-repeat center center fixed !important;*/
  background-repeat: no-repeat;
  background-position: center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;



  height: 500px;   
}
.pomodoro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 500px;*/
  padding-top: 15px;
  padding-bottom: 25px;  
}
.pomodoro p {
  text-align: center;
}
.flip-clock-wrapper {
  max-width: 460px;
  margin: 3em auto 2em !important;
  display: flex;
  justify-content: center;
}  
.clock {
  margin-top: 30px;
}
.stats {
  background-color: #333333;
  padding: 0 14px;
  /*
  width: 220px;
  height: 70px;  
  */
  border-radius: 10px;
  color: #CCCCCC;
  font-size: 35px;
  text-align: center;
}
.statRow {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.epi-box-2 {-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0) !important; -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0) !important; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0) !important; } .epi-box-2 img { width: 744px;	}



.form-control { color: var(--iq-white); }
.form-control:focus { background: transparent; box-shadow: none; border: 1px solid var(--iq-primary); }
select option {
  margin: 40px;
  background: var(--iq-body-bg);
  color: #fff;
  border: 1px solid var(--iq-primary);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.form-control:disabled, .form-control[readonly] {
  background-color: var(--iq-body-border);
  opacity: 1;
}





/* Modal Close */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #d8b351;
  text-shadow: 0 1px 0 #fff;
  opacity: .9;
}

/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #071731;
  color: white;
  border-bottom: 1px solid #d8b351;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* Modal Body */
.modal-body { padding: 0; }

/* Modal Content Iner */
.modal-content-inner { padding: 5px 16px 10px 16px; }

/* Modal Footer */
.modal-footer {
  /*padding: 2px 16px;*/
  background-color: #071731;
  color: white;
  border-top: 1px solid #d8b351;
}

.modal-footer .btn {
  padding: .375rem .75rem;
}

/* Modal Content */
.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; 
  position: relative;
  background-color: #071731;
  margin: auto;
  padding: 0;
  border: 1px solid #071731;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}









.visually-hidden { 
  position: absolute !important;
  height: 1px; 
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}





.iframe_spotify {
  height: 150px; 
  width: 57%;  
}
.iframe_anchor {
  height: 150px; 
  width: 960px;  
}

@media(max-width:991px) {
  .iframe_spotify {
    height: 150px; 
    width: 100%;  
  }  
}


/* Para Íconnes de mídia */
.episode-type { position: absolute; top: 15px; left: 15px; height: 30px; width: 30px; line-height: 30px; text-align: center; color: var(--iq-white); background: rgb(134, 134, 134, 0.6); border-radius: 50%; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.e-item:hover .episode-type { opacity: 1; filter: alpha(opacity=100); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.epi-box .episode-type { opacity: 1; }
/*.epi-box .episode-type { background: rgb(0, 0, 0, .7); }*/





/* Mega Menu
https://bbbootstrap.com/snippets/horizontal-mega-menu-16736525
*/

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}
.navbar .dropdown-menu {
  border: none;
  background-color: rgba(20, 20, 20, 0.5) !important;
  margin-top: 8px;
  color: var(--iq-white) !important;    
}
.navbar .dropdown-menu.dropdown-sticky {
  background-color: rgba(20, 20, 20, 0.9) !important;   
}
.navbar {
  padding-top: 0px;
  padding-bottom: 0px
}
.navbar .nav-item {
  padding: .5rem .5rem;
  margin: 0 .25rem
}
.navbar .dropdown {
  position: static
}
.navbar .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 55px
}
/*
.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown .dropdown-menu:hover {
  display: block !important;
}
*/
.navbar .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, .15);
  background-color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: var(--iq-primary) !important;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--iq-primary) !important;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
}
.navbar-light .navbar-nav a.nav-link:hover,
.navbar-light .navbar-nav a.nav-link.active {
  color: var(--iq-primary) !important;
}
.navbar-light .navbar-nav .title-link:hover,
.navbar-light .navbar-nav .title-link.active {
  color: var(--iq-primary) !important;
  -webkit-text-fill-color: var(--iq-primary) !important;
}
.navbar-light .navbar-nav a {
  font-weight: 400;
  color: white;
}
.menu-acervo {
  padding-left: 100px !important;  
}

@media(max-width:991px) {
  .navbar .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
  }
  .navbar .dropdown-menu {
    background-color: transparent !important;
  }
  .menu-acervo {
    padding-left: 0.5rem !important;
  }
}
a.categoria {
  margin-left: -20px;
  color: white;
  text-transform: uppercase;
  font-weight: bold !important;
}
.nav-mega-cultne>a {
  margin: 0 50px 0 0 !important;
  padding: 0 !important;
}
.nav-mega-cultne li {
  margin: 0 !important;
  padding: 0 !important;
}
.nav-mega-cultne li .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  padding-right: 1.0rem !important;
}


/* ------------------ Player ------------------ */
.menu-player .channel-logo {
  border-left: 5px solid var(--iq-primary);
  background: transparent linear-gradient(270deg, rgba(255, 1, 2, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  padding: 10px 10px 10px 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.menu-player .main-title {
  font-size: 1.2em;
}
.menu-player .main-title {
  font-size: 1.2em;
}
.menu-player .player-name {
  font-size: 20px;
}
.menu-player .trending-dec {
  font-size: 1rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.menu-player .player-hora {
  font-size: 10px;
}

/* ------------------ controls ------------------ */
#video-controls {
  padding: 0;
  margin: 0 auto;
}
/*
#video-controls>* {
  padding: 0;
  margin: 0;
}
*/

#video-controls button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
}
#video-controls .s-icon {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 0;
  color: var(--iq-white);
  font-size: 14px;
  background: rgb(41, 41, 41, 0.76);
  transition: all 0.4s ease;
}
#video-controls .s-icon:hover:before {
  transform: scale(1.1);
  box-shadow: 0 0 15px var(--iq-primary);
}
#video-controls .s-icon:hover {
  box-shadow: 0 0 10px var(--iq-primary);
  text-shadow: 0 0 2px var(--iq-primary);
  color: var(--iq-primary);
  transition: all 0.4s ease;
}
input[type=range] {
  -webkit-appearance: none;
  max-width: 7rem;
  width: 100%;
  background: transparent;
  margin-left: 5px;
  margin-right: 5px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #464646;
  background: linear-gradient(to bottom right,
      transparent 50%,
      #464646 50%);
}
input[type=range]::-moz-range-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #464646;
  background: linear-gradient(to bottom right,
      transparent 50%,
      #464646 50%);
}
input[type=range]::-ms-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  color: transparent;
  background: #464646;
  border: 0;
  background: linear-gradient(to bottom right,
      transparent 50%,
      #464646 50%);
}
input[type=range]::-ms-fill-lower {
  background: transparent;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  margin-top: -5px;
  border-radius: 3px;
  cursor: pointer;
}
input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 10px var(--iq-primary);
  text-shadow: 0 0 2px var(--iq-primary);
  color: var(--iq-primary);
  transition: all 0.4s ease;
}
input[type=range]:focus:before::-webkit-slider-thumb {
  transform: scale(1.1);
  box-shadow: 0 0 15px var(--iq-primary);
}
input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 10px var(--iq-primary);
  text-shadow: 0 0 2px var(--iq-primary);
  color: var(--iq-primary);
  transition: all 0.4s ease;
}
input[type=range]:hover:before::-webkit-slider-thumb {
  transform: scale(1.1);
  box-shadow: 0 0 15px var(--iq-primary);
}
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 0;
}
input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 10px var(--iq-primary);
  text-shadow: 0 0 2px var(--iq-primary);
  color: var(--iq-primary);
  transition: all 0.4s ease;
}
input[type=range]:focus:before::-moz-range-thumb {
  transform: scale(1.1);
  box-shadow: 0 0 15px var(--iq-primary);
}
input[type=range]:hover::-moz-range-thumb {
  box-shadow: 0 0 10px var(--iq-primary);
  text-shadow: 0 0 2px var(--iq-primary);
  color: var(--iq-primary);
  transition: all 0.4s ease;
}
input[type=range]:hover:before::-moz-range-thumb {
  transform: scale(1.1);
  box-shadow: 0 0 15px var(--iq-primary);
}
input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 0.75rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  margin-top: 0;
  border-radius: 3px;
  cursor: pointer;
}
input[type=range]:focus::-ms-thumb {
  box-shadow: 0 0 10px var(--iq-primary);
  text-shadow: 0 0 2px var(--iq-primary);
  color: var(--iq-primary);
  transition: all 0.4s ease;
}
input[type=range]:focus:before::-ms-thumb {
  transform: scale(1.1);
  box-shadow: 0 0 15px var(--iq-primary);
}
input[type=range]:hover::-ms-thumb {
  box-shadow: 0 0 10px var(--iq-primary);
  text-shadow: 0 0 2px var(--iq-primary);
  color: var(--iq-primary);
  transition: all 0.4s ease;
}
input[type=range]:hover:before::-ms-thumb {
  transform: scale(1.1);
  box-shadow: 0 0 15px var(--iq-primary);
}





.episode-play a { background: var(--iq-white); color: var(--iq-cor5);  }
.play-button i { color: var(--iq-cor5); }



/*---------------------------------------------------------------------
                      Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999; position: fixed; margin: 0px; color: var(--iq-white); background: var(--iq-cor5); bottom: 30px; right: 25px; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 90px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#back-to-top .top:hover { color: var(--iq-white) !important; background: var(--iq-cor5); }
#back-to-top{opacity: 0;transition: opacity 0.6s ease;}
#back-to-top.show {
  opacity: 1;
  transition: opacity 0.6s ease;
}

/*
.rounded-cultne {
  border-radius: 1.25rem!important;
}
.rounded2-cultne {
  border-radius: 0.25rem!important;
}
.rounded3-cultne {
  border-radius: 100%!important;
}
*/

.btn, .btn-hover, .badge, .channel-logo { border-radius: 0.25rem!important; }
li.slide-item .block-images { border-radius: 1.25rem!important; }


li.slide-item:hover .block-images { border-radius: 1.25rem!important; }
li.slide-item:hover .block-images .img-box{ border-radius: 1.25rem!important; }
li.slide-item:hover .block-images{ border-radius: 1.25rem!important;; }

li.slide-item:hover .block-images::before { border-radius: 1.25rem!important; }
li.slide-item:hover .block-description { border-radius: 1.25rem!important; }
li.slide-item:hover .block-social-info { border-radius: 1.25rem!important; }
li.slide-item:hover .img-box, li.slide-item:hover .img-box img { border-radius: 1.25rem!important; }


.btn-hover { background: var(--iq-cor5-hover); border: 1px solid var(--iq-cor5-hover); color: var(--iq-white);  }
.btn-hover:before { background: var(--iq-cor5); border: 1px solid var(--iq-cor5); }
.btn-hover:hover, .btn-hover:focus, .btn-hover:active { color: var(--iq-white); }

/*.text-primary { color: var(--iq-cor5) !important; }*/



.trending-pills.nav-pills .nav-item a { position: relative; overflow: hidden; border-radius: 0; text-transform: uppercase; margin-left: 15px; margin-right: 15px; }
.trending-pills.nav-pills .nav-item a:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 3px; background: var(--iq-cor5); opacity: 0; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear; }
.trending-pills.nav-pills .nav-item a:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(83, 100, 141, 0) 0%, rgb(218, 64, 60, 0.3) 85%); content: ''; opacity: 0; filter: alpha(opacity=0); -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); -o-transform: translate3d(0, 50%, 0); -moz-transform: translate3d(0, 50%, 0); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.trending-pills.nav-pills .nav-item a.show:before { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.trending-pills.nav-pills .nav-item a.show:after { opacity: 1; width: 100%; }
.trending-pills.nav-pills .nav-item a:hover { color: var(--iq-cor5); }

.music-play-lists li { height: 30px; width: 30px; line-height: 35px; text-align: center; background: rgba(255, 255, 255, 0.30); border-radius: 50%; margin: 0 auto 7px; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; }
.music-play-lists span { position: relative; display: block; height: 20px; width: 20px; line-height: 26px; font-size: 12px; text-align: center; background: var(--iq-white); color: var(--iq-cor5); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; margin: 0 auto; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; justify-content: center; transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; cursor: pointer; }
.music-play-lists li:hover span { background: var(--iq-cor5); color: var(--iq-white); transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; }

.share-box a:hover { color: var(--iq-cor5) !important; }


.rounded-cultne {
  border-radius: 1.25rem!important;
}
.rounded2-cultne {
  border-radius: 0.25rem!important;
}
.rounded3-cultne {
  border-radius: 100%!important;
}


.epi-box {
  border-radius: 1.25rem!important;
}
.epi-img {
  border-radius: 1.25rem!important;  
}
.epi-desc {
  background: none !important;
}