/*

VIDALOTRY

*/
::selection     {background: rgb(211,235,242);}
::-moz-selection  {background: rgb(211,235,242);}
img::selection    {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: rgb(211,235,242);}

@font-face {
    font-family: 'Neutraface';
    src: url('fonts/NeutrafaceDisplay-Titling.eot');
    src: url('vNeutrafaceDisplay-Titling.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeutrafaceDisplay-Titling.woff2') format('woff2'),
        url('fonts/NeutrafaceDisplay-Titling.woff') format('woff'),
        url('fonts/NeutrafaceDisplay-Titling.ttf') format('truetype'),
        url('fonts/NeutrafaceDisplay-Titling.svg#NeutrafaceDisplay-Titling') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Albertus';
    src: url('fonts/AlbertusMedium-Regular.eot');
    src: url('vAlbertusMedium-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AlbertusMedium-Regular.woff2') format('woff2'),
        url('fonts/AlbertusMedium-Regular.woff') format('woff'),
        url('fonts/AlbertusMedium-Regular.ttf') format('truetype'),
        url('fonts/AlbertusMedium-Regular.svg#AlbertusMedium-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
}
.neutra {
  font-family: 'Neutraface',sans-serif;
}
.albertus {
  font-family: 'Albertus',serif;
}
body {
  font-family:  sans-serif;
  font-weight: 500;
  background: #dcdcdb !important;
  min-width: 320px;
  line-height: 2em;
}
p {
  font-family: 'Albertus',serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Neutraface',sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.fullwidth { max-width: 100%; }
.fullwidth [class*="block-grid-"] { margin-right: 0; margin-left: 0; }
.flush-padding .columns { padding-left: 0; padding-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; }

.white { color: #FFF; }
.cream { color: #f8f4ed; }
.cream-bg { background-color: #f8f4ed; }
.black { color: #00303e; }
.black-bg { background-color: #000000; }
.grey { color: rgba(0,0,0,0.5); }
.grey-bg { background-color: #dcdcdb; }
.blue { color: #759cc1; }
.blue-bg { background-color: #759cc1; }
.dark-blue { color: #3663a6; }
.dark-blue-bg { background-color: #3663a6; }
.pink { color: #b787a7; }
.pink-bg { background-color: #b787a7; }
.green { color: #44746d; }
.green-bg { background-color: #44746d; }
.purple { color: #5c5389; }
.purple-bg { background-color: #5c5389; }

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

.padding-small { padding: 1.5em; }
.padding { padding: 3em; }
.padding-large { padding: 5em; }

.padding-top-small { padding-top: 1.5em; }
.padding-bottom-small { padding-bottom: 1.5em; }
.padding-top { padding-top: 3em; }
.padding-bottom { padding-bottom: 3em; }
.padding-top-large { padding-top: 5em; }
.padding-bottom-large { padding-bottom: 5em !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; }

.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: #00303e;
  border-bottom: 2px solid rgba(0,0,0,1);
  text-decoration: none;
}
a:hover {
  color: #fff;
  border-bottom: 2px solid rgba(255,255,255,1);
}
a.no-underline {
  border-bottom: none !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border { border: 10px solid #023240; }
.border-thick { border: 12px solid #023240; }
.border-thin { border: 5px solid #023240; }
.border-bottom { border-bottom: 1px solid #023240; }
.border-black { border-color: #023240; }
.border-left { border-left: 1px solid #023240; }
.border-right { border-left: 1px solid #023240; }

.button {
  font-family: 'Neutraface', sans-serif;
  display: inline-block;
  background-color: #759cc1;
  color: #ffffff ;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 15px 30px;
  border: 1px solid #313089;
  border-radius: 6px;
}

.button:hover,
.button.hover {
  color: #ffffff;
  background: #5c5389;
  border: 1px solid #d4eaf0;
}

.dropshadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
.block {
  display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Actual Page Styles */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.main {
  height: 85vh;
  background-size: cover;
  background-position: top right;
  position: relative;
}
.main hgroup {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  display: block;
  transform: translate(-50%,-50%);
}
.main h2,
.main h3 {
  font-weight: bold;
}
.show-links a {
  border-bottom: none;
}
.show-links a:hover {
  border-bottom: none;
}
.show-links a i {
  font-size: 11px;
  position: relative;
  top: -1px;
}

.episode-grid a.episode-cover {
-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;
}
.episode-grid a.episode-cover:hover {
  -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
-ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.episode-grid a:hover {
  color: #000;
}
.wott {
  max-width: 200px;
  display: inline-block;
}


body.subpage .main {
  height: 275px;
}
body.subpage .main hgroup {
  top: 20px;
  left: 50%;
  transform: translate(-50%,0);
  max-width: 320px;
}

body.subpage.episodes h1.name {

}

footer .social {
  font-size: 30px;
}
footer a {
  border-bottom: none;
}
footer a:hover {
  border-bottom: none;
}

/*    Tablet Layout:   */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .main {
    background-position: center center;
  }

}
/*    Mobile Layout:   */
@media only screen and (max-width: 40em) {
  .small-only-text-center {
    text-align: center;
  }
  .main {
    height: 50vh;
  }
  .main hgroup {
    max-width: 100%;
    width: 100%;
    padding: 40px;
  }
  .subscribe {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .subscribe a {
    display: block;
  }
  .episode h2 {
    padding-top: 20px;
  }
}
