/* Media queries */
/* Min. size 768px */
/* Colors */
.col-sm-0 {
  display: none;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .col-sm-0 {
    display: block;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .col-xs-0 {
    display: none;
  }
}
body {
  background: #000;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2em;
  color: 000;
}
.container {
  max-width: 1400px;
  width: 100%;
}
a {
  color: #fff;
}
em,
i {
  font-style: italic;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'BenchNine', sans-serif;
  font-weight: 700;
  line-height: 1em;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 0.8em;
  }
}
p {
  margin-bottom: 1.5em;
}
div {
  line-height: 1.2em;
}
code {
  background: #fff;
  padding: 8px;
  border: 2px solid #e6e6e6;
  display: block;
  overflow-x: hidden;
  margin: 20px 0;
}
.mobonly {
  display: none;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .mobonly {
    display: block;
  }
}
.spacer {
  display: block;
  height: 161px;
  width: 100%;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .spacer {
    height: 75px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .spacer {
    height: 115px;
  }
}
header {
  background: url('img/bg-header-1x.jpg') no-repeat;
  height: 161px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  header {
    background: url('img/bg-nav-mobile.png') no-repeat;
    background-size: 100% 100%;
    height: 75px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  header {
    height: 115px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  header .nav.col-sm-7 {
    width: 25%;
  }
}
a.logo img.desk {
  width: 316px;
  height: 74px;
  margin: 70px 0 0 165px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  a.logo img.desk {
    display: none;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  a.logo img.desk {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  a.logo img.desk {
    margin-left: 100px;
  }
}
a.logo img.mob {
  display: none;
  margin: 10px 0 0 0;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  a.logo img.mob {
    display: block;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  a.logo img.mob {
    padding-top: 10px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  a.logo img.mob {
    max-width: 240px;
  }
}
.nav .patreon {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  border-radius: 3px;
  height: 45px;
  width: 272px;
  padding: 8px 0 0 0;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .nav .patreon {
    display: none;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  .nav .patreon {
    margin-left: 200px;
  }
}
.nav .patreon a {
  padding: 5px 0 0 0;
  display: block;
}
.nav .patreon .icon {
  height: 25px;
  width: 25px;
  float: left;
  margin: 0 8px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  header #hamburger.col-sm-0 {
    display: block;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  header #hamburger.col-sm-0 {
    max-width: 120px;
  }
}
header #hamburger a {
  font-size: 40px;
  padding: 10px;
}
header #hamburger a img {
  margin: 15px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  header #hamburger a img {
    padding: 10px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  header .logo-area.col-xs-6 {
    padding-left: 105px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  header .logo-area.col-xs-6 {
    padding-left: 50px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  header .logo-area.col-xs-6 {
    padding-left: 120px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  header .nav.col-xs-3 {
    width: 30%;
  }
}
.nav ul {
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-size: 19px;
}
.nav li {
  float: left;
}
.nav li a:hover {
  color: #fff;
}
.nav ul.main {
  clear: all;
  margin-top: 45px;
  clear: both;
  position: absolute;
  right: 0;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .nav ul.main {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .nav ul.main {
    margin-top: 25px;
    padding: 0 0 0 140px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .nav ul.main {
    margin-top: 20px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .nav ul.main {
    margin-top: 10px;
  }
}
.nav ul.main a {
  font-weight: 600;
}
.nav ul.main li {
  margin-right: 22px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .nav ul.main li {
    display: none;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  .nav ul.main li {
    margin-right: 18px;
  }
}
.nav ul.main li.icon {
  height: 18px;
  width: 18px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .nav ul.main li.icon {
    display: block;
    margin: 0;
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .nav ul.main li.icon img {
    width: 26px;
    height: 26px;
    float: right;
    margin: 10px 15px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape) {
  .nav ul.main li.icon img {
    width: auto;
    height: auto;
    margin-right: 0;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  .nav ul.main li.icon img {
    margin-right: -25px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  .nav ul.main li.icon img {
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .nav ul.main li.icon img {
    margin-right: 10px;
  }
}
.nav #more-menu {
  display: none;
  position: absolute;
  z-index: 3;
  margin-top: 32px;
  right: 0;
  background: rgba(230, 230, 230, 0.95);
}
.nav ul.more {
  padding: 27px;
  color: #005ea9;
  font-weight: 700;
  text-transform: none;
  font-size: 24px;
  float: left;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .nav ul.more {
    display: none;
  }
}
.nav ul.more li {
  clear: both;
  padding-bottom: 26px;
}
.nav ul.more li a {
  color: #000;
  font-size: 32px;
}
header .nav .social-icons {
  position: absolute;
  right: 0;
  top: 110px;
}
.nav ul.social {
  float: right;
  margin: 20px 15px 0 0;
}
.nav ul.extra {
  margin-right: 0;
  display: none;
}
.nav ul.social li {
  height: 21px;
  width: 21px;
  margin-right: 10px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .nav ul.social li {
    display: none;
  }
}
.nav .search-open {
  display: none;
  position: absolute;
  right: 0;
  z-index: 10;
  margin-top: -19px;
  font-size: 24px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .nav .search-open {
    margin-top: 7px;
    left: -310px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) {
  .nav .search-open {
    left: -270px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .nav .search-open {
    left: -230px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .nav .search-open {
    margin-top: 7px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape), only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  .nav .search-open {
    left: -335px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .nav .search-open {
    margin-top: -6px;
    left: -407px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .nav .search-open {
    left: -160px;
    margin-top: 4px;
  }
}
.nav .search-open textarea,
.nav .search-open input.text {
  background: #fff url('img/icon-search-dark-1x.gif') no-repeat center;
  background-position-x: 10px;
  background-size: 25px 25px;
  color: #000;
  height: 47px;
  min-width: 542px;
  resize: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 10px 10px 40px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .nav .search-open textarea,
  .nav .search-open input.text {
    min-width: 370px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) {
  .nav .search-open textarea,
  .nav .search-open input.text {
    min-width: 310px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .nav .search-open textarea,
  .nav .search-open input.text {
    min-width: 260px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  .nav .search-open textarea,
  .nav .search-open input.text {
    min-width: 335px;
  }
}
.nav .search-open .btn {
  background: #24275b;
  border-radius: 0;
  font-size: 21px;
}
.nav .search-open .search-btn {
  position: absolute;
  top: 3px;
  right: 44px;
  padding-bottom: 3px;
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .nav .search-open .search-btn {
    right: 56px;
  }
}
.nav .search-open .close-btn {
  background: #24275b;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 10px 12px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .nav .search-open .close-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .nav .search-open .close-btn {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
ul.basement-menu {
  display: none;
}
ul.mob-menu {
  width: 80%;
  background: rgba(30, 30, 30, 0.85);
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  left: -80%;
  z-index: 10;
  padding: 20px;
  font-family: 'BenchNine', sans-serif;
  font-size: 28px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  ul.mob-menu {
    width: 40%;
    left: -40%;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  ul.mob-more {
    display: none;
  }
}
.mob-menu li {
  padding-bottom: 20px;
}
.mob-menu .closer {
  position: absolute;
  right: 15px;
  top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
ul.slideOut,
ul.slideIn,
ul.slideRight,
ul.slideLeft {
  -webkit-animation: s-out 400ms linear forwards;
  animation: s-out 400ms linear forwards;
}
ul.slideIn {
  -webkit-animation-name: s-in;
  animation-name: s-in;
}
ul.slideRight {
  -webkit-animation-name: s-right;
  animation-name: s-right;
}
ul.slideLeft {
  -webkit-animation-name: s-left;
  animation-name: s-left;
}
@-webkit-keyframes s-out {
  from {
    left: -80%;
  }
  to {
    left: 0%;
  }
}
@-webkit-keyframes s-in {
  from {
    left: 0%;
  }
  to {
    left: -80%;
  }
}
@-webkit-keyframes s-right {
  from {
    left: 0%;
  }
  to {
    left: 80%;
  }
}
@-webkit-keyframes s-left {
  from {
    left: 80%;
  }
  to {
    left: 0%;
  }
}
@keyframes s-out {
  from {
    left: -80%;
  }
  to {
    left: 0%;
  }
}
@keyframes s-in {
  from {
    left: 0%;
  }
  to {
    left: -80%;
  }
}
@keyframes s-right {
  from {
    left: 0%;
  }
  to {
    left: 80%;
  }
}
@keyframes s-left {
  from {
    left: 80%;
  }
  to {
    left: 0%;
  }
}
/* Homepage - Carousel */
.carousel ul li.hero {
  height: 545px;
  overflow: hidden;
}
.mobile-hero.mobonly {
  background: #000;
  min-height: 560px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .mobile-hero.mobonly {
    min-height: 780px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .mobile-hero.mobonly {
    min-height: 420px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  .mobile-hero.mobonly {
    min-height: 300px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  .mobile-hero.mobonly {
    min-height: 245px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .mobile-hero.mobonly {
    display: block;
    min-height: 339px;
  }
}
.mobile-hero ul li.hero {
  min-height: 560px;
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .mobile-hero ul li.hero {
    min-height: 300px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  .mobile-hero ul li.hero {
    min-height: 300px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  .mobile-hero ul li.hero {
    min-height: 245px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .mobile-hero ul li.hero {
    min-height: 339px;
  }
}
li.hero .hero-bg img {
  /*width: 100%; This will force browsers not to crop the header, but create many black bars */
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  li.hero .hero-bg img {
    display: none;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  li.hero .hero-bg img {
    display: block;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  li.hero .hero-bg.mobonly img {
    display: none;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  li.hero .mobonly img {
    display: block;
    width: 100%;
  }
}
.carousel-gradient {
  height: 350px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.mobile-hero .carousel-gradient {
  bottom: 130px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape), only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .mobile-hero .carousel-gradient {
    bottom: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  .mobile-hero .carousel-gradient {
    bottom: 2px;
  }
}
.carousel .caption,
.mobile-hero .caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  color: #fff;
  padding: 0 190px 30px 240px;
}
.mobile-hero .caption {
  padding: 0 20px 20px 20px;
  margin: 0;
  bottom: 3%;
  height: 30%;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .mobile-hero .caption {
    padding: 0 30px 20px 30px;
    bottom: 0;
    height: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .mobile-hero .caption {
    height: 35%;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .mobile-hero .caption {
    bottom: 8%;
  }
}
.carousel .caption h2,
.mobile-hero .caption h2 {
  font-size: 40px;
  background: url('img/icon-play-1x.png') no-repeat;
  padding: 10px 0 0 55px;
  min-height: 46px;
}
.mobile-hero .caption h2 {
  background: none;
  padding: 0;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .mobile-hero .caption h2 {
    font-size: 48px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: portrait) {
  .mobile-hero .caption h2 {
    font-size: 36px;
  }
}
.carousel .caption h2 a:hover {
  color: #fff;
}
.carousel .caption .sub,
.mobile-hero .caption .sub {
  padding-left: 55px;
  font-size: 14px;
  margin-top: 5px;
}
.mobile-hero .caption .sub {
  padding: 0;
  font-size: 16px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .mobile-hero .caption .sub {
    font-size: 22px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .mobile-hero .caption .sub {
    font-size: 14px;
  }
}
.carousel .caption .sub .latest {
  font-family: 'BenchNine', sans-serif;
  font-weight: 700;
  font-size: 18px;
  background: #e51821;
  float: left;
  padding: 6px 18px 8px 18px;
  margin: 5px 15px 0 0;
}
.mobile-hero .latest {
  display: none;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .unslider-wrap {
    display: none;
  }
}
nav.unslider-nav {
  display: none;
}
.unslider-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 60px;
  height: 90px;
}
.unslider-arrow.prev {
  left: 0;
  background: rgba(0, 0, 0, 0.3) url('img/hero-prev-un.png') no-repeat center center;
  background-size: 60% 60%;
}
.unslider-arrow.prev:hover {
  background: rgba(0, 0, 0, 0.5) url('img/hero-prev.png') no-repeat center center;
  background-size: 60% 60%;
}
.unslider-arrow.next {
  right: 0;
  background: rgba(0, 0, 0, 0.3) url('img/hero-next-un.png') no-repeat center center;
  background-size: 60% 60%;
}
.unslider-arrow.next:hover {
  background: rgba(0, 0, 0, 0.5) url('img/hero-next.png') no-repeat center center;
  background-size: 60% 60%;
}
/* Homepage - Main */
.episodes {
  background: #fff;
  padding: 38px 180px 0 180px;
  color: #fff;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  .episodes {
    padding: 38px 40px 0 40px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .episodes {
    padding: 38px 30px 0 30px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .episodes {
    padding: 33px 12px 0 12px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .episodes {
    padding: 38px 50px 0 50px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #list-ep .episodes {
    padding: 38px 15px 0 30px;
  }
}
.episodes h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #000;
}
.episodes a:hover {
  color: #fff;
}
.episodes h1 {
  color: #000;
}
.episodes .ep-list .thumb-wrap {
  padding-right: 23px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .episodes .ep-list .thumb-wrap {
    max-width: 50%;
  }
}
.episodes .ep-list li {
  background: #444;
  max-width: 410px;
  height: 285px;
  margin: 0 0 24px 0;
  background-size: 100% 100%;
  overflow: hidden;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .episodes .ep-list li {
    margin-bottom: 12px;
    width: 100%;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  .episodes .ep-list li {
    max-width: 370px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .episodes .ep-list li {
    max-width: 339px;
    margin: 0 15px 15px 0;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #list-ep .episodes .ep-list li {
    width: 346px;
  }
}
.episodes li .caption {
  position: absolute;
  bottom: 0;
  padding: 105px 18px 18px 18px;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
}
.episodes li .caption:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 50%);
}
.episodes li .caption h4 {
  font-size: 28px;
  margin-bottom: 6px;
  line-height: 1.1em;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .episodes li .caption h4 {
    font-size: 24px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3), only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .episodes li .caption h4 {
    font-size: 18px;
  }
}
.episodes li .caption p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4em;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .episodes li .caption p {
    font-size: 10px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3), only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .episodes li .caption p {
    font-size: 12px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) {
  .episodes .ads {
    display: none;
  }
}
.episodes .ads img {
  width: 160px;
  height: 600px;
}
.episodes .explore-all {
  margin: 10px 0 20px 0;
  color: #005ea9;
  font-family: 'BenchNine', sans-serif;
  font-weight: 700;
  font-size: 26px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .episodes .explore-all {
    color: #fff;
    background: #005ea9;
    margin: 0 0 10px 0;
    padding: 20px 0;
    text-align: center;
  }
}
.episodes .explore-all:hover {
  color: #005ea9;
}
.thumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.thumb-bg img {
  width: 410px;
  height: 285px;
}
/* Bottom Links */
.bottom-links {
  background: #fff;
  padding-bottom: 50px;
  text-align: left;
  overflow-x: hidden;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .bottom-links {
    padding-bottom: 20px;
  }
}
.bottom-links h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .bottom-links h3 {
    font-size: 38px;
    margin-top: 10px;
  }
}
.bottom-links .right,
.bottom-links .left {
  padding: 23px 8px 23px 180px;
  background: #e6e6e6;
  margin-left: -20px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) {
  .bottom-links .right,
  .bottom-links .left {
    padding: 12px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  .bottom-links .right,
  .bottom-links .left {
    padding-left: 40px;
  }
}
.bottom-links .right {
  padding: 23px 190px 23px 23px;
  float: right;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .bottom-links .right {
    padding: 12px 12px 24px 12px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  .bottom-links .right {
    padding: 23px 40px 23px 23px;
  }
}
.bottom-links li img {
  float: left;
  padding-right: 16px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .bottom-links li img {
    margin-bottom: 12px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .bottom-links li img {
    width: 33%;
  }
}
.bottom-links .patreon {
  background: #ff6600;
  min-height: 185px;
  padding: 70px 60px 0 60px;
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  .bottom-links .patreon {
    padding: 55px 175px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  .bottom-links .patreon {
    padding: 55px 130px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  .bottom-links .patreon {
    padding: 40px 40px 0 40px;
    min-height: 163px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .bottom-links .patreon {
    min-height: 115px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .bottom-links .patreon {
    padding: 50px 190px;
  }
}
.bottom-links .patreon img {
  max-width: 267px;
}
/* Episode */
#episode {
  background: #fff;
  text-align: center;
}
#episode .cover {
  height: 427px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #000;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  #episode .cover {
    width: 100%;
    min-height: 487px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  #episode .cover {
    min-height: 410px;
    height: 410px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape) {
  #episode .cover {
    min-height: auto;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  #episode .cover {
    height: 300px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  #episode .cover {
    height: 245px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #episode .cover {
    height: 312px;
  }
}
#episode .cover .desk-wrap {
  float: left;
  left: 50%;
  position: relative;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape) {
  #episode .cover .desk-wrap {
    display: block;
  }
}
#episode .cover img.img-desk {
  width: auto;
  max-width: 100%;
  float: left;
  position: relative;
  left: -50%;
}
@media only screen and (min-width: 801px;) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1280px), only screen and (min-width: 1281px) and (max-width: 1399px), only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #episode .cover img.img-desk {
    max-width: none;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape) {
  #episode .cover img.img-desk {
    height: 245px;
    display: block;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  #episode .cover img.img-desk {
    height: 300px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #episode .cover img.img-desk {
    height: 312px;
  }
}
#episode .cover .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  #episode .cover .title {
    color: #fff;
    text-align: left;
  }
}
#episode .cover .wrap {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 90px 0 90px;
  display: inline-block;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  #episode .cover .wrap {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
    padding-top: 90px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  #episode .cover .wrap {
    padding: 90px 30px 0 30px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #episode .cover .wrap {
    padding: 0 30px 0 30px;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  #episode .cover .img-responsive {
    display: none;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #episode .cover .img-responsive {
    width: 100%;
  }
}
#episode .cover .banner {
  display: inline-block;
  margin: -16px 0 0 0;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  #episode .cover .banner {
    display: none;
  }
}
#episode .cover .banner .right-ban,
#episode .cover .banner .left-ban {
  background: url('img/banner-left.png') no-repeat;
  width: 10px;
  height: 16px;
  float: left;
  background-size: 100% 100%;
}
#episode .cover .banner .right-ban {
  background: url('img/banner-right.png') no-repeat;
}
#episode .cover .banner h6 {
  background: #e51821;
  padding: 7px;
  float: left;
}
#episode .cover h1 {
  padding: 38px 0;
  font-size: 55px;
  margin: 0;
  line-height: 1.1em;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  #episode .cover h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #episode .cover h1 {
    padding: 28px 0;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #episode .cover h1 {
    padding: 10px 0 0 0;
    font-size: 45px;
  }
}
#episode .caption {
  text-align: right;
  color: #888;
  font-size: 13px;
  padding: 5px 20px 0 0;
  margin-bottom: 25px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #episode .caption {
    margin-bottom: 20px;
  }
}
#episode .player {
  padding: 50px 0;
  max-width: 960px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  #episode .player {
    padding: 15px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #episode .player {
    padding: 25px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #episode .player {
    padding-bottom: 10px;
  }
}
#card {
  max-width: 1020px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px), only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape) {
  #card {
    padding-left: 20px;
  }
}
.zype-player {
  min-width: 300px;
  max-width: 560px;
}
#static .zype-player {
  margin-bottom: 20px;
  max-width: none;
}
#card .player {
  width: 560px;
  height: 300px;
  padding-top: 0;
}
#card .panel {
  background: #ddd;
  padding: 20px;
  width: 600px;
  height: 390px;
  cursor: pointer;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: portrait) {
  #card .panel {
    width: 293px;
    height: 214px;
    margin: 0 10px;
    padding: 15px 10px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #card .panel {
    width: 329px;
    height: 234px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: portrait) {
  #card .panel {
    width: 358px;
    height: 270px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: portrait) {
  #card .panel {
    width: 394px;
    height: 270px;
    margin: 0 10px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape) {
  #card .panel {
    max-width: 530px;
    max-height: 347px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape), only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #card .panel {
    max-width: auto;
    max-height: auto;
  }
}
#card .panel .zype-player {
  position: absolute;
  top: 50px;
  z-index: 800;
  width: inherit;
  height: inherit;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: portrait) {
  #card .panel .zype-player {
    min-width: auto;
    width: 272px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #card .panel .zype-player {
    width: 308px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: portrait) {
  #card .panel .zype-player {
    width: 339px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: portrait) {
  #card .panel .zype-player {
    width: 356px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape) {
  #card .panel .zype-player {
    max-width: 490px;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape), only screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #card .panel .zype-player {
    max-width: auto;
  }
}
.zype-player.front {
  z-index: 900;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  /* -- transition is the magic sauce for animation -- */
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.zype-player.back {
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  /* -- transition is the magic sauce for animation -- */
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.panel.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
.two-col .main a.all-access-banner {
  background: #e51821;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
}
#episode a.all-access-banner h3 {
  border-bottom: 0;
}
#episode .player iframe {
  height: 150px;
}
#episode .description {
  max-width: 1040px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  #episode .description {
    padding: 0 20px 0 40px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  #episode .description {
    padding: 0;
  }
}
#episode .description .main {
  text-align: left;
  padding-right: 60px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #episode .description .main {
    padding: 25px 15px 0 15px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #episode .description .main {
    padding: 25px;
  }
}
#episode div.main {
  margin-bottom: 40px;
}
#blog .main h3,
#episode h3 {
  font-size: 28px;
  padding-bottom: 10px;
  margin-bottom: 13px;
  border-bottom: 2px solid #ddd;
}
#episode .main p {
  font-size: 18px;
  line-height: 1.3em;
}
#episode .main h3.in-ep {
  margin-top: 60px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  #episode .main h3.in-ep {
    margin-top: 30px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  #episode .main h3.about {
    margin-top: 20px;
  }
}
#episode .right-rail .music li,
#episode .main .guests li {
  padding-right: 35px;
  font-size: 11px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
#episode li.clear {
  clear: left;
}
#episode ul.cubes li {
  margin-bottom: 14px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #episode ul.cubes .col-xs-6 {
    width: 25%;
  }
}
#episode ul.cubes li .img-thumb {
  height: 135px;
  width: 135px;
  overflow: hidden;
}
#episode ul.cubes li img {
  height: auto;
  width: 100%;
  margin-bottom: 8px;
}
#episode ul.cubes li p {
  margin-bottom: 0;
}
#episode ul.cubes li a {
  color: #005ea9;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}
#episode ul.music.cubes li {
  clear: left;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #episode ul.music.cubes li {
    padding-right: 20px;
    min-height: 231px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #episode ul.music.cubes li {
    clear: none;
    min-height: 225px;
    font-size: 12px;
  }
}
#episode ul.music.cubes li.even {
  clear: none;
}
#episode .main .guests h5 {
  font-size: 22px;
  padding: 10px 0 15px 0;
}
#episode h3.topics {
  margin-top: 50px;
}
#episode .main ul.tags li a {
  float: left;
  background: #005ea9;
  color: #fff;
  font-weight: 700;
  margin: 0 8px 8px 0;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 15px;
}
#episode .main ul.tags li a:hover {
  text-decoration: none;
  background: #003866;
}
#episode .right-rail {
  text-align: left;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #episode .right-rail {
    clear: both;
    padding-top: 30px;
  }
}
#episode .listen.col-sm-0 {
  padding-bottom: 15px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #episode .listen.col-sm-0 {
    width: 100%;
  }
}
#episode .listen li {
  height: 58px;
  margin-bottom: 9px;
  border-radius: 5px;
  max-width: 296px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #episode .listen li {
    margin-right: 20px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #episode .listen li {
    margin-right: 15px;
    max-width: 275px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) and (orientation: landscape) {
  #episode .listen li {
    max-width: 250px;
  }
}
#episode .listen li.itunes {
  background: url('img/button-ep-itunes.jpg') no-repeat;
  background-size: 100% 100%;
}
#episode .listen li.tunein {
  background: url('img/button-ep-tunein.jpg') no-repeat;
  background-size: 100% 100%;
}
#episode .listen li.stitcher {
  background: url('img/button-ep-stitcher.jpg') no-repeat;
  background-size: 100% 100%;
}
#episode .listen li.google {
  background: url('img/button-ep-google.jpg') no-repeat;
  background-size: 100% 100%;
}
#episode .listen li.soundcloud {
  background: url('img/button-ep-soundcloud.jpg') no-repeat;
  background-size: 100% 100%;
}
#episode .right-rail h3.music-ep {
  margin-top: 30px;
}
#episode .comments {
  padding-top: 30px;
}
/* Episode List */
.results {
  background: #414141;
  padding: 20px 0 20px 180px;
  color: #fff;
  font-size: 29px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .results {
    padding: 20px 0 20px 20px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  .results {
    padding-left: 40px;
  }
}
.refine {
  background: #fff;
  padding: 35px 180px 0 180px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .refine {
    padding: 10px 20px 0 20px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  .refine {
    padding: 20px 40px 0 40px;
  }
}
.refine button,
.sf-field-submit input {
  background: url('img/icon-search-dark-1x.jpg') no-repeat;
  border: none;
  width: 38px;
  height: 37px;
  position: absolute;
  z-index: 5;
  margin-top: 14px;
}
.sf-field-search,
.sf-field-search label {
  width: 100%;
}
.refine .field,
input.sf-input-text {
  font-size: 42px;
  padding: 6px 0 25px 47px;
  color: #24275b;
  margin-bottom: 20px;
  border: none;
  border-bottom: 2px solid #ddd;
  width: 100%;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .refine .field,
  input.sf-input-text {
    font-size: 32px;
    padding: 10px 0 15px 47px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .refine .field,
  input.sf-input-text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  .refine .field,
  input.sf-input-text {
    margin-bottom: 5px;
  }
}
.refine li,
.refine h4 {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
.refine select {
  background: none;
  border: none;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Hide this in IE */
  background: url('img/icon-dropdown-1x.gif') right no-repeat;
  padding-right: 25px;
  margin-top: 5px;
  margin-right: 30px;
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  .refine select {
    max-width: 120px;
  }
}
.date-info,
.aa-badge {
  background: #24275b;
  margin-top: 15px;
  padding: 13px;
  font-size: 19px;
  display: inline-block;
  position: relative;
  z-index: 3;
  font-family: 'BenchNine', sans-serif;
  font-weight: 700;
}
.date-info.all-stars {
  background: #fff05d;
  color: #222;
}
.aa-badge {
  background: #e51821;
  float: right;
  margin-right: 15px;
}
p.sorry {
  background: #444;
  padding: 40px;
  font-size: 25px;
  line-height: 1.2em;
}
/* All Two and Three Column */
.right-rail {
  margin-bottom: 20px;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  .right-rail .ad {
    display: none;
  }
}
.three-col sub {
  color: #999;
  font-size: 10px;
  display: block;
  margin-top: -2px;
}
.two-col .wrap,
.three-col .wrap {
  background: #fff;
  text-align: center;
}
#static .share,
.two-col div.main,
.three-col div.main {
  max-width: 1080px;
  padding-top: 27px;
  margin: 0 auto 0 auto;
  text-align: left;
}
.two-col .main a,
.three-col .main a {
  color: #24275b;
  line-height: 1em;
  font-weight: 700;
}
.three-col .main h3 {
  color: #a7a7a7;
  padding: 7px 0;
  font-size: 25px;
}
.two-col .main img.size-large,
.three-col .main img.size-large {
  width: 100%;
  height: auto;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape) {
  #static .hero img {
    display: block;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape) {
  #static .hero img.img-responsive {
    display: none;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .three-col .left-rail {
    display: none;
  }
}
.three-col .left-rail img {
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}
#blog .right-rail li,
.three-col .left-rail li {
  clear: both;
  margin-bottom: 15px;
}
.three-col .left-rail a:hover {
  text-decoration: none;
}
.three-col .left-rail .soc-link {
  padding: 3px 0 0 0;
}
.three-col .left-rail .soc-link:hover {
  text-decoration: underline;
}
.two-col .entry,
.three-col .entry {
  padding-left: 0;
  font-size: 1.1em;
  line-height: 1.3em;
}
.three-col .entry a {
  color: #50237a;
  font-weight: 700;
}
.three-col .entry ol {
  list-style: decimal;
}
.three-col .entry ol li {
  margin: 0 0 10px 20px;
}
.entry h5.date {
  color: #fff;
  background: #a7a7a7;
  padding: 8px 16px;
  display: inline-block;
  font-size: 23px;
}
.entry h1,
#static h1 {
  margin: 15px 0;
  font-size: 3em;
  line-height: 1em;
  letter-spacing: -0.01em;
}
.entry h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  margin: 10px 0 30px 0;
}
.entry h3,
#static h3 {
  font-size: 1.6em;
}
.entry img {
  margin-bottom: 20px;
}
#episode .main p.wp-caption-text,
.entry .img-w-cap {
  color: #666;
  font-size: 11px;
  margin-bottom: 20px;
}
.entry .img-w-cap img {
  border: 2px solid #ddd;
  margin-bottom: 7px;
}
.entry .float-left {
  margin-right: 15px;
}
.entry .float-right {
  margin-left: 15px;
}
.two-col .right-rail,
.three-col .right-rail {
  padding-left: 30px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .two-col .right-rail,
  .three-col .right-rail {
    padding: 0 15px;
  }
}
/* Blog */
.right-rail .related {
  padding-top: 5px;
}
.right-rail .related a:hover {
  text-decoration: none;
}
.right-rail .related img {
  height: 80px;
  width: 80px;
  float: left;
  margin: 0 10px 30px 0;
}
.right-rail .related h5 {
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
}
.right-rail .related a h5:hover {
  text-decoration: underline;
}
.right-rail a.more-posts {
  font-family: 'BenchNine', sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 25px;
}
.np-wrap {
  background: #e6e6e6;
  margin: 15px 0 30px 0;
  display: block;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  .np-wrap {
    padding: 0 10px;
  }
}
.np-post {
  padding: 50px 0;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .np-post {
    padding-top: 25px;
  }
}
.np-post a {
  color: #000;
}
.np-post a:hover {
  text-decoration: none;
}
.np-post sup {
  font-family: 'BenchNine', sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.np-post a {
  font-size: 1.4em;
  line-height: 1.2em;
  clear: both;
}
.np-post a:hover {
  text-decoration: underline;
}
.np-post .p-post {
  background: url('img/icon-blog-left.png') no-repeat;
  background-size: 34px 55px;
  padding: 0 60px 50px 60px;
}
.np-post .n-post {
  text-align: right;
  background: url('img/icon-blog-right.png') no-repeat right;
  background-size: 34px 55px;
  padding: 0 60px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .np-post .n-post {
    padding-bottom: 20px;
  }
}
#blog article {
  padding: 0 40px;
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  #blog article {
    padding: 0 12px;
  }
}
article .central img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  article .central {
    padding: 0 20px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  article .central {
    padding: 0 15px;
  }
}
@media only screen and (min-device-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio : 2) {
  article .central {
    padding: 0;
  }
}
/* Static */
#static h2 {
  font-size: 2em;
}
#static .hero img {
  width: 100%;
}
#static .hero .caption {
  color: #666;
  font-size: 12px;
  padding: 5px 20px;
}
#static .entry h2 {
  font-family: 'BenchNine', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
#static .right-rail div {
  color: #fff;
  padding: 30px 40px;
  font-size: 27px;
  margin-bottom: 25px;
}
.right-rail .schedule {
  background: #000 url('img/bg-right-space.jpg') right bottom no-repeat;
  background-size: 100% 158px;
  min-height: 158px;
}
.right-rail .schedule strong:hover {
  text-decoration: underline;
}
.right-rail .schedule img {
  padding-top: 20px;
}
.right-rail .no-seats {
  background: #000;
}
.two-col h1 {
  font-size: 2em;
  margin-bottom: 20px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .two-col h1 {
    margin-top: 0;
  }
}
/* About Page */
.purple-links li div {
  line-height: 1.4em;
  font-size: 18px;
  color: #fff;
  min-height: 245px;
  padding: 27px;
  background: #50237a;
  /* padding: 27px 80px 27px 25px; background: @purple url(' / img/icon-arrow-purple.gif') no-repeat 95% 50%; background-size: 30px 45px; */
}
.about-music h3,
.purple-links li h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
}
.about-music h3 {
  margin-bottom: 10px;
}
.two-col .purple-links a {
  color: #fff;
  font-weight: 100;
  line-height: 1.4em;
  text-decoration: none;
}
.purple-links a.yellow {
  color: #fff05d;
  font-weight: 700;
}
.purple-links a.yellow:hover {
  text-decoration: underline;
}
.two-col .purp-left {
  margin-right: 15px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .two-col .purp-left {
    margin: 0 0 15px 0;
  }
}
.two-col .purp-right {
  margin-left: 15px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .two-col .purp-right {
    margin-left: 0;
  }
}
.about-music {
  background: #464646 url('img/bg-beastie.jpg') no-repeat right top;
  background-size: 456px 400px;
  color: #fff;
  margin-top: 30px;
  padding: 25px 380px 25px 25px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .about-music {
    padding: 150px 27px 15px 27px;
    background: #464646 url('img/bg-beastie-mob.jpg') no-repeat top;
    background-size: 410px 400px;
  }
}
.about-music p {
  margin-bottom: 1em;
}
.two-col .main .about-music a {
  color: #fff;
}
.about-music h4 {
  font-size: 1.2em;
  margin: 15px 0 5px 0;
}
.right-rail .contact-links {
  background: url('img/bg-contact-us.jpg') no-repeat;
  background-size: 100%;
  font-size: 2em;
}
.right-rail .contact-links a {
  color: #fff;
  font-size: 28px;
  font-family: 'BenchNine', sans-serif;
  font-weight: 700;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 15px 0;
  text-align: center;
}
#static .right-rail .right-images li .caption {
  color: #666;
  font-size: 0.7em;
  padding: 0;
  margin: 9px 0 13px 0;
}
.two-col .share-wrap {
  background: #e6e6e6;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait), only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .two-col .share-wrap {
    padding: 0 20px;
  }
}
.two-col .share {
  padding-top: 13px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .two-col .share {
    padding: 15px 30px;
  }
}
.two-col .share h1 {
  font-size: 3.0em;
  margin-bottom: 30px;
}
.two-col .share h3 {
  font-size: 1.7em;
  margin-bottom: 10px;
}
.two-col .share p {
  font-size: 19px;
}
.two-col .share li {
  min-width: 334px;
  height: 85px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: portrait) {
  .two-col .share li {
    max-width: 358px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  .two-col .share li {
    width: 50%;
    min-width: auto;
  }
}
.two-col .share li .col-xs-12 {
  height: 85px;
  margin-bottom: 20px;
}
.two-col .share li a.overlay {
  position: absolute;
  height: 101px;
  width: 356px;
  background: rgba(230, 230, 230, 0.65);
  z-index: 3;
  top: -8px;
  left: -8px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) {
  .two-col .share li a.overlay {
    display: none;
  }
}
.two-col .share li a.overlay:hover {
  border: 8px solid #fff;
  background: none;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
}
.two-col .share li .soundcloud {
  background: #fd951d url('img/share-soundcloud.jpg') center no-repeat;
  background-size: 334px 85px;
}
.two-col .share li .tunein {
  background: #96d3cd url('img/share-tunein.jpg') center no-repeat;
  background-size: 334px 85px;
}
.two-col .share li .stitcher {
  background: #000 url('img/share-stitcher.jpg') center no-repeat;
  background-size: 334px 85px;
}
.two-col .share li .itunes {
  background: #000 url('img/share-itunes.jpg') center no-repeat;
  background-size: 334px 85px;
}
.two-col .share li .google {
  background: #f46a24 url('img/share-google.jpg') center no-repeat;
  background-size: 334px 85px;
}
.two-col .share-section {
  display: none;
}
.two-col .share-section.first {
  display: block;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #static .central,
  .page .central {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #static .central,
  .page .central {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: landscape) {
  #static .central,
  .page .central {
    padding-left: 20px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  #bio .main {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
  #bio .main {
    padding: 10px 40px;
  }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #bio .main {
    padding: 10px 25px;
  }
}
#bio.two-col h1 {
  font-size: 3em;
  margin-bottom: 5px;
}
#bio.two-col h2 {
  font-size: 2.2em;
}
#bio .allstarsbanner {
  background: #e51821;
  color: #fff;
  padding: 5px 15px;
  float: left;
}
#bio .left-rail {
  padding-right: 20px;
  margin-bottom: 20px;
  clear: both;
}
#bio .left-rail h2 {
  font-size: 1.7em;
  margin: 20px 0 7px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #999;
}
#bio .left-rail a {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 8px;
  padding: 0;
  display: block;
}
#bio .left-rail a.more-posts {
  margin-top: 25px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  #bio .left-rail a.more-posts {
    margin-bottom: 20px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #bio .left-rail .bio-photo {
    float: left;
    padding-right: 15px;
  }
}
#bio .left-rail .caption {
  font-size: 0.8em;
  margin-bottom: 20px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #bio .left-rail .r-links {
    float: left;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #bio .left-rail .person-eps,
  #bio .central {
    clear: both;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  #bio .central {
    padding-top: 25px;
  }
}
/* Pagination */
.paging {
  text-align: center;
}
.pagination ul,
.wp-pagenavi {
  margin: 0 auto 0 auto;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .pagination ul,
  .wp-pagenavi {
    text-align: center;
  }
}
.pagination li,
.wp-pagenavi span,
.wp-pagenavi a {
  float: left;
  margin: 5px 1px 5px 1px;
  padding: 6px 12px;
}
.pagination li a,
.pagination li span,
.wp-pagenavi span,
.wp-pagenavi a {
  border-radius: 0;
  margin-right: 15px;
  color: #24275b;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .pagination li a,
  .pagination li span,
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 15px;
    margin-right: 12px;
  }
}
.pagination li span.current,
.pagination li a:hover,
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  color: #fff;
  background: #333;
}
.pagination li:last-of-type a,
.pagination li:first-of-type a,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 120px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  .pagination li:last-of-type a,
  .pagination li:first-of-type a,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 100px;
  }
}
/* Footer */
footer .lt-gray {
  background: #272727;
}
footer .lt-gray .ad {
  width: 728px;
  height: 90px;
  margin: 40px auto;
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  footer .lt-gray .ad {
    margin: 5px auto;
  }
}
footer .nav {
  background: #1a1a1a;
  color: #fff;
  padding: 35px 0 50px 0;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  footer .nav {
    padding: 25px 35px;
  }
}
footer .nav a {
  color: #fff;
}
footer .nav a.logo img {
  float: right;
  margin: 0;
  max-width: 240px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  footer .nav a.logo img {
    margin: 0;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  footer .nav a.logo img {
    padding: 0 140px;
  }
}
footer .nav .text {
  float: left;
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  footer .nav .text {
    display: none;
  }
}
footer .nav ul.logos,
footer .nav ul.text {
  padding-right: 100px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  footer .nav ul.logos,
  footer .nav ul.text {
    padding: 0;
  }
}
footer .nav ul.logos {
  padding-right: 0px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  footer .nav ul.logos {
    padding-top: 15px;
    text-align: center;
  }
}
footer .nav ul.logos li {
  float: right;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: portrait) {
  footer .nav ul.logos li {
    float: none;
  }
}
footer .nav .logos .curved-light {
  width: 64px;
  height: 23px;
  padding: 17px 0 0 0;
  margin-right: 20px;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: portrait) {
  footer .nav .logos .curved-light {
    text-align: center;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  footer .nav .logos .curved-light {
    width: auto;
    height: auto;
    padding-top: 10px;
    margin-right: 20px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape) {
  footer .nav .logos .curved-light {
    padding-top: 0;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) {
  footer .nav .logos .curved-light img {
    padding: 0 0 20px 0;
    max-width: 122px;
    margin-left: 60px;
  }
}
footer .nav ul.text li {
  padding-right: 20px;
  float: right;
}
footer .links p {
  color: #a7a7a7;
  font-size: 13px;
  float: right;
  padding: 20px 100px 0 0;
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: portrait) {
  footer .links p {
    padding: 0;
    float: none;
    font-size: 11px;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape) {
  footer .links p {
    padding: 34px 20px 0 0;
  }
}
@media only screen and (min-device-width : 320px) and (max-width: 667px) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio : 3) and (orientation: landscape) {
  footer .links p {
    padding-top: 27px;
    font-size: 15px;
  }
}
