* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer !important;
}
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;
}
body {
  font-family: 'louis george cafe', sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}
@font-face {
  font-family: 'louis george cafe';
  src: url('../../fonts/louis_george_cafe-webfont.woff2') format('woff2'), url('../../fonts/louis_george_cafe-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'louis george cafe bold';
  src: url('../../fonts/louis_george_cafe_bold-webfont.woff2') format('woff2'), url('../../fonts/louis_george_cafe_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 400;
}
.home-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-menu ul li {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
}
.home-menu ul li a {
  color: #000;
}
.home-menu ul li a:hover {
  color: #666666;
}
#header a:hover {
  opacity: 0.6;
}
.pslug_home #footer {
  display: none;
}
@media screen and (max-width: 1024px) {
  .home-menu ul li {
    display: block;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .home-menu ul li {
    display: inline-block;
    font-size: 18px;
  }
  .home-grid {
    margin-top: -30px !important;
  }
  .pslug_home #footer {
    display: none;
  }
}
#responsive-menu-pro-wrapper {
  position: relative;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
b, strong {
  font-family: 'louis george cafe bold';
}
#content {
  width: 96%;
  max-width: 1200px;
  margin: 30px auto 0;
  display: block;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 0px;
  padding-left: 1px;
  padding-right: 1px;
}
#content a:hover {
  color: #666666;
  border-bottom: 1px solid #666666;
}
#header {
  padding-left: 2%;
  padding-top: 15px;
  position: sticky;
  top: 0;
  font-family: 'louis george cafe bold';
  left: 0;
  background: #fff;
  z-index: 999;
}
.header-inner {
  font-size: 26px;
  padding-bottom: 15px;
}
@media screen and (max-width: 980px) {
  body {
    line-height: 1.6em;
    font-size: 16px;
  }
  #responsive-menu-pro-button {
    top: 3px !important;
  }
  .header-inner {
    font-size: 20px;
  }
}
#footer {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.8em;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
#footer a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 0px;
  padding-left: 1px;
  padding-right: 1px;
}
#footer a:hover {
  color: #666666;
  border-bottom: 1px solid #666666;
}
.site-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.site-wrapper.subpage .content {
  justify-content: center;
  align-items: center;
  display: flex;
}
.site-wrapper.subpage .content .wrapper-inner {
  width: 100%;
}
html, body, .site-wrapper {
  min-height: 100vh;
}
/*--- ABOUT ---*/
.about-grid {
  display: block;
  text-align: center;
}
.about-grid .about-img {
  padding-bottom: 20px;
}
.pslug_about ul, .pslug_about li {
  text-align: left;
}
/*--- PLAYER STYLES ---*/
@media (min-width: 800px) {
  .audioigniter-root {
    height: 100%;
    position: relative;
  }
  .audioigniter-root .ai-audioigniter {
    height: 100%;
  }
  .audioigniter-root .ai-audioigniter .ai-wrap {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
  }
}
/*---LIGHT PLAYER STYLES ---*/
.light .ai-wrap .ai-btn {
  background: #ccc;
  color: #000 !important;
}
.light .ai-wrap .ai-btn svg {
  fill: #000 !important;
}
.light .ai-wrap .ai-volume-bar {
  background: #ccc;
  border-right: 1px solid #ccc;
}
.light .ai-wrap .ai-scroll-wrap .ai-tracklist {
  margin-right: 0;
}
.light .ai-track-info, .light .ai-track-title, .light .ai-track-name {
  color: #000;
}
.light .ai-wrap .ai-track:hover, .light .ai-wrap .ai-track.ai-track-active {
  background: #dedede;
}
.light .ai-wrap .ai-audio-control, .light .ai-wrap .ai-audio-control:hover, .light .ai-wrap .ai-audio-control:focus, .light .ai-wrap .ai-track-progress, .light .ai-wrap .ai-scroll-wrap > div:last-child div {
  background: #000 !important;
}
.light .ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
  background: #000;
}
.light .ai-with-typography {
  font-family: 'louis george cafe';
}
.light .ai-track-info p {
  text-align: left !important;
  font-family: 'louis george cafe';
}
.light .ai-wrap {
  background: #fff;
}
.light .ai-wrap .ai-track {
  background: #fff;
}
.light .ai-wrap .ai-track-name {
  font-size: 15px;
}
.light .ai-with-typography .ai-track-title {
  font-size: 20px;
}
.light .ai-with-typography .ai-track-subtitle {
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 800px) {
  .light .ai-wrap .ai-track-name {
    font-size: 11px;
  }
}
/*---DARK PLAYER STYLES ---*/
.dark .ai-wrap .ai-btn {
  background: #000;
  color: #fff !important;
}
.dark .ai-wrap .ai-btn svg {
  fill: #fff !important;
}
.dark .ai-wrap .ai-volume-bar {
  background: #000;
  border-right: 1px solid #000;
}
.dark .ai-wrap .ai-scroll-wrap .ai-tracklist {
  margin-right: 0;
}
.dark .ai-track-info, .dark .ai-track-title, .dark .ai-track-name {
  color: #fff;
}
.dark .ai-wrap .ai-track:hover, .dark .ai-wrap .ai-track.ai-track-active {
  background: #666666;
}
.dark .ai-wrap .ai-audio-control, .dark .ai-wrap .ai-audio-control:hover, .dark .ai-wrap .ai-audio-control:focus, .dark .ai-wrap .ai-track-progress, .dark .ai-wrap .ai-scroll-wrap > div:last-child div {
  background: #666666 !important;
}
.dark .ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
  background: #666666;
}
.dark .ai-with-typography {
  font-family: 'louis george cafe';
}
.dark .ai-track-info p {
  text-align: left !important;
  font-family: 'louis george cafe';
}
.dark .ai-wrap {
  background: #000;
}
.dark .ai-wrap .ai-track {
  background: #000;
}
.dark .ai-wrap .ai-track-name {
  font-size: 15px;
}
.dark .ai-with-typography .ai-track-title {
  font-size: 20px;
}
.dark .ai-with-typography .ai-track-subtitle {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .dark .ai-wrap .ai-track-name {
    font-size: 11px;
  }
}
/*---GREY PLAYER STYLES ---*/
.grey .playlist {
  background: #bfbfbf;
}
.grey .ai-wrap .ai-btn {
  background: #ccc;
  color: #000 !important;
}
.grey .ai-wrap .ai-btn svg {
  fill: #000 !important;
}
.grey .ai-wrap .ai-volume-bar {
  background: #ccc;
  border-right: 1px solid #ccc;
}
.grey .ai-wrap .ai-scroll-wrap .ai-tracklist {
  margin-right: 0;
}
.grey .ai-track-info, .grey .ai-track-title, .grey .ai-track-name {
  color: #000;
}
.grey .ai-wrap .ai-track-time {
  color: #000;
}
.grey .ai-wrap .ai-track:hover, .grey .ai-wrap .ai-track.ai-track-active {
  background: #dedede;
}
.grey .ai-wrap .ai-audio-control, .grey .ai-wrap .ai-audio-control:hover, .grey .ai-wrap .ai-audio-control:focus, .grey .ai-wrap .ai-track-progress, .grey .ai-wrap .ai-scroll-wrap > div:last-child div {
  background: #000 !important;
}
.grey .ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
  background: #000;
}
.grey .ai-with-typography {
  font-family: 'louis george cafe';
}
.grey .ai-track-info p {
  text-align: left !important;
  font-family: 'louis george cafe';
}
.grey .ai-wrap {
  background: #bfbfbf;
}
.grey .ai-wrap .ai-track {
  background: #bfbfbf;
}
.grey .ai-wrap .ai-track-name {
  font-size: 15px;
}
.grey .ai-with-typography .ai-track-title {
  font-size: 20px;
}
.grey .ai-with-typography .ai-track-subtitle {
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 800px) {
  .grey .ai-wrap .ai-track-name {
    font-size: 11px;
  }
}
/*--- CONTACT ---*/
.pslug_contact .content, .form {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto;
}
.pslug_contact .content {
  display: block;
}
.form label {
  font-weight: 700;
}
.form input, .form textarea {
  background: none;
  color: #000;
  padding: 10px;
  border: 2px solid #000;
  width: 100%;
  margin-top: 0px;
  font-size: 15px;
  margin-bottom: 0px;
  padding-top: 10px;
  height: 40px;
  font-family: 'louis george cafe';
}
.form textarea {
  height: 120px;
}
.form .wpcf7-submit {
  font-size: 20px;
  line-height: 1.5em;
  width: 150px;
  border: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px;
  height: 50px;
  font-family: 'louis george cafe';
}
.form .wpcf7-submit:hover {
  background: #666666;
  color: #fff !important;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
::placeholder {
  color: #000;
  text-transform: uppercase;
}
.wpcf7 form .wpcf7-response-output {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  margin-top: 40px !important;
  padding: 0;
  border: 0 !important;
  color: #000;
}
.wpcf7-not-valid-tip {
  padding-top: 5px;
}
/*--- FOOTER MOBILE ---*/
@media screen and (max-width: 800px) {
  #footer {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.8em;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
/*--- UPDATED MUSIC STYLES ---*/
.pslug_music .content {
  text-align: center;
  font-size: 26px;
  font-family: 'louis george cafe bold';
}
@media screen and (max-width: 980px) {
  .pslug_music .content {
    font-size: 20px;
  }
}
/*# sourceMappingURL=customstyles.css.map */