/*

                                                                                                                     ,;+@@@@
                                                                                                      `,:;+#@@@@@@@@@@@@@@@@@
                                                                                      `,;,::'+@@@@@@@@@@@@@@@@@@@@@#@@@@@@@@@
                                                                        `.:;+#@@@@#@@@@@@@@@@#@@@@@@@@##@@@@@##@@@@#@@@@@@@@@
                                                             `,;+@@@@##@#@@@@@@@@@@@@@@@@@@@@@@@#@@@@@@@@@@@@@@+@@#@@@@@@@@@@
                                                     .;+@@###@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#@@@@@# @@@#@@@#@@@@      #@@@@@@@@
                                     .,,::;;+##@@@'#@##@@#####@#@@@@@@@@@@@@@@@@@@@@@@',@@@@@@@@ .@@.:    '@@# `@@@@@@@@@#@#@
                          `;#@@@@#@@@@@#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ .@@  +@@   @@+:. `@@@@  @@@@@@@@#@@@@+
                    ,+@@#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@##@##@@@@@@@:,@@@  @@@  @@@   @@@@' @@@@@  @@@@@@@@@@@@#'
            `:+@@@@@#@@@@@@@@@@@#@@@@@@@#@@@@@@@@@@@@@@@@@@@@@;,@@@@@  @@@@  @@@  ,@@  @@`  @@#  +@@@@  @@@@' ;@@@@@@@@@@@@#;
          ,@@@@@@@@@@@@@@@@@@@@@@@@#@@@@@@@@#@@@@@@@+#@@@@@@@'  @@@@   @@@. @@@;   @: +@@  +@@   @@@@# ,@@@@  @@@@@@@@@@@@@@.
          @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@'+';+@@@@@@@   @@@    @@@  @@@    @  @@@  @@@  #@@@@  @@@@@     #@@@@@#@@#@
         :@#@@@@@@@@#@@@ @@@;,#@@@@'   @@'          ,@@@@@@@    @@@   '@@; '@@@ `  @ ,@@@  @@   @@@@@  @@@@: @@@@@@@@@@@@@@#
          @@@@@@@@@@@@@' @@#  '@@@, '  @@@@@  @@  @@@@@@@@@@ + `@@    @@@  @@@` +  : @@@+ ,@@  #@@@@# '@@@@  @@@@@@@@@@@@@@#
          @#@@@@@@@@@@@ ,@@   @@@@ ;@  @@@@@  @@  @@@@@@@@@  @ ;@' @  @@@  @@@  @    #@@` #@; ,@@@@@. @@@@@ :@@@@@@@@@@@@@#@
          @#@@@#@@@@@@' @@@  +@@@  @@  @@@@; @@# :@@@@@@@@@ :@ ;@ .@  @@, +@@' ,@.  @@@@  @@  ;@@@@@  @@@@  @@@@@@@@@@@@@@@@
          @#@@@@@@@@@@  @@+  @@@+ :@@ `@@@@  @@` @@@@@@@@@  @@ +, @+ '@@  @@@  @@`  @@@@  @# ;@@@@@@@@@@@# +@@@@'@@@@@@@@@#@
          @##@@@@@@@@@ `@@` ;@@@  @@: @@@@@ @@@  @@@@@@@@@  @# # `@. @@@  @@+  @@  +@@@@  @  +@@@@@@@@@@@@.,:`  @@@##@@@@@@#
          @#@@@@@@@@@: @@@  @@@@ ;@@  @@@@. @@+ '@@@@@@@@` @@' # @@  @@. #@@  @@@; @@@@@@` .@@@##@@@@@@@@@@#@@@#@@@@@@@@@@@@
          ##@@@@@@@@@      ;@@@` @@@ :@@@@ ;@@  @@@@@@@@@  @#.  ;@@ :@#  @@+  @@@@'@@@@@@@@@@@###@@@###@@@@@@@@#@@@@@@@@@@@'
          @@#@@@@@@@: ;@@  @##@ .@@  @@@@+ @@@ `@@@@@@@@, @@#   @@, @@# @@@. @@@@@@@@@@@@@@@###'@@@@@@@@@@@@@@@@@@@####@..
          @@@#@@@@@@  @@' `#@@@ @@` @@@@@ `@@@ @@@@@@@@@ '@@@  #@@  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@##@@#,:::::,`
          @@@#@@@@@@  @@  #@@@# @. #@@@@@ @@@  @@@@@@@@@,@@@@ `@#####+'##@@@@@@@@@@@@@##@@@@@@@@@##@#',
          @@#@@@@@@. .@@  @@@@`   #@#@@@@#@@@`@@@@@@@@@@@@@+@@@@@@@@@@@@@@@@@@#@###@@#####@#@#;`
          @##@@@@@@  @@;  @@@@@@;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#@@@@@@@#@####@###@@+;`
          #@#@@@@@@  @@@;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@;@@@@########@@@@@+;,.
          @##@@@@@@+@@@@@@@@@@@@@@@@@@@@@@@@@@###@@@@@@@@@@@#####@#''`
          @##@@@@@@@@@@@@@@@@@@@@@@@@@@@@#@##@@###@@@@@#+':.
          @@#@@@@@@@@@@#@@@@@@######@#@@@##';.`
          '@##@@+@@@##@@@###@#',,``
           @@@@@##@@@@',
            @;.`

*/
/* Selection colours (easy to forget) */
::selection     {background: rgb(225,157,189);}
::-moz-selection  {background:rgb(225,157,189);}
img::selection    {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: rgb(225,157,189);}

body {
  font-family:  sans-serif;
  font-weight: 500;
  background: #000;

  color: #FFF;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway',sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.sans { font-family: sans-serif !important; }

.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; }
.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: #000; }
.black-bg { background-color: #000; }
.grey { color: rgba(0,0,0,0.5); }

.blue { color: #bbd6dc; }
.blue-bg { background-color: #bbd6dc; }
.dark-blue { color: #525e60; }
.dark-blue-bg { background-color: #525e60; }

.purple { color: #785f9d; }
.purple-bg { background-color: #785f9d; }

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

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

.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%;
}
.text-large {
  font-size: 22px;
}
.text-xlarge {
  font-size: 32px;
}
.widescreen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a, a:active {
  color: #785f9d;
  text-decoration: none;
}
a:hover {
  color: #785f9d;
}
a.underline {
  border-bottom: 1px solid #FFF;
}
a.no-underline {
  border-bottom: none !important;
}
a.purple.underline {
  border-bottom: 1px solid #785f9d;
}
a.underline:hover,
a.no-underline:hover {
  opacity: 0.5;
}
a.white {
  color: #FFF;
}
[data-vertical-center] > * {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border { border: 10px solid #525e60; }
.border-thick { border: 12px solid #525e60; }
.border-thin { border: 5px solid #525e60; }
.border-bottom { border-bottom: 1px solid #525e60; }
.border-black { border-color: #525e60; }
.border-left { border-left: 1px solid #525e60; }
.border-right { border-right: 1px solid #525e60; }
.border-top { border-top: 1px solid #525e60; }
.border-bottom { border-bottom: 1px solid #525e60; }

.inline-block { display: inline-block !important; }
.block { display: block !important;}
.button {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: sans-serif;
  padding: 15px 30px;
  border-radius: 4px;
  border: 2px solid #FFF;
  background: #785f9d;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
.button:hover,
.button.hover {
  color: #FFF;
  background: #785f9d;
}
.button.blue-hover:hover {
  background: #bbd6dc;
  color: rgb(0,0,0,0.8);
  border: 2px solid #785f9d;
}
.button.purple {
  color: #785f9d;
  border: 2px solid #785f9d;
  background: #fff;
}
.button.purple-bg {
  background: #785f9d;
  border: 2px solid rgba(255,255,255,0);;
}
.button.white-hover:hover {
  background: #fff;
  color: #785f9d;
  border: 2px solid #785f9d;
}
.button.purple-hover:hover {
  background: #785f9d;
  color: #FFF;
  }
.button.tiny {
  display: inline-block;
  padding: 6px 15px;
  border: 2px solid #785f9d;
  color: #785f9d;
  background: #FFF;
}
.button.tiny:hover {
  background: #785f9d;
  color: #FFF;
}
.dropshadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.strong {
  font-weight: 900;
}
@media only screen and (max-width: 40em) {
  .small-only-padding-right-none { padding-right: 0; }
  .small-only-padding-none { padding: 0; }
  .small-only-padding { padding: 1.5em; }
  .small-only-padding-top { padding-top: 1.5em; }
  .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; }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* NAV */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.navbar {
  height: 12vh;
  z-index: 101;
  background: #000;
}
.navbar .columns {
  height: 12vh;
}
.navbar .identity {
  display: block;
  max-width: 210px;
  margin: 0 auto;
}
.navbar .slim-logo {
  display: none;
}
.primary-navigation-container {
  height: 12vh;
}
.navbar  a {
  font-family: 'Raleway',sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  color: #FFF;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.navbar a:hover {
  opacity: 0.5;
}
.navbar .identity a:hover {
  opacity: 1;
}
.mobile-nav-menu-container {
  position: absolute;
  top: 20px;
  left:20px;
  z-index: 200;
  font-size: 20px;
}

.mobile-menu-container {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: rgba(120,95,157,0.8);
  display: none;
  z-index: 1500;
}
.navbar.fixed .mobile-menu-container {
  top: 53px;
  height: calc(100% - 53px);
}
.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: block;
  top: 10px;
  position: relative;
}
.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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6vh;
}

.navbar.fixed .columns {
  height: 6vh;
}
.navbar.fixed .primary-navigation-container {
  height: 6vh;
}
.navbar.fixed .identity {
  position: relative;
  margin-top: 0px;
}
.navbar.fixed .slim-logo {
  display: block;
}
.navbar.fixed .full-logo {
  display: none;
}
.navbar.fixed .identity-container {

}
.navbar.fixed .control-nav {
  top: -10px;
}

@media screen and (max-width: 39.9375em) {
  .navbar {
    height: 100px;
    position: relative;
  }
  .navbar .columns {
    height: 100px;
  }
  .navbar.fixed {
    height: 53px;
  }
  .navbar.fixed .identity {
    max-width: 180px;
    margin: 0 auto;
    padding-top: 15px;
  }

  input#control-nav:checked ~ .mobile-menu-container {
    display: block;
  }
  [data-equalizer-column][style]{
    height: 100px !important;
  }
  .mobile-menu-container a {
    display: block;
    margin-bottom: 15px;
  }
  .primary-navigation-container  {
    height: 100px !important;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* MAIN */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.main {
  height: 90vh;
  background: url('images/hott-minute-ashley-n-jamie.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
h1.name {
  display: none;
}
.main.fourohfour {
  height: 100vh;
}
.main.fourohfour hgroup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: auto;
  transform: translate(-50%,-50%);
}
.main.fourohfour h1.name {
  font-weight: 900;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 40em) {
  .main {
    height: 52vh;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* PODCAST  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
body.home .cover {
  position: relative;
  top: -10vh;
  display: block;
  margin-bottom: -5vh;
}
body.episode .cover {

  margin-bottom: 2em;
  display: block;
}

.thepodcast .primary-title {
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
}
body.episode .thepodcast .primary-title {
  font-size: 35px;
}
body.episode a.white {
  border-bottom: 1px solid #FFF;
}
.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 #FFF;
  border-radius: 30px;
  color: #FFF;
}
.social-icons a:hover {
  color: #785f9d;
  background: #FFF;
}
.social-icons a.purple {
  border: 2px solid #785f9d;
}
.social-icons a.purple:hover {
  color: #785f9d;
  opacity: 0.5;
}
.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: 3px 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) {
  section.contact {

  }
  .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 .thepodcast .row.padding-top-large {
    padding-top:20px !important;
  }

  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  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.avatar-container {
  height: 90vh;
  min-height: 800px;
  position: relative;
}
 a.avatar{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.avatar .avatar-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about a.avatar img {
  visibility: hidden;
}
.contact .border-bottom {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.contact .border-right {
  border-right: 1px solid rgba(0,0,0,0.1);
}
.avatar.left-align .avatar-img {
  background-position: left top;
}
.avatar.right-align .avatar-img {
  background-position: right top;
}
.avatar h4 {
  position: absolute;
  z-index: 100;
  color: #FFF;
  font-size: 3em;
  text-align: center;
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.avatar:hover .avatar-img {
  opacity: 0.5;
}
.avatar:hover h4 {
  display: inline;
}

.about .avatar a img {
  visibility: hidden;
}
.tadd-hott {
  font-size: 4em
}

@media only screen and (max-width: 40em) {
  .avatar-container {
    height: 50vh;
  }
  section.about.pink-bg {
    padding-bottom: 0;
  }
  .avatar h4 {
    font-size: 1em;
  }
  .tadd-hott {
    font-size: 40px;
  }
  .row.form {
    padding-top: 0px;
  }
  .contact .social-list  {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .contact .columns.form-container {
    padding: 0 !important;
  }
  .contact .border-right {
    border: none;
  }

}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* CONTACT  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.offset-top {

  top: -180px;
  position: relative;
  z-index: 100;
}
input.textfield,
.textarea {
  -webkit-appearance: none;
  border: 1px solid rgba(0,0,0,0.5);
  padding: 15px;
  width: 100%;
  color: #000;
}
.textfield.error,
.textarea.error {
  border: 1px solid #f00;
  color: #F00;
}
label.error {
  color: #F00;
}
label {
  display: block;
  color: rgba(0,0,0,0.4);
  padding-bottom: 8px;
}
.textfield.has-sent,
.textarea.has-sent {
  opacity: 0.2;
}
input[type='submit'].has-sent {
  background-color: rgba(0,0,0,0.2);
  opacity: 0.2;
}
@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 {
  color: #FFF !important;
}
.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;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* EVENTS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.event-date {
  font-weight: 900;
}
.event-info {
  opacity: 0.7;
}

.quotes h2 {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (max-width: 40em) {
  .events .columns,
  .events .event-info {
    text-align: center !important;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* FOOTER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.wott {
  display: inline-block;
  max-width: 200px;

}
.wott-container {

}
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 {
    display: block;
    margin: 0 auto;
  }
  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%;
  }
}


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.episode .block-gallery.no-resize a {
  height: auto;
  padding-bottom: 0;
}
body.episode .block-gallery.no-resize a.has-bg img  {
  display: block;
}

#privy-container .privy-tab-container {
  display: none !important;
}
#vote-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#vote-container a {
  padding: 10px 0;
  background-color: #ff7a6c;
  color: #FFF;
  font-family: 'Raleway',sans-serif;
}
#vote-container a:hover {
  background-color: #876cff;
  cursor: pointer;
}
body.vote #vote-container {
  display: none !important;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  body {
    padding-top: 0px;
  }
  #privy-container #privy-inner-container .privy-tab-container {
    position: absolute !important;
    z-index: 1500;
  }
  #privy-container #privy-inner-container .privy-tab-container.privy-bottom {
    top: 0px !important;
    bottom: auto !important;
  }
 #privy-container #privy-inner-container .privy-has-photo img {
  display: none;
 }
 #privy-container #privy-inner-container div.privy-tab.privy-full-width.privy-bottom {
  bottom: 0px !important;
 }

}
