/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Fakt';
  src: url("fonts/FaktPro-Normal.woff2") format("woff2"), url("fonts/FaktPro-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Fakt';
  src: url("fonts/FaktPro-SemiBold.woff2") format("woff2"), url("fonts/FaktPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'comic';
  src: url("fonts/ComicSansMS.woff2") format("woff2"), url("fonts/ComicSansMS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*.................................................................................*/
/*$break-large-desktop: 2500px;*/
/*$break-infinite: 500000px;*/
/*....................................SCSS MIXINS..................................*/
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Fakt';
  src: url("fonts/FaktPro-Normal.woff2") format("woff2"), url("fonts/FaktPro-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Fakt';
  src: url("fonts/FaktPro-SemiBold.woff2") format("woff2"), url("fonts/FaktPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'comic';
  src: url("fonts/ComicSansMS.woff2") format("woff2"), url("fonts/ComicSansMS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*.....................ACTIVE CLASSES......................*/
.blacked_text {
  color: #ffffff; }

.blacked_path {
  fill: #ffffff; }

.blacked_background {
  background-color: #000000; }

/*.....................GENERAL STYLES......................*/
html {
  font-family: "comic", sans-serif;
  width: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  body {
    width: 100%;
    overflow-x: hidden; } }

input,
textarea,
select,
a,
li {
  text-decoration: none; }

a {
  cursor: pointer; }

h3 a {
  font-size: 25px;
  line-height: 1em;
  font-family: "Times New Roman", Times, serif;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    h3 a {
      font-size: 23px;
      line-height: 30px; } }

h4 a {
  font-size: 20px;
  line-height: 1em;
  font-family: "Times New Roman", Times, serif;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    h4 a {
      font-size: 18px;
      line-height: 30px; } }

.a-hover {
  color: #000000;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease; }
  .a-hover:hover {
    color: #e8e8e8;
    /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
    /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/
    /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/ }
    @media only screen and (min-width: 0px) and (max-device-width: 767px) {
      .a-hover:hover {
        color: #000000 !important; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1022px) and (orientation: portrait) {
      .a-hover:hover {
        color: #000000 !important; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1022px) and (orientation: landscape) {
      .a-hover:hover {
        color: #000000 !important; } }

p {
  font-size: 20px;
  line-height: 30px;
  font-family: "comic", sans-serif;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    p {
      font-size: 20px;
      line-height: 30px; } }

h1 {
  font-size: 45px;
  line-height: 1em;
  font-family: "Times New Roman", Times, serif;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    h1 {
      font-size: 40px;
      line-height: 30px; } }

h2 {
  font-size: 30px;
  line-height: 1em;
  font-family: "Times New Roman", Times, serif;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    h2 {
      font-size: 26px;
      line-height: 25px; } }

h3 {
  font-size: 25px;
  line-height: 1em;
  font-family: "Times New Roman", Times, serif;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    h3 {
      font-size: 23px;
      line-height: 30px; } }

h4 {
  font-size: 20px;
  line-height: 1em;
  font-family: "Times New Roman", Times, serif;
  /*  @if $media == large-desktop {
    @media only screen and (min-width: $break-large-desktop + 1) and (max-width: $break-infinite) { @content; }
  }*/ }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    h4 {
      font-size: 18px;
      line-height: 30px; } }

.desktop {
  display: block; }

.mobile {
  display: none; }

table {
  width: 100vw;
  height: 100vh; }
  table tr td {
    vertical-align: middle; }

ol,
ul {
  display: block;
  list-style: disc outside none;
  margin: 1em 0;
  padding: 0 0 0 40px; }

ol {
  list-style-type: decimal; }

li {
  display: list-item; }

ol ul,
ul ul {
  list-style-type: circle;
  margin-left: 15px; }

ol ol,
ul ol {
  list-style-type: lower-latin;
  margin-left: 15px; }

.voffset1 {
  margin-top: 15px; }

.voffset2 {
  margin-top: 30px; }

.voffset3 {
  margin-top: 45px; }

.voffset4 {
  margin-top: 60px; }

.m-bottom {
  margin-bottom: 1em; }

.white {
  color: #ffffff; }
  .white h1 {
    color: #ffffff; }

h1.big {
  font-size: 3em;
  padding-top: 0;
  padding-bottom: 1em; }

hr {
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em; }

.plyr__container {
  background: black;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden; }
  .plyr__container #player {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .plyr__container .plyr__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    height: 1.5rem;
    width: 1.5rem;
    overflow: hidden;
    transform: rotate(0) scale(1);
    transition: 0.5s; }
    .plyr__container .plyr__close:hover {
      transform: rotate(90deg) scale(0.8); }

.plyr__control--overlaid {
  background: rgba(5, 5, 5, 0.8); }

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: black; }

.plyr--full-ui input[type="range"] {
  color: grey; }

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(255, 0, 15, 0.5); }

@media screen and (max-width: 768px) {
  .desktop {
    display: none; }
  body {
    overflow-x: hidden !important; }
  .mobile {
    display: block; } }

body,
html,
* {
  font-smooth: "never";
  -webkit-font-smoothing: "none"; }

.full-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }

p {
  margin-bottom: 1em; }

.eael-post-list-container.layout-advanced .eael-post-list-posts-wrap .eael-post-list-post .eael-post-list-thumbnail {
  -webkit-border-radius: 0;
  border-radius: 0; }

header {
  position: relative;
  padding: 3em 0;
  width: 100%;
  z-index: 9999; }
  header a {
    text-transform: uppercase; }

body {
  background: #000000;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  text-shadow: 2px 2px 0px black;
  font-weight: normal;
  background-repeat: repeat;
  background-size: auto; }
  body.home {
    background-image: url("../images/bg/lightning.gif"); }
  body.page-bio {
    background-image: url("../images/bg/matrix.gif"); }
  body.page-blog {
    background-image: url("../images/bg/redbrick.png"); }
  body.page-podcast {
    background-image: url("../images/bg/purp.png"); }
  body.page-events {
    background-image: url("../images/bg/space.gif"); }
  body.single-post {
    background-image: url("../images/bg/jordan.gif"); }

.single-post h1 {
  font-style: italic;
  color: #ffff00; }

small {
  font-size: 70% !important; }

ul.social {
  padding: 0;
  text-align: center;
  margin: 0;
  list-style: none;
  list-style-type: none; }
  ul.social li {
    display: inline-block;
    margin-right: 1em; }
    ul.social li:last-child {
      margin-right: 0; }

.menu-jam {
  border: 10px ridge green;
  padding: 1em 2em;
  background-image: url("../images/bg/water.gif"); }
  .menu-jam ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none; }
    .menu-jam ul li {
      margin-bottom: 1em;
      text-align: center; }
      .menu-jam ul li a {
        font-family: "Times New Roman", Times, serif;
        color: #ffff00;
        text-decoration: none;
        font-style: italic;
        font-size: 25px;
        line-height: 1em;
        text-shadow: 0 0 5px #FF0000; }
      .menu-jam ul li:last-child {
        margin-bottom: 0; }

.menu-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none; }
  .menu-mobile ul li {
    margin-bottom: 1em;
    text-align: center; }
    .menu-mobile ul li a {
      font-family: "Times New Roman", Times, serif;
      color: #ffff00 !important;
      text-decoration: none;
      font-style: italic;
      font-size: 45px;
      line-height: 1em;
      text-shadow: 0 0 5px #FF0000; }
    .menu-mobile ul li:last-child {
      margin-bottom: 0; }

.mailing {
  border: 10px inset red;
  padding: 2em 1em;
  background-image: url("../images/bg/seat.png"); }
  .mailing #fbridge_email {
    width: 60%; }
  .mailing .button {
    background-color: transparent;
    color: transparent;
    background-image: url("../images/words/join.gif");
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 33px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"],
  .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

.main {
  margin: 3em 0; }

footer {
  width: 100%;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
  padding: 2em;
  font-size: .7em;
  line-height: 1.6em; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      display: block;
      padding: 0;
      margin: 0; }
  footer a {
    color: #e23741;
    font-weight: 400; }
    footer a:hover {
      color: #e23741; }
  footer .footer-logo {
    margin: .5em; }

h1.title {
  color: #4ca5b5;
  text-transform: uppercase;
  font-weight: 800; }

h2.title {
  font-weight: 500;
  text-transform: uppercase; }

.buttons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none; }
  .buttons li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 1em; }
    .buttons li:last-child {
      margin-right: 0em; }
    .buttons li a {
      font-size: 3em;
      color: #e23741; }

.seated-event-link1,
.seated-event-link1:visited,
.seated-event-link2,
.seated-event-link2:visited {
  background: #e23741 !important; }

.seated-event-link1,
.seated-event-link1:visited,
.seated-event-link2,
.seated-event-link2:visited {
  color: #000000 !important; }

.seated-event-row {
  border-bottom: 0px solid rgba(255, 255, 255, 0.2) !important; }

.seated-events-table {
  border-top: 0px solid rgba(255, 255, 255, 0.3) !important; }

.social ul {
  text-align: center; }
  .social ul li {
    display: inline-block;
    list-style: none;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px; }
    .social ul li img {
      opacity: 1.0;
      transition: all .2s ease-in-out;
      width: 20px; }

a {
  transition: all 0.3s;
  outline: none;
  border: 0;
  color: #ffff00;
  cursor: pointer !important; }
  a:hover {
    outline: none;
    border: 0;
    color: #ffff00;
    cursor: pointer !important;
    transition: all 0.3s; }
  a:focus {
    outline: none;
    border: 0; }
  a:active {
    outline: none;
    border: 0; }

h3 {
  color: #838383; }

#title {
  background-color: #4ca5b5;
  color: #ffffff;
  padding-top: 2em;
  padding-bottom: 2em; }
  #title ul.share {
    margin: 0;
    font-size: 1.8em;
    padding: 0; }
    #title ul.share li {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none;
      margin-right: 1em; }
      #title ul.share li:last-child {
        margin-right: 0; }
      #title ul.share li a {
        color: #ffffff; }
  #title h1 {
    color: #ffffff;
    font-weight: 500; }

#single {
  height: 400px;
  overflow: hidden;
  position: relative; }

.padding-horizontal {
  padding-left: 3em;
  padding-right: 3em; }

.padding-vertical {
  padding-top: 3em;
  padding-bottom: 3em; }

.padded {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.voffset1 {
  margin-top: 15px; }

.voffset2 {
  margin-top: 30px; }

.voffset3 {
  margin-top: 45px; }

.single {
  margin-bottom: 2em; }

.voffset4 {
  margin-top: 60px; }

@media screen and (max-width: 768px) {
  .menu-side {
    display: none; }
  footer {
    text-align: center; }
  .sm-voffset2 {
    margin-top: 30px; }
  .sm-voffset1 {
    margin-top: 15px; } }
