/*
Theme Name: Nerdist
Theme URI: http://somethingmassive.com
Author: Something Massive
Author URI: http://somethingmassive.com/
Description: 
Version: 1.0
*/
@import url(css/reset.css);
@import url(css/idangerous.swiper.css);
html {
  height: 100%; }

#div-gpt-ad-322x268-gridinline iframe,
#div-gpt-ad-322x268-gridinline-tab iframe{
	display: block;
	margin: 0px auto;
	width: 326px;
height: 271px;
}
}

iframe#twitter-widget-0 div.timeline.var-chromeless{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400 !important;
}

ul.instagram-pics li a img{
	width:100%;
}
.twtr-widget {
    width: 400px;
    margin: 50px 0 0 50px;
    padding: 0 0 25px;
    background: white url(background.png);
}

a {
  border: none;
  color: #fff;
  outline: none;
  text-decoration: none; }

a.grid_image_anchor {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

li.pingback {
  display: none; }

.right {
  float: right; }

.left {
  float: left; }

.clear {
  clear: both; }

.mobile {
  display: none; }

.tablet {
  display: none; }

.desktop {
  display: block; }

.meta-info a {
  color: #fff; }

.hidden {
  display: none; }

h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; }

h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: italic; }

dd.gallery-caption {
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px; }

.wrapper {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.search-form {
  background: #000;
  position: relative;
  top: -31px;
  z-index: -1; }
  .search-form .wrapper {
    display: none;
    padding: 25px 0; }
  .search-form input[type=text] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #2e2e2e;
    border: none;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    max-width: 935px;
    outline: none;
    padding: 20px;
    width: 90%; }
  .search-form input[type=submit] {
    background-color: transparent;
    background-image: url(images/bt_search.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 46px;
    outline: none;
    position: absolute;
    right: 40px;
    top: 35px;
    width: 46px; }

header {
  background: url(images/bg_header.jpg) center center repeat-x; }

#main_header {
  margin: 15px 0px 30px;
  height: 112px;
  position: relative; }

.logo {
  width: 40.20619%; }
  .logo img {
    max-width: 371px;
    position: relative;
    top: -8px;
    width: 100%; }

#menu-top-menu {
  text-align: center;
  text-transform: uppercase; }
  #menu-top-menu li {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin: 7px 15px; }
    #menu-top-menu li a {
      color: #fff; }

.nav {
  padding: 4.3% 0; }

a.bt_social {
  background-image: url(images/icons/nav_sprite.png);
  background-size: cover;
  cursor: pointer;
  display: inline-block;
  height: 31px;
  margin-left: 5px;
  width: 31px; }
  a.bt_social span {
    display: none; }

.google {
  background-position: 0px -92px; }

.fb {
  background-position: 0px -124px; }

.twt {
  background-position: 0px -30px; }

.search {
  background-position: 0px 0px; }

.ham {
  background-position: 0px -62px;
  cursor: pointer; }

.snap-pos, .snap-content, .snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto; }

.snap-content {
  background: url(images/bg_main.png) center top repeat #fff;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }


.snap-drawer {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background: #111111;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  text-transform: uppercase;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }
  .snap-drawer h2 {
    background: #1e1e1e;
    color: #ffffff;
    font-size: 20px;
    margin-top: 15px;
    padding: 45px 30px; }
   .snap-drawer h2 span{
	   display: block;
	   width: 19px;
	   height: 19px;
	   background-image: url(images/bt_close_nav.png);
	   background-repeat: no-repeat;
	   background-size: cover;
	   float:right;
	   position: relative;
	   cursor: pointer;
   }
   
  .snap-drawer ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .snap-drawer ul .n-opened span {
      background-position: 0px -12px; }
  .snap-drawer li ul {
    background: #1f1f1f;
    display: none; }
    .snap-drawer li ul li {
      padding: 0px 15px; }
    .snap-drawer li ul li > a {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300;
      border: none;
      color: #fff;
      display: inline-block;
      padding: 10px; }
      .snap-drawer li ul li > a.section_icon_a {
        width: 30px; }
        .snap-drawer li ul li > a.section_icon_a img {
          width: 70%; }
  .snap-drawer li > a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
    text-decoration: none;
    color: #5e5e5e; }
    .snap-drawer li > a span {
      display: inline-block;
      background-image: url(images/nav_arrows.png);
      background-position: 0px 3px;
      background-size: cover;
      background-repeat: no-repeat;
      height: 15px;
      margin-left: 5px;
      width: 15px; }

.snap-drawer-left {
  left: 0;
  z-index: 1; }

.snap-drawer-right {
  right: 0;
  z-index: 1; }

.snapjs-left .snap-drawer-right, .snapjs-right .snap-drawer-left {
  display: none; }

.snapjs-expand-left .snap-drawer-left, .snapjs-expand-right .snap-drawer-right {
  width: 100%; }

.snapjs-right .snap-drawer-left {
  display: block;
  right: 0;
  left: auto; }

.snapjs-right .snap-drawer-right {
  display: none; }

#div-gpt-ad-728x90-tablet-above {
  margin: 0 auto; }

#div-gpt-ad-300x250-grid {
  height: auto !important;
  padding-bottom: 0 !important; }

#div-gpt-ad-300x250-tablet-grid.tablet div, #div-gpt-ad-300x250-grid.desktop div {
  padding: 0;
  margin: 10px; }

.single #div-gpt-ad-300x250-grid.desktop, .page #div-gpt-ad-300x250-grid.desktop {
  height: 185px; }

.ad_top, .ad_bot {
  text-align: center; }
  .ad_top.tablet img, .ad_bot.tablet img {
    margin-top: 20px;
    width: 100%; }

.ad_bot {
  margin: 20px 0; }

#div-gpt-ad-300x250-grid.placeholder {
  padding: 11px;
  width: 247px !important;
  height: 248px;
  min-width: 301px;
  background: none; }

.main_slider {
  margin: 10px 0; }

.swiper-container {
  width: 100%;
  height: 540px;
  color: #fff;
  text-align: center; }
  .swiper-container .arrow {
    background-image: url(images/sl_arrows.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 45px;
    position: absolute;
    width: 45px;
    z-index: 2;
    top: 50%; }
    .swiper-container .arrow.sl_nxt {
      background-position: 0px -45px;
      right: 0; }

.swiper-slide {
  overflow: hidden; }
  .swiper-slide img {
    position: relative;
    width: 100%;
    z-index: 1; }
  .swiper-slide .meta-info {
    bottom: 7%;
    position: absolute;
    padding: 0 30px;
    text-align: left;
    width: 18%;
    z-index: 2; }
    .swiper-slide .meta-info a.section_icon {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      clear: left;
      display: block;
      float: left;
      margin-bottom: 1px;
      background-image: none;
      font-size: 0.8em;
      padding: 3px;
      text-align: center;
      margin-left: 25px;
      text-transform: uppercase;
      width: auto !important; }
      .swiper-slide .meta-info a.section_icon img {
      	float: left;
        margin-right: 3px;
        min-width: 20px;
        position: relative;
        top: 1px;
        width: 25%; }
    .swiper-slide .meta-info h1, .swiper-slide .meta-info h2, .swiper-slide .meta-info h3 {
      clear: left;
      float: left;
      margin: 1px 25px; }
    .swiper-slide .meta-info h1 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 4.69072em; }
    .swiper-slide .meta-info h2 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300;
      font-size: 4.69072em; }
    .swiper-slide .meta-info h3 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      font-size: 1.34021em; }

.pagination {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 10px; }

.swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5f5f5d;
  margin: 0 10px;
  cursor: pointer; }

.swiper-visible-switch {
  background: #aaa; }

.swiper-active-switch {
  background: #981126; }

footer {
  background: #222222;
  border-top: 1px solid #8c8c8c;
  padding: 20px 0;
  text-align: center; }
  footer .footer_logo_single {
    width: 100%;
    text-align: center;
    margin: 15px auto; }
    footer .footer_logo_single img {
      width: 100%;
      max-width: 110px; }
  footer #menu-bottom-menu {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    max-width: 100%;
    margin: 0 auto; }
    footer #menu-bottom-menu li {
      display: inline-block; }
      footer #menu-bottom-menu li.textlink a {
        display: block;
        margin: 0 15px;
        position: relative;
        top: -20px; }
      footer #menu-bottom-menu li.menu_icon_footer_logo img {
        width: 100%;
        max-width: 71px; }
    footer #menu-bottom-menu a {
      color: #fff; }

#global_footer_widgets {
  color: #444444;
  line-height: 24px;
  text-align: center; }
  #global_footer_widgets h5 {
    font-size: 22px;
    text-transform: uppercase; }
  #global_footer_widgets h6 {
    font-size: 15px; }
  #global_footer_widgets .widget_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.09em;
    margin-bottom: 10px;
    text-transform: uppercase; }
  #global_footer_widgets .global_bottom_left_widget {
    float: left;
    padding: 25px 15px;
    width: 25.7732%; }
    #global_footer_widgets .global_bottom_left_widget .textwidget {
      border: 2px solid #d6d6d6;
      padding: 20px 0; }
  #global_footer_widgets .global_bottom_right_widget {
    float: left;
    padding: 30px 15px;
    width: 38.14433%; }
    #global_footer_widgets .global_bottom_right_widget .cnt_50 {
      margin-bottom: 10px;
      width: 48%; }
    #global_footer_widgets .global_bottom_right_widget .cnt_70 {
      width: 65%; }
    #global_footer_widgets .global_bottom_right_widget span.wpcf7-not-valid-tip {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 12px;
      text-align: left; }
    #global_footer_widgets .global_bottom_right_widget div.wpcf7-validation-errors {
      border: 2px solid #ffba00; }
    #global_footer_widgets .global_bottom_right_widget div.wpcf7-mail-sent-ok, #global_footer_widgets .global_bottom_right_widget div.wpcf7-validation-errors {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 15px;
      margin: 0.2em 0.5em 1em;
      text-transform: uppercase; }
    #global_footer_widgets .global_bottom_right_widget textarea {
      border: 1px solid #ccc;
      border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      height: 15px;
      outline: none;
      padding: 10px;
      resize: vertical;
      width: 90%; }
    #global_footer_widgets .global_bottom_right_widget input[type=text], #global_footer_widgets .global_bottom_right_widget input[type=email] {
      border: 1px solid #ccc;
      border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      outline: none;
      padding: 10px;
      width: 88%; }
    #global_footer_widgets .global_bottom_right_widget input[type=submit] {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      background-color: #222222;
      border: none;
      color: #fff;
      cursor: pointer;
      font-size: 15px;
      margin-left: 5px;
      outline: none;
      padding: 6px 15px;
      position: relative;
      text-transform: uppercase;
      top: 1px; }
  #global_footer_widgets #div-gpt-ad-180x150-footer {
    float: left;
    padding: 0px 15px;
    width: 18.5567%; }

.page .entry-ap-cont {
  padding-top: 20px; }

.smsv-post-content .legalese h3.entry_title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 15px 0;
  border-top: 1px solid #ccc;
  padding-top: 15px; }
.smsv-post-content .legalese p {
  margin: 10px 0;
  font-size: 13px; }
  .smsv-post-content .legalese p b {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 17px;
    font-weight: 600; }

.home_tab, .sidebar_tab {
  float: left;
  margin: 10px 10px 10px 0;
  padding: 6px 0 12px; }
  .home_tab a, .sidebar_tab a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    background: #b0b0b0;
    color: #4c4c4c;
    padding: 5px 10px;
    text-transform: uppercase; }
    .home_tab a:hover, .home_tab a.selected, .sidebar_tab a:hover, .sidebar_tab a.selected {
      color: #fff;
      background: #1c1c1c; }
    .home_tab a span, .sidebar_tab a span {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300; }
  .home_tab:hover, .home_tab.selected, .sidebar_tab:hover, .sidebar_tab.selected {
    background-image: url(images/bt_trg.png);
    background-position: center 23px;
    background-repeat: no-repeat; }
    .home_tab:hover a, .home_tab.selected a, .sidebar_tab:hover a, .sidebar_tab.selected a {
      color: #fff;
      background: #1c1c1c; }


.grid_cell_title_contain span, .grid_cell_title_contain a.section_icon {
  background: url(images/bg_text.png) center center repeat;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  clear: left;
  display: block;
  float: left;
  margin-bottom: 1px;
  padding: 7px 10px;
  width: auto !important; }
.grid_cell_title_contain .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  max-width: 85%; }
.grid_cell_title_contain .subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300; }
.grid_cell_title_contain a.section_icon {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  clear: left;
  display: block;
  float: left;
  margin-bottom: 1px;
  background-image: none;
  font-size: 0.8em;
  padding: 3px;
  text-align: center; }
  .grid_cell_title_contain a.section_icon img {
  	float: left;
    margin-right: 3px;
    min-width: 20px;
    position: relative;
    top: 1px;
    width: 25%; }
   .grid_cell_title_contain a.section_icon i{
   	float: left;
   	padding-top: 5px;
   }
   .swiper-slide .meta-info a.section_icon i{
   	float: left;
   	padding-top: 9px;
   }

.grid_content_type_icon {
  position: absolute;
  right: 13px;
  top: 13px; }

#section_tab_container {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase; }
  #section_tab_container .menu-item {
    display: inline-block;
    margin: 0 3px;
    padding: 6px 0 12px; }
    #section_tab_container .menu-item a {
      background: #b0b0b0;
      color: #4c4c4c;
      display: block;
      padding: 5px 10px; }
      #section_tab_container .menu-item a:hover, #section_tab_container .menu-item a.selected {
        color: #fff;
        background: #1c1c1c; }
    #section_tab_container .menu-item:hover, #section_tab_container .menu-item.current-menu-item {
      background-image: url(images/bt_trg.png);
      background-position: center 26px;
      background-repeat: no-repeat; }
      #section_tab_container .menu-item:hover a, #section_tab_container .menu-item.current-menu-item a {
        color: #fff;
        background: #1c1c1c; }

#archive_grid_container .grid_cell_cnt, #archive_grid_container .grid_cell_cnt_home {
  float: left;
  height: 0;
  margin: 1px;
  min-width: 300px !important;
  max-width: 310px;
  overflow: hidden;
  position: relative; }
  #archive_grid_container .grid_cell_cnt .grid_cell_title_contain, #archive_grid_container .grid_cell_cnt_home .grid_cell_title_contain {
    bottom: 5%;
    position: absolute;
    left: 5%;
    width: 90%; }
  #archive_grid_container .grid_cell_cnt img.wp-post-image, #archive_grid_container .grid_cell_cnt_home img.wp-post-image {
    width: 120%; }

#w-cont {
  background: #fff;
  margin: 0 auto 40px;
  padding: 25px 0;
  width: 1010px; }

.player_video {
  margin: 15px 0; }

.entry-ap-cont {
  float: none;
  width: 66.59794%; }

.social_vertical h3.share_title {
  font-family: 'Ropa Sans', sans-serif;
  font-weight: 400;
  margin-top: 8px;
  padding: 13px 0px 7px;
  text-transform: uppercase; }
.social_vertical .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons {
  margin: 0 auto !important;
  padding: 0 !important; }
  .social_vertical .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a {
    display: block;
    height: 26px;
    margin: 0 auto;
    width: 26px; }
    .social_vertical .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a i.shareaholic-service-icon {
      background-image: url(images/icons/icon_share.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      height: 26px;
      width: 26px; }
      .social_vertical .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a i.shareaholic-service-icon.service-facebook {
        background-position: 0 -40px; }
      .social_vertical .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a i.shareaholic-service-icon.service-google_plus {
        background-position: 0 -75px; }
      .social_vertical .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a i.shareaholic-service-icon.service-reddit {
        background-position: 0 -115px; }
      .social_vertical .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a i.shareaholic-service-icon.service-email_this {
        background-position: 0 -149px; }
.social_vertical h3.share_title {
  border-top: 1px solid #d8d7d7;
  color: #3c3c3c;
  font-size: 12px;
  text-align: center; }
.social_vertical .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button {
  display: block;
  margin: 5px 0 !important; }

.social_horizontal h3.share_title {
  font-family: 'Ropa Sans', sans-serif;
  font-weight: 400;
  margin-top: 8px;
  padding: 13px 0px 7px;
  text-transform: uppercase; }
.social_horizontal .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons {
  margin: 0 auto !important;
  padding: 0 !important; }
  .social_horizontal .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a {
    display: block;
    height: 26px;
    margin: 0 auto;
    width: 26px; }
    .social_horizontal .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a i.shareaholic-service-icon {
      background-image: url(images/icons/icon_share.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      height: 26px;
      width: 26px; }
      .social_horizontal .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a i.shareaholic-service-icon.service-facebook {
        background-position: 0 -40px; }
      .social_horizontal .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a i.shareaholic-service-icon.service-google_plus {
        background-position: 0 -75px; }
      .social_horizontal .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a i.shareaholic-service-icon.service-reddit {
        background-position: 0 -115px; }
      .social_horizontal .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button a i.shareaholic-service-icon.service-email_this {
        background-position: 0 -149px; }
.social_horizontal h3.share_title {
  color: #000;
  float: left;
  font-size: 22px;
  text-align: left; }
.social_horizontal .horizontal_social_icons {
  float: left;
  padding: 15px 0 0 15px; }
.social_horizontal .shareaholic-share-buttons-container.vertical.mini ul.shareaholic-share-buttons li.shareaholic-share-button {
  display: inline-block;
  margin: 0 4px !important; }

.entry_avatar {
  float: left;
  margin-right: 0;
  width: 43px; }
  .entry_avatar .shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper {
    float: left; }

.post_sidebar {
  clear: none;
  float: right;
  width: 33.19588%; }
  .post_sidebar img.grid1x1 {
    height: 100%;
    width: 100%; }
  .post_sidebar .grid_cell_content {
    height: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 3px;
    padding-bottom: 83.22981%;
    width: 100%; }
    .post_sidebar .grid_cell_content a {
      display: block;
      height: auto;
      width: 100%; }
    .post_sidebar .grid_cell_content .grid_cell_title_contain {
      bottom: 5%;
      left: 5%;
      position: absolute;
      width: 90%; }

#commentator-alert-container .commentator-alert.commentator-error {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  background: #c41230;
  text-transform: uppercase; }

.smsv-post-content {
  float: left;
  margin-right: 40px;
  width: 57.73196%; }
  .smsv-post-content .entry_body object {
    width: 100%; }
  .smsv-post-content .entry_body .gallery dt.gallery-item {
    float: none;
    display: inline-block; }
  .smsv-post-content .entry-content {
    border-bottom: 1px solid #d8d7d7; }
  .smsv-post-content .grid_cell_cnt img.grid1x1 {
    height: 100%;
    width: 100%; }
  .smsv-post-content .entry_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #303030;
    font-size: 24px;
    text-transform: uppercase; }
  .smsv-post-content .entry_byline {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #d8d7d7;
    color: #202020;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 20px;
    text-transform: uppercase; }
    .smsv-post-content .entry_byline a {
      color: #c41230; }
  .smsv-post-content #comments.commentator-area .commentator-dropdown .commentator-dropdown-toggle {
    opacity: 0.8; }
    .smsv-post-content #comments.commentator-area .commentator-dropdown .commentator-dropdown-toggle:hover {
      opacity: 1; }
  .smsv-post-content #comments.commentator-area .commentator-dropdown .login-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #303030;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    top: -5px; }
  .smsv-post-content #comments.commentator-area .commentator-dropdown a, .smsv-post-content #comments.commentator-area .commentator-dropdown .commentator-dropdown-toggle {
    background-image: url(images/icons/icons_login.png) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-color: transparent;
    display: inline-block;
    height: 23px;
    width: 23px; }
    .smsv-post-content #comments.commentator-area .commentator-dropdown a i, .smsv-post-content #comments.commentator-area .commentator-dropdown a span, .smsv-post-content #comments.commentator-area .commentator-dropdown .commentator-dropdown-toggle i, .smsv-post-content #comments.commentator-area .commentator-dropdown .commentator-dropdown-toggle span {
      display: none; }
    .smsv-post-content #comments.commentator-area .commentator-dropdown a.commentator-facebook, .smsv-post-content #comments.commentator-area .commentator-dropdown .commentator-dropdown-toggle.commentator-facebook {
      background-position: -61px 0; }
    .smsv-post-content #comments.commentator-area .commentator-dropdown a.commentator-twitter, .smsv-post-content #comments.commentator-area .commentator-dropdown .commentator-dropdown-toggle.commentator-twitter {
      background-position: -31px 0; }
    .smsv-post-content #comments.commentator-area .commentator-dropdown a.commentator-google, .smsv-post-content #comments.commentator-area .commentator-dropdown .commentator-dropdown-toggle.commentator-google {
      background-position: -92px 0; }
  .smsv-post-content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 20px;
    margin: 30px 0; }
    .smsv-post-content p .alignleft {
      float: left; }
    .smsv-post-content p .alignright {
      float: right; }
    .smsv-post-content p .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .smsv-post-content p img {
      max-width: 100%; }
    .smsv-post-content p img.alignleft {
      margin: 0 20px 5px 0;
      max-width: 100%; }
    .smsv-post-content p .wp-caption.alignleft {
      margin: 5px 10px 5px 0; }
    .smsv-post-content p img.alignright {
      margin: 0 0 5px 20px;
      max-width: 100%; }
    .smsv-post-content p .wp-caption.alignright {
      margin: 5px 0 5px 10px; }
    .smsv-post-content p img.aligncenter {
      margin: 5px auto;
      max-width: 100%; }
    .smsv-post-content p img.alignnone {
      margin: 5px 0;
      max-width: 100%; }
    .smsv-post-content p a {
      color: #c41230; }
      .smsv-post-content p a img.size-full, .smsv-post-content p a img.size-medium {
        max-width: 100%;
        height: auto; }
    .smsv-post-content p iframe, .smsv-post-content p object {
      width: 100%; }
  .smsv-post-content .entry_comments .comments-title, .smsv-post-content .entry_comments #commentator-post-count {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #303030;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    .smsv-post-content .entry_comments .comments-title span, .smsv-post-content .entry_comments #commentator-post-count span {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300; }
  .smsv-post-content .entry_comments #commentator-main-nav {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    padding-bottom: 10px; }
    .smsv-post-content .entry_comments #commentator-main-nav .commentator-pull-right {
      float: left !important; }
  .smsv-post-content .entry_comments #comments.commentator-area {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #797979; }
  .smsv-post-content .entry_comments img.avatar {
    border: 1px solid #a5a5a5; }
  .smsv-post-content .entry_comments .comment-author.vcard {
    float: left;
    width: 40px; }
  .smsv-post-content .entry_comments #thread-votes {
    display: none; }
  .smsv-post-content .entry_comments .commentator-comment-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #303030; }
    .smsv-post-content .entry_comments .commentator-comment-header .commentator-comment-bullet, .smsv-post-content .entry_comments .commentator-comment-header .commentator-time {
      color: #303030; }
    .smsv-post-content .entry_comments .commentator-comment-header a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400; }
  .smsv-post-content .entry_comments #comments.commentator-area {
  }
  .smsv-post-content .entry_comments .commentator-comment-footer {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #c41230;
    font-size: 16px;
    text-transform: uppercase; }
    .smsv-post-content .entry_comments .commentator-comment-footer a {
      color: #c41230; }
    .smsv-post-content .entry_comments .commentator-comment-footer .commentator-reply i {
      display: none; }
    .smsv-post-content .entry_comments .commentator-comment-footer span {
      font-size: 16px; }
  .smsv-post-content .entry_comments #comment_cnt {
    float: right;
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 91%; }
    .smsv-post-content .entry_comments #comment_cnt p {
      margin: 5px 0 10px; }
    .smsv-post-content .entry_comments #comment_cnt .comment-reply-link {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300;
      color: #c41230;
      font-size: 16px;
      text-transform: uppercase; }
  .smsv-post-content .entry_comments .comment-body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; }
    .smsv-post-content .entry_comments .comment-body p {
      font-size: 12px; }
  .smsv-post-content #the_post_excerpt {
    border: 1px solid #f1f1f1;
    padding: 22px 17px;
    position: relative; }
    .smsv-post-content #the_post_excerpt p {
      margin: 0;
      font-style: italic;
      font-size: 22px;
      line-height: 30px; }
    .smsv-post-content #the_post_excerpt .excerpt_tweeter {
      left: 0;
      position: absolute;
      right: 0;
      text-align: center; }
      .smsv-post-content #the_post_excerpt .excerpt_tweeter img {
        margin-top: 10px;
        max-width: 26px;
        width: 100%; }
  .smsv-post-content .entry-utility {
    border-bottom: 1px solid #d8d7d7;
    padding: 20px 0; }
    .smsv-post-content .entry-utility .tags_label {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      color: #303030;
      display: block;
      font-size: 18px;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .smsv-post-content .entry-utility .tag-links, .smsv-post-content .entry-utility .tag-links a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      color: #c41230;
      font-size: 14px;
      text-transform: capitalize; }
  .smsv-post-content .related_posts_label {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #303030;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-top: 20px; }
    .smsv-post-content .related_posts_label span {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300; }
  .smsv-post-content #related_posts_container .grid_cell_cnt {
    height: 0;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 2px;
    padding-bottom: 40%;
    width: 49.10714%; }
    .smsv-post-content #related_posts_container .grid_cell_cnt img.wp-post-image {
      width: 100%; }
    .smsv-post-content #related_posts_container .grid_cell_cnt .grid_cell_title_contain {
      bottom: 5%;
      left: 5%;
      position: absolute;
      width: 90%; }

.desktop.tablet #whatsnew .article_whatstrending_cell {
  display: none; }

.tablet #whatsnew .article_whatstrending_cell, .tablet #whatsnew .article_whatsnew_cell {
  float: left;
  width: 100%; }
  .tablet #whatsnew .article_whatstrending_cell .grid_cell_content, .tablet #whatsnew .article_whatsnew_cell .grid_cell_content {
    height: 0;
    overflow: hidden;
    position: relative;
    float: none;
    margin: 0 0 3px 0;
    padding-bottom: 83.22981%;
    width: 100%; }

.tax-podchannel #channel_info, .tax-vidchannel #channel_info {
  border-bottom: 1px solid #8a8a8a;
  color: #303030;
  padding: 15px 0; }
  .tax-podchannel #channel_info img, .tax-vidchannel #channel_info img {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 300px; }
  .tax-podchannel #channel_info h3, .tax-vidchannel #channel_info h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .tax-podchannel #channel_info p, .tax-vidchannel #channel_info p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; }
.tax-podchannel #archive_grid_container, .tax-vidchannel #archive_grid_container {
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 15px;
  width: 100%; }
.tax-podchannel .related_posts_label, .tax-vidchannel .related_posts_label {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #303030;
  font-size: 20px;
  text-transform: uppercase; }
  .tax-podchannel .related_posts_label span, .tax-vidchannel .related_posts_label span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300; }
.tax-podchannel h3.podcast, .tax-vidchannel h3.podcast {
  clear: left; }
.tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home {
  float: left;
  min-width: 300px !important;
  margin: 1px;
  max-width: 320px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  width: 33.85714%; }
  .tax-podchannel #related_posts_container .grid_cell_cnt .grid_cell_content, .tax-podchannel #related_posts_container .grid_cell_cnt_home .grid_cell_content, .tax-vidchannel #related_posts_container .grid_cell_cnt .grid_cell_content, .tax-vidchannel #related_posts_container .grid_cell_cnt_home .grid_cell_content {
    position: relative; }
  .tax-podchannel #related_posts_container .grid_cell_cnt img.wp-post-image, .tax-podchannel #related_posts_container .grid_cell_cnt_home img.wp-post-image, .tax-vidchannel #related_posts_container .grid_cell_cnt img.wp-post-image, .tax-vidchannel #related_posts_container .grid_cell_cnt_home img.wp-post-image {
    width: 120%; }
  .tax-podchannel #related_posts_container .grid_cell_cnt .grid_cell_title_contain, .tax-podchannel #related_posts_container .grid_cell_cnt_home .grid_cell_title_contain, .tax-vidchannel #related_posts_container .grid_cell_cnt .grid_cell_title_contain, .tax-vidchannel #related_posts_container .grid_cell_cnt_home .grid_cell_title_contain {
    bottom: 5%;
    left: 5%;
    position: absolute;
    width: 90%; }

.page-template-template_podcasts-php #archive_grid_container, .page-template-template_videos-php #archive_grid_container {
  padding-bottom: 15px;
  border-bottom: 2px solid #d8d7d7;
  width: 100%; }
  .page-template-template_podcasts-php #archive_grid_container .grid_cell_cnt, .page-template-template_videos-php #archive_grid_container .grid_cell_cnt {
    min-width: 320px !important; }
.page-template-template_podcasts-php #trending_container .grid_cell_cnt:nth-child(4), .page-template-template_videos-php #trending_container .grid_cell_cnt:nth-child(4) {
  display: inline-block; }
.page-template-template_podcasts-php .podcast-swiper-tablet .arrow, .page-template-template_videos-php .podcast-swiper-tablet .arrow {
  background-image: url(images/sl_arrows.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 45px;
  position: absolute;
  width: 45px;
  z-index: 2;
  top: 35%; }
  .page-template-template_podcasts-php .podcast-swiper-tablet .arrow.pd_tb_sl_nxt, .page-template-template_videos-php .podcast-swiper-tablet .arrow.pd_tb_sl_nxt {
    background-position: 0px -45px;
    right: 0; }
.page-template-template_podcasts-php .podcast-swiper, .page-template-template_videos-php .podcast-swiper {
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 970px; }
  .page-template-template_podcasts-php .podcast-swiper .arrow, .page-template-template_videos-php .podcast-swiper .arrow {
    background-image: url(images/sl_arrows.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 45px;
    position: absolute;
    width: 45px;
    z-index: 2;
    top: 35%; }
    .page-template-template_podcasts-php .podcast-swiper .arrow.pd_sl_nxt, .page-template-template_videos-php .podcast-swiper .arrow.pd_sl_nxt {
      background-position: 0px -45px;
      right: 0; }
  .page-template-template_podcasts-php .podcast-swiper .swiper-slide .podcast, .page-template-template_videos-php .podcast-swiper .swiper-slide .podcast {
    margin: 0 1px; }
    .page-template-template_podcasts-php .podcast-swiper .swiper-slide .podcast img, .page-template-template_videos-php .podcast-swiper .swiper-slide .podcast img {
      width: 100%; }

.channels {
  float: left;
  margin: 15px 0; }

#channels_view_full_list {
  float: right;
  margin: 0;
  position: relative;
  top: -10px; }

h3.podcast, h3.taxonomy {
  margin: 10px 0px; }

h3.podcast, #channels_view_full_list, h3.taxonomy, #channels_view_full_list_nocar {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #303030;
  font-size: 20px;
  text-transform: uppercase; }
  h3.podcast span, #channels_view_full_list span, h3.taxonomy span, #channels_view_full_list_nocar span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300; }

#channels_view_full_list_nocar {
  float: right;
  position: relative;
  top: -7px; }

.channels_list_activate .channels_list_activate_icon, .channels_list_activate .channels_list_activate_icon_nocar {
  background-image: url(images/icons/list_sprite.png);
  background-position: 0 0;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  position: relative;
  top: 5px;
  width: 41px; }
  .channels_list_activate .channels_list_activate_icon:hover, .channels_list_activate .channels_list_activate_icon.selected, .channels_list_activate .channels_list_activate_icon_nocar:hover, .channels_list_activate .channels_list_activate_icon_nocar.selected {
    background-position: 0 -26px; }

#channels_list_text_contain, #channels_list_text_contain_nocar {
  display: none;
  position: absolute;
  z-index: 10; }
  #channels_list_text_contain p, #channels_list_text_contain_nocar p {
    line-height: 21px;
    padding: 3px 10px; }

.channels_list {
  box-shadow: 0px 0px 10px #ccc;
  -o-box-shadow: 0px 0px 10px #ccc;
  -ms-box-shadow: 0px 0px 10px #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background: #fff;
  text-transform: uppercase; }
  .channels_list a {
    color: #3c3c3c; }

#trending_container {
  padding-bottom: 15px;
  border-bottom: 2px solid #d8d7d7; }
  #trending_container .grid_cell_cnt {
    height: 0;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 1px;
    padding-bottom: 27.01031%;
    width: 33.11588%; }
  #trending_container .grid_cell_title_contain {
    bottom: 5%;
    left: 5%;
    position: absolute;
    width: 90%; }

.single-audio-hero {
  margin: 15px 0;
  position: relative; }
  .single-audio-hero img.wp-post-image {
    height: auto;
    width: 100%; }
  .single-audio-hero .meta-info {
    bottom: 15%;
    position: absolute;
    padding: 0 30px;
    text-align: left;
    z-index: 2; }
    .single-audio-hero .meta-info .episode_number, .single-audio-hero .meta-info h1, .single-audio-hero .meta-info h2 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      clear: both;
      float: left;
      margin-bottom: 1px; }
    .single-audio-hero .meta-info .episode_number {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 4em; }
    .single-audio-hero .meta-info h1, .single-audio-hero .meta-info h2 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300;
      font-size: 2em; }
  .single-audio-hero .podcast_controls {
    bottom: 0;
    height: 48px;
    left: 0;
    position: absolute;
    width: 88%;
    z-index: 8; }
  .single-audio-hero .podcast_player_icons {
    background: #ccc;
    bottom: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 97.5%; }
    .single-audio-hero .podcast_player_icons a {
      background-image: url(images/icons/podcast-icons.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      display: inline-block;
      height: 20px;
      width: 20px; }
      .single-audio-hero .podcast_player_icons a.podcast_itunes {
        background-position: -23px 0; }
      .single-audio-hero .podcast_player_icons a.podcast_rss {
        background-position: -47px 0; }
      .single-audio-hero .podcast_player_icons a.podcast_popout {
        background-position: -71px 0; }

.pagination-contain, nav.paginate {
  margin: 10px 0px;
  text-align: center; }
  .pagination-contain .page-numbers, nav.paginate .page-numbers {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background: #383838;
    border: 1px solid #7f7f7f;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase; }
    .pagination-contain .page-numbers.current, nav.paginate .page-numbers.current {
      background: #222222;
      color: #a3a3a3; }

nav.paginate .page_number {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background: #383838;
  border: 1px solid #7f7f7f;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 5px; }
  nav.paginate .page_number.current {
    background: #222222;
    color: #a3a3a3;
    margin: 0 5px; }

img.grid1x1, img.grid2x1, img.grid2x2 {
  width: 100%; }

/*<DIv id="grid_contain_home">
<Div class="grid_cell_cnt_home cell_home_2x2"><img src="images/cellspacer_2x2.png" class="grid_spacer" /><div class="grid_cell_content"><h4>Lorem Ipsum</h4><p>Dolor sic amet</p></div></Div>
<Div class="grid_cell_cnt_home cell_home_1x1"><img src="images/cellspacer_1x1.png" class="grid_spacer" /><div class="grid_cell_content"><h4>Lorem Ipsum</h4><p>Dolor sic amet</p></div></Div>
<Div class="grid_cell_cnt_home cell_home_1x1"><img src="images/cellspacer_1x1.png" class="grid_spacer" /><div class="grid_cell_content"><h4>Lorem Ipsum</h4><p>Dolor sic amet</p></div></Div>
<Div class="grid_cell_cnt_home cell_home_2x1"><img src="images/cellspacer_2x1.png" class="grid_spacer" /><div class="grid_cell_content"><h4>Lorem Ipsum</h4><p>Dolor sic amet</p></div></Div>
<Div class="grid_cell_cnt_home cell_home_1x1"><img src="images/cellspacer_1x1.png" class="grid_spacer" /><div class="grid_cell_content"><h4>Lorem Ipsum</h4><p>Dolor sic amet</p></div></Div>
<Div class="grid_cell_cnt_home cell_home_1x1"><img src="images/cellspacer_1x1.png" class="grid_spacer" /><div class="grid_cell_content"><h4>Lorem Ipsum</h4><p>Dolor sic amet</p></div></Div>
<Div class="grid_cell_cnt_home cell_home_1x1"><img src="images/cellspacer_1x1.png" class="grid_spacer" /><div class="grid_cell_content"><h4>Lorem Ipsum</h4><p>Dolor sic amet</p></div></Div>
<Div class="grid_cell_cnt_home cell_home_1x1"><img src="images/cellspacer_1x1.png" class="grid_spacer" /><div class="grid_cell_content"><h4>Lorem Ipsum</h4><p>Dolor sic amet</p></div></Div>
</DIv><!-- #grid_contain_home -->

*/
#homepage_grid_container {
  width: 99.28571%;
  margin-left: -0.10204%;
  padding-left: 0.10204%;
  min-width: 980px;
  position: relative;
  clear: both; }
  #homepage_grid_container img.wp-post-image {
    width: 100%;
    height: 100%;
    position: absolute; }

.grid_spacer {
  width: 100%;
  height: auto;
  display: none; }

.grid_cell_cnt_home {
  margin: 0 0.10204% 0.20408%;
  overflow: hidden;
  float: left;
  height: 0;
  position: relative;
  background: #000; }

.cell_home_1x1, #archive_grid_container .grid_cell_cnt, #archive_grid_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home, #archive_grid_container .grid_cell_cnt, #archive_grid_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home {
  width: 32.85714%;
  min-width: 322px; }

.cell_home_2x1, .cell_home_2x2 {
  width: 65.91837%;
  min-width: 646px; }

.cell_home_2x1, .cell_home_1x1, #archive_grid_container .grid_cell_cnt, #archive_grid_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home, #archive_grid_container .grid_cell_cnt, #archive_grid_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home {
  padding-bottom: 27.34694%; }

.cell_home_2x2 {
  padding-bottom: 54.79796%; }

.cell_home_1x1 .grid_cell_content {
  height: 100%;
  position: absolute;
  width: 100%;
  color: #FFF; }
  .cell_home_1x1 .grid_cell_content .grid_cell_title_contain {
    bottom: 5%;
    position: absolute;
    left: 5%; }
    .cell_home_1x1 .grid_cell_content .grid_cell_title_contain span {
      font-size: 1.2em; }

.cell_home_2x2 .grid_cell_content {
  height: 100%;
  position: absolute;
  width: 100%;
  color: #FFF; }
  .cell_home_2x2 .grid_cell_content .grid_cell_title_contain {
    bottom: 5%;
    position: absolute;
    left: 2.5%; }
    .cell_home_2x2 .grid_cell_content .grid_cell_title_contain span {
      font-size: 2.3em; }

.cell_home_2x1 .grid_cell_content {
  height: 100%;
  color: #FFF;
  position: absolute;
  width: 100%; }
  .cell_home_2x1 .grid_cell_content .grid_cell_title_contain {
    bottom: 5%;
    position: absolute;
    left: 2.5%; }
    .cell_home_2x1 .grid_cell_content .grid_cell_title_contain span {
      font-size: 2.3em; }

#infscroll_helper {
  width: 12px;
  height: 1px;
  float: left; }

#infscroll_wait {
  height: 0;
  background-image: url(images/infscroll_bg.png);
  float: left;
  position: relative;
  display: none; }

#infscroll_wait_inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/wait_x45.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.home_feature_cell_left, .home_feature_cell_right, .home_feature_cell_left {
  position: relative;
  width: 49.89691%; }

.home_feature_cell_left, .home_feature_cell_right {
  float: left; }
  .home_feature_cell_left .post_type_icon {
    position: absolute;
    right: 13px;
    top: 13px; }
  .home_feature_cell_left .home_feature_cell_image img {
    width: 100%; }

.home_feature_cell_right {
  float: right; }
  .home_feature_cell_right .post_type_icon {
    position: absolute;
    right: 13px;
    top: 13px; }
  .home_feature_cell_right .home_feature_cell_image img {
    width: 100%; }

.home_feature_banner {
  background: url(images/bg_text.png) center center repeat;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin-top: -3px;
  padding: 10px; }
  .home_feature_banner .bold {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; }

.home_tab_contain {
  clear: both;
  margin: 10px 0 0; }
  
  .entry_body .wpcf7{
  	width: 80%;
  }
  
  h2.contest_title {
	 	font-family: 'Roboto Condensed', sans-serif;
		font-weight: 600;
		color: #202020;
		font-size: 17px;
		margin-top: 10px;
		padding-bottom: 10px;
		text-transform: uppercase;
		color: #454545;
    }
  
  .entry_body .wpcf7 form .cnt_50{
  	margin: 8px 0px;
  	width: 50%
  }
  
  .entry_body .wpcf7 form .cnt_50 label{
  	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3c3c3c;
	font-size: 13px;
	font-style: italic;
  }
  .entry_body .wpcf7 form .cnt_50 label a{
  	color: #d40000;
  }
  .entry_body .wpcf7 form .cnt_50 label span.wpcf7-form-control-wrap.optin-newsletter{
  	left:-7px;
  }
  .entry_body .wpcf7 form input[type="text"],
  .entry_body .wpcf7 form input[type="email"]{
  	border: 1px solid #ccc;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	padding: 10px;
	width: 85%;
  }
  
  .entry_body .wpcf7 form input[type="submit"]{
  	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	background-color: #eb5322;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	margin-left: 10px;
	outline: none;
	padding: 10px 15px;
	position: relative;
	text-transform: uppercase;
	top: 1px;
	width: 90%;
  }
  
 .entry_body .wpcf7 form span.wpcf7-not-valid-tip{
  	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-align: left;
	color: #f00;
	display: block;
  }
  
  .entry_body .wpcf7 form div.wpcf7-validation-errors,
  .entry_body .wpcf7 form div.wpcf7-mail-sent-ng,
  .entry_body .wpcf7 form div.wpcf7-mail-sent-ok{
  	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	color: #202020;
	font-size: 16px;
	margin: 10px auto;
	text-transform: uppercase;
	width: 70%;
	text-align: center;
	color: #454545;
	line-height: 23px;
	padding: 20px;
  }

@media only screen and (min-width: 200px) {
  .tablet {
    display: none; }
  .desktop {
    display: none; }
  .mobile {
    display: block; }
  #main_header {
    max-height: 52px; }
  .logo {
    width: 59.375%; }
  .search-m, .m_social {
    margin: 14px 10px; }
    .search-m .bt_social, .m_social .bt_social {
      margin-left: 0; }
  .search-form .wrapper {
    width: 80%; }
    .search-form .wrapper input[type=submit] {
      right: 0; }
  .snap-drawer h2 {
    padding: 15px 30px; }
  .social .textwidget {
    display: inline-block; }
  .social.mobile, .social.tablet {
    float: none;
    text-align: center; }
  #div-gpt-ad-300x250-grid {
    background: transparent !important; }
  .ad_stick_ft {
    background-color: #ccc;
    bottom: 0;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 999; }
  .post_sidebar_mobile .grid_cell_cnt, #relatedmobile .grid_cell_cnt {
    margin: 0 0.10204% 0.20408%;
    overflow: hidden;
    height: 0;
    position: relative; }
    .post_sidebar_mobile .grid_cell_cnt .grid_cell_title_contain, #relatedmobile .grid_cell_cnt .grid_cell_title_contain {
      bottom: 5%;
      position: absolute;
      left: 5%; }
   .grid_cell_title_contain a.section_icon img,
   .swiper-slide .meta-info a.section_icon img {
   float: none;
   margin: 0 auto;
    min-width: 15px;
  }
    
  .whats_new_mobile h2, .whats_trending_mobile h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 10px;
    text-transform: uppercase; }
    .whats_new_mobile h2 span, .whats_trending_mobile h2 span {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300; }
  .podcast-swiper-mobile, .podcast-swiper-tablet {
    height: 230px !important; }
  .podcast-swiper-tablet {
    position: relative; }
    .podcast-swiper-tablet .swiper-slide {
      opacity: 1 !important; }
  .swiper-mobile-new, .swiper-mobile-trend, .swiper-mobile-rel, .podcast-swiper-mobile, .podcast-swiper-tablet {
    width: 100%;
    height: 300px;
    overflow: hidden; }
    .swiper-mobile-new .swiper-slide, .swiper-mobile-trend .swiper-slide, .swiper-mobile-rel .swiper-slide, .podcast-swiper-mobile .swiper-slide, .podcast-swiper-tablet .swiper-slide {
      height: 100%;
      width: 45%;
      opacity: 0.4;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
      .swiper-mobile-new .swiper-slide .post, .swiper-mobile-trend .swiper-slide .post, .swiper-mobile-rel .swiper-slide .post, .podcast-swiper-mobile .swiper-slide .post, .podcast-swiper-tablet .swiper-slide .post {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        height: 100%; }
        .swiper-mobile-new .swiper-slide .post .grid_cell_cnt, .swiper-mobile-trend .swiper-slide .post .grid_cell_cnt, .swiper-mobile-rel .swiper-slide .post .grid_cell_cnt, .podcast-swiper-mobile .swiper-slide .post .grid_cell_cnt, .podcast-swiper-tablet .swiper-slide .post .grid_cell_cnt {
          padding-bottom: 95.4%;
          max-width: 313px; }
          .swiper-mobile-new .swiper-slide .post .grid_cell_cnt .grid_cell_content, .swiper-mobile-trend .swiper-slide .post .grid_cell_cnt .grid_cell_content, .swiper-mobile-rel .swiper-slide .post .grid_cell_cnt .grid_cell_content, .podcast-swiper-mobile .swiper-slide .post .grid_cell_cnt .grid_cell_content, .podcast-swiper-tablet .swiper-slide .post .grid_cell_cnt .grid_cell_content {
            height: 297px; }
          .swiper-mobile-new .swiper-slide .post .grid_cell_cnt .grid_cell_title_contain, .swiper-mobile-trend .swiper-slide .post .grid_cell_cnt .grid_cell_title_contain, .swiper-mobile-rel .swiper-slide .post .grid_cell_cnt .grid_cell_title_contain, .podcast-swiper-mobile .swiper-slide .post .grid_cell_cnt .grid_cell_title_contain, .podcast-swiper-tablet .swiper-slide .post .grid_cell_cnt .grid_cell_title_contain {
            z-index: 1; }
            .swiper-mobile-new .swiper-slide .post .grid_cell_cnt .grid_cell_title_contain .title, .swiper-mobile-trend .swiper-slide .post .grid_cell_cnt .grid_cell_title_contain .title, .swiper-mobile-rel .swiper-slide .post .grid_cell_cnt .grid_cell_title_contain .title, .podcast-swiper-mobile .swiper-slide .post .grid_cell_cnt .grid_cell_title_contain .title, .podcast-swiper-tablet .swiper-slide .post .grid_cell_cnt .grid_cell_title_contain .title {
              max-width: 90%;
              width: 90%; }
      .swiper-mobile-new .swiper-slide img, .swiper-mobile-trend .swiper-slide img, .swiper-mobile-rel .swiper-slide img, .podcast-swiper-mobile .swiper-slide img, .podcast-swiper-tablet .swiper-slide img {
        width: 100%; }
    .swiper-mobile-new .swiper-slide-active, .swiper-mobile-trend .swiper-slide-active, .swiper-mobile-rel .swiper-slide-active, .podcast-swiper-mobile .swiper-slide-active, .podcast-swiper-tablet .swiper-slide-active {
      opacity: 1; }
  .pagination-m-new, .pagination-m-trend, .pagination-m-rel {
    margin: 15px auto;
    text-align: center; }
  .swiper-container {
    height: 180px;
    padding-bottom: 35px; }
  .swiper-pagination-switch {
    width: 15px;
    height: 15px;
    margin: 0 10px; }
  .swiper-slide img {
    width: 125%; }
  .swiper-slide .meta-info {
    padding: 0 30px;
    width: 250px; }
    .swiper-slide .meta-info a.section_icon {
      margin-left: 5px; }
    .swiper-slide .meta-info h1, .swiper-slide .meta-info h2, .swiper-slide .meta-info h3 {
      margin: 1px 5px; }
    .swiper-slide .meta-info h1 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      font-size: 1.2em; }
    .swiper-slide .meta-info h2 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      font-size: 1.2em; }
    .swiper-slide .meta-info h3 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      font-size: 0.6701em; }
  .home_feature_cell_left, .home_feature_cell_right {
    float: none;
    width: 100%; }
  .home_feature_cell_right {
    margin-top: 10px; }
  h3.podcast.new, h3.podcast.channels, h3.taxonomy.search {
    float: none;
    margin: 15px auto;
    width: 90%; }
  .grid_content_type_icon {
    max-width: 32px; }
  .tax-podchannel #channel_info img, .tax-vidchannel #channel_info img {
    display: none; }
  .tax-podchannel #channel_info, .tax-podchannel h3.podcast, .tax-podchannel .related_posts_label, .tax-podchannel #related_posts_container, .tax-vidchannel #channel_info, .tax-vidchannel h3.podcast, .tax-vidchannel .related_posts_label, .tax-vidchannel #related_posts_container {
    margin: 0 auto;
    width: 90%; }
  #archive_grid_container .grid_cell_cnt, #archive_grid_container .grid_cell_cnt_home {
    float: none;
    margin: 2px auto;
    max-width: none;
    padding-bottom: 79.34694%;
    width: 95%;
    /*
.grid_cell_title_contain{
				bottom: 5%;
				position: absolute;
				left: 5%;
				width: 90%;
			}
*/ }
    #archive_grid_container .grid_cell_cnt img.wp-post-image, #archive_grid_container .grid_cell_cnt img.grid1x1, #archive_grid_container .grid_cell_cnt_home img.wp-post-image, #archive_grid_container .grid_cell_cnt_home img.grid1x1 {
      height: 100%;
      width: 100%; }
  #w-cont {
    background-color: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .entry-ap-cont {
    float: none;
    margin: 0 auto;
    width: 85%; }
  .post_sidebar {
    float: none;
    margin: 0 auto;
    width: 85%; }
    .post_sidebar .grid_cell_content {
      height: 0;
      overflow: hidden;
      position: relative;
      margin-bottom: 3px;
      padding-bottom: 83.22981%;
      width: 100%; }
      .post_sidebar .grid_cell_content .grid_cell_title_contain {
        bottom: 5%;
        left: 5%;
        position: absolute;
        width: 90%; }
  .smsv-post-content {
    float: none;
    margin-right: 0px;
    width: 100%; }
    .smsv-post-content .entry-content {
      border-bottom: 1px solid #d8d7d7; }
    .smsv-post-content .entry_title {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300;
      color: #303030;
      font-size: 24px;
      text-transform: uppercase; }
    .smsv-post-content .entry_byline {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      border-bottom: 1px solid #d8d7d7;
      color: #202020;
      font-size: 14px;
      margin-top: 10px;
      padding-bottom: 20px;
      text-transform: uppercase; }
      .smsv-post-content .entry_byline a {
        color: #c41230; }
    .smsv-post-content .entry_comments #comment_cnt {
      width: 85%; }
    .smsv-post-content p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      color: #3c3c3c;
      font-size: 14px;
      line-height: 20px;
      margin: 30px 0; }
      .smsv-post-content p a {
        color: #c41230; }
    .smsv-post-content #the_post_excerpt {
      border: 1px solid #f1f1f1;
      padding: 22px 17px;
      position: relative; }
      .smsv-post-content #the_post_excerpt p {
        margin: 0;
        font-style: italic;
        font-size: 22px;
        line-height: 30px; }
      .smsv-post-content #the_post_excerpt .excerpt_tweeter {
        left: 0;
        position: absolute;
        right: 0;
        text-align: center; }
        .smsv-post-content #the_post_excerpt .excerpt_tweeter img {
          margin-top: 10px;
          max-width: 26px;
          width: 100%; }
    .smsv-post-content .entry-utility {
      border-bottom: 1px solid #d8d7d7;
      padding: 20px 0; }
      .smsv-post-content .entry-utility .tags_label {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        color: #303030;
        display: block;
        font-size: 18px;
        margin-bottom: 15px;
        text-transform: uppercase; }
      .smsv-post-content .entry-utility .tag-links, .smsv-post-content .entry-utility .tag-links a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #c41230;
        font-size: 14px; }
    .smsv-post-content .related_posts_label {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      color: #303030;
      display: block;
      font-size: 18px;
      margin-bottom: 15px;
      text-transform: uppercase;
      padding-top: 20px; }
      .smsv-post-content .related_posts_label span {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300; }
    .smsv-post-content #related_posts_container {
      padding-bottom: 15px;
      border-bottom: 2px solid #d8d7d7; }
      .smsv-post-content #related_posts_container .grid_cell_cnt {
        height: 0;
        overflow: hidden;
        position: relative;
        float: left;
        margin: 0 2px;
        padding-bottom: 40%;
        width: 46.96429%; }
        .smsv-post-content #related_posts_container .grid_cell_cnt img.wp-post-image {
          width: 100%; }
        .smsv-post-content #related_posts_container .grid_cell_cnt .grid_cell_title_contain {
          bottom: 5%;
          left: 5%;
          position: absolute;
          width: 90%; }
  .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home {
    float: none;
    min-width: 320px !important;
    max-width: 320px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 33.85714%; }
  .page-template-template_podcasts-php #trending_container .grid_cell_cnt:nth-child(6), .page-template-template_videos-php #trending_container .grid_cell_cnt:nth-child(6) {
    display: none; }
  .page-template-template_podcasts-php #trending_container, .page-template-template_videos-php #trending_container {
    padding-bottom: 15px;
    border-bottom: 2px solid #d8d7d7;
    margin: 0 auto;
    width: 95%; }
    .page-template-template_podcasts-php #trending_container .grid_cell_cnt, .page-template-template_videos-php #trending_container .grid_cell_cnt {
      padding-bottom: 79.34694%;
      width: 100%; }
  #trending_container .grid_cell_cnt {
    padding-bottom: 37.01031%;
    width: 49.6876%; }
  .single-audio-hero .meta-info {
    bottom: 35%; }
    .single-audio-hero .meta-info .episode_number, .single-audio-hero .meta-info h1, .single-audio-hero .meta-info h2 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      clear: both;
      float: left;
      margin-bottom: 1px; }
    .single-audio-hero .meta-info .episode_number {
      font-size: 2em; }
    .single-audio-hero .meta-info h1, .single-audio-hero .meta-info h2 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300;
      font-size: 1em; }
  .single-audio-hero .podcast_controls {
    width: 70%; }
  footer {
    padding: 20px 0 60px; }
  footer #menu-bottom-menu {
    max-width: 330px;
    border-top: 2px solid #3b3b3b;
    padding-top: 10px; }
    footer #menu-bottom-menu li {
      border-right: 1px solid #3b3b3b;
      margin: 5px 0px; }
      footer #menu-bottom-menu li.textlink a {
        position: inherit;
        top: 0px;
        margin: 5px 15px; }
      footer #menu-bottom-menu li:last-child, footer #menu-bottom-menu li:nth-child(3) {
        border-right: none; }
      footer #menu-bottom-menu li.menu_icon_footer_logo {
        display: none; }
  #global_footer_widgets {
    margin: 0 auto;
    width: 85%; }
    #global_footer_widgets .widget_title {
      font-size: 1.4em; }
    #global_footer_widgets .global_bottom_left_widget {
      float: none;
      margin: 0 auto;
      border-top: 2px solid #444444;
      padding: 15px 0px;
      width: 100%; }
      #global_footer_widgets .global_bottom_left_widget .textwidget {
        border: none;
        padding: 0; }
    #global_footer_widgets .global_bottom_right_widget {
      float: none;
      margin: 0 auto;
      border-top: 2px solid #444444;
      padding: 15px 0px;
      width: 100%; }
      #global_footer_widgets .global_bottom_right_widget .cnt_50 {
        width: 100%; }
      #global_footer_widgets .global_bottom_right_widget .cnt_70 {
        width: 100%; }
      #global_footer_widgets .global_bottom_right_widget .cnt_30 {
        width: 100%; }
      #global_footer_widgets .global_bottom_right_widget input[type=text], #global_footer_widgets .global_bottom_right_widget input[type=email] {
        width: 88%; }
      #global_footer_widgets .global_bottom_right_widget input[type=button] {
        margin: 5px 0;
        width: 100%; }
		#comments article.commentator-comment-content {
		padding: 0px 0px 0px 5px;
		}  
		.commentator-comments-list>.comment {
		padding-left: 30px;
		}
		.commentator-avatar .user img {
		width: 28px;
		height: 28px;
		}
		.commentator-comments-list .comment .comment {
		padding-left: 18px;
		}
		.commentator-comments-list .comment .comment .commentator-avatar .user img {
		width: 16px;
		height: 16px;
		}	
		.commentator-comments-list .depth-1 {
			
		}
		.commentator-comments-list .depth-2, .commentator-comments-list .depth-3, .commentator-comments-list .depth-4 {
			margin-left: -10px;
		}
		.smsv-post-content .entry_comments #comments.commentator-area {
		padding: 0;
		}
		.commentator-textarea-wrapper .commentator-textarea {
		color: #3f4549;
		cursor: text;
		resize: none;
		border: 0;
		display: block;
		padding: 6px 10px 8px 10px;
		margin: 0;
		width: 100%;
		min-height: 44px;
		height: auto;
		outline: none;
		position: relative;
		line-height: 15px;
		font-size: 14px;
		overflow-y: scroll;
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
		}
		div.commentator-textarea-wrapper {
		position: relative;
		margin: 0 0px 0 45px !important;
		-webkit-appearance: none;
		background: #fff;
		box-shadow: inset 0 0 0 2px #CFD3D5;
		border-radius: 4px 0 0 4px;
		padding: 2px;
		}
		div.commentator-author-info-form {
		margin: 10px 0px 0 45px !important;
		position: relative;
		display: none;
		}
		.commentator-submit {
		padding: 0 10px;
		color: white;
		display: block;
		background: rgba(29,47,58,.2);
		opacity: .8;
		line-height: 40px;
		border-radius: 0 2px 2px 0;
		border: none;
		height: 48px;
		width: 227px;
		font-size: 13px;
		margin: 0 0 0 45px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		}
		.commentator-form .commentator-proceed {
		position: relative;
		height: 48px !important;
		}
	}

@media only screen and (min-width: 320px) {
  #main_header {
    max-height: 52px; } }

@media only screen and (min-width: 400px) {
  #main_header {
    max-height: 68px; }
  .search-m, .m_social {
    margin: 20px; }
  .snap-drawer h2 {
    padding: 25px 30px; }
  .swiper-container {
    height: 250px; }
    .swiper-container .meta-info {
      width: 300px; }
      .swiper-container .meta-info h1 {
        font-size: 1.2em; }
      .swiper-container .meta-info h2 {
        font-size: 1.2em; } }

@media only screen and (min-width: 480px) {
  #main_header {
    max-height: 82px; }
  .swiper-slide img {
    width: 100%; }
  .swiper-slide .meta-info h1, .swiper-slide .meta-info h2, .swiper-slide .meta-info h3 {
    margin: 1px 5px; } }

@media only screen and (min-width: 568px) {
  #main_header {
    max-height: 108px; }
  #archive_grid_container {
    margin: 0 auto;
    width: 94%; } }

@media only screen and (min-width: 600px) {
  .search-form .wrapper {
    width: 80%; }
    .search-form .wrapper input[type=submit] {
      right: 40px; }
  .swiper-container {
    height: 400px; }
    .swiper-container .meta-info {
      width: 580px; }
      .swiper-container .meta-info h1 {
        font-size: 2em; }
      .swiper-container .meta-info h2 {
        font-size: 2em; }
      .swiper-container .meta-info h3 {
        font-size: 1.2em; }
  .single-audio-hero .meta-info {
    bottom: 15%; }
    .single-audio-hero .meta-info .episode_number, .single-audio-hero .meta-info h1, .single-audio-hero .meta-info h2 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      clear: both;
      float: left;
      margin-bottom: 1px; }
    .single-audio-hero .meta-info .episode_number {
      font-size: 4em; }
    .single-audio-hero .meta-info h1, .single-audio-hero .meta-info h2 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300;
      font-size: 2em; }
  .single-audio-hero .podcast_controls {
    width: 75%; } }

@media only screen and (min-width: 768px) {
  .mobile {
    display: none; }
  .desktop {
    display: none; }
  .tablet {
    display: block; }
  #main_header {
    max-height: 58px;
    padding: 0 15px; }
  .nav {
    padding: 1.8% 0; }
  #main_content {
    width: 100%; }
  .logo {
    width: 26.80412%; }
    .logo img {
      width: 216px; }
  .t_social {
    padding: 1.5% 0px; }
  .swiper-container {
    height: 425px; }
      .grid_cell_title_contain a.section_icon img,
      .swiper-slide .meta-info a.section_icon img {
      float: left;
      margin-right: 3px;
    min-width: 20px;
  }
  .home_feature_cell_left, .home_feature_cell_right {
    width: 49.89691%;
    float: left; }
  .home_feature_cell_right {
    float: right;
    margin-top: 0;
    width: 49.89691%; }
  #homepage_grid_container, #homepage_tab_container, #trending_container, #archive_grid_container, h3.podcast.new, h3.podcast.channels, #channel_info, span.related_posts_label, h3.podcast.trending, #related_posts_container, h3.taxonomy {
    min-width: 646px;
    width: 656px !important;
    margin: 0 auto; }
  .page-template-template_podcasts-php #trending_container .grid_cell_cnt, .page-template-template_videos-php #trending_container .grid_cell_cnt {
    padding-bottom: 37.01031%;
    width: 49.6876%; }
  .tax-podchannel #channel_info img, .tax-vidchannel #channel_info img {
    display: block; }
  .tablet #whatsnew .article_whatstrending_cell, .tablet #whatsnew .article_whatsnew_cell {
    float: left;
    width: 49%;
    margin: 1px; }
    .tablet #whatsnew .article_whatstrending_cell .grid_cell_content, .tablet #whatsnew .article_whatsnew_cell .grid_cell_content {
      height: 0;
      overflow: hidden;
      position: relative;
      float: none;
      margin: 0 0 3px 0;
      padding-bottom: 83.22981%;
      width: 100%; }
  span.related_posts_label {
    display: block;
    margin-bottom: 15px; }
  h3.podcast.new {
    margin: 15px auto; }
  h3.podcast.channels, h3.podcast.trending {
    float: none;
    margin-bottom: 15px; }
  .grid_cell_title_contain {
    width: 100%; }
  .cell_home_2x2 {
    width: 32.85714%;
    min-width: 322px; }
    .cell_home_2x2 .grid_cell_content .grid_cell_title_contain span {
      font-size: 1.2em; }
  .cell_home_2x1, .cell_home_1x1, #archive_grid_container .grid_cell_cnt, #archive_grid_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home, #archive_grid_container .grid_cell_cnt, #archive_grid_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home, .cell_home_2x2 {
    padding-bottom: 41.18714%; }
  .tax-podchannel #related_posts_container .grid_cell_cnt {
    padding-bottom: 0; }
  #archive_grid_container {
    width: 85%; }
    #archive_grid_container .grid_cell_cnt, #archive_grid_container .placeholder {
      float: left;
      margin: 1px;
      min-width: 300px !important;
      max-width: 430px;
      padding-bottom: 40.85714%;
      width: 48.88889%; }
      #archive_grid_container .grid_cell_cnt img.wp-post-image, #archive_grid_container .grid_cell_cnt img.grid1x1, #archive_grid_container .placeholder img.wp-post-image, #archive_grid_container .placeholder img.grid1x1 {
        height: 100%;
        width: 100%; }
  #w-cont {
    margin: 0 auto 40px;
    padding: 25px 0;
    width: 100%; }
  .entry-ap-cont, .post_sidebar {
    margin: 0 auto;
    width: 85%; }
  .entry_avatar {
    margin-right: 10px; }
  .smsv-post-content {
    margin: 0 auto;
    width: 90.73196%; }
    .smsv-post-content .entry-content {
      margin-left: 25px; }
    .smsv-post-content .entry_comments #comment_cnt {
      width: 91%; }
  .post_sidebar {
    float: none;
    clear: both; }
    .post_sidebar .placeholder {
      float: left;
      margin: 3px;
      min-width: 310px;
      padding-bottom: 40.25714%;
      width: 48.89562%; }
    .post_sidebar .grid_cell_content {
      height: 0;
      overflow: hidden;
      position: relative;
      float: left;
      margin: 3px;
      padding-bottom: 40.22981%;
      width: 48.89562%; }
      .post_sidebar .grid_cell_content .grid_cell_title_contain {
        bottom: 5%;
        left: 5%;
        position: absolute;
        width: 90%; }
  .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home {
    float: left;
    margin: 15px 1px;
    min-width: 215px !important;
    width: 32.85714%; }
  .single-audio-hero .podcast_controls {
    width: 80%; }
  footer {
    padding: 20px 0 20px; }
  footer #menu-bottom-menu {
    max-width: 100%;
    border-top: none;
    padding-top: 0px; }
    footer #menu-bottom-menu li {
      border-right: none;
      margin: 0px; }
      footer #menu-bottom-menu li.textlink a {
        position: relative;
        top: -20px;
        margin: 0px 15px; }
      footer #menu-bottom-menu li.menu_icon_footer_logo {
        display: inline-block; }
  #global_footer_widgets {
    width: 85%; }
    #global_footer_widgets .widget_title {
      font-size: 1.09em; }
    #global_footer_widgets .global_bottom_left_widget {
      border: none;
      float: left;
      width: 44.3299%; }
      #global_footer_widgets .global_bottom_left_widget .textwidget {
        border: 2px solid #d6d6d6;
        padding: 20px 0; }
    #global_footer_widgets #div-gpt-ad-180x150-footer {
      float: right; }
	  #comments article.commentator-comment-content {
		padding: 0;
		}  
		.commentator-comments-list>.comment {
		padding-left: 60px;
		}
		.commentator-avatar .user img {
		width: 48px;
		height: 48px;
		}
		.commentator-comments-list .comment .comment {
		padding-left: 48px;
		}
		.commentator-comments-list .comment .comment .commentator-avatar .user img {
		width: 36px;
		height: 36px;
		}
		.commentator-comments-list .depth-1 {
			
		}
		.commentator-comments-list .depth-2, .commentator-comments-list .depth-3, .commentator-comments-list .depth-4 {
			margin-left: 0;
		}
		.smsv-post-content .entry_comments #comments.commentator-area {
		padding: 20px;
		}
		.commentator-textarea-wrapper .commentator-textarea {
		color: #3f4549;
		cursor: text;
		resize: none;
		border: 0;
		display: block;
		padding: 6px 10px 8px 10px;
		margin: 0;
		width: 100%;
		min-height: 44px;
		height: auto;
		outline: none;
		position: relative;
		line-height: 15px;
		font-size: 14px;
		overflow-y: scroll;
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
		}
		div.commentator-textarea-wrapper {
		position: relative;
		margin: 0 65px !important;
		-webkit-appearance: none;
		background: #fff;
		box-shadow: inset 0 0 0 2px #CFD3D5;
		border-radius: 4px 0 0 4px;
		padding: 2px;
		}
		div.commentator-author-info-form {
		margin: 10px 65px !important;
		position: relative;
		display: none;
		}
		.commentator-submit {
		padding: 0 10px;
		color: white;
		display: block;
		background: rgba(29,47,58,.2);
		opacity: .8;
		line-height: 40px;
		border-radius: 0 2px 2px 0;
		border: none;
		height: 100%;
		width: 60px;
		font-size: 13px;
		margin: 0;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		}
		.commentator-form .commentator-proceed {
		position: absolute;
		right: 0;
		top: 0;
		height: 90px !important;
		}
}

@media only screen and (min-width: 1010px) {
  .mobile {
    display: none; }
  .tablet {
    display: none; }
  .desktop {
    display: block; }
  #main_header {
    max-height: 112px;
    padding: 0; }
  .logo {
    width: 40.20619%; }
    .logo img {
      width: 100%; }
  .snap-drawer h2 {
    padding: 45px 30px; }
  .nav {
    padding: 4.3% 0; }
  #main_content {
    width: 970px; }
  .swiper-container {
    height: 540px;
    padding-bottom: 0; }
  .swiper-pagination-switch {
    width: 20px;
    height: 20px;
    margin: 0 10px; }
  .swiper-slide img {
    width: 100%; }
  .swiper-slide .meta-info {
    bottom: 7%;
    padding: 0 30px;
    width: 900px; }
    .swiper-slide .meta-info a.section_icon {
      margin-left: 25px; }
    .swiper-slide .meta-info h1, .swiper-slide .meta-info h2, .swiper-slide .meta-info h3 {
      margin: 1px 25px; }
    .swiper-slide .meta-info h1 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      font-size: 4em; }
    .swiper-slide .meta-info h2 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      font-size: 4em; }
    .swiper-slide .meta-info h3 {
      background: url(images/bg_text.png) center center repeat;
      color: #fff;
      padding: 2px 10px;
      text-transform: uppercase;
      font-size: 1.34021em; }
  #homepage_grid_container, #trending_container, #archive_grid_container, h3.podcast.new, h3.podcast.channels, #channel_info, span.related_posts_label, h3.podcast.trending, h3.taxonomy {
    min-width: 991px !important; }
  .page-template-template_podcasts-php #trending_container, .page-template-template_videos-php #trending_container {
    min-width: 967px !important; }
  #homepage_tab_container {
    min-width: 970px !important; }
  #related_posts_container {
    min-width: 550px !important;
    width: 100% !important; }
  span.related_posts_label {
    display: block;
    margin-bottom: 15px; }
  h3.podcast.channels, h3.podcast.trending {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 300px !important;
    width: auto !important; }
  .cell_home_2x2 {
    width: 65.91837%;
    min-width: 646px;
    padding-bottom: 54.79796%; }
    .cell_home_2x2 .grid_cell_content .grid_cell_title_contain span {
      font-size: 2.3em; }
  .cell_home_2x1, .cell_home_1x1, #archive_grid_container .grid_cell_cnt, #archive_grid_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home, #archive_grid_container .grid_cell_cnt, #archive_grid_container .grid_cell_cnt_home, .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home {
    padding-bottom: 27.34694%; }
  .tablet #whatsnew .article_whatstrending_cell, .tablet #whatsnew .article_whatsnew_cell {
    float: left;
    width: 100%; }
    .tablet #whatsnew .article_whatstrending_cell .grid_cell_content, .tablet #whatsnew .article_whatsnew_cell .grid_cell_content {
      height: 0;
      overflow: hidden;
      position: relative;
      float: none;
      margin: 0 0 3px 0;
      padding-bottom: 83.22981%;
      width: 100%; }
  #archive_grid_container {
    width: 100%; }
    #archive_grid_container .grid_cell_cnt, #archive_grid_container .grid_cell_cnt_home {
      min-width: 300px !important;
      max-width: 320px;
      padding-bottom: 26.984%; }
      #archive_grid_container .grid_cell_cnt img.wp-post-image, #archive_grid_container .grid_cell_cnt_home img.wp-post-image {
        width: 120%; }
  .page-template-template_podcasts-php #trending_container .grid_cell_cnt:nth-child(6), .page-template-template_videos-php #trending_container .grid_cell_cnt:nth-child(6) {
    display: inline-block; }
  .page-template-template_podcasts-php #trending_container .grid_cell_cnt, .page-template-template_videos-php #trending_container .grid_cell_cnt {
    padding-bottom: 27.01031%;
    width: 33.11588%; }
  #trending_container .grid_cell_cnt {
    padding-bottom: 27.01031%;
    width: 33.11588%; }
  .single-audio-hero .podcast_controls {
    width: 88%; }
  .tax-podchannel #channel_info, .tax-vidchannel #channel_info {
    border-bottom: 1px solid #8a8a8a;
    color: #303030;
    padding-bottom: 15px; }
    .tax-podchannel #channel_info img, .tax-vidchannel #channel_info img {
      float: left;
      margin-right: 15px; }
    .tax-podchannel #channel_info h3, .tax-vidchannel #channel_info h3 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .tax-podchannel #channel_info p, .tax-vidchannel #channel_info p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px; }
  .tax-podchannel #archive_grid_container, .tax-vidchannel #archive_grid_container {
    border-bottom: 1px solid #8a8a8a;
    padding-bottom: 15px;
    width: 100%; }
  .tax-podchannel .related_posts_label, .tax-vidchannel .related_posts_label {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #303030;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    .tax-podchannel .related_posts_label span, .tax-vidchannel .related_posts_label span {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300; }
  .tax-podchannel h3.podcast, .tax-vidchannel h3.podcast {
    clear: left; }
  .tax-podchannel #related_posts_container .grid_cell_cnt, .tax-podchannel #related_posts_container .grid_cell_cnt_home, .tax-vidchannel #related_posts_container .grid_cell_cnt, .tax-vidchannel #related_posts_container .grid_cell_cnt_home {
    float: left;
    min-width: 300px !important;
    margin: 1px;
    max-width: 320px;
    overflow: hidden;
    padding-bottom: 0%;
    position: relative;
    width: 33.85714%; }
    .tax-podchannel #related_posts_container .grid_cell_cnt .grid_cell_content, .tax-podchannel #related_posts_container .grid_cell_cnt_home .grid_cell_content, .tax-vidchannel #related_posts_container .grid_cell_cnt .grid_cell_content, .tax-vidchannel #related_posts_container .grid_cell_cnt_home .grid_cell_content {
      position: relative; }
    .tax-podchannel #related_posts_container .grid_cell_cnt img.wp-post-image, .tax-podchannel #related_posts_container .grid_cell_cnt_home img.wp-post-image, .tax-vidchannel #related_posts_container .grid_cell_cnt img.wp-post-image, .tax-vidchannel #related_posts_container .grid_cell_cnt_home img.wp-post-image {
      width: 120%; }
    .tax-podchannel #related_posts_container .grid_cell_cnt .grid_cell_title_contain, .tax-podchannel #related_posts_container .grid_cell_cnt_home .grid_cell_title_contain, .tax-vidchannel #related_posts_container .grid_cell_cnt .grid_cell_title_contain, .tax-vidchannel #related_posts_container .grid_cell_cnt_home .grid_cell_title_contain {
      bottom: 5%;
      left: 5%;
      position: absolute;
      width: 90%; }
  #w-cont {
    background: #fff;
    margin: 0 auto 40px;
    width: 1010px; }
  .entry-ap-cont {
    float: left;
    width: 66.59794%; }
  .entry_avatar {
    margin-right: 0px; }
  .smsv-post-content {
    margin-right: 40px;
    width: 85.27132%; }
    .smsv-post-content .entry-content {
      margin-left: 0px; }
  .post_sidebar {
    clear: none;
    float: right;
    width: 33.19588%; }
    .post_sidebar .placeholder {
      width: 100%;
      float: none;
      margin: 0px; }
    .post_sidebar .grid_cell_content {
      height: 0;
      overflow: hidden;
      position: relative;
      float: none;
      margin: 0 0 3px 0;
      padding-bottom: 83.22981%;
      width: 100%; }
  #global_footer_widgets {
    width: 100%; }
    #global_footer_widgets .widget_title {
      font-size: 1.09em; }
    #global_footer_widgets .global_bottom_left_widget {
      float: left;
      margin: 0;
      border: none;
      padding: 25px 15px;
      width: 25.7732%; }
      #global_footer_widgets .global_bottom_left_widget .textwidget {
        border: 2px solid #d6d6d6;
        padding: 20px 0; }
    #global_footer_widgets .global_bottom_right_widget {
      float: left;
      margin: 0;
      border: none;
      padding: 30px 15px;
      width: 38.14433%; }
      #global_footer_widgets .global_bottom_right_widget input[type=text], #global_footer_widgets .global_bottom_right_widget input[type=email] {
        width: 88%; }
      #global_footer_widgets .global_bottom_right_widget .cnt_50 {
        margin-bottom: 10px;
        width: 48%; }
      #global_footer_widgets .global_bottom_right_widget .cnt_70 {
        width: 65%; }
      #global_footer_widgets .global_bottom_right_widget .cnt_30 {
        width: 35%; }
      #global_footer_widgets .global_bottom_right_widget input[type=button] {
        margin: 0 0 0 5px;
        width: 20%; }
    #global_footer_widgets #div-gpt-ad-180x150-footer {
      float: left; } }

@media only screen and (min-width: 1140px) { }

@media only screen and (min-width: 1280px) { }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { }

@media print { }
