* {
  box-sizing: border-box;
}
div.pdfemb-viewer, .pdfemb-inner-div, .pdfemb-the-canvas, .pdfemb-pagescontainer {
  background: none !important;
}
/*
    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.
*******************************************/
hr {
  border: 0;
  height: 0;
  border-top: 1px solid #1f272e;
  margin-bottom: 40px;
  margin-top: 40px;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}
#footer {
  background-color: #000;
  COLOR: #fff;
}
body {
  background: #0a0e12;
  color: #fff;
  font-family: "Montserrat";
  line-height: 1.8em;
  letter-spacing: 0.5px;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 16px !important;
    line-height: 1.6em !important;
  }
}
a {
  color: #c1e6bb;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
/**
 * Menu specific generic styles
**/
.socials {
  text-align: center;
  color: #C1E6BB;
  display: block;
}
.socials a {
  color: #C1E6BB;
  text-decoration: none;
}
.socials a:hover {
  color: #fff;
}
.socials i {
  margin-left: 5px;
  margin-right: 5px;
}
.dropdown-horizontal a {
  color: #C1E6BB;
  text-transform: uppercase;
  text-decoration: none;
}
.dropdown-horizontal a:hover {
  color: #fff;
}
.dropdown-horizontal li.current-menu-item a {
  color: #fff !important;
}
#responsive-menu-pro-button {
  position: relative !important;
  top: initial !important;
  right: initial !important;
}
@media (min-width: 1180.1px) {
  .resp-wrap {
    display: none !important;
  }
}
@media (max-width: 1180px) {
  .desk-menu {
    display: none !important;
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 55px;
  padding-left: 1%;
  padding-right: 1%;
}
/******************************************/
.desk-menu {
  font-weight: bold;
  font-size: 16px;
}
.site-wrapper.home {
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}
.site-wrapper.home #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.site-wrapper:not(.home) {
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}
.site-wrapper:not(.home) #header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
html, body, .site-wrapper {
  min-height: 100vh;
}
/**
 * HOME
**/
.home-section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subpage-section.banner, .home-section.banner {
  width: 100%;
}
.subpage-section.banner img, .home-section.banner img {
  width: 100%;
  vertical-align: bottom;
}
@media (min-width: 980px) {
  .banner-mob {
    display: none !important;
  }
}
@media (max-width: 979px) {
  .banner-desk {
    display: none !important;
  }
}
.home-sections-bgs, .signup, .video-section {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.signup {
  margin-top: -2px;
  background-image: url(../../img/subscribe.jpg);
  min-height: 60vh;
  background-attachment: fixed;
}
.signup h2, .signup h3 {
  text-align: center;
}
.signup h3 {
  color: #c1e6bb;
}
.mailing-left, .mailing-right {
  display: block;
  width: 100%;
  margin-bottom: 5px !important;
}
.subscribe-form {
  text-align: center;
  padding-top: 20px;
}
.subscribe-form .email {
  border: 2px solid #fff;
  height: 40px;
  width: 339px;
  margin-bottom: 5px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 22px;
  background: none;
  text-align: center;
  color: #fff;
}
.subscribe-form .birthday {
  border: 2px solid #fff;
  height: 40px;
  width: 160px;
  margin-bottom: 5px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 22px;
  background: none;
  text-align: center;
  color: #fff;
}
form .submit {
  background: #c1e6bb;
  color: #0a0e12;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 22px;
  margin-top: 0px;
  border: 2px solid #c1e6bb;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  width: 339px !important;
}
form .submit:hover {
  background: #fff;
  color: #c1e6bb;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 22px;
  border: 2px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
}
h3.mailing-details {
  color: #fff !important;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  h3.mailing-details {
    color: #fff;
    font-size: 12px;
  }
  .signup {
    min-height: 20vh;
    padding-top: 5vh;
    padding-bottom: 8vh;
    padding-left: 5%;
    padding-right: 5%;
  }
  .email, .submit {
    width: 300px;
  }
}
/*--- DROPDOWN MENU ---*/
ul.dropdown ul li, ul.dropdown-vertical {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.dropdown ul {
  padding-top: 10px !important;
  background: #000 !important;
}
ul.dropdown ul li a {
  color: #C1E6BB;
}
ul.dropdown ul li a:hover {
  color: #fff;
}
.release-section {
  background: url(../../img/music.jpg);
  background-position: left center;
  background-attachment: fixed;
  height: 100vh;
  background-size: cover;
}
.release-section .rc-artwork {
  width: 60%;
  height: auto;
}
.release-section .section-inner {
  width: 100%;
  position: relative;
}
@media (min-width: 980px) {
  .release-section .section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 979px) {
  .release-section .section-inner .r-filler {
    display: none;
  }
}
.release-section .section-inner > img {
  width: 80%;
  height: auto;
  vertical-align: bottom;
}
.release-section .section-inner .r-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 970px) {
  .release-section .section-inner .r-content {
    padding: 15% 0;
  }
}
.rc-rm, .more {
  border: 2px solid #c1e6bb;
  font-weight: bold;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.rc-rm:hover, .more:hover {
  border: 2px solid #fff;
  color: #fff;
}
.more {
  display: block;
  margin: 0 auto;
  width: 250px;
}
.quotes-section .section-inner {
  width: 100%;
  position: relative;
  display: grid;
}
@media (min-width: 980px) {
  .quotes-section .section-inner {
    grid-template-columns: 1fr 1fr;
  }
}
.quotes-section .section-inner .q-img > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.quotes-section .section-inner .q-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
@media (max-width: 970px) {
  .quotes-section .section-inner .q-content {
    padding: 15% 0;
  }
}
.quotes-section .section-inner .q-content .q-quote {
  text-transform: uppercase;
  font-size: 1.5em;
  padding-bottom: 7%;
  line-height: 1.3em;
}
.quotes-section .section-inner .q-content .q-quote a {
  color: #C1E6BB;
}
.quotes-section .section-inner .q-content .q-quote a:hover {
  color: #fff;
}
.quotes-section .section-inner .q-content .q-quote span {
  display: block;
  text-align: center;
}
.quotes-section .section-inner .q-content .q-qtext {
  color: #fff;
}
.quotes-section .section-inner .q-content .q-qs {
  color: #c1e6bb;
}
.video-section {
  background-image: url(../../img/video.jpg);
  min-height: 80vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.video-section .section-inner {
  width: 100%;
  padding: 5%;
}
.video-section .section-inner .arve {
  max-width: 80% !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 1920px) {
  .video-section .section-inner .arve {
    max-width: 60% !important;
  }
}
.music-mob-section, .quote-bg-mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  .release-section {
    background: url(../../img/music.jpg);
    background-position: -50px center;
    background-size: cover;
  }
}
@media screen and (max-width: 980px) {
  .music-mob-section {
    display: block;
    width: 100%;
    background: url(../../img/music-mob.jpg);
    background-position: center;
    background-size: cover !important;
    height: 60vh !important;
    background-repeat: no-repeat;
  }
  .release-section {
    background-image: url(../../img/video.jpg);
    height: auto !important;
    padding-top: 2vh;
    padding-bottom: 1vh;
  }
  .release-section .section-inner {
    width: 80%;
    margin: 0 auto;
  }
  .section-inner img {
    max-width: 100%;
    height: auto;
  }
}
.social-section {
  background-image: url(../../img/social.jpg);
  min-height: 80vh;
  background-attachment: fixed;
  background-size: cover;
}
.social-section .section-inner {
  max-width: 1200px;
  grid-column-gap: 30px;
  display: grid;
}
@media (min-width: 981px) {
  .social-section .section-inner {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
  }
  .social-section .section-inner .s-fb, .social-section .section-inner .s-ins {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social-section .section-inner .s-fb iframe {
    margin: 0 auto;
    display: block;
  }
}
.sbi_header_text h3 {
  text-transform: uppercase;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  font-weight: bold;
  font-family: "montserrat";
}
@media screen and (max-width: 980px) {
  .social-section .section-inner {
    max-width: 500px;
    padding: 0;
    padding-top: 40px;
  }
  .social-section .section-inner .s-fb, .social-section .section-inner .s-ins {
    margin-top: 20px !iimportant;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 1280px) {
  .social-section .section-inner {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 800px) {
  .video-section, .social-section {
    height: auto;
    min-height: 50vh !important;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-position: top center;
  }
  .q-img {
    display: none;
  }
  .quote-bg-mob {
    display: block;
    width: 100%;
    background: url(../../img/quotes-photo.jpg);
    background-position: top center;
    background-size: cover !important;
    height: 60vh !important;
    background-repeat: no-repeat;
  }
  .quotes-section .section-inner .q-content .q-quote {
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 7%;
    line-height: 1.3em;
  }
  .q-content {
    background: #0a0e12 !important;
    padding-top: 5vh !important;
    padding-bottom: 5vh !important;
  }
}
/*---PAGE CONTENT---*/
.page-content {
  padding-bottom: 50px;
}
/*--- MUSIC ---*/
.release a {
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .banner {
    margin-top: 60px !important;
  }
  #header {
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .home-section.signup .section-inner h2 {
    font-size: 22px;
  }
  .home-section.signup .section-inner h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .home-section.signup .section-inner h2, .home-section.signup .section-inner h3 {
    line-height: 1.2em;
  }
  .rc-artwork {
    width: 80% !important;
    height: auto;
  }
}
/*--- CONTACT ---*/
*:focus {
  outline: none;
}
.form {
  width: 80%;
  display: block;
  margin: 20px auto;
  text-align: center;
}
.form label {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
}
.field {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.form input, .form select, .form textarea {
  width: 100%;
  margin-top: 5px;
  text-align: left;
  font-size: 18px;
  border: 2px solid #c1e6bb;
  font-family: "Montserrat";
  background: none;
  font-weight: 300;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.form input, .form select {
  height: 40px;
}
.form input:focus, .form select:focus, .form textarea:focus {
  border: 2px solid #fff;
}
.form textarea {
  height: 200px;
  font-family: "Montserrat";
  background: none;
  font-weight: 300;
}
.form .wpcf7-submit {
  height: 50px;
  background: #c1e6bb;
  color: #000;
  width: 60%;
  margin: 0 auto;
  border: 0;
  display: block;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.form .wpcf7-submit:hover {
  color: #000;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .form {
    width: 90%;
  }
}
.wpcf7 form .wpcf7-response-output, .wpcf7-response-output {
  text-align: center !important;
  font-weight: 700 !important;
  border: 0 !important;
  margin: 0 !important;
}
.wpcf7-not-valid-tip {
  color: #c1e6bb;
  font-weight: 700;
  font-size: 0.8em;
}
.rc-anchor-normal-footer, .rc-anchor-invisible-text, .rc-anchor, .rc-anchor-invisible, .rc-anchor-light, .rc-anchor-invisible-hover, .grecaptcha-badge {
  display: none !important;
}
/*# sourceMappingURL=customstyles.css.map */