/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css?family=Work+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css?family=Work+Sans&display=swap");
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: 'Roboto Condensed';
  src: url("fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

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

/*.................................................................................*/
/*$break-large-desktop: 2500px;*/
/*$break-infinite: 500000px;*/
/*....................................SCSS MIXINS..................................*/
@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("fonts/RobotoCondensed-Regular.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: "Roboto Condensed", 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: 1;
  font-family: "Roboto Condensed", 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) {
    h3 a {
      font-size: 20px;
      line-height: 1; } }

h4 a {
  font-size: 20px;
  line-height: 1;
  font-family: "Roboto Condensed", 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) {
    h4 a {
      font-size: 18px;
      line-height: 1; } }

.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; } }

h1 {
  font-size: 30px;
  line-height: 1;
  font-family: "Roboto Condensed", 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) {
    h1 {
      font-size: 25px;
      line-height: 1; } }

h2 {
  font-size: 30px;
  line-height: 1;
  font-family: "Roboto Condensed", 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) {
    h2 {
      font-size: 25px;
      line-height: 1; } }

h3 {
  font-size: 25px;
  line-height: 1;
  font-family: "Roboto Condensed", 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) {
    h3 {
      font-size: 20px;
      line-height: 1; } }

h4 {
  font-size: 20px;
  line-height: 1;
  font-family: "Roboto Condensed", 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) {
    h4 {
      font-size: 18px;
      line-height: 1; } }

.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 {
  color: #000000;
  background-attachment: fixed;
  font-size: 16px;
  line-height: 1.5;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 400;
  background: #ffffff;
  margin-top: 110px;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold; }

.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; }

.taptap-header-bg-image {
  background-position: bottom center !important;
  background-size: cover !important; }

.taptap-header,
.taptap-header-bg-image {
  z-index: 500 !important; }

.taptap-header {
  background-color: transparent !important; }

main,
.main {
  margin: 3em 0; }

strong {
  font-weight: bold; }

#slider img {
  width: 100%;
  display: block; }

header {
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 2em 0;
  top: 0;
  background-image: url("../images/header-bg.jpg");
  background-color: #000000;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  left: 0; }

#music-filter .hover_image {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background-size: cover;
  background-position: center center; }
  #music-filter .hover_image:hover > figcaption,
  #music-filter .hover_image:focus > figcaption {
    opacity: 1; }
  #music-filter .hover_image img {
    width: 100%;
    height: auto;
    z-index: 45; }
  #music-filter .hover_image figcaption {
    display: block;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 1.5; }
    #music-filter .hover_image figcaption .inner {
      text-align: left;
      padding: 4em;
      position: relative;
      top: 50%;
      z-index: 50;
      transform: translateY(-50%); }
      #music-filter .hover_image figcaption .inner .cta-link {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold; }
        #music-filter .hover_image figcaption .inner .cta-link a {
          color: #FFDE1B; }
      #music-filter .hover_image figcaption .inner a h2 {
        text-transform: uppercase;
        color: #ffffff;
        opacity: 0; }
      #music-filter .hover_image figcaption .inner a h4 {
        text-transform: uppercase;
        color: #ffffff;
        opacity: 0; }
      #music-filter .hover_image figcaption .inner .meta {
        font-family: "Roboto Condensed", Sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-width: 0px;
        font-weight: bold;
        border-radius: 0px;
        color: #FFDE1B;
        opacity: 0; }
      #music-filter .hover_image figcaption .inner .desc {
        opacity: 0;
        margin-top: 2em; }
        #music-filter .hover_image figcaption .inner .desc p {
          color: #ffffff;
          font-size: 1em;
          font-family: "Roboto Condensed", Sans-serif;
          text-transform: uppercase; }
          #music-filter .hover_image figcaption .inner .desc p a {
            color: #039a6c !important; }
            #music-filter .hover_image figcaption .inner .desc p a:hover {
              color: #039a6c !important; }
        #music-filter .hover_image figcaption .inner .desc a {
          color: #039a6c !important; }
          #music-filter .hover_image figcaption .inner .desc a:hover {
            color: #039a6c !important; }
    #music-filter .hover_image figcaption .green-over {
      transition: all 0.3s ease;
      opacity: 0;
      z-index: 40; }
    #music-filter .hover_image figcaption:hover > .inner a h2 {
      opacity: 1;
      transition: all 0.3s ease; }
    #music-filter .hover_image figcaption:hover > .inner a h4 {
      opacity: 1;
      transition: all 0.3s ease; }
    #music-filter .hover_image figcaption:hover > .inner .meta {
      opacity: 1;
      transition: all 0.3s ease; }
    #music-filter .hover_image figcaption:hover > .inner .cta-link {
      opacity: 1;
      transition: all 0.3s ease; }
    #music-filter .hover_image figcaption:hover > .inner .desc {
      opacity: 1;
      transition: all 0.3s ease; }
    #music-filter .hover_image figcaption:hover > .green-over {
      opacity: 1;
      background-color: #039a6c;
      transition: all 0.3s ease; }

#news-filter .hover_image {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  cursor: pointer;
  line-height: 0;
  background-size: cover;
  background-position: center center; }
  #news-filter .hover_image:hover > figcaption,
  #news-filter .hover_image:focus > figcaption {
    opacity: 1; }
  #news-filter .hover_image img {
    width: 100%;
    height: auto;
    z-index: 45; }
  #news-filter .hover_image figcaption {
    display: block;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 1.5; }
    #news-filter .hover_image figcaption .inner {
      text-align: left;
      padding: 4em;
      position: absolute;
      bottom: 0;
      z-index: 50; }
      #news-filter .hover_image figcaption .inner .cta-link {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold; }
        #news-filter .hover_image figcaption .inner .cta-link a {
          color: #FFDE1B; }
      #news-filter .hover_image figcaption .inner a h2 {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 25px; }
      #news-filter .hover_image figcaption .inner .desc {
        opacity: 1;
        margin-top: 2em; }
        #news-filter .hover_image figcaption .inner .desc p {
          color: #ffffff;
          font-size: 1em;
          font-family: "Roboto Condensed", Sans-serif;
          text-transform: uppercase; }
    #news-filter .hover_image figcaption .green-over {
      transition: all 0.3s ease;
      opacity: 0;
      z-index: 40; }
    #news-filter .hover_image figcaption:hover > .green-over {
      opacity: 1;
      background-color: #039a6c;
      transition: all 0.3s ease; }

#video-filter .hover_image {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background-color: #000;
  background-size: cover;
  background-position: center center; }
  #video-filter .hover_image .lity-hide {
    background: #000000; }
  #video-filter .hover_image:hover > figcaption,
  #video-filter .hover_image:focus > figcaption {
    opacity: 1; }
  #video-filter .hover_image img {
    width: 100%;
    height: auto;
    z-index: 45; }
  #video-filter .hover_image figcaption {
    display: block;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 1.5; }
    #video-filter .hover_image figcaption .inner {
      text-align: center;
      padding: 4em;
      position: relative;
      top: 50%;
      z-index: 50;
      transform: translateY(-50%); }
      #video-filter .hover_image figcaption .inner .cta-link {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold; }
        #video-filter .hover_image figcaption .inner .cta-link a {
          color: #FFDE1B; }
      #video-filter .hover_image figcaption .inner a h2 {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 25px; }
      #video-filter .hover_image figcaption .inner .desc {
        opacity: 1;
        margin-top: 2em; }
        #video-filter .hover_image figcaption .inner .desc p {
          color: #ffffff;
          font-size: 1em;
          font-family: "Roboto Condensed", Sans-serif;
          text-transform: uppercase; }
    #video-filter .hover_image figcaption .green-over {
      transition: all 0.3s ease;
      opacity: 0;
      z-index: 40; }
    #video-filter .hover_image figcaption:hover > .green-over {
      opacity: 1;
      background-color: #039a6c;
      transition: all 0.3s ease; }

::-webkit-input-placeholder {
  /* Edge */
  color: #000000; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000; }

::placeholder {
  color: #000000; }

.yottie-popup .yottie-popup-video-meta::after,
.yottie-popup .yottie-popup-video-meta::before {
  height: 0 !important; }

span.yottie-widget-feed-section-pagination-bullet {
  background: transparent !important;
  color: #838383 !important;
  font-family: "Roboto Condensed", Sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border: 0 !important;
  padding: 0 0 !important;
  margin: 0 0 !important;
  border-radius: 0 !important;
  outline: none !important;
  font-size: 13px !important;
  font-weight: bold !important; }

.yottie-widget-feed-section-pagination .swiper-pagination-bullet-active {
  color: #000000 !important;
  background: transparent; }

span.yottie-widget-feed-section-pagination-bullet-more::after,
span.yottie-widget-feed-section-pagination-bullet-more::before {
  top: 7px !important;
  background: #000000 !important; }

#mailget_signup_form {
  width: 100%; }
  #mailget_signup_form .signup_name {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", Sans-serif;
    border-bottom: 2px solid #000000;
    border-left: 0;
    width: 100%;
    border-right: 0;
    border-top: 0;
    outline: none;
    font-size: 13px;
    font-weight: normal;
    padding: 0; }
  #mailget_signup_form .signup_email {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", Sans-serif;
    border-bottom: 2px solid #000000;
    border-left: 0;
    width: 100%;
    border-right: 0;
    border-top: 0;
    outline: none;
    font-size: 13px;
    font-weight: normal;
    padding: 0; }
  #mailget_signup_form input[type=submit] {
    background: transparent;
    color: #000000;
    font-family: "Roboto Condensed", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    outline: none;
    font-size: 13px;
    font-weight: bold;
    padding: 0; }
  #mailget_signup_form .mg-error {
    margin-left: 0;
    font-size: 14px;
    color: #F79572;
    line-height: 1; }

.textwidget ::-webkit-input-placeholder {
  /* Edge */
  color: #000000; }

.textwidget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000; }

.textwidget ::placeholder {
  color: #000000; }

.textwidget hr {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  height: 2px;
  border: 0;
  margin: 1em auto; }

.textwidget h5 {
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 2em;
  font-size: 1rem; }

.textwidget #mailget_signup_form {
  width: 100%; }
  .textwidget #mailget_signup_form .signup_name {
    background: transparent;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", Sans-serif;
    border-bottom: 2px solid #000000;
    border-left: 0;
    width: 100%;
    border-right: 0;
    border-top: 0;
    outline: none;
    border-radius: 0;
    font-size: 13px;
    font-weight: normal;
    padding: 0; }
    .textwidget #mailget_signup_form .signup_name:focus {
      border-bottom: 2px solid #039a6c; }
  .textwidget #mailget_signup_form .signup_email {
    background: transparent;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", Sans-serif;
    border-bottom: 2px solid #000000;
    border-left: 0;
    width: 100%;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    outline: none;
    font-size: 13px;
    font-weight: normal;
    padding: 0; }
    .textwidget #mailget_signup_form .signup_email:focus {
      border-bottom: 2px solid #039a6c; }
  .textwidget #mailget_signup_form input[type=submit] {
    background: transparent;
    color: #000000;
    font-family: "Roboto Condensed", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    outline: none;
    font-size: 13px;
    font-weight: bold;
    padding: 0; }
    .textwidget #mailget_signup_form input[type=submit]:hover {
      color: #039a6c; }
  .textwidget #mailget_signup_form .mg-error {
    margin-left: 0;
    font-size: 14px;
    color: #F79572;
    line-height: 1; }

footer {
  width: 100%;
  background-color: transparent;
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #000000;
  padding: 4em 0; }
  footer ::-webkit-input-placeholder {
    /* Edge */
    color: #000000; }
  footer :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000; }
  footer ::placeholder {
    color: #000000; }
  footer hr {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    height: 2px;
    border: 0;
    margin: 1em auto; }
  footer h5 {
    letter-spacing: 2px;
    margin-bottom: 2em; }
  footer #mailget_signup_form {
    width: 100%; }
    footer #mailget_signup_form .signup_name {
      background: transparent;
      color: #000000;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Roboto Condensed", Sans-serif;
      border-bottom: 2px solid #000000;
      border-left: 0;
      width: 100%;
      border-right: 0;
      border-top: 0;
      outline: none;
      border-radius: 0;
      font-size: 13px;
      font-weight: normal;
      padding: 0; }
      footer #mailget_signup_form .signup_name:focus {
        border-bottom: 2px solid #039a6c; }
    footer #mailget_signup_form .signup_email {
      background: transparent;
      color: #000000;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Roboto Condensed", Sans-serif;
      border-bottom: 2px solid #000000;
      border-left: 0;
      width: 100%;
      border-radius: 0;
      border-right: 0;
      border-top: 0;
      outline: none;
      font-size: 13px;
      font-weight: normal;
      padding: 0; }
      footer #mailget_signup_form .signup_email:focus {
        border-bottom: 2px solid #039a6c; }
    footer #mailget_signup_form input[type=submit] {
      background: transparent;
      color: #000000;
      font-family: "Roboto Condensed", Sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      border: 0;
      outline: none;
      font-size: 13px;
      font-weight: bold;
      padding: 0; }
      footer #mailget_signup_form input[type=submit]:hover {
        color: #039a6c; }
    footer #mailget_signup_form .mg-error {
      margin-left: 0;
      font-size: 14px;
      color: #F79572;
      line-height: 1; }
  footer .copy {
    font-size: .7em;
    font-family: "Work Sans", sans-serif; }
    footer .copy a {
      color: #000000; }
      footer .copy a:hover {
        color: #039a6c; }
  footer ul#menu-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul#menu-footer-menu li {
      display: inline-block;
      padding: 0;
      margin-right: 1em; }
      footer ul#menu-footer-menu li:last-child {
        margin-right: 0; }
      footer ul#menu-footer-menu li a {
        text-transform: uppercase;
        font-size: 1em;
        color: #000000;
        font-weight: bold;
        font-family: "Roboto Condensed", Sans-serif;
        letter-spacing: 4px; }
        footer ul#menu-footer-menu li a:hover {
          color: #039a6c; }
  footer .social {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5em; }
    footer .social li {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      margin-right: 1em; }
      footer .social li:last-child {
        margin-right: 0; }
      footer .social li a {
        color: #000000; }
        footer .social li a:hover {
          color: #039a6c; }

button,
.button {
  background: #ffffff;
  padding: 20px 40px;
  border-radius: 0;
  border: 0;
  outline: none;
  color: #000000;
  outline: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 300; }
  button a,
  .button a {
    color: #4ca5b5;
    border: 0;
    letter-spacing: 1px;
    outline: none;
    transition: 0.2s linear;
    text-decoration: none;
    font-family: "Roboto Condensed", Sans-serif;
    letter-spacing: 0; }
    button a:hover,
    .button a:hover {
      text-decoration: none; }

.socials {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999999; }
  .socials ul.social {
    text-align: center; }
    .socials ul.social li {
      display: inline-block;
      list-style: none;
      margin-right: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-right: 10px; }
      .socials ul.social li a {
        color: #000000;
        font-size: 20px; }
        .socials ul.social li a:hover {
          color: #039a6c; }
      .socials ul.social li img {
        opacity: 1.0;
        transition: all .2s ease-in-out;
        width: 20px; }

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

.taptap-by-bonfire ul li a {
  text-transform: uppercase;
  letter-spacing: 4px; }

.taptap-by-bonfire .sub-menu a {
  color: #000000;
  font-size: 22px;
  letter-spacing: px;
  margin-bottom: px;
  letter-spacing: 3px; }

input.form-control {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 1em;
  color: #585858;
  font-weight: 300;
  letter-spacing: 0;
  border-radius: 0;
  border: 1px solid #f06d63;
  outline: none; }

.form-control:focus {
  color: #585858;
  border: 1px solid #585858;
  outline: none;
  box-shadow: 0 0 0 0rem rgba(0, 158, 204, 0); }

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

#content {
  background-image: url("../images/body-bg.jpg");
  position: relative; }
  #content .teartop {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    background-image: url(../images/paper-tear.png);
    background-position: top center;
    background-repeat: repeat-x;
    height: 40px; }
  #content .teartop2 {
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    background-image: url(../images/paper-tear2.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    height: 40px; }
  #content p {
    display: block;
    margin-top: 0;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0; }
    #content p:last-child {
      margin-bottom: 0; }
  #content.single-post {
    text-transform: uppercase; }
    #content.single-post .desc a {
      color: #039a6c !important; }
      #content.single-post .desc a:hover {
        color: #039a6c !important; }
    #content.single-post .credits {
      font-size: 13px; }
      #content.single-post .credits ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        #content.single-post .credits ul li {
          margin-bottom: 1em; }
          #content.single-post .credits ul li:last-child {
            margin-bottom: 0; }
      #content.single-post .credits a {
        color: #039a6c; }
        #content.single-post .credits a:hover {
          color: #039a6c; }
    #content.single-post .track_listing ol li {
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 20px; }
    #content.single-post .streaming ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #content.single-post .streaming ul li {
        display: inline-block;
        text-transform: uppercase;
        margin-right: .5em; }
        #content.single-post .streaming ul li a {
          color: #039a6c; }
          #content.single-post .streaming ul li a:hover {
            color: #039a6c; }
        #content.single-post .streaming ul li:last-child {
          margin-right: 0; }
    #content.single-post .featured-image img {
      width: 100%;
      height: auto;
      display: block; }
    #content.single-post img {
      max-width: 100%;
      height: auto; }
    #content.single-post .date {
      letter-spacing: 1px;
      font-weight: bold; }
    #content.single-post a {
      color: #039a6c; }
      #content.single-post a:hover {
        color: #039a6c; }

.meta {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-width: 0px;
  font-weight: bold;
  border-radius: 0px;
  color: #FFDE1B; }

.meta-black {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-width: 0px;
  font-weight: bold;
  border-radius: 0px;
  color: #000000; }

.wood {
  padding: 3em 2em;
  background-image: url("../images/wood-bg.jpg");
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  position: relative; }
  .wood a {
    color: #FFDE1B; }
    .wood a:hover {
      color: #039a6c; }

.page-news .elementor-widget:not(:last-child) {
  margin-bottom: 0; }

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
  background: transparent !important; }

.searchandfilter h4 {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.eapps-instagram-feed-posts-grid-load-more-text.eapps-instagram-feed-posts-grid-load-more-text-visible {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000; }

.nav-menu {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px; }
  .nav-menu a {
    color: #000000; }

.yottie-widget-header-inner {
  display: none; }

.yottie-widget-feed-section-slide {
  background: transparent !important; }

.yottie-widget-video {
  background: transparent !important; }

.yottie-widget-video-info {
  text-transform: uppercase !important;
  font-family: "Roboto Condensed" !important; }

#wood p {
  margin-bottom: 0em; }

#wood .searchandfilter ul {
  text-align: center;
  padding: 0;
  margin: 0; }
  #wood .searchandfilter ul li {
    display: inline-block !important;
    margin-right: 2em; }
    #wood .searchandfilter ul li input[type=radio] {
      display: none; }
    #wood .searchandfilter ul li.sf-field-submit input[type="submit"] {
      background: transparent;
      color: #FFDE1B;
      text-transform: uppercase;
      letter-spacing: 1px;
      border: 0;
      outline: none;
      font-size: 13px;
      font-weight: bold;
      padding: 0; }
    #wood .searchandfilter ul li.sf-field-search input.sf-input-text {
      background: transparent;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-bottom: 1px solid #fff;
      border-left: 0;
      width: 200px;
      border-right: 0;
      border-top: 0;
      outline: none;
      font-size: 13px;
      font-weight: normal;
      padding: 0; }
    #wood .searchandfilter ul li label {
      font-size: 15px;
      font-weight: bold;
      color: #FFDE1B;
      text-transform: uppercase;
      cursor: pointer;
      letter-spacing: 2px; }
    #wood .searchandfilter ul li.sf-option-active label {
      color: #ffffff; }
      #wood .searchandfilter ul li.sf-option-active label:hover {
        color: #ffffff; }
    #wood .searchandfilter ul li:last-child {
      margin-right: 0; }

.no-results {
  padding: 6em 0; }

#newsform .searchandfilter ul {
  text-align: center;
  padding: 0;
  margin: 0; }
  #newsform .searchandfilter ul li {
    display: inline-block !important;
    margin-right: 2em; }
    #newsform .searchandfilter ul li input[type=radio] {
      display: none; }
    #newsform .searchandfilter ul li ::-webkit-input-placeholder {
      /* Edge */
      color: #ffffff; }
    #newsform .searchandfilter ul li :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ffffff; }
    #newsform .searchandfilter ul li ::placeholder {
      color: #ffffff; }
    #newsform .searchandfilter ul li.sf-field-reset a {
      background: transparent;
      color: #FFDE1B;
      text-transform: uppercase;
      letter-spacing: 1px;
      border: 0;
      outline: none;
      font-size: 15px;
      font-weight: bold;
      padding: 0; }
    #newsform .searchandfilter ul li.sf-field-submit input[type="submit"] {
      background: transparent;
      color: #FFDE1B;
      text-transform: uppercase;
      letter-spacing: 1px;
      border: 0;
      outline: none;
      font-size: 15px;
      font-weight: bold;
      padding: 0; }
    #newsform .searchandfilter ul li.sf-field-search input.sf-input-text {
      background: transparent;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-bottom: 3px solid #FFDE1B;
      border-left: 0;
      font-size: 13px;
      width: 300px;
      border-right: 0;
      border-top: 0;
      outline: none;
      font-weight: normal;
      padding: 0 0; }
    #newsform .searchandfilter ul li .sf-input-select {
      display: block;
      font-size: 15px;
      font-family: "Roboto Condensed", Sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #ffffff;
      line-height: 1.3;
      padding: 5px 10px;
      width: 100%;
      box-sizing: border-box;
      margin: 0;
      border: 2px solid #FFDE1B;
      box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
      border-radius: 0;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: transparent;
      background-image: url("../images/caret-down.png");
      background-repeat: no-repeat, repeat;
      background-position: right .7em top 50%, 0 0;
      background-size: .65em auto, 100%; }
    #newsform .searchandfilter ul li .sf-input-select::-ms-expand {
      display: none; }
    #newsform .searchandfilter ul li .sf-input-select:hover {
      border-color: #FFDE1B; }
    #newsform .searchandfilter ul li .sf-input-select:focus {
      border-color: #FFDE1B;
      box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0);
      box-shadow: 0 0 0 3px -moz-mac-focusring;
      color: #ffffff;
      outline: none; }
    #newsform .searchandfilter ul li .sf-input-select option {
      font-weight: normal; }
    #newsform .searchandfilter ul li label {
      font-size: 15px;
      font-weight: bold;
      color: #FFDE1B;
      text-transform: uppercase;
      cursor: pointer;
      letter-spacing: 2px; }
    #newsform .searchandfilter ul li:last-child {
      margin-right: 0; }

#torn {
  min-height: 20vh; }
  #torn .teartop {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    background-image: url(../images/paper-tear.png);
    background-position: top center;
    background-repeat: repeat-x;
    height: 40px; }

.voffset1 {
  margin-top: 1em; }

.voffset2 {
  margin-top: 2em; }

.voffset3 {
  margin-top: 3em; }

.voffset4 {
  margin-top: 4em; }

.taptap-background-image-active {
  z-index: 99999; }

.swiper-pagination {
  z-index: 5; }

.yottie-widget {
  min-height: auto !important;
  touch-action: none; }

.yottie-widget-inner {
  overflow-y: hidden !important;
  touch-action: none; }

.eapps-root,
.eapps-root *,
.yottie-widget,
.yottie-widget * {
  overflow-y: hidden;
  overflow-y: hidden !important;
  touch-action: none; }

.elementor-swiper-button {
  outline: none !important;
  -webkit-transform: none !important;
  transform: none !important; }

@media screen and (max-width: 768px) {
  #news-filter .hover_image figcaption .inner {
    padding: 2em; }
  #newsform .searchandfilter ul li {
    display: block !important;
    margin-right: 0;
    margin-bottom: 1em !important;
    padding: 0; }
    #newsform .searchandfilter ul li label {
      width: 100%; }
    #newsform .searchandfilter ul li .sf-input-select {
      width: 80%;
      margin: 0 auto; }
    #newsform .searchandfilter ul li.sf-field-search input.sf-input-text {
      width: 80%;
      margin: 0 auto; }
  #content p {
    font-size: 15px;
    line-height: 1.5; }
  footer ul#menu-footer-menu li {
    display: block;
    padding: 0;
    margin-right: 0em;
    margin-bottom: 0.5em; }
    footer ul#menu-footer-menu li:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .padded {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .socials {
    display: none; }
  .text-center-sm {
    text-align: center !important; }
  .sm-voffset1 {
    margin-top: 1em; }
  .sm-voffset2 {
    margin-top: 2em; } }
