.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;
}
* {
  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.
 *******************************************/
a {
  text-decoration: none;
}
hr {
  margin-top: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #374943;
}
.photo-divide-top, .photo-divide-btm {
  position: absolute;
  width: 100%;
  left: 0;
}
.bp-nav {
  overflow: auto;
}
#header {
  position: sticky;
  top: 0;
  z-index: 99999;
}
.vid-insta > div {
  padding: 2vw 0;
}
.photo-divide-top {
  top: 0;
  transform: translateY(-50%);
}
.photo-divide-top img {
  width: 17%;
}
.photo-divide-btm {
  bottom: 0;
  transform: translateY(50%);
}
.photo-divide-btm img {
  width: 16%;
}
.main_menu ul {
  display: flex;
  padding: 0;
  list-style: none;
}
.main_menu ul li a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
/******************************************/
a, a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
hr {
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-weight: 400;
}
h1 {
  font-size: 80px;
  text-transform: lowercase;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 60px;
    text-transform: lowercase;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin-right: 20px;
}
img.alignright {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  .alignleft, .alignright {
    float: none;
    margin: 0 auto 20px;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.more {
  border: 2px solid #374943;
  color: #374943;
  padding: 10px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  text-transform: lowercase;
}
.site-wrapper {
  display: grid;
  grid-template-columns: 100%;
  position: relative;
  grid-template-rows: auto 1fr auto;
}
.subpage {
  min-height: 100%;
}
html, body, .site-wrapper {
  min-height: 100vh;
}
@font-face {
  font-family: 'catalina italic';
  src: url('../../fonts/catalina_typewriter_regular-italic-webfont.woff2') format('woff2'), url('../../fonts/catalina_typewriter_regular-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'catalina';
  src: url('../../fonts/catalina_typewriter_regular-webfont.woff2') format('woff2'), url('../..//catalina_typewriter_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  font-family: 'catalina';
}
* {
  box-sizing: border-box;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
}
.header-inner {
  background: url(../../img/footer-menu.jpg);
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #d1c8be;
  font-size: 20px;
  font-family: 'catalina italic';
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
}
.header-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 3px;
}
.header-inner ul li {
  display: inline-block;
  margin-right: 20px;
}
.social {
  margin-top: 2px;
}
.social i {
  margin-left: 10px;
}
.home-header img {
  width: 100%;
  height: auto;
}
.desk {
  display: block;
}
.mob {
  display: none;
}
.home-header > img {
  vertical-align: bottom;
}
.home-header-content {
  text-align: center;
  width: 45%;
  max-width: 800px;
  position: absolute;
  top: 10vh;
  right: 15vw;
}
.artwork {
  width: 80%;
  height: auto;
  display: block;
  margin: 20px auto;
}
.home-header .artwork img {
  border: 5px solid #e2ddd6;
  -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.3);
}
.home-header .artwork:hover img {
  border: 5px solid #fff;
  cursor: pointer;
}
.ind-release .artwork {
  background: none;
  padding-top: 20px;
  margin: 0px auto;
}
.artwork img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .home-header-content {
    text-align: center;
    width: 45%;
    max-width: 800px;
    position: absolute;
    top: 9vh;
    right: 10vw;
  }
  .artwork {
    width: 60%;
    height: auto;
    display: block;
    margin: 20px auto;
  }
}
@media screen and (max-width: 1680px) {
  .home-header-content {
    text-align: center;
    width: 45%;
    max-width: 800px;
    position: absolute;
    top: 7vh;
    right: 10vw;
  }
  .artwork {
    width: 60%;
    height: auto;
    display: block;
    margin: 20px auto;
  }
}
@media screen and (max-width: 1400px) {
  .home-header-content {
    text-align: center;
    width: 40%;
    max-width: 800px;
    position: absolute;
    top: 8vh;
    right: 10vw;
  }
  .artwork {
    width: 60%;
    height: auto;
    display: block;
    margin: 20px auto;
  }
}
@media screen and (max-width: 980px) {
  .desk {
    display: none;
  }
  .mob {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    height: auto !important;
    background: url(../../img/ig-vid.jpg);
  }
  .mob .artwork {
    width: 60%;
    margin: 0 auto;
    float: none;
    max-width: 300px;
    height: auto !important;
  }
  .mob .artwork img {
    border: 5px solid #e2ddd6;
    -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.3);
  }
  .home-header {
    position: relative;
  }
  .home-header-content {
    width: 55%;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
  }
  .artwork {
    height: 140px;
    width: 140px;
    margin: -5px auto 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .home-header-content img {
    max-width: 100%;
    height: auto;
  }
  .home-header-content {
    width: 55%;
  }
  .artwork {
    height: 120px;
    width: 120px;
    margin: -10px auto 0 !important;
  }
}
.tagline {
  font-family: 'catalina italic';
  text-align: center;
  font-size: 40px;
  background: url(../../img/footer-menu.jpg);
  padding-top: 30px;
  padding-bottom: 30px;
  color: #d1c8be;
}
.subscribe {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  background: url(../../img/subscribe.jpg);
  background-position: center;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  vertical-align: middle;
  background-size: cover;
}
.subscribe .form {
  padding-left: 10px;
  display: inline-block;
  position: relative;
  top: -5px;
  width: auto;
}
.form .email, .form .submit {
  height: 45px;
  padding-top: 5px;
  text-align: center;
  font-family: 'catalina';
  font-size: 20px;
  display: inline-block;
}
.form .email {
  color: #71958a;
  border: 2px solid #fff;
  width: 250px;
}
.form .submit {
  padding-left: 1%;
  padding-right: 1%;
  background: #71958a;
  color: #d1c8be;
  font-family: 'catalina italic';
  border: 2px solid #71958a;
  width: 140px;
}
.vid-insta {
  background: url(../../img/ig-vid.jpg);
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10vw 5%;
}
.tagline {
  padding-top: 5vw;
  padding-bottom: 10vw;
}
.vid-insta .video, .vid-insta .instagram {
  width: 47%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 1%;
  display: inline-block;
}
.vi-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .vi-inner {
    flex-direction: column;
  }
}
.sbi_header_link {
  color: #71958a;
}
.vid-insta .video {
  background: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .vid-insta .video, .vid-insta .instagram {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer-inner {
  background: url(../../img/footer-menu.jpg);
  color: #d1c8be;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 20px;
}
.footer-content {
  margin: 0 auto;
  display: block;
}
.header-inner a {
  text-transform: lowercase;
  color: #d1c8be;
}
.header-inner a:hover {
  color: #fff;
}
.footer-inner a {
  color: #d1c8be;
}
.footer-inner a:hover {
  color: #fff;
}
.footer-logo {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #d1c8be;
}
.footer-logo, .footer-links {
  display: inline-block;
  vertical-align: middle;
}
.footer-links {
  text-align: left;
}
.footer-links i {
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .links {
    display: none;
  }
  .subscribe {
    max-height: 220px;
    font-size: 20px;
    background-position: center !important;
  }
  .subscribe .email {
    width: 200px;
  }
  .form {
    padding-top: 10px;
  }
  .tagline {
    font-size: 26px;
    line-height: 1.5em;
  }
  .vid-insta {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .video, .instagram {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .footer-content {
    margin: 0 auto;
    display: block;
  }
  .footer-logo, .footer-links {
    display: block;
    vertical-align: middle;
    border-right: 0 !important;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .footer-logo img {
    max-width: 150px;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .tagline {
    font-size: 22px;
    line-height: 1.5em;
  }
}
/*--- SUBPAGE ---*/
.page-logo {
  max-width: 80%;
  margin: 5px auto 50px !important;
  display: block;
}
.subpage {
  background: url(../../img/ig-vid.jpg);
}
.subpage-content {
  max-width: 1200px;
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  color: #374943;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  line-height: 1.5em;
}
.subpage-content a {
  color: #71958a;
}
.subpage-content a:hover {
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .subpage-content {
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .subpage-content {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    font-size: 18px;
  }
}
/*---- CONTACT ----*/
*:focus {
  outline: none;
}
input:focus, textarea:focus {
  border: 2px solid #719589 !important;
}
.captcha .wpcf7-form-control-wrap {
  display: block !important;
  width: 300px !important;
  margin: -10px auto 20px;
}
#contact-text, #contact-form {
  width: 100%;
  display: block;
  vertical-align: top;
}
.form {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 980px) {
  #contact-text {
    padding-bottom: 25px;
  }
  #contact-text, #contact-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
    display: block;
  }
}
.captcha .wpcf7-form-control-wrap {
  display: block !important;
  width: 300px !important;
  margin: -10px auto 20px;
}
.form {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 20px auto 0;
  height: auto;
  overflow-y: visible;
  padding-bottom: 20px;
}
.both {
  width: 100%;
  margin-top: 20px !important;
  padding-top: 10px;
  float: none;
  clear: both;
  display: block;
}
label, .both {
  font-family: 'catalina';
  text-align: center !important;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
}
.both input {
  font-family: 'catalina';
  background: none;
  border: 2px solid #374943;
  height: 35px;
  width: 100%;
  text-align: left;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  color: #374943;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 5px;
}
.both textarea {
  font-family: 'catalina';
  background: none;
  border: 2px solid #374943;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #374943;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  top: 0px;
  text-align: left;
  margin-top: 5px;
}
.wpcf7-submit {
  font-family: 'catalina';
  background: #374943 !important;
  border: 0 !important;
  text-transform: uppercase;
  color: #d1c8be !important;
  letter-spacing: 2px;
  width: 120px !important;
  margin: 0 auto;
  height: 50px !important;
  line-height: 40px;
  display: block;
  font-size: 22px !important;
  letter-spacing: 1px;
  position: relative;
  top: 0px;
  text-align: center !important;
  font-weight: 700 !important;
}
.wpcf7-submit:hover {
  background: #719589 !important;
  color: #d1c8be !important;
  cursor: pointer !important;
  border: 0 !important;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #374943;
}
:-moz-placeholder {
  color: #374943;
}
::-moz-placeholder {
  color: #374943;
}
:-ms-input-placeholder {
  color: #374943;
}
.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  font-family: 'catalina';
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  color: #00445c !important;
  text-align: center !important;
}
/*--- MUSIC ---*/
.ind-release {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #374943;
}
.ind-release:last-child {
  border-bottom: 0 !important;
}
.art-player {
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.ind-release .artwork {
  height: 350px;
  width: 350px;
  display: inline-block;
  vertical-align: top;
}
.ind-release .artwork img {
  width: 100%;
  margin-top: -20px;
  height: auto;
}
.ind-release .player {
  display: inline-block;
  width: 600px;
  height: 350px;
  vertical-align: top;
}
.ind-release .player iframe {
  width: 100%;
  height: 350px;
}
.music-links {
  text-align: center;
  padding-top: 20px;
}
.music-links a {
  padding: 10px;
  border: 2px solid #71958a;
  color: #71958a;
  padding-bottom: 5px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.music-links a:hover {
  color: #fff;
  border: 2px solid #fff;
}
@media screen and (max-width: 1200px) {
  .ind-release .artwork {
    height: 300px;
    width: 300px;
    display: inline-block;
  }
  .ind-release .artwork img {
    width: 100%;
    height: auto;
  }
  .ind-release .player {
    display: inline-block;
    width: 600px;
    height: 300px;
  }
  .ind-release .player iframe {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .ind-release .artwork {
    height: 250px;
    width: 250px;
    display: inline-block;
  }
  .ind-release .artwork img {
    width: 100%;
    height: auto;
  }
  .ind-release .player {
    display: inline-block;
    width: 500px;
    height: 250px;
    max-width: 100%;
    margin: 0 auto;
  }
  .ind-release .player iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ind-release .artwork {
    height: 250px;
    width: 250px;
    display: inline-block;
  }
  .ind-release .artwork img {
    width: 100%;
    height: auto;
  }
  .ind-release .player {
    display: inline-block;
    width: 450px;
    height: 250px;
    max-width: 100%;
    margin: 0 auto;
  }
  .ind-release .player iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 980px) {
  .ind-release .artwork {
    height: 200px;
    width: 200px;
    display: inline-block;
  }
  .ind-release .artwork img {
    width: 100%;
    height: auto;
  }
  .ind-release .player {
    display: inline-block;
    width: 500px;
    height: 200px;
    max-width: 100%;
    margin-top: 10px;
  }
  .ind-release .player iframe {
    max-width: 100%;
    width: 500px;
    height: 200px;
  }
  .release-content iframe {
    margin-bottom: 5px;
  }
  .music-links a {
    padding: 10px;
    width: 90%;
    display: block;
    margin: 0 auto 5px;
    border: 2px solid #71958a;
    color: #71958a;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 780px) {
  .ind-release .artwork {
    height: 400px;
    width: 400px;
    display: inline-block;
  }
  .ind-release .artwork img {
    width: 100%;
    height: auto;
  }
  .ind-release .player {
    display: block;
    width: 400px;
    background: none !important;
    max-width: 100%;
  }
  .ind-release .player iframe {
    max-width: 100%;
    width: 400px;
  }
  .release-content iframe {
    height: 80px;
    margin-bottom: 5px;
  }
  .photo-divide-top {
    top: 0;
    transform: translateY(-50%);
  }
  .photo-divide-top img {
    width: 40%;
  }
  .photo-divide-btm {
    bottom: 0;
    transform: translateY(50%);
  }
  .photo-divide-btm img {
    width: 40%;
  }
}
/*# sourceMappingURL=customstyles.css.map */