* {
  box-sizing: border-box;
}
/*
 This ruleset is just for checking if the template is working correctly by giving menu and footer some space to occupy. Comment it remove it if you want.
 *******************************************/
/**
 * Menu specific generic styles
 **/
body {
  margin: 0;
  font-family: 'Inconsolata';
  color: #fff;
  background: #000;
  font-size: 18px;
}
h2 {
  text-align: left;
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
}
a {
  text-decoration: none;
}
a, a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main_menu ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
.main_menu ul li a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.main_menu {
  padding: 1% 0;
  display: flex;
  justify-content: center;
}
.main_menu > ul > li:hover .nav-drop {
  height: auto !important;
}
ul.nav-drop {
  flex-direction: column;
  height: 0;
  position: absolute;
  overflow: hidden;
  background-color: #000;
}
/******************************************/
.site-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}
html, body, .site-wrapper {
  min-height: 100vh;
  line-height: 1.6em;
}
.page-content {
  padding-top: 60px;
}
.site-wrapper:not(.home) .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-wrapper:not(.home) .content .wrapper-inner {
  width: 100%;
  max-width: 1600px;
}
@media screen and (min-width: 1920px) {
  .page-content {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (max-width: 1919.9px) {
  .page-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 979.9px) {
  .page-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*--- MENU AREA ---*/
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding-left: 1%;
  padding-right: 1%;
  min-height: 55px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Montserrat';
}
.logo img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .logo img {
    width: 100px;
    height: auto;
  }
}
.header-inner a {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-align: center;
  flex-direction: row;
  justify-content: space-between;
}
.links {
  padding-top: 20px;
}
ul.dropdown li a {
  padding: 0 !important;
  margin-left: 15px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px !important;
}
ul.dropdown li a:hover {
  color: #fff;
}
.links a {
  margin-left: 10px;
  padding-bottom: 1px;
}
.links a:hover:before, .hvr-underline-from-left a:focus:before, .hvr-underline-from-left a:active:before {
  right: 0;
}
.links a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: #fff;
  overflow: hidden;
}
.links a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 2px;
  margin-top: 8px !important;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#footer {
  font-family: 'Montserrat';
  font-size: 14px;
}
#footer i {
  font-size: 20px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 10px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: rgba(122, 2, 73, 1);
}
.links a {
  padding-top: 5px;
  margin-left: 10px;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .links a {
    padding-top: 0;
    font-size: 18px;
    margin-left: 8px;
  }
}
/*--- MUSIC ---*/
.ind-release {
  margin-bottom: 40px;
  padding-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ind-release h2 {
  text-align: center;
  font-family: 'Montserrat';
}
.ind-release:last-child {
  border-bottom: 0 !important;
}
.art-player {
  display: block;
  width: 100%;
  text-align: center;
}
.artwork {
  height: 380px;
  width: 380px;
  display: inline-block;
}
.artwork img {
  width: 100%;
  height: auto;
}
.player {
  display: inline-block;
  width: 800px;
}
.player iframe {
  width: 100%;
}
.music-links {
  text-align: center;
  padding-top: 10px;
}
.music-links a {
  padding: 10px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.music-links a:hover {
  color: #fff;
  border: 2px solid #fff;
  background: #fff;
  color: rgba(122, 2, 73, 1) !important;
}
@media screen and (max-width: 1400px) {
  .player {
    width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .sub-content {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
  .artwork {
    height: 380px;
    width: 380px;
    display: inline-block;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    display: inline-block;
    width: 500px;
  }
  .player iframe {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .artwork {
    height: 380px;
    width: 380px;
    display: inline-block;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    display: inline-block;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .player iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ind-release {
    padding-left: 5%;
    padding-right: 5%;
  }
  .artwork {
    height: auto;
    width: 100%;
    display: inline-block;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .player iframe {
    max-width: 100%;
    width: 100%;
  }
  .release-content iframe {
    margin-bottom: 5px;
  }
}
.home-section:not(.banner) .section-inner {
  width: 100%;
  max-width: 1200px;
  padding: 5% 0;
}
.site-wrapper:not(.home) .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-wrapper:not(.home) .content .wrapper-inner {
  width: 100%;
  max-width: 1600px;
}
.content a {
  color: #95778f;
}
.content a:hover {
  color: #fff;
}
.music-links a {
  color: #fff;
}
.music-links a:hover {
  color: #95778f;
}
@media screen and (max-width: 980px) {
  .music-links a {
    display: block;
    margin: 5px auto;
  }
}
/*--- BLOG ---*/
.b-post {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.bp-body {
  color: #000;
}
a.bp-rm {
  display: block;
  text-align: right;
}
.bp-title {
  display: block;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2%;
}
.bp-text {
  text-align: justify;
}
.blog-posts {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.b-post {
  padding: 1% 2%;
}
.b-post img {
  width: 100%;
}
.bp-body {
  padding-left: 2%;
}
.more {
  margin: 20px auto 20px;
  border: 2px solid #fff;
  padding: 10px;
  color: #fff !important;
  width: 150px;
  display: block;
  text-align: center !important;
}
.more:hover {
  border: 2px solid #006da3;
  color: #006da3 !important;
}
/*--- LOGO EFFECT ---*/
.heartbeat:hover {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-4-26 16:47:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
