/*
 * Mixins
 */
/*
 * Global
 */
#wpstats {
  display: none;
}

.entries article {
  margin-bottom: 30px;
}
.entries article:last-child {
  margin-bottom: 0;
}

.pagination {
  margin-bottom: 0;
}

.main-content {
  padding: 30px 0px;
}
.main-content .entries, .main-content .sidebar {
  padding: 0;
  margin-top: 0;
}

.postfooter .thst-menu li.nav-social {
  display: none;
}

.featured-image-inner {
  width: 2000px;
  height: 260px;
  display: block;
  text-align: center;
  position: relative;
  left: -1000px;
  margin-left: 130px;
}

.post .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float, .latest-episode .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  background-color: #ff515b;
  color: #fff;
}

.mejs-controls .mejs-button button {
  background: none;
}

/*
 * Comments
 */
#comments .commentlist li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*
 * Widgets
 */
.sidebar {
  padding-bottom: 0;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget p:last-child, .sidebar .widget div:last-child {
  margin-bottom: 0;
}
.sidebar .subscribe-with-itunes-widget {
  text-align: center;
}
.single .sidebar .widget, .page .page .sidebar .widget, .single .widget.widget_text .textwidget, .page .page .widget.widget_text .textwidget {
  padding-left: 15px;
  padding-right: 15px;
}
.widget.widget_text .textwidget {
  padding-top:0;
  padding-bottom:0;
}
.sidebar .subscribe-with-itunes-widget a.subscribe-with-itunes {
  background: url("../img/itunes-subcribe.png") no-repeat 0 0 transparent;
  width: 108px;
  height: 108px;
  display: block;
  margin: 0 auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sidebar .subscribe-with-itunes-widget a.subscribe-with-itunes {
    background-image: url("../img/itunes-subcribe@2x.png");
    background-size: 108px 108px;
  }
}
.sidebar .subscribe-with-itunes-widget a.subscribe-with-itunes-button {
  font-family: 'Raleway','Arial',sans-serif;
  color: #3c3c3c;
  font-weight: bold;
  background-color: #eee;
  padding: 10px 18px;
  border-radius: 3px;
  line-height: 1;
  display: inline-block;
  margin: 10px 0px 5px;
  text-shadow: 0px 2px 0px #fff;
  border: 1px solid #b8b8b8;
  border-bottom-color: #9a9a9a;
  box-shadow: inset 0px 2px 0px #fcfcfc, inset 0px -2px 0px #c5c5c5;
  background: #e5e5e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #dadada 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, #dadada 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, #dadada 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #dadada 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dadada',GradientType=0 );
  /* IE6-9 */
}
.sidebar .subscribe-with-itunes-widget a.subscribe-with-itunes-button:focus {
  outline: none;
}
.sidebar .subscribe-with-itunes-widget a.subscribe-with-itunes-button:active {
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.4);
  top: 1px;
  position: relative;
  border-color: #9a9a9a;
}
.sidebar .subscribe-via-email div.field-wrap label {
  display: block;
}
.sidebar .subscribe-via-email div.field-wrap input[type="text"] {
  margin: 0px;
  width: 100%;
}
.sidebar .subscribe-via-email .ninja-forms-required-items {
  display: none;
}
.sidebar .subscribe-via-email .ninja-forms-response-msg {
  line-height: 1.5em;
  font-size: 18px;
  margin-bottom: 10px;
}

/*
 * Header
 */
div.above {
  min-height: 110px;
}
div.above header {
  float: left;
}
div.above #nav {
  width: auto;
  display: inline-block;
  float: right;
}
div.above h1.logo-container {
  margin: 0;
}
div.above h1.main-title a.logo, div.above a.logo {
  background: url("../img/logo.png") no-repeat 0 0 transparent;
  width: 283px;
  height: 51px;
  display: block;
  top: 30px;
  left: 0;
  opacity: 1;
  padding: 0px;
  position: relative;
}
div.above h1.main-title a.logo:hover, div.above a.logo:hover {
  opacity: 0.8;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  div.above h1.main-title a.logo, div.above a.logo {
    background-image: url("../img/logo@2x.png");
    background-size: 283px 51px;
  }
}
div.above #open-off-can {
  padding: 0px;
  width: 110px;
  height: 110px;
}
div.above .menu-icon {
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  border-radius: 1px;
  left: 50%;
  margin-left: -10px;
  top: 53px;
}
div.above .menu-icon:before {
  content: '';
  display: block;
  background-color: #fff;
  width: 20px;
  height: 4px;
  top: -7px;
  position: relative;
  border-radius: 1px;
}
div.above .menu-icon:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 20px;
  height: 4px;
  top: 3px;
  position: relative;
  border-radius: 1px;
}
div.above .social-media-icons {
  position: relative;
  top: 44px;
  padding-left: 25px;
  float: left;
}
div.above .social-media-icons a, div.above .social-media-icons a:visited, div.above .social-media-icons a:active {
  font-family: 'Genericons';
  color: #fff;
  line-height: 1;
  font-size: 20px;
  opacity: 0.25;
  position: relative;
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
}
div.above .social-media-icons a.social-facebook, div.above .social-media-icons a:visited.social-facebook, div.above .social-media-icons a:active.social-facebook {
  top: -1px;
}
div.above .social-media-icons a:hover {
  opacity: 1;
}
div.above .social-media-icons a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  text-indent: 0px;
}
div.above .social-twitter:before {
  content: '\f202';
}
div.above .social-facebook:before {
  content: '\f204';
}
div.above .social-google:before {
  content: '\f218';
}
div.above .social-rss:before {
  content: '\f413';
}
div.above #nav .thst-menu li.nav-social {
  display: none;
}

/*
 * Form
 */
input[type="text"], input[type="email"], input[type="password"], textarea {
  padding: 10px 15px;
}

input[type="submit"], .form-submit #submit, #respond #commentform #submit, a.butn:link, a.butn:visited, .butn {
  padding: 10px 15px;
}

.search-container input#searchsubmit[type="submit"] {
  color: #fff !important;
}

.ninja-forms-field-error {
  color: #ED4E4E;
}

/*
 *	Front page
 */
body.home .list-of-episodes {
  padding: 40px 0px;
}
body.home .list-of-episodes article.list:first-child {
  margin-top: 0px;
}
body.home .list-of-episodes article.list .inside {
  height: 260px;
  padding: 30px;
}
body.home .list-of-episodes article.list .featured-image {
  width: 260px;
  height: 260px;
  overflow: hidden;
}
body.home .list-of-episodes article.list .featured-image img {
  width: auto;
  height: 260px;
}
body.home .latest-episode {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.home .latest-episode .audio_player {
  padding: 0 0 20px;
}
body.home .fromtheblog.list {
  padding: 40px 0px;
}

/*
 * Blog Archive
 */
body.blog .entries article, body.archive .entries article {
  margin-bottom: 30px;
}
body.blog .entries article:last-child, body.archive .entries article:last-child {
  margin-bottom: 0;
}
body.blog .pagination, body.archive .pagination {
  margin-bottom: 0;
}
body.blog .main-content, body.archive .main-content {
  padding: 30px 0px;
}
body.blog .main-content .entries, body.blog .main-content .sidebar, body.archive .main-content .entries, body.archive .main-content .sidebar {
  padding: 0;
  margin-top: 0;
}

/*
 * Podcast post type archive
 */
body.post-type-archive-podcast.archive .entries {
  margin-top: 0;
}
body.post-type-archive-podcast.archive div.main-content {
  background-color: #E5E5E5;
}
body.post-type-archive-podcast.archive .list-of-episodes {
  background: none;
  padding: 0px;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list {
  border-radius: 7px;
  margin-top: 40px;
  margin-bottom: 0;
  float: left;
  width: 50%;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list:first-child, body.post-type-archive-podcast.archive .list-of-episodes article.list:nth-child(2) {
  margin-top: 0px;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list .featured-image {
  width: 260px;
  height: 260px;
  overflow: hidden;
  position: relative;
  border-radius: 7px 0 0 7px;
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list .featured-image:hover .hover {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list .featured-image img {
  width: auto;
  height: 260px;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list .featured-image .hover {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  text-align: right;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list .inside {
  height: 260px;
  padding: 30px;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list .post-header {
  padding: 0 0 15px 0;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 4px 0 0 0;
  line-height: 1.5em;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list h2 a:hover {
  color: #333;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list h2 a:link, body.post-type-archive-podcast.archive .list-of-episodes article.list h2 a:visited {
  color: #444;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list .post-content p {
  font-size: 16px;
  line-height: 25px;
  color: #646464;
}
body.post-type-archive-podcast.archive .list-of-episodes article.list .post-footer {
  display: block!important;
}
body.post-type-archive-podcast.archive .archive-navigation {
  margin-top: 25px;
  float: left;
  width: 100%;
  display: block;
}
body.post-type-archive-podcast.archive .archive-navigation .older, body.post-type-archive-podcast.archive .archive-navigation .newer {
  float: left;
  width: 50%;
  display: block;
  min-height: 1px;
}
body.post-type-archive-podcast.archive .archive-navigation .older a:hover, body.post-type-archive-podcast.archive .archive-navigation .newer a:hover {
  color: #333;
}
body.post-type-archive-podcast.archive .archive-navigation .older a:link, body.post-type-archive-podcast.archive .archive-navigation .older a:visited, body.post-type-archive-podcast.archive .archive-navigation .newer a:link, body.post-type-archive-podcast.archive .archive-navigation .newer a:visited {
  color: #444;
}
body.post-type-archive-podcast.archive .archive-navigation .newer {
  text-align: right;
}

/*
 * About page
 */
body.about .host-profiles {
  margin-top: 50px;
}
body.about .host-profiles article {
  margin-bottom: 35px;
  position: relative;
}
body.about .host-profiles article:last-child {
  margin-bottom: 0;
}
body.about .host-profiles img {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 3px;
  top: 3px;
}
body.about .host-profiles .desc {
  padding-left: 120px;
}
body.about .host-profiles h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
}

/*
 * Sponsorship page
 */
body.sponsorship .ninja-forms-cont {
  margin-top: 30px;
}

/*
 * Single post
 */
body.single-post.single-format-standard article.post header.entry-header {
  padding: 0;
}
body.single-post.single-format-standard article.post header.entry-header .entry-title {
  margin: 0;
  padding: 32px 32px 0;
}
body.single-post.single-format-standard article.post div.entry-content {
  padding: 32px;
}
body.single-post.single-format-standard article.post ul.entry-categories {
  margin-top: 0;
  padding: 0 32px;
}
body.single-post.single-format-standard article.post ul.singlep_pagi {
  padding: 0 32px;
}

/*
 * Single podcast page
 */
body.single-podcast div.single-featured {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.single-podcast div.thst-main-posts {
  background-color: #E5E5E5;
  padding: 30px 0;
  margin-top: 0;
}
body.single-podcast div.content-inner-wrap {
  padding: 32px;
}
body.single-podcast .download-wrapper {
  text-align: center;
}
body.single-podcast a.download-episode, body.single-podcast a.download-episode:visited {
  color: #fff;
  opacity: 0.4;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 5px;
  text-transform: uppercase;
}
body.single-podcast a.download-episode:hover, body.single-podcast a.download-episode:visited:hover {
  opacity: 0.9;
}
body.single-podcast img {
  max-width: 100%;
  height: auto;
}

/*
 * 404 page
 */
body.error404 h2 {
  margin-top: 0;
}
body.error404 h4 {
  margin-top: 40px;
}
body.error404 .post_body {
  padding: 32px;
  background-color: #fff;
}
body.error404 #searchsubmit {
  padding: 18px 22px;
}

/*
 * Audio player
 */
.audio .mejs-container {
  background-color: rgba(0, 0, 0, 0);
}

/*
 * Misc
 */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  font-size: 0;
  line-height: 0;
}

.page .reg .heading h1,
.podcast-archive .reg .heading h1,
.search .reg .heading h1,
.archive .reg .heading h1 {
  margin-bottom: 0px;
}

.main-content,
.post-type-archive-podcast.archive .main-content {
  background-color: #E5E5E5;
  padding: 30px 0px;
}

.page.page-template .post .entry-content,
.page.page-template-default .post .entry-content {
  padding: 32px;
}

/*
 * Media Queries
 */
@media screen and (max-width: 1280px) {
  .archive .main-content,
  .page.page-template .main-content .page.post,
  .page.page-template-default .main-content .page.post,
  .page.page-template .main-content .sidebar {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  body.post-type-archive-podcast.archive .list-of-episodes article.list {
    float: none;
    width: 100%;
  }
  body.post-type-archive-podcast.archive .list-of-episodes article.list:nth-child(2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 990px) {
  #nav .thst-menu li a {
    padding: 43px 10px;
  }
}
@media screen and (max-width: 990px) {
  .social-media-icons {
    display: none;
  }

  body.home .list-of-episodes article.list {
    overflow: hidden;
  }
  body.home .list-of-episodes article.list .post-header h2 {
    font-size: 18px;
    line-height: 1;
  }

  .sidebar,
  .main-content .sidebar {
    margin-top: 15px;
    padding-top: 0;
  }
  .sidebar .widget,
  .main-content .sidebar .widget {
    margin-bottom: 15px;
  }
  .sidebar .widget:last-child,
  .main-content .sidebar .widget:last-child {
    margin-bottom: 0px;
  }

  body.blog .main-content .entries,
  body.archive .main-content .entries,
  body.search .main-content .entries {
    padding-top: 0;
    margin-top: 0;
  }
  body.blog .main-content .entries article,
  body.archive .main-content .entries article,
  body.search .main-content .entries article {
    margin-bottom: 15px;
  }
  body.blog .main-content .pagination,
  body.archive .main-content .pagination,
  body.search .main-content .pagination {
    margin-top: 15px;
  }
  body.blog .main-content .sidebar,
  body.archive .main-content .sidebar,
  body.search .main-content .sidebar {
    padding-top: 0;
  }
}
@media screen and (max-width: 970px) {
  div.above h1.main-title a.logo, div.above a.logo {
    left: 50%;
    margin-left: -91px;
  }
  div.above header {
    float: none;
  }
  div.above #nav {
    float: none;
    top: 110px;
  }
  div.above #nav .thst-menu li.nav-social {
    display: block;
  }

  .main-content,
  .post-type-archive-podcast.archive .main-content,
  body.single-podcast div.thst-main-posts,
  body.blog .main-content,
  body.search-results .main-content,
  body.archive .main-content {
    padding: 15px 0px;
  }
}
@media screen and (max-width: 560px) {
  div.above h1.main-title a.logo, div.above a.logo {
    background: url("../img/logo-small.png") no-repeat 0 0 transparent;
    width: 200px;
    height: 36px;
    margin-left: -68px;
    padding: 0px;
    top: 40px;
  }
  /* List of Episodes */
  body.home .list-of-episodes article.list .featured-image, body.post-type-archive-podcast.archive .list-of-episodes article.list .featured-image {
    float: none;
    border-radius: 7px 7px 0 0;
    margin: 0;
    width: auto;
    height: auto;
  }
  body.home .list-of-episodes article.list .post-header h2, body.post-type-archive-podcast.archive .list-of-episodes article.list .post-header h2 {
    white-space: normal;
    line-height: 1.5em;
  }
  body.home .list-of-episodes article.list .inside, body.post-type-archive-podcast.archive .list-of-episodes article.list .inside {
    border-radius: 0 0 7px 7px;
    height: auto;
  }
  body.home .list-of-episodes article.list .featured-image-inner, body.post-type-archive-podcast.archive .list-of-episodes article.list .featured-image-inner {
    width: auto;
    height: auto;
    left: 0;
    margin-left: 0;
  }
  body.home .list-of-episodes article.list .featured-image img, body.post-type-archive-podcast.archive .list-of-episodes article.list .featured-image img {
    width: 100%;
    height: auto;
    margin: 0 !important;
  }
  body.home .podcast-archive-button, body.home .blog-button, body.post-type-archive-podcast.archive .podcast-archive-button, body.post-type-archive-podcast.archive .blog-button {
    width: 70%;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .page .reg,
  .page .reg .heading,
  .podcast-archive .reg .heading,
  .search .reg .heading,
  .archive .reg .heading,
  .blog .reg .heading {
    padding: 25px 0px;
    text-align: center;
  }
  .page .reg h1,
  .page .reg .heading h1,
  .podcast-archive .reg .heading h1,
  .search .reg .heading h1,
  .archive .reg .heading h1,
  .blog .reg .heading h1 {
    font-size: 24px;
  }

  .blog .static .heading .title h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 560px) and (min--moz-device-pixel-ratio: 1.3), screen and (max-width: 560px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (max-width: 560px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (max-width: 560px) and (min-device-pixel-ratio: 1.3), screen and (max-width: 560px) and (min-resolution: 1.3dppx) {
  div.above h1.main-title a.logo, div.above a.logo {
    background-image: url("../img/logo-small@2x.png");
    background-size: 200px 36px;
  }
}

@media screen and (max-width: 480px) {
  div.above {
    min-height: 64px;
  }
  div.above h1.main-title a.logo, div.above a.logo {
    top: 15px;
  }
  div.above #open-off-can {
    width: 64px;
    height: 64px;
  }
  div.above .menu-icon {
    width: 20px;
    height: 4px;
    margin-left: -10px;
    top: 30px;
  }
  div.above .menu-icon:before {
    width: 20px;
    height: 4px;
    top: -7px;
  }
  div.above .menu-icon:after {
    width: 20px;
    height: 4px;
    top: 3px;
  }
  div.above #nav {
    top: 64px;
  }

  body.about .host-profiles img {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  body.about .host-profiles .desc {
    padding: 0px;
    text-align: center;
  }

  body.blog .post .entry-header .entry-title, body.archive .post .entry-header .entry-title, body.archive .post .entry-header .entry-title, body.search .post .entry-header .entry-title {
    line-height: 1.25em;
  }
  body.blog .post .entry-header .title-container, body.archive .post .entry-header .title-container, body.archive .post .entry-header .title-container, body.search .post .entry-header .title-container {
    padding: auto 24px;
  }
  body.blog article .entry-summary, body.blog article .entry-meta, body.archive article .entry-summary, body.archive article .entry-meta, body.archive article .entry-summary, body.archive article .entry-meta, body.search article .entry-summary, body.search article .entry-meta {
    padding: auto 24px;
  }
}
