/*Social fascia radio 24 tutto in basso*/

.aprev--radio {
  height: 100%;
  padding-bottom: 46px;
}
/*Link nei titoli di colore azzurrino*/
a.aprev-title-clr.frx {
  color: #009ca6 !important;
}
a.aprev-title-clr.frx:hover {
  opacity: 0.7;
}

/*Riduzione padding bottom su fascia radio*/
.rel.rel--bg.fix {
  padding-bottom: 20px;
}

/*Link nei titoli di colore azzurrino*/
a.aprev-title-clr.frx {
  color: #009ca6 !important;
}

/* Classi Generali*/
.no-outline {
  outline: none;
}

.no-border {
  border: 0;
}
/* banner skin */
body.backgroundAdv #btop {
  height: 80px;
}

@media (min-width: 768px) {
  body.backgroundAdv #btop {
    min-height: 80px;
  }

  body.backgroundAdv #wrapper {
    /*max-width: 760px;*/
  }
  body.backgroundAdv {
    background-size: 1538px !important;
  }
}

body.backgroundAdv {
  background-repeat: no-repeat;
  background-position: -465px top;
}

body.backgroundAdv #wrapper {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  body.backgroundAdv {
    background-size: 2062px !important;
  }
  body.backgroundAdv #wrapper {
    /*max-width: 1024px*/
  }
  body.backgroundAdv #btop {
    height: 107px;
  }
}

@media (min-width:1540px) {
  body.backgroundAdv {
    background-size: 2545px !important;
  }
  body.backgroundAdv #wrapper {
    /*max-width: 1260px;*/
  }
  body.backgroundAdv #btop {
    height: 133px;
  }
}

body.backgroundAdv #bleft,
body.backgroundAdv #bright {
  position: absolute;
  top: 0;
  bottom: 0;
}

body.backgroundAdv #bleft {
  left: 0;
}

body.backgroundAdv #bright {
  right: 0;
}

@media (min-width: 1008px) {
  body.backgroundAdv {
    background-position: center top !important;
    background-attachment: fixed;
  }
}

.backgroundAdv {
  background-color: #0f0f0f !important;
  background-attachment: scroll !important;
}

.backgroundAdv #wrapper {
  /*  background: #0F0F0F; */
  padding: 0 !important;
}

body.backgroundAdv .loader-container {
  max-width: 100%;
  top: 0;
  left: 0;
}

/*  video  */

figure iframe {
  width: 100%;
  height: 560px;
}

/* video esterni - youtube, facebook ... */

figure.video-ext iframe {
  width: 100%;
  height: 560px;
}

@media (max-width: 1024px) {
  figure.video-ext iframe {
    height: 430px;
  }
}

@media (max-width: 768px) {
  figure.video-ext iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  figure.video-ext iframe {
    height: 240px;
  }
}
@media (max-width: 375px) {
  figure.video-ext iframe {
    height: 190px;
  }
}

/* embed-natliver */
figure.video-ext .embed-natliver iframe {
  height: 100%;
}

/*  video external  */

.videoFullscreen .video-js,
.videoFullscreenIframe iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.videoFixTmp,
.videoFixTmp .video-js {
  width: 100%;
  height: 550px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .videoFixTmp,
  .videoFixTmp .video-js {
    height: 430px;
  }
}

@media (max-width: 768px) {
  .videoFixTmp,
  .videoFixTmp .video-js {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .videoFixTmp,
  .videoFixTmp .video-js {
    height: 240px;
  }
}
@media (max-width: 375px) {
  .videoFixTmp,
  .videoFixTmp .video-js {
    height: 190px;
  }
}

/* Player Brightcove */

/* nascondo titolo/sottotilo player */
.vjs-dock-text {
  display: none;
}

.loader-container {
  width: 100%;
  margin: 0 auto;
  top: 0px;
  background-color: #000000cf;
  min-height: 100%;
  display: table;
  z-index: 100;

  position: fixed;
}
.loader-container .loader {
  top: 26em;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .loader-container .loader {
    top: 18em;
  }
}
@media (max-width: 768px) {
  .loader-container .loader {
    top: 21em;
  }
}

/* Dropup Social*/

.dropup-menu--bubble.dropup-menu-right::before {
  left: auto;
  right: 18px;
  top: 77px;
  transform: rotate(180deg);
}

.dropup-menu--bubble.dropup-menu-right {
  margin-left: 0;
  margin-right: -10px;
  margin-top: -120px;
}

.dropup-menu-right {
  right: 0;
  left: auto;
}

.dropup-menu--bubble {
  border: none;
  margin-top: 8px;
  margin-left: -20px;
}

.dropup-menu--bubble::before {
  content: '';
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  top: -7px;
  left: 18px;
}

/* Fix per menu su safari */
@media (min-width: 768px) {
  .backgroundAdv.is-sidemenu-in #pg-wrapper {
    overflow: initial;
  }
}

/* error login */
.errorpage.errorLogin {
  background: #000000;
  padding-bottom: 30px;
}

/*  mostro pulsante “mute” del player video fino a min-width 260 (solo embed)  */
@media screen and (max-width: 426px) and (min-width: 120px) {
  .vjs-volume-panel.vjs-control.vjs-volume-panel-vertical,
  .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal,
  .vjs-mute-control.vjs-control.vjs-button {
    display: inline-block !important;
  }
  .vjs-volume-panel.vjs-control.vjs-volume-panel-vertical,
  .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    width: 40px !important;
  }
}
/*  override stil pulsanti toolbar mobile  */
@media screen and (max-width: 130px) {
  .vjs-play-control.vjs-button.vjs-playing,
  .vjs-play-control.vjs-button.vjs-paused,
  .vjs-mute-control.vjs-button.vjs-vol-3,
  .vjs-fullscreen-control.vjs-control.vjs-button {
    width: 22px !important;
  }
  .video-js .vjs-control-bar {
    height: 28px !important;
  }
  .vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.6em !important;
  }
}

#socialLogin .list-inline-item {
  display: inline-block !important;
}

#socialLogin .list-inline-item:not(:last-child) {
  margin-right: 10px;
}

/* override style errato della data nelle foglie */
.meta-article p.auth + .meta.foglia-text-white {
  margin-left: 14px;
}
.ahead .meta.foglia-text-white .time {
  color: #ffffff;
}
.meta-article.no-signature p.auth + .meta.foglia-text-white {
  margin-left: 0;
}
.meta-article.no-signature p.auth + .meta.foglia-text-white:before {
  width: 0;
}

/* COLORE NERO A TESTO RICERCA */

.suggestion-list-item span:nth-child(2) {
  color: #000000;
}

.suggestion-list-item strong {
  color: #000000;
}

.suggestion-list-item a {
  color: #000000;
}

.suggestion-list-item .suggestion-type span {
  color: rgba(15, 15, 15, 0.5);
}

.suggestion-list-item .suggestion-type span :hover {
  color: rgba(15, 15, 15, 0.7);
}

.suggestion-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(15, 15, 15, 0.25);
}

.lightblue {
  color: #5e9ccc !important;
}

@media (max-width: 767.98px) {
  .video-list-no-border {
    border-left: 0px !important;
  }
}
/* SFONDO SIDEBAR PUBBLICITA' HOME */
.blk {
  background: #0f0f0f !important;
}
/* BORDER LEFT SIDEBAR PUBBLICITA' HOME, AGGIUNTO COLORE SFONDO PER NON FARLO VEDERE */
@media (max-width: 1020px) {
  .row--lined > .col:not(:first-child)::after,
  .row--lined > .slick-list > .slick-track > .carousel-slide:not(:first-child)::after,
  .row--lined > [class*='col-']:not(:first-child)::after {
    border-left: 1px solid rgb(14, 14, 14);
  }
}
/* TESTO PUBBLICITA' SIDEBAR HOME */
.pbl {
  font-size: 12px;
  opacity: 0.25;
  padding-bottom: 6px;
  color: #ffffff;
  font-family: SoleSans, Arial, Helvetica Neue, Helvetica, sans-serif;
}

/* MARGINS MOBILE FOGLIA PODCAST */

@media (max-width: 1023.98px) {
  .player--podcast.player--stream .icon-podcast {
    margin-left: 11px;
  }

  .player--podcast.player--stream .btn--player,
  .player--podcast.player--stream .player-footer-link {
    margin-left: 15px;
  }

  .player--podcast.player--stream .icon-download,
  .player--podcast.player--stream .timing--total {
    margin-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .player--podcast.player--stream .complete-bar {
    width: 95% !important;
  }
}

/* BOX CONTENUTO PUBBLICITARIO */
.paid-content-container {
  height: 30px;
  background-color: #5e9ccc;
}
.paid-content-text {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  font-family: SoleSans, Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-left: 12px;
  padding-top: 7px;
  line-height: 1.14;
}

.no-margin-img {
  margin-bottom: 0 !important;
}

/* Consigliati per TE */

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.subhead {
  text-transform:none;
}

@media (max-width: 767.98px) {
  .slick-initialized .slick-slide{
    align-self:flex-start;
  }

}

@media (max-width: 1539.98px) {
  .rel.navigalisting.navigasez .rel-list .col{
    height:auto;
    align-items:center;
    vertical-align: middle;
  }
  .rel.navigalisting.navigasez .rel-list .col a{
    line-height:1.25em;
    padding:10px 23px;
  }
}
