@charset "UTF-8";
/*
Theme Name: Gene Simmons
Author: The Graphic Element
Author URI: www.thegraphicelement.com
Copyright: 2018, The Graphic Element. All rights reserved.
*/
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "KISS";
  src: url("../webfonts/dienasty.eot");
  src: local("☺"), url("../webfonts/dienasty.eot?iefix") format("embedded-opentype"), url("../webfonts/dienasty.woff") format("woff"), url("../webfonts/dienasty.ttf") format("truetype");
}
/* reset */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

ol, ul {
  list-style: none;
}

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

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

blockquote, q {
  quotes: none;
}

a:hover, a:active, a:focus, main:focus {
  outline: 0;
}

a img {
  border: 0;
}

/* general styling */
body {
  color: #fff;
  font: 0.8em/1 "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  background: #000;
}
@media only screen and (min-width: 25.875em) {
  body {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 48em) {
  body {
    font-size: 1em;
  }
}

a {
  color: #ad2121;
  text-decoration: none;
  outline: none;
  transition: color 300ms ease;
}
a:hover, a:active {
  color: #666;
}

a.btn {
  display: inline-block;
  padding: 0.8em 1.8em;
  height: auto;
  color: #fff;
  font: 1em/1.2 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  background: #ad2121;
  vertical-align: middle;
  transition: background 200ms ease;
}

a.btn:hover,
a.btn:focus {
  color: #fff;
  background: #666;
}

h1, h2, h3, h4 {
  margin: 1.4em 0 0.6rem;
  font-weight: normal;
  line-height: 1.3;
  font-family: "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
}

h1 + h2, h2 + h3 {
  margin-top: 0;
}

h1 {
  margin: 0 0 0.5rem;
  color: #888;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 1.625em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.125em;
}

@media only screen and (min-width: 62.5em) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
}
main p {
  margin-bottom: 1.2em;
  font-size: 1.2em;
  line-height: 1.5;
}

main p.empty-content {
  margin: 4em 0;
  text-align: center;
}

main li {
  margin: 0 0 0.4em;
  font-size: 1.2em;
  line-height: 1.4;
}

/* page structure
--------------------------------------------- */
.l-master-wrapper {
  overflow: hidden;
}

.l-wrapper {
  margin: 0 auto;
}

.l-row {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1600px;
}

.l-group:after {
  content: "";
  display: table;
  clear: both;
}

main {
  margin: 0 auto;
  padding: 40px 5vw;
}

@media only screen and (min-width: 48em) {
  .int main {
    padding: 60px 5vw 40px;
  }
}
.sidebar .widget {
  margin-bottom: 2rem;
  padding: 1.2em 1.5em;
  background: #f3f3f3;
}

.sidebar .widget:last-of-type {
  margin-bottom: 0;
}

.widget h3 {
  font-size: 1.4em;
}

.widget h3:first-of-type {
  margin-top: 0;
}

.widget p {
  font-size: 0.9em;
  line-height: 1.5;
}

.widget ul {
  margin-left: 1.2em;
  list-style: disc;
}

.widget li {
  font-size: 0.9em;
  margin: 0.4em 0;
}

.widget p:last-of-type, .widget ul:last-of-type, .widget li:last-of-type {
  margin-bottom: 0;
}

/* page types */
.static-page main {
  max-width: 1000px;
  overflow: hidden;
}

.static-page article {
  margin: 0;
  color: #e6e6e6;
}

.static-page main h1 {
  color: #fff;
}

.static-page main h2 {
  color: #b32727;
}

.hybrid-page .article-content {
  max-width: 1000px;
  margin: 0 auto 2rem;
  overflow: auto;
}

.hybrid-page main h2 {
  color: #b32727;
}

.hybrid-page .article-content img.alignleft {
  margin: 2rem auto;
}

@media only screen and (min-width: 62.5em) {
  .hybrid-page .article-content img.alignleft {
    margin: 0 100px 0 0;
  }
}
/* menus
--------------------------------------------- */
nav {
  background: #000;
  border-bottom: 1px solid #161616;
}

.main-menu {
  display: none;
  margin: 0 auto;
  text-align: center;
  /* level 2 */
}
@media only screen and (min-width: 62.5em) {
  .main-menu {
    display: block;
  }
}
.main-menu > li {
  position: relative;
  display: inline-block;
  margin-right: -0.1em;
  font: 1.4em/1 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.05em;
  text-transform: uppercase;
  vertical-align: top;
}
.main-menu > li > a {
  display: block;
  padding: 0.7em 0.5em;
  color: #ad2121;
  border-left: 1px solid #222;
}
@media only screen and (min-width: 85em) {
  .main-menu > li > a {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}
.main-menu > li.current-menu-item > a, .main-menu > li.current-menu-parent > a,
.main-menu > li > a:hover,
.main-menu > li > a:focus {
  color: #fff;
}
.main-menu > li:first-of-type > a {
  border: 0;
}
.main-menu ul {
  display: none;
}
.main-menu .sub-menu {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 18rem;
  margin: 0;
  padding: 0.5em 1em;
  text-align: left;
  background: #111;
  border: 1px solid #161616;
  border-width: 0 1px 1px;
}
.main-menu .sub-menu li {
  margin: 1em 0;
  padding: 0;
  font-size: 0.9em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.main-menu .sub-menu li a {
  position: relative;
  display: block;
  padding-left: 1em;
  width: 100%;
  color: #888;
  transition: color 400ms ease, background 300ms ease;
}
.main-menu .sub-menu li a::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "\f061";
  color: #ad2121;
  font-size: 0.75em;
  font-family: "Font Awesome 6 Pro";
  vertical-align: middle;
  transition: left 300ms ease;
}
.main-menu .sub-menu li a:hover::before {
  left: 0.2em;
}
.main-menu .sub-menu li a,
.main-menu .sub-menu li a:focus {
  color: #888;
}
.main-menu .sub-menu li:hover a,
.main-menu .sub-menu li .current-menu-item a,
.main-menu .sub-menu li a:focus {
  color: #fff;
}

/* hide + display */
.main-menu .sub-menu {
  display: none;
}

.main-menu > .parent:hover > .sub-menu,
.main-menu .sub-menu .parent:hover .sub-menu,
.main-menu li:focus-within > ul,
.main-menu li ul.focused {
  display: block;
}

/* slicknav */
.slicknav_menu {
  display: block;
}

@media only screen and (min-width: 62.5em) {
  .slicknav_menu {
    display: none;
  }
}
.slicknav_menu a {
  transition: none;
}

/* footer main menu */
.c-site-footer .main-menu {
  display: none;
}

@media only screen and (min-width: 48em) {
  .c-site-footer .main-menu {
    display: block;
    margin-top: 30px;
  }
}
.c-site-footer .main-menu ul {
  display: none;
}

.c-site-footer .main-menu li {
  display: inline-block;
  margin: 0 0 0.6em 1em;
  font: 0.9375em/1 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
}

/* header
--------------------------------------------- */
.c-site-header {
  background: url(../img/header-bg.jpg) no-repeat 50% 0%/auto 130px;
}

@media only screen and (min-width: 48em) {
  .c-site-header {
    background-position: 50% 0;
    background-size: cover;
  }
}
.c-site-header .l-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .c-site-header .l-row {
    display: block;
    padding: 10px 10px 0;
    max-width: 768px;
    height: 270px;
    text-align: right;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-site-header .l-row {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 85em) {
  .c-site-header .l-row {
    padding: 15px 20px 0;
    max-width: 1360px;
  }
}
@media only screen and (min-width: 100em) {
  .c-site-header .l-row {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1600px;
  }
}
.logo {
  position: absolute;
  z-index: 999;
  top: 0;
  left: -45px;
  display: block;
  width: 148px;
  height: 118px;
  text-align: left;
  text-indent: -999em;
  background: url(../img/header-gene.jpg) no-repeat 0 0/auto 100%;
  overflow: hidden;
}

.logo:hover {
  text-decoration: none;
}

@media only screen and (min-width: 23.4375em) {
  .logo {
    left: -15px;
  }
}
@media only screen and (min-width: 31.25em) {
  .logo {
    width: 164px;
    height: 116px;
  }
}
@media only screen and (min-width: 40em) {
  .logo {
    left: 10px;
    width: 323px;
  }
}
@media only screen and (min-width: 48em) {
  .logo {
    left: -160px;
    width: 388px;
    height: 270px;
  }
}
@media only screen and (min-width: 62.5em) {
  .logo {
    left: -50px;
  }
}
@media only screen and (min-width: 85em) {
  .logo {
    left: -140px;
    width: 760px;
    height: 270px;
    background: url(../img/header-gene.png) no-repeat 0 0/auto 100%;
  }
}
@media only screen and (min-width: 100em) {
  .logo {
    left: 0;
  }
}
.top {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  z-index: 1000;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .top {
    margin-left: 180px;
    width: auto;
    text-align: right;
  }
}
@media only screen and (min-width: 62.5em) {
  .top {
    margin-left: 300px;
  }
}
@media only screen and (min-width: 85em) {
  .top {
    margin-left: 200px;
  }
}
.top > div, .top > ul {
  vertical-align: middle;
}

.header-info {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
  z-index: 1000;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .header-info {
    z-index: 1;
    margin: 1.2em 0 0 260px;
    width: auto;
    text-align: right;
  }
}
@media only screen and (min-width: 85em) {
  .header-info {
    margin-left: 220px;
  }
}
.gsb-booking {
  display: inline-block;
  padding: 1em 0.8em 0.8em;
  width: 100%;
  text-align: center;
  background: #000;
  border-bottom: 1px solid #363636;
}

@media only screen and (min-width: 48em) {
  .gsb-booking {
    padding: 0.25em 0.5em;
    width: auto;
    border: 3px solid #fff;
  }
}
@media only screen and (min-width: 85em) {
  .gsb-booking {
    padding: 0.5em 0.8em;
  }
}
.gsb-booking img {
  display: inline-block;
  margin: 0.4em 0.5em;
  width: 220px;
  height: auto;
  vertical-align: middle;
}

@media only screen and (min-width: 48em) {
  .gsb-booking img {
    width: 280px;
  }
}
@media only screen and (min-width: 85em) {
  .gsb-booking img {
    width: 400px;
  }
}
.gsb-booking a.btn {
  margin: 0.4em 0.5em;
  padding: 0.3em 0.8em;
  color: #111;
  font-size: 1.25em;
  background: #fff;
  vertical-align: middle;
}

@media only screen and (min-width: 85em) {
  .gsb-booking a.btn {
    font-size: 1.5em;
  }
}
.gsb-booking a.btn:hover {
  color: #fff;
  background: #ad2121;
}

.media-inq {
  padding: 0.6em 0.8em;
  width: 100%;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  background: #000;
  border: 3px solid #ebd85d;
}
@media only screen and (min-width: 48em) {
  .media-inq {
    display: inline-block;
    margin-bottom: 0.4em;
    padding: 0.4em 1.2em;
    width: auto;
    font-size: 0.9em;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 62.5em) {
  .media-inq {
    font-size: 1em;
  }
}
@media only screen and (min-width: 85em) {
  .media-inq {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 100em) {
  .media-inq {
    font-size: 1.1em;
  }
}
.media-inq h3 {
  display: inline-block;
  margin: 0 0.25em 0 0;
  color: #ebd85d;
  font-size: 1.2em;
  text-transform: uppercase;
  vertical-align: middle;
}
.media-inq ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  vertical-align: middle;
}
.media-inq ul li {
  display: inline-block;
  margin-left: 0.4em;
  font-size: 1.1em;
  font-family: "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .media-inq ul li {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 85em) {
  .media-inq ul li {
    font-size: 1.15em;
  }
}
.media-inq ul li a {
  color: #fff;
}
.media-inq ul li a:hover {
  color: #ad2121;
}

/* main styles
--------------------------------------------- */
main a {
  text-decoration: underline;
}

main a:hover, main a:focus {
  text-decoration: none;
}

/* banner */
.c-banner {
  border-top: 4px solid #fff;
}

.c-banner__static {
  position: relative;
}

.c-static__hero {
  position: relative;
  border: 4px solid #fff;
  border-width: 0 4px 4px;
}

.c-static__hero_img {
  display: block;
  width: 100%;
  height: auto;
}

.c-static__video,
.c-banner__video {
  position: absolute;
  right: 12%;
  bottom: 8%;
  width: 28%;
  max-width: 400px;
  border: 5px solid #ad2121;
  box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.6);
}

.c-static__video_img,
.c-banner__video_img {
  display: block !important;
  width: 180px !important;
  max-width: 180px !important;
  height: auto !important;
  max-height: 150px !important;
}

.c-banner__video_link {
  display: inline-block;
}

.slick-carousel {
  margin: 0 auto;
  width: 100%;
}
.slick-carousel .slide {
  position: relative;
}
.slick-carousel .slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.slick-carousel .banner-video-link {
  display: block;
}

button[type=button].slick-arrow {
  z-index: 1000;
  top: 50%;
  padding: 1.5vw 0;
  width: 3vw;
  height: 6vw;
  border: 0;
  opacity: 0;
  overflow: hidden;
  transition: background 300ms ease, opacity 300ms ease;
}
@media only screen and (min-width: 800px) {
  button[type=button].slick-arrow {
    width: 4vw;
  }
}
.slider:hover button[type=button].slick-arrow {
  opacity: 0.6;
}
.slider:hover button[type=button].slick-arrow:hover, .slider:hover button[type=button].slick-arrow:focus {
  opacity: 1;
  background: #ad2121;
}
button[type=button].slick-arrow::before {
  display: block;
  margin-bottom: 99em;
  color: #fff;
  font: 3vw/1 "Font Awesome 6 Pro";
}
button[type=button].slick-arrow.slick-prev {
  left: 1vw;
}
button[type=button].slick-arrow.slick-prev::before {
  content: "\f053";
}
button[type=button].slick-arrow.slick-next {
  right: 1vw;
}
button[type=button].slick-arrow.slick-next::before {
  content: "\f054";
}

/* social links */
.social-item {
  display: inline-block;
  margin: 0 0.3em;
  font: 1.3em/1.2 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  vertical-align: middle;
}
.social-link {
  position: relative;
  display: block;
  margin: 0;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  text-align: center;
  overflow: hidden;
  transition: color 300ms ease;
}
.social-link:hover, .social-link:focus {
  color: #ad2121;
}
.social-icon {
  margin-bottom: 99em;
  font-size: 1.4em;
}

.c-site-header .social {
  position: relative;
  z-index: 1000;
  margin: 0;
  padding: 1.2rem 0;
  text-align: right;
}
@media only screen and (min-width: 40em) {
  .c-site-header .social {
    margin-left: 340px;
  }
}
@media only screen and (min-width: 48em) {
  .c-site-header .social {
    margin: 1.4em 0 0 220px;
    padding: 0;
  }
}
@media only screen and (min-width: 85em) {
  .c-site-header .social {
    margin: 25px 0 0 700px;
  }
}
.c-site-header .social-item--email {
  display: block;
  margin: 0.6em 0.5em 0 0;
  font-size: 1.2em;
  line-height: 1.5;
}
@media only screen and (min-width: 48em) {
  .c-site-header .social-item--email {
    display: inline-block;
    margin: 0 0 0 1.2em;
  }
}
@media only screen and (min-width: 62.5em) {
  .c-site-header .social-item--email {
    font-size: 1.5em;
  }
}
.c-site-header .social-item--email .social-link {
  display: inline-block;
  padding: 0.2em 0.4em;
  width: auto;
  height: auto;
  text-align: right;
  overflow: visible;
  border: 1px solid #fff;
}
@media only screen and (min-width: 48em) {
  .c-site-header .social-item--email .social-link {
    border-width: 2px;
  }
}
.c-site-header .social-item--email .social-icon {
  margin: 0 0.25em 0 0.01em;
  font-size: 1.2em;
}

.c-site-footer .social-item {
  margin: 0 0.2em;
  font-size: 1.6em;
}
.c-site-footer .social-link {
  width: 1.2em;
  height: 1.2em;
  color: #ad2121;
}
.c-site-footer .social-link:hover, .c-site-footer .social-link:focus {
  color: #fff;
}
.c-site-footer .social-icon {
  font-size: 1.2em;
}

/* social feeds */
.c-social-feeds {
  clear: both;
  margin: 20px 60px;
  overflow: auto;
}

.safari7 .c-social-feeds {
  display: block;
}

@media only screen and (min-width: 62.5em) {
  .c-social-feeds {
    margin: 40px 60px 60px;
  }
}
.c-social-feeds__item {
  z-index: 1;
  vertical-align: top;
}

.c-social-feeds__item h3 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-size: 1.875em;
  text-transform: uppercase;
  border-bottom: 1px solid #ad2121;
}

.c-social-feeds__item h3 .fab {
  margin-right: 0.2em;
  color: #ad2121;
  font-size: 1.2em;
}

.c-social-feeds__item h3 a {
  color: #fff;
}
.c-social-feeds__item h3 a:hover, .c-social-feeds__item h3 a:focus {
  color: #ad2121;
}

.c-social-feeds__item--instagram {
  margin: 20px auto;
}

@media only screen and (min-width: 62.5em) {
  .c-social-feeds__item--instagram {
    margin: 0;
  }
}
/* translate */
.translate {
  display: none;
}

@media only screen and (min-width: 48em) {
  .translate {
    display: inline-block;
    margin-left: 14px;
    width: 200px;
    overflow: hidden;
  }
}
.translate .goog-te-gadget {
  font-size: 1em !important;
}

.translate #google_language_translator select.goog-te-combo {
  padding: 0 10px !important;
  width: 100% !important;
  height: 1.9em !important;
  color: #f73737;
  font: 1em/1 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  background: transparent url(../img/select-arrow.svg) no-repeat 100% 50% !important;
  border: 1px solid #ad2121 !important;
  border-radius: 0;
  -webkit-appearance: none !important;
}

/* family links */
.fam-links {
  margin: 1.2em 0;
}
@media only screen and (min-width: 62.5em) {
  .fam-links {
    margin: 1.2em 0 2em;
  }
}
.fam-links li {
  display: inline-block;
  margin: 0.4em 0 0 0.8em;
  color: #ad2121;
  font: 1em/1 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 62.5em) {
  .fam-links li {
    font-size: 1.25em;
  }
}
.fam-links .fam-links li a {
  color: #bbb;
}
.fam-links .fam-links li a:hover {
  color: #fff;
}

/* blog wall */
.blog-wall main {
  padding: 40px 25px;
  max-width: 1600px;
}

@media only screen and (min-width: 48em) {
  .blog-wall main {
    padding: 40px;
  }
}
.blog-wall #post-grid {
  background: url(../img/gene-kiss-icon.svg) no-repeat 50% 100%/50% auto;
}

.blog-wall article {
  float: left;
  margin-bottom: 40px;
  width: 100%;
  color: #e6e6e6;
  text-align: left;
  background: #161616;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.post-size {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .blog-wall article, .post-size {
    width: 47.5%;
  }
}
@media only screen and (min-width: 62.5em) {
  .blog-wall article, .post-size {
    width: 31.2%;
  }
}
@media only screen and (min-width: 85em) {
  .blog-wall article, .post-size {
    width: 22.625%;
  }
}
.gutter-size {
  width: 0;
}

@media only screen and (min-width: 48em) {
  .gutter-size {
    width: 5%;
  }
}
@media only screen and (min-width: 62.5em) {
  .gutter-size {
    width: 3.125%;
  }
}
.blog-wall article header {
  padding: 20px;
}

.blog-wall article h2 {
  margin: 0 0 0.4em;
  color: #fff;
  font: 1.4em/1.4 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.blog-wall article h2 .kiss {
  font-size: 1.1em;
  line-height: 0.9;
  font-family: "KISS", "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.blog-wall article h2 a {
  color: #fff;
  text-decoration: none;
  overflow-wrap: break-word;
}

.blog-wall article h2 a:hover {
  color: #ad2121;
}

.blog-wall article .post-img {
  width: 100%;
  overflow: hidden;
}

.blog-wall article .post-img img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-wall article h2 + .post-img .fvp-responsive {
  margin-top: -1.4em;
}

.blog-wall article header + .post-content p:first-child {
  margin-top: 0;
}

.blog-wall article p {
  margin: 20px 20px 1em;
  font-size: 1em;
  line-height: 1.3;
}

.blog-wall article .post-meta + p {
  margin-top: 0.6em;
}

.blog-wall article .more {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.blog-wall article .more a {
  display: inline-block;
  padding: 0.3em 1em 0.4em 0.8em;
  color: #fff;
  text-decoration: none;
  background: #ad2121;
  transition: background 300ms ease;
}

.blog-wall article .more a:hover {
  background: #666;
}

.blog-wall article .more a:before {
  display: inline-block;
  margin-right: 0.2em;
  content: "+";
}

.blog-wall article .source img {
  display: block;
  margin: 15px auto 25px;
  width: auto;
  max-width: 95%;
  height: auto;
  max-height: 80px;
}

.post-date {
  display: block;
  color: #ccc;
  font: 0.95em/1.2 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-wall article.post-9515 {
  text-align: center;
  background: #fff;
}

.blog-wall article.post-9515 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  overflow: auto;
}

.blog-wall article.post-9515 .post-img {
  margin: 0 5% 0 0;
  width: 35%;
  vertical-align: middle;
}

.blog-wall article.post-9515 .post-content {
  padding: 0;
  width: 60%;
  vertical-align: middle;
}

.blog-wall article.post-9515 p {
  margin: 0.8em 0;
}

.blog-wall article.post-9515 .btn {
  display: inline-block;
  padding: 0.8em 1.8em;
  height: auto;
  color: #fff;
  font: 1em/1.2 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  background: #111;
  vertical-align: middle;
  transition: background 200ms ease;
}

.blog-wall article.post-9515 a:hover .btn {
  color: #fff;
  background: #ad2121;
}

.blog-wall article.post-10138 .post-content {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

/* posts */
.single-post main {
  max-width: 1000px;
  overflow: hidden;
}

.single-post article {
  margin: 0;
  padding: 40px 0;
  color: #e6e6e6;
}

.single-post article header {
  margin-bottom: 60px;
  text-align: center;
}

.single-post .source {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #111;
}

.single-post .source img {
  margin: 0 auto;
  max-width: 60%;
  height: auto;
}

@media only screen and (min-width: 48em) {
  .single-post .source img {
    max-width: 240px;
  }
}
.single-post h1 {
  margin: 0 0 40px;
  color: #fff;
  font-size: 1.8em;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (min-width: 48em) {
  .single-post h1 {
    margin-bottom: 0.4em;
    font-size: 2.4em;
  }
}
@media only screen and (min-width: 800px) {
  .single-post header + .wp-caption {
    margin-left: -20px;
    width: calc(100% + 40px) !important;
    max-width: none;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post header + .wp-caption {
    margin-left: -50px;
    width: calc(100% + 100px) !important;
  }
}

.single-post .post-img {
  margin: 0 auto 60px;
  text-align: center;
}

.single-post .post-img a {
  display: inline-block;
}

.single-post .post-img img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-height: 1000px;
}

.single-post article footer {
  margin-top: 50px;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #222;
}

@media only screen and (min-width: 48em) {
  .single-post article footer {
    margin-top: 60px;
    padding-top: 30px;
  }
}
.single-post article .more {
  display: block;
  margin: 12px 0;
  font-weight: bold;
  line-height: 1.1;
}

@media only screen and (min-width: 48em) {
  .single-post article .more {
    display: inline-block;
    margin: 12px 5%;
  }
}
.single-post article .more a {
  color: #ad2121;
  text-decoration: none;
}

.single-post article .more a:hover {
  color: #fff;
}

.single-post article .share {
  display: block;
  margin: 12px 0;
  color: #ad2121;
  font-weight: bold;
  font-size: 1.2em;
}

@media only screen and (min-width: 48em) {
  .single-post article .share {
    display: inline-block;
    margin: 12px 5%;
  }
}
.single-post article .share div {
  display: inline-block !important;
}

.single-post article .share .addtoany_list a {
  margin-left: 8px !important;
  vertical-align: top !important;
}

.single-post .post-date {
  font-size: 1.1em;
}

/* tile wall */
.tile main {
  margin: 0 -1px;
  padding: 1px 0;
  max-width: none !important;
  overflow: auto;
}

.tile main h1 {
  position: absolute;
  top: -999em;
  left: -999em;
  visibility: hidden;
}

.tile .page-content {
  padding-top: 2.4em;
  padding-bottom: 2.4em;
}

.tile article {
  position: relative;
  float: left;
  padding: 0 !important;
  width: 50%;
  border: 1px solid #000;
}

@media only screen and (min-width: 48em) {
  .tile article {
    width: 33.33%;
  }
}
@media only screen and (min-width: 85em) {
  .tile article {
    width: 20%;
  }
}
.tile article .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 300ms ease;
}

.tile article:hover .overlay {
  opacity: 1;
}

.tile article .item-info {
  padding: 0 20px 0;
  width: 100%;
  text-align: center;
}

.tile article a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.tile article .item-info h2 {
  margin: 0;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

@media only screen and (min-width: 62.5em) {
  .tile article .item-info h2 {
    font-size: 1.5em;
  }
}
.tile article .item-info p {
  margin: 0;
  color: #999;
  font-size: 0.9em;
}

@media only screen and (min-width: 62.5em) {
  .tile article .item-info p {
    font-size: 1.1em;
  }
}
.tile article span, .tile article a:hover span {
  display: inline-block;
  margin-top: 1em;
  padding: 0.4em 1em 0.5em 0.8em;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  background: #ad2121;
  transition: background 300ms ease;
}

@media only screen and (min-width: 62.5em) {
  .tile article .item-info h2 {
    font-size: 1em;
  }
}
.tile article span:before {
  display: inline-block;
  margin-right: 0.2em;
  content: "+";
}

.tile article span:hover, .tile article a:hover span:hover {
  color: #fff;
  background: #666;
}

.tile article img {
  display: block;
  width: 100%;
  height: auto;
}

.brands main {
  padding: 0;
}

.brands main h2 {
  clear: both;
  margin: 0 auto;
  padding: 2em 0 0.8em;
  text-align: center;
}

.brands article {
  height: 130px;
  border-color: #0d0d0d;
}

@media only screen and (min-width: 48em) {
  .brands article {
    height: 180px;
  }
}
@media only screen and (min-width: 62.5em) {
  .brands article {
    height: 260px;
  }
}
.brands article img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 90px;
}

@media only screen and (min-width: 48em) {
  .brands article img {
    max-height: 120px;
  }
}
@media only screen and (min-width: 62.5em) {
  .brands article img {
    max-height: 180px;
  }
}
.shop main {
  padding: 0;
}

.shop article {
  width: 33.33%;
  height: 120px;
  border-color: #0d0d0d;
}

@media only screen and (min-width: 25.875em) {
  .shop article {
    height: 150px;
  }
}
@media only screen and (min-width: 48em) {
  .shop article {
    height: 300px;
  }
}
.shop article img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 70px;
}

@media only screen and (min-width: 25.875em) {
  .shop article img {
    max-height: 90px;
  }
}
@media only screen and (min-width: 48em) {
  .shop article img {
    max-height: 160px;
  }
}
.gallery-tile main {
  padding: 2px 0;
  max-width: none !important;
  overflow: auto;
}

.gallery-tile main h1 {
  position: absolute;
  top: -999em;
  left: -999em;
  visibility: hidden;
}

.gallery-tile .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin: 0;
}
@media only screen and (min-width: 600px) {
  .gallery-tile .gallery {
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 800px) {
  .gallery-tile .gallery {
    -ms-grid-columns: repeat(5, 1fr);
    grid-template-columns: repeat(5, 1fr);
  }
}
.gallery-tile .gallery .gallery-item {
  position: relative;
  padding: 0 !important;
  max-width: none;
}

.gallery-tile .gallery-item img {
  display: block;
  min-width: 100%;
  height: auto;
}

.gallery-tile .gallery-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 300ms ease;
}

.gallery-tile .gallery-item a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.4em 0 0 -0.4em;
  content: "\f00e";
  color: #fff;
  font: 3em "Font Awesome 6 Pro";
  opacity: 0;
  transition: opacity 300ms ease;
}

.gallery-tile .gallery-item a:hover::before {
  opacity: 1;
}

.gallery-tile .gallery-item a:hover::after {
  opacity: 1;
}

/* cats and tags */
.tag h1 {
  margin-bottom: 0.8em;
  font-size: 3.4em;
}

/* pagination */
ul.post-nav {
  clear: both;
  margin: 3rem auto 0;
  text-align: center;
  list-style: none;
}

ul.post-nav li {
  position: relative;
  display: inline-block;
  margin: 0 0.4em;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  font-size: 2.4em;
  background: #ad2121;
  overflow: hidden;
}

ul.post-nav li.empty {
  color: #fff;
  opacity: 0.5;
}

ul.post-nav li a {
  display: block;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  text-decoration: none;
  background: #ad2121;
  transition: background 200ms ease;
}

ul.post-nav a:hover, ul.post-nav a:focus {
  background: #666;
}

ul.post-nav li span {
  position: relative;
  left: -0.05em;
  display: block;
  margin-bottom: 999em;
  font-size: 1.3em;
}

ul.post-nav li.next span {
  left: 0;
  right: 0.05em;
}

ul.blog-nav {
  margin: 1rem auto 3rem;
}

/* search widget */
.widget_search {
  display: none;
}

@media only screen and (min-width: 48em) {
  .widget_search {
    display: inline-block;
    margin-left: 14px;
    width: 200px;
  }
}
.searchform input {
  padding: 0 10px;
  width: calc(100% - 2.2em);
  height: 1.9em;
  color: #f73737;
  font: 1em/normal "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #ad2121;
  vertical-align: middle;
}

.searchform input:focus {
  color: #fff;
}

.searchform input::-webkit-input-placeholder {
  color: #f73737;
}

.searchform input::-moz-placeholder {
  color: #f73737;
}

:-ms-input-placeholder {
  color: #f73737;
}

.searchform input:-moz-placeholder {
  color: #f73737;
}

.searchform button {
  position: relative;
  padding: 0;
  width: 1.9em;
  height: 1.9em;
  color: #fff;
  text-align: center;
  background: #ad2121;
  border: 1px solid #ad2121;
  vertical-align: middle;
  overflow: hidden;
  transition: color 200ms ease, background 200ms ease, border 200ms ease;
}

.searchform button:hover {
  color: #ad2121;
  background: #fff;
  border-color: #fff;
}

.searchform button i {
  display: block;
  margin: 0.35em 0 99em 0;
  font-size: 1.1em;
}

/* search results */
.search-results h1 {
  font-size: 3.4em;
  letter-spacing: 0;
}

.search-results h1 strong {
  color: #f6f6f6;
}

/* 404 page */
.error404 .site-content-wrap {
  position: relative;
}

@media only screen and (min-width: 62.5em) {
  .error404 .site-content-wrap::before {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 4em;
    content: "404 Error";
    color: #eee;
    font-weight: 700;
    font-size: 10em;
    line-height: 0.9;
    letter-spacing: -0.02em;
    text-align: right;
    text-transform: uppercase;
  }
}
.error404 main .searchform input {
  width: calc(100% - 5em);
}

@media only screen and (min-width: 62.5em) {
  .error404 main .searchform input {
    width: 50%;
  }
}
.error404 main ul {
  margin-top: 2rem;
  webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.error404 main li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: none;
}

.error404 main li a {
  display: inline;
}

.error404 main .searchform ::-webkit-input-placeholder {
  color: transparent !important;
}

.error404 main .searchform ::-moz-placeholder {
  color: transparent !important;
}

.error404 main .searchform :-ms-input-placeholder {
  color: transparent !important;
}

.error404 main .searchform :-moz-placeholder {
  color: transparent !important;
}

.error404 main .searchform ::placeholder {
  color: transparent !important;
}

/* footer
--------------------------------------------- */
.c-site-footer {
  clear: both;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  color: #888;
  background: url(../img/footer-bg-tile.jpg) repeat-y 50% 0/cover;
  overflow: auto;
}

.safari7 .c-site-footer {
  display: block;
}

.c-site-footer:before {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: "";
  background: url(../img/footer-top.png) no-repeat 50% 0/cover;
}

@media only screen and (min-width: 62.5em) {
  .c-site-footer {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.c-site-footer a {
  color: #fff;
}

.c-site-footer a:hover, .c-site-footer a:focus {
  color: #ad2121;
}

.o-footer-column {
  z-index: 1;
  position: relative;
  margin: auto;
  vertical-align: top;
}

.o-footer-column--1 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  width: 100%;
  min-height: 320px;
  background: url(../img/footer-gene.png) no-repeat 50% 0/565px auto;
}

@media only screen and (min-width: 62.5em) {
  .o-footer-column--1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    min-height: 310px;
    width: 620px;
    height: 100%;
    background: url(../img/footer-gene.png) no-repeat -80px 0/565px auto;
  }
}
@media only screen and (min-width: 85em) {
  .o-footer-column--1 {
    width: 720px;
    background-position: 25% 0;
  }
}
.safari7 .o-footer-column--1 {
  display: none;
}

.o-footer-column--1 ul {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 62.5em) {
  .o-footer-column--1 ul {
    position: static;
    margin: 135px 0 0 360px;
    padding: 0;
    text-align: left;
    background: none;
  }
}
@media only screen and (min-width: 85em) {
  .o-footer-column--1 ul {
    margin-left: 460px;
  }
}
.o-footer-column--1 ul li {
  display: inline-block;
  margin: 0.2em 0.5em;
  font: 1.625em/1.2 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 0 2px 6px #000;
}

@media only screen and (min-width: 62.5em) {
  .o-footer-column--1 ul li {
    display: block;
    margin: 0 0 0.5em;
  }
}
.o-footer-column--1 ul li span {
  position: relative;
  top: -0.1em;
  left: 0;
  margin-right: 0.3em;
  padding-left: 0.05em;
  color: #ad2121;
  font-size: 0.75em;
  vertical-align: middle;
  transition: left 300ms ease;
}

.o-footer-column--1 ul li a:hover span {
  left: 0.2em;
}

.o-footer-column--2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 30px 15px 50px;
  text-align: center;
}

@media only screen and (min-width: 62.5em) {
  .o-footer-column--2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 30px;
    width: calc(100% - 620px);
    max-width: 800px;
    text-align: right;
  }
}
@media only screen and (min-width: 85em) {
  .o-footer-column--2 {
    width: calc(100% - 720px);
  }
}
@media only screen and (min-width: 100em) {
  .o-footer-column--2 {
    padding: 0 40px;
  }
}
.c-site-footer .footer-info {
  margin-top: 30px;
  color: #fff;
}

.c-site-footer .footer-info a {
  font-weight: bold;
}

.c-site-info {
  margin-top: 10px;
  font-size: 1em;
}

@media only screen and (min-width: 48em) {
  .c-site-info {
    font-size: 0.875em;
  }
}
.c-site-info a {
  color: #888;
}

.c-site-info a:hover, .c-site-info a:focus {
  color: #fff;
}

.c-site-footer #tge {
  display: block;
  margin-top: 0.8em;
}

/* pages
--------------------------------------------- */
.home main {
  padding-bottom: 0;
}

/* about */
.about article li {
  font-size: 1.2em;
  line-height: 1.8;
}

.about article img {
  margin: 0 auto 20px;
  width: 360px;
  height: auto;
}

@media only screen and (min-width: 62.5em) {
  .about article img {
    margin: 0 -40px 0 1em;
    width: 420px;
  }
}
/* music */
.music main h2 {
  margin: 1em 4%;
  font-size: 2.2em;
  text-align: center;
}

/* gsb pages */
.gsb-text-title {
  position: absolute;
  top: -999em;
  left: -999em;
}

.gsb-title {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}

.gene-simmons-band main p a.btn {
  margin: 0.4em 0;
  color: #111;
  background: #fff;
}

.gene-simmons-band main p a.btn:hover {
  color: #fff;
  background: #ad2121;
}

.tour-dates {
  margin-top: 4rem;
}
.tour-dates th {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: #fff;
  font-size: 2.8em;
  background: #b32727;
}
.tour-dates td:nth-of-type(1) {
  width: 6.5em !important;
  font-size: 1.5em;
  font-family: "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
}
.tour-dates td:nth-of-type(2) {
  padding-right: 5%;
  width: auto !important;
}
.tour-dates td:nth-of-type(3) {
  width: 12em !important;
}
.tour-dates td:nth-of-type(4) {
  width: 12em !important;
}
@media only screen and (max-width: 48em) {
  .tour-dates td {
    min-width: 100% !important;
  }
}
.tour-dates tr:last-of-type td {
  border-bottom: 0;
}

/* speaking engagements */
.speaking-engagements h1 strong {
  display: block;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}

/* misc.
--------------------------------------------- */
#html5-watermark[style], #html5-watermark a div[style] {
  display: none !important;
}

.popup-overlay,
.popup-content {
  visibility: hidden;
}

.popup-overlay.active,
.popup-content.active {
  visibility: visible;
}

.popup-overlay {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  top: 50vh;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 5vw;
  width: 50%;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-50%);
}

.popup-content figcaption {
  margin-bottom: 0.6em;
  font: 1.68em/1.2 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
}

.popup-content .modal-close {
  margin-top: 2em;
}

main ul {
  margin: 0 0 1.2em 2em;
  list-style: none;
}

main ul ul {
  margin: 0.3em 0 0.8em 1.6em;
}

main ol {
  margin: 0 0 1.2em 2em;
  list-style: decimal;
}

main li li {
  font-size: 1em;
}

main article ul li:before {
  float: left;
  margin: 0.1em 0 0 -1.2em;
  content: "\f061";
  color: #ad2121;
  font-size: 0.9em;
  font-family: "Font Awesome 6 Pro";
}

.fa-ul {
  margin-left: 1.5em !important;
  list-style: none !important;
}

.fa-ul li {
  margin: 0.4em 0;
}

.fa-ul li .fa-li {
  top: 0.2em;
  left: -1.5em;
  width: 1em;
}

dt {
  margin: 2em 0 0.5em;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.3;
}

dd {
  margin: 0.8em 0 1.2em 2em;
  font-size: 1em;
  line-height: 1.5;
}

blockquote {
  margin: 3rem 2rem;
  padding: 2.5rem 3rem;
  color: #fff;
  font-style: italic;
  font-size: 1.1em;
  border-left: 4px solid #ad2121;
  background: #0d0202;
}

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

.alignleft, .alignright, .aligncenter {
  clear: both;
  float: none;
  display: block;
  margin: 2rem auto;
}

@media only screen and (min-width: 62.5em) {
  .alignleft {
    clear: none;
    float: left;
    margin: 0 2.5rem 2rem 0;
  }
  .alignright {
    clear: none;
    float: right;
    margin: 0 0 2rem 2.5rem;
  }
}
.wp-caption {
  margin-bottom: 2em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em auto;
  max-width: 800px;
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
  text-align: center;
}

embed, iframe, object {
  max-width: 100%;
}

.instagram-media {
  margin-right: auto !important;
  margin-left: auto !important;
}

.resp-wrapper {
  position: relative;
  margin: 2.5em auto;
  padding-top: 56.25%;
  overflow: hidden;
}
.post .resp-wrapper {
  margin: 0 auto;
}
.fvp-responsive .resp-wrapper {
  position: static;
  margin: 0 auto;
  padding-top: 0;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: 0;
}

.twitter-tweet-rendered {
  margin-right: auto;
  margin-left: auto;
}

figure {
  margin: 0;
}

table {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

th {
  padding: 1em 1% 0.5em;
  color: #ad2121;
  font: 1.6em/1.2 "Fjalla One", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 2px solid #ad2121;
}

td {
  padding: 0.8em 1%;
  font-size: 1.2em;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: 1px solid #333;
}

td:first-of-type {
  min-width: 160px;
}

td:nth-of-type(3) {
  min-width: 240px;
}

@media only screen and (min-width: 48em) {
  td:first-of-type, td:nth-of-type(3) {
    min-width: 0;
  }
}
td:last-of-type {
  font-size: 0.85em;
  text-align: right;
}

@media only screen and (min-width: 62.5em) {
  td:last-of-type {
    font-size: 0.85em;
  }
}
main td a.btn {
  margin: -0.25em 0;
}

td .new-date {
  display: inline-block;
  margin-left: 0.6em;
  padding: 0.2em 0.5em;
  color: #ad2121;
  font-size: 0.7em;
  text-transform: uppercase;
  border: 1px solid #ad2121;
}

td small {
  display: block;
  margin-top: 0.4em;
  color: #888;
  font-size: 0.85em;
  line-height: 1.1;
}
td small strong {
  text-transform: uppercase;
}

@media only screen and (max-width: 48em) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  th {
    text-align: center;
    padding: 0.6em 1%;
  }
  td {
    padding: 0.25em 4%;
    text-align: center !important;
    border: 0;
  }
  td.empty {
    padding: 0;
    height: 0;
  }
  td:first-of-type {
    padding-top: 0.8em;
    font-size: 1.4em;
  }
  td:last-of-type {
    padding-top: 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #333;
  }
  td.empty:last-child {
    padding-top: 0 !important;
  }
  main td a.btn {
    margin: 0 auto;
  }
}
hr {
  margin: 2em 0;
  height: 0;
  border: 0;
  border-top: 1px solid #222;
}

hr + h1, hr + h2, hr + h3,
h1 + hr, h2 + hr, h3 + hr {
  margin-top: 0;
}

::-moz-selection {
  background: #333;
}

::selection {
  background: #333;
}

/* screen readers */
.screen-reader-text {
  position: absolute;
  top: -999em;
  left: -999em;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
}

.skip {
  position: fixed;
  z-index: 100000;
  top: -10em;
  left: -10em;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #ad2121;
  opacity: 0;
  transition: opacity 300ms ease-in;
}

.skip:focus, .skip:active, .skip:hover {
  top: 0;
  left: 0;
  padding: 0.6em 1em;
  color: #fff;
  width: auto;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.totop {
  z-index: 999;
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: block;
  padding: 0.2em;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  transition: background 300ms ease;
  overflow: hidden;
}

.totop:hover {
  background: #ad2121;
}

.totop span {
  display: block;
  margin-bottom: 999em;
}

html.desktop .totop {
  position: fixed;
}

html.desktop.cssanimations .totop {
  opacity: 0;
}

html.mobile .totop {
  display: none;
}

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

pre {
  display: block;
  padding: 1rem;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.56;
  font-family: monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #f2f2f2;
  border: 1px solid #dad7c5;
  overflow: auto;
  overflow-y: hidden;
}

p + pre {
  margin-top: -0.5rem;
}

/* gallery */
.gallery {
  margin: 0 -0.5em 1.5em -0.5em;
}

.gallery::after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0.5em;
  max-width: calc(50% - 30px);
}

@media only screen and (min-width: 31.25em) {
  .gallery-columns-1 .gallery-item {
    float: none;
    width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }
}
.gallery-item img {
  display: block;
  margin: 0 auto;
}

.gallery-caption {
  display: block;
}

/* forms
--------------------------------------------- */
input, textarea, select, button {
  margin: 0;
  padding: 0.6em;
  width: auto;
  color: #333;
  font: 1em/normal "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  vertical-align: middle;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline-color: transparent;
  outline-style: none;
}

.button, button, button[type=button], input.btn, input[type=button], input[type=reset], input[type=submit] {
  display: inline-block;
  padding: 0.6em 1em;
  height: auto;
  color: #fff;
  font: bold 1em/normal "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  text-transform: uppercase;
  background: #ad2121;
  border: 1px solid #ad2121;
  transition: background 200ms ease;
}

button:hover, input.btn:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover,
button:focus, input.btn:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
  background: #666;
}

textarea {
  overflow: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

label.screen-reader-text {
  display: none;
}
