/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* FIX SINGLE IMAGE POSITION COMPOSER */
.compose-mode .vc_element.vc_image_with_animation {
  position: relative !important;
}

/*  */
/* INIZIO RIMUOVI BACK */
.sub-menu li.back a {
  display: none !important
}

.sub-menu li.back::after {
  content: '\2715';
  cursor: pointer;
  font-size: 30px
}

.container-wrap {
  margin-top: 0!important;
  padding-top: 0!important
}

a, a:hover {
  color: #fff!important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
}

/*  */

/*HIDE MENU MOBILE*/
.slide-out-widget-area-toggle{
    display: none !important;
}
/**/

body.material .nectar-button.jumbo.see-through-3  {
  border-width: 1px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px
}

a.nectar-button:hover {
  color: #000!important
}

/* INIZIO GALLERY */

.portfolio-items .col.span_3 .work-item .work-info a {
    pointer-events: none
}


/* INIZIO TABS */

.tabbed[data-style="material"] .wpb_tabs_nav li a {
  padding: 0;
  opacity: .6
}

.tabbed[data-alignment=right] .wpb_tabs_nav li {
  border-right: 1px solid #fff;
  padding: 0 30px;
  margin: 0!important
}

.tabbed[data-alignment=right] .wpb_tabs_nav li:last-child {
  border-right: 0
}

.tabbed[data-alignment=right] .wpb_tabs_nav li.active-tab a {
  opacity: 1;
  background: #000;
  padding: 10px 15px
}

.tabbed[data-alignment=right] .wpb_tabs_nav li a {
  padding: 10px 15px
}

#discography .flickity-slider .item-meta h4 {
  font-size: 14px;
  line-height: 20px
}

.flickity-prev-next-button:disabled {
  display: block!important;
}

/* FINE TABS */
/* INIZIO FOOTER */
body #footer-outer .row {
    padding: 35px 0;
}

#footer-widgets .custom-html-widget {
  font-size: 12px!important;
  line-height: 20px!important
}

.material #footer-outer #footer-widgets .col ul li {
  padding: 0!important
}

body #footer-outer .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#footer-outer .widget {
  margin-bottom: 0!important
}
ul.social-footer {
  float: right;
  position: relative;
  top: 30px
}

ul.loghi-footer li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px
}

#footer-outer .col.span_4:first-child {
  width: 22%;
  margin-right: 0!important
}

#footer-outer .col.span_4:last-child {
  width: 15%
}

#footer-outer .col.span_4:nth-child(2) {
  width: 54%
}

ul.loghi-footer {
  display: table;
  margin: 0 auto!important;
  text-align: center;
}

ul.loghi-footer li div {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.myspace {
  background-image: url('images/myspace.png');
}
.flickr {
  background-image: url('images/flickr.png');
}
.youtube {
  background-image: url('images/youtube.png');
}
.spotify {
  background-image: url('images/spotify.png');
}
.discogs {
  background-image: url('images/discogs.png');
}
.wikipedia {
  background-image: url('images/wikipedia.png');
}
.deezer {
  background-image: url('images/deezer.png');
}
.facebook {
  background-image: url('images/facebook.png');
}
/* FINE FOOTER */


@media only screen and (max-width: 999px) {
  .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    left: 0!important
  }
  .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    right: 0!important
  }

  .video-content, .video-content img {
    text-align: center!important;
    margin: 0 auto!important
  }

  .nectar-flickity[data-controls=material_pagination] .flickity-page-dots {
    display: none
  }

  #slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li a {
    margin: 10px 0!important;
  }

  #slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li a span:after {
    display: none
  }

  #gallery .flickity-slider .item-meta h4 {
    max-width: 100%;
  }

  #footer-outer .col.span_4:first-child,
  #footer-outer .col.span_4:nth-child(2),
  #footer-outer .col.span_4:last-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px 0;
  }
}

@media only screen and (max-width: 690px) {
  .tabbed[data-alignment=right] .wpb_tabs_nav li{
    border: none!important;
    padding: 0!important
  }

  .tabbed[data-style="material"] .wpb_tabs_nav li a, .tabbed[data-style="material"] .wpb_tabs_nav li {
    text-align: left;
  }

  ul.loghi-footer li div {
    width: 30px;
    height: 30px;
    margin: 0
  }

  .material #footer-outer #footer-widgets .col ul li {
    margin: 0 5px
  }

}
