/*
&&&&&&&&&&&&&&&&&&&&&&&&@&&&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&&&&&@&BP&@&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&&&@&BP5#@&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&@&BGP5B@&&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&#PJYYB&&&&&&&&&&&&&&&&
#&&&&&&&&&&&&&&##BB#####BB##&&&&&&&&&&&&
#&&&&&&&&&&&&#B######&&&###BBB#@@&&&&&&&
&&&&&&&B##&&#B###BBBBB#B#####P^!5#&&&&&&
&&&&&BPJPGP5G###G5BBGBBBGP####Y7?Y#&&&&&
&&&&&&&&BPY?G##GYGPGPPGGJP####B#&&&&&&&&
&&&&&&#B5?!~JB#B5BGBBBBBGG##&GJ#&&&&&&&&
&&&&&&&5!~7?!JB#############P7!P&###&&&&
&&&&@#J^:JBY77?5G##B#####GJ!7P#5YPGB#&&&
&&@&5~~7G#&B77JJ7?P?J555J?J5#&&&###&&&&&
&&P?^~P&&&#B5PGP5??Y!JYYG#&&#&&&&&&&&&&&
&#JJYB&####&&###GJJJ7YGPB#####&&&&&&&&&&
&&&&&&&&&#######BYPG##########&&&&&&&&&&
#&#&&&&&######&5~Y&############&&&&&&&&&
#############&#?P&##############&&&&&&&&
*/

:root {
  --primary-color: #ffffff;
  --primary-darker-color: #410202;
  --link-color: #5daeff;
  --link-hover-color: #0944a0;
  --accent-color: #7e0000;
}

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: var(--primary-color);
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.sans {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.special {
  font-family: "Creepster", monospace;
  font-weight: 300;
  letter-spacing: -2px;
}

h1 {
  font-size: 3rem;
}
.enormous {
  font-size: 10rem;
  line-height: 0.8em;
}
@media only screen and (max-width: 39.9375em) {
  .enormous {
    font-size: 6rem;
    line-height: 0.8em;
  }
}
.fullwidth {
  max-width: 100%;
}
.fullwidth [class*="block-grid-"] {
  margin-right: 0;
  margin-left: 0;
}
.flush-padding .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row.flush-padding {
  margin-left: 0;
  margin-right: 0;
}
.flush-grid {
  margin-left: 0;
  margin-right: 0;
}
.flush-left {
  margin-left: 0;
  padding-left: 0 !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 900;
}
.small {
  font-size: 11px;
}

.white {
  color: #fff;
}
.white-bg {
  background-color: #fff;
}
.black {
  color: #282828;
}
.black-bg {
  background-color: #282828;
}
.grey {
  color: rgba(0, 0, 0, 0.5);
}
.grey-bg {
  background-color: rgba(0, 0, 0, 0.1);
}
.cream {
  color: #f9f4f0;
}
.cream-bg {
  background-color: #f9f4f0;
}

.primary {
  color: var(--primary-color);
}
.primary-bg {
  background-color: var(--primary-color);
}
.primary-darker {
  color: var(--primary-darker-color);
}
.primary-darker-bg {
  background-color: var(--primary-darker-color);
}
.link {
  color: var(--link-color);
}
.link-bg {
  background-color: var(--link-color);
}
.accent {
  color: var(--accent-color);
}
.accent-bg {
  background-color: var(--accent-color);
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}
.topmost {
  z-index: 100;
}
.widescreen {
  height: 0;
  position: relative;
  padding-top: 56.25%;
  display: block;
  background-size: cover;
}
.text-large {
  font-size: 22px;
}
.text-xlarge {
  font-size: 32px;
}
.widescreen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background.video {
  position: relative;
  overflow: hidden;
}
.background video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

a,
a:active {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}
a.white,
.white-links a {
  color: #fff;
  text-decoration: underline;
}
a.white:hover,
.white-links a:hover {
  opacity: 0.6;
}
a.underline {
  text-decoration: underline;
}
a.no-underline {
  border-bottom: none !important;
  text-decoration: none;
}

[data-vertical-center] > *,
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.align-bottom {
  position: absolute;
  bottom: 20%;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border {
  border: 10px solid var(--primary-color);
}
.border-thick {
  border: 12px solid var(--primary-color);
}
.border-thin {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.border-bottom {
  border-bottom: 1px solid var(--primary-color);
}
.border-black {
  border-color: var(--primary-color);
}
.border-white {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-left {
  border-left: 1px solid var(--primary-color);
}
.border-right {
  border-right: 1px solid var(--primary-color);
}
.border-top {
  border-top: 1px solid var(--primary-color);
}
.border-bottom {
  border-bottom: 1px solid var(--primary-color);
}

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

.button {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  background: var(--link-color);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
}

.button:hover,
.button.hover {
  color: #fff;
  background: var(--link-hover-color);
  border: 1px solid var(--link-color);
  text-decoration: none;
}
.large-buttons .button {
  font-size: 20px;
}

.button.large {
  font-size: 20px;
  margin: 0 auto;
}
.button.badge {
  background: #fff;
  font-size: 30px;
  color: #000;
  border-radius: 100%;
  text-align: center;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  position: relative;
  display: block;
}
.button.badge i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button.badge:hover {
  color: #fff;
  background: #ff4b00;
}
.button.badge.small {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.button.tiny {
  display: inline-block;
  padding: 6px 15px;
  border: 2px solid #cc0000;
  color: #cc0000;
  background: #4a4771;
}
.button.tiny:hover {
  background: #272635;
  color: #fff;
}
.dropshadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.strong {
  font-weight: 900;
}
.fullpage {
  height: 95vh;
}
.halfpage {
  height: 60vh;
}
hr.slim {
  display: block;
  width: 60%;
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
@media only screen and (max-width: 39.9375em) {
  .small-only-padding-right-none {
    padding-right: 0;
  }
  .small-only-padding-none {
    padding: 0;
  }
  .small-only-padding-top-none {
    padding-top: 0;
  }
  .small-only-padding-top-small {
    padding-top: 0.5em !important;
  }
  .small-only-padding-bottom-small {
    padding-bottom: 0.5em !important;
  }
  .small-only-padding {
    padding: 1.5em;
  }
  .small-only-padding-top {
    padding-top: 1.5em !important;
  }
  .small-only-padding-bottom {
    padding-bottom: 1.5em;
  }
  .small-only-padding-left {
    padding-left: 1.5em;
  }
  .small-only-padding-right {
    padding-right: 1.5em;
  }
  .small-only-margin-bottom-none {
    margin-bottom: 0 !important;
  }
  .small-only-text-center {
    text-align: center;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* NAV */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.navbar {
  z-index: 101;
  color: #fff;
}
.navbar .columns {
  height: 70px;
}
.primary-navigation-container {
  height: 70px;
}
.navbar a {
  text-transform: uppercase;
  display: inline-block;
  font-size: 28px;
  line-height: 1em;
  padding: 20px 20px;
  letter-spacing: 0em;
}
.navbar a:hover {
  opacity: 0.5;
  text-decoration: none;
  color: var(--primary);
}
.navbar a.identity {
  background: url("images/horror-fried--logo-alt.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 80px;
  height: 55px;
  text-indent: -9999px;
  z-index: 100;
  position: relative;
  padding: 0 0px 0 0 !important;
  top: -8px;
  margin-left: 20px;
}
.navbar a.identity:hover {
  opacity: 1;
  transform: scale(1.1);
}
.navbar a.social-link {
  font-size: 22px;
}
.mobile-nav-menu-container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 200;
}

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

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

body.menu-open {
  overflow: hidden;
}

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

@media screen and (max-width: 39.9375em) {
  .mobile-nav-menu-container {
    top: -2px;
    position: absolute;
  }
  .navbar {
    height: 70px;
  }
  .navbar a {
    font-size: 52px;
  }
  .navbar a.identity {
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
  }
  .navbar a.identity:hover {
    transform: translateX(-50%);
  }
  input#control-nav:checked ~ .mobile-menu-container {
    display: block;
  }
  [data-equalizer-column][style] {
  }
  .mobile-menu-container a {
    display: block;
    margin-bottom: 15px;
  }
  body.home .primary-navigation-container {
  }
  body.home .navbar .mobile-nav-menu-container {
    top: 5px;
  }
  body.home.menu-open .navbar.fixed .mobile-nav-menu-container {
    top: 15px;
  }
  body.home .navbar.fixed .mobile-nav-menu-container {
    top: 15px;
    color: #fff;
  }
  body.home .mobile-menu-container,
  body.home .navbar.fixed .mobile-menu-container {
    top: 70px;
    height: calc(100% - 70px);
  }
  .halfpage {
    height: auto;
  }
  .halfpage .vertical-center {
    position: relative;
    top: 0;
    transform: none;
  }
  .latest hgroup,
  .latest .latest-arrow {
    padding-top: 30px;
  }
  .latest .latest-arrow a {
    margin: 0 auto;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* MAIN */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.full-height {
  height: 91vh;
}
.logo-holder {
  background: url("images/horror-fried--branding--lrg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  height: 80%;
  pointer-events: none;
}
.bottom-fixed {
  position: absolute;
  bottom: 2%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
.home-container .bottom-fixed {
  width: 90%;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .full-height {
    height: 75vh;
  }
}
@media only screen and (max-width: 39.9375em) {
  .full-height {
    height: auto;
    padding-bottom: 1rem;
  }
  .logo-holder {
    height: 440px;
    padding-bottom: 0;
  }
  .bottom-fixed,
  .top-fixed {
    position: relative;
    padding-bottom: 2rem;
  }
  .bottom-fixed a {
    margin: 0 auto;
    float: none !important;
    background-color: #e03cdb;
    color: #fff;
  }
}
.top-tab {
  background: var(--accent-color);
  color: #fff;
  display: inline-block;
  border-radius: 0px 0px 20px 20px;
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
}
.top-tab:before,
.top-tab:after,
.tab-inset:before,
.tab-inset:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--accent-color);
  left: -20px;
  top: 0;
}
.top-tab:before {
  left: -20px;
}
.top-tab:after {
  left: auto;
  right: -20px;
}
.tab-inset:before {
  background-color: var(--primary-darker-color);
  z-index: 10;
  left: -40px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.tab-inset:after {
  background-color: var(--primary-darker-color);
  z-index: 10;
  left: auto;
  right: -40px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.top-shadow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.bottom-shadow:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* PODCAST  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
body.home .cover {
  position: relative;
  top: -10vh;
  display: block;
  margin-bottom: -5vh;
}
body.episode .cover {
  margin-bottom: 2em;
  display: block;
}
body.episode .desc a {
  color: rgb(255, 57, 33);
  text-decoration: underline;
}
body.episode .desc a:hover {
  color: #272635;
}
body.episode .desc .addendum a {
  text-decoration: none;
  color: rgb(40, 40, 40);
}

.thepodcast .primary-title {
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
}
.thepodcast .primary-title.camelcase {
  text-transform: none;
}
body.episode .thepodcast .primary-title {
  font-size: 35px;
}
body.episode a.white {
}
.thepodcast h3 {
  line-height: 1.4em;
}
.social-icons a {
  font-size: 30px;
  margin-right: 10px;
  display: inline-block;
  padding: 5px;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 30px;
  color: #fff;
}
.social-icons a span {
  display: none;
}
.social-icons a:hover {
  color: #fff;
  background: var(--link-hover-color);
  border: 2px solid var(--link-hover-color);
}

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

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

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

/* Small only */
@media screen and (max-width: 39.9375em) {
  .social-list {
    padding-left: 20px;
    padding-right: 20px;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 20px !important;
  }
  .social-list .larger {
    float: left;
    margin-right: 5px;
  }
  .social-list .username {
    top: 4px;
  }
  .thepodcast .primary-title {
    font-size: 40px;
  }
  .contact .bottom-row {
    padding-bottom: 50px;
  }

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

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* SOCIAL  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

@media only screen and (max-width: 39.9375em) {
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* CONTACT  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.offset-top {
  top: -180px;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 39.9375em) {
  .offset-top {
    top: 0;
    margin-bottom: 0;
  }
  .offset-top .columns {
    padding: 0;
  }
  .gallery {
    margin-top: -80px;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* EPISODES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.episode-grid a.title {
}
.episode-grid .episode-cover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 100;
}
.episode-grid .episode-cover:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 39.9375em) {
  .subscribe-grid,
  .episode-grid {
    padding-left: 2em;
    padding-right: 2em;
  }
  .subscribe-grid a {
    font-size: 11px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .subscribe-grid,
  .episode-grid {
    padding-left: 2em;
    padding-right: 2em;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* SECTIONS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
body.about .about-page {
}
.bg-about {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.bg-about.half {
  width: 50%;
}
.bg-about.alignright {
  left: 50%;
}

.bg-about.about-us-1 {
}
.bg-about.about-us-2 {
}

body.episodes .navbar,
body.episode .navbar,
body.about .navbar {
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .bg-about {
    background-position: center center;
  }
  .bg-about.alignright {
    background-position: right center;
  }
  .bg-about:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b0b0a+0,0b0b0a+100&0+0,1+100 */
    background: -moz-linear-gradient(
      top,
      rgba(11, 11, 10, 0) 0%,
      rgba(11, 11, 10, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(11, 11, 10, 0) 0%,
      rgba(11, 11, 10, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(11, 11, 10, 0) 0%,
      rgba(11, 11, 10, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b0b0a', endColorstr='#0b0b0a',GradientType=0 ); /* IE6-9 */
  }
  .row.align-bottom {
    position: relative;
  }
  .row.align-bottom.padding-top-large {
    padding-top: 0px !important;
    position: relative;
    top: -50px;
  }
}
@media screen and (max-width: 39.9375em) {
  body.about {
  }
  body.about .about-page {
    height: auto;
  }
  .about-page.fullpage {
    height: auto;
    background: #fff;
  }
  .bg-about {
    background-size: cover;
    height: 0;
    padding-top: 56.23%;
    position: relative;
  }
  .bg-about:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b0b0a+0,0b0b0a+100&0+0,1+100 */
    background: -moz-linear-gradient(
      top,
      rgba(11, 11, 10, 0) 0%,
      rgba(11, 11, 10, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(11, 11, 10, 0) 0%,
      rgba(11, 11, 10, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(11, 11, 10, 0) 0%,
      rgba(11, 11, 10, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b0b0a', endColorstr='#0b0b0a',GradientType=0 ); /* IE6-9 */
  }
  .row.align-bottom {
    position: relative;
  }
  .row.align-bottom.padding-top-large {
  }
  .about-row {
    position: relative;
  }
}

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

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

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

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

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

body.fourohfour {
}

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

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-break {
    display: block;
  }
}
.fayk.fa-knife {
  background-image: url("images/icon-knife.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 22px;
}
