/* Variables */
/* mixins */
/* ANIMATION */

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.animated {
  animation-duration: 1.5s;
  animation-fill-mode: both; }

.fadeInRight {
  animation-name: fadeInRight; }

/* GLOBAL STYLES */
html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

html {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-weight: 300; }

body {
  background: #171717;
  background-size: 100%;
  color: #a4a4a4;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #fff;
  text-decoration: none;
  font-weight: 700; }
  a:hover {
    text-decoration: underline; }

ul {
  margin: 1.5em 0; }

hr {
  border: 0;
  border-top: 1px solid #c1a961;
  margin: 3em 0; }

.center {
  text-align: center; }

/* IMAGES */
.image-left {
  text-align: center;
  width: 200px;
  margin: 0.5em auto; }
  @media only screen and (min-width: 40.0625em) {
    .image-left {
      float: left;
      margin-right: 1em;
      width: 150px; } }
  @media only screen and (min-width: 64.0625em) {
    .image-left {
      width: 200px; } }
.circular {
  border-radius: 50%; }

/* TYPOGRAPHY */
p {
  margin: 0 0 1.5em 0; }

h1,
h2 {
  line-height: 1em;
  font-weight: 300; }

h1:first-child,
h2:first-child {
  margin-top: 0; }

h1 {
  font-size: 2.5em;
  margin: 1em 0 1em 0;
  color: #fff; }
  @media only screen and (min-width: 40.0625em) {
    h1 {
      font-size: 3em; } }
h2 {
  color: #fff;
  font-size: 2em;
  margin: 1.5em 0 0.75em 0;
  letter-spacing: 1px; }

h3 {
  font-size: 1.5em;
  margin: 2em 0 1em; }

.page-title {
  margin-top: 0; }

.text-large {
  font-size: 1.125em; }

@media only screen and (min-width: 40.0625em) {
  .para-right {
    margin-left: 180px; } }

@media only screen and (min-width: 64.0625em) {
  .para-right {
    margin-left: 230px; } }

/* HEADER */
.site-header {
  max-width: 64.5em;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 1.5em;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 40.0625em) {
    .site-header {
      padding-top: 3em;
      padding-bottom: 3em; } }
  @media only screen and (min-width: 64.0625em) {
    .site-header {
      text-align: left; } }
.social-icons {
  float: right;
  position: absolute;
  right: 0;
  top: 0; }

.social-icon-facebook {
  background-color: #3b5998;
  display: inline-block;
  padding: 10px;
  height: 40px;
  margin-left: 1rem;
  width: 40px; }

.social-icon-facebook:hover {
  background-color: #4060a5; }

.logo svg {
  width: 100%;
  max-width: 100%; }

@media only screen and (min-width: 64.0625em) {
  .site-header .logo {
    float: left; } }

/* NAVIGATION */
.main-navigation {
  margin-top: 1em; }
  @media only screen and (min-width: 64.0625em) {
    .main-navigation {
      float: right; } }
  .main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .main-navigation li {
    display: inline-block;
    margin: 0 0.5em; }
  .main-navigation a {
    display: inline-block;
    line-height: 1em;
    padding: 0.5em 0;
    text-transform: uppercase;
    font-size: 0.875em;
    border-bottom: 2px solid #171717;
    margin-bottom: 5px; }
    .main-navigation a:hover, .main-navigation a.active {
      text-decoration: none;
      border-bottom: 2px solid #c1a961; }

/* PAGE LAYOUT */
.banner {
  background: #171717 url("../images/John-Penn-singer.jpg") no-repeat top center;
  background-size: cover;
  margin-bottom: 1.5em;
  overflow: hidden; }
  @media only screen and (min-width: 40.0625em) {
    .banner {
      margin-bottom: 3em;
      padding-left: 20%; } }
  @media only screen and (min-width: 40.0625em) {
    .banner {
      padding-left: 30%; } }
  .banner h1 {
    text-align: center;
    line-height: 1.2em;
    font-size: 2em;
    margin: 0;
    margin-top: 2em;
    margin-bottom: 2em; }
    @media only screen and (min-width: 40.0625em) {
      .banner h1 {
        font-size: 3em;
        margin-top: 3em;
        margin-bottom: 3em; } }
    @media only screen and (min-width: 64.0625em) {
      .banner h1 {
        font-size: 3.5em; } }
    .banner h1 .top-line {
      color: #c1a961;
      font-weight: bold;
      font-size: 0.5em;
      text-transform: uppercase;
      letter-spacing: 4px;
      display: block;
      line-height: 1em; }
      @media only screen and (min-width: 40.0625em) {
        .banner h1 .top-line {
          font-size: 0.625em;
          margin-bottom: 0.5em; } }
    .banner h1 .bottom-line {
      font-size: 1.25em;
      text-shadow: 0 2px 5px #000; }
      @media only screen and (min-width: 40.0625em) {
        .banner h1 .bottom-line {
          font-size: 1.5em; } }
.image-banner {
  margin-bottom: 1.5em; }
  @media only screen and (min-width: 40.0625em) {
    .image-banner {
      margin-bottom: 3em; } }
.site-footer {
  padding: 3em 16px;
  background-color: #000;
  margin-top: 3em;
  text-align: center; }
  .site-footer svg {
    max-width: 100%;
    width: 100%; }

.credits {
  font-size: 0.75em;
  color: #a4a4a4; }
  .credits a {
    color: #a4a4a4;
    font-weight: normal;
    margin: 0 0.5em; }

.set-list {
  list-style: none;
  padding: 0; }
  .set-list li {
    margin-bottom: 0.75em; }
    @media only screen and (min-width: 40.0625em) {
      .set-list li {
        float: left;
        width: 50%; } }
  .set-list li:nth-child(2n+1) {
    clear: both; }

.button {
  font-size: 1em;
  font-weight: bold;
  background-color: transparent;
  color: #fff;
  display: inline-block;
  border: 2px solid #a4a4a4;
  border-radius: 30px;
  padding: 0.5em 1em;
  cursor: pointer;
  text-align: center; }

.button:hover,
.button:focus {
  border: 2px solid #c1a961;
  outline: none;
  text-decoration: none; }

.button-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .button-list li {
    display: inline; }
    .button-list li .button {
      margin: 0 0.5em 0.5em 0; }

.cd-top {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 1em;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  background-color: #c1a961;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s; }
  @media only screen and (min-width: 40.0625em) {
    .cd-top {
      right: 20px;
      bottom: 20px; } }
  @media only screen and (min-width: 64.0625em) {
    .cd-top {
      padding: 1em;
      right: 30px;
      bottom: 30px; } }
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1; }

.no-touch .cd-top:hover {
  background-color: #c1a961;
  opacity: 1; }

.quote {
  border: 2px solid #4a4a4a;
  border-radius: 1em;
  margin-bottom: 4em;
  padding: 1em;
  position: relative; }
  @media only screen and (min-width: 40.0625em) {
    .quote {
      padding: 1.5em; } }
  .quote:before {
    content: '';
    border-color: rgba(0, 0, 0, 0) #4a4a4a;
    border-style: solid;
    border-width: 0 30px 30px 0;
    display: block;
    bottom: -30px;
    right: 40px;
    position: absolute; }
  .quote:after {
    content: '';
    border-color: rgba(0, 0, 0, 0) #171717;
    border-style: solid;
    border-width: 0 26px 26px 0;
    display: block;
    bottom: -26px;
    right: 41px;
    position: absolute; }
  .quote h2 {
    color: #c1a961; }

/* CONTACT FORM */
.contact-form {
  max-width: 500px; }

label {
  margin-bottom: 5px;
  font-size: 0.875em;
  font-weight: bold; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  border: none;
  border-radius: 0; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background-color: transparent;
  border: 2px solid #a4a4a4;
  color: #fff;
  padding: 0.5em;
  width: 100%;
  margin-bottom: 1em; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: 2px solid #c1a961; }

textarea {
  min-height: 100px; }

.error {
  color: #ff0000;
  font-weight: bold;
  text-align: center; }

/* PLAYLIST */
.music-player {
  padding-bottom: 720px;
  margin-top: 1.5em; }
  @media only screen and (min-width: 40.0625em) {
    .music-player {
      margin-top: 0; } }
.mejs-playlist {
  position: absolute;
  left: 0;
  height: 700px !important;
  overflow-y: auto;
  background: #000000; }

.mejs-playlist ul {
  margin: 0;
  padding: 0; }

.mejs-playlist li {
  color: white;
  overflow: hidden;
  cursor: pointer;
  border-top: 1px solid #272727;
  padding: 0.5em 1em;
  font-size: 0.875em;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs-playlist li:hover {
  color: #fff;
  text-decoration: underline; }

.mejs-playlist li.current {
  font-weight: bold; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1.5em; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* COOKIE PAGE */
.cookie-table {
  margin-bottom: 1em;
  border-collapse: collapse; }

.cookie-table,
.cookie-table th,
.cookie-table td {
  border: 1px solid #a4a4a4; }

.cookie-table th,
.cookie-table td {
  padding: 10px; }

/* GRID */
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both; }

.row {
  max-width: 64.5em;
  margin: 0 auto;
  position: relative; }

.row[class*='col-'] {
  float: none; }

[class*='col-'] {
  float: left;
  min-height: 1px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px; }

@media only screen and (min-width: 40.0625em) {
  .col-1 {
    width: 16.66%; }
  .col-2 {
    width: 33.33%; }
  .col-3 {
    width: 50%; }
  .col-4 {
    width: 66.66%; }
  .col-5 {
    width: 83.33%; }
  .col-6 {
    width: 100%; } }

.push-right {
  float: right; }

.pull-left {
  float: left; }
