/*
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNNNNmmmNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMhso//+++osssNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMNhMMMMMMMMhhm.sMMMMMMMMMMMMMMMMMNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMdmMMMMMNdm:MMMMMMMMMMN.yMMMMMNmmmMMmh/Nd+s/MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMM-+MMMMMh.dmMMMNMMMMNhs.+ossdy:h-/Ms-hsd./oyhMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMM.+MMNmyo.dmNoosMMMMmhy.dMMMM.om.om.:MMo.oNmoMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMN.oMy:s-s.MNs-hydmMMMMh.NMMMM:oy-+y+/dhysohhNMMMMMMNhMMMmMMMMMMMMMMMNhMMMMMMMh/MMMMMMMMMM
MMMMMMMMMMMm.om.:sdo-Mod+/-hNMMMMs.MMMMMmhdmdmMNmNMMMMMMMM/+Mm:.Nm/:MMMMMMMMMMMh:MMMMNMM+/MMMMMMMMMM
MMMMMMMMMMMd.sN-:Nm/-hsMo+yMMMMMMdsMMMMMMdNMsNMMMMMMMMMMMd.+N:.+m:.+MmMNdMMdhhMssMNys:mM-yMMMMMMMMMM
MMMMMMMMMMMd.omy/++symMMMMMMMMMMMMMMMMMMM-yd.dMMMMMmNMMMMy.s+o.y/+.hd-ms:My:yyN.oN/-mhdh.mMMMMMMMMMM
MMMMMMMMMMy+:+sydmmmNMMMMMMMMMMMMMMMMMMdy.sy.yohMd/s:NMMMo.+ys./h:.Ns-M/+N:/+/o.hy.oMN+y/MMMMMMMMMMM
MMMMMMMMMMdmNMMMMMMMMMMMMMMMMMMMMMMMMMMMd.my.d-+N-:shyMMM/.+M+.:M.-M+:d.+sy/:om/ssyodhmohMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMy.N+-N.sh.+NmoMMM:.mMy.oM:.MmydmdmMmmMMNNMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMy.h:+MooydyhdNMMMdyMMMmNMd/omMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMmmNNMMMMMMMMMMMMMMMMMMMMMMNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM

*/
/* Selection colours (easy to forget) */
::selection     {background: rgb(255,255,255); color: #FFF; }
::-moz-selection  {background: rgb(255,255,255); color: #FFF; }
img::selection    {background: transparent; color: #FFF; }
img::-moz-selection {background: transparent; color: #FFF; }
body {-webkit-tap-highlight-color: rgb(255,255,255); color: #FFF; }

body {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #0b2f81;
  color: #fefefe;
  min-width: 320px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'AlternateGothic',sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.serif { font-family: 'Storing',serif; font-weight: 500; }
.sans { font-family: 'AlternateGothic','Helvetica Neue',Helvetica,Arial,sans-serif; font-weight: 500; }
.large { font-size: 3rem; }
.medium { font-size: 2rem; }

.fullwidth { max-width: 100%; }
.fullwidth [class*="block-grid-"] { margin-right: 0; margin-left: 0; }
.flush-padding .columns { padding-left: 0; padding-right: 0; }
.row .row.flush-padding { margin-left:0; margin-right:0;}
.flush-grid { margin-left:0; margin-right:0; }
.flush-left { margin-left:0; padding-left: 0 !important;}
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.uppercase { text-transform: uppercase; }
.bold { font-weight: 900; }
.small { font-size: 11px; }

.white { color: #fafafa; }
.white-bg { background-color: #fafafa; }
.black { color: #231f20; }
.black-bg { background-color: #231f20; }
.blue { color: #6b9dde; }
.blue-bg {background-color: #6b9dde; }
.red { color: #d13b23; }
.red-bg { background-color: #d13b23; }
.tan { color: #dddad3; }
.tan-bg { background-color: #dddad3; }
.light-blue { color: #96b8d2; }
.light-blue-bg { background-color: #96b8d2; }
.dark-blue { color: #0b2f81; }
.dark-blue-bg { background-color: #0b2f81; }


.hidden, .is-hidden { display: none !important; }
.letterspace { letter-spacing: 2px; }
.letterspace-wide { letter-spacing: 1em; }
.line-height { line-height:  1.5em; }

.padding-xsmall { padding: 0.5em; }
.padding-small { padding: 1.5em; }
.padding { padding: 3em; }
.padding-large { padding: 5em; }
.padding-none { padding: 0px !important; }

.padding-top-xxsmall { padding-top: 0.25em; }
.padding-bottom-xxsmall { padding-bottom: 0.25em; }
.padding-left-xxsmall { padding-left: 0.25em; }
.padding-right-xxsmall { padding-right: 0.25em; }

.padding-top-xsmall { padding-top: 0.5em; }
.padding-bottom-xsmall { padding-bottom: 0.5em; }
.padding-left-xsmall { padding-left: 0.5em; }
.padding-right-xsmall { padding-right: 0.5em; }

.padding-top-small { padding-top: 1.5em; }
.padding-bottom-small { padding-bottom: 1.5em; }
.padding-left-small { padding-left: 1.5em; }
.padding-right-small { padding-right: 1.5em; }

.padding-top { padding-top: 3em; }
.padding-bottom { padding-bottom: 3em; }
.padding-right { padding-right: 3em; }
.padding-left { padding-left: 3em; }

.padding-top-large { padding-top: 5em !important; }
.padding-top-xlarge { padding-top: 7em !important; }
.padding-bottom-large { padding-bottom: 5em !important; }
.padding-bottom-xlarge { padding-bottom: 7em !important; }
.padding-bottom-medium { padding-bottom: 3em !important; }

.margin-top-small { margin-top: 1.5em; }
.margin-bottom-small { margin-bottom: 1.5em; }
.margin-top { margin-top: 3em; }
.margin-bottom { margin-bottom: 3em; }
.margin-top-large { margin-top: 5em; }
.margin-bottom-large { margin-bottom: 5em; }
.margin-bottom-xlarge { margin-bottom: 7em; }
.margin-left-xsmall { margin-left: 0.5em; }
.margin-left-small { margin-left: 1.5em; }
.margin-left { margin-left: 3em; }
.margin-left-large { margin-left: 5em; }
.margin-left-xlarge { margin-left: 7em; }
.margin-right-xsmall { margin-right: 0.5em; }
.margin-right-small { margin-right: 1.5em; }
.margin-right { margin-right: 3em; }
.margin-right-large { margin-right: 5em; }
.margin-right-xlarge { margin-right: 7em; }


.overflow-hidden { overflow: hidden; }

.relative { position: relative; }
.topmost { z-index: 100; }
.widescreen {
  height: 0;
  position: relative;
  padding-top: 56.25%;
  display: block;
  background-size: cover;
}
.text-large {
  font-size: 22px;
}
.text-xlarge {
  font-size: 32px;
}
.widescreen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a, a:active {
  color: #6b9dde; ;
  text-decoration: none;
}
a:hover {
  color: #5076a7;
}

a.white,
.white-links a {
  color: #FFF;
  text-decoration: underline;
}
.white-links a:hover {
  text-decoration: underline;
  opacity: 0.5;
}
a.underline {
  border-bottom: 1px solid #6c9ede;
}
a.no-underline,
a.white.no-underline {
  border-bottom: none !important;
  text-decoration: none;
}
a.underline:hover,
a.no-underline:hover {
  opacity: 0.5;
}

[data-vertical-center] > *,
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.align-bottom {
  position: absolute;
  bottom: 20%;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border { border: 10px solid #f05223; }
.border-thick {
  border-width: 40px;
  border-style: solid;
  border-color: #6c9ede;
}
.border-thin { border: 1px solid rgba(255,255,255,0.2); }
.border-bottom { border-bottom: 1px solid #6c9ede; }
.border-black { border-color: #525e60; }
.border-white { border-color: rgba(255,255,255,0.5); }
.border-left { border-left: 1px solid #6c9ede; }
.border-right { border-right: 1px solid #6c9ede; }
.border-top { border-top: 1px solid #6c9ede; }
.border-bottom { border-bottom: 1px solid #6c9ede; }

.inline-block { display: inline-block !important; }
.block { display: block !important;}
[data-equal-columns] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 39.9375em) {
  [data-equal-columns] {
    display: inherit;
    align-items: center;
    justify-content: center;
  }
}

.button {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  font-family: sans-serif;
  padding: 10px 20px;
  border-radius: 4px;
  background: #6b9dde;
  color: #fff;
  border-bottom: none;
}
.button:hover,
.button.hover {
  color: #fff;
  background: #5076a7;
}
.large-buttons .button {
  font-size: 20px;
}
.button.large {
  font-size: 18px;
  max-width: 300px;
  margin: 0 auto;
}
.button.badge {
  background: #FFF;
  font-size: 30px;
  color: #000;
  border-radius: 100%;
  text-align: center;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(0,0,0,0.5);
  position: relative;
  display: block;
}
.button.badge i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.button.badge:hover {
  color: #FFF;
  background: #ff4b00;
}
.button.badge.small {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.button.tiny {
  display: inline-block;
  padding: 6px 15px;
  font-size: 12px;
}
.button.tiny:hover {

}
.button.black-bg {
  background: #231f20;
  color: #FAFAFA;
}
.button.black-bg:hover {
  background: rgba(0,0,0,0.5);
  color: #FAFAFA;
}
.dropshadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.strong {
  font-weight: 900;
}
.fullpage{
  min-height: 95vh;
}
.halfpage {
  height: 60vh;
}
@media only screen and (max-width: 39.9375em) {
  .small-only-padding-right-none { padding-right: 0; }
  .small-only-padding-none { padding: 0; }
  .small-only-padding { padding: 1.5em; }
  .small-only-padding-top { padding-top: 1.5em; }
  .small-only-padding-bottom { padding-bottom: 1.5em; }
  .small-only-padding-left { padding-left: 1.5em; }
  .small-only-padding-right { padding-right: 1.5em; }
  .small-only-margin-bottom-none { margin-bottom: 0 !important; }
  .small-only-text-center { text-align: center; }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* NAV */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.navbar {
  z-index: 101;
  color: #FFF;
}
.navbar .columns {
  height: 6vh;
}
.navbar a.identity {
  position: relative;
  top: 0px;
  display: block;
  text-align: left;
  padding-top: 4em;
  width: 160px;
  height: 35px;
  background: url('images/letsfacethemusic--logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  float: right;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.navbar .identity:hover {
  opacity: 1;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.primary-navigation-container {
  height: 6vh;
}
.navbar  a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 700;
  line-height: 1em;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #0b2f81;
}
.navbar a:hover {
  opacity: 0.5;
}

.mobile-nav-menu-container {
  position: absolute;
  top: 20px;
  left:20px;
  z-index: 200;
  font-size: 20px;
}

.mobile-menu-container {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background: #6c9ede;
  display: none;
  z-index: 1800;
}
.mobile-menu-container a {
  color: #0b2f81;
}
.mobile-menu-container a:hover {

}
.navbar.fixed .mobile-menu-container {
  top: 50px;
  height: calc(100% - 50px);
}
.mobile-menu-container .mobile-menu-options {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  font-size: 30px;
}
input#control-nav {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.control-nav { /* label icon */
  display: block;
  top: 10px;
  position: relative;
  color: #0b2f81;
}
.control-nav:hover {
  cursor: pointer;
}
.control-nav:before {
	content: "";
	display: block;
	height: 3px;
}
.control-nav-close {
  display: none;
}

input#control-nav:checked ~ .mobile-nav-menu-container .control-nav-open {
  display: none;
}
input#control-nav:checked ~ .mobile-nav-menu-container .control-nav-close {
  display: inline-block;
}

body.menu-open {
  overflow: hidden;
}

.navbar.fixed,
body.about .navbar,
body.home .navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6vh;
}

.navbar.fixed .columns {
  height: 6vh;
}
.navbar.fixed .primary-navigation-container {
  height: 6vh;
}
.navbar.fixed .identity {

}

.navbar.fixed .identity-container {

}
.navbar.fixed .control-nav {
  top: -10px;
}
body.home .navbar .identity {
  display: none;
}
body.home .navbar .columns,
body.home .primary-navigation-container,
body.home .navbar  {
  height: auto;
}
body.home .navbar a {
  padding: 20px 10px;
  color: #FFF;
}
body.home [data-vertical-center] > * {
  transform: translateY(0);
  top:0;
}
body.home .navbar {

}
body.home .navbar a {

}

@media screen and (max-width: 39.9375em) {

  body.subpage .control-nav {
    color: #0b2f81;
  }
  .mobile-nav-menu-container {
    top: -2px;
  }
  .navbar {
    height: 50px;
  }
  .navbar a.identity {
    height: auto;
    display: block;
    width: 150px;
    height: 35px;
    margin-top: 0;
    padding-top: 0px;
    text-align: center;
    position: absolute;
    background-position: center center;
    right: 20px;
    top: -15px;
  }
  .navbar .columns {

  }
  .navbar.fixed {

  }

  input#control-nav:checked ~ .mobile-menu-container {
    display: block;
  }
  [data-equalizer-column][style]{

  }
  .mobile-menu-container a {
    display: block;
    margin-bottom: 15px;
    font-size: 2em;
  }
  .primary-navigation-container  {

  }
  body.home .primary-navigation-container {

  }
  body.home .navbar .mobile-nav-menu-container {
    top: 5px;
  }
  body.home.menu-open .navbar.fixed .mobile-nav-menu-container {
    top: 15px;
  }
  body.home .navbar.fixed .mobile-nav-menu-container {
    top: 15px;
    color: #FFF;
  }
  body.home .mobile-menu-container,
  body.home .navbar.fixed .mobile-menu-container {
    top: 60px;
    height: calc(100% - 60px);
  }
  .halfpage {
    height: auto;
  }
  .halfpage .vertical-center {
    position: relative;
    top: 0;
    transform: none;
  }
  .latest hgroup,
  .latest .latest-arrow {
    padding-top: 30px;
  }
  .latest .latest-arrow a {
    margin: 0 auto;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* MAIN */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}

.branding {
  overflow: hidden;
  background: url('images/texture-bg.jpg');
  background-size: cover;
}
.branding,
.logo-holder,
.face-holder {
  min-height: 95vh;
  z-index: 100;
}
.logo-holder {
  background-image: url('images/lets-face-the-music.png');
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center 30%;
  z-index: 10;
  position: relative;
}
@keyframes reveal-logo {
  from {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+3&0+0,0.65+3 */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 3%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 3%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 3%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }
  to {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+81,000000+100&0+99,0.65+100 */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 81%, rgba(0,0,0,0) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 81%,rgba(0,0,0,0) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 81%,rgba(0,0,0,0) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  }
}
.site-logo {
  background-image: url('images/lets-face-the-music.png');
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50vh;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.site-logo:before {
  content: '';
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f00;

  animation-duration: 1s;
  z-index: 50;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+3&0+0,0.65+3 */
  background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 3%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 3%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 3%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */v
}
.branding .half {
  height: 95vh;
  width: 50%;
}

.branding-holder {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
}
.branding-holder h1,
.bottom-fixed h1 {
  font-size: 3.5em;
}
.bottom-fixed {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 200;
}
.center-fixed {

}
.bottom-fixed mark {
  background-color: #ffd22f;
  color: #282828;
  line-height: 1em;
}
.bottom-fixed h4 {
  line-height: 1.3em;
}


.bottom-fixed a {

}
.piano {
  background: url('images/piano-man.png') no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .branding, .face-holder, .branding .half {
    min-height: 90vh;
  }
  .logo-holder {
    min-height: 90vh;
    background-size: 90% auto;
  }
  .branding-holder {
    width: 80%;
  }
  .bottom-fixed mark {
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 39.9375em) {

  .border-thick {
    border-width: 10px;
  }
  .branding, .face-holder, .branding .half {
    min-height: 0;
  }
  .piano {
    background-size: 100% auto;
    height: 113px;
  }
  .logo-holder {
    position: relative;
    top: 20px; left: 0;
    background-position: center center;
    background-size: contain;
    width: 100%;
    min-height: 30vh;
    background-image: url('images/letsfacethemusic--logo.png');
  }
  .site-logo {
    background-image: url('images/letsfacethemusic--logo.png');
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 25vh;
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  .bottom-fixed {
    padding-bottom: 0px;
    position: relative;
    height: auto;
    bottom: -35px;
    text-align: center;
  }
  .center-fixed {
    transform: none;
    bottom: auto;
    top: 0;
    padding-top: 20px;
  }
  .bottom-fixed mark {
    background-color: none;
    line-height: 1.2em;
  }
  .branding-holder h1, .bottom-fixed h1 {
    font-size: 2em;
  }
  .bottom-fixed h2 {
    font-size: 1.8em;
  }
  .bottom-fixed a {
    margin: 0 auto;
    float: none !important;
  }
  .branding-holder {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .branding-holder h1 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  body.home .action-holder {
    padding-top: 0 !important;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 9em;
    text-align: center;
  }


}

.top-shadow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.bottom-shadow:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */

}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* PODCAST  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
body.home .cover {
  position: relative;
  top: -10vh;
  display: block;
  margin-bottom: -5vh;
}
body.episode .cover {

  margin-bottom: 2em;
  display: block;
}
body.episode .desc a {
  color: rgb(255, 57, 33);
  text-decoration: underline;
}
body.episode .desc a:hover {
  color: #272635;
}
body.episode .desc a.white {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
body.episode .desc a:hover {
  color: rgb(255, 57, 33);
}
body.episode .desc .addendum a {
  text-decoration: none;
  color: rgb(40,40,40);
}

.thepodcast .primary-title {
  font-weight: 700;
  font-size: 55px;
}
.thepodcast .primary-title.camelcase {
  text-transform: none;
}
body.episode .thepodcast .primary-title {
  font-size: 35px;
}
body.episode a.white {

}
.thepodcast h3 {
  line-height: 1.4em;
}
.social-icons a {
  font-size: 30px;
  margin-right: 10px;
  display: inline-block;
  padding: 5px;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255,255,255,0);
  border-radius: 30px;
  color: #FFF;
}
.social-icons a span {
  display: none;
}
.social-icons a:hover {
  color: #fff;
  background: #7f3225;
  border: 2px solid #7f3225;
}

.social-list a {
  font-size: 13px;
}
.social-list .username {
  position: relative;
  top: 1px;
}

.social-list a .larger {
  font-size: 20px;
  float: left;
  margin-right: 5px;
  top: -4px;
  position: relative;
}
.social-icons.small-social a {
  font-size: 15px;
  padding: 2px 5px 5px 5px;
  text-align: center;
  width: 30px;
  height: 30px;
}

body.episode .embed {
  margin-top: -2em;
}
/*    Tablet Layout:   */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .social-list a {
    text-align: center;
  }
  .social-list a .larger {
    float: none;
    top: 0;
  }
}
/* Small only */
@media screen and (max-width: 39.9375em) {

  .social-list {
    padding-left: 20px;
    padding-right: 20px;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 20px !important;
  }
  .social-list .larger {
    float: left;
    margin-right: 5px;
  }
  .social-list .username {
    top: 4px;
  }
  .thepodcast .primary-title{
    font-size: 40px;
  }
  .contact .bottom-row {
    padding-bottom: 50px;
  }
  body.episode .thepodcast .row.padding-top-large {
    padding-top:20px !important;
  }

  body.episode .embed-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background: #FFF;
    width: 100%;
    height: 90px;
  }
  body.home .embed-container iframe {
    height: 70px !important;
  }
  body.episode .embed-container iframe {
    height: 90px !important;
  }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* ABOUT  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.headshot {
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.headshot a {
  display: block;
  width: 100%;
  height: 100%;
}
.about-page.threequarterspage {
  height: 75vh;
}
.about-page .bg-about {
  height: 100%;
}
.about-page-offset {
  margin-top: -60px;
}
/* Medium Only */
@media screen and (min-width: 40em) {
  .about-page.threequarterspage {
    height: 75vh;
  }
  .about-page-offset {
    padding-top: 40px;
  }
  .about-page-offset .halfpage {
    height: auto;
  }
  .about-row .names {
    top: 50%;
  }
  .headshot {
    width: 300px;
    height: 300px;
  }

}

@media only screen and (max-width: 39.9375em) {
  .about-page.fullpage {
    min-height: auto;
    padding-bottom: 3rem;
  }
  .about-row .names {
    top: 50%;
    transform: translate(-50%, -130%);
    width: 80%;
    left: 50%;
  }
  .headshot {
    width: 200px;
    height: 200px;
  }

  .about-page-offset {
    margin-top: 0;
    padding-top: 20px;
  }
  .about-page .bg-about {
    height: 100%;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* CONTACT  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.offset-top {
  top: -180px;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 39.9375em) {
  .offset-top {
    top: 0;
    margin-bottom: 0;
  }
  .offset-top .columns {
    padding: 0;
  }
  .gallery {
    margin-top: -80px;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* EPISODES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.episode-grid a.title {

}
.episode-grid .episode-cover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 100;
}
.episode-grid .episode-cover:hover {
  -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
@media screen and (max-width: 39.9375em) {
  .subscribe-grid,
  .episode-grid {
    padding-left: 2em;
    padding-right: 2em;
  }
  .subscribe-grid a {
    font-size: 11px;
  }
  .episode-container h2 {
    font-family: 'Storing',cursive;
    padding-top: 10px;
  }
  .episode-container h2 a {
    text-transform: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .subscribe-grid,
  .episode-grid {
    padding-left: 2em;
    padding-right: 2em;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* SECTIONS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.about-page {
  overflow: hidden;
}
.about-row {
  height: 100%;
}
.absolute-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 100;
}
body.about .about-page {
  height: 100vh;
}
.bg-about {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-about:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20%;
  width: 100%;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+80&0+0,0.65+81 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 80%, rgba(0,0,0,0.65) 81%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 80%,rgba(0,0,0,0.65) 81%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 80%,rgba(0,0,0,0.65) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */


}
.avatar {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #282828;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
}
.avatar.large {
  width: 400px;
  height: 400px;
  border-radius: 200px;
}
.about-container {
  z-index: 200;
  margin-top: -50px;
}


body.home .navbar {
  display: none;
}
body.about .navbar {
  height: 9vh;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  .row.align-bottom {
    position: relative;
  }
  .row.align-bottom.padding-top-large {
    padding-top: 0px !important;
    position: relative;
    top: -50px;
  }
}
@media screen and (max-width: 39.9375em) {
  body.about {
    background: #282828;
  }
  .row.align-bottom {
    position: relative;
  }
  body.home .bg-about:before {
    height: 60%;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* FOOTER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.wott {
  display: inline-block;
  max-width: 120px;
}
.knack {
  display: inline-block;
  max-width: 120px;
  margin-right: 20px;
}
.wott-container {

}
footer {
  position: relative;
  z-index: 101;
}
footer .social-icons {
  text-align: right;
}
@media screen and (max-width: 39.9375em) {
  footer .social-icons {
    text-align: center;
    margin-bottom: 30px;
  }
  .wott-container {
    text-align: center;
  }
  footer a.wott,
  footer a.knack{
    display: block;
    margin: 0 auto;
  }
  footer a.knack {
    margin-bottom: 20px;
  }
  body.episode footer {
    padding-bottom: 120px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* MODALS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#blanket {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 200;
  display: none;
}
#blanket.is-active {
  display: block;
}


.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #FFF;
  max-width: 60%;
  z-index: 300;
  display: none;
}
.modal.is-active {
  display: block;
}

.close-modal {
  position: absolute;
  right: -40px;
  top: -40px;
  color: #FFF;
  font-size: 40px;
}
.close-modal a {
  color: #FFF;
}
.modal .status-msg.error {
  color: #f00;
  font-size: 18px;
  padding-top: 7px;
}
.modal-credit {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: 'Raleway',sans-serif;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .modal {
    max-width: 80%;
    width: 90%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .modal {
    max-width: 90%;
    width: 90%;
  }
}
.readmore {
  max-height: 250px;
  overflow: hidden;
}
.readmore.show-all {
  max-height: none;
  overflow: visible;
}
body.episode .block-gallery a {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
body.episode .block-gallery a.has-bg img {
  display: none;
}

body.fourohfour {

}


/* Small only */
@media screen and (max-width: 39.9375em) {


}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-break {
    display: block;
  }
}
