/*

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);}

body {
  font-family:  sans-serif;
  font-weight: 500;
  background: #d3ebf2 !important;
  min-width: 320px;
}


h1, h2, h3, h4, h5, h6 {
  font-family:sans-serif;
  font-weight: 300;
  -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-bg { background-color: #333335; }
.green-bg { background-color: #78ffc5; }
.blue-bg { background-color: #00192a; }
.red { color: #ed4b5b; }
.red-bg { background-color: #ed4b5b; }
.purple-bg { background-color: #313089; }
.yellow-bg { background-color: #ece171; }

.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; }

.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: #FFF;
  text-decoration: none;
}
a:hover {
  color: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 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 {
  display: inline-block;
  background-color: #FEFEFE;
  color: #313089 ;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: sans-serif;
  padding: 5px 30px;
  border: 1px solid #313089;
  border-radius: 4px;
}

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

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


.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;
}

.wott {
  max-width: 200px;
  display: inline-block;
}
footer .social {
  font-size: 30px;
}

/*    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;
  }
}
