/*-----------------------------------------------------------
  Theme Name: Podcaster
  Version: 1.5.9
  Description: Premium WordPress Theme By Theme Station
  Author: http://www.themestation.co
  Author URI: http://themeforest.net/user/themestation/
  Designed & Developed by http://www.themestation.co
  Theme URI: http://themeforest.net/user/themestation/portfolio
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: dark, light, blue, green, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, post-formats, sticky-post, theme-options, threaded-comments, responsive-layout
*/

/*
 Contents
 -----------
 1. General Settings
 2. Navigation & Header
 3. Latest Episode (Legacy "Featured Front Header")
 4. Featured Front Header (New & Improved)
 5. Front Page List of Posts
 6. Posts
 7. Pagination
 8. Single Post
 9. Comment Section Styling
 10. Blog Page Header
 11. Pages
 12. Seriously Simple Podcasting
 13. Sidebar & Widgets
 14. Shortcode Overrides
 15. Footer
 16. Social Media Icons
 17. Responsive Settings
*/

/* 
 * 1 | General Settings 
 *-----------------------------------------------------------------
*/

/* 1.1 | @font-face for Icons 
------------------------------------------*/
@font-face {
  font-family: 'Batch Icons';
  src: url('fonts/batch/batch-icons-webfont.eot');
  src: url('fonts/batch/batch-icons-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('fonts/batch/batch-icons-webfont.woff') format('woff'), /* Modern Browsers */
   url('fonts/batch/batch-icons-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
   url('fonts/batch/batch-icons-webfont.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;/* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/font-awesome/fontawesome-webfont.eot?v=4.6.1');
  src: url('fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), 
  url('fonts/font-awesome/fontawesome-webfont.woff?v=4.6.1') format('woff'), 
  url('fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), 
  url('fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular?v=4.6.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* 1.2 | Body, Links, Headings, Icons, ...
------------------------------------------*/
body {
  font-family: 'Raleway', 'Arial', sans-serif;
  color: #555555;
  padding: 0;
  margin: 0;
  font-size: 18px;
  overflow-x: hidden;
  background-color:#e5e5e5;
  line-height: 32px;
}
body.single,
body.page {
  background-color:#fff;
}
body.page-template-pagepage-frontpage-php,
body.archive.page {
  background-color:#e5e5e5;
}
a:link,
a:visited {
  text-decoration: none;
  color: #619c9c;
  opacity: 0.8;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
a:hover {
  text-decoration: none;
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Raleway', 'Arial', sans-serif;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}

/* Wordpress defaults */
.wp-caption-text {
  font-size: 16px;
}
.gallery-caption {
  font-size: 16px;
}
.bypostauthor {
  font-size: 16px;
}
.alignright {
  font-size: 16px;
  margin-left: 24px;
  float: right;
}
.alignleft {
  font-size: 16px;
  margin-right: 24px;
  float:left;
}
.aligncenter {
  font-size: 16px;
  margin:auto;
}
.truncate {
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Batch Icons*/
.batch {
  font-family: 'Batch Icons';
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight:400;
}
.batch.space-r {
  padding-right: 5px;
}
.batch:before {
  content: attr(data-icon);
}
.batch[data-icon]::before{
  content: attr(data-icon);
  font-family: 'Batch Icons' !important;
  font-size: 16px;
  line-height: 16px;
  font-weight:400;
}
.fa-icon {
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight:400;
}
.fa-icon:before {
  font-family: 'FontAwesome';
  font-weight: 400;
  content: attr(data-icon);
}
.nav-placeholder {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-placeholder li {
  padding: 40px 0;
}
/* Buttons */
.extrasmall {
  padding: 8px 24px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.small {
  padding: 12px 36px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.medium {
  padding: 18px 54px;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.large {
  padding: 24px 72px;
  font-size: 22px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.listen_butn {
  border: 0px solid #fff;
  border-radius: 10px;
  display: inline-block;
  font-family: 'Raleway','Arial',sans-serif;
  height: 50px;
  line-height: 16px;
  margin-top: 24px;
  margin-right:15px;
  margin-bottom: 50px;
  padding: 17px 21px;
  width: 50px;
}
.listen_butn_text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

/* Info Boxes */
.bx-info {
  line-height: 30px;
}
.bx-info span {
  display: inline-block;
  margin-right: 20px;
}
.bx-info h4 {
  display: inline-block;
  font-size: 22px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.bx-info.dark {
  padding: 25px;
}

/* Podcaster */
.excerpts .podpost .entry-header .pp-meta {
  color: #206565;
  font-weight: 600;
  padding: 10px 0;
}

.container .inner {
  padding: 0;
}
.clear {
  clear: both;
}
.screen {
  background-color:rgba(0,0,0,0.2);
}
/* Boostrap Hacks */
.span12.zero-height {
  min-height: 0px;
}

/* 1.3 | Button, Input & Textarea Settings
------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="password"] {
  background: transparent;
  padding: 20px;
  font-family: 'Raleway', 'Arial', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0.7;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
textarea {
  background: #fff;
  padding: 20px;
  font-family: 'Raleway', 'Arial', sans-serif;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  opcity: 0.7;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
textarea:focus {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
input[type="submit"],
.form-submit #submit,
#respond #commentform #submit,
a.butn:link,
a.butn:visited,
.butn {
  background: #228C8B;
  border: none;
  font-family: 'Raleway', 'Arial', sans-serif;
  color: #fff;
  opacity: 0.8;
  display:inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-weight: 600;
}
input[type="submit"]:hover,
.form-submit #submit:hover,
#respond #commentform #submit:hover,
a.butn:link:hover,
a.butn:visited:hover,
.butn:hover {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.post-password-form input[type="submit"] {
  padding: 12px 36px;
  font-size: 16px;
}
.post-password-form input[type="password"] {
  padding: 12px 36px;
}
#respond #commentform #submit,
.wpcf7-form-control.wpcf7-submit {
  background: #228C8B;
  border: none;
  font-family: 'Raleway', 'Arial', sans-serif;
  color: #fff;
  opacity: 0.8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-weight: 600;
  padding: 12px 28px;
  font-size: 16;
}
#respond #commentform #submit:hover,
.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
input.secondary[type="submit"],
#respond #cancel-comment-reply-link:link,
#respond #cancel-comment-reply-link:visited,
#comments .commentlist li .comment-body .reply a:link,
#comments .commentlist li .comment-body .reply a:visited {
  background-color: transparent;
  border:none;
  font-family: 'Raleway', 'Arial', sans-serif;
  font-size: 18px;
  color: fff;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0.8;
}
input.secondary[type="submit"]:hover,
#respond #cancel-comment-reply-link:link:hover,
#respond #cancel-comment-reply-link:visited:hover,
#comments .commentlist li .comment-body .reply a:link:hover,
#comments .commentlist li .comment-body .reply a:visited:hover {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.post .more-link {
  font-weight: bold;
  margin-top:30px;
  display:inline-block;
}
blockquote {
  border:none;
  background-color:#eee;
  margin: 25px 0;
  padding: 32px;
  line-height: 31px;
}
blockquote p {
  font-size:inherit;
  line-height: 1.618em;
}
code {
  background-color:rgba(0,0,0,0.2);
  color:#333;
  white-space: pre-wrap;
}
.wp-caption .wp-caption-text {
  background-color:#eee;
  padding: 16px 32px;
}

/* 1.4 | Containers
------------------------------------------*/
.super-container {
  position: relative;
  width: 100%;
  overflow:hidden;
  background-color:#282D31;
}
#inner-wrap {
  position:relative;
  width:100%;
}



/* 2 | Navigation & Header
------------------------------------------*/
.above {
  background-color: #282d31;
}
.above .col-lg-3,
.above .col-md-3,
.above .col-lg-9,
.above .co-md-9 {
  min-height: 0px;
}
.above.large_nav {
  float: none;
  position: static;
  width: 100%;
  z-index: 10;
}
.single-post .above.nav-transparent.format-standard,
.single-podcast .above.nav-transparent.format-standard.audio-featured-image-thumbnail,
.above.nav-transparent.format-image,
.above.nav-transparent.format-gallery,
.above.nav-transparent.format-chat,
.above.nav-transparent.format-aside,
.above.nav-transparent.format-link,
.above.nav-transparent.format-quote,
.above.nav-transparent.format-status,
.above.nav-transparent.format-audio.no-featured-image,
.above.nav-transparent.format-audio.audio-featured-image-thumbnail,
.above.nav-transparent.format-video.no-featured-image,
.page .nav-transparent.above.no-featured-image,
.archive .nav-transparent.above.no-featured-image {
  float: none;
  position: static;
  width: 100%;
  z-index: 10;
}
.above.large_nav.nav-transparent.no-featured-image {
  float: static;
  position: static;
  width: 100%;
  z-index: 10;
}
.above.large_nav.nav-transparent {
  background-color: rgba(0,0,0,0.15);
}
.single-podcast .above.nav-transparent.nav-sticky.small_nav.format-standard.audio-featured-image-thumbnail,
.page .above.nav-transparent.nav-sticky.small_nav,
.blog .above.nav-transparent.nav-sticky.small_nav,
.single .above.nav-transparent.nav-sticky.small_nav,
.above.nav-transparent.nav-sticky.small_nav,
.above.small_nav {
  float: left;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.above.nav-transparent {
  background-color: rgba(0,0,0,0.15);
  position: absolute;
  top:0;
  width:100%;
  z-index:10;
}
.above.nav-transparent.audio-featured-image-thumbnail.has-featured-image,
.above.nav-transparent.no-featured-image {
  position: static;
}
.above.small_nav.nav-transparent {
  background-color:#282d31;
}
.above.small_nav #nav .thst-menu li a {
  padding: 32px 15px;
}
.above.small_nav #nav .thst-menu > li {
  padding:24px 0;
}
.above.small_nav header .main-title a {
  padding:25px 0;
}
.above.small_nav #nav .thst-menu li.menu-item-has-children .sub-menu {
  top:76px;
}

/* Invisible Navigation Placeholder */
.nav-placeholder {
  float: none;
  padding:46px 15px;
  position: absolute;
  top:0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
.nav-placeholder p {
  margin:0;
  line-height: 1;
}
.nav-placeholder.show {
  position: static;
}
.blog .nav-placeholder.nav-transparent.has-featured-image,
.page .nav-placeholder.nav-transparent.has-featured-image,
.single-podcast .nav-placeholder.nav-transparent.has-featured-image.audio-featured-image-background,
.single-format-audio .nav-placeholder.nav-transparent.has-featured-image.audio-featured-image-background,
.single-podcast .nav-placeholder.nav-transparent.has-featured-image.video-featured-image-background,
.single-format-video .nav-placeholder.nav-transparent.has-featured-image.video-featured-image-background {
  display: none !important;
}

/* 2.1 | Header
------------------------------------------*/
.header a:link,
.header a:visited {
  color: #eee;
}
.header a:hover {
  color: #fff;
}
header .main-title {
  margin: 0;
}
header .main-title a {
  background-position:center left;
  background-repeat:no-repeat;
}
header .main-title a:link,
header .main-title a:visited {
  padding:42px 0;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  opacity:1;
}
header #menu {
  padding: 15px 0;
}

#top .block {
  text-align:left;
}

/* 2.2 | Navigation
------------------------------------------*/
.open-menu {
  display: none;
}
#nav {
  z-index: 200;
  position: relative;
  width: auto;
  color: #fff;
  display: block;
  float:right;
}
#nav {
  line-height: 30px;
}
#nav .thst-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size:16px;
  text-align: right;
}
#nav .thst-menu li {
  display: inline-block;
  position: relative;
  padding: 40px 0;
  z-index: 10;
}
#nav .thst-menu li a {
  padding: 43px 15px;
  color:#fff;
  font-weight:600;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#nav .thst-menu li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#nav .thst-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  list-style: none;
  top: 85px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  opacity: 0;
  z-index: 5;
  width:200px;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#nav .thst-menu li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  top: 110px;
  opacity: 1;
  border: 0;
  width: 200px;
}
#nav .thst-menu li.menu-item-has-children > .sub-menu li {
  width: 200px;
  padding: 0;
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#nav .thst-menu li.menu-item-has-children:hover > .sub-menu li {
  width: 200px;
  padding: 0;
  position: relative;
}
#nav .thst-menu li > .sub-menu li a:link,
#nav .thst-menu li > .sub-menu li a:visited {
  padding: 10px 25px;
  display: block;
  color: #fff;
  background-color: #206565;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 1;
}
#nav .thst-menu li:hover > .sub-menu li a:hover {
  color: #fff;
  display: block;
}
#nav .thst-menu li > .sub-menu li > .sub-menu {
  position: absolute;
  right: -95%;
  top: 0;
  border: 0;
  z-index: 9999;
}
#nav .thst-menu li:hover > .sub-menu li:hover > .sub-menu {
  position: absolute;
  right: -200px;
  top: 0;
  z-index: 9999;
}
.navigation .menu {
  padding:40px 0;
  text-align:right;
}
.small_nav .navigation .menu {
  padding:22px 0;
}
.nav-search-form {
  float:right;
  position: relative;
}
.nav-search-form .open-search-bar {
  margin:38px 0 38px 10px;
  display:inline-block;
  padding:8px;
  line-height: 1;
}
.small_nav .nav-search-form .open-search-bar {
  margin: 21px 0 21px 10px;
}
.nav-search-form .search-form-drop {
  position: absolute;
  top:111px;
  left:10px;
  padding:10px;
  width:225px;
  display:none;
  background:rgba(0,0,0,0.4);
  transform: translateX(-80%);
}
.small_nav .nav-search-form .search-form-drop {
  top:78px;
}
.nav-search-form .search-form-drop:after {
  bottom: 100%;
  left: 8%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: rgba(255,255,255,1);
  border-width: 6px;
  margin-left: auto;
  right:24px;
}
.nav-search-form .search-form-drop.open {
  display:block;
  z-index: 10;
}
.nav-search-form .search-container {
  background: transparent;
  border:none;
}
.nav-search-form .search-container #s {
  padding:10px;
  font-size: 14px;
  line-height: 1.2;
  border:0;
  border-radius: 0;
  width:100%;
  color:#282d31;
}

.nav-search-form .search-container #searchsubmit {
  padding:10px;
  background:none;
  border-radius: 0;
  display:none;
}


/* 
 * 3 | Latest Episode (Legacy "Featured Front Header")
 *-----------------------------------------------------------------*/
/* 3.1 | Flexslider Transitions
------------------------------------------*/
.flex-direction-nav a {
  width: 48px;
  height: 48px;
  margin: -20px 0 0;
  display: block;
  background-image: url(img/flexslider-arrows.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #619c9c;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -25px;
  -moz-transition-duration: 0.5s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.flex-direction-nav .flex-prev {
  left: -10px;
  -moz-transition-duration: 0.5s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 10px;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 10px;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.flex-control-nav {
  bottom: 5px;
}
.flex-control-paging li a {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: none;
  height: 8px;
  width: 8px;
}
.flex-control-paging li a.flex-active {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  cursor: default;
}

/* 3.2 | Subscribe Box
------------------------------------------*/
.main_subscribe {
  background-color: #e9e9e9;
  padding:45px 0;
}
.main_subscribe .content {
  text-align:center;
}

/* 3.3 | Loading Header Image
------------------------------------------*/
#loading_bg {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  opacity: 1;
  z-index: 99;
  text-align: center;
  background: #191c1f url('img/header-loading-ani.gif') center center no-repeat;
  visibility:visible;
  opacity:1;
  transition:visibility 0.5s linear 0.5s,opacity 0.5s linear;
}
#loading_bg.hide_bg {
  visibility:hidden;
  opacity:0;
  transition-delay:0.5s;
}

/* 3.4 | Latest Episode  
------------------------------------------*/
.content_page_thumb {
  position: relative;
  background-repeat: repeat;
}
.latest-episode {
  background-color:#24292c;
  background-repeat: repeat-y;
  padding:0;
  color:#fff;
  position: relative;
}
.latest-episode .main-featured-post .powerpress_links {
  display:none;
}
.latest-episode.nav-solid.nav-has-border {
  border-top-width:  1px;
  border-top-style: solid;
}
.latest-episode.front-header {
  padding:0;
  position: relative;
}
.latest-episode.front-header .translucent {
  padding:0;
}
.latest-episode .main-featured-post {
  margin:60px 0 30px 0; 
}
.latest-episode.nav-sticky .main-featured-post {
  margin:60px 0 30px 0;
}
.latest-episode.nav-transparent  .main-featured-post {
  margin:150px 0 30px 0;
}

.latest-episode h2 {
  margin:24px 0 0 0;
  padding:0;
  font-size:36px;
  font-weight: 600;
}
.latest-episode .main-featured-post .pulls-right h2,
.latest-episode .main-featured-post .pulls-left h2 {
  font-size: 30px;
  margin-bottom: 16px;
  margin-top:10px;
}
.latest-episode h3 {
  margin:0;
  padding:0;
  font-size:18px;
  font-weight: 600;
  color:#a8a9a9;
}
.latest-episode .main-featured-post a:link,
.latest-episode .main-featured-post a:visited {
  color:#fff;
}
.latest-episode .main-featured-post a:hover {
  color:#eee;
}
.latest-episode .main-featured-post .mini-title {
  font-size: 14px;
  color:#228c8b;
  margin-bottom:15px;
  padding:0;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.latest-episode .main-featured-post .pulls-right .mini-title,
.latest-episode .main-featured-post .pulls-left .mini-title {
  font-size: 12px;
  margin-bottom:5px;
}
.latest-episode .mini-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom:15px;
  color:#707172;
  font-weight: 600;
}
.latest-episode .main-featured-post .mini-ex {
  background:#e42920;
  color:#fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding:3px 6px;
  border-radius: 2px;
  line-height: 1;
  margin-left:10px;
  letter-spacing: 1px;
  position: relative;
  top:-2px;
}
.latest-episode .main-featured-post .pulls-right .mini-ex,
.latest-episode .main-featured-post .pulls-left .mini-ex {
  font-size: 8px;
}
/* Embedded Content */
.front-page-header .video-text.heading,
.latest-episode .main-featured-post .video-text.heading {
  margin-top:24px;
}
.front-page-header .video-text.heading-below,
.latest-episode .main-featured-post .video-text.heading-below {
  margin-top:0;
  margin-bottom:24px;
}
.front-page-header .video-text.content,
.latest-episode .main-featured-post .video-text.content {
  margin-bottom:24px;
}
.front-page-header .video-text.excerpt-below,
.latest-episode .main-featured-post .video-text.excerpt-below {
  margin-top:24px;
  margin-bottom:0;
}
.front-page-header .video-text.align-left,
.latest-episode .main-featured-post .video-text.align-left {
  text-align: left;
}
.front-page-header .video-text.align-center,
.latest-episode .main-featured-post .video-text.align-center {
  text-align: center;
}
.front-page-header .video-text.align-right,
.latest-episode .main-featured-post .video-text.align-right {
  text-align: right;
}
/* Excerpts*/
.latest-episode .main-featured-post .pull-right .more-link,
.latest-episode .main-featured-post .pull-left .more-link {
  margin-top:24px;
  font-size: 14px;
  font-weight: bold;
}
/* Audio and Video Players */
.front-page-header .audio_player,
.front-page-header .powerpress_player,
.latest-episode .audio_player,
.latest-episode .powerpress_player {
  padding:40px 0 20px 0;
}
.front-page-header .row .audio_player,
.front-page-header .row .powerpress_player,
.front-page-header .row .video_player,
.latest-episode .row .audio_player,
.latest-episode .row .powerpress_player,
.latest-episode .row .video_player {
  padding:10px 0;
}
.front-page-header .audio_player iframe,
.latest-episode .audio_player iframe {
  width:100%;
}
.latest-episode .mejs-container .mejs-controls {
  background-color:transparent;
  color:#fff;
}
.latest-episode .mejs-container,
.latest-episode .mejs-embed,
.latest-episode .mejs-embed body {
  background: transparent;
}
.latest-episode.front-header .mejs-container .mejs-controls,
.latest-episode.front-header .mejs-container, 
.latest-episode.front-header .mejs-embed, 
.latest-episode.front-header .mejs-embed body {
  background-color:transparent;
}
.latest-episode .mejs-controls .mejs-button button {
  color:fff;
}
.latest-episode .mejs-container .mejs-controls .mejs-time span {
  color:fff;
}
.latest-episode .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color:rgba(0,0,0,0.6);
}
.latest-episode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color:rgba(0,0,0,0.6);
}
.latest-episode .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color:rgba(0,0,0,0.4);
}
.latest-episode .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color:#228c8b;
}
.latest-episode .mejs-controls .mejs-time-rail .mejs-time-float {
  background: #222;
  border: 1px solid #222;
  color: #eee;
  display: none;
  height: 19px;
  margin-left: -18px;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 40px;
}
.latest-episode .mejs-controls .mejs-time-rail .mejs-time-float-current {
  display: block;
  left: 0;
  margin: 3px 2px;
  text-align: center;
  width: 34px;
}
.latest-episode .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 5px;
  display: block;
  height: 0;
  left: 13px;
  line-height: 0;
  position: absolute;
  top: 18px;
  width: 0;
}
.latest-episode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
 background-color:#228c8b; 
}

.latest-episode .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  margin-left:20px;
}
/* Featured Video Player */
.latest-episode .main-featured-post .content {
  margin-top:0;
}
.latest-episode .main-featured-post .wp-playlist.wp-audio-playlist {
  margin-top:32px;
}
.latest-episode .main-featured-post .row .wp-playlist.wp-audio-playlist,
.latest-episode .main-featured-post .row .wp-playlist.wp-video-playlist {
  margin-top:0;
}

/* 3.5 | Scheduled Section
------------------------------------------*/
.next-week {
  background-color:rgba(0,0,0,0.25);
  padding:30px 0;
  border-radius: 7px 7px 0 0;
}
.next-week .content {
  text-align:left;
  margin:0;
}
.next-week .content.scheduled {
  text-align:left;
  padding:0 0 0 40px;
}
.next-week .content.buttons {
  text-align:right;
  line-height: 15px;
  padding:0 40px 0 0;
}
.next-week .mini-title {
  color: #707172;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.next-week h3 {
  color: #a8a9a9;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.next-week .schedule-message {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.next-week .butn {
  display:inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 46%;
  padding:20px;
  text-align: center;
}
.next-week .butn:last-of-type {
  margin-left:20px;
}

/* 3.6 | Featured Excerpt
------------------------------------------*/
.latest-episode .main-featured-post .featured-excerpt {
  border-radius: 7px;
  color:#fff;
  font-size: 16px;
  line-height: 1.7;
  margin-top:25px;
}
.latest-episode .main-featured-post .featured-excerpt.style-1 {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 40px;
}
.latest-episode .main-featured-post .featured-excerpt p {
  display: inline;
  font-size: 16px;
  margin:0;
}
.latest-episode .main-featured-post .featured-excerpt .more-link {
  opacity: 1;
  letter-spacing: 1px;
  display: inline-block;  
  font-size: 14;
  line-height: 1;
  font-weight: 600;
}


/* 
 * 4 | Featured Front Header (New & Improved)
 *-----------------------------------------------------------------*/
/* 4.1 | Text & Media Players
------------------------------------------*/
.front-page-header .text h2 {
  font-weight: 600;
  font-size: 36px;
  margin:24px 0 0 0;
  padding:0;
}
.front-page-header .text .pulls-right h2,
.front-page-header .text .pulls-left h2 {
  font-size: 30px;
  margin-bottom: 16px;
  margin-top:10px;
}
.front-page-header .text h3 {
  margin:0;
  padding:0;
  font-size:18px;
  font-weight: 600;
  color:#a8a9a9;
}
.front-page-header .text h2 a:link,
.front-page-header .text h2 a:visited {
  color:#fff;
}
.front-page-header .text .mini-title {
  color:#228c8b;
  font-weight: bold;
  font-size: 14px;  
  letter-spacing: 2px;
  margin-bottom:15px;
  padding:0;
  text-transform: uppercase;
}
.front-page-header .text .pulls-right .mini-title,
.front-page-header .text .pulls-left .mini-title {
  font-size: 12px;
  margin-bottom:5px;
}
.front-page-header .text .mini-ex {
  background:#e42920;
  color:#fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding:3px 6px;
  border-radius: 2px;
  line-height: 1;
  margin-left:10px;
  letter-spacing: 1px;
  position: relative;
  top:-2px;
}
.front-page-header .text .pulls-right .mini-ex,
.front-page-header .text .pulls-left .mini-ex {
  font-size:8px;
}
.front-page-header .text .featured-excerpt .more-link {
  opacity: 1;
  letter-spacing: 1px;
  display: inline-block;  
  font-size: 14;
  line-height: 1;
  font-weight: 600;
}
/* Audio & Video Players */
.front-page-header .audio_player, 
.front-page-header .powerpress_player {
  padding: 40px 0 20px;
  margin:0;
}
.front-page-header .embed_code {
  text-align: right;
}
.front-page-header .video_player {
  padding: 0;
}
.front-page-header .text .powerpress_links {
  display:none;
}
.front-page-header .mejs-container, 
.front-page-header .mejs-embed, 
.front-page-header .mejs-embed body, 
.front-page-header .mejs-container .mejs-controls {
  background-color: transparent;
}
.front-page-header .mejs-controls .mejs-time-rail .mejs-time-total, 
.front-page-header .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(0, 0, 0, 0.6);
}
/* Excerpts */
.front-page-header .featured-excerpt {
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 25px;
}
.front-page-header .featured-excerpt.style-1 {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 40px;
}
.front-page-header .text p {
  display: inline;
  font-size: 16px;
  margin:0;
}
.front-page-header .text .pull-right .more-link,
.front-page-header .text .pull-left .more-link {
  margin-top:24px;
  font-size: 14px;
  font-weight: bold;
}

/* 4.2 | Front Page Header (Text)  
------------------------------------------*/
.front-page-header.text .content-text {
  padding:75px 0;
}
.front-page-header.text.nav-transparent .content-text {
  padding:175px 0 75px 0;
}
.front-page-header.text .content-text h2 {
  color:#fff;
  margin:0;
  font-size: 38px;
  line-height: 1.5;
}
.front-page-header.text.has-header .inside {
  background-color: rgba(0,0,0,0.5);
}

/* 4.3 | Featured Front Header (Static)
------------------------------------------*/
.front-page-header.static {
  background-color: #24292c;
}
.front-page-header.static.nav-sticky .inside {
  padding:0;
}
.front-page-header.static.has-header .inside {
  background:rgba(0,0,0,0.5);
}
.front-page-header.static .text {
  margin:60px 0 30px 0;
  padding:0;
  color:#fff;
}
.front-page-header.static.nav-transparent .text {
  margin-top:150px;
}
.front-page-header.static.nav-sticky.nw-hidden .text {
  padding:0 0 75px 0;
}

/* 4.3 | Featured Front Header (Slideshow)
------------------------------------------*/
.flexslider-container {
  background-color: #24292c;
  position: relative;
}
.front-page-header.slideshow.flexslider.loading_featured {
  z-index:999;
  height: 300px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(img/270.GIF);
  background-repeat: no-repeat;
  background-position: center;
}
.front-page-header.slideshow.flexslider.loading_featured .slide {
  opacity: 0;
}
.front-page-header.slideshow.flexslider .slide {
  opacity: 1;
}
.front-page-header.slideshow.flexslider .flex-control-nav {
  display:none;
}
.front-page-header.slideshow.flexslider {
  border:0;
  border-radius: 0;
  margin:0;
  background-color: transparent;
  box-shadow: none;
  direction: ltr;
}
.front-page-header.slideshow .has-header .inside {
  background:rgba(0,0,0,0.5);
}
.front-page-header.slideshow .text {
  margin:60px 0 0px 0;
  padding:0 0 150px 0;
  color:#fff;
}
.front-page-header.slideshow.nav-transparent .text {
  margin-top:150px;
}
.front-page-header.slideshow.nav-sticky.nw-hidden .text {
  padding:0 0 75px 0;
}
.flexslider-container .next-week {
  position: absolute;
  bottom:0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width:1140px;
}

/* Arrows */
.front-page-header.slideshow .flex-direction-nav a {
  background-color: transparent;
  background-image: url("img/slide-arrows.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 50%;
  width:32px;
  height:52px;
  border-radius: 0;
}
.front-page-header.slideshow .flex-direction-nav .flex-next {
  background-position: 100% 0;
}
.front-page-header.slideshow:hover .flex-direction-nav .flex-next {
  right:100px;
}
.front-page-header.slideshow:hover .flex-direction-nav .flex-prev {
  left:100px;
}
/* Loading Featured Slides */
.flexslider-container .front-page-header.flexslider.loading_slides {
  height: 500px;
  background-color: #fff;
  background-image: url(img/270.GIF);
  background-repeat: no-repeat;
  background-position: center;
}
/* Flexslider: Placeholder when empty. */
.empty-slideshow .placeholder.inside {
  padding:42px 0 54px 0;
}
.empty-slideshow .placeholder.inside p {
  margin:0;
  color:#ccc;
  font-size: 14px;
  padding-top:24px;
}
/* Parallax */
.parallax-container {
  min-height: 400px;
  background: transparent;
}

/* 
 * 5 | Front Page List of Posts
 *-----------------------------------------------------------------*/
.list-of-episodes {
  padding:40px 0 80px 0;
  background-color:#e5e5e5;
}
.list-of-episodes article.grid {
  border-radius:7px;
  margin-top:40px;
}
.list-of-episodes article.grid:nth-of-type(4) {
  clear:both;
}
.list-of-episodes article.grid .inside {
  background-color:#fff;
  border-radius:7px;
}
.list-of-episodes article .featured-image {
  height:auto;
  overflow:hidden;
  position: relative;
  border-radius: 7px 7px 0 0;
}
.list-of-episodes article .featured-image .hover {
  background-color:rgba(238,82,65,0.50);
  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;
}
.list-of-episodes article .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;
}
.list-of-episodes article .featured-image .hover .icon {    
  position: absolute;
  color:#fff;
  top:24px;
  right:24px;
  opacity:1;
  background-color:#fff;
  color:#228c8b;
  padding:16px;
  border-radius: 32px;
}
.list-of-episodes article.grid .content {
  height:320px;
  position:relative;
}
.list-of-episodes article.grid .content .fade {
  background-color:#228c8b;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  display:block;
  position:absolute;
  height:100px;
  z-index:9999;
  bottom:0;
  left:0;
  right:0;
  opacity:1;
}
.list-of-episodes article.grid .post-header {
  padding:32px 32px 0 32px;
}
.list-of-episodes article.grid .post-header ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size: 12px;
}
.list-of-episodes article.grid .post-header ul a {
  color:#228c8b;
  font-weight: 600;
  text-transform: uppercase;
}
.list-of-episodes article.grid .post-header ul li {
  display:inline-block;
}
.list-of-episodes article.grid .post-header h2 {
  font-size: 18px;
  font-weight:600;
  margin:4px 0 0 0;
  line-height: 25px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-of-episodes article.grid .post-header a {
  color:#282828;
}
.list-of-episodes article.grid .post-content {
  margin:32px;
  font-size: 16px;
  line-height: 28px;
}
.list-of-episodes article.grid .post-footer {
  background-color:#80cac0;
  color:#fff;
  border-radius: 0 0 3px 3px;
  padding:16px 32px;
  font-size: 13px;
}
.list-of-episodes article.grid .post-footer ul {
  margin:0;
  padding:0;
}
.list-of-episodes article.grid .post-footer ul li {
  list-style: none;
  display:inline-block;
  width: 49%;
}
.list-of-episodes article.grid .post-footer ul li.date {
  text-align:right;
}
.list-of-episodes article.grid .post-footer .avatar img {
  border-radius: 3px;
  margin-right:10px;
}
.list-of-episodes article.grid .post-footer .tag-list {
  margin:0 30px;
}
.list-of-episodes article.grid .post-footer .tag-list .footer-icon {
  margin-right:10px;
}
.list-of-episodes article.grid .post-footer .play-button {
  display:inline-block;
  float:right;
  margin:14px 0 0;
}
.list-of-episodes article.grid .post-footer .play-button .play {
  background-color:#ee5241;
  border-radius:3px;
  padding:5px 7px;
  margin-left:10px;
}

/* 5.1 | Front Page: List Posts
------------------------------------------*/
.list-of-episodes article.list {
  border-radius:7px;
  margin-top:40px;
  overflow: hidden;
  background:#fff;
}
.list-of-episodes article.list .featured-image {
  height:auto;
  overflow:hidden;
  position: relative;
  border-radius: 0;
  float:left;
  margin-right:30px;
}
.list-of-episodes article.list .featured-image a {
  opacity: 1;
}
.list-of-episodes article.list .featured-image img {
  width:260px;
  height:260px;
}
.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;
}
.touch .list-of-episodes article.list .featured-image .hover  {
  opacity:0;
  display:none;
}
.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;
}
.touch .list-of-episodes article.list .featured-image:hover .hover {
  opacity: 0;
  display: 0;
}
.list-of-episodes article.list .inside {
  padding:30px;
  min-height:260px;
}
.list-of-episodes article.list .post-header {
  padding:0 0 15px 0;
  margin:0;
}
.list-of-episodes article.list .post-header ul {
  margin:0 0 10px 0;
  padding:0;
  list-style:none;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.list-of-episodes article.list .post-header ul a:link,
.list-of-episodes article.list .post-header ul a:visited {
  color:#228c8b;
}
.list-of-episodes article.list .post-header ul a:hover {
  color:#1a6d6c;
}
.list-of-episodes article.list .post-header ul li {
  display:inline-block;
}
.list-of-episodes article.list .post-header h2 {
  font-size: 26px;
  font-weight:600;
  margin:4px 0 0 0;
  line-height: 34px;
}
.list-of-episodes article.list .post-header h2 a:link,
.list-of-episodes article.list .post-header h2 a:visited {
  color:#444;
}
.list-of-episodes article.list .post-header h2 a:hover {
  color:#333;
}
.list-of-episodes article.list .post-content p {
  font-size: 16px;
  line-height: 1.7;
  color:#646464;
  margin-top:10px;
}
.list-of-episodes article.list .post-footer {
  display:none;
}
.list-of-episodes .button-container {
  margin:40px 0 0 0;
  text-align: right;
}
.list-of-episodes article.list.post .more-link {
  margin:0;
  display:inline-block;
}


/* 
 * 6 | Posts
 *-----------------------------------------------------------------*/
/* 6.1 | Main Content
------------------------------------------*/
.main-content,
.post-type-archive-podcast.archive .main-content {
  padding-top:80px;
  padding-bottom:80px;
  background-color:#fff;
}
.pod_vc_active.main-content.page {
  padding-top:0;
  padding-bottom:0;
}
.archive .main-content,
.search .main-content,
.blog .main-content {
  background-color:#e5e5e5;
}
.blog .main-content {
  padding-top:0;
}
.main-content.nav-sticky.nav-transparent {
  padding-top: 0;
}
.main-content.nav-sticky.nav-transparent.no-header,
.main-content.nav-nav-transparent.no-header,
.main-content.nav-sticky.no-header {
  padding-top: 60px;
}
.reg.nav-sticky.nav-transparent {
  padding-top: 0;
}
.blog .main-content .entries,
.blog .main-content .sidebar {
  padding-top:70px;
}
.entries .post {
  margin-bottom: 64px;
  position: relative;
  background-color:#fff;
}
.post img {
  max-width:100%;
  height:auto;
  box-sizing:content-box !important;
  -o-box-sizing:content-box !important;
  -moz-box-sizing:content-box !important;
  -webkit-box-sizing:content-box !important;
}
.post .entry-header .featured-image-large {
  position:relative;
  margin-bottom:42px;
}
.post .entry-header .featured-image-large img {
  width:100%;
  height:auto;
  max-width: auto;
}
.post .entry-header .featured-image-large a:link,
.post .entry-header .featured-image-large a:visited {
  opacity:1;
}
.post .entry-header .featured-image-large a:hover {
  opacity:1;
}
.post .entry-header .title-container {
	padding: 32px; 
}
.post .entry-header .entry-title {
  margin: 0;
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
  display: inline-block;
}
.post .entry-header .entry-date {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 14px;
  padding:0;
  list-style:none;
}
.post .entry-header .entry-date li {
  display:inline-block;
  margin-right:15px;
}
.post .entry-header .entry-date li a {
  line-height: 28px;
}
.post .entry-header .entry-date .sticky_label {
  color:#fff;
  font-weight: 700;
  font-size: 14px;
  padding:3px 6px;
  display:inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Categories Section at the top of every post */
.post .post-cat-res {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.post .post-cat-res li {
  margin: 5px 5px 0 0;
  display:inline-block;
  font-weight: bold;
}
.post .post-cat li a:link,
.post  .post-cat li a:visited {
  color: #888;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 600;
  margin-bottom: 2px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.post .post-cat li a:hover {
  color: #666;
}

/* Post Title */
.post .entry-header .entry-title a:link,
.post .entry-header .entry-title a:visited {
  color: #323232;
}
.post .entry-header .top-meta {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.post .entry-header .top-meta li {
  display: inline-block;
}
.post .entry-content {
  margin: 0;
  padding: 0 32px 32px 32px;
}
.post .entry-summary {
  margin: 0;
  padding:0 32px 32px 32px;
}
.post .entry-content .wp-caption {
  max-width:100%;
  height: auto;
}
.post .entry-content .wp-caption img {
  width:100%;
  height:auto;
}
.post .entry-content .gallery.grid .gallery-item {
  width:33.3333%;
}
.post .entry-content dd,
.single .entry-content dd {
  margin-bottom:16px;
}
.post .entry-content table,
.single .entry-content table {
  border:1px solid #ddd;
}
.post .entry-content table th,
.single .entry-content table th {
  padding:10px 15px;
  border:1px solid #ddd;
}
.post .entry-content table td,
.single .entry-content table td {
  padding:10px 15px;
  border:1px solid #ddd;
}

/* Post Footer/Meta Section */
.post .entry-meta {
  border-top: 1px solid #dddddd;
  padding: 24px 40px;
  margin: 0;
}
.post .entry-meta .footer-meta {
  list-style: none;
  padding: 16px 0;
  margin: 0;
  float: left;
  text-align: center;
}
.post .entry-meta .footer-meta img {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.post .entry-meta .footer-meta img.avatar {
  float:left;
  margin-right:24px;
}
.post .entry-meta .footer-meta span.authorname {
  padding: 10px 0;
  position: relative;
  top: 6px;
}
.post .entry-meta .entry-taxonomy {
  float: right;
  font-size: 14px;
  padding: 25px 0;
}
.post .entry-meta .entry-taxonomy .comment-link {
  padding: 0;
  float: left;
  font-size: 16px;
  line-height: 28px;
}
.post .entry-meta .entry-tags:before {
  font-family: 'Batch Icons';
  font-size: 16px;
  color: #777;
  display: inline-block;
  content: '\f0ab';
  margin-right: 15px;
}
.post .entry-meta .entry-tags {
  margin: 0 0 0 20px;
  padding: 0 0 0 40px;
  list-style: none;
  line-height: 20px;
  display: inline-block;
  background-image: none;
}
.post .entry-meta .entry-tags li {
  display: inline-block;
  margin-right: 15px;
  line-height: 28px;
}


/* 6.2 | Post Format Styling
------------------------------------------*/
/* Aside Post */
.post.format-aside .entry-content {
  padding:40px;
}
.post.format-aside .entry-content p {
  display: inline;
}
.post.format-aside .entry-content .infinity {
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  line-height: 20px;
}
.single .post.format-aside  .entry-header {
  padding:0;
}

/* Quote Post */
.post.format-quote .entry-content {
  padding: 50px 42px;
  margin: 0;
}
.post.format-quote .entry-content blockquote {
  background-color: transparent;
  font-size: 26px;
  font-weight: 400;
  padding:0;
  margin:0 0 16px 0;
}
.post.format-quote .entry-content blockquote p,
.single.single-format-quote .entry-content blockquote p {
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 42px;
}
.single.single-format-quote .entry-content blockquote {
  margin:0;
  font-size: 26px;
  font-weight: 400;
  padding:0;
  margin:0;
}
.post.format-quote .entry-content blockquote p cite,
.single.single-format-quote .entry-content blockquote p cite {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

/* PowerPress Settings*/
.powerpress_player {
  display: block;
  margin:24px 0 0 0;
}
.podcaster-theme .powerpress_player .mejs-audio {
  width:100% !important;
  height: 70px !important;
}
.single .single-featured .powerpress_player .mejs-audio {
  height:30px !important;
}
.powerpress_links {
  margin:0 0 24px 0;
}

/* 6.3 | Overall Multimedia Settings
------------------------------------------*/
.post .podcast_player,
.post .audio_player,
.post .wp-audio-shortcode {
  display: block;
}
.post.format-audio .featured-media,
.post.format-video .featured-media,
.post.format-image .featured-media,
.post.format-gallery .featured-media {
  margin-bottom: 0;
}
.post.format-audio .featured-media .audio-caption,
.post.format-video .video-caption,
.post.format-image .entry-featured .image-caption,
.post.format-gallery .featured-gallery .gallery-caption {
  padding: 0 32px 32px 32px;
  background-color: #fff;
  font-size:14px;
  font-weight:600;
  color:#228c8b;
}
.archive .post.format-audio .featured-media .audio-caption,
.archive .post.format-video .video-caption,
.archive .post.format-image .entry-featured .image-caption,
.archive .post.format-gallery .featured-gallery .gallery-caption {
  padding:0 32px 32px 32px;
}

/* Audio Post*/
.post.format-audio .featured-media .audio_player {
  margin-bottom:32px;
}
.podcaster-theme .post.format-audio .featured-media .audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.podcaster-theme .post.format-audio .featured-media .powerpress_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #fff;
}
.featured-media .powerpress_links {
  padding:0 32px;
}
.post.format-audio .au_oembed iframe,
.single-post.single-format-audio .au_oembed iframe {
  width: 100%;
}
.single-post .audio-caption {
  margin-top: 25px;
  color: #ffffff;
}
.post.format-audio .featured-media .powerpress_player .mejs-audio {
  height:30px !important;
}

/* Video Post */
.post.format-video .featured-media .video_player {
  margin-bottom:32px;
}
.video_player > div {
  width:100% !important;
 }
.single .single-featured .video-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
.single .single-featured .video-meta li {
  padding: 15px 0;
  color: #ffffff;
}
.single .single-featured .video-meta li .batch {
  color: #ffffff;
  padding: 0 25px 0 0;
}
.post.format-video .post-header {
  margin-bottom: 25px;
}

/* Gallery Post */
.flexslider .slides img {
  height:auto;
}
.post.format-gallery .featured-gallery .gallery.flexslider,
.post.format-gallery .entry-header .gallery.flexslider,
.post .entry-content .gallery.flexslider,
.single .gallery.flexslider {
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.post .gallery.flexslider .slides li a,
.single .gallery.flexslider .slides li a,
.post .gallery.grid .gallery-item a,
.single .gallery.grid .gallery-item a {
  opacity: 0.7;
}
.post .gallery.flexslider .slides li a:hover,
.single .gallery.flexslider .slides li a:hover,
.post .gallery.grid .gallery-item a:hover,
.single .gallery.grid .gallery-item a:hover {
  opacity: 1;
}
.post .entry-content .gallery.flexslider {
  margin:20px 0 !important;
}
.single .featured-gallery .gallery.flexslider {
  margin:0;
}
.post.format-gallery .featured-gallery .gallery.flexslider {
  margin-bottom:32;
}
.post.format-gallery .featured-gallery .gallery.flexslider.loading_post,
.single .featured-gallery .gallery.flexslider.loading_post,
.post .entry-content .gallery.flexslider.loading_post {
  height: 300px;
  background-color: #fff;
  background-image: url(img/270.GIF);
  background-repeat: no-repeat;
  background-position: center;
}
.post.format-gallery .featured-gallery .gallery.flexslider .slides,
.single .featured-gallery .gallery.flexslider .slides,
.post .entry-content .gallery.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post.format-gallery .featured-gallery .gallery.flexslider li.gallery-item,
.single .featured-gallery .gallery.flexslider li.gallery-item,
.post .entry-content .gallery.flexslider li.gallery-item {
  position: relative;
  margin-top: 0 !important;
  direction: ltr;
}
.post.format-gallery .featured-gallery .gallery.flexslider li.gallery-item .flex-caption,
.single .featured-gallery .gallery.flexslider li.gallery-item .flex-caption,
.post .entry-content .gallery.flexslider li.gallery-item .flex-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background: #FF7F50;
  opacity:0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.post.format-gallery .featured-gallery .gallery.flexslider:hover li.gallery-item .flex-caption,
.single .featured-gallery .gallery.flexslider:hover li.gallery-item .flex-caption,
.post .entry-content .gallery.flexslider:hover li.gallery-item .flex-caption {
  opacity:1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.post.format-gallery .featured-gallery .gallery.flexslider li.gallery-item .flex-caption p,
.single .featured-gallery .gallery.flexslider li.gallery-item .flex-caption p,
.post .entry-content .gallery.flexslider li.gallery-item .flex-caption p {
  margin: 0;
  padding: 10px 15px;
}
.post.format-gallery .featured-gallery .gallery.flexslider img,
.single .featured-gallery .gallery.flexslider img,
.post .entry-content .gallery.flexslider img {
  border: 0 !important;
}
.post.format-gallery .featured-gallery .gallery.flexslider .flex-control-thumbs,
.single .featured-gallery .gallery.flexslider .flex-control-thumbs,
.post .entry-content .gallery.flexslider .flex-control-thumbs {
  margin: 18px 0 0 0;
}
.post.format-gallery .featured-gallery .gallery.flexslider .flex-control-thumbs li,
.single .featured-gallery .gallery.flexslider .flex-control-thumbs li,
.post .entry-content .gallery.flexslider .flex-control-thumbs li {
  width: 120px;
  padding: 0 22px 22px 0;
}
.post.format-gallery .featured-gallery .gallery.flexslider .flex-control-thumbs li:last-child,
.single .featured-gallery .gallery.flexslider .flex-control-thumbs li:last-child,
.post .entry-content .gallery.flexslider .flex-control-thumbs li:last-child {
  padding: 0 0 2px 0;
}
.post.format-gallery .featured-gallery .gallery.flexslider .flex-control-thumbs img,
.single .featured-gallery .gallery.flexslider .flex-control-thumbs img,
.post .entry-content .gallery.flexslider .flex-control-thumbs img {
  opacity: 1;
}
.post.format-gallery .featured-gallery .gallery.flexslider .flex-direction-nav a,
.single .featured-gallery .gallery.flexslider .flex-direction-nav a,
.post .entry-content .gallery.flexslider .flex-direction-nav a {
  width: 48px;
  height: 80px;
  margin-top: -40px;
  display: block;
  background-image: url(img/flexslider-arrows.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 50%;
  z-index: 100;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
}
.post.format-gallery .featured-gallery .gallery.flexslider .flex-direction-nav .flex-next,
.single .featured-gallery .gallery.flexslider .flex-direction-nav .flex-next,
.post .entry-content .gallery.flexslider .flex-direction-nav .flex-next {
  background-position: 100% 16px;
  right: 0;
  -moz-transition-duration: 0.5s;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.post.format-gallery .featured-gallery .gallery.flexslider .flex-direction-nav .flex-prev,
.single .featured-gallery .gallery.flexslider .flex-direction-nav .flex-prev,
.post .entry-content .gallery.flexslider .flex-direction-nav .flex-prev {
  left: 0;
  background-position: 0 16px;
  -moz-transition-duration: 0.5s;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.post.format-gallery .featured-gallery .gallery.flexslider .flex-direction-nav .flex-next:hover,
.single .featured-gallery .gallery.flexslider .flex-direction-nav .flex-next:hover,
.post .entry-content .gallery.flexslider .flex-direction-nav .flex-next:hover {
  background-color: #206565;
}
.post.format-gallery .featured-gallery .gallery.flexslider .flex-direction-nav .flex-prev:hover,
.single .featured-gallery .gallery.flexslider .flex-direction-nav .flex-prev:hover,
.post .entry-content .gallery.flexslider .flex-direction-nav .flex-prev:hover {
  background-color: #206565;
}
.post.format-gallery .featured-gallery .gallery.flexslider .flexslider:hover .flex-next,
.single .featured-gallery .gallery.flexslider .flexslider:hover .flex-next,
.post .entry-content .gallery.flexslider .flexslider:hover .flex-next {
  opacity: 1;
  right: 10px;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.post.format-gallery .featured-gallery .gallery.flexslider .flexslider:hover .flex-prev,
.single .featured-gallery .gallery.flexslider .flexslider:hover .flex-prev,
.post .entry-content .gallery.flexslider .flexslider:hover .flex-prev {
  opacity: 1;
  right: 65px;
  left: auto;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

/* Grid Gallery */
.post.format-gallery .entry-content .gallery.grid,
.gallery.grid {
  margin: auto auto 42px auto !important;
}
.post.format-gallery .entry-content .gallery.grid .gallery-item,
.gallery.grid .gallery-item {
  margin: 0 !important;
  position: relative;
  float:left;
}
.single .featured-gallery  .gallery.grid .gallery-item img{
  width:100%;
  height:auto;
}
.featured-gallery  .gallery.grid.three .gallery-item,
.single .featured-gallery  .gallery.grid.three .gallery-item {
  width:33.3333%;
}
.featured-gallery  .gallery.grid.four .gallery-item,
.single .featured-gallery  .gallery.grid.four .gallery-item {
  width:25%;
}
.featured-gallery  .gallery.grid.five .gallery-item,
.single .featured-gallery  .gallery.grid.five .gallery-item {
  width:20%;
}
.featured-gallery  .gallery.grid.six .gallery-item,
.single .featured-gallery  .gallery.grid.six .gallery-item {
  width:16.6667%;
}
.featured-gallery  .gallery.grid.seven .gallery-item,
.single .featured-gallery  .gallery.grid.seven .gallery-item {
  width:14.2857%;
}
.featured-gallery  .gallery.grid.eight .gallery-item,
.single .featured-gallery  .gallery.grid.eight .gallery-item{
  width:12.5%;
}
.post.format-gallery .entry-content .gallery.grid .gallery-item .flex-caption,
.gallery.grid .gallery-item .flex-caption {
  position: absolute;
  left: 0;
  right:0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  font-size: 14px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.post.format-gallery .entry-content .gallery.grid .gallery-item:hover .flex-caption,
.gallery.grid .gallery-item:hover .flex-caption {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.post.format-gallery .entry-content .gallery.grid .gallery-item .flex-caption p,
.gallery.grid .gallery-item .flex-caption p {
  padding: 5px 10px;
  margin: 0;
  color: #fff;
}
.post.format-gallery .entry-content .gallery.grid .gallery-item .image_cont,
.gallery.grid .gallery-item .image_cont {
  padding: 0;
}
.post.format-gallery .entry-content .gallery.grid .gallery-item .image_cont img,
.gallery.grid .gallery-item .image_cont img {
  border: 0 !important;
}
.post.format-gallery .entry-meta {
  margin-top:20px;
}

/* Image Post */
.post.format-image .entry-featured .featured {
  position: relative;
  margin-bottom: 32px;
}

.post.format-image .entry-featured .featured img {
  width: 100%;
  height:auto;
  display:block;
}

.post.format-image .entry-featured .featured .permalink_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.post.format-image .entry-featured .featured .permalink_box:hover {
  opacity: 1;
}
.post.format-image .entry-featured .featured .permalink_box a:link,
.post.format-image .entry-featured .featured .permalink_box a:visited{
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  padding: 20px;
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.post.format-image .entry-featured .featured .permalink_box a:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.single.single-format-image .single-featured.has-featured-image .translucent {
  background: transparent;
}
.single .single-featured .image img {
  max-width: 100%;
  height: auto;
}
.single .single-featured .image .image-caption {
  padding-top: 25px;
  color: #fff;
}

/* Link Post */
.post.format-link .entry-header .anchor {
  font-size: 42px;
}
.post.format-link .entry-content {
  padding:0;
}
.post.format-link .entry-content > p:first-of-type {
  font-size: 28px;
  background-color: #282c2f;
  padding: 25px;
  margin:0;
  line-height: 50px;
}
.post.format-link .entry-content > p:first-of-type:hover {
  background-color: #17191a;
}
.post.format-link .entry-content > p:first-of-type a:before {
  font-family: Batch Icons;
  content:'\f067';
  font-size:16px;
  font-weight:400;
  margin-right:32px;
}
.post.format-link .entry-content > p:first-of-type a:link,
.post.format-link .entry-content > p:first-of-type a:visited {
  color: #fff;
  padding-left: 20px;
  font-weight: 600;
}
.post.format-link .entry-content p {
  padding:40px;
}
.single .post.format-link .entry-content > p:first-of-type {
  padding:25px;
}
.single .post.format-link .entry-content > p {
  padding:40px 0;
}

/* Status Post */
.post.format-status .entry-content {
  font-size: 24px;
  color: #555;
  line-height: 42px;
  padding:40px;
}

.post.format-status .icon_cont{
  text-align: center;
  display: block;
  margin:0 0 10px 0;
}
.post.format-status .status_icon {
  color: #bbb;
  font-family: FontAwesome;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  height: 32px;
  line-height: 1;
  width: 32px;
  
}
.post.format-status .status_icon:before {
  content: "\f0a1";
  border-radius: 3px;
  color: #bbb;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 10px;
  transition-duration: 0.4s;
}

/* Chat Post */
.post.format-chat .entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post.format-chat .entry-content ul li {
  padding: 25px 0;
  border-bottom: 1px solid #dddddd;
}
.post.format-chat .entry-content ul li:last-of-type {
  border: none;
}
.post.format-chat .entry-content ul li strong {
  display: block;
  font-size: 14px;
  margin: 0;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}
.post.format-chat .entry-content p {
  border-bottom:1px solid #DDDDDD;
  padding:25px 0;
}
.post.format-chat .entry-content p:last-of-type {
  border:none;
}
.post.format-chat .entry-content p strong {
  display: block;
  font-size: 14px;
  margin: 0;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}

/* Post Audio Player */
.post .audio_player {
  background:#228C8B;
  padding:20px 10px;
}
.post .featured-media .powerpress_player {
  background:#228C8B;
  padding:20px 10px;
  margin-bottom:32px;
}
.post .audio_player.embed_code {
  padding:0;
  background: transparent;
}
.post .audio_player.au_oembed {
  background:transparent;
  padding:0;
}
.post .audio_player .mejs-container .mejs-controls {
  background-color:#228C8B;
}
.post .audio_player .mejs-controls .mejs-time-rail .mejs-time-total,
.post .audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.post .powerpress_player .mejs-controls .mejs-time-rail .mejs-time-total,
.post .powerpress_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: rgba(0,0,0,0.4);
}
.post .audio_player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.post .powerpress_player .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(0,0,0,0.2);
}
.post .audio_player .mejs-controls .mejs-time-rail .mejs-time-current,
.post .audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.post .powerpress_player .mejs-controls .mejs-time-rail .mejs-time-current,
.post .powerpress_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color:#eee;
}
.post .audio_player .mejs-container .mejs-controls div.mejs-horizontal-volume-slider.mejs-mute,
.post .powerpress_player .mejs-container .mejs-controls div.mejs-horizontal-volume-slider.mejs-mute {
  margin-left:20px;
}

/* WP Playlist */
.podcaster-theme .wp-playlist.wp-audio-playlist,
.podcaster-theme .wp-playlist.wp-video-playlist {
  background-color:#bbb;
  font-size:14px;
  margin-bottom:24px;
  padding:0;
  border:0;
}
.podcaster-theme .wp-playlist.wp-audio-playlist a:link,
.podcaster-theme .wp-playlist.wp-audio-playlist a:visited,
.podcaster-theme .wp-playlist.wp-video-playlist a:link,
.podcaster-theme .wp-playlist.wp-video-playlist a:visited {
  color:#fff;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-item,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-item {
  padding:24px;
  border-bottom:1px solid rgba(0,0,0,0.1);
  background-color:#eee;
  transition-duration:0.4s;
  -moz-transition-duration:0.4s;
  -webkit-transition-duration:0.4s;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-item:hover,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-item:hover {
  background-color:#ddd;
  cursor:pointer;
  transition-duration:0.4s;
  -moz-transition-duration:0.4s;
  -webkit-transition-duration:0.4s;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-item.wp-playlist-playing,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-item.wp-playlist-playing {
  background-color: #ddd
}
.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-item a:link,
.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-item a:visited,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-item a:link,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-item a:visited {
  color:#444;
}
.wp-playlist.wp-audio-playlist .wp-playlist-item:last-of-type,
.wp-playlist.wp-video-playlist .wp-playlist-item:last-of-type {
  border:none;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-current-item {
  padding:14px 24px;
  border:none;
  height:auto;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item img {
  float:left;
  margin-bottom: 14px;
  margin-right:24px;
  border-radius:3px;
  height:100px;
  width:100px;
  max-height:100px;
  max-width:100px;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-current-item .wp-playlist-caption {
  color:#fff;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption span,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-current-item .wp-playlist-caption span {
  display: block;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-title,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-title {
  font-size: 26px;
}

.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-album,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-album {
  font-size: 20px;
}

.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-artist,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-artist {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption:after,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-current-item .wp-playlist-caption:after {
  clear:both;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-item .wp-playlist-item-length,
.podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-item .wp-playlist-item-length {
  float:right;
  color:#777;
  bottom: 0;
  font-size: 14px;
  line-height: inherit;
  padding: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color:rgba(0,0,0,0.2);
}
.podcaster-theme .wp-playlist.wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color:rgba(0,0,0,0.25);
}
.podcaster-theme .wp-playlist.wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color:rgba(0,0,0,0.2);
}
.podcaster-theme .wp-playlist.wp-audio-playlist .mejs-container,
.podcaster-theme .post .wp-playlist.wp-audio-playlist .mejs-container {
  padding:15px;
  background-color:rgba(0,0,0,0.08);
  width:100% !important;
  height:70px !important;
  clear:both;
}
.podcaster-theme .post .wp-playlist.wp-audio-playlist .mejs-container .mejs-controls {
  background-color: transparent;
}
.podcaster-theme .wp-playlist.wp-audio-playlist  .mejs-controls {
  background-color:transparent;
  height:50px;
  padding:0 24px;
  width:100% !important;
}
.podcaster-theme .wp-playlist .wp-playlist-tracks {
  max-height:150px;
  overflow:auto;
  margin:0;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .mejs-controls .mejs-time-rail .mejs-time-current {
  background:#fff;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .mejs-controls .mejs-button button:hover {
  color:rgba(255,255,255,0.75);
}
.podcaster-theme .post .wp-playlist.wp-audio-playlist  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  background: #fff;
}
.podcaster-theme .wp-playlist.wp-audio-playlist .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/* Captions */
.featured-caption .vid,
.featured-caption .audio,
.featured-caption .img {
  line-height: 34px;
  padding:50px 0;
  color:#228C8B;
}

/*Audio Player Within Post */
.podcaster-theme .post .mejs-container, 
.podcaster-theme .post .mejs-embed, 
.podcaster-theme .post .mejs-embed body, 
.podcaster-theme .post .mejs-container .mejs-controls {
  background-color: #eee;
}
.post .entry-content .mejs-container.wp-audio-shortcode.mejs-audio,
.latest-episode .mejs-container.wp-audio-shortcode.mejs-audio,
.front-page-header .mejs-container.wp-audio-shortcode.mejs-audio {
  height:70px !important;
  margin:24px 0;
}
.post .entry-content .mejs-container .mejs-controls,
.post .featured-video .mejs-container .mejs-controls,
.single .video_player .mejs-video.mejs-container .mejs-controls,
.latest-episode .mejs-video.mejs-container .mejs-controls,
.front-page-header .mejs-video.mejs-container .mejs-controls {
  background-color:#999;
  padding:0 10px;
  height:70px;
}
.post .entry-content .mejs-container .mejs-controls .mejs-button button,
.post .featured-video .mejs-container .mejs-controls .mejs-button button,
.single .video_player .mejs-video.mejs-container .mejs-controls .mejs-button button,
.latest-episode .mejs-video.mejs-container .mejs-controls .mejs-button button,
.front-page-header .mejs-video.mejs-container .mejs-controls .mejs-button button {
  margin:26px 5px;
  color:#fff;
}
.post .entry-content .mejs-container .mejs-controls .mejs-time,
.post .featured-video .mejs-container .mejs-controls .mejs-time,
.single .video_player .mejs-video.mejs-container .mejs-controls .mejs-time,
.latest-episode .mejs-video.mejs-container .mejs-controls .mejs-time,
.front-page-header .mejs-video.mejs-container .mejs-controls .mejs-time {
  margin:20px 3px;
}
.post .entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.post .featured-video .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.single .video_player .mejs-video.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.latest-episode .mejs-video.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.front-page-header .mejs-video.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color:rgba(0,0,0,0.2);
}
.post .entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.post .featured-video .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.single .video_player .mejs-video.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.latest-episode .mejs-video.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.front-page-header .mejs-video.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(0, 0, 0, 0.25);
}
.post .entry-content .mejs-container .mejs-controls .mejs-time span,
.single .video_player .mejs-video.mejs-container .mejs-controls .mejs-time span {
  color:#fff;
}
.post .entry-content .mejs-container .mejs-controls div.mejs-time-rail,
.post .featured-video .mejs-container .mejs-controls div.mejs-time-rail,
.single .video_player .mejs-video.mejs-container .mejs-controls div.mejs-time-rail,
.latest-episode .mejs-video.mejs-container .mejs-controls div.mejs-time-rail,
.front-page-header .mejs-video.mejs-container .mejs-controls div.mejs-time-rail {
  padding-top:27px;
}
.post .entry-content .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.single .video_player .mejs-video.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.latest-episode .mejs-video.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.front-page-header .mejs-video.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  top:31px;
  background-color:rgba(0,0,0,0.25);
}
.post .entry-content .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.single .video_player .mejs-video.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.latest-episode .mejs-video.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.front-page-header .mejs-video.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top:31px;
}
.podcaster-theme .post .entry-content .mejs-controls .mejs-time-rail .mejs-time-current {
  background:#fff;
}
.podcaster-theme .post .entry-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background:#fff;
}
.wp-playlist .mCustomScrollBox {
  background-color: #EEEEEE;
}

/* Video Player Within Post */
.podcaster-theme .mejs-overlay-button {
  background:rgba(0,0,0,0.4);
  border-radius: 9999px;
  margin:-50px 0 0 -50px !important;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.podcaster-theme .mejs-overlay-button:hover {
  background-color:#228C8B;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.podcaster-theme .mejs-overlay-button:before {
  font-family: 'Batch Icons';
  content: '\f16b';
  color:#fff;
  font-size:48px;
  display:inline-block;
  padding:26px 28px;
}
.podcaster-theme .mejs-overlay-loading span{
  background-color: transparent;
  background-image: url(img/video-loading.png);
  background-repeat: no-repeat;
  background-position: center;
}
.podcaster-theme .mejs-overlay-loading  {
 
}
.podcaster-theme .mejs-container.mejs-video .mejs-controls {
  background-color:rgba(0,0,0,0.4) !important;
}
.podcaster-theme .mejs-container.mejs-video .mejs-controls:hover .mejs-time-rail .mejs-time-current {
  background:#fff;
}
.podcaster-theme .mejs-container.mejs-video .mejs-controls:hover .mejs-time-rail .mejs-time-float {
  background-color: #fff;
}
.podcaster-theme .mejs-container.mejs-video .mejs-controls:hover .mejs-time-rail .mejs-time-float-corner {
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/* Video Playlist */
.podcaster-theme .post .entry-content .wp-audio-playlist .mejs-container .mejs-controls {
  background-color:rgba(0,0,0,0.07);
}
.podcaster-theme .post .mejs-container.wp-video-shortcode.mejs-video .mejs-controls .mejs-time-rail .mejs-time-current,
.podcaster-theme .latest-episode .mejs-container.wp-video-shortcode.mejs-video .mejs-controls .mejs-time-rail .mejs-time-current, {
  background-color:rgba(0,0,0,0.5);
}
.podcaster-theme .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  border:none;
  width:44px;
}
.podcaster-theme .post .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  background-color:rgba(0,0,0,0.3);
}
.podcaster-theme .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width:40px;
}
.podcaster-theme .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  top:17px;
  left:17px;
}
.podcaster-theme .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border-color: rgba(0,0,0,0.3) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/* Post Pagination */
.post_pagination {
  background-color:#fff;
  margin: 20px 0 0 32px;
  display: inline-block;
}
.post .post_pagination {
  margin: 32px 0 32px 32px;
}
.page .post .post_pagination {
  margin:32px 0 32px 0;
}
.post_pagination span {
  padding: 8px;
  text-align: center;
  margin: 0 10px 0 0;
  height:50px;
  color:#999;
  font-style: italic;
  display:inline-block;
  background-color:#ddd; 
  border:none;
  border-radius: 3px;
}
.post_pagination a:link,
.post_pagination a:visited {
  padding: 3px 10px;
  text-align: center;
  background-color:#eee;
  color:#888;
  margin: 0 5px;
  display:inline-block;
  border-radius: 3px;
  line-height: auto;
}
.post_pagination a:hover {
  background-color: #ddd;
  color:#666;
  border:none;
}
.single .post_pagination {
  margin:25px 0 0 0;
}
.page .post_pagination {
  border:none;
  background-color: transparent;
}
.page .post_pagination span {
  padding: 8px;
  text-align: center;
  margin: 0 10px 0 0;
  width:50px;
  height:50px;
  color:#999;
  font-style: italic;
  display:inline-block;
  background-color:#ddd; 
  border:none;
  border-radius: 3px;
}


/* 
 * 7 | Pagination
 *-----------------------------------------------------------------*/
.pagination {
  margin: 50px 0;
}
#thst-alm-load-posts {
  background: #fff;
  padding: 50px 0;
}
#thst-alm-load-posts a:link,
#thst-alm-load-posts a:visited {
  background-color: #282c2f;
  color: #fff;
  display: block;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#thst-alm-load-posts a:hover {
  background-color: themeVeryDark;
}
#thst-alm-load-posts a.done:link {
  background: transparent;
  color: #eee;
  font-style: italic;
}
.pagination .page-numbers:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin: 0;
}
.pagination .page-numbers:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination .page-numbers {
  background: #282c2f;
  color: #fff;
  padding: 10px 25px;
  text-align: center;
  float: left;
  margin: 0 0 0 1px;
}
.pagination a.page-numbers:link,
.pagination a.page-numbers:visited {
  color: #619c9c;
  font-style: normal;
  margin: 0 0 0 1px;
  opacity: 1;
}
.pagination a.page-numbers:hover {
  color: #fff;
  background-color: #17191a;
}

/* 
 * 8 | Single Post
 *-----------------------------------------------------------------*/
.thst-main-posts {
  padding-top: 48px;
}
.single .thst-main-posts {
  padding:80px 0;
  background-color:#fff;
}
.thst-main-posts.nav-sticky {
  padding-top: 180px;
}
.single .reg {
  background-color: #93cece;
}
.single .reg .content_page_thumb {
  height: 200px;
}
.single .reg .content_page_thumb .heading,
.single .reg .heading {
  position: relative;
  padding: 0;
  height: 200px;
}
.single .reg .content_page_thumb .heading .title,
.single .reg .heading .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
.single .reg .content_page_thumb .heading .title h1,
.single .reg .heading .title h1 {
  margin: 50px 0;
  color: #fff;
}
.single .post .entry-header .entry-title {
  font-size:42px;
  font-weight:600;
  margin-bottom:12px;
  line-height: 52px;
  display: block;
}
.single .post {
  margin-top: 0;
  padding: 0;
  margin-bottom: 80px;
}
.single .post .entry-content {
  padding:0;
}
.single .content {
  background-color: #fff;
}
.single .comment-respond,
.single #comments {
  padding:0;
}
.single .comment-respond h3,
.single #comments h3 {
  font-size: 36px;
  color:#555;
}
.single .post.format-standard {
  padding-top:0;
}
.single .post.format-standard .entry-header .entry-title {
  margin-left:0;
  margin-top:0px;
}
.single .entry-categories {
  margin: 32px 0;
  padding: 0;
  list-style: none;
}
.single .post .entry-categories li {
  margin-right: 5px;
  display: inline-block;
}
.single .entry-tags {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
  font-size: 14px;
}
.single .entry-tags li {
  display: inline-block;
  padding: 5px 10px;
  font-style: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.single .post .entry-header {
  padding:0 0 32px 0;
}

.single .post.format-standard .entry-header {
  padding:0 0 32px 0;
}
.single .post.format-gallery .entry-content p {
  padding:0;
}
.single .single-featured.gallery {
  padding: 0;
}
.single .single-featured {
  background-color: #EEEEEE;
  padding:0;
}
.single.format-audio .single-featured,
.single.single-podcast .single-featured {
  padding:0;
}
.single .single-featured.thumb_bg h2 {
  color:#eee; 
}
.single .single-featured .background {
  padding: 75px 0 75px 0; 
}
.single .single-featured.nav-sticky .background {
  padding: 60px 0 75px 0; 
}
.single .single-featured.has-featured-image.audio-featured-image-thumbnail .background.translucent{
  background:transparent;
}
.single .single-featured.nav-transparent.has-featured-image.audio-featured-image-background .background {
  padding: 200px 0 75px 0;
  background:rgba(0,0,0,0.5);
}
.single .single-featured.nav-transparent.has-featured-image.video-featured-image-background .background {
  padding: 200px 0 75px 0;
  background:rgba(0,0,0,0.5);
}

/* Audio Player with Darker Background */
.single .single-featured.thumb_bg .mejs-controls .mejs-button button {
  color:#eee;
}
.single .single-featured.thumb_bg .mejs-container .mejs-controls .mejs-time span {
  color:#eee;
}
.single .single-featured.thumb_bg .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: rgba(255,255,255,0.5);
}

/* Album Art */
.single .player_container {
  width:100%;
}
.single .player_container.with_thumbnail {
  width:83%;
  float:right;
}
.single .album-art {
  float:left;
  margin-right:2%;
  width:15%;
}
.single .album-art img {
  width:100%;
  height:auto;
}
.single .player_container .powerpress_links,
.single .player_container .powerpress_subsribe_links {
  display:none;
}
.single .single-featured.gallery.nav-sticky {
  background-color: #EEEEEE;
  padding: 110px 0 0 0;
}
.single .single-featured h2 {
  color:#555;
  font-size: 32px;
  font-weight: 600;
  padding: 0;
  margin:12px 0 24px 0;
}
.single .single-featured.has-featured-image.audio-featured-image-background h2 {
  color:#eee;
}
.single .single-featured span.mini-title {
  color: #228C8B;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
  text-transform: uppercase;
}
.single .single-featured .next-week {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 24px 32px;
  margin-top:32px;
  font-size: 16px
}
.single .mini-ex,
.post .mini-ex,
.podcast .mini-ex {
  background:#ff443b;
  color:#fff;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  padding:2px 4px;
  border-radius: 2px;
  line-height: 1;
  margin-left:10px;
  letter-spacing: 1px;
  position: relative;
  top:-2px;
}
.front-page-header .mini-ex.small,
.latest-episode .mini-ex.small,
.single .mini-ex.small,
.post .mini-ex.small,
.podcast .mini-ex.small {
  display:none;
}
.single .post .entry-meta {
  padding:0;
  margin-top:24px;
  border-color:#ddd;
}
.single .entry-meta .author-info {
  margin:0;
  padding:0;
  left: -224px;
  position: absolute;
  top: 0;
  text-align: right;
  width: 200px;
}
.single .sbar-left .entry-meta .author-info {
  right: -224px;
  left: auto;
  text-align: left;
}
.single .author-info p {
  font-size: 16px;
  line-height: 28px;
}
.single .author-info .author-avatar {
  margin: 0 0 24px 0;
}
.single .author-info .author-avatar img {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -otransition-duration: 0.4s;
  transition-duration: 0.4s;
}
.single .author-description h4 {
  color:#555;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.single .author-description span {
  font-size: 16px;
  color:#666;
}
.single .author-description .author_archive_link {
  margin:0 0 0 24px;
  position: relative;
  top:-4px;
}
.single .author-description .author_archive_link a:link,
.single .author-description .author_archive_link a:visited {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  color:#fff;
  border-radius: 3px;
  padding:3px 5px;
}
.single .caption-container {
  background-color:#EEEEEE;
  padding:32px;
  border-top:1px solid #ddd;
}
.single .caption-container {
}

/* Single Audio Player*/
.single .mejs-container .mejs-controls {
  background-color:#eee;
}
.single .has-featured-image .player_container .wp-audio-shortcode.mejs-container, 
.single .has-featured-image .player_container .wp-audio-shortcode.mejs-embed, 
.single .has-featured-image .player_container .wp-audio-shortcode.mejs-embed body, 
.single .has-featured-image .player_container .wp-audio-shortcode .mejs-controls {
  background-color: transparent;
}
.single .has-featured-image .wp-playlist .mejs-container .mejs-controls {
  background-color:transparent;
}
.single .mejs-controls .mejs-button button {
  color:#888;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.single .single-featured .audio_player .mejs-controls .mejs-button button {
  color:#777;
}
.single .single-featured.has-featured-image.audio-featured-image-background .audio_player .mejs-controls .mejs-button button {
  color:#eee;
}
.single  .mejs-controls .mejs-button button {
  color:#fff;
}
.single .mejs-controls .mejs-button button:hover {
  color: #228C8B;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.single  .mejs-controls .mejs-button button:hover {
  color:rgba(0,0,0,0.3);
}
.single .mejs-container .mejs-controls .mejs-time span {
  color:#888;
}
.single .has-featured-image.audio-featured-image-background .mejs-container .mejs-controls .mejs-time span {
  color:#eee;
}
.single .wp-playlist .mejs-container .mejs-controls .mejs-time span {
  color:#eee;
}
.single .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(0,0,0,0.2);
}
.single .has-featured-image.audio-featured-image-background .player_container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.single .has-featured-image.audio-featured-image-background .player_container .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: rgba(255,255,255,0.4);
}
.single .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color:#228C8B;
}
.single .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: rgba(0,0,0,0.2);
}
.single .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: rgba(0,0,0,0.2);
}
.single .has-featured-image.audio-featured-image-background .player_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: rgba(255,255,255,0.4);
}
.single .wp-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: rgba(0,0,0,0.1);
}
.single .single-featured.thumb_bg .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: rgba(255,255,255,0.5);
}
.single .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #228C8B;
}
.single .featured-gallery .gallery.grid {
  margin:0 !important;
}

/* Playlist Custom Scrollbar */
.wp-playlist .mCustomScrollBox > .mCSB_scrollTools {
  width:28px;
}
.wp-playlist .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width:6px;
}

/* Sticky Posts */
.post.sticky_post {
  margin: 0 0 64px 0;
  background: #f0f0f0;
}
.post.sticky_post .entry-header {
  padding: 0;
  margin: 0;
  padding: 30px 0;
}
.post.format-image .entry-header,
.post.sticky_post .featured-audio-title {
  margin: 0;
}
.post.sticky_post .entry-header .icon-container {

}
.post.sticky_post .featured-image {
  display: none;
}
.post.sticky_post .featured-post {
  padding: 0;
}
.post.sticky_post .entry-header {
  padding: 0;
}
.post.sticky_post .entry-header .entry-title {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}
.post.sticky_post .entry-header .entry-date {
  padding: 10px 0 0 0;
  margin:0;
}
.post.sticky_post .st-readmore,
.post.sticky_post.format-aside .entry-content p {
  display: block;
}
.post.sticky_post .entry-header .permalink-icon.sticky {
  color: #555;
  height: 16px;
  margin: 0;
  text-align: center;
  top: 0;
  width: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding:15px;
}
.post.sticky_post .entry-content,
.post.sticky_post .entry-summary {
  padding: 0 30px 30px 30px ;
  margin: 0;
}
.post.sticky_post .entry-content p,
.post.sticky_post .entry-summary p {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 28px;
}
.post.sticky_post.format-link .entry-content p:first-of-type {
  background-color: transparent;
  font-size: 16px;
  line-height: 28px;
  padding: 0;
}
.post.sticky_post.format-link .entry-content p:first-of-type:hover {
  background-color: transparent;
}
.post.sticky_post.format-status .entry-content,
.post.sticky_post.format-quote .entry-content,
.post.sticky_post.format-aside .entry-content {
  font-size: inherit;
  padding: 25px;
}
.post.sticky_post .entry-content .excerpt-content {
  margin: 30px 0;
}

/* Podcast in Blog*/
.post.podcast_post {
  margin: 0 0 64px 0;
  background: #282D31;
  color:#fff;
}
.post.podcast_post .entry-header a:link,
.post.podcast_post .entry-header a:visited {
  color:#aaa;
}
.post.podcast_post .entry-header a:hover {
  color:#fff;
}
.post.podcast_post .entry-header .entry-title h2 {
  font-size: 30px;
}


/* 
 * 9 | Comment Section Styling
 *-----------------------------------------------------------------*/
/* Respond Form */
.comment_container {
  padding-top:50px;
}
#respond #commentform .comment-form-author {

}
#respond #commentform .comment-form-author span {
  padding: 0 15px 0 0;
  display: block;
}
#respond #commentform .comment-form-email {

}
#respond #commentform .comment-form-email span {
  padding: 0 15px 0 0;
  display: block;
}
#respond #commentform .comment-form-url {

}
#respond #commentform .comment-form-comment {
  margin-top: 35px;
  clear: both;
}
#respond #commentform .comment-form-comment textarea {
  margin-top: 10px;
}
#respond #cancel-comment-reply-link:link,
#respond #cancel-comment-reply-link:visited {
  position: relative;
  top: -7px;
  margin-left: 10px;
  padding: 7px 12px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Raleway', 'Arial', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#respond #commentform input[text],
#respond #commentform textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/* Comment List */
#comments {
  margin-top: 100px;
}
#comments #comments-title {
  font-size: 36px;
  margin-bottom: 50px;
}
#comments .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
#comments .commentlist .children {
  list-style: none;
}
#comments .commentlist .children li {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#comments .commentlist li {
  margin-bottom: 0;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}
#comments .commentlist li:last-child {
  border: none;
}
#comments .commentlist li .comment-body .comment-awaiting-moderation {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#comments .commentlist li .comment-body .comment-author img {
  margin-right: 15px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#comments .commentlist li .comment-body .comment-author .fn {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
}
#comments .commentlist li .comment-body .comment-author .date {
  font-size: 12px;
  text-transform: uppercase;
}
#comments .commentlist li .comment-body .reply {
  text-align: right;
}
#comments .commentlist li .comment-body .reply a:link,
#comments .commentlist li .comment-body .reply a:visited {
  padding: 7px 12px;
  font-weight: 600;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#comments .commentlist #respond {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 50px;
  width: 75%;
}
.closed-comments {
  padding: 50px 0;
}

#comments .commentlist dd {
  margin-bottom:16px;
}

/* Post to Post Navigation */
.singlep_pagi {
  margin: 32px 0;
  padding: 0 32px;
  list-style: none;
  font-size: 16px;
}
.single .singlep_pagi {
  padding:0;
}
.singlep_pagi p {
  color: #aaa;
  font-weight: 600;
  font-size: 0.9em;
}
.singlep_pagi .left {
  width: 50%;
  float: left;
}
.singlep_pagi .right {
  width: 50%;
  float: right;
  text-align: right;
}

/* Author Info */
.author-info {
  clear: both;
}

/*Single Podcast Post*/
.single-podcast.podcast-archive .main-content .container .entries .podcast-content .podcast_meta {
  padding: 25px 0;
}
.single-podcast.podcast-archive .main-content .container .entries .podcast-content .podcast_meta a:link,
.single-podcast.podcast-archive .main-content .container .entries .podcast-content .podcast_meta a:visited {
  background-color: #93cece;
  padding: 2px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.single-podcast.podcast-archive .main-content .container .entries .podcast-content p {
  padding: 25px 0;
}

.single-podcast .podcast-content .title {
  padding-top: 50px;
  padding-left: 0;
  margin-bottom: 20px;
  background: #2A3034;
  overflow: hidden;
}
.single-post #mediainfo {
  margin-bottom: 32px;
}
.single-post #mediainfo > .butn {
  margin-bottom:12px;
}
.single-post #mediainfo .download-heading {
  margin-top:0;
  font-size: 18px;
}
.single-post #mediainfo .download {
  margin:0;
  padding:0;
  list-style: none;
  font-size: 14px;
}
.single-post #mediainfo .download li:before {
  font-family: 'Batch Icons';
  content:'\F0BD';
  font-size: 12px;
  color:#777;
  margin-right:5px;
}
.single-post #mediainfo .download li .butn {
  display: inline;  
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-left: 10px;
  padding: 3px 8px;
  text-transform: uppercase;
}
.single-podcast .podcast-content .title.extra-padding {
  padding-top: 150px;
}
.single-podcast .player-content {
  padding-bottom: 50px;
}
.single-podcast .player-content.extra-padding {
  padding-bottom: 125px;
}
.single-podcast .main-content .podcast-content .container.first {
  z-index: 99;
}
.single-podcast .player-content .podcast_player,
.page .podcast_player {
  margin-left: 0;
  margin-top: 10px;
}
.single-podcast .podcast-content .title h1 {
  color: #eee;
  margin: 10px 0 10px;
  padding: 0;
  font-size: 42px;
}
.single-podcast .podcast-content .title ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ddd;
}
.single-podcast .podcast-content .title ul li {
  display: inline-block;
  padding-right: 10px;
}
.single-podcast .podcast-content .title img {
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 100px;
  width: 100px;
  margin-right: 25px;
}


/* 
 * 10 | Blog Page Header
 *-----------------------------------------------------------------*/
.blog .static {
  background-color: #24292C;
}
.blog .heading {
  padding:50px 0;
}
.blog .static .heading .title {
  color:#efefef;
  padding:40px 0;
}
.blog .static .heading .title h1 {
  margin:0;
  font-size: 42px;
  font-weight: 600;
}
.blog .static .heading .title p {
  margin-top:24px;
  opacity:0.8;
}


/* 
 * 11 | Pages
 *-----------------------------------------------------------------*/
.page.page-template .post .entry-content,
.page.page-template-default .post .entry-content {
  background-color:#fff;
  padding:0;
 }
.archive.page .post .entry-content {
  padding:0 32px 32px 32px;
}
.page .comment_container {
  margin-top:50px;
}

/* Page Banner */
.page .banner-page {
  background: #282C2F;
  height: 250px;
}
.page .entry-meta {
  clear: both;
}
.page .reg,
.podcast-archive .reg,
.search .reg,
.archive .reg {
  background-color: #24292C;
}
.page .reg.sticky-header,
.podcast-archive.sticky-header .reg,
.search.sticky-header .reg,
.archive.sticky-header .reg, {
  margin-top: 100px;
}
.page .reg .heading,
.podcast-archive .reg .heading,
.search .reg .heading,
.archive .reg .heading {
  padding: 50px 0;
}
.page .reg .heading h1,
.podcast-archive .reg .heading h1,
.search .reg .heading h1,
.archive .reg .heading h1 {
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
}
.page .reg .heading p,
.podcast-archive .reg .heading p,
.search .reg .heading p,
.archive .reg .heading p {
  color:#dadada;
}
.page .reg .heading .title,
.archive .reg .heading .title,
.search .reg .heading .title {
  color: #ffffff;
  padding:60px 0 60px 0;
}
.page .reg.nav-transparent.has-featured-image .heading .title,
.blog .main-content.nav-transparent.has-featured-image .heading .title {
  padding:150px 0 40px 0;
}
.archive .reg .heading .title p,
.page .reg .heading .title p {
  margin-top:24px;
  color:#dadada;
}
.page .reg .content_page_thumb .heading,
.podcast-archive .reg .content_page_thumb .heading {
  position: relative;
}
.post-type-archive-podcast .reg .content_page_thumb .heading {
  position: relative;
}
.page .reg .content_page_thumb .heading .title,
.podcast-archive .reg .content_page_thumb .heading .title,
.archive .reg .content_page_thumb .heading .title {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
}

.page-template-pagepage-archive-php .archive_cols ul {
  margin:0;
  padding:0;
  list-style: none;
}
.page-template-pagepage-archive-php .archive_cols h2 {
  font-size: 24px;
  margin-top:70px;
  margin-bottom:10px;
  font-weight: 600;
  
}
.page .light.reg .heading .title {
  color:#777;
}
.page .light.reg .heading .title p {
  margin-top:24px;
}

/* Author Post Archive */
.archive .author_profile img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.archive .heading .title {
  padding:10px 0;
}
.archive .author_profile .info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive .author_profile .info .author_name {
  font-size: 32px;
  color:#aaa;
}
.archive .author_profile .social {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'FontAwesome';
}
.archive .author_profile .social li {
  margin: 0 20px 10px 0;
  padding: 0;
  float: left;
}
.archive .author_profile .social li .sicon {
  padding: 0;
  display: block;
  width: 24px;
  height: 24px;
  opacity: 1;
  text-align: center;
}
.archive .author_profile .social li .sicon:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 16px;
  color: #eee;
  padding: 10px;
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.archive .author_profile .social li .sicon:hover:before {
  font-size: 28px;
  line-height: 28px;
  height: 42px;
  width: 42px;
  margin: -6px;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.archive .author_profile .social li .email:before {
  content: "\f0e0";
}
.archive .author_profile .social li .email:hover:before {
  color: #555;
}
.archive .author_profile .social li .website:before {
  content: "\f109";
}
.archive .author_profile .social li .website:hover:before {
  color: #555;
}
.archive .author_profile .social li .skype:before {
  content: "\f17e";
}
.archive .author_profile .social li .skype:hover:before {
  color: #00aff0;
}
.archive .author_profile .social li .twitter:before {
  content: "\f099";
}
.archive .author_profile .social li .twitter:hover:before {
  color: #00aced;
}
.archive .author_profile .social li .facebook:before {
  content: "\f09a";
}
.archive .author_profile .social li .facebook_2:before {
  content: "\f082";
}
.archive .author_profile .social li .facebook:hover:before,
.archive .author_profile .social li .facebook_2:hover:before {
  color: #3b5998;
}
.archive .author_profile .social li .googleplus:before {
  content: "\f0d5";
}
.archive .author_profile .social li .googleplus:hover:before {
  color: #dd4b39;
}
.archive .author_profile .social li .youtube:before {
  content: "\f167";
}
.archive .author_profile .social li .youtube:hover:before {
  color: #bb0000;
}
.archive .author_profile .social li .youtube_2:before {
  content: "\f16a";
}
.archive .author_profile .social li .dribbble:before {
  content: "\f17d";
}
.archive .author_profile .social li .dribbble:hover:before {
  color: #ea4c89;
}
.archive .author_profile .social li .flickr:before {
  content: "\f16e";
}
.archive .author_profile .social li .flickr:hover:before {
  color: #ff0084;
}
.archive .author_profile .social li .instagram:before {
  content: "\f16d";
}
.archive .author_profile .social li .instagram:hover:before {
  color: #517fa4;
}
.archive .author_profile .social li .soundcloud:before {
  content: "\f1be";
}
.archive .author_profile .social li .soundcloud:hover:before {
  color: #ff8800;
}


.archive .author_profile .social li .snapchat:before {
  content: "\f2ad";
}
.archive .author_profile .social li .snapchat:hover:before {
  color: #fffc00;
}
.archive .author_profile .social li .vine:before {
  content: "\f1ca";
}
.archive .author_profile .social li .vine:hover:before {
  color: #00b488;
}
.archive .author_profile .social li .mixcloud:before {
  content: "\f289";
}
.archive .author_profile .social li .mixcloud:hover:before {
  color: #589fC3;
}
.archive .author_profile .social li .spotify:before {
  content: "\f1bc";
}
.archive .author_profile .social li .spotify:hover:before {
  color: #2ebd59;
}
.archive .author_profile .social li .itunes:before {
  content: "\f179";
}
.archive .author_profile .social li .itunes:hover:before {
  color: #000;
}
.archive .author_profile .social li .rss:before {
  content: "\f143";
}
.archive .author_profile .social li .rss:hover:before {
  color: #f26522;
}


.archive .author_profile .social li .tumblr:before {
  content: "\f173";
}
.archive .author_profile .social li .tumblr:hover:before {
  color: #32506d;
}
.archive .author_profile .social li .tumblr_2:before {
  content: "\f174";
}
.archive .author_profile .social li .pinterest:before {
  content: "\f0d2";
}
.archive .author_profile .social li .pinterest:hover:before {
  color: #cb2027;
}
.archive .author_profile .social li .xing:before {
  content: "\f169";
}
.archive .author_profile .social li .xing:hover:before {
  color: #126567;
}
.archive .author_profile .social li .linkedin:before {
  content: "\f0e1";
}
.archive .author_profile .social li .linkedin:hover:before {
  color: #007bb6;
}
.archive .author_profile .social li .github:before {
  content: "\f092";
}
.archive .author_profile .social li .github:hover:before {
  color: #171515;
}
.archive .author_profile .social li .stackexchange:before {
  content: "\f16c";
}
.archive .author_profile .social li .stackexchange:hover:before {
  color: #ef8236;
}
/* 404 Page */
.error404 .post_body {
  padding-bottom:100px;
}

/* Podcaster Archives : Grid */
.page-template-pagepage-podcastarchive-php .entries.grid .podpost,
.post-type-archive-podcast .entries.grid .podpost {
  margin-bottom:30px;
}
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .post-header,
.post-type-archive-podcast .entries.grid .podpost .post-header {
  position: relative;
}
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .post-header img,
.post-type-archive-podcast .entries.grid .podpost .post-header img {
  width:100%;
  height:auto;
  border-radius: 5px;
}
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .post-header .hover-content,
.post-type-archive-podcast .entries.grid .podpost .post-header .hover-content {
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-24px;
  margin-left:-24px;
  height:48px;
  width:48px;
  padding:12px;
  text-align:center;
  background-color:#fff;
  border-radius:30px;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.page-template-pagepage-podcastarchive-php .entries.grid .podpost:hover .post-header .hover-content,
.post-type-archive-podcast .entries.grid .podpost:hover .post-header .hover-content {
  opacity:1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .post-header .hover-content .pp-permalink-icon,
.post-type-archive-podcast .entries.grid .podpost .post-header .hover-content .pp-permalink-icon {
  padding:16px;
  margin-left:-12px;
  position:absolute;
  top:0;
  left:12px;
}
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .entry-content p,
.post-type-archive-podcast .entries.grid .podpost .entry-content p {
  display:none;
}
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .entry-footer,
.post-type-archive-podcast .entries.grid .podpost .entry-footer {
  
}
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .entry-footer ul,
.post-type-archive-podcast .entries.grid .podpost .entry-footer ul {
  margin:0;
  padding:0;
  list-style:none;
}
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .entry-footer .podpost-meta,
.post-type-archive-podcast .entries.grid .podpost .entry-footer .podpost-meta {
  margin-top:10px;
}
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .entry-footer .podpost-meta .title,
.post-type-archive-podcast .entries.grid .podpost .entry-footer .podpost-meta .title,
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .entry-footer .podpost-meta .title a,
.post-type-archive-podcast .entries.grid .podpost .entry-footer .podpost-meta .title a {
  font-size: 14px;
  font-weight:bold;
  line-height: 20px;
}
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .entry-footer .podpost-meta .categories a,
.post-type-archive-podcast .entries.grid .podpost .entry-footer .podpost-meta .categories a,
.page-template-pagepage-podcastarchive-php .entries.grid .podpost .entry-footer .podpost-meta .categories span,
.post-type-archive-podcast .entries.grid .podpost .entry-footer .podpost-meta .categories span {
  font-size: 13px;
  opacity:0.7;
  font-weight:400;
}
.page-template-pagepage-podcastarchive-php .pagination,
.post-type-archive-podcast .entries.grid .pagination {
  display:block;
}

/* Podcaster Archives : List */
.page-template-pagepage-podcastarchive-php .entries.list .podpost,
.post-type-archive-podcast .entries.list .podpost {
  margin-bottom:30px;
  padding-bottom:30px;
  border-bottom:1px solid #eee;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .post-header,
.post-type-archive-podcast .entries.list .podpost .post-header {
  position: relative;
  width:5%;
  float:left;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .post-header img,
.post-type-archive-podcast .entries.list .podpost .post-header img {
  width:100%;
  height:auto;
  border-radius: 5px;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .post-header .hover-content,
.post-type-archive-podcast .entries.list .podpost .post-header .hover-content {
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-24px;
  margin-left:-24px;
  height:48px;
  width:48px;
  padding:12px;
  text-align:center;
  background-color:#fff;
  border-radius:30px;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost:hover .post-header .hover-content,
.post-type-archive-podcast .entries.list .podpost:hover .post-header .hover-content {
  opacity:1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .post-header .hover-content .pp-permalink-icon,
.post-type-archive-podcast .entries.list .podpost .post-header .hover-content .pp-permalink-icon {
  padding:16px;
  margin-left:-12px;
  position:absolute;
  top:2px;
  left:12px;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-content p,
.post-type-archive-podcast .entries.list .podpost .entry-content p {
  display:none;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer,
.post-type-archive-podcast .entries.list .podpost .entry-footer {
  
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer ul,
.post-type-archive-podcast .entries.list .podpost .entry-footer ul {
  margin:0;
  padding:0;
  list-style:none;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer ul li,
.post-type-archive-podcast .entries.list .podpost .entry-footer ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta,
.post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta {
  margin-top:0;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta li,
.post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta li {
  float:left;
  padding:12px 0;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta .title,
.post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta .title {
  width:40%;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta .title a,
.post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta .title a {
  font-size: 16px;
  padding-left:20px;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta .categories,
.post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta .categories {
  width:40%;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta .categories a,
.post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta .categories a,
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta .categories span,
.post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta .categories span {
  font-size: 13px;
  opacity:0.7;
  font-weight:400;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta .listen,
.post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta .listen {
  width:15%;
  text-align:right;
}
.page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta .listen .butn,
.post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta .listen .butn {
  line-height: 1;
  padding: 10px 24px;
  text-align: center;
}


/* 
 * 12 | Seriously Simple Podcasting
 *-----------------------------------------------------------------*/
.archive.post-type-archive-podcast .reg .content_page_thumb .heading .title {
  position: static;
}
.podcast_subscribe {
  margin-top: 10px;
}
.featured-image-large img {
  width:100%;
  height:auto;
  max-width: auto;
}
.thumb_bg .mejs-container, .mejs-embed, .mejs-embed body,
.single .thumb_bg .mejs-container .mejs-controls {
  background-color: transparent;
}

/* Fromt the Blog */
.fromtheblog {
  padding:80px 0 80px 0;
  background-color: #e0e0e0;
}
.fromtheblog h2.title {
  font-size: 28px;
  font-weight:600;
  margin-bottom:30px;
  color:#555;
}
.fromtheblog article .featured-image {
  width:100%;
}
.fromtheblog.list article .featured-image {
  width:100%;
  display:none;
}
.fromtheblog article .post-header ul {
  margin:10px 0 0 0;
  padding:0;
  list-style: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.fromtheblog article .post-header ul li {
  display:inline-block;
}
.fromtheblog article .post-header h2 {
  font-size: 18px;
  font-weight: 700;
  margin:0 0 20px 0;
  line-height: 1.4em;
}
.fromtheblog article .post-header h2 a {
  color:#555;
}
.fromtheblog article .post-content {
  font-size: 16px;
  line-height:28px;
}
.fromtheblog article .post-content iframe {
    max-width: 100%;
    height:auto;
  }
.fromtheblog article .post-footer {
  background:transparent;
  padding:0;
  text-align: left;
}
.fromtheblog article .post-footer a {
  font-size:14px;
  font-weight:bold;
}

/* Fromt the Blog List */
.fromtheblog.list {
  padding:80px 0 80px 0;
  background-color: #e0e0e0;
}
.fromtheblog.list .cont {
  width:25%;
  float:left;
  padding:4px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.fromtheblog.list .cont_large {
  width:50%;
  float:left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.fromtheblog.list h2.title {
  font-size: 28px;
  font-weight:600;
  margin-bottom:30px;
  color:#555;
}
.fromtheblog.list article {
  padding:20px 0;
  border-top:1px solid #ccc;
}.fromtheblog.list article:hover {
  background-color:#ccc;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fromtheblog.list article:first-of-type {
  border:0;
}
.fromtheblog.list article .featured-image {
  width:100%;
  display:none;
}
.fromtheblog.list article .post-header {
  margin:0;
  padding:0 20px;
  font-size: 16px;
  font-weight: bold;
}
.fromtheblog.list article .post-header ul {
  margin:10px 0 0 0;
  padding:0;
  list-style: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.fromtheblog.list article .post-header ul li {
  display:inline-block;
}
.fromtheblog.list article .post-header .user_img_link {
  border:3px solid #228c8b;
  border-radius: 9999px;
  display:inline-block;
  margin-right: 15px;
}
.fromtheblog.list article .post-header .user_img_link img {
  border-radius: 9999px;
  border:3px solid #e0e0e0;
}
.fromtheblog.list article .post-content {
  font-size: 18px;
  line-height:32px;
  padding:4px 0 4px 20px;
}
.fromtheblog.list article .post-content .title {
  padding-left:5px;  
}
.fromtheblog.list article .post-content .title a:link {
  color:#555;
  font-weight: 700;
}
.fromtheblog.list article .post-content .title a:visited {
  font-weight: 400 !important;
  color:#777;
}
.fromtheblog.list article .post-content .cats a:link,
.fromtheblog.list article .post-content .cats a:visited {
  background-color:#228c8b;
  font-weight: bold;
  color:#fff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px;
  padding:4px 6px;
  line-height:15px;
  display:inline-block;
}
.fromtheblog.list article .post-footer {
  text-align: right;
  font-size: 14px;
}
.fromtheblog.list article .post-footer span {
  padding:0 20px;
  display:inline-block;
}
.fromtheblog.list .button-container {
  margin:30px 0 0 0;
  text-align: right;
}

/* Archive Page Template*/
.arch_searchform {
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}
.arch_searchform #ind_searchform div.first {
  width: 90%;
  float: left;
}
.arch_searchform #ind_searchform div.second {
  width: 10%;
  float:right;
}
.arch_searchform #ind_searchform div .screen-reader-text {
  display: none;
}
.arch_searchform #ind_searchform div #ind_s {
  border: none;
  display: block;
  width: 100%;
  padding: 10px;
  font-family: 'Raleway', 'Arial', sans-serif;
}
.arch_searchform #ind_searchform div #ind_searchsubmit {
  font-family: 'Batch Icons';
  display: block;
  background: transparent;
  color: #777 !important;
  width: 100%;
  padding: 18px 0;
}

/* 
 * 13 | Sidebar & Widgets
 *-----------------------------------------------------------------*/
/* 12.1 | Sidebar
------------------------------------------*/
.sidebar {
  line-height: 30px;
}
.sidebar .placeholder,
footer .placeholder {
  list-style: none;
  border: none;
  margin: 0;
  padding: 0;
}
.sidebar h2,
footer h2 {
  margin: 0 0 15px 0;
  font-size: 32px;
}
.sidebar h3 ,
.archive .sidebar h3{
  color:#555;
  margin: 0 0 24px;
  padding:0;
  font-size: 26px;
}
footer h3 {
  margin: 0 0 15px 0;
  font-size: 26px;
}
.sidebar .widget {
  padding: 24px;
  margin: 0 0 50px 0;
  list-style: none;
  background:#fff;
}
.sidebar .widget ul {
  border: none;
  list-style: none;
  font-size:16px;
}
.sidebar .widget > ul,
.sidebar .widget div > ul {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul li {
  padding: 6px 0 0 0;
}
.sidebar .widget ul li > a {
  color:#555;
  padding:16px 0;
}
.single .sidebar .widget,
.page .page .sidebar .widget,
.single .widget.widget_text .textwidget,
.page .page .widget.widget_text .textwidget {
  padding-left:0;
  padding-right:0;
}

/* 12.2 | Widgets
------------------------------------------*/
/* Calendar */
.widget.widget_calendar {
  padding:0;
}
.widget.widget_calendar h3 {
  padding:24px 24px 0 24px;
}
.widget #calendar_wrap {
  padding: 0;
  margin: 25px 0;
  width: 100%;
}
.widget #calendar_wrap #wp-calendar {
  padding: 25px;
  border-collapse: collapse;
  width: 100%;
}
.widget #calendar_wrap #wp-calendar thead tr {
  background:#f1f1f1;
}
.widget #calendar_wrap #wp-calendar tfoot {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.widget #calendar_wrap #wp-calendar tfoot td#prev {
  border-radius: 0 0 0 3px;
}
.widget #calendar_wrap #wp-calendar tfoot td#next {
  border-radius: 0 0 3px 0;
}
.widget #calendar_wrap #wp-calendar caption {
  padding: 24px;
}
.widget #calendar_wrap #wp-calendar th {
  padding: 10px;
  font-size: 0.75em;
  text-align:center;
}
.widget #calendar_wrap #wp-calendar tbody {
  padding:0 24px;
}
.widget #calendar_wrap #wp-calendar tbody td {
  padding: 7px;
  font-size: 14px;
  text-align: center;
  border-collapse: collapse;
}
.widget #calendar_wrap #wp-calendar tr td#next {
  text-align: right;
  padding:24px 0 0 0;
}
.widget #calendar_wrap #wp-calendar tr td#next a {
  padding:24px;
  display: block;
}
.widget #calendar_wrap #wp-calendar tr td#next a:hover {
  background-color:#eee;
}
.widget #calendar_wrap #wp-calendar tr td#prev {
  text-align: left;
  padding:24px 0 0 0;
}
.widget #calendar_wrap #wp-calendar tr td#prev a {
  padding:24px;
  display: block;
}
.widget #calendar_wrap #wp-calendar tr td#prev a:hover {
  background-color:#eee;
}
.widget .tagcloud a:link,
.widget .tagcloud a:visited {
  display: inline-block;
  font-size: 14px !important;
  padding: 0 8px;
  margin: 0 5px 6px 0;
  line-height: 25px;
  background-color: #bbb;
  color: #444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Navigation */
.widget.widget_nav_menu ul .sub-menu ul ul ul ul ul ul {
  margin:0;
  padding:0;
}

/* Search Widget */
.widget.widget_search {
  background:transparent;
  padding:0;
}
.widget.widget_search .search-container #s {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  font-size: 16px;
  padding: 0 10px;
  float: left;
  width: 80%;
  height: 50px;
  border: none;
  background-color:#d0d0d0;
  opacity:1;
}
.widget.widget_search .search-container #searchsubmit {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border:0;
  font-size: 16px;
  font-family: 'Batch Icons';
  color: #619c9c;
  padding: 0;
  display: inline-block;
  height: 50px;
  width: 20%;
  content: '&#xf029;';
  background-color:#282D31;
  opacity:1;
}
.widget.widget_search #searchform .search-container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
}
.widget.widget_search #searchform .search-container:hover {
  border: 0
}
.widget.widget_search #searchform .search-container:hover #searchsubmit {
  color: #206565;
}
.widget.widget_search h3 {
  padding:0;
}
.search-container input[type="submit"] {
  font-family: 'Batch Icons';
  font-weight: 400;
}
.search-container label {
  display: none;
}

/* Custom Widget-Recent Posts */
.widget.thst_recent_blog_widget {
  padding:0;
}
.widget.thst_recent_blog_widget .recent_tabs {
  width: 100%;
  display: none;
}
.widget.thst_recent_blog_widget .acco_loading {
  padding:20px;
  background: url('img/270.GIF') no-repeat center center;
}
.widget.thst_recent_blog_widget .ui-tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f1f1f1;
  border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  -wekit-border-radius:3px 3px 0 0;
  -o-border-radius:3px 3px 0 0;
}
.widget.thst_recent_blog_widget .ui-tabs-nav li {
  float: left;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin:0;
  background-color: #f1f1f1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 33.3333%;
}
.widget.thst_recent_blog_widget .ui-tabs-nav li:first-child {
}
.widget.thst_recent_blog_widget .ui-tabs-nav li:last-child {
}
.widget.thst_recent_blog_widget .ui-tabs-nav li a {
  padding: 15px 0;
  display: block;
  text-align: center;
  float:none;
}
.widget.thst_recent_blog_widget .ui-tabs-nav li a:link,
.widget.thst_recent_blog_widget .ui-tabs-nav li a:visited {
  color: #fff;
}
.widget.thst_recent_blog_widget .ui-tabs-nav li a:hover {
  color: #464646;
}
.widget.thst_recent_blog_widget .ui-tabs-nav li.ui-tabs-active {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #fff;
}
footer .widget.thst_recent_blog_widget .ui-tabs-nav {
  background-color: #fff;
}
.widget.thst_recent_blog_widget .ui-tabs-nav li.ui-tabs-active a:link,
.widget.thst_recent_blog_widget .ui-tabs-nav li.ui-tabs-active a:visited {
  padding: 15px 0;
  text-indent: 0;
  width: auto;
  background-image: none;
  color: #464646;
}
.widget.thst_recent_blog_widget .ui-tabs-panel {
  background: #fff;
  border-radius: 0 0 3px 3px;
}
.widget.thst_recent_blog_widget .ui-tabs-panel article {
  padding: 24px;
  border-bottom:1px solid #eee;
}
.widget.thst_recent_blog_widget .ui-tabs-panel article:last-child {
  border: none;
}
.widget.thst_recent_blog_widget .ui-tabs-panel article img {
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 50px;
  width: 50px;
}
.widget.thst_recent_blog_widget .ui-tabs-panel article .text {
  padding:5px 0;
}
.widget.thst_recent_blog_widget .ui-tabs-panel article .text a:link,
.widget.thst_recent_blog_widget .ui-tabs-panel article .text a:visited {
  color:#464646;
}
.widget.thst_recent_blog_widget .ui-tabs-panel article .text h4 {
  font-size: 16px;
  line-height:22px;
  margin: 0;
  font-weight:700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget.thst_recent_blog_widget .ui-tabs-panel article .text .date {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 7px 0 0 0;
  color: #1c7473;
}
.widget.thst_recent_blog_widget .ui-tabs-nav li.ui-tabs-active a:active,
.widget.thst_recent_blog_widget .ui-tabs-nav li.ui-tabs-active a:focus {
  outline: none;
}

/* Text Widget */
.widget.widget_text .textwidget {
  padding:32px;
}
footer .widget.widget_text .textwidget {
  padding:0;
}

/* Highlighted Category */
.thst_highlight_category_widget.widget {
  border: none;
  padding:0;
}
.thst_highlight_category_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.thst_highlight_category_widget ul li {
  padding: 0;
  margin:0;
}
.widget.thst_highlight_category_widget ul li a {
  padding: 0;
  margin:0;
}
.thst_highlight_category_widget ul li .text {
  padding: 24px;
  border-bottom:1px solid #eee;
}
.thst_highlight_category_widget ul li:last-child .text {
  padding: 24px;
  border:none;
}
.thst_highlight_category_widget ul li .text .h_title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thst_highlight_category_widget ul li .text .h_date {
  font-size: 12px;
}
.thst_highlight_category_widget ul li .text .h_author {
  font-size: 12px;
}
.widget.thst_highlight_category_widget ul li:first-child {
  position:relative;
}
.thst_highlight_category_widget ul li:first-child .text {
  border: none;
  padding: 24px;
  background-image: none;
  position:relative;
  width:100%;
  bottom: 0;
  background-color: #228c8b;
}
.thst_highlight_category_widget ul li:first-child .text a:link,
.thst_highlight_category_widget ul li:first-child .text a:visited {
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.thst_highlight_category_widget ul li:first-child .text a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.thst_highlight_category_widget ul li:first-child .text:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.thst_highlight_category_widget ul li:first-child .text.arrow:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #228c8b;
  border-width: 11px;
  left: 75%;
  margin-left: -11px;
}
.thst_highlight_category_widget ul li:first-child .text .h_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thst_highlight_category_widget ul li:first-child .text .h_date {
  display: none;
  white-space: nowrap;
}
.thst_highlight_category_widget ul li:first-child .text .h_author {
  font-size: 12px;
  font-weight: 600;
  margin-left: 0;
  color: #ededed;
  white-space: nowrap;
}
.thst_highlight_category_widget ul li img {
  display:none;
}
.thst_highlight_category_widget ul li:first-child img {
  width:100%;
  height:auto;
  display: block;
}

/* Recent Comments */
.widget.thst_recent_comments_widget {
  padding:0;
}
.widget.thst_recent_comments_widget h3 {
  padding:24px 24px 0 24px;
}
.widget.widget_recent_comments ul li.recentcomments {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* RSS Feed*/
.widget.widget_rss ul li {
  margin-bottom:14px;
}
.widget.widget_rss ul li .rsswidget {
  font-weight:600;
}
.widget.widget_rss ul li cite {
  font-weight: 600;
  font-size: 14px;
}
/* Custom Widget-Recent Comments */
.widget.thst_recent_comments_widget ul {
  font-size: 0.9em;
}
.widget.thst_recent_comments_widget ul li.recentcomments {
  padding: 24px;
  border-bottom:1px solid #eee;
}
.widget.thst_recent_comments_widget ul li.recentcomments:last-child {
  border:none;
}
.widget.thst_recent_comments_widget ul li.recentcomments .text {
  padding: 0 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget.thst_recent_comments_widget ul li.recentcomments .text a {
  font-weight: 600;
}
.widget.thst_recent_comments_widget ul .recentcomments img.avatar {
  margin-right: 20px;
  display: block;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1024) {
  .widget.thst_recent_comments_widget ul .recentcomments img.avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.widget.thst_recent_comments_widget ul li.recentcomments .date {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  line-height: 12px;
}
footer .widget .tagcloud a:link, 
footer .widget .tagcloud a:visited {
  background-color: #1c1f21;
  border-radius: 3px 3px 3px 3px;
  color: #eee;
  display: inline-block;
  font-size: 14px !important;
  line-height: 25px;
  margin: 0 5px 6px 0;
  padding: 0 8px;
}
footer .widget .tagcloud a:hover {
  background-color:#111314;
}
.widget .podcast {
  margin:0 0 25px 0;
}
/* Tool Tips */
.pdc-tooltips {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  background: #619c9c;
  color: #282c2f;
}
.pdc-tooltips .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
.pdc-tooltips .tooltipster-content a {
  color: #fff;
}

/* 
 * 14 | Shortcode Overrides
 *-----------------------------------------------------------------*/
a.thst-button, 
a.thst-button:visited {
  text-shadow: none;
  font-family: 'Raleway', 'Arial', sans-serif;
  font-size: 16px !important;
  padding: 12px 36px !important;
  display:inline-block;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
a.thst-button.small {
  border-radius: 3px;
  font-size: 16px !important;
  padding: 12px 36px !important;
}
a.thst-button.medium {
    border-radius: 3px;
    font-size: 16px !important;
    padding: 18px 54px !important;
}
a.thst-button.large {
    border-radius: 3px;
    font-size: 22px !important;
    padding: 24px 72px !important;
}
a.thst-button.green {
  background: #B1D960;
  border-color: transparent !important;
}
a.thst-button.green:hover {
  background: #B9E46A;
}
a.thst-button.light-blue {
  background: #46CAE8;
  border-color: transparent !important;
}
a.thst-button.light-blue:hover {
  background: #50D6F5;
}
a.thst-button.blue {
  background: #14A7CF;
  border-color: transparent !important;
}
a.thst-button.blue:hover {
  background: #1BB6E6;
}
a.thst-button.red {
  background: #ED8376;
  border-color: transparent !important;
}
a.thst-button.red:hover {
  background: #FF988C;
}
a.thst-button.orange {
  background: #FFCE4F;
  border-color: transparent !important;
}
a.thst-button.orange:hover {
  background: #FFDB4F;
}
a.thst-button.purple {
  background: #E3ACDC;
  border-color: transparent !important;
}
a.thst-button.purple:hover {
  background: #F3BAEC;
}
a.thst-button.grey {
  background: #EFEFEF;
  border-color: transparent !important;
  color: #555555 !important;
  text-shadow: none;
}
a.thst-button.grey:hover {
  background: #FCFCFC;
}
a.thst-button.black {
  background: #6C6C6C;
  border-color: transparent !important;
}
a.thst-button.black:hover {
  background: #8D8D8D;
}

/* Tabs */
.thst-tabs .thst-nav li a {
  padding: 12px 24px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.thst-tabs .thst-tab {
  padding: 24px;
  line-height: 34px;
  background: transparent;
}

/* Toggles */
.thst-toggle {
  margin-top:20px;
}
.thst-toggle .thst-toggle-title {
  padding: 16px 15px 16px 30px;
  background: #e5e5e5;
  border-color:#ffffff;
}
.thst-toggle .thst-toggle-title.ui-accordion-header-active {
  border-color:#c5c5c5;
}
.thst-toggle-inner {
  line-height: 34px;
  padding: 30px;
  background: transparent;
}

/* Alerts */
.thst-alert {
  border-radius: 4px 4px 4px 4px !important;
  box-shadow: none;
  line-height: 1.6em;
  margin: 0 0 1.5em;
  padding: 0.8em;
}
.thst-alert.white {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #373737;
}
.thst-alert.red {
  background: none repeat scroll 0 0 #FFE6E3;
  border: transparent;
  color: #BF210E;
}
.thst-alert.yellow {
  background: none repeat scroll 0 0 #FFF7D6;
  border: transparent;
  color: #956433;
}
.thst-alert.green {
  background: none repeat scroll 0 0 #EDFDD3;
  border: transparent;
  color: #657E3C;
}
.thst-alert.grey {
  background: none repeat scroll 0 0 #eee;
  border: transparent;
  color: #373737;
}

/* Pre-Footer */
.postfooter {
  background-color:#282D31;
  font-size:16px;
  padding:25px 0;
  color:#ddd;
}
.postfooter a:link,
.postfooter a:visited {
  color:#ddd;
}
.postfooter a:hover {
  color:#eee;
}
.postfooter .thst-menu {
  margin:0;
  padding:0;
  list-style:none;
  text-align:right;
  font-size:14px;
}
.postfooter .thst-menu li {
  display:inline-block;
  margin-left:40px;
}

/* 
 * 15 | Footer
 *-----------------------------------------------------------------*/
footer.main {
  line-height: 30px;
  background-color:#d3d3d3;
}
footer .footer-widgets {
  color: #5a5a5a;
  padding-top: 100px;
  padding-bottom: 100px;
}
footer .footer-menu {
  background-color: #17191a;
  color: #fff;
  padding: 0 0 50px 0;
  text-align: center;
}
footer .footer-menu .title {
  padding: 50px 0;
}
footer .footer-menu h3 {
  margin: 15px 0;
}
footer a:link,
footer a:visited {
  color: #5a5a5a;
  font-weight: 600;
}
footer a:hover {
  color: #444;
}
footer .footer-menu .content.title h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
}

/*Footer Navigation*/
footer nav {
  margin: 10px 0;
  font-size: 14px;
}
footer nav .thst-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav .thst-menu li {
  display: inline-block;
  position: relative;
  padding: 15px 0;
}
footer nav .thst-menu li a {
  padding: 15px;
  background-color: transparent;
  color: #fff;
}
footer nav .thst-menu li a:hover {
  color: #eee;
}
footer nav .thst-menu li .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
footer nav .thst-menu li:hover > .sub-menu {
  display: block;
  position: absolute;
  top: 60px;
  background: #ccc;
}
footer nav .thst-menu li:hover > .sub-menu li {
  display: block;
}

/* Lightbox */
.lb-outerContainer {
  border-radius: 0;
  width: 100%;
  position: relative;
}
.lb-dataContainer {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.lb-container {
  padding: 0;
}
.lb-outerContainer .lb-container img {
  display: block;
  border-radius: 0;
}
.lb-data .lb-caption {
  font-weight: 400;
  line-height: 1.7;
}
.lb-data .lb-number {
  padding: 20px !important;
  text-transform: uppercase;
}
.lb-nav .lb-next,
.lb-nav .lb-prev {
  font-family: Batch Icons;
  color: transparent;
  font-size: 32px;
}
.lb-nav .lb-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.lb-nav .lb-next:before {
  content: "\f14b";
  padding: 12px 5px;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -8px;
}
.lb-nav .lb-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.lb-nav .lb-prev:before {
  content: "\f14a";
  padding: 12px 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -8px;
}
.lb-data {
  color: #444;
}
.lb-data .lb-caption {
  padding: 20px;
  background-color: #fff;
  display: block;
}
.lb-data .lb-details {
  float: none;
}
.lb-loader .lb-cancel {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: none;
  background-image: url(img/270.GIF);
  text-align: center;
}
.lb-data .lb-close {
  position: absolute;
  display: block;
  padding: 10px;
  width: 25px;
  height: 25px;
  right: 5px;
  top: 5px;
  text-indent: -9999px;
  font-family: Batch Icons;
}
.lb-data .lb-close:before {
  content: "\f165";
  color: #206565;
  padding: 12px 5px;
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .lb-data .lb-caption {
    font-size: 14px;
  }
}
.lb-data .lb-close img {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* 
 * 16 | Social Media Icons
 *-----------------------------------------------------------------*/
.social_container.footer-inner {
  text-align: right;
}
.social_icon {
  font-family: FontAwesome;
  color:#fff;
  height:16px;
  width:16px;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.social_icon:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  padding:10px;
  color:#fff;
  background:#bbb;
  border-radius: 3px;
  margin-bottom:5px;
  transition-duration:0.4s;
  -moz-transition-duration:0.4s;
  -webkit-transition-duration:0.4s;
  -o-transition-duration:0.4s;
}
.dark-icons .social_icon:before {
  color:#222;
}
.social_icon:hover:before {
  transition-duration:0.4s;
  -moz-transition-duration:0.4s;
  -webkit-transition-duration:0.4s;
  -o-transition-duration:0.4s;
}
.social_icon a:link,
.social_icon a:visited {
  color:#fff;
}
.facebook.social_icon:before {
  content: "\f082";
}
.facebook.social_icon:hover:before {
  background-color:#3b5998;
}
.twitter.social_icon:before {
  content: "\f081";
}
.twitter.social_icon:hover:before {
  background-color:#00aced;
}
.google.social_icon:before {
  content: "\f0d4";
}
.google.social_icon:hover:before {
  background-color:#dd4b39;
}
.instagram.social_icon:before {
  content: "\f16d";
}
.instagram.social_icon:hover:before {
  background-color:#517fa4;
}
.soundcloud.social_icon:before {
  content: "\f1be";
}
.soundcloud.social_icon:hover:before {
  background-color:#ff8800;
}
.tumblr.social_icon:before {
  content: "\f174";
}
.tumblr.social_icon:hover:before {
  background-color:#32506d;
}
.pinterest.social_icon:before {
  content: "\f0d3";
}
.pinterest.social_icon:hover:before {
  background-color:#cb2027;
}
.flickr.social_icon:before {
  content: "\f16e";
}
.flickr.social_icon:hover:before {
  background-color:#ff0084;
}
.youtube.social_icon:before {
  content: "\f167";
}
.youtube.social_icon:hover:before {
  background-color:#bb0000;
}
.vimeo.social_icon:before {
  content: "\f194";
}
.vimeo.social_icon:hover:before {
  background-color:#aad450;
}
.skype.social_icon:before {
  content: "\f17e";
}
.skype.social_icon:hover:before {
  background-color:#00AFF0;
}
.dribbble.social_icon:before {
  content: "\f17d";
}
.dribbble.social_icon:hover:before {
  background-color:#ea4c89;
}
.weibo.social_icon:before {
  content: "\f18a";
}
.weibo.social_icon:hover:before {
  background-color:#E6162D;
}
.foursquare.social_icon:before {
  content: "\f180";
}
.foursquare.social_icon:hover:before {
  background-color:#0072b1;
}
.github.social_icon:before {
  content: "\f092";
}
.github.social_icon:hover:before {
  background-color:#171515;
}
.xing.social_icon:before {
  content: "\f169";
}
.xing.social_icon:hover:before {
  background-color:#126567;
}
.linkedin.social_icon:before {
  content: "\f0e1";
}
.linkedin.social_icon:hover:before {
  background-color: #007bb6;
}
.email.social_icon:before {
  content: "\f0e0";
}
.email.social_icon:hover:before {
  background-color: rgba(0,0,0,0.45);
}


.snapchat.social_icon:before {
  content: "\f2ad";
}
.snapchat.social_icon:hover:before {
  background-color: #fffc00;
}
.vine.social_icon:before {
  content: "\f1ca";
}
.vine.social_icon:hover:before {
  background-color: #00b488;
}
.mixcloud.social_icon:before {
  content: "\f289";
}
.mixcloud.social_icon:hover:before {
  background-color: #589fC3;
}
.spotify.social_icon:before {
  content: "\f1bc";
}
.spotify.social_icon:hover:before {
  background-color: #2ebd59;
}
.itunes.social_icon:before {
  content: "\f179";
}
.itunes.social_icon:hover:before {
  background-color: #000;
}
.rss.social_icon:before {
  content: "\f143";
}
.rss.social_icon:hover:before {
  background-color: #f26522;
}

/* Social Icons Header */
.above .social_container {
  float:right;
  padding:39px 0;
  margin-left:24px;
  text-align: right;
}
.above.small_nav .social_container {
  padding:22px 0;
}
.above .social_icon {
  color:#fff;
  height:16px;
  width:16px;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right:5px;
}
.above .social_icon:before {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  padding:0;
  color:rgba(255,255,255,0.4);
  background:transparent;
  border-radius: 3px;
  margin-bottom:5px;
}
.dark-icons .above .social_icon:before {
  color:rgba(0,0,0,0.4);
}
.above .social_icon:hover:before {
  background:transparent;
  font-size: 24px;
}
.above .facebook.social_icon:hover:before {
  color:#3b5998;
}
.above .twitter.social_icon:hover:before {
  color:#00aced;
}
.above .google.social_icon:hover:before {
  color:#dd4b39;
}
.above .instagram.social_icon:hover:before {
  color:#517fa4;
}
.above .soundcloud.social_icon:hover:before {
  color:#ff8800;
}
.above .snapchat.social_icon:hover:before {
  color: #fffc00;
}
.above .vine.social_icon:hover:before {
  color: #00b488;
}
.above .mixcloud.social_icon:hover:before {
  color: #589fC3;
}
.above .spotify.social_icon:hover:before {
  color: #2ebd59;
}
.above .itunes.social_icon:hover:before {
  color: #000;
}
.above .rss.social_icon:hover:before {
  color: #f26522;
}
.above .tumblr.social_icon:hover:before {
  color:#32506d;
}
.above .pinterest.social_icon:hover:before {
  color:#cb2027;
}
.above .flickr.social_icon:hover:before {
  color:#ff0084;
}
.above .youtube.social_icon:hover:before {
  color:#bb0000;
}
.above .vimeo.social_icon:hover:before {
  color:#aad450;
}
.above .skype.social_icon:hover:before {
  color:#00AFF0;
}
.above .dribbble.social_icon:hover:before {
  color:#ea4c89;
}
.above .weibo.social_icon:hover:before {
  color:#E6162D;
}
.above .foursquare.social_icon:hover:before {
  color:#0072b1;
}
.above .github.social_icon:hover:before {
  color:#171515;
}
.above .xing.social_icon:hover:before {
  color:#126567;
}
.above .linkedin.social_icon:hover:before {
  color: #007bb6;
}
.above .email.social_icon:hover:before {
  color: rgba(255,255,255,0.45);
}


/* 
 * 17 | Responsive Settings
 *-----------------------------------------------------------------*/
 /* 17.1 | Responsive Browser-specific settings
------------------------------------------------*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: none;
  outline: 0 none;
  -webkit-appearance: none;
}

/*Pull Left & Right*/
.pulls-left {
  float:left;
}

.pulls-right {
  float:right;
}


 /* 17.2 | Responsive Layout Settings 
------------------------------------------------*/
@media screen and (max-width: 1570px) {
  .single .post .entry-meta .author-info {
    position: static;
    width:auto;
    text-align: left;
    margin-top:36px;
  }
  .front-page-header.slideshow.flexslider .flex-direction-nav {
    display: auto;
  }
}

@media screen and (max-width: 1430px) {
  .front-page-header.slideshow:hover .flex-direction-nav .flex-next {
    right:80px;
  }
  .front-page-header.slideshow:hover .flex-direction-nav .flex-prev {
    left:80px;
  }
}
@media screen and (max-width: 1330px) {
  .front-page-header.slideshow:hover .flex-direction-nav .flex-next {
    right:40px;
  }
  .front-page-header.slideshow:hover .flex-direction-nav .flex-prev {
    left:40px;
  }
}
@media screen and (max-width: 1280px) {
  .front-page-header.slideshow:hover .flex-direction-nav .flex-next {
    right:20px;
  }
  .front-page-header.slideshow:hover .flex-direction-nav .flex-prev {
    left:20px;
  }
  .front-page-header.slideshow.flexslider .flex-control-nav {
    display:block;
  }
  /* Main Conten Area, Posts, Sidebars etc */
  .entries {
  }
  .main-content .row,
  .thst-main-posts .row,
  .footer-widgets .row {
    /*margin: 0;*/
  }
  .footer-widgets .row .span4 .footer-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .above .container,
  .reg .container,
  .latest-episode .container,
  .list-of-episodes .container,
  .fromtheblog .container,
  .main-content .container,
  .thst-main-posts .container,
  .comment_container .container,
  .footer-widgets .container,
  .postfooter .container {
    /*width: auto;*/
  }
  .main-content,
  .single-podcast .main-content .container .entries {
    padding: 20px 0;
  }
  .post .non-res-meta,
  .podcast .non-res-meta {
    display:none;
  }
  .page .post .entry-content {
    padding:32px;
  }
  .page .post.format-link .entry-content {
    padding:0;
  }
  .post .entry-header .row {
    margin: 0;
  }
  .post .entry-header .post-cat {

  }
  .post .entry-header .icon-container {
    float: none;
    position: relative;
    bottom: 0;
  }
  .post.podcast .entry-header .icon-container {
    display: none;
  }
  .post .entry-header .post-cat-container {
    width: 100%;
    text-align: left;
  }
  .post .entry-header .post-cat,
  .podcast .entry-header .post-cat {
    text-align: right;
  }
  .post .entry-header .permalink-icon {
    position: static;
    left: auto;
  }
  .post .entry-header .entry-title {
    padding: 0;
    font-size: 36px;
    color: #444;
    margin: 20px 0 0 0;
    line-height: 42px;
    word-wrap:break-word;
  }
  .post .entry-content {
    padding: 0 32px 32px 32px;
  }

  /* Podcast */
  .podcast-archive .main-content .container .entries,
  .page-template-pagepage-podcastarchive-php .main-content .container .entries {
    padding: 35px 0;
  }
  .single-podcast .podcast-content .title {
    padding: 50px 25px 25px 25px;
  }
  .single-podcast .player-content {
    padding: 0 25px 50px 25px;
  }

  /* Single */
  .single .content {
    padding: 0;
  }
  .single .comment_container .content,
  .page .comment_container .content {
    padding: 0;
  }
  .main-content .main-content .container .span4 .sidebar {
    display: none;
  }
}

/* Smaller than 1280px width */
@media screen and (max-width: 1280px) {
  .flexslider-container .next-week {
    width:auto;
    margin:0 15px;
  }
}

@media screen and (max-width: 1260px) {
  .front-page-header.slideshow.flexslider .flex-direction-nav {
    display: none;
  }
  .front-page-header.slideshow .text {
    padding:0 0 42px;
  }
  .flexslider-container .next-week {
    position: static;
    border-radius: 0;
    background: transparent;
  }
}

@media screen and (max-width: 1199px){
  .front-page-header .mini-ex,
  .latest-episode .mini-ex,
  .single .mini-ex,
  .post .mini-ex,
  .podcast .mini-ex {
    display:none;
  }
  .front-page-header .mini-ex.small,
  .latest-episode .mini-ex.small,
  .single .mini-ex.small,
  .post .mini-ex.small,
  .podcast .mini-ex.small {
    display:inline;
  }
  .front-page-header.text .content-text, 
  .front-page-header.text.nav-transparent .content-text {
    padding-bottom: 50px !important;
    padding-top: 175px !important;
  }
  .front-page-header .video_player {
    margin-bottom:24px;
  }

  .list-of-episodes article.list {
    margin-top:0;
    margin-bottom:30px;
  }
  .list-of-episodes article.list .featured-image {
    float:none;
    margin:0;
  }
  .list-of-episodes article.list .featured-image img {
    height: auto;
    width: 100%;
  }
  .list-of-episodes article.list .inside {
    min-height: auto;
    min-height: inherit;
  }
  .list-of-episodes article.list .post-header {
    padding-bottom:0;
  }
  .list-of-episodes article.list .post-header h2 {
    font-size: 18px;
  }
  .list-of-episodes article.list .post-content,
  .list-of-episodes article.list .post-content p {
    font-size: 13px;
    line-height: 1.7;
  }
  .pulls-right,
  .pulls-left {
    float:none;
  }
}
/* Smaller than 1024px width */
@media screen and (max-width: 1024px) {
  .small {
    font-size: 15px;
    padding:6px 18px;
  }
  .latest-episode.front-header,
  .front-page-header .background-image,
  .front-page-header .background-image.has-header,
  .front-page-header.static.has-header .background-image {
    background-position: center !important;
  }
  .front-page-header.text .content-text h2 {
    font-size: 28px;
  }
}
/* Smaller than 991px width */
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .container {
    width: 97%;
  }
  .above .container {
    width:100%;
    max-width:100%;
    padding:0;
  }
  #nav {
    position: absolute;
    top: 0;
    overflow:hidden;
    background-color:#1a1d1f;
    display:none;
  }
  .open-menu {
    display: block;
    position: absolute;
    top:0;
    left:15px;
    z-index:100;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    padding: 47px;
    outline: medium none;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .above.small_nav .open-menu {
    padding:29px;
  }
  .above.small_nav header .main-title a {
    padding:24px 0;
  }
  .nav-search-form {
    display:none;
  }
  header .main-title {
    margin:0;
    text-align: center;
  }

  header .main-title a {
    background-position: center;
  }
 
  nav#nav {
    width:200px;
  }
  #nav .thst-menu li.menu-item-has-children .sub-menu {
    display:none;
    width:200px;
  }
  #nav .thst-menu li.menu-item-has-children > .sub-menu li a:link, 
  #nav .thst-menu li.menu-item-has-children > .sub-menu li a:visited {
    background-color:#1a1d1f;
  }
  #nav .thst-menu li.menu-item-has-children a:hover,
  #nav .thst-menu li.menu-item-has-children > .sub-menu li a:hover {
    background-color: #151719;
  }

  /*Responsive Menu*/
  #nav .thst-menu:before, 
  #nav .thst-menu:after {
    content: "";
    display: table;
  }
  #nav .thst-menu:after {
    clear: both;
  }
  #nav .thst-menu:before, 
  #nav .thst-menu:after {
    content: "";
    display: table;
  }
  #nav .thst-menu {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align:left;
  }
  .js-nav #nav .thst-menu {
    text-align:left;
  }
  #nav .thst-menu li {
    display: block;
    position: relative;
    padding: 0;
  }
  #nav .thst-menu li a {
    padding: 16px 32px;
    display: block;
    width:200px;
  }
  #nav .thst-menu li.menu-item-has-children {
    position: relative;
    padding: 0;
    display: block;
  }
  #nav .thst-menu li.menu-item-has-children a {
    padding: 16px 32px;
    display: block;
    width:200px;
  }
  #nav .thst-menu li.menu-item-has-children .sub-menu {
    position: static;
    top: auto;
    opacity: 1;
    visibility: visible;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    display: block;
  }
  #nav .thst-menu li.menu-item-has-children:hover > .sub-menu {
    background-color: transparent;
    display: block;
    width: 200px;
  }
  #nav .thst-menu li.menu-item-has-children:hover > .sub-menu li {
    display: block;
  }
  #nav .thst-menu li.menu-item-has-children > .sub-menu li a:link,
  #nav .thst-menu li.menu-item-has-children > .sub-menu li a:visited {
    padding: 16px 32px 16px 48px;
    display: block;
  }

  .js-nav #nav .thst-menu li.menu-item-has-children > .sub-menu li a:link,
  .js-nav #nav .thst-menu li.menu-item-has-children > .sub-menu li a:visited {
    background-color:transparent;
  }

  #nav .thst-menu li.menu-item-has-children:hover > .sub-menu li a {
    padding: 16px 32px 16px 48px;
  }
  #nav .thst-menu li.menu-item-has-children:hover > .sub-menu li a:hover {
    display: block;
  }
  #nav .thst-menu li.menu-item-has-children > .sub-menu li > .sub-menu li a {
    padding: 16px 32px 16px 56px;
  }
  #nav .thst-menu li.menu-item-has-children > .sub-menu li > .sub-menu li a > .sub-menu li a {
    padding: 16px 32px 16px 72px;
  }
  .above.small_nav #nav .thst-menu li a {
    padding: 16px 32px;
  }
  .above.small_nav #nav {
    top:-6px;
  }
  .above.small_nav #nav .thst-menu > li {
    padding:0;
  }
  .above.toggle,
  .above.transparent.large_nav.toggle, 
  .above.large_nav.toggle,
  .above.transparent.small_nav.toggle, 
  .above.small_nav.toggle  {
    position: static !important;
    float:none;
    background-color: inherit;
  }
  /*Toggle Responsive Menu */
  #nav.toggle {
    max-height:0;
    position: static;
    visibility:hidden;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    width:100%;
    overflow: hidden;
    background-color:#1a1d1f;
    display:none
  }
  #nav.toggle.open {
    visibility: visible;
    max-height:999px;
    width: 100%;
    display:block;
  }
  nav#nav.toggle {
    width:100%;
  }
  /*Responsive Menu*/
  #nav.toggle .thst-menu:before, 
  #nav.toggle .thst-menu:after {
    content: "";
    display: table;
  }
  #nav.toggle .thst-menu:after {
    clear: both;
  }
  #nav.toggle .thst-menu:before, 
  #nav.toggle .thst-menu:after {
    content: "";
    display: table;
  }
  #nav.toggle .thst-menu {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align:left;
    width:100%;
    background:transparent;
  }
  .js-nav #nav.toggle .thst-menu {
    text-align:left;
  }
  #nav.toggle .thst-menu li {
    display: block;
    position: relative;
    padding: 0;
    width:100%;
    background:transparent;
  }
  #nav.toggle .thst-menu li a {
    padding: 16px 32px;
    display: block;
    width:100%;
  }
  #nav.toggle .thst-menu li.menu-item-has-children {
    position: relative;
    padding: 0;
    display: block;
  }
  #nav.toggle .thst-menu li.menu-item-has-children a {
    padding: 16px 32px;
    display: block;
    width:100%;
    position: relative;
  }
  #nav.toggle .thst-menu li.menu-item-has-children > a:after {
    font-family:'FontAwesome';
    content:'\F107';
    position: absolute;
    right:32px;
  }
  #nav.toggle .thst-menu li.menu-item-has-children > a.active:after {
    content:'\F106';
  }
  #nav.toggle .thst-menu li.menu-item-has-children .sub-menu {
    max-height:0;
    position: static;
    top: auto;
    visibility:hidden;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    width:100%;
    overflow: hidden;
    background:rgba(0,0,0,0.15);
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    transition-duration:0.s;
  }
  #nav.toggle .thst-menu li.menu-item-has-children .sub-menu.open {
    visibility: visible;
    max-height:999px;
    width: 100%;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    transition-duration:0.5s;
  }
  #nav.toggle .thst-menu li.menu-item-has-children > .sub-menu li a:link,
  #nav.toggle .thst-menu li.menu-item-has-children > .sub-menu li a:visited {
    padding: 16px 32px;
    display: block;
    background:transparent;
  }
  #nav.toggle .thst-menu li.menu-item-has-children:hover > .sub-menu li {
    width:100%;
  }
  #nav.toggle .thst-menu li.menu-item-has-children:hover > .sub-menu li a {
    padding: 16px 32px;
  }
  #nav.toggle .thst-menu li.menu-item-has-children:hover > .sub-menu li a:hover {
    display: block;
  }
  #nav.toggle .thst-menu li.menu-item-has-children > .sub-menu li > .sub-menu li a {
    padding: 16px 32px;
  }
  #nav.toggle .thst-menu li.menu-item-has-children > .sub-menu li > .sub-menu li a > .sub-menu li a {
    padding: 16px 32px;
  }

  #nav.toggle .thst-menu li > .sub-menu li > .sub-menu {
    position: static;
  }
  #nav.toggle .thst-menu li:hover > .sub-menu li:hover > .sub-menu {
    position: static;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  #nav.toggle .thst-menu li.menu-item-has-children > .sub-menu li {
    width:100%;
  }

  /* Search */
  .nav-search-form {
    display: block;
    position: absolute;
    top:-110px;
    right:15px;
    left:auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    float: none;
    padding: 55px;
  }
  .nav-search-form .open-search-bar {
    display: block;
    position: absolute;
    top:50%;
    left:auto;
    right:50%;
    margin:-8px -8px 0 0;
    z-index:100;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    padding:0;
    outline: medium none;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .nav-search-form .search-form-drop {
    top:110px;
    
  }

  /* Social Media */
  .header-inner.social_container,
  .above.small_nav .header-inner.social_container {
    width: 100%;
    text-align: center;
    padding:16px 24px;
    background-color:rgba(255,255,255,0.2);
  }
  .header-inner.social_container:empty,
  .above.small_nav .header-inner.social_container:empty {
    padding:0;
  }

  /* Front Page Featured Player */
  .latest-episode.nav-sticky .main-featured-post {
    margin:20px 0 30px;
  }
  .latest-episode h2 {
    line-height: 52px
  }
  .latest-episode .next-week .content,
  .next-week .content {
    margin-top:20px;
    text-align: center;
  }
  .next-week .content.buttons {
    padding:0 10px; 
  }
  .next-week .content.scheduled {
    padding:0 10px; 
    margin:0;
  }
  .latest-episode .next-week .mini-title,
  .next-week .mini-title {
    text-align: center;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.7;
  }
  .latest-episode .next-week h3,
  .next-week h3 {
    text-align: center;
    margin-bottom: 25px;
  }
  .front-page-header .audio_player, 
  .front-page-header .powerpress_player {
    padding:0 0 10px 0;
  }
  .front-page-header.static.nav-transparent .text,
  .front-page-header.static .text {
    margin-top: 20px;
  }
  .front-page-header .text h2,
  .front-page-header.text .content-text h2,
  .front-page-header.slideshow .text.video h2, 
  .latest-episode .main-featured-post.video h2 {
    font-size: 30px;  
  }
  .front-page-header .text p,
  .front-page-header p {
    font-size: 14px;
    line-height: 1.7;
  }
  .front-page-header .featured-excerpt {
    padding:16px 24px;
    font-size: 13px;
    margin-top:12px;
  }
  .front-page-header .text .mini-title {
    font-size: 12px;
  }
  .front-page-header .text .mini-ex {
    font-size: 9px;
  }
  .front-page-header.slideshow.nav-transparent .text {
    margin-top: 50px;
  }
  .front-page-header.slideshow .text {
    padding: 0 0 50px;
  }
  .podcaster-theme .front-page-header .mejs-container.wp-video-shortcode .mejs-controls {
    display: none !important;
    height: 40px;
    padding: 0 10px;
}

  /* List of Episodes */
  .list-of-episodes {
    padding:40px 0 40px 0;
  }
  .list-of-episodes article.list .post-header ul {
    font-size: 10px;
    line-height: 14px;
  }
  .list-of-episodes article.list .featured-image {
    float: none;
    border-radius: 7px 7px 0 0;
    margin:0;
  }
  .list-of-episodes article.list .inside {
    border-radius: 0 0 7px 7px;
    height: auto;
  }
  .list-of-episodes article.list .featured-image img{
    width:100%;
    height:auto;
  }

  .latest-episode.nav-transparent .main-featured-post {
    margin:60px 0 30px;
  }

  /* From the Blog*/
  .fromtheblog {
    padding: 20px 0;
  }
  .fromtheblog h2.title {
    font-size: 24px;
  }
  .fromtheblog article.post .post-header {
    margin:0;
  }
  .fromtheblog article.post .post-header h2 {
    font-size: 16px;
    font-weight: 600;
    margin:0 0 10px 0;
  }
  .fromtheblog article .post-content,
  .fromtheblog article .post-content p {
    font-size: 13px;
    line-height: 22px;
  }

  /* Blog Page */
  .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:40px 0;
  }
  .entries {
    margin-top: 30px;
  }
  .post.format-status .entry-content p {
    line-height: 38px;
  }
  .single .thst-main-posts {
    margin-top:0;
  }
  .single .single-featured .background {
    padding:15px 0;
  }
  .single .caption-container {
    padding:15px 0;
  }
  .single .post .entry-header {
    padding-bottom:10px;
  }
  .single .post .entry-header .mini-title {
    font-size: 12px;
  }
  .single .post .entry-header .entry-title {
    font-size: 24px;
    margin:10px 0 5px 0;
  }
  .single .mini-ex, .post .mini-ex, .podcast .mini-ex {
    font-size: 8px;
    padding:2px 4px;
  }

  .pulls-right {
    float: none;
  }
  .pulls-left {
    float: none;
  }

  /* Sidebar */
  .sidebar {
    margin-top:32px;
  }

  /* Footer */
  .postfooter {
    text-align: center;
    padding:32px;
  }
  .postfooter .thst-menu {
    text-align: center;
    margin-top:32px;
  }
}

@media screen and (max-width: 800px) {
  body {
    font-size: 16px;
  }
  body p {
    line-height: 30px;
  }
  
  /* Slideshow */
  .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    right: 10px;
  }
  .front-page-header.text .content-text h2 {
    font-size: 24px;
  }

  .list-of-episodes article.list .inside {
    padding:20px;
  }
  .list-of-episodes article.list .post-header h2 {
    font-size: 20px;
    margin:0;
  }
  .list-of-episodes article.list .post-content,
  .list-of-episodes article.list .post-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* Main Content*/
  .main-content .container .span8,
  .thst-main-posts .container .span8 {
    width: 100%;
    margin: 0;
  }
  .main-content .container .span4,
  .thst-main-posts .container .span4 {
    width: 100%;
    margin: 0;
  }
  
  .page .reg .heading,
  .podcast-archive .reg .heading {
    padding: 50px 0;
  }
  .post .entry-header .entry-title {
    font-size: 34px;
    line-height: 50px;
    margin: 35px 0 0;
    display: block;
  }
  .post.sticky_post {
    margin:0 0 32px 0;
  }

  /* Single */
  .single .single-featured h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .single .thst-main-posts {
    padding:20px 0;
  }
  .single .album-art {
    width: 20%;
  }
  .single .player_container.with_thumbnail {
    width:78%;
  }

  /* Widgets */
  .thst_highlight_category_widget ul li:first-child img {
    width: 100%;
    height: auto;
  }
  .widget #calendar_wrap #wp-calendar th {
    padding: 5px;
  }
  .widget #calendar_wrap #wp-calendar tr td {
    font-size: 12px;
    padding: 5px;
  }
  footer .widget.thst_recent_blog_widget .ui-tabs-panel article {
    padding: 20px 20px 0;
  }
  footer .widget.thst_recent_blog_widget .ui-tabs-panel article:last-child {
    padding: 20px;
  }
  footer .thst_highlight_category_widget ul li .text {
    padding: 10px 10px 10px 20px;
  }
  .sidebar #searchform .search-container {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  /* General */
  .small {
    padding:10px 28px;
  }
  .above.large_nav .open-menu,
  .above.small_nav .open-menu {
    padding:24px;
  }
  .above.large_nav header .main-title a,
  .above.small_nav header .main-title a {
    padding:21px 0;
  }
  #nav .thst-menu li.menu-item-has-children a {
    padding: 10px 32px;
  }
  #nav .thst-menu li.menu-item-has-children > .sub-menu li a:link,
  #nav .thst-menu li.menu-item-has-children > .sub-menu li a:visited {
    padding: 10px 32px 10px 48px;
    display: block;
  }
  #nav .thst-menu li.menu-item-has-children:hover > .sub-menu li a {
    padding: 10px 32px 10px 48px;
  }
  #nav .thst-menu li.menu-item-has-children > .sub-menu li > .sub-menu li a {
    padding: 10px 32px 10px 56px;
  }
  #nav .thst-menu li.menu-item-has-children > .sub-menu li > .sub-menu li a > .sub-menu li a {
    padding: 10px 32px 10px 72px;
  }

  .front-page-header.text .content-text h2 {
    font-size: 22px;
  }

  /* List of Episodes */
  .list-of-episodes article.list .post-content {
    overflow: hidden;
  }
  .list-of-episodes article.list .post-header ul {
    margin:0;
    padding:0;
  }
  .list-of-episodes article.list .post-header h2 {
    font-size: 22px;
    margin:0;
  }
  .list-of-episodes article.list .post-content,
  .list-of-episodes article.list .post-content p {
    font-size: 14px;
    line-height: 1.7;
  }
  .list-of-episodes article.list .inside {
    padding:24px;
  }

  /* Flexslider */
  .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    right: 10px;
  }
  
  /*Posts*/
  .post .entry-header .entry-title {
    font-size: 36px;
    line-height: 40px;
    margin: 30px 0 0;
    display: block;
  }
  .page .reg .heading,
  .podcast-archive .reg .heading {
    padding: 50px 0;
  }
  .page .page.post {
    padding: 0;
  }

  .single .single-featured h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .single .thst-main-posts {
    padding:40px 0;
  }
  .single .post .entry-header .entry-title {
    font-size: 32px;
    line-height: 52px;
  }
  .single .album-art {
    width: 22%;
  }
  .single .player_container.with_thumbnail {
    width:76%;
  }

  .main-content .container .span4,
  .thst-main-posts .container .span4 {
    width: 100%;
    margin: 0;
  }
  .page .reg .content_page_thumb .heading .title,
  .podcast-archive .reg .content_page_thumb .heading .title,
  .archive .reg .content_page_thumb .heading .title {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .page-template-pagepage-podcastarchive-php .entries.list .podpost .post-header img,
  .post-type-archive-podcast .entries.list .podpost .post-header img {
    display:none;
  }
  .page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta .title, 
  .post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta .title {
    width: 70%;
  }
  .page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta .title a, 
  .post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta .title a {
    padding-left:0;
  }
  .page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta .categories, 
  .post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta .categories {
    display: none;
    width: 0%;
  }
  .page-template-pagepage-podcastarchive-php .entries.list .podpost .entry-footer .podpost-meta .listen, 
  .post-type-archive-podcast .entries.list .podpost .entry-footer .podpost-meta .listen {
    width: 30%;
  }
  .thst_highlight_category_widget ul li:first-child img {
    width: 100%;
    height: auto;
  }
  .thst-tabs .thst-nav li a {
    padding:8px 10px;
  }
  .sidebar {
    padding: 0;
  }
  .postfooter .thst-menu li {
    margin:0 15px;
  }
}
@media screen and (max-width: 480px) {
  /* General */
  .small {
    font-size: 12px;
    margin-top: 5px;
    padding: 4px 16px;
  }
  body {
    font-size: 14px;
    background-color:#fff;
  }
  body p {
    line-height: 30px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }

  /* Header */
  .open-menu {
    padding: 24px;
  }
  .nav-search-form { 
    top:-64px;
    padding:32px;
  }
  .nav-search-form .search-form-drop {
    top:64px;
  }
  .reg.nav-sticky {
    padding-top:64px;
  }
  #top.header h1.main-title a {
    padding:24px;
    font-size:16px;
    line-height:16px;
  }
  .above.small_nav .open-menu {
    padding:24px;
  }
  .podcaster-theme .mejs-container .mejs-controls .mejs-time {
    padding:8px 3px 0;
  }
  /* Social Media */
  .header-inner.social_container,
  .above.small_nav .header-inner.social_container {
    padding:8px 16px;
  }
  .above .social_icon::before{
    font-size: 14px;
  }

  /* Featured Audio Player */
  .latest-episode .main-featured-post .mini-title {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .latest-episode .main-featured-post .mini-ex {
    font-size: 8px;
    padding:1px 4px;
  }
  .latest-episode h2 {
    font-size:20px;
    line-height: 32px;
  }
  .latest-episode h3 {
    font-size: 18px;
  }
  .front-page-header.text .content-text, .front-page-header.text.nav-transparent .content-text {
    padding-bottom: 50px !important;
    padding-top: 75px !important;
  }
  .latest-episode .mini-title {
    font-size: 12px;
  }
  .latest-episode .next-week {
    padding: 30px 20px;
  }
  .latest-episode .next-week .butn,
  .front-page-header .next-week .butn {
    margin-left:0;
  }
  .latest-episode .next-week .butn,
  .front-page-header .next-week .butn,
  .flexslider-container .next-week .butn {
    display:block;
    width:100%;
    margin:0;
  }
  .latest-episode .next-week .butn:first-of-type,
  .front-page-header .next-week .butn:first-of-type,
  .flexslider-container .next-week .butn:first-of-type {
    margin-bottom:10px;
  }
  .latest-episode .next-week .butn:last-of-type,
  .front-page-header .next-week .butn:last-of-type,
  .flexslider-container .next-week .butn:last-of-type {
    margin:0;
  }
  .latest-episode.nav-sticky.nav-transparent .translucent {
    padding-top:0;
  }
  .latest-episode h2 {
    margin:0;
  }
  .latest-episode.nav-sticky .main-featured-post {
    margin: 24px 0 0 0;
  }
  .latest-episode.nav-sticky .main-featured-post.video {
    margin-bottom:24px;
  }
  .front-page-header.slideshow .text.video h2, 
  .latest-episode .main-featured-post.video h2 {
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 5px;
  }
  .front-page-header.slideshow .text.video p, 
  .latest-episode .main-featured-post.video p {
    font-size: 12px;
  }
  .latest-episode .mini-title {
    line-height: 1;
  }
  .latest-episode .main-featured-post .featured-excerpt {
    font-size: 14px;
    margin-bottom:24px;
    margin-top:24px;
    padding:24px;
  }
  .latest-episode .audio_player, 
  .latest-episode .powerpress_player {
    padding:20px 0;
  }

  .list-of-episodes {
    padding:40px 0 40px;
  }
  .list-of-episodes article.list .post-header ul {
    font-size: 9px;
  }
  .list-of-episodes article.list .post-header h2 {
    font-size: 16px;
    line-height: 24px;
    margin:5px 0 10px 0;
  }
  .list-of-episodes article.list .post-content,
  .list-of-episodes article.list .post-content p {
    font-size: 12px;
    line-height: 1.7;
  }

  .front-page-header.text .content-text h2 {
    font-size: 20px;
  }

  /* Audio Player */
  .podcaster-theme .mejs-controls .mejs-button button {
    margin:4px 5px;
  }
  .podcaster-theme .post .entry-content .mejs-container.wp-audio-shortcode.mejs-audio,
  .podcaster-theme .latest-episode .mejs-container.wp-audio-shortcode.mejs-audio {
    height:40px !important;
  }
  .podcaster-theme .post .entry-content .mejs-container .mejs-controls {
    padding:0 10px;
    height:40px;
  }
  .podcaster-theme .post .entry-content .mejs-container .mejs-controls .mejs-button button {
    margin:12px 5px;
  }
  .podcaster-theme .post .entry-content .mejs-container .mejs-controls .mejs-time {
    margin:20px 3px;
  }
  .podcaster-theme .post .entry-content .mejs-container .mejs-controls div.mejs-time-rail {
    padding-top:12px;
  }
  .podcaster-theme .post .entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    top:11px;
  }
  .podcaster-theme .post .entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    top:11px;
  }
  .podcaster-theme .post .entry-content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    top:11px;
  }
  .podcaster-theme .post .entry-content .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    top:11px;
  }
  .podcaster-theme .post .entry-content .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top:11px;
  }

  /* Featured Audio Front Page */
  .podcaster-theme.single .single-featured .mejs-container .mejs-controls .mejs-time,
  .podcaster-theme .latest-episode .mejs-container .mejs-controls .mejs-time {
    margin:0;
  }
  .podcaster-theme.single .single-featured .mejs-container .mejs-controls .mejs-time .mejs-currenttime,
  .podcaster-theme .latest-episode .mejs-container .mejs-controls .mejs-time .mejs-currenttime,
  .podcaster-theme.single .single-featured .mejs-container .mejs-controls .mejs-time .mejs-duration,
  .podcaster-theme .latest-episode .mejs-container .mejs-controls .mejs-time .mejs-duration {
    margin:1px 8px 0;
  }
  .podcaster-theme.single .single-featured .mejs-container .mejs-controls .mejs-time-rail,
  .podcaster-theme .latest-episode .mejs-container .mejs-controls .mejs-time-rail {
    padding-top:9px;
  }
  .podcaster-theme.single .single-featured .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
  .podcaster-theme .latest-episode .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 0 7px;
    top:11px;
  }
  .podcaster-theme.single .single-featured .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
  .podcaster-theme .latest-episode .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    top:-6px;
  }
  .podcaster-theme.single .single-featured .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
  .podcaster-theme .latest-episode .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    top:-6px;
  }


  /* Video */
  .podcaster-theme .post .featured-video .mejs-container .mejs-controls,
  .podcaster-theme.single .single-featured .mejs-video.mejs-container .mejs-controls,
  .podcaster-theme .latest-episode .mejs-video.mejs-container .mejs-controls {
    padding:0 10px;
    height:40px;
  }
  .podcaster-theme .post .featured-video .mejs-container .mejs-controls .mejs-button button,
  .podcaster-theme.single .single-featured .mejs-video.mejs-container .mejs-controls .mejs-button button,
  .podcaster-theme .latest-episode .mejs-video.mejs-container .mejs-controls .mejs-button button {
    margin:12px 5px;
  }
  .podcaster-theme .post .featured-video .mejs-container .mejs-controls .mejs-time,
  .podcaster-theme.single .single-featured .mejs-video.mejs-container .mejs-controls .mejs-time,
  .podcaster-theme .latest-episode .mejs-video.mejs-container .mejs-controls .mejs-time {
    margin:20px 3px;
  }
  .podcaster-theme .post .featured-video .mejs-container .mejs-controls div.mejs-time-rail,
  .podcaster-theme.single .single-featured .mejs-video.mejs-container .mejs-controls div.mejs-time-rail,
  .podcaster-theme .latest-episode .mejs-video.mejs-container .mejs-controls div.mejs-time-rail {
    padding-top:12px;
  }
  .podcaster-theme.single .single-featured .mejs-video.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
  .podcaster-theme .latest-episode .mejs-video.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    top:11px;
  }
  .podcaster-theme.single .single-featured .mejs-video.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
  .podcaster-theme .latest-episode .mejs-video.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    top:11px;
  }
  .podcaster-theme.single .single-featured .mejs-video.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
  .podcaster-theme .latest-episode .mejs-video.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top:11px;
  }
  .podcaster-theme.single .single-featured .mejs-video.mejs-container .mejs-controls,
  .podcaster-theme .latest-episode .mejs-video.mejs-container .mejs-controls {
    display: none !important;
  }
  .podcaster-theme .mejs-overlay-button:before {
    font-size: 28px;
    padding: 6px 0;
  }
  .podcaster-theme .mejs-overlay-button {
    height:60px;
    width:60px;
    padding: 10px 18px;
    margin: -30px 0 0 -30px !important;
  }
  
  /* From the Blog */
  .fromtheblog.list {
    padding:10px 0 40px 0;
  }
  .fromtheblog.list h2.title {
    font-size: 22px;
  }
  .fromtheblog.list article .post-header span:last-of-type {
    display:none;
  }
  .fromtheblog.list .cont {
    text-overflow:clip;
  }
  .fromtheblog.list article {
    padding:10px 0;
  }
  .fromtheblog.list article .post-content {
    font-size: 13px;
    line-height: 22px;
    padding:4px 0 4px 0;
  }
  .fromtheblog.list article .post-content .cats {
    display:none;
  }
  .fromtheblog.list article .post-footer {
    font-size: 12px;
  }

  /* Posts */
  .entries {
    padding:0 5px;
  }
  .page .page.post {
    padding: 0;
  }
  .thst-main-posts {
    margin-top: 20px;
  }
  .post .entry-header .entry-title {
    font-size: 32px;
    line-height: 55px;
  }

  /* Flexslider */
  .post.format-gallery .entry-content .gallery.grid .gallery-item .flex-caption p, 
  .gallery.grid .gallery-item .flex-caption p {
    display:none;
  }

  /* Post Slideshows (Flexslider) */
  .post.format-gallery .entry-header .gallery.flexslider li.gallery-item .flex-caption p,
  .post .entry-content .gallery.flexslider li.gallery-item .flex-caption p {
    padding: 5px;
  }
  .post.format-gallery .entry-header .gallery.flexslider .flex-direction-nav a,
  .post .entry-content .gallery.flexslider .flex-direction-nav a {
    width: 32px;
    height: 32px;
    bottom: 5px;
  }
  .post.format-gallery .entry-header .gallery.flexslider .flex-direction-nav .flex-next,
  .post .entry-content .gallery.flexslider .flex-direction-nav .flex-next {
    background-position: -59px -7px;
    right: 5px;
  }
  .post.format-gallery .entry-header .gallery.flexslider .flex-direction-nav .flex-prev,
  .post .entry-content .gallery.flexslider .flex-direction-nav .flex-prev {
    right: 40px;
    background-position: -9px -7px;
  }
  .post.format-video .entry-header .video-caption,
  .post.format-image .entry-featured .image-caption {
    padding:5px 10px;
  }
  .post.format-quote .entry-content p {
    padding:0;
    font-size: 24px;
    line-height: 38px;
  }
  .post .entry-meta .entry-taxonomy {
    padding:10px 0;
  }
  .post .entry-meta .entry-taxonomy .comment-link {
    margin-right:10px;
  }
  .post .entry-tags {
    margin-top:0;
  }

  /* Podcasts */
  .grid .podpost {
    width: 100%;
  }
  .grid .podpost .entry-content {
    padding: 0;
  }
  .page-template-pagepage-podcastarchive-php .entries.list .podpost .post-header img,
  .post-type-archive-podcast .entries.list .podpost .post-header img {
    display:none;
  }

  /* Single */
  .single .single-featured span.mini-title {
    font-size: 10px;
  }
  .single .player_container.with_thumbnail {
    width:60%;
  }
  .single .album-art {
    width:36%;
  }

  /* Sidebar */
  .sidebar {
    padding: 30px 0;
  }

  /* Pages */
  .blog .static .heading .title h1 {
    font-size: 28px;
  }
  .page .reg .heading,
  .podcast-archive .reg .heading {
    padding: 50px 0;
  }
  .page .reg.nav-transparent.has-featured-image .heading .title, 
  .blog .main-content.nav-transparent.has-featured-image .heading .title {
    padding-top:32px;
    padding-bottom:32px;
  }
  .page .reg .content_page_thumb .heading .title,
  .podcast-archive .reg .content_page_thumb .heading .title,
  .archive .reg .content_page_thumb .heading .title {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .page .reg .heading h1,
  .podcast-archive .reg .heading h1,
  .page .reg .heading p,
  .podcast-archive .reg .heading p {
    padding: 0;
  }
  footer .footer-widgets {
    padding:32px 0;
  }
  footer .footer-widgets .footer-inner {
    padding-bottom:20px;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
  }
  .postfooter {
    font-size: 13px;
  }
  .postfooter .thst-menu {
    display:none;
  }
}
@media screen and (max-width: 321px) {
  /* Custom Cols */
  .col-xxs-12 {
    width:100%;
  }
  .col-xxs-6 {
    width:50%;
  }
  body {
    font-size: 13px;
  }
  body,
  body p {
    line-height: 26px;
  }
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  h5 {
    font-size: 16px;
    line-height: 26px;
  }
  h6 {
    font-size: 14px;
    line-height: 24px;
  }
  input[type="text"], 
  input[type="email"], 
  input[type="password"] {
    padding:10px;
  }
  textarea {
    line-height: 26px;
    padding:14px;
  }
  .wp-caption .wp-caption-text {
    font-size: 12px;
    padding:12px 10px;
  }
  .single .thst-main-posts {
    padding:30px 0;
  }
  .thst-main-posts {
    margin-top: 0;
  }
  .archive .main-content, 
  .blog .main-content {
    background-color: #fff
  }
  .header header .main-title {
    margin: 0 0 0 64px;
  }
  .header header .main-title a {
    padding: 14px 0;
  }
  .above.small_nav .open-menu {
    padding:24px;
  }

  .front-page-header .text h2, 
  .front-page-header.text .content-text h2, 
  .front-page-header.slideshow .text.video h2, 
  .latest-episode .main-featured-post.video h2 {
    font-size: 24px;
    margin:14px 0 0;
  }
  .front-page-header .text .mini-ex {
    font-size: 8px;
    padding:1px 2px;
  }
  .front-page-header .text .mini-title {
    font-size: 10px;
  }
  .latest-episode .next-week .butn {
    display:block;
  }
  .latest-episode .mejs-container.wp-audio-shortcode.mejs-audio, 
  .front-page-header .mejs-container.wp-audio-shortcode.mejs-audio {
    margin:8px 0;
  }

  /* Sticky Header Settings */
  .latest-episode.nav-sticky .main-featured-post {
    margin:32px 0 32px;
    padding:0;
  }   
  .front-page-header.text .content-text h2 {
    font-size: 20px;
  } 

  .next-week {
    padding:15px 0;
  }
  .latest-episode .next-week h3, 
  .next-week h3 {
    margin-bottom:16px;
  }
  .next-week .mini-title {
    font-size: 10px;
  }
  .next-week h3 {
    font-size: 14px;
  }
  .next-week .butn {
    padding:16px;
  }
  .next-week .schedule-message {
    font-size: 12px;
  }

  /* Slideshow */
  .flex-direction-nav a {
    width: 40px;
    height: 40px;
  }
  .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    right: 10px;
  }
  .flex-direction-nav .flex-prev {
    background-position: 10% 35%;
  }
  .flex-direction-nav .flex-next {
    background-position: 90% 35%;
  }

  /* List of Posts */
  .front-page-header.text .content-text, .front-page-header.text.nav-transparent .content-text {
    padding-bottom: 42px !important;
    padding-top: 42px !important;
  }

  /* From the Blog */
  .fromtheblog h2.title {
    font-size: 18px;
    margin-bottom: 22px;
}
  .fromtheblog article.post .post-header h2 {
    font-size: 13px;
  }
  .fromtheblog article .post-content, 
  .fromtheblog article .post-content p {
    font-size: 11px;
    line-height: 20px;
  }

  /* Posts */
  .podcast-archive .main-content .container .entries {
    padding:35px 10px;
  }
  .post .entry-header .entry-title {
    font-size: 26px;
    line-height: 36px;
  }
  .page .page.post {
    padding: 0;
  }
  .post.sticky_post .entry-header {
    padding: 15px 15px 0 0;
  }
  .post .entry-header .entry-date {
    font-size: 12px;
    margin:10px 0 0 0;
    padding:0;
    list-style:none;
  }
  .post.format-link .entry-content p:first-of-type {
    font-size: 16px;
    padding:15px;
  }
  .post.sticky_post .entry-header .entry-title {
    font-size: 16px;
    line-height: 22px;
  }
  .post.sticky_post .entry-content {
    padding: 15px;
  }
  .post .entry-header .post-cat {
    margin-top: 15px;
  }
  .post .entry-header .title-container {
    padding:0 0 24px 0;
  }
  .post .entry-header .entry-date li {
    padding:3px 0;
    display: block;
  }
  .post .entry-content {
    padding:0 0 32px 0;
  }
  .post.format-status .entry-content {
    padding:0 0 32px 0;
  }
  .post.format-aside .entry-content {
    padding: 0 0 32px 0;
  }
  .post .entry-meta .footer-meta img {
    width:36px;
    height:36px;
  }
  .post .entry-meta .footer-meta {
    padding:6px 0;
  }
  .post .entry-tags {
    display:none;
  }
  .post.format-video .featured-video.featured-media .mejs-container, 
  .post.format-video .featured-video.featured-media .mejs-embed, 
  .post.format-video .featured-video.featured-media .mejs-embed body {
    background-color: transparent !important;
  }

  .post.format-audio .featured-media .audio-caption, 
  .post.format-video .video-caption, 
  .post.format-image .entry-featured .image-caption,
  .post.format-gallery .featured-gallery .gallery-caption {
    padding:32px 0 32px 0;
  }
  .archive .post.format-audio .featured-media .audio-caption,
  .archive .post.format-video .video-caption,
  .archive .post.format-image .entry-featured .image-caption,
  .archive .post.format-gallery .featured-gallery .gallery-caption {
    padding:32px 0 32px 0;
  }
  .post .entry-summary {
    padding: 32px 0;
  }
  .post .entry-meta {
    padding:32px 0;
  }
  .post .entry-header .post-cat li a:link,
  .podcast .entry-header .post-cat li a:link,
  .post .entry-header .post-cat li a:visited,
  .podcast .entry-header .post-cat li a:visited {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 7px;
  }
  .post .entry-tags {
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
  }
  .post_pagination a:link, 
  .post_pagination a:visited {
    margin-top:5px;
  }
  .podcast_subscribe .butn {
    display:block;
    margin-bottom:10px;
  }

  /* Single Posts */
  .single .post {
    margin-bottom: 20px;
  }
  .single .album-art {
    float:none;
    width:100%;
    margin-bottom:24px;
  }
  .single .player_container.with_thumbnail {
    float:none;
    width:100%; 
  }
  .single .caption-container {
    padding: 16px 0;
  }
  .single-podcast .podcast-content .title h1 {
    font-size: 28px;
  }
  .single .single-featured h2 {
    font-size: 20px;
  }
  .single .mini-ex, 
  .post .mini-ex, 
  .podcast .mini-ex {
    margin-left: 5px;
    font-size: 7px;
}
  .single .single-featured span.mini-title {
    font-size: 10px;
    margin-bottom:5px;
    line-height: 1;
    margin:0;
  }
  .single .post .entry-header .entry-title {
    font-size: 24px;
    line-height: 34px;
  }
  .single-post #mediainfo .download {
    font-size: 12px;
  }
  .single-post #mediainfo .download li .butn {
    font-size: 10px;
  }
  .podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item img {
    width:54px;
    height:54px;
    max-width:54px;
    max-height:54px;
  }
  .podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item, 
  .podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-current-item {
    padding:12px;
    margin-bottom:0;
  }
  .podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-title, 
  .podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-title {
    font-size: 16px;
  }
  .podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-album, 
  .podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-album {
    font-size: 14px;
  }
  .podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-artist, 
  .podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-current-item .wp-playlist-caption span.wp-playlist-item-artist {
    font-size: 10px;
  }
  .podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-item, 
  .podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-item {
    padding:12px;
  }
  .podcaster-theme .wp-playlist-caption {
    font-size: 12px;
  }
  .podcaster-theme .wp-playlist-caption .wp-playlist-item-title {
    font-size: 12px;
    font-weight: 600;
  }
  .podcaster-theme .wp-playlist.wp-audio-playlist .wp-playlist-item .wp-playlist-item-length, 
  .podcaster-theme .wp-playlist.wp-video-playlist .wp-playlist-item .wp-playlist-item-length {
    font-size: 12px;
    padding:12px;
  }
  .podcaster-theme .wp-playlist.wp-audio-playlist .mejs-container {
    height:35px !important;
  }
  .podcaster-theme .wp-playlist.wp-audio-playlist .mejs-controls {
    height:30px;
    padding:0 2px;
  }
  .podcaster-theme .mejs-controls .mejs-time-rail span, 
  .podcaster-theme .mejs-controls .mejs-time-rail a {
    height:4px;
    margin:6px 5px 5px 5px;
  }
  .podcaster-theme .mejs-controls .mejs-time-rail .mejs-time-current,
  .podcaster-theme .mejs-controls .mejs-time-rail .mejs-time-loaded {
    margin:6px 0 5px 0;
  }
  .podcaster-theme .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 
  .podcaster-theme .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    height:4px;
    top:11px;
  }
  .singlep_pagi {
    font-size: 12px;
    margin:10px 0;
  }
  .singlep_pagi p {
    margin-bottom:0;
  }
  .single .post .entry-meta .author-info {
    border-top:1px solid #dddddd;
    padding:24px 0 0 0;
    text-align:center;
    margin-top:16px;
  }
  .single .author-description span {
    font-size: 13px;
  }
  .single .author-info .author-avatar {
    margin-bottom:16px;
  }
  .single .author-info .author-avatar img {
    width:54px;
    height:auto;
  }
  .single .author-description h4 {
    font-size: 18px;
  }
  .single #comments {
    margin-top:42px;
  }
  .single .comment-respond h3, 
  .single #comments h3 {
    font-size: 20px;
  }
  .single #comments .comment-text {
    font-size: 13px;
  }
  #comments #comments-title {
    font-size: 20px;
    margin-bottom:20px;
  }
  #comments .commentlist li {
    padding-bottom:32px;
    margin-bottom:32px;
  }
  #comments .commentlist li:last-child {
    padding-bottom:0;
    margin-bottom:0; 
  }
  #comments .commentlist li .comment-body .comment-author .fn {
    font-size: 16px;
  }
  #comments .commentlist li .comment-body .comment-author .date {
    font-size: 10px;
  }
  #comments .commentlist li .comment-body .reply a:link, 
  #comments .commentlist li .comment-body .reply a:visited {
    font-size: 12px;
    padding: 4px 9px;
  }
  #comments .commentlist #respond {
    width:100%;
  }
  #respond #cancel-comment-reply-link:link, 
  #respond #cancel-comment-reply-link:visited {
    font-size:12px;
    padding:4px 8px;
  }

  /* Page */
  .page .reg .heading h1, 
  .podcast-archive .reg .heading h1, 
  .archive .reg .heading h1 {
    font-size:28px;
  }

  /* Podcast Archive */
  .page-template-pagepage-podcastarchive-php .entries.list .podpost .post-header img,
  .post-type-archive-podcast .entries.list .podpost .post-header img {
    display:none;
  }

  /* Contact Form */
  .wpcf7-form input,
  .wpcf7-form textarea {
    max-width: 100%;
  }

  /* Shortcodes */
  .thst-one-half {
    width: 100%;
  }
  .thst-one-third {
    width: 100%;
  }
  .thst-two-third {
    width: 100%;
  }
  .thst-one-fourth {
    width: 100%;
  }
  .thst-three-fourth {
    width: 100%;
  }
  .thst-one-fifth {
    width: 100%;
  }
  .thst-two-fifth {
    width: 100%;
  }
  .thst-three-fifth {
    width: 100%;
  }
  .thst-four-fifth {
    width: 100%;
  }
  .thst-one-sixth {
    width: 100%;
  }
  .thst-five-sixth {
    width: 100%;
  }
  .thst-one-half,
  .thst-one-third,
  .thst-two-third,
  .thst-three-fourth,
  .thst-one-fourth,
  .thst-one-fifth,
  .thst-two-fifth,
  .thst-three-fifth,
  .thst-four-fifth,
  .thst-one-sixth,
  .thst-five-sixth {
    float: none;
    margin-bottom: 2em;
    margin-right: 4%;
    position: relative;
  }
  .thst-column-last {
    clear: right;
    margin-right: 0 !important;
  }

  /* Pagination */
  .pagination {
    padding: 25px 0;
  }
  .pagination .page-numbers {
    padding: 8px 11px;
  }
  .post_pagination span {
    padding: 10px 15px;
  }
  .post_pagination a:link,
  .post_pagination a:visited {
    padding: 10px 15px;
  }

  /* Sidebar */
  .sidebar {
    padding: 32px 0;
    line-height: 24px;
    border-top:1px solid #ddd;
  }

  /* Widgets */
  .sidebar .widget {
    padding:0;
  }
  .sidebar .widget ul {
    font-size: 13px;
    line-height: 26px;
  }
  .sidebar h3, 
  .archive .sidebar h3 {
    font-size: 18px;
    margin-bottom:10px;
  }

  /* Widget: Search */
  .widget.widget_search #searchform .search-container {
    width:100%;
  }
  
  /* Widget: Text */
  .widget.widget_text .textwidget {
    padding:0;
  }

  /* Widget: Calendar */
  .widget #calendar_wrap #wp-calendar tr td#prev a {
    padding:5px;
  }

  /* Widget: Highlight Category */
  .thst_highlight_category_widget ul li:first-child .text {
    padding:14px;
  }
  .thst_highlight_category_widget ul li .text {
    padding:14px;
  }
  .thst_highlight_category_widget ul li:last-child .text {
    padding:14px;
  }
  .thst_highlight_category_widget ul li .text .h_title {
    font-size: 14px;
  }

  /* Widget: Recent Blog Posts */
  .widget.thst_recent_blog_widget .ui-tabs-nav li {
    font-size: 12px;
  }
  .widget.thst_recent_blog_widget .ui-tabs-nav li a {
    padding:10px 0;
  }
  .widget.thst_recent_blog_widget .ui-tabs-nav li.ui-tabs-active a:link, 
  .widget.thst_recent_blog_widget .ui-tabs-nav li.ui-tabs-active a:visited {
    padding:10px 0;
  }
  .widget.thst_recent_blog_widget .ui-tabs-panel article {
    padding: 14px;
  }
  .widget.thst_recent_blog_widget .ui-tabs-panel article img {
    margin-right:14px;
  }
  .widget.thst_recent_blog_widget .ui-tabs-panel article .text .date {
    font-size: 10px;
  }
  .widget.thst_recent_blog_widget .ui-tabs-panel article .text h4 {
    font-size: 14px;
  }

  /* Widget: Recent Comments */
  .widget.thst_recent_comments_widget h3 {
    padding:0;
  }
  .widget.thst_recent_comments_widget ul li.recentcomments {
    padding:14px 14px 14px 0;
  }
  .widget.thst_recent_comments_widget ul .recentcomments img.avatar {
    margin-right:14px;
    display: block;
  }
  .widget.thst_recent_comments_widget ul li.recentcomments .date {
    margin-top:7px;
  }

  /* Widget: Tag Clouds */
  .widget .tagcloud a:link, .widget .tagcloud a:visited {
    font-size: 11px !important;
    line-height: 18px;
    margin: 0 2px 2px 0;
    padding: 0 6px;
  }

  /* Footer */
  footer .bx-info {
    padding: 15px 0;
  }
}

footer .footer-widgets {
display:none;
visibility:hidden;
}

.next-week {
    background-color: rgba(0,0,0,0.6);
}

.above.nav-transparent {
    background-color: rgba(0,0,0,1);
}


@media screen and (max-width: 991px) {
.header-inner.social_container, .above.small_nav .header-inner.social_container {
    display: none !important;
visibility: hidden !important;
}
}

.podcaster-theme .post .entry-content .mejs-container.wp-audio-shortcode.mejs-audio {
    display: none;
    visibility: hidden;
}

.page .reg, .podcast-archive .reg, .search .reg, .archive .reg {
    display: none;
    visibility: hidden;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
width: 100%;
}

input[type="text"], input[type="email"], input[type="password"] {
padding: 10px;
}

.page-id-191.page .comment_container {
display:none;
}

.widget.widget_search .search-container #s{
        background: transparent;
    -moz-border-radius:3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #f3f3f3;
}

.page .search-container input[type="submit"]#searchsubmit {
    background-color: #f3f3f3 !important;
}

.powerpress_player {
    background-color: #335bcc;
}

.front-page-header.slideshow .has-header .inside, .front-page-header.static.has-header .inside, .front-page-header.text.has-header .inside {
background-color: rgba(0,0,0,0) !important;
}