/*@import "compass/reset";*/
@font-face {
  font-family: "social";
  src: url("../fonts/social.eot");
  src: url("../fonts/social.eot?#iefix") format("embedded-opentype"), url("../fonts/social.woff") format("woff"), url("../fonts/social.ttf") format("truetype"), url("../fonts/social.svg#social") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "social" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "social" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-behance:before {
  content: "a";
}

.icon-apple:before {
  content: "b";
}

.icon-amazon:before {
  content: "c";
}

.icon-hamburger:before {
  content: "d";
}

.icon-envelope:before {
  content: "e";
}

.icon-website:before {
  content: "f";
}

.icon-facebook:before {
  content: "g";
}

.icon-linkedin:before {
  content: "h";
}

.icon-dribbble:before {
  content: "i";
}

.icon-pinterest:before {
  content: "j";
}

.icon-email:before {
  content: "k";
}

.icon-spotify:before {
  content: "l";
}

.icon-twitter:before {
  content: "m";
}

.icon-vimeo:before {
  content: "n";
}

.icon-twitch:before {
  content: "o";
}

.icon-rss:before {
  content: "p";
}

.icon-youtube:before {
  content: "q";
}

.icon-play:before {
  content: "s";
}

.icon-play-circle:before {
  content: "t";
}

.icon-pause:before {
  content: "u";
}

.icon-share:before {
  content: "v";
}

.icon-instagram:before {
  content: "w";
}

.icon-patreon:before {
  content: "r";
}

.icon-play-alt:before {
  content: "x";
}

.icon-soundcloud:before {
  content: "y";
}

.icon-googleplay:before {
  content: "z";
}

::selection {
  background: #e58336;
  color: #fff;
}

html * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Main */
body {
  font-family: "Roboto", sans-serif;
  background: url(../images/bg-pixels.png) center top repeat-x #363636;
  padding-top: 55px;
  /* New intro */
}
body h1, body h2, body h3,
body h4, body h5, body h6 {
  text-rendering: optimizeLegibility;
}
body a {
  text-decoration: none;
  color: #e58336;
}
body a:hover {
  text-decoration: underline;
}
body.roosa * {
  font-family: "Comic Sans", "Comic Sans MS", cursive !important;
}
body .container {
  width: 100%;
}
body .inside-wrap {
  margin: 0 auto;
}
@media (min-width: 960px) {
  body .inside-wrap {
    width: 100%;
    max-width: 960px;
  }
}
body .inside {
  padding: 25px;
}
@media (min-width: 550px) {
  body .inside {
    padding: 20px 45px;
  }
}
body footer .inside-wrap {
  max-width: 1200px;
}
body section.intro {
  padding: 0;
}
@media (min-width: 768px) {
  body section.intro {
    padding: 60px 90px;
  }
}
body section.intro h1 {
  font-weight: bold;
  max-width: 800px;
  font-size: 48px;
}
@media (max-width: 768px) {
  body section.intro h1 {
    font-size: 32px;
    margin-top: 0;
  }
}
body section.intro p {
  font-size: 18px;
}
body .lower-head h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 32px;
  color: #8da6a5;
  text-align: center;
  margin-top: 0.5em;
}
body .podcast {
  clear: both;
  padding: 20px 0;
}
body .podcast.non-ep {
  position: relative;
  background: url(../images/bg-podcast-divider.png) top center no-repeat transparent;
}
body .podcast.non-ep .split img {
  max-width: 70%;
}
@media (min-width: 550px) {
  body .podcast.non-ep .split img {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  body .podcast.non-ep .split img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body .podcast.non-ep .split-20 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) {
  body .podcast.non-ep .split-80 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23%;
    right: 2%;
  }
}
body .podcast.non-ep#patreon-nag {
  margin-top: 50px;
}
body .podcast.non-ep#patreon-nag h1, body .podcast.non-ep#patreon-nag h2, body .podcast.non-ep#patreon-nag p {
  text-align: left;
}
body .podcast.non-ep#patreon-nag h1 {
  font-size: 36px;
}
body .podcast.non-ep#patreon-nag p.intro {
  font-size: 18px;
}
body .podcast.non-ep#patreon-nag h2 {
  color: #4a938d;
  font-size: 24px;
  font-family: "DM Serif Display", serif;
  text-transform: none;
}
body .podcast.non-ep#patreon-nag h2 .date {
  display: block;
  text-transform: uppercase;
  font-family: "DM Serif Display", serif;
  font-size: 14px;
  line-height: 22px;
  color: #959595;
}
body .podcast.non-ep#patreon-nag .read-more {
  padding-top: 10px;
}
body .podcast .col-33 {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body .podcast .col-33 {
    border: 0;
    width: 30%;
    margin: 0 2.5%;
    float: left;
    padding: 0;
  }
  body .podcast .col-33.col-1 {
    margin-left: 0;
  }
  body .podcast .col-33.col-3 {
    margin-right: 0;
  }
}
body .podcast .col-33.col-3 {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  body .podcast {
    padding: 0;
  }
}
body .podcast .podcast-ep {
  display: block;
  color: #959595;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 5px 0;
  font-size: 14px;
}
body .podcast h1 {
  font-size: 28px;
  font-family: "DM Serif Display", serif;
  color: #8da6a5;
  margin: 10px 0;
}
body .podcast h1 br {
  display: none;
}
@media (min-width: 960px) {
  body .podcast h1 br {
    display: block;
  }
}
body .podcast h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}
body .podcast p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 960px) {
  body .podcast p {
    font-size: 12px;
    line-height: 18px;
  }
}
body .podcast p.intro {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}
body .podcast .split-40,
body .podcast .split-50,
body .podcast .split-60 {
  float: left;
}
@media (min-width: 768px) {
  body .podcast .split-40 {
    width: 40% !important;
  }
  body .podcast .split-50 {
    width: 50% !important;
  }
  body .podcast .split-60 {
    width: 60% !important;
  }
}
body .podcast .nfo.center {
  text-align: center;
}
@media (min-width: 550px) {
  body .podcast .podcast-nfo {
    margin: 25px;
  }
}
body .podcast .podcast-img {
  margin: 0 -25px 20px -25px;
}
@media (min-width: 550px) {
  body .podcast .podcast-img {
    margin: 25px;
  }
}
body .podcast .audio {
  margin: 10px 0;
}
body .podcast .podcast-img {
  overflow: hidden;
}
body .podcast .podcast-img img {
  max-width: 100%;
  display: block;
  border: 1px solid #999;
}
body .podcast .podcast-img .shadow {
  display: none;
}
@media (min-width: 550px) {
  body .podcast .podcast-img .shadow {
    display: block;
  }
}
body .podcast .podcast-img .podcast-img-frame {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 550px) {
  body .podcast .podcast-img .podcast-img-frame {
    margin: 0;
  }
}
body .podcast .podcast-img .podcast-img-frame li {
  display: none;
}
body .podcast .podcast-img .podcast-img-frame li:first-child {
  display: block;
}
body .podcast .podcast-img .podcast-img-frame img {
  height: auto;
  max-width: 100%;
}
@media (min-width: 960px) {
  body .podcast .podcast-img .podcast-img-frame img {
    max-width: 385px;
  }
}
body .podcast .podcast-img .podcast-img-frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.25s;
}
body .podcast .podcast-img .podcast-img-frame ul li {
  float: left;
  display: none;
}
body .podcast .podcast-img .podcast-img-frame ul li.screen-0, body .podcast .podcast-img .podcast-img-frame ul li:first-child {
  display: block;
}
body .podcast .podcast-img .podcast-img-frame ul li img {
  display: block;
}
body .podcast .podcast-img .podcast-img-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  body .podcast .podcast-img .podcast-img-nav {
    display: block;
  }
}
body .podcast .podcast-img .podcast-img-nav li {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 4px;
}
body .podcast .podcast-img .podcast-img-nav li a {
  display: block;
  text-indent: -9999px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  padding: 4px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
body .podcast .podcast-img .podcast-img-nav li a span {
  display: block;
  height: 7px;
  width: 7px;
  margin: 0 auto;
  border-radius: 7px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  background: rgba(255, 255, 255, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$startVal", endColorstr="$endVal",GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0);
}
body .podcast .podcast-img .podcast-img-nav li a:hover {
  background: rgba(121, 199, 197, 0.75);
}
body .podcast .podcast-img .podcast-img-nav li a.active {
  background: #e58336;
}
body .podcast .podcast-img .podcast-img-nav li a.active span {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$startVal", endColorstr="$endVal",GradientType=0 );
  /* IE6-9 */
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.5);
}
body .podcast .podcast-nav li {
  display: inline-block;
  margin-right: 15px;
}
body .player {
  height: 25px;
}
body .player .player-btn {
  font-size: 12px;
  width: 25px;
}
body .player .seek-bar-wrap {
  left: 25px;
  right: 25px;
}
body .social-nav {
  margin: 0 0 0 -14px;
  list-style: none;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 550px) {
  body .social-nav {
    padding: 0 10px;
  }
}
body .social-nav li {
  color: #999;
}
@media (min-width: 550px) {
  body .social-nav li {
    display: inline-block;
  }
}
body .social-nav li a {
  display: block;
  padding: 5px;
  color: #999;
  font-size: 14px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 550px) {
  body .social-nav li a {
    padding: 17px 4px;
    font-size: 18px;
  }
}
body .social-nav li a span {
  padding-left: 10px;
}
@media (min-width: 550px) {
  body .social-nav li a span {
    visibility: hidden;
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding: 0;
  }
}
body .social-nav li a:hover {
  color: #e58336;
  text-decoration: none;
}
@media (min-width: 550px) {
  body .social-nav li a:hover {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
  }
}
body hr.shadow {
  position: relative;
  background: url(../images/bg-podcast-divider.png) top center no-repeat transparent;
  border: 0;
  margin: 0;
  padding: 28px;
}
body header {
  margin: 0 auto;
  background: #fff;
  padding: 25px;
}
@media (min-width: 768px) {
  body header {
    max-width: 1200px;
    padding: 0;
  }
}
body header #headline {
  max-width: 960px;
  margin: 0 auto;
}
body header .podcast .podcast-ep {
  font-size: 16px;
}
body header .podcast h1 {
  font-size: 48px;
  color: #595e62;
}
@media (min-width: 768px) {
  body header .podcast .split-40,
body header .podcast .split-60 {
    float: right;
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  body header .podcast .nfo {
    padding-top: 80px;
  }
}
body header .podcast .nfo .intro {
  font-size: 18px;
  line-height: 24px;
}
body header .podcast .nfo p {
  font-size: 14px;
  line-height: 20px;
}
body #main {
  background: #f0f0f0;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 99;
}
body #main .main-shadow {
  width: 100%;
  height: 20px;
  opacity: 0.4;
}
body .archive .podcast {
  width: 100%;
  float: left;
  clear: none;
}
body .archive .podcast:nth-of-type(3n-2) {
  clear: left;
}
@media (min-width: 550px) {
  body .archive .podcast .podcast-img {
    margin: 0;
  }
}
@media (min-width: 768px) {
  body .archive .podcast {
    width: 33%;
    background: none;
  }
  body .archive .podcast h1 {
    font-size: 22px;
  }
  body .archive .podcast h2 {
    font-size: 12px;
  }
}
body .archive .podcast img {
  max-width: 100%;
}
body .archive .podcast .download {
  display: block;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  color: #363636;
}
body #support {
  background: #79c7c5;
  font-size: 26px;
  font-family: "DM Serif Display", serif;
  text-align: center;
  border-bottom: 1px solid #363636;
}
body #support a {
  color: #fff;
}
body #about {
  background: #595e62;
  color: #fff;
  font-weight: 400;
  border-top: 1px solid #787d80;
}
@media (min-width: 550px) {
  body #about {
    padding: 40px 0;
  }
}
body #about a {
  color: #fff;
}
body #about h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-family: "DM Serif Display", serif;
}
body #about p, body #about li {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 550px) {
  body #about h1, body #about p {
    padding: 0 25px;
  }
}
body #about strong {
  font-weight: 700;
}
body #about .social-nav {
  text-align: left;
  margin: 0;
  padding: 20px 0;
}
@media (min-width: 550px) {
  body #about .social-nav {
    padding: 0 20px;
  }
}
body #about .social-nav li a:hover {
  color: #e58336;
}
@media (min-width: 768px) {
  body #about .col {
    float: left;
  }
}
body #about .col-50 {
  margin: 20px 0;
}
@media (min-width: 768px) {
  body #about .col-50 {
    margin: 0;
    width: 50%;
  }
}
body #deep-archive {
  padding: 0 0 50px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #4f4f4f;
}
body #deep-archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 550px) {
  body #deep-archive ul {
    -moz-column-count: 3;
    column-count: 3;
    padding: 0 25px;
  }
}
body #deep-archive ul a {
  display: block;
  padding: 3px 0;
  padding-left: 41px;
  text-indent: -34px;
  line-height: 120%;
}
body #deep-archive ul a:hover {
  color: #e58336;
  text-decoration: none;
}
body #deep-archive ul a span {
  font-family: "AnkaCoderNarrowRegular", "Lucida Console", monospace;
  color: #79c7c5;
}
body nav {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.75);
  background: #333;
  /* Old browsers */
  background: -moz-linear-gradient(top, #333 0%, #000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #333 0%, #000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #333 0%, #000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #333 0%, #000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #333 0%, #000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$startVal", endColorstr="$endVal",GradientType=0 );
  /* IE6-9 */
}
body nav #logo-wrap {
  position: relative;
}
body nav #logo-wrap .logo-wrap-inner {
  display: block;
}
body nav #logo-wrap .logo-wrap-inner #logo {
  width: auto;
  height: 30px;
  display: block;
  margin: 13px 20px;
  float: left;
}
@media (min-width: 768px) {
  body nav #logo-wrap .logo-wrap-inner {
    position: absolute;
    height: 120px;
    width: 120px;
    left: 25px;
    top: 0;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    opacity: 1;
  }
  body nav #logo-wrap .logo-wrap-inner#logo-bg {
    background: url(../images/bg-logo.jpg) center center transparent;
    background-size: contain;
    pointer-events: none;
  }
  body nav #logo-wrap .logo-wrap-inner #logo {
    margin: 45px 12px;
    float: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
  }
}
body nav .social-nav {
  display: none;
  text-align: right;
}
@media (min-width: 550px) {
  body nav .social-nav {
    display: block;
  }
}
body nav .social-nav li a {
  color: #fff;
}
body nav .social-nav li a:hover {
  color: #e58336;
}
body nav.active {
  height: 100%;
}
body nav.active .social-nav {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 55px;
  padding-top: 40px;
  right: 0;
  background: rgba(229, 131, 54, 0.9);
}
body nav.active .social-nav a {
  font-size: 34px;
  text-align: left;
  padding: 4px 20px 4px 30px;
}
body nav.active .social-nav a span {
  padding-left: 20px;
}
body nav .menu-icon {
  text-align: center;
  line-height: 55px;
  font-size: 30px;
  display: block;
  float: right;
  height: 55px;
  width: 55px;
  color: #fff;
}
@media (min-width: 550px) {
  body nav .menu-icon {
    display: none;
  }
}
body nav .menu-icon:before {
  line-height: 55px;
}
body nav .menu-icon:hover {
  text-decoration: none;
}
body footer {
  background: #363636;
  color: #fff;
  padding: 20px 0;
}
body footer p {
  padding: 0 25px;
}
body footer a {
  color: #999;
}

@media (min-width: 768px) {
  body.scroll nav #logo-wrap #logo-bg {
    top: -43px;
    opacity: 0;
  }
  body.scroll nav #logo-wrap #logo-wrap {
    top: 0;
    height: 55px;
  }
  body.scroll nav #logo-wrap #logo-wrap #logo {
    margin: 13px 12px;
  }
}

.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}

.small {
  font-size: 90% !important;
}

/* Audio player */
.player {
  height: 35px;
  position: relative;
  background: #4a938d;
  overflow: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.player .player-btn {
  width: 35px;
  display: table;
  height: 100%;
  float: left;
  color: #fff;
  background: #000;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}
.player .player-btn:before {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.player .player-btn:hover {
  text-decoration: none;
  background: #e58336;
}
.player .player-btn span {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 0;
  height: 0;
}
.player .player-btn.pause-btn {
  opacity: 0;
}
.player .player-btn.share-btn {
  position: absolute;
  right: 0;
}
.player .seek-bar-wrap {
  position: absolute;
  height: 100%;
  left: 35px;
  right: 35px;
}
.player .seek-background {
  width: 100%;
  height: 100%;
}
.player .seek-bar {
  height: 100%;
  width: 0;
  background: #79c7c5;
  overflow: hidden;
}

#mailing-list {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

#newsletter #mc_embed_signup {
  background: transparent;
  clear: left;
  font: 14px "Roboto", sans-serif;
  width: 100%;
}
#newsletter #mc_embed_signup label {
  font-size: 32px;
  font-family: "DM Serif Display", serif;
  color: #e58336;
}
#newsletter #mc_embed_signup #mc-embedded-subscribe,
#newsletter #mc_embed_signup #mce-EMAIL {
  font-family: "Roboto", sans-serif;
}
#newsletter #mc_embed_signup #mc-embedded-subscribe {
  background: #4a938d;
  text-transform: uppercase;
}
#newsletter #mc_embed_signup #mc-embedded-subscribe:hover {
  background: #e58336;
}

/* Theatre */
.theatre {
  color: #f91e1e !important;
  text-shadow: 0 0 5px rgba(255, 73, 73, 0.75);
}

html.inTheatre {
  overflow: hidden;
}
html.inTheatre .theatre-wrap {
  opacity: 1;
  pointer-events: auto;
}

.theatre-wrap {
  pointer-events: none;
  transition: 0.25s opacity;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(#afae98 0%, #333 55%, #000 100%);
}
.theatre-wrap a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
.theatre-wrap ul {
  z-index: 10;
  transition: 0.5s margin;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.theatre-wrap ul li {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 12vh 5vw 5vh 5vw;
  height: 100vh;
}
.theatre-wrap ul li img {
  max-width: 100%;
  max-height: 100%;
  border: 14px solid #fff;
  box-shadow: 0 0 10px 5px black;
}
