@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Heebo:400,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500&display=swap);
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');*/

@font-face {
	font-family: 'HaveHeartOne';
	src: url('/fonts/HaveHeartOne.eot?#iefix') format('embedded-opentype'),  
		url('/fonts/HaveHeartOne.otf')  format('opentype'),
		url('/fonts/HaveHeartOne.woff') format('woff'), 
		url('/fonts/HaveHeartOne.ttf')  format('truetype'), 
		url('/fonts/HaveHeartOne.svg#HaveHeartOne') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    color: #222222;
    background: #e5e5e5;
    visibility: visible;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    position: relative;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

a {
    color: #1E8281;
    text-decoration:none;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

a:hover {
    text-decoration: underline;
}

.page-loader{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}

.page-loader svg{
    display:block;
    width:64px;
}

.container {
    max-width: 1170px;
    width:calc(100% - 30px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.burger {
    height: 3em;
    width: 2.5em;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s all;
    display:none;
}

.burger:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
}

.burger .burger-lines {
    top: 50%;
    margin-top: -0.125em;
}

.burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
    pointer-events: none;
    display: block;
    content: '';
    width: 100%;
    border-radius: 0.25em;
    background-color: white;
    height: 0.25em;
    position: absolute;
    transform: rotate(0);
}

.burger .burger-lines .burger-lines:after {
    left: 0;
    top: -.75em;
}

.burger .burger-lines .burger-lines:before {
    left: 0;
    top: .75em;
}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
    transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
}

.burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
    width: 100%;
}

.burger.burger-squeeze .burger-lines:after {
    left: 0;
    top: -.75em;
}

.burger.burger-squeeze .burger-lines:before {
    left: 0;
    top: .75em;
}

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines:after, .burger.burger-squeeze.open .burger-lines:before {
    transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
}

.burger.burger-squeeze.open .burger-lines {
    background-color: transparent;
}

.burger.burger-squeeze.open .burger-lines:before, .burger.burger-squeeze.open .burger-lines:after {
    left: 0px;
    top: 0px;
}

.burger.burger-squeeze.open .burger-lines:before {
    transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines:after {
    transform: rotate(45deg);
}

.hide{
    display:none;
}

.contact-left img{
    margin-right: 50px;
    width: 45%;
    height: 100%;
    float: left;
}

.contact-right {
    width: 50%;
    height: 100%;
    float: right;
    padding: 40px 40px;
}

.contact-right h2{
    font-size: 30px;
    color: #8ca3ab;
    margin-bottom: 20px;
    text-align: center;
}

.contact-right h3{
    font-size: 30px;
    color: #8ca3ab;
    margin: 0 auto;
}

.contact-form {
    padding-left: 30px;
    margin: 50px auto;
}

.contact-form ul li{
    margin: 20px auto;
    padding-bottom: 20px;
}

.contact-form ul li label{
    font-size:16px;
    line-height:38px;
    color:#8ca3ab;
    vertical-align:top;
    width:180px;
    position:relative;
    float: left;
  }
  
  .contact-form ul li label small{
    font-size:12px;
    margin-left:5px;
  }
  
  .contact-form ul li input[type="text"],
  .contact-form ul li input[type="email"],
  .contact-form ul li textarea{
    font-size:16px;
    color:#7e7876;
    border-color:#8ca3ab;
    width:90%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  
  .contact-form ul li textarea{
    height:100px;
  }

  .contact-form ul li button{
    font-size:16px;
    color:#ffffff;
    margin-right: 10%;
    background:#8ca3ab;
    float: right;
  }

  .contact-form ul li label.error {
      color: red;
  }

  .submit-button {
      width: 140px;
      height: 40px;
      text-align: center;
      border: 0;
  }

@media screen and (max-width: 1023px) {
    .container{
        padding-left:50px;
        padding-right:50px;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .container{
        padding-left:15px;
        padding-right:15px;
    }
}
.home-header {
  text-align: center;
  float: left;
  width: 100%;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
}

.home-header nav ul li {
  display: inline-block;
  margin: 0 15px;
  color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}

.home-header nav ul li a {
  font-size: 13px;
  color: #ffffff;
  line-height: initial;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}

.home-header nav ul li a:hover {
  color: #1e8281;
}

.home-header nav ul li.social a {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 10px;
}

.home-header nav ul li.social a:last-child {
  border-right: 0px solid rgba(255, 255, 255, 0.5);
  padding-right: 0px;
}

.home-header nav ul li a svg {
  fill: #ffffff;
  transition: all 0.5s ease;
  vertical-align: middle;
  margin: -2px 0 0 0;
}

.home-header nav ul li a:hover svg {
  fill: #1e8281;
}

.home-header nav ul li:last-child a {
  display: inline-block;
  margin: 0 5px;
}

.home-header nav ul li a img {
  width: 18px;
  margin: 3px 0 -3px;
}

.home-banner {
  float: left;
  width: 100%;
}

.home-banner .parallax-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
}

.home-banner .parallax-banner .parallax-banner-layer-0 {
  opacity: 1;
}

.home-banner .parallax-banner .home-banner-logo {
  text-align: center;
  width: 100%;
  margin-top: 64px;
  background: rgba(0, 0, 0, 0.5);
}

.home-banner .parallax-banner .logo {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.home-about {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
}

.home-about .container {
  padding: 100px;
}

.home-about h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.home-about .description {
  font-size: 25px;
  line-height: 40px;
}

.the-overflow-christian-music {
  text-align: center;
  float: left;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
}

.the-overflow-christian-music .parallax-banner {
  height: 100vh !important;
}

.the-overflow-christian-music .container {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.the-overflow-christian-music .parallax-banner-layer-0 {
  background-size: 100% auto !important;
}

.the-overflow-christian-music img {
  width: 90%;
  max-width: 680px;
}

.the-overflow-christian-music h2 {
  display: inline-block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.the-overflow-christian-music p {
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.the-overflow-christian-music .btn-link {
  font-size: 18px;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align:middle;
  padding: 15px 30px;
  margin-bottom:15px;
  background-color: #f15e22;
  border: 1px solid #f15e22;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}

.the-overflow-christian-music .btn-link:hover {
  background:#000000;
  border-color:#000000;
}

.home-btm {
  text-align: center;
  float: left;
  width: 100%;
  min-height: 700px;
  background: #000000;
  position: relative;
  overflow: hidden;
}

.home-btm .parallax-banner {
  height: 100% !important;
}

.home-btm .parallax-banner .parallax-banner-layer-0 {
  opacity: 0.3;
  background-size: 100% auto !important;
}

.home-btm .container {
  padding: 100px 0;
}

.home-btm-logo {
  max-width: 480px;
  margin: 0 auto 50px;
}

.home-btm .description {
  font-size: 22px;
  line-height: 38px;
  color: #ffffff;
  padding: 0 100px;
  margin: 0 auto 30px;
}

.home-btm .description p {
  margin-bottom: 30px;
}

.home-btm .description .btn-link {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffbb19;
  text-align: center;
  line-height: 15px;
  display: inline-block;
  border: 1px solid #ffbb19;
  background-color: transparent !important;
  padding: 20px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}

.home-btm .description .btn-link:hover {
  color: #ffffff;
  background-color: #ffbb19 !important;
  text-decoration: none;
}

.home-music {
  float: left;
  width: 100%;
  min-height: 700px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.home-music .parallax-banner {
  height: 100% !important;
}

.home-music .parallax-banner .parallax-banner-layer-0 {
  opacity: 0.5;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
}

.home-music .container {
  padding: 100px 0;
}

.home-music h4 {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: initial;
}

.home-music p {
  max-width: 50%;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 15px;
}

.home-music p span {
  display: inline-block;
  width: calc(100% - 220px);
  vertical-align: middle;
}

.home-music .spotify-logo {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}

.home-music .spotify-logo img {
  width: 180px;
  display: inline-block;
}

.home-applications {
  float: left;
  width: 100%;
  min-height: 500px;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background: rgba(167, 191, 202, 0.9);
}

.home-applications video {
  position: fixed;
  left: 50%;
  top: 50%;
  min-width: 110%;
  min-height: 110%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.home-applications .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-applications h4 {
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: initial;
}

.home-applications .description {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  line-height: 38px;
  margin: auto;
  padding: 0 100px;
}

.home-current-project {
  float: left;
  width: 100%;
  min-height: 500px;
  padding: 40px 0;
  background: url(/images/banner.jpg)
    center no-repeat;
  background-size: cover;
  position: relative;
}

.home-current-project .color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

.home-current-project .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-current-project h4 {
  font-size: 80px;
  font-weight: 700;
  text-align: left;
  line-height: initial;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.home-current-project .image {
  width: calc(50% - 50px);
  margin-bottom:65px;
}

.home-current-project .image img {
  width: 100%;
}

.home-current-project .logo img {
  z-index: 1;
  width: auto;
  height: 60px;
  top: 80px;
  left: 10px;
  float: left;
  padding-left: 20px;
  padding-bottom: 20px;
}

.home-current-project .description {
  width: 50%;
  text-align: left;
  padding: 0;
  font-size: 22px;
  line-height: 38px;
  position: relative;
  z-index: 1;
}

.home-current-project .description h2{
  font-family: 'HaveHeartOne';
  font-size: 100px;
  line-height: 0.85;
  color: #242422;
  margin-bottom:50px;
}

.home-current-project .description h2 span{
  color: #dfac43;
}

.home-current-project .description p{
  margin-bottom:25px;
}

.home-current-project .btn-link {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  line-height: 15px;
  display: inline-block;
  border: 1px solid #d55343;
  background-color: #d55343;
  padding: 20px 40px 20px 75px;
  margin-top:25px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}

.home-current-project .btn-link:after {
  content: '';
  position: absolute;
  left: 35px;
  top: calc(50% - 2px);
  width: 28px;
  height: 28px;
  transform: translate(0, -50%);
  background: url(/images/house-icon.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

.home-current-project .btn-link:hover {
  color: #ffffff;
  background-color: #272727 !important;
  border-color: #272727;
  text-decoration: none;
}

.contact {
  float: left;
  width: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.contact h4 {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: initial;
}

.contact h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact p {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 30px;
}

.contact p span {
  font-size: 36px;
}

.contact p:last-child {
  margin-bottom: 0;
}

.contact p a {
  margin: 0 10px;
}

.contact p a img {
  width: 28px;
}

.contact a svg {
  vertical-align: middle;
  fill: #000000;
  transition: all 0.5s ease;
}

.contact a:hover svg {
  fill: #1e8281;
}

.home-footer {
  float: left;
  width: 100%;
  padding: 30px;
  color: #ffffff;
  background-color: #000000;
  position: relative;
  clear: both;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .home-music h4,
  .home-applications h4,
  .home-current-project h4,
  .contact h4 {
    font-size: 70px;
  }
  .home-music .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .home-music .parallax-banner .parallax-banner-layer-0 {
    background-size: cover !important;
    background-position: 60% center !important;
  }
  .home-about .container {
    padding: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .home-btm {
    min-height: inherit;
  }
  .home-btm .container {
    padding: 50px 50px;
  }
  .home-btm .description {
    padding: 0;
    max-width: 100%;
  }

  .home-music {
    text-align: center;
    min-height: inherit;
  }
  .home-music .container {
    padding: 50px;
  }
  .home-music p {
    max-width: 100%;
  }
  .home-music p span {
    width: 100%;
  }
  .home-music .spotify-logo {
    display: block;
    margin: 0 0 15px 0;
  }

  .home-applications {
    min-height: inherit;
    padding: 50px 0;
    text-align: center;
    background-size: auto 100%;
  }
  .home-applications .container {
    flex-wrap: wrap;
  }
  .home-applications .description {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .home-current-project {
    min-height: inherit;
    padding: 50px 0;
  }
  .home-current-project .container {
    flex-wrap: wrap;
  }
  .home-current-project .image,
  .home-current-project .description {
    max-width: 100%;
    width: 100%;
  }
  .home-current-project .image {
    margin: 0 0 30px 0;
  }
  .home-current-project .description {
    text-align: center;
    padding: 0;
  }
  .home-current-project .description h4 {
    text-align: center;
  }
  .contact {
    min-height: inherit;
    padding: 50px 0;
  }

  .contact-left{
    display: none;
  }
  .contact-right{
    width: 100%;
  }

  .the-overflow-christian-music {
    min-height: inherit;
  }
  .the-overflow-christian-music .parallax-banner {
    height: 100% !important;
  }
  .the-overflow-christian-music .container {
    position: relative;
    top: 0;
    transform: none;
    padding: 50px 0;
  }
  .the-overflow-christian-music img {
    max-width: 580px;
  }
}

@media screen and (max-width: 768px) {
  .home-banner .parallax-banner {
    height: auto !important;
  }
  .home-banner .parallax-banner {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .home-btm .container,
  .home-music .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-music h4,
  .home-applications h4,
  .home-current-project h4,
  .contact h4 {
    font-size: 60px;
  }

  .home-header {
    background: transparent;
    text-align: left;
  }
  .home-header .burger {
    display: block;
    position: fixed;
    right: 30px;
    top: 30px;
  }
  .home-header nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 100px 0;
    width: 100%;
    height: 100vh;
    background: rgba(34, 34, 34, 0.9);
  }
  .home-header nav ul li {
    display: block;
  }
  .home-header nav ul li a {
    padding: 15px;
  }
  .home-header nav ul li:last-child a {
    padding: 0 10px;
    margin: 0 -5px 0 5px;
  }
  .home-header nav ul li.menu-icon a {
    padding: 15px;
  }

  .home-banner .parallax-banner {
    padding: 30px;
  }
  .home-banner .parallax-banner .logo {
    margin-top: 0;
    width: 50%;
  }

  .home-about .container {
    padding: 50px 15px;
  }

  .home-btm-logo {
    width: 100%;
    max-width: 511px;
  }

  .home-about .description,
  .home-btm .description,
  .home-music p,
  .home-applications .description,
  .home-current-project .description {
    font-size: 18px;
    line-height: 32px;
  }

  .contact p span {
    font-size: 28px;
  }
}

@media screen and (max-width: 568px) {
  .home-about h2 {
    font-size: 24px;
  }
  .home-music h4,
  .home-applications h4,
  .home-current-project h4,
  .contact h4 {
    font-size: 34px;
  }

  .home-banner .parallax-banner {
    padding: 20px;
  }
  .home-banner .parallax-banner {
    justify-content: flex-start;
  }
  .home-header .burger {
    right: 20px;
    top: 20px;
  }
  .the-overflow-christian-music h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .the-overflow-christian-music p {
    font-size: 18px;
  }

  .home-current-project .description h2{
    font-size: 65px;
    line-height:1;
  }
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: none;
}

.overlay-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.overlay-container {
  padding: 50px;
  color: #ffffff;
  background: #000000;
  width: 90%;
  max-width: 680px;
}

.overlay-close {
  position: absolute;
  right: 20px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .overlay-wrapper {
    align-items: flex-start;
    margin-top: 20px;
  }
  .overlay-container {
    padding: 30px;
  }
}

@media screen and (max-height: 736px) {
  .overlay .overlay-container {
    overflow: auto;
    max-height: calc(100vh - 40px);
  }
}

#waiting-list-overlay {
  text-align: center;
}

#waiting-list-overlay h2 {
  display: inline-block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#waiting-list-overlay p {
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 30px;
}

#waiting-list-overlay p span {
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}

#waiting-list-overlay p:last-child {
  max-width: 100%;
  margin-bottom: 0;
}

#waiting-list-overlay ul li {
  margin-bottom: 15px;
}

#waiting-list-overlay input[type='text'],
#waiting-list-overlay input[type='email'],
#waiting-list-overlay input[type='password'],
#waiting-list-overlay select {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  color: #222222;
  padding: 8px 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #ffffff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.error #waiting-list-overlay input[type='text'],
.error #waiting-list-overlay input[type='email'],
.error #waiting-list-overlay input[type='password'],
.error #waiting-list-overlay select {
  border-color: #f12525;
}

.error .error-msg {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  padding: 0px 15px;
  background: #f12525;
}

#waiting-list-overlay button {
  display: inline-block;
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 15px;
  background: #f15e22;
  background-size: 20px auto;
  border: 1px solid #f15e22;
  width: 100%;
  cursor: pointer;
}

#waiting-list-overlay button:hover {
  background-color: #272727;
  border-color: #272727;
}

.waiting-list-success {
  display: block;
}

.waiting-list-success img {
  width: 72px;
}

.waiting-list-success h3 {
  font-size: 20px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 568px) {
  #waiting-list-overlay h2 {
    font-size: 24px;
    line-height: 34px;
  }
  #waiting-list-overlay p {
    line-height: 1.5em;
  }
  #waiting-list-overlay input[type='text'],
  #waiting-list-overlay input[type='email'],
  #waiting-list-overlay input[type='password'],
  #waiting-list-overlay select {
    font-size: 16px;
  }
  #waiting-list-overlay button {
    font-size: 16px;
  }
}

.episode{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    max-width: 1170px;
    max-width:568px;
    width: calc(100% - 30px);
    padding:40px 50px;
    margin-right: auto;
    margin-left: auto;
    background:#bcac8f;
}

.background-blured{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    background:#22252b;
}

.background-blured img{
    width:100%;
    height:100%;
    filter:blur(15px);
    -webkit-filter:blur(15px);
    -moz-filter:blur(15px);
    opacity:.3;
}

.episode-block{
    margin-bottom:30px;
}

.episode-block:last-child{
    margin-bottom:0;
}

.episode-center-block{
    text-align: center;
}

.episode-row{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.episode-cols.p20{
    padding:20px;
}

.episode-block h2{
    font-size:38px;
    font-weight:500;
    color:#111111;
    margin-bottom:15px;
}

.episode-block h4{
    font-size:28px;
    font-weight: 400;
    color:#111111;
}

.episode-block p{
    font-size: 22px;
}

.episode-block img {
    display:block;
    max-width:100%;
    margin:0 auto;
}

.episode-block.eposide-title{
    max-width: 600px;
    margin:-50px -50px 0;
    padding:50px;
    background:#ffffff;
}

.episode-cols.cols2-4{
    width:50%;
}

.episode-block img.thumb{
    width:100%;
    box-shadow: rgba(124, 116, 116, 0.2) 0px 0px 10px;
}

.episode-cols.cols2-6{
    width:50%;
    align-items: baseline;
}

.episode-block img.podcast-logo {
    height: 125px;
    width: auto;
    margin: 0;
}

.episode-details {
    padding-left: 6px;
}

.episode-details .episode-details-social{
    display:flex;
}

.episode-details .episode-details-social a{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:15px;
    margin-right:5px;
    width:28px;
    height:28px;
    border-radius:28px;
    background:#111111;
}

.episode-details .episode-details-social a:hover{
    background:#FFBB19;
}

.episode-details .episode-details-social a svg{
    fill: #ffffff;
}

.episode-player{
    text-align: center;
    margin:-50px -50px 50px;
    padding:50px;
    background:#ffffff;
}

.episode-player iframe{
    max-width: 450px;
}

.episode-media{
    margin:50px 0;
    padding:20px;
    background: #ffffff;
    border-radius:10px;
}

.episode-media .episode-row{
    justify-content: center;
}

.episode-media .episode-row .episode-cols:first-child{
    width:100%;
    margin-bottom:20px;
}

.episode-media .episode-row .episode-cols{
    padding:0 10px;
}

.episode-media p{
    font-size:22px;
    font-weight: 500;
}

.episode-media a img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    margin:5px auto;
    transition:all .5s ease;
}

.episode-media a:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.episode-sub-listing{
    margin-bottom:50px;
}

.episode-sub-listing .episode-row{
    align-items: flex-start;
    border-bottom:1px solid rgb(189, 195, 199);
}

.episode-sub-listing .episode-cols{
    font-size: 15px;
    line-height: 25px;
    padding:20px 10px;
}

.episode-cols.cols5-1{
    width:25%;
    padding-left:0;
}

.episode-cols.cols5-2{
    width:40%;
}

.episode-cols.cols5-3{
    width:20%;
}

.episode-cols.cols5-4{
    width:10%;
}

.episode-cols.cols5-5{
    width:5%;
    padding-right:0;
}

.episode-block a.btn-link {
    display: inline-block;
    font-size: 22px;
    font-weight:500;
    color: #ffffff;
    text-align: center;
    text-decoration:none;
    padding:15px 40px;
    background-color: #111111;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.episode-block a.btn-link:hover{
    background:#FFBB19;
}

.episode-block img.omg-logo{
    width:148px;
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:767px) {
    .episode{
        padding:30px;
    }
    .episode-media{
        padding: 20px 30px;
    }
    .episode-sub-listing .episode-row{
        padding-bottom:15px;
        margin-bottom:20px;
    }
    .episode-cols.cols5-1,
    .episode-cols.cols5-2,
    .episode-cols.cols5-3,
    .episode-cols.cols5-4,
    .episode-cols.cols5-5{
        width:100%;
        padding:0 0 5px 0;
    }
    .episode-block.eposide-title{
        margin: -30px -30px 0;
        padding: 30px;
    }
    .episode-player{
        margin: -30px -30px 0;
        padding: 30px;
    }
}

@media screen and (max-width:636px) {
    .episode-block h2,
    .episode-block h4{
        font-size:32px;
    }
    .episode-block p{
    }
    .episode-cols.cols2-4,
    .episode-cols.cols2-6{
        width:50%;
    }
    .episode-block img.podcast-logo{
        height: 130px;
    }
    .episode-media .episode-row .episode-cols{
        padding:0 5px;
    }
}

@media screen and (max-width:480px) {
    .episode-cols.cols2-4,
    .episode-cols.cols2-6{
        width:100%;
        margin-bottom:20px;
    }
    .episode-cols.cols2-6.p20{
        padding:0;
    }
    .episode-player{
        margin-bottom:30px;
    }
    .episode-sub-listing{
        margin-bottom:30px;
    }
    .episode-block a.btn-link{
        font-size:20px;
        width:100%;
        padding: 15px;
    }
}

.list-block{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom:50px;
    background:#ffffff;
    text-align:left;
}

.list-block .list-block-img{
    width:450px;
    background-color: rgba(0,0,0,1);
    position:relative;
}

.list-block .list-block-img img{
    float:left;
    width:100%;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    transition:all .5s ease;
}

.list-block .list-block-img a{
    color: #ffffff;
    position: absolute;
    width: 72px;
    height: 72px;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:0;
    z-index:1;
}

.list-block .list-block-img a:after {
    left: calc(50% - 3px);
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #ffffff;
    border-width: 12px;
    margin-top: -12px;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    transition:all .5s ease;
}

.list-block .list-block-img:hover img{
    opacity:0.25;
}

.list-block .list-block-img:hover a{
    opacity:1;
}

.list-block .list-block-img a:hover:after{
    border-left-color: #ffbb19;
}

.list-block-content{
    width:calc(100% - 450px);
    padding:50px;
}

.list-block-content span{
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
}

.list-block-content h3{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    font-weight:500;
    margin-bottom:15px;
}

.list-block-content p{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    margin-bottom:10px;
}

.list-block-content a{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    color:#FFBB19;
}

@media screen and (max-width : 980px) {
    .list-block .list-block-img{
        width:45%;
    }
    .list-block-content{
        width:55%;
        padding:30px;
    }
}

@media screen and (max-width : 768px) {
    .list-block{
        flex-wrap: wrap;
    }
    .list-block .list-block-img{
        width:100%;
    }
    .list-block-content{
        width:100%;
        padding:30px;
    }
}

.donate-mobile{
    text-align:center;
    padding:15px;
    color:#ffffff;
    background:#FFBB19;
    display:none;
}

.donate-mobile span{
    border-bottom:1px solid #ffffff;
    cursor: pointer;
}

.btm-header{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight:400;
    float:left;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.btm-header .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.btm-header .logo {
    margin-top: 30px;
    padding-bottom: 20px;
    width: 280px;
    height: auto;
}

.btm-header nav ul li {
    display: inline-block;
}

.btm-header nav ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    text-decoration:none;
    padding: 30px 15px;
}

.btm-header nav ul li a:hover {
    color: #FFBB19;
}

.btm-header nav ul li a img{
    display: inline-block;
    width:18px;
    margin: 2px 0 -2px;
}

.btm-header nav ul li.menu-icon a{
    padding:30px 5px;
}

.btm-header nav ul li.menu-icon a:first-child{
    padding-left:15px;    
}

.btm-header nav ul li.menu-icon a svg{
    vertical-align:middle;
    fill: #ffffff;
    transition:all .5s ease;
}

.btm-header nav ul li.menu-icon a:hover svg{
    fill: #FFBB19;
}

.btm-banner {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight:400;
    color: #ffffff;
    float: left;
    width: 100%;
    height: initial !important;
    position: relative;
}

.btm-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.btm-banner .btm-banner-content{
    max-width: 60%;
    margin: 220px 0 50px 0;
    position: relative;
    z-index: 1;
}

.btm-banner .btm-banner-content span {
    display: inline-block;
    font-size: 18px;
    font-weight:500;
    color: #FFBB19;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 0;
}

.btm-banner .btm-banner-content h2 {
    display: inline-block;
    font-size: 72px;
    line-height:78px;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom: 10px;
}

.btm-banner .btm-banner-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.btm-banner .btm-banner-content p {
    display: inline-block;
    margin: 0;
}

.btm-banner .btm-banner-content a {
    display: inline-block;
    color: #FFBB19;
}

.btm-banner .btm-banner-content iframe{
    margin-top: 15px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.btm-wrapper {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    float: left;
    width: 100%;
    padding: 50px 0;
    background:#bcac8f;
}

.btm-wrapper.host-wrapper{
    background:rgba(0, 0, 0, 0.025);
    background:#bcac8f;
}

.btm-cards h2,
.btm-lists h2,
.feed-wrapper h2{
    font-size: 58px;
    font-weight: 500;
    text-transform: uppercase;
    text-align:left;
    margin-bottom:30px;
}

.btm-cards-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.btm-card {
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:50px;
    background: #ffffff;
    text-align: center;
}

.btm-card-left{
    width:220px;
}

.btm-card-right{
    text-align: left;
    width: calc(100% - 270px);
}

.btm-card img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.btm-card h3 {
    margin-bottom: 10px;
}

.btm-card-social {
    display: inline-block;
    width: 100%;
}

.btm-card-social a {
    margin: 0 5px;
}

.btm-card-social a img {
    width: 18px;
    height: 18px;
    margin-bottom: 0;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
    opacity: 0.8;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.btm-card-social a:hover img {
    opacity: 1;
}

.btm-card-social a svg{
    fill: rgba(0,0,0,.4);
}

.btm-card-social a:hover svg{
    fill: #FFBB19;
}

#Donate .btm-card .btm-card-right p{
    text-align:left;
}

#Donate .btm-card .btm-card-left input[type="image"]{
    width:90%;
}

#Donate .btm-card img{
    width:inherit;
    height:inherit;
}

.btm-lists{
    text-align:center;
}

.btm-lists a.btn-link {
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    text-transform:uppercase;
    text-align: center;
    text-decoration:none;
    padding: 20px 50px;
    background-color: #111111;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btm-lists a.btn-link:hover{
    background:#FFBB19;
}

.btm-footer{
    float: left;
    width: 100%;
    padding: 30px;
    color: #ffffff;
    background-color: #000000;
    position: relative;
    clear: both;
    font-size: 16px;
    text-align: center;
}

.btm-footer a{
    color:#ffffff;
    text-decoration:none;
}

.btm-footer a:hover{
    color:#FFBB19;
}

@media screen and (max-width : 1180px) {
    .btm-banner .parallax-banner-layer-0{
        background-position:60% center !important;
    }
}

@media screen and (max-width : 900px) {
    .btm-header .logo{
        width:220px
    }
    .btm-banner .btm-banner-content{
        margin:180px 0 50px 0;
    }
}


@media screen and (max-width : 768px) {
    .donate-mobile{
        display:block;
    }
    .btm-header{
        z-index: 2;
        top:58px;
    }
    .burger {
        display:block;
        position: fixed;
        right:30px;
        top:88px;
    }
    .burger.scrolly{
        top:30px;
    }
    .btm-header nav{
        display:none;
        position: fixed;
        left:0;
        top:0;
        padding:100px 0;
        width:100%;
        height:100vh;
        background:rgba(34,34,34,.9);
    }
    .btm-header nav ul li{
        display:block;
    }
    .btm-header nav ul li a{
        padding:5px 35px;
    }
    .btm-header nav ul li.menu-icon a{
        padding:5px 35px;
    }
    .btm-header nav ul li.menu-icon a:first-child{
        padding:5px 15px 5px 35px;
    }
    .btm-header nav ul li.menu-icon a:last-child{
        padding:5px 35px 5px 15px;
    }
    .btm-banner .btm-banner-content{
        max-width:100%;
    }
    .btm-banner .btm-banner-content h2 {
        font-size: 42px;
        line-height: 52px;
    }
    .btm-wrapper{
        padding:50px 0;
    }
    .btm-card{
        padding:30px;
        flex-wrap: wrap;
    }
    .btm-card-left,
    .btm-card-right{
        width:100%;
    }
    .btm-card-left{
        margin-bottom:15px;
    }
    #Donate .btm-card .btm-card-left {
        margin-bottom:0;
    }
    #Donate .btm-card .btm-card-right {
        margin-bottom:30px;
    }
    .btm-cards h2,
    .btm-lists h2,
    .feed-wrapper h2{
        margin-bottom:20px;
    }
}

@media screen and (max-width : 568px) {
    .donate-mobile{
        font-size:14px;
        line-height:20px;
    }
    .btm-banner .parallax-banner-layer-0{
        background-position:65% center !important;
    }
    .btm-banner .btm-banner-content h2{
        font-size:38px;
        line-height: 48px;
    }
    .btm-wrapper{
        padding:30px 0;
    }
    .btm-cards h2,
    .btm-lists h2,
    .feed-wrapper h2{
        font-size:32px;
    }
}

@media screen and (max-width : 397px) {
    .btm-header{
        top:70px;
    }
    .burger{
        top:100px;
    }
}

@media screen and (max-width : 767px) and ( orientation: landscape ) {
    .btm-banner{
        background-size:100% auto !important;
        background-position: top right !important;
    }
}

@media screen and (max-width : 767px) and ( orientation: portrait ) {
    .btm-banner{
        background-size:auto 100% !important;
        background-position: top right !important;
    }
}
