@import url("../_library/reset.css");

@import url("https://fonts.googleapis.com/css?family=Playfair+Display+SC:400,700|Playfair+Display:400,700,900|Raleway:300,400,500|Work+Sans:400,600,700,800");
.headline {
  font-family: 'Playfair Display SC', serif;
  text-transform: uppercase;
}
.fullcopy {
  font-family: 'Playfair Display', serif;
}
.title {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}
.quote {
  font-family: 'Work Sans', sans-serif;
}
.arial {
  font-family: Arial, sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Playfair Display', serif;
  font-size: 1.0em;
  background: #222222 url("../images/60-poster-480.jpg") fixed;
}
h1 {
  margin: 0px;
  padding: 0px;
  font-size: 3em;
}
h2 {
  margin: 0px;
  padding: 0px;
  font-size: 2em;
}
h3 {
  margin: 0px;
  padding: 0px;
  font-size: 1.6em;
}
h5 {
  margin: 0px;
  padding: 0px;
  font-size: .8em;
}
h6 {
  margin: 0px;
  padding: 0px;
  font-size: .6em;
}
.quoteblock {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 20px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.quoteblock {
  margin: 20px 0px;
  padding: 20px 0px;
}
.quoteblock em {
  color: #666666;
  font-size: 12px;
}
.blockquote {
  margin-top: 10px;
  padding: 4px 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #222222;
}
.blockquote > div:first-child {
  float: left;
}
.blockquote > div:last-child {
  float: right;
  text-align: right;
}
.mobile {
  margin: auto;
  width: 320px;
}
.debug {
  outline: 1px dotted red;
}
.debug-alt {
  outline: 1px dotted yellow;
}
.debug-h {
  min-height: 100%;
  background: #eaeaea;
}
.hide {
  display: none;
}
.caps {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.over {
  overflow: hidden;
}
.no-fat {
  margin: 0px;
  padding: 0px;
}
.blocks {
  display: blocks;
}
.font-white {
  color: #ffffff;
}
.font-light {
  color: #f7f7f7;
}
.font-gray {
  color: #666666;
}
.font-grey {
  color: #999999;
}
.gray-bg {
  background-color: #f7f7f7;
}
.white-bg {
  background-color: #FFFFFF;
}
.black-bg {
  background-color: #121212;
}
header {
  width: 100%;
  height: 50px;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
header nav {
  text-align: center;
  color: #f7f7f7;
  height: 50px;
  line-height: 48px;
  background: #222222;
}
header nav i {
  color: #f7f7f7;
}
header nav > ul {
  display: table;
  width: 100%;
}
header nav > ul li {
  display: table-cell;
  margin: auto;
  list-style: none;
}
header nav > ul li:first-child,
header nav > ul li:last-child {
  width: 50px;
}
header nav a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  line-height: 48px;
}
.nav-over {
  display: none;
}
.nav-over {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.nav-over {
  width: 100%;
  height: 100%;
  color: #f7f7f7;
  background: #000000;
  font-family: 'Work Sans', sans-serif;
}
.nav-over ul {
  margin: auto;
  padding-top: 50px;
  width: 90%;
  height: 100%;
}
.nav-over li {
  list-style: none!important;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.nav-over li a {
  display: block;
  color: #f7f7f7;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .nav-over ul {
    overflow-y: auto;
  }
  .nav-over ul li:last-child {
    width: 180px;
    height: 180px;
    padding-bottom: 60px;
  }
}
#shell {
  position: relative;
  top: 50px;
  left: 0px;
  z-index: 1;
}
#shell {
  margin: auto;
  width: 100%;
  max-width: 768px;
  background: #f7f7f7;
}
#shell > div {
  margin: auto;
  width: 100%;
}
#shell .wrapper {
  margin: auto;
  width: 90%;
  padding: 10px 0px 10px 0px;
}
#shell p {
  padding: 10px 0px;
  line-height: 1.4em;
}
#shell .wrapper h2 {
  padding-top: 50px;
}
.shell-blocker {
  display: none;
}
.shell-blocker {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.shell-blocker {
  width: 100%;
  height: 100%;
  background: #222222;
}
.img-full {
  margin: 0px!important;
  padding: 0px!important;
  width: 100%!important;
  text-align: center;
  overflow: hidden;
}
.img-full img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.img-h img {
  display: block;
  height: 100%;
  overflow: hidden;
}
.owl-carousel {
  height: 100%;
}
.owl-carousel .owl-wrapper-outer {
  height: 100%;
}
.owl-carousel .owl-wrapper,
.showslide .owl-carousel .owl-item {
  height: 100%;
}
.item {
  height: 100%;
}
.tour {
  background: #000000;
  color: #fff;
}
.tour-dates > div {
  padding: 10px 0px;
  min-height: 50px;
  margin-bottom: 4px;
  border: 1px solid rgba(150, 150, 100, 0.1);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}
.tour-dates > div:last-child {
  margin-bottom: 0px;
}
.tour-dates > div:hover {
  background: rgba(255, 255, 255, 0.15);
}
.tour-dates > div > div {
  font-size: 0.72em;
}
.tour-dates a {
  color: #ffffff;
  text-decoration: none;
}
.tour-dates .col1 {
  float: left;
  width: 100%;
  padding: 4px 10px;
  color: #ffb400;
  font-family: Arial, sans-serif;
}
.tour-dates .col2 {
  float: left;
  width: 98%;
  padding: 4px 10px;
  font-size: 0.96em;
  line-height: 1.4em;
  font-family: 'Work Sans', sans-serif;
}
.tour-dates .col3 {
  float: left;
  width: 100%;
  padding: 4px 10px;
  color: #f7f7f7;
  font-family: Arial, sans-serif;
}
div[rel="quote"] {
  font-family: 'Work Sans', sans-serif;
}
div[rel="quote"] h1 {
  font-size: 1.25em;
  line-height: 1.0em;
  padding-top: 1em;
  font-weight: 700;
}
div[rel="quote"] h3 {
  font-size: 1em;
  font-weight: 200;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #999999;
}
.client-list {
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.client-list p {
  padding: 4px!important;
}
.store-link a {
  display: block;
  padding: 10px 0px;
}
#chaptercd a {
  font-family: 'Work Sans', sans-serif;
  color: #000000;
  text-decoration: none;
}
#chapterbook img {
  margin: auto;
  width: 100%;
  height: auto;
}
#chapterbook a {
  color: #2980b9;
  text-decoration: none;
}
#chapterbook .blockquote {
  padding-top: 10px;
  padding-bottom: 10px;
}
#chaptercd {
  background: url(../images/blank.jpg) center;
}
#chaptercd {
  color: #ffffff;
}
#chaptercd a {
  color: #ffb400;
  text-decoration: none;
}
#chaptercd h3 {
  color: #ffb400;
  font-size: 1.3em;
}
#chaptercd .cd-cover {
  padding: 30px 0px;
  width: 100%;
  text-align: center;
}
#chaptercd .cd-cover img {
  margin: auto;
  width: 100%;
  height: auto;
}
#chaptercd .cd-blurb {
  padding: 30px 0px!important;
}
.title-divider {
  width: 70px;
  height: 5px;
  background-color: #ffb400;
  margin: 30px 0 50px 0;
}
.full-divider {
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  margin: 50px 0 0 0;
  clear: both;
}
iframe {
  margin: 0px;
  padding: 0px;
}
.video-container {
  width: 100%!important;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  background: #121212;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer {
  padding: 10px 0px 10px 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 11px;
  font-family: Arial, sans-serif;
}
.footer {
  color: #999999;
  background: #000000;
}


/* ========================================================== */

.podcast {
  color: #ffffff;
  background: url(../images/podcast/bg.png) top left no-repeat;
  font-family: Arial, sans-serif;
}

.podcast img {
  margin: auto;
  width: 100%;
  height: auto;
}
.podcast h2 a {
  color: #121212;
}

.podcast a {
  color: #e75f24;
  text-decoration: none;
}

.podcast .blockquote { color:#ffffff; }

.podcast .podshow img { width:49%; }

/* ========================================================== */
/* Podcast Normal World Mobile */
/* ========================================================== */

.podcast-nw-mo {
  color: #ffffff;
  background: url(../promos/normalworld/m/normal-mo.png) top center no-repeat;
  background-size: cover;
  font-family: Arial, sans-serif;
}

.podcast-nw-mo img {
  margin: auto;
  width: 100%;
  height: auto;
}


.podcast-nw-mo table.stick-container {
  height: 84vh;
  border-collapse: collapse;
}

.podcast-nw-mo table td {
  height: 100%;
  vertical-align: bottom;
}

/* ========================================================== */
/* Podcast Dont Suck Mobile */
/* ========================================================== */

.podcast-ds-mo {
  color: #ffffff;
  background: url(../promos/dontsuck/m/donsuk-mo.png) top center no-repeat;
  background-size: cover;
  font-family: Arial, sans-serif;
}

.podcast-ds-mo img {
  margin: auto;
  width: 100%;
  height: auto;
  border-radius:8px;
}


.podcast-ds-mo table.stick-container {
  width: 100%;
  border-collapse: collapse;
}

.podcast-ds-mo table td {
  width:100%;
  height: 100%;
  vertical-align: bottom;
}

.podcast-ds-mo .streams { display: flex; justify-content: center; }
.podcast-ds-mo .streams > div { margin: 16px 16px; }


/* ========================================================== */
