/* TYPO */

body {
  font-family: IIVorkursLight, IIVorkursBold,sans-serif;
}

main {
  /*margin-top: 40px;*/
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

/* -------HERO IMG ----- */

.main-artist {
  margin-top: 52px;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  align-items: flex-end;
  padding: 80px;
}

.hero-sx {
  justify-content: flex-start;
  text-align: left;
}

.hero-dx {
  justify-content: flex-end;
  text-align: right;
}

.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 0px;
}

.hero-content h1.hero_artist {
  text-align: left;
  padding-bottom: 0px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 0px;
}

.hero-content a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1rem;
  color: white;
  background: #007BFF;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.hero-content a:hover {
  background: #0056b3;
}

.nav-link-artist {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  text-decoration: none;
  /*background: var(--bs-secondary-bg);*/
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 2;
  transition: background 0.3s ease;
  opacity: 0.3;
}

.nav-link-artist:hover {
  /*background: rgba(0, 0, 0, 0.7);*/
  opacity: 1;
}

.nav-artist-prev {
  left: 20px;
}

.nav-artist-next {
  right: 20px;
}

.col-right-news {
  padding-right: 20px;
  padding-top: 20px;
}

.release_info {
  padding-right: 12px;
  padding-left: 12px;
}

.release_liquidshop_miniature {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 12px;
}

/* --- HERO MOBILE MEDIA QUERY -------- */

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .hero-content p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .hero-content a {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) {
  .nav-link-artist {
    font-size: 1.5rem;
    padding: 8px 16px;
  }
}

/* -------END HERO IMG ----- */

a {
  color: var(--bs-gray-dark);
  text-decoration: inherit;
}

a:hover {
  color: var(--bs-gray-500);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'IIVorkursBold';
}

.article_top_category {
  margin-bottom: 8px;
  margin-bottom: 14px;
  font-size: 16px;
  padding-right: 12px;
  padding-left: 12px;
  color: var(--bs-gray-500);
  font-family: IIVorkursLight;
}

.article_title {
  padding-left: 12px;
  padding-right: 12px;
  color: rgb(19, 24, 29);
}

.article_description {
  padding-left: 12px;
  padding-right: 12px;
  font-family: 'IIVorkursLight';
  padding-bottom: 8px;
  color: rgba(0,0,0,0.5);
}

.more {
  font-weight: bold;
  margin-top: 0px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: IIVorkursBold;
}

.container_article {
  margin-top: 40px;
  border-top: 1px solid var(--bs-gray-400);
  /*border-bottom: 1px solid var(--bs-gray-400);*/
  margin-bottom: 60px;
}

.section-margintop-20 {
  margin-top: 20px;
}

.section-margintop-40 {
  margin-top: 40px;
}

.section-margintop-60 {
  margin-top: 60px;
}

.section-margintop-80 {
  margin-top: 80px;
}

/* ICONS */

/* SPECIAL CLASSES */

.highlight_text {
  color: #ffffff;
}

.highlight_text h5 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}

.highlight_text h1 {
  font-size: calc(1.2em + 3vw);
  font-weight: lighter;
  text-transform: uppercase;
}

.highlight_text h2 {
  font-size: calc(0.8em + 1.9vw);
  text-transform: capitalize;
  font-weight: bold;
}

.primary_image {
  min-height: 650px;
  max-height: 900px;
  max-width: 1300px;
}

.navbar {
  height: 52px;
}

.navbar-nav {
  justify-content: center;
  align-items: center;
}

.text_title {
  font-size: 18px;
}

.wrapper_video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.wrapper_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.songs {
  color: #ffffff;
}

.disc_title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'IIVorkursBold';
  font-size: 20px;
  color: var(--bs-gray-700);
  line-height: 22px;
}

.author {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'IIVorkursLight';
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 8px;
}

.disc_title_releases {
  font-size: 24px;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 6px;
  color: #13181d;
  font-family: IIVorkursBold;
  font-weight: 700;
}

.author_releases {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 0px;
  font-size: 17px;
  margin-top: 16px;
  font-family: IIVorkursLight;
}

.track_list {
  text-transform: capitalize;
  color: var(--bs-white);
}

.thumb_cover {
  width: 170px;
  height: 170px;
  border: 1px solid var(--bs-gray-400);
}

.bottom {
  align-self: flex-end;
}

.album_title {
  min-height: 80px;
}

.album_author {
  min-height: 70px;
}

.height_column_store {
  background: var(--bs-white);
  margin-top: 20px;
  min-width: 302px;
  max-width: 500px;
}

.tech_title {
  font-size: 24px;
  font-family: IIVorkursBold;
  color: #13181d;
}

.tech_subtitle {
  font-size: 16px;
  font-family: IIVorkursBold;
  color: var(--bs-gray-700);
}

.songs a {
  color: #ffffff;
}

tr:hover {
  background-color: rgba(255,255,255,0.3);
}

.sm2_playing {
  background-image: url("/assets/img/icon_play.png");
  background-repeat: no-repeat;
}

.pTitle {
  font-family: 'IIVorkursBold';
  color: #13181d;
  font-size: 18px;
  line-height: 20px;
}

.song_title {
  color: #fff;
  text-decoration: none;
  padding-left: 16px;
  vertical-align: middle;
}

.btn_release {
  filter: grayscale(0%);
  background: var(--bs-gray);
  border-style: none;
  width: 200px;
  letter-spacing: 2px;
}

p.release_artist_title {
  text-decoration: none;
  color: #ffffff;
  font-family: 'IIVorkursLight';
  font-size: 20px;
  margin-bottom: 0px;
}

p.release_artist_title a {
  text-decoration: none;
  color: #ffffff;
  font-family: 'IIVorkursLight';
  font-size: 20px;
  margin-bottom: 0px;
}

.bg-dark-custom {
  background: #13181d;
}

.navbar-nav {
  justify-content: center;
  align-items: center;
  background: rgb(33,37,41);
}

td a .font-monospace {
  color: #fff;
  font-weight: 100;
  font-size: small;
  display: inline-block;
  vertical-align: middle;
}

.release_artist_title a {
  color: #fff;
}

.truncate {
  width: 370px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

/* MEDIA QUERY */

@media (min-width: 300px) {
  .highlight_text {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .highlight_text {
    margin-bottom: 100px;
  }
}

@media (min-width: 1400px) {
  .highlight_text {
    margin-bottom: 182px;
  }
}

@media (min-width: 300px) {
  .thumb_cover {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .thumb_cover {
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .thumb_cover {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .thumb_video_cover {
    width: 480px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 300px) {
  .full_width {
    max-width: 100%;
    padding: 0px;
  }
}

@media (min-width: 1400px) {
  .full_width {
    max-width: 1400px;
    max-height: 787px;
  }
}

@media (min-width: 320px) {
  .column_inline {
    display: inline;
  }
}

@media (min-width: 992px) {
  .column_inline {
    display: flex;
  }
}

@media (min-width: 991px) {
  .artist_panel {
    min-height: 500px;
  }
}

@media (min-width: 1200px) {
  .artist_panel {
    height: 100%;
    min-height: 700px;
  }
}

@media (min-width: 768px) {
  .album_short_description {
    min-height: 260px;
  }
}

@media (min-width: 992px) {
  .album_short_description {
    min-height: 300px;
  }
}

@media (min-width: 1200px) {
  .album_short_description {
    min-height: 250px;
  }
}

@media (min-width: 360px) {
  .nome {
    font-size: 30px;
    font-weight: bold;
    margin-top: 90px;
  }
}

@media (min-width: 576px) {
  .nome {
    font-size: 30px;
    font-weight: bold;
    margin-top: 90px;
  }
}

@media (min-width: 992px) {
  .nome {
    font-size: 36px;
    font-weight: bold;
    margin-top: 90px;
  }
}

@media (min-width: 320px) {
  .tech_note {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .tech_note {
    margin-top: 0px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
    padding: 0px;
  }
}

@media (min-width: 300px) {
  .row_releases {
    display: inline;
  }
}

@media (min-width: 768px) {
  .row_releases {
    display: flex;
  }
}

@media (min-width: 300px) {
  .nav_logo {
    display: none;
  }
}

@media (min-width: 576px) {
  .nav_logo {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav_logo {
    display: initial;
  }
}

@media (min-width: 300px) {
  .logo_footer {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .logo_footer {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .navbar_logo {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  nav {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  nav {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .navbar_logo {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .small_title {
    text-align: right;
    font-size: 24px;
    margin-bottom: 28px;
    margin-top: 60px;
  }
}

@media (max-width: 1199.98px) {
  .truncate {
    width: 370px;
  }
}

@media (max-width: 991.98px) {
  .truncate {
    width: 370px;
  }
}

@media (max-width: 767.98px) {
  .truncate {
    width: 360px;
  }
}

@media (max-width: 575.98px) {
  .truncate {
    width: 300px;
  }
}

@media (max-width: 380px) {
  .truncate {
    width: 200px;
  }
}

.btn_listenbuy {
  filter: grayscale(0%);
  background: var(--bs-gray);
  border-style: none;
  width: 120px;
  letter-spacing: 1px;
  font-size: 13px;
  height: 28px;
  vertical-align: middle;
}

.btn_listenbuy:hover {
  background-color: #8295B6;
}

.btn_listenbuy_big {
  filter: grayscale(0%);
  background: var(--bs-gray);
  border-style: none;
  width: 180px;
  letter-spacing: 1px;
  font-size: 16px;
  height: 36px;
  vertical-align: middle;
  font-weight: 700;
}

.btn_listenbuy_big:hover {
  background-color: #8295B6;
}

.bigTitleWhite a {
  color: #ffffff;
}

.table {
  --bs-table-bg: transparent;
}

.watch {
  color: white;
}

.hero_dx {
}

.hero-dx {
}

.container_liquidshop {
  background: var(--bs-gray-200);
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 80px;
}

.artist_quote {
  text-align: center;
  font-size: 24px;
  font-family: IIVorkursLight;
  font-style: italic;
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--bs-gray-100);
}

.col_release_title {
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
}

.par_release_artist_name {
  font-size: 20px;
  margin-bottom: 0px;
  font-family: IIVorkursLight;
}

.col_img_link_prev {
  margin-left: 24px;
  padding-right: 0px;
}

.col_img_link_next {
  margin-right: 24px;
  padding-left: 0px;
}

.col_img_pad_wShadow {
  padding-right: 0px;
  padding-left: 0px;
}

.par_release_title_name {
  margin-bottom: 10px;
  height: 34px;
}

.par_release_title_big {
  font-size: 30px;
  margin-bottom: 0px;
  font-family: IIVorkursBold;
}

.par_release_desc_name {
  font-size: 15px;
  margin-bottom: 36px;
}

