/*!
Theme Name: Truemetal
Theme URI: http://www.edinet.info/
Author: Edinet s.r.l.
Author URI: https://www.edinet.info
Description: Description
Version: 1.0.0
License: All rights reserved
Text Domain: edinet


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EdiAgid is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
*/
:root {
  --black: #121212;
  --grey: #252525;
  --white: rgba(255, 255, 255, 0.9);
  --red: #D32531;
}

.edinet_background_image {
  position: relative;
  height: 100%;
}

.edinet_background_image picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}

.edinet_background_image picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  font-family: 'object-fit: cover;';
}

.edinet_background_image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.edinet_background_image a span {
  display: none;
}

.truemetal_single_picture {
  display: block;
}

.truemetal_single_picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  font-family: 'object-fit: cover;';
}

.truemetal_single_picture.align-left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.truemetal_single_picture.align-right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.truemetal_single_picture.align-center {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.still_hot_pic {
  padding-bottom: 100%;
}

.still_hot_pic picture {
  position: absolute !important;
}

/* COMPATIBILITY */
.single article img {
  max-width: 100% !important;
  height: auto !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-style: italic;
}

h2 {
  color: var(--red);
  font-size: 1.75rem;
  overflow: hidden;
}

h2:after {
  background-color: var(--red);
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  left: .5rem;
  margin-right: -100%;
}

/* CATEGORY  / ARCHIVE / TAXONOMY */
.category article h1,
.archive article h1,
.blog article h1,
.taxonomy article h1 {
  color: var(--red);
  font-size: 1.75rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.category h1:after,
.archive h1:after,
.blog h1:after,
.taxonomy h1:after {
  background-color: var(--red);
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  left: .5rem;
  margin-right: -100%;
}

/* HEADER */
header.navbar-dark {
  width: 100%;
  z-index: 2000;
  background: var(--grey);
}

.navbar-brand {
  display: block;
  text-align: center;
}

.navbar-brand img {
  height: 40px;
}

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  margin-top: .25rem;
}

.navbar-nav-scroll .navbar-nav {
  padding-bottom: 2rem;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 800;
  font-style: italic;
}

.navbar-dark .navbar-nav .nav-link.active {
  border-bottom: 4px solid #D32531;
}

.header_right ul li a:link,
.header_right ul li a:visited,
.header_right ul li a:hover,
.header_right ul li a:focus,
.header_right ul li a:active {
  color: white;
  text-decoration: none;
}

a.search-icon {
  margin-left: 1.5rem;
  right: 1.5rem;
  top: 1rem;
}

a.search-icon:link,
a.search-icon:visited,
a.search-icon:hover,
a.search-icon:focus,
a.search-icon:active {
  color: var(--white);
  text-decoration: none;
}

#header_search_form {
  background-color: var(--grey);
  position: -webkit-sticky;
  position: sticky;
  top: 66px;
  z-index: 2000;
}

.wrap-evidenza.wrap-evidenza-top,
.wrap-evidenza.wrap-evidenza2 {
  margin-top: 0;
}

.wrap-evidenza.wrap-evidenza-top a.evidenza-pic {
  margin: 0;
}

.header_right ul li.nav-item {
  display: none;
}

.header_right ul {
  margin-bottom: 0;
}

/* MMENU NUOVO */
#edinet_full_menu {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  letter-spacing: .05em;
  line-height: 90%;
}

.mm-navbars_top,
.mm-navbar {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.mm-panels,
.mm-panel {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.mm-menu_popup {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.mm-menu_popup {
  width: 100%;
  height: 100%;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  left: auto;
  right: auto;
  position: fixed;
  top: 0;
}

.mm-wrapper__blocker.mm-slideout {
  position: fixed;
  bottom: 0;
  top: 0;
  background-color: var(--black);
}

.mm-listitem {
  color: var(--white);
}

.mm-listview {
  margin-top: 3rem;
  font-size: 1em;
}

.mm-navbar__title {
  opacity: .75;
}

.mm-menu a:hover {
  color: var(--red);
}

.mm-btn_close::after {
  right: 21px;
}

.mm-btn_close::before {
  right: -8px;
}

.mm-btn_close::after, .mm-btn_close::before {
  width: 20px;
  height: 20px;
  top: 15px;
}

.mm-btn_next::after, .mm-btn_prev::before {
  width: 20px;
  height: 20px;
}

.mm-btn_prev::before {
  top: 60px;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  font-style: italic;
}

#edinet_full_menu:not(.mm-menu) {
  display: none;
}

.mm-navbar__title {
  display: none !important;
}

.mh-head .mh-btns-left a:link,
.mh-head .mh-btns-left a:visited,
.mh-head .mh-btns-left a:hover,
.mh-head .mh-btns-left a:focus,
.mh-head .mh-btns-left a:active {
  color: white;
  text-decoration: none;
}

/* MMENU */
/*
.mh-head.mh-btns-left-2 .mh-btns-left, .mh-head.mh-btns-right-2 .mh-btns-right {
  width: 80px;
}
.mh-head .mh-btns-left {
  left: 10px;
}
.mh-head .mh-btns-left, .mh-head .mh-btns-right {
  display: block;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index:100;
}

.mh-head .mh-btns-left a:link,
.mh-head .mh-btns-left a:visited,
.mh-head .mh-btns-left a:hover,
.mh-head .mh-btns-left a:focus,
.mh-head .mh-btns-left a:active {

  color:white;
  text-decoration:none;
}



.mh-head .mh-btns-left>:nth-child(1), .mh-head .mh-btns-right>:nth-child(1) {
  left: 0;
}
.mh-head .mh-btns-left>*, .mh-head .mh-btns-right>* {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  width: 40px;
  display: block;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mh-head a {
  color: inherit;
  text-decoration: none;
}

.mh-head a[href="#page"] {
  display: none!important;
}

.mm-wrapper_opening .mh-head .fa[href="#edinet_full_menu"] {
  display: none!important;
}

.mm-wrapper_opening .mh-head .fa[href="#page"] {
  display: block!important;
  left: 0!important;
}

#edinet_full_menu:not(.mm-menu) {

  display:none;
}

.mm-navbar,
.mm-panel {

  background-color:#000;


}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {

  color: var(--red);
}

.mm-listitem {

  border-color: var(--white);
}

.mm-navbar__title {

  color:var(--white) !important;

}*/
.fb-widget, .spotify_playlist_box {
  margin-bottom: 1rem;
}

.spotify_playlist_box iframe {
  margin: 0 auto;
  display: block;
}

.spotify_playlist_box h3 {
  text-align: center;
  color: var(--red);
}

.slick-arrow {
  z-index: 999;
  height: 30px !important;
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

.slick-next:before {
  content: '\f054';
}

.slick-prev:before {
  content: '\f053';
}

.slick-prev:before, .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 30px;
  font-weight: 900;
  text-shadow: 1px 1px 1px #333;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar > .cont {
    max-width: 720px;
    width: 100%;
  }
  .navbar {
    padding: 0 1rem;
  }
  .navbar-nav-scroll .navbar-nav li.nav-item {
    padding: 0 .5rem;
  }
  .navbar-expand > .cont {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar > .cont {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  #header_search_form {
    top: 60px;
  }
  a.search-icon {
    margin-left: 1.5rem;
    right: auto;
    top: auto;
    position: static;
  }
  .header_right ul li,
  .header_right ul li.nav-item {
    display: inline-block;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-next {
    right: -25px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .wrap-evidenza.wrap-evidenza2 a.evidenza-pic {
    height: 460px;
  }
  .wrap-evidenza.wrap-evidenza2 .evidenza-title {
    position: relative;
    top: -10rem;
  }
  .wrap-evidenza.wrap-evidenza-top {
    margin-top: -5rem;
  }
  .mosaico .wrap-evidenza2 picture:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(38%, rgba(0, 0, 0, 0)), to(var(--black)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, var(--black) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, var(--black) 100%);
  }
  .navbar-brand img {
    height: 60px;
  }
  .navbar > .cont {
    max-width: 960px;
  }
  .navbar-nav-scroll .navbar-nav li.nav-item {
    padding: 0 1rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar > .cont {
    max-width: 1140px;
  }
  .wrap-evidenza.wrap-evidenza-top {
    margin-top: -3rem;
  }
}

/* SIDEBAR */
aside .widget-wrap {
  background: var(--grey);
  margin: 30px -15px;
  padding: 25px 15px 15px 15px;
}

aside .widget-wrap h3 {
  color: var(--red);
  font-size: 1.5rem;
}

aside .widget-wrap.news a.news_title {
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
  font-style: italic;
  display: block;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

aside .widget-wrap .news-2col {
  padding: .75rem 0;
  border-bottom: 0;
}

aside .widget-wrap .news-2col .date {
  font-size: .8rem;
  color: var(--white);
  font-weight: 400;
  font-style: normal;
}

aside .widget-wrap .news-2col a {
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
  font-style: italic;
  display: block;
}

aside .widget-wrap.news.underground a.news_title {
  text-align: left;
}

.addthis_inline_share_toolbox_nl1l {
  padding: .5rem 0;
}

.single-post .addthis_inline_share_toolbox_nl1l {
  padding: .5rem 0 1rem 0;
}

.single aside.right_sidebar {
  display: none;
}

.bubble {
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0px;
  background: var(--black);
  border-radius: 100%;
  color: white;
  display: inline-block;
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translateX(-50%); */
}

.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 17px 4px 0;
  border-color: var(--black) transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -2px;
  left: -6px;
  -webkit-transform: rotate(56deg);
      -ms-transform: rotate(56deg);
          transform: rotate(56deg);
}

.bubble em {
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

.disqus_comments_loader_inner a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  cursor: pointer;
  background-color: var(--grey);
}

.disqus-comment-count {
  position: relative;
  display: inline-block;
  /*margin-top: 6px;*/
}

.disqus-comment-count span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 8px;
  white-space: nowrap;
  color: var(--white);
}

.disqus_container {
  max-height: none;
  overflow: visible;
}

#disqus_thread {
  margin-right: 0;
  margin-left: 0;
}

body.single main article p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body.single main article p img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

body.single main article p img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

@media only screen and (min-width: 992px) {
  .single aside.right_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    display: block;
  }
}

body {
  font-family: 'Nunito Sans', sans-serif;
  background: var(--black);
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

.mosaico h3 a:link,
.mosaico h3 a:visited,
.mosaico h3 a:hover,
.mosaico h3 a:focus,
.mosaico h3 a:active {
  color: var(--white);
}

body .site_main_content {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

body .site_main_content_inner {
  background-color: #000;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

body.full_skin_site .full-width {
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
  width: 100%;
}

/* APERTURA */
.wrap-apertura .apertura-pic {
  background-color: #121212;
  position: relative;
  display: block;
  height: 550px;
}

.gradient-mask.bottom {
  position: absolute;
  display: block;
  width: 100%;
  height: 550px;
  bottom: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left bottom, left top, from(#121212), to(rgba(18, 18, 18, 0)));
  background: -o-linear-gradient(bottom, #121212 0%, rgba(18, 18, 18, 0) 100%);
  background: linear-gradient(to top, #121212 0%, rgba(18, 18, 18, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#121212',GradientType=0 );
  /* IE6-9 */
}

.wrap-apertura .apertura-title {
  position: absolute;
  bottom: 6rem;
  width: 100%;
  text-align: center;
}

.wrap-apertura .apertura-title h3 {
  color: var(--white);
  font-size: 1.75rem;
  padding: 1rem 1rem 0 1rem;
}

/* 3 COL EVIDENZA */
.wrap-evidenza {
  margin-top: -5rem;
}

.wrap-evidenza a.evidenza-pic {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 250px;
  margin: 1rem 0 0 0;
}

.wrap-evidenza .evidenza-title {
  margin-top: -1.6rem;
  text-align: center;
  position: relative;
}

.wrap-evidenza .evidenza-title h3 {
  color: var(--white);
  font-size: 1.5rem;
  padding: 1rem 1rem 0 1rem;
}

/* BREAK RECENSIONI */
.wrap-recensioni .break {
  background: var(--red);
  margin-top: 2rem;
}

.wrap-recensioni .break h2 {
  color: var(--white);
  font-size: 2.25rem;
  padding: 1rem 0 0;
  text-align: center;
}

.wrap-recensioni .recensioni-menu {
  list-style: none;
  color: var(--white);
  padding-top: 0;
  padding-left: 0;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
}

.wrap-recensioni .recensioni-menu > li {
  display: inline-block;
}

.wrap-recensioni .recensioni-menu > li > a {
  color: var(--white);
  font-size: .85rem;
  text-transform: uppercase;
  padding: .5rem;
  display: block;
}

.wrap-category {
  color: var(--white);
  font-size: .85rem;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  background: var(--red);
  padding: .2rem .6rem;
  margin-right: .5rem;
}

.recensioni-carousel {
  background: var(--black);
  padding: 2rem 0;
}

.recensioni-carousel:not(.slick-initialized) {
  display: none;
}

.truemetal_picture picture {
  margin: 0 auto;
  display: block;
  position: relative;
}

.truemetal_picture picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  font-family: 'object-fit: cover;';
}

.recensione_pic picture {
  width: 110px;
  height: 110px;
}

.recensione_pic_page picture {
  width: 250px;
  height: 250px;
}

.still_hot_pic picture {
  max-width: 100%;
}

.recensioni-spec {
  margin-bottom: 1rem;
}

.recensioni-spec div {
  font-size: 1rem;
  color: var(--white);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.recensioni-carousel .recensioni-spec div,
.widget-wrap.classici div {
  text-align: center;
}

.recensioni-spec div.rate {
  min-height: 33.35px;
}

.recensioni-spec div.album {
  min-height: 1.33rem;
}

.recensioni-spec div.band {
  min-height: 1.33rem;
}

.recensioni-spec div.genre {
  min-height: 1.33rem;
}

.recensioni-spec .rate i {
  color: var(--red);
  font-size: .7rem;
  padding: .7rem .2rem;
}

.recensioni-spec a {
  color: var(--white);
}

.recensioni-spec .band a {
  font-weight: 800;
  font-style: italic;
}

.recensione_box {
  position: relative;
  margin-bottom: 1rem;
}

div.state img {
  width: 24px;
  height: 18px;
  position: relative;
  top: -3px;
}

/* NEWS */
.lenzuolo h2 {
  font-size: 2.25rem;
}

.lenzuolo article h3,
article .listing h3 {
  color: var(--white);
  font-size: 1.25rem;
}

article .listing h3 a:link,
article .listing h3 a:visited,
article .listing h3 a:hover,
article .listing h3 a:focus,
article .listing h3 a:active {
  color: var(--white);
}

.lenzuolo article h3 a:link,
.lenzuolo article h3 a:visited,
.lenzuolo article h3 a:hover,
.lenzuolo article h3 a:focus,
.lenzuolo article h3 a:active {
  color: var(--white);
}

.lenzuolo article p,
article .listing .truemetal_news_row p {
  color: var(--white);
  font-size: .9rem;
  margin-bottom: 0;
}

.lenzuolo article .date,
article .listing .date {
  font-size: .8rem;
  color: var(--white);
  padding-left: 1rem;
}

.lenzuolo article.news-big a.news-pic {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 300px;
  margin: 2rem 0 0 0;
}

.lenzuolo article .meta,
article .listing .meta {
  position: relative;
}

.lenzuolo article.news-big .meta {
  margin: -1.6rem 0 1.25rem;
}

.lenzuolo article.news,
article .listing .truemetal_news_row {
  margin-top: 2rem;
}

.lenzuolo article.news a.news-pic {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 150px;
}

.lenzuolo article.news .meta,
article .listing .truemetal_news_row .meta {
  margin: -1.6rem 0 1.25rem;
}

article {
  color: var(--white);
}

article blockquote {
  border-color: var(--grey);
  border-style: solid;
  border-width: 0;
  font-style: italic;
  border-left-width: .3rem;
  padding-left: 1rem;
  padding-right: .5rem;
  margin: 1.2rem;
}

article a:link,
article a:visited,
article a:hover,
article a:focus,
article a:active {
  color: var(--red);
}

#locale_map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}

#infinite-morebutton {
  display: block;
  max-width: 200px;
  margin: 1rem auto;
  position: relative;
}

/* SINGLE ARTICLE */
.single-post article {
  margin-top: 3rem;
}

.single-post article h1 {
  color: var(--white);
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.single .wrap-category {
  display: inline-block;
  margin-bottom: 1rem;
}

.single-post article p {
  color: var(--white);
  font-size: 1.1rem;
  overflow-wrap: break-word;
}

.single .article_disclaimer p {
  font-size: .75rem;
  color: #999;
  margin-top: 16px;
}

.single .article_disclaimer p a:link,
.single .article_disclaimer p a:visited,
.single .article_disclaimer p a:hover,
.single .article_disclaimer p a:focus,
.single .article_disclaimer p a:active {
  color: var(--red);
}

.single-post article .meta {
  font-size: .8rem;
  color: var(--white);
}

.single-post .article-nav {
  background: var(--grey);
  padding: 1rem 1rem 0;
}

.single-post .article-nav h5 {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.single-post .article-nav h5 a:link,
.single-post .article-nav h5 a:visited,
.single-post .article-nav h5 a:hover,
.single-post .article-nav h5 a:focus,
.single-post .article-nav h5 a:active {
  color: var(--red);
}

.single-post .article-nav p {
  font-size: 0.9rem;
}

.single-post .article-nav p a:link,
.single-post .article-nav p a:visited,
.single-post .article-nav p a:hover,
.single-post .article-nav p a:focus,
.single-post .article-nav p a:active {
  color: var(--white);
}

/* SINGLE LATEST ALBUMS WIDGET */
.latest-albums .title a {
  font-style: italic;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--white);
}

.latest-albums, .latest-albums a, .latest-albums i {
  font-size: 1rem;
  color: var(--white);
  line-height: 1.8;
}

.latest-albums i {
  padding-right: .5rem;
}

.latest-albums .rate {
  width: 70px;
  height: 70px;
  position: absolute;
  background: var(--red);
  border-radius: 50%;
  font-style: italic;
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
  padding: .3rem;
  color: var(--black);
  top: 27%;
  right: 20%;
}

/* ROW NEWS */
/* LISTING */
.listing .title a {
  font-style: italic;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--white);
}

.listing, .listing a, .listing i {
  font-size: 1rem;
  color: var(--white);
  line-height: 1.8;
}

.listing i {
  padding-right: .5rem;
}

.listing .rate {
  width: 70px;
  height: 70px;
  position: absolute;
  background: var(--red);
  border-radius: 50%;
  font-style: italic;
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
  padding: .3rem;
  color: var(--black);
  top: 27%;
  right: 20%;
}

/* SINGLE RELATED POST WIDGET */
.related-posts .news-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 150px;
  margin-bottom: 1rem;
}

.related-posts a.news-title {
  font-style: italic;
  font-weight: 800;
  font-size: .9rem;
  color: var(--white);
}

/* SINGLE REVIEW */
article .recensioni-spec {
  background: var(--grey);
}

article .recensioni-spec a {
  color: var(--white);
}

article .recensioni-spec, article .recensioni-spec a, article .recensioni-spec i {
  font-size: 1rem;
  color: var(--white);
  line-height: 1.8;
}

article .recensioni-spec i {
  padding-right: .5rem;
}

article .recensioni-spec .rate {
  width: 50px;
  height: 50px;
  position: absolute;
  background: var(--red);
  border-radius: 50%;
  font-style: italic;
  font-weight: 800;
  font-size: 1.8rem;
  text-align: center;
  color: var(--black);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

article .recensioni-spec .rate span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -45%);
      -ms-transform: translate(-55%, -45%);
          transform: translate(-55%, -45%);
}

article .recensioni-spec a.btn {
  width: 100%;
}

/* SINGLE ALBUM */
article .tracklist-wrap h3 {
  color: var(--white);
}

article .tracklist-wrap ol {
  list-style-type: decimal;
  margin-left: 2rem;
}

article .tracklist-wrap ol li {
  color: var(--white);
}

article .tracklist-wrap p {
  font-size: 1rem;
}

article .band-wrap h3 {
  color: var(--white);
}

article .band-wrap ul {
  list-style-type: none;
  padding-left: 0;
}

article .band-wrap ul li {
  color: var(--white);
}

/* SINGLE CONCERTO */
.line-up-concerto {
  margin-top: 1rem;
}

.line-up-concerto ul li {
  display: inline;
}

.line-up-concerto ul li:after {
  content: ",";
}

.line-up-concerto ul li:last-child:after {
  display: none;
}

/* CATEGORY */
.category article {
  margin-top: 3rem;
}

.category article p {
  color: var(--white);
  font-size: 1.1rem;
}

.category article .meta {
  font-size: .8rem;
  color: var(--white);
}

.category .article-nav {
  background: var(--grey);
  padding: 1rem 1rem 0;
}

.category .article-nav h5 {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.category .article-nav h5 a:link,
.category .article-nav h5 a:visited,
.category .article-nav h5 a:hover,
.category .article-nav h5 a:focus,
.category .article-nav h5 a:active {
  color: var(--red);
}

.category .article-nav p {
  font-size: 0.9rem;
}

.category .article-nav p a:link,
.category .article-nav p a:visited,
.category .article-nav p a:hover,
.category .article-nav p a:focus,
.category .article-nav p a:active {
  color: var(--white);
}

/* ARCHIVE */
.archive article {
  margin-top: 3rem;
}

.archive article p {
  color: var(--white);
  font-size: 1.1rem;
}

.archive article .meta {
  font-size: .8rem;
  color: var(--white);
}

.archive .article-nav {
  background: var(--grey);
  padding: 1rem 1rem 0;
}

.archive .article-nav h5 {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.archive .article-nav h5 a:link,
.archive .article-nav h5 a:visited,
.archive .article-nav h5 a:hover,
.archive .article-nav h5 a:focus,
.archive .article-nav h5 a:active {
  color: var(--red);
}

.archive .article-nav p {
  font-size: 0.9rem;
}

.archive .article-nav p a:link,
.archive .article-nav p a:visited,
.archive .article-nav p a:hover,
.archive .article-nav p a:focus,
.archive .article-nav p a:active {
  color: var(--white);
}

/* FOOTER */
footer {
  background: var(--grey);
  text-align: center;
}

footer .footer-menu {
  list-style: none;
  padding-bottom: 2rem;
  padding-left: 0;
}

footer .footer-menu > li {
  display: inline-block;
}

footer .footer-menu > li > a {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 800;
  font-style: italic;
  padding: .5rem 1rem;
  display: block;
}

footer p {
  color: var(--white);
  font-size: .75rem;
}

/* PAGINAZIONE */
div.pagination h2 {
  display: none;
}

div.pagination nav {
  border: 1px solid var(--white);
}

div.pagination .nav-links {
  padding: 1rem;
}

div.pagination .nav-links span,
div.pagination .nav-links a {
  padding: .5rem;
}

div.pagination .nav-links span.current {
  font-weight: bold;
  color: var(--white);
}

div.pagination .nav-links a:link,
div.pagination .nav-links a:visited,
div.pagination .nav-links a:hover,
div.pagination .nav-links a:focus,
div.pagination .nav-links a:active {
  color: var(--white);
}

/* COMPATIBILITA bootstrap 3 */
.col-xs-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

picture img.lazy:not(.loaded) {
  -o-object-fit: unset;
     object-fit: unset;
  font-family: '';
  width: auto;
  height: auto;
  margin: 0 auto;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wrap-recensioni .break h2 {
    padding: 1rem 0 3rem;
    text-align: left;
  }
  .wrap-recensioni .recensioni-menu {
    text-align: right;
    padding: 1.5rem 0;
  }
  .recensioni-carousel {
    margin-top: -3rem;
  }
  .latest-albums .rate {
    right: 0;
  }
  .listing .rate {
    right: 0;
  }
  article .recensioni-spec .rate {
    top: 2rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .lenzuolo article.news .meta,
  .article .listing .truemetal_news_row .meta {
    margin: 0 0 1.25rem;
  }
  .wrap-apertura .apertura-title h3 {
    width: 70%;
    margin: auto;
  }
  .single article_disclaimer p {
    font-size: .8rem;
    letter-spacing: -0.3px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .wrap-apertura .apertura-title h3 {
    width: 50%;
    margin: auto;
  }
}

/* MODIFICHE */
.single-post article, .archive article, .blog article {
  margin-top: 2rem;
}

article .listing .truemetal_news_row {
  margin-top: 0;
}

aside.right_sidebar .widget-wrap.news a.news_title {
  padding: 0;
  border-bottom: 0;
}

.concerto_pic picture {
  width: 100%;
  height: 160px;
}

.recensione_pic picture, .album_pic picture {
  width: 100%;
  height: 100%;
}

.listing i, .listing_details_2_colunms i {
  width: 25px;
}

.listing .title, .listing .state {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.listing .title a, article .listing h3 a, .latest-albums .title a {
  font-size: 1.25rem;
  line-height: 1.2;
}

.archive article .listing p {
  font-size: .9rem;
}

.listing .rate, .latest-albums .rate {
  line-height: 50px;
  padding: 0;
  bottom: 10px;
  right: 25px;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
}

div.rate span {
  position: absolute;
  top: 50%;
  left: 50;
  -webkit-transform: translate(-55%, -45%);
      -ms-transform: translate(-55%, -45%);
          transform: translate(-55%, -45%);
}

article .recensioni-spec .rate {
  line-height: 50px;
  padding: 0;
}

.listing .band, .listing .type, .listing .label, .listing .genre, .listing .year, .listing .author {
  display: inline-block;
  margin-right: 1rem;
}

article .listing .truemetal_concerto_row .meta {
  margin: -1.5rem 0 1.25rem;
}

.listing, .listing a, .listing i {
  font-size: .9rem;
}

.listing div.state img {
  top: 5px;
}

.lenzuolo article.news a.news-pic {
  height: 160px;
}

.concorso_sidebar {
  margin-bottom: 0 !important;
}

.concorso_sidebar img {
  max-width: 100%;
  height: auto;
  display: block;
}

section.widget-wrap ~ section.widget-wrap {
  margin-top: 0 !important;
}

.fb-widget {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.cookie-message {
  background-color: black !important;
  color: white;
}

.cookie-message p, .cookie-message a {
  color: white !important;
}

.cookie-message {
  padding-right: 10px  !important;
  right: 20px  !important;
}

.cookie-message a.cookiebar-close {
  position: relative  !important;
  float: right  !important;
}

.ediforms .btn.submit-form-button {
  background: var(--red) !important;
  color: white !important;
}

.ediforms_alert-danger {
  color: white !important;
  background-color: var(--red) !important;
  border-color: var(--red) !important;
}

.infinite_loop .fb-widget {
  display: none !important;
}

.staff-title {
  color: var(--red);
}

.staff-content {
  margin-bottom: .5rem;
  display: block;
}

.staff-section h1 {
  font-size: 1.2rem;
  padding: 1rem 0;
  margin-bottom: 0;
}

.fb-post.fb_iframe_widget {
  background-color: white;
}

.truemetal_disqus {
  color: white;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cookie-message {
    right: 0px  !important;
    padding-right: 100px  !important;
  }
  .cookie-message a.cookiebar-close {
    position: absolute  !important;
    float: none  !important;
  }
  .right_sidebar .fb-widget, .right_sidebar .spotify_playlist_box {
    display: none;
  }
  .concerto_pic picture {
    width: 100%;
    height: 100%;
  }
  .listing .title, .listing .state {
    margin-top: 0;
  }
  article .listing .truemetal_news_row .meta, article .listing .truemetal_concerto_row .meta {
    margin: 0 0 1.25rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .recensione_box {
    min-height: 266px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .right_sidebar .fb-widget, .right_sidebar .spotify_playlist_box {
    display: block;
  }
}

.btn-primary {
  color: var(--white);
  background-color: var(--red);
  border-color: var(--red);
}

.btn-primary:hover {
  color: #fff;
  background-color: rgba(151, 0, 21, 0.75);
  border-color: rgba(151, 0, 21, 0.75);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(151, 0, 21, 0.75);
  border-color: rgba(151, 0, 21, 0.75);
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 0, 28, 0.99);
          box-shadow: 0 0 0 0.2rem rgba(133, 0, 28, 0.99);
}

/* SEARCH */
#full_page_search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: var(--white);
  display: none;
  -webkit-transition-property: display;
  -o-transition-property: display;
  transition-property: display;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  overflow: auto;
  z-index: 3000;
  padding: 2rem 0;
}

#full_page_search h2 {
  color: var(--white);
  margin: 1rem 0;
}

#full_page_search h2:after {
  display: none;
}

#full_page_search .accordion .card {
  background-color: var(--black);
}

#full_page_search .card-header {
  background-color: var(--grey);
}

#full_page_search .card-header button {
  color: var(--red);
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #full_page_search .nav-tabs {
    overflow-x: hidden;
  }
}

#full_page_search.search_visible {
  display: block;
}

.admin-bar #full_page_search {
  top: 32px;
}

.full_page_search_close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

a.full_page_search_close:link,
a.full_page_search_close:visited,
a.full_page_search_close:hover,
a.full_page_search_close:focus,
a.full_page_search_close:active {
  color: var(--white);
}

#full_page_search .form-row [class*="col"] {
  padding-bottom: 1rem;
}

#full_page_search_dates {
  padding: 3rem 0;
}

.search_quick_result {
  padding: .5rem;
  border-bottom: 1px solid #ccc;
}

.search_quick_result span {
  display: block;
  font-size: .8em;
}

#extended_search_link {
  font-size: .9rem;
  float: right;
  position: relative;
  top: -.5rem;
}

#extended_search_link:link,
#extended_search_link:visited,
#extended_search_link:hover,
#extended_search_link:focus,
#extended_search_link:active {
  color: var(--white);
  text-decoration: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}

.truemetal_select2_dropdown {
  z-index: 3001;
}

@media screen and (min-width: 768px) {
  #extended_search_link {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    float: none;
  }
}

.truemetal_pagination {
  margin: 1rem 0;
}

.truemetal_pagination .page-item.active .page-link {
  color: var(--white);
  background-color: var(--red);
  border-color: var(--red);
}

.truemetal_pagination .page-link {
  color: var(--white);
  background-color: var(--grey);
  border: 1px solid var(--grey);
}

article iframe {
  max-width: 100% !important;
}

.edinet_google_adv_billboard-atf {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.edinet_google_adv_dsk-btf {
  margin-bottom: 1rem;
}

.edinet_google_adv_desktop-sticky {
  display: none;
}

@media only screen and (min-width: 1600px) {
  .edinet_google_adv_desktop-sticky {
    display: block;
  }
}

/*--------------------------------------------------------------*/
