/**
 * Theme Name:  SoundRise Child Theme - Ultimate Creative WP Theme
 * Theme URI:   http://soundrise.irontemplates.com/
 * Description: SoundRise is a complete solution for everybody in the creative industry.
 *
 * Author:      IronTemplates
 * Author URI:  http://irontemplates.com
 *
 * Version:     1.0
 * Template:    soundrise
 * Text Domain: soundrise-child
 *
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 */


/* =Theme customization starts here
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Raleway:wght@100;400;500;900&display=swap');

/* GENERALE */

body.page, html {
  font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, .classic-menu > ul > li > a{
  font-family: 'Bebas Neue', cursive!important
}
.post-password-form input[type="password"]{
  color: #000!important
}
.classic-menu > ul > li > a:hover{
  color: rgb(0, 214, 153)!important;
}
.classic-menu > ul > li > a{
  padding-left: 15px!important;
  font-size: 22px!important;
  padding-right: 15px!important;
}
div.entry p{font-weight: 500}
.hidden{display: none!important}
.cta-nera a, .cta-bianca a {
  border-radius: 0px!important;
  background: #131112 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 20px 50px !important;
  font-size: .889rem !important;
  transition: background-color 0.35s ease-in-out !important;
}
.cta-nera a:hover, .cta-bianca a:hover{
  background: #fff !important;
  color: #131112 !important;
  border: 1px solid #131112 !important;

}
.cta-bianca a{
  background: #fff !important;
  color: #131112 !important;
  border: 1px solid #131112 !important;

}
.cta-bianca a:hover{
  background: #131112 !important;
  color: #fff !important;

}
.cta-verde a {
  color: #fff!important;
  border: 1px solid #fff!important;
}
.cta-verde a:hover {
  color: rgb(0, 214, 153)!important;
  border: 1px solid rgb(0, 214, 153)!important;
  background: #131112 !important;
}
.c-f5f5f5, .c-f5f5f5 h2, .c-f5f5f5 p{color: #f5f5f5!important}
.post-password-required {
    display: flex;
    justify-content: center;
    padding-top: 100px;
}
.continuousPlayer, .artist_player{
  z-index: 999999!important
}
/* HEADER */
.classic-menu.responsive > ul{position: unset!important}
#menu-main-menu{
  margin-bottom: 0!important
}
div.classic-menu > ul > li.logo{
  max-width: 180px
}
div.classic-menu a{
  margin: 0!important
}
div.classic-menu > ul > li.logo.pull-left{
  position: absolute;
  left: 0;
  top: 0;
  margin: 0
}
div.classic-menu.fixed.mini.mini-active > ul{
  margin: 0
}
div.classic-menu.fixed.mini.mini-active > ul > li.logo img, div.classic-menu.fixed.mini.mini-fullwidth-active > ul > li.logo img{
  max-height: unset;
  max-width: 60px
}
/* HOMEPAGE */
.hp-video .sr_it-videolist-container.video_list>div {
    width: 100%;
}
.hp-video .sr_it-videolist-list {
    display: none;
}
.hp-video>div.vc_column-inner{
  position: relative;
  top: -200px;
}
.hp-video-row{
  margin-top: 250px
}
/* #pills-tabContent.tab-content > .active{
  opacity: 1
} */
.nav-pills button.nav-link.active, .nav-pills .show > .nav-link{
  background: #00b289;
  color: #f5f5f5;
}
.nav-pills button.nav-link{
  color: #00b289;
  border-color: #f5f5f5;
  border-radius: 0
}
/* ABOUT */
.about-disclaimer h3{
  letter-spacing: 0px!important
}
/* ALBUM */
.single-album h3.meta-artist_of_album{
  pointer-events: none
}
/* DISCOGRAFIA */
.discografia .vc_grid-item-mini.vc_clearfix{
  position: relative;
}
.discografia .vc_gitem-zone.vc_gitem-zone-c{
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity .8s ease, transform 0.8s ease;
  overflow: hidden;
}
.discografia .vc_grid-item-mini.vc_clearfix:hover .vc_gitem-zone.vc_gitem-zone-c{
  background: rgba(249, 249, 249, .8)!important;
  opacity: 1;
  transform: translateY(-80px);
}
.vc_grid-item-mini.vc_clearfix:hover .vc_gitem-animated-block:after{
  content: " ";
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.discography-soundtrack h1 {
    display: none;
}
.iron-audioplayer .playlist :not([data-audiopath = ""])>.audio-track:hover{
  color: #00b289!important
}
.sharing_toolbox {
    display: none;
}
a.back-btn {
    font-weight: 500;
}
/* EPK */
.epk-playlist-page H1{
  display: none
}
/* GALLERY */
.flex-direction-nav a:before {
    color: rgba(255,255,255,.8)!important;
}
/* CONTATTI */
.privacy-link {
    display: flex;
    align-items: baseline;
}
.privacy-link span {
    border: none;
    padding: 0;
    margin: 0;
}
.privacy-link input {
    margin-right: 10px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 15px 30px;
}
input:disabled{
  opacity: .5;
  pointer-events: none;
}
.contact-icon a{
  background: unset!important
}
.contact-component>div{
  display: flex;
  justify-content: center;
}
.contact-component p {
    font-size: 16px!important;
    line-height: 26px!important;
}
.social-icon-grid >div >.wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
}
/* policy - cookie */
.policy-cookie .vc_empty_space {
    margin-bottom: 25px;
}
/* FOOTER */
.social-icon-footer >div >.wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

div.logo-footer img{max-width: 250px}
ul#menu-menu-principale {
    padding: 0;
    text-align: center;
}
ul#menu-menu-principale li{
  padding: 10px 0
}
ul#menu-menu-principale a{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
footer a {
    color: #fff!important;
}
.footer-policy a{text-decoration: none;}
@media (max-width:991px) {
  .social-icon-grid >div >.wpb_wrapper, .social-icon-footer >div >.wpb_wrapper {
      grid-template-columns: repeat(1,1fr);
  }
  .discography-soundtrack .iron-audioplayer.show-playlist .playlist, .epk-playlist-page .iron-audioplayer.show-playlist .playlist{
    display: flex;
    justify-content:center;
    margin-top: 30px
  }
  .align-left-mobile h2, .align-left-mobile p, .align-left-mobile .vc_btn3-container.cta-nera {
    text-align: left!important;
}
#page-banner{
  height: 500px!important
}
#page-banner .page-banner-bg{
  background-size: 100%!important
}


}
@media (max-width:767px) {
  .social-icon-grid >div >.wpb_wrapper>div, .social-icon-footer >div >.wpb_wrapper>div {
      text-align: center;
  }
  .contact-component p {
    text-align: center!important;
  }
  #page-banner{
    height: 350px!important
  }


}
