/*
    Theme Name: Playcast Child Theme
    Theme URI: http://my.appendipity.com/playcast/
    Description: For a complete Step-by-Step tutorial on setting up and customizing your Playcast Theme, <a target="_blank" rel="nofollow" href="http://www.appendipity.com/tutorial/" alt="Playcast Theme Tutorials" title="Playcast Theme Tutorials" >Click Here</a>
    Author: Appendipity
    Author URI: http://www.appendipity.com/
 
    Version: 3.2
 
    Tags: black, white, light, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, responsive
 
    Template: genesis
    Template Version: 2.0
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Featured Page / Post Widgets
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
*/

@import url(http://fonts.googleapis.com/css?family=Maven+Pro:500,700|Open+Sans:400,700,400italic,700italic);

/** Defaults
--------------------------------------- **/
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.625;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
input {
    color: #333;
    font-family: 'Maven Pro', sans-serif;
}
input[type=text],
input[type=email],
input[type=url],
select,
textarea {
    -moz-box-shadow: inset 0 1px 2px 1px #eee;
    -webkit-box-shadow: inset 0 1px 2px 1px #eee;
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: inset 0 1px 1px 1px #eee;
    color: #bbb;
    font-family: 'Maven Pro', sans-serif;
    font-size: 0.5625em;
    margin: 5px 2px 0 0;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: middle;
}
textarea {
    color: #333;
    font-family: 'Maven Pro', sans-serif;
    font-size: 0.75em;
    text-transform: none;
}
pre {
    background: none repeat scroll 0 0 #F4F4F2;
    border: 1px solid #AAAAAA;
    font-size: 12px;
    margin: 10px 0;
    max-height: 250px;
    overflow: scroll;
    padding: 5px 10px;
    width: 90%;
}
li, ol, ul {
    margin: 0;
    padding: 0;
}
ol li {
    list-style-type: decimal;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/** Hyperlinks
--------------------------------------- **/

a, a:visited {
    color: #FF9900;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
a:hover {
    color: #D35607;
    text-decoration: none;
}
a img {
    border: none;
}

/** Headlines
-------------------------------------- **/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: 'Maven Pro', sans-serif;
    margin: 10px 0;
}
h1.entry-title {
    font-family: 'Maven Pro', sans-serif;
    font-weight: normal;
    line-height: 1.4em;
}
h1.entry-title a {
    color: #153340;
    text-decoration: none;
}
h1.entry-title a:hover {
    text-decoration: none;
	color: #FF9900;
}
h1 {
    font-family: 'Maven Pro', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}
h2, h2 a, h2 a:visited{
    font-family: 'Maven Pro', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}

h2.entry-title a {
    font-family: 'Maven Pro', sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.4em;
}
h3 {
    font-family: 'Maven Pro', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}
.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
    font-size: 1.125em;
    margin: 0 0 5px;
}
.genesis-grid h2,
.genesis-grid h2 a {
    font-size: 1.75em;
}
h2 a:hover {
    text-decoration: none;
    color: #FF9900;
}
h4 {
    font-size: 20px;
}
.widget-area h4 {
    color: #000000;
    font-family: 'Maven Pro', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}
.widget-area h4 a {
    text-decoration: none;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

/** Ordered / Unordered Lists
------------------------------------------- **/

.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 25px;
}
.entry-content ol {
    margin: 0;
}
.archive-page ul li,
.entry-content ul li {
    background: url("images/list.png") no-repeat scroll 0 12px transparent;
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 5px 0 5px 20px;
    text-shadow: 1px 1px #FFFFFF;
    word-wrap: break-word;
}
.entry-content ol li {
    margin: 0 0 0 35px;
}
.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
    padding: 0;
}

/** Body
------------------------------------- **/

body {
    background-color: #d1d1d1;
	background-size: cover;
}
::-moz-selection {
    background-color: #222;
    color: #fff;
}
::selection {
    background-color: #222;
    color: #fff;
}

/** Wrap
----------------------------------------- **/

.site-container {
    margin: -9px auto 0;
    padding-top: 1px;
}
.wrap {
    margin: 0 auto;
    width: 1152px;
}
.fb_iframe_widget {
    left: 0;
    position: absolute;
    top: 0;
}

/** Header
---------------------------------------- **/

#header-area {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}
.site-header {
    display: block;
    float: left;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 500px;
}
.title-area {
    float: left;
    margin-top: 24px;
    padding: 0;
}
.header-full-width .title-area {
    width: 100%;
}
.site-title {
    font-family: 'Maven Pro',sans-serif;
    line-height: 1.2;
    margin: 0;
}
.site-title a {
    color: #292929 !important;
    font-family: 'Maven Pro',sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 44px;
    margin-right: 0;
    text-decoration: none;
}
.site-title a:hover {
    color: #aaa !important;
    text-decoration: none;
}
.site-description {
    color: #AAA !important;
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.25;
    margin-top: 0;
}

/** Image Header - Partial Width
---------------------------------------- **/

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
    display: block;
    float: left;
    height: 120px;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 100%;
}
.header-image .site-description {
    display: block;
    overflow: hidden;
}

/** Mobile Nav Menu
--------------------------------------- **/
 
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}
 
/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
 
@media only screen and (min-width: 960px) {
 
nav {
	display: block !important;
}
}

/** Header / Primary / Secondary Navigation
------------------------------------------- **/

.menu-primary,
.menu-secondary {
    clear: both;
    color: #222;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.nav-primary {
    float: right;
    position: relative;
}
.menu-primary,
.menu-secondary {
    background: none;
}
.menu-primary {
    margin: 0;
    text-align: right;
    width: 650px;
}
.menu-secondary {
    margin: 3px 0 0;
}
.menu-primary ul,
.menu-secondary ul {
    float: left;
    width: 100%;
}
.menu-primary li,
.menu-secondary li,
.nav-primary .menu li {
    display: inline-block;
    list-style-type: none;
}
.menu-primary a,
.nav-primary .menu a {
    color: #153340;
    display: block;
    font-family: 'Maven Pro',sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin-right: -6px;
    padding: 48px 20px;
    position: relative;
    text-decoration: none;
    text-transform: none;
}
.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.nav-primary .menu li a:active,
.nav-primary .menu li a:hover,
.nav-primary .menu .current_page_item a,
.nav-primary .menu .current-cat a,
.nav-primary .menu .current-menu-item a {
    background: none repeat scroll 0 0 #153340;
    color: #FFF;
}
.menu-secondary a {
    color: #FFF;
    display: block;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
    text-transform: none;
}
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
    color: #FFF;
}
.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.nav-primary .menu li li a,
.nav-primary .menu li li a:link,
.nav-primary .menu li li a:visited {
    background: none repeat scroll 0 0 #153340;
    border-top: medium none;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
	line-height: 24px;
    padding: 14px;
    position: relative;
    text-transform: none;
    transition: none 0s ease 0s;
    width: 200px;
}
.menu-primary li li:last-child a,
.menu-secondary li li:last-child a,
.nav-primary .menu li li:last-child a { 
    border: none; 
}
.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.nav-primary .menu li li a:active,
.nav-primary .menu li li a:hover {
    background: none repeat scroll 0 0 #0f252e;
}
.menu-primary li ul,
.menu-secondary li ul,
.nav-primary .menu li ul {
    height: auto;
    left: -9999px;
    margin: 0 0 0 -6px;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 9999;
}
.nav-primary .menu li ul li {
    text-align: left;
}
.menu-primary li ul a,
.menu-secondary li ul a,
.nav-primary .menu li ul a {
    width: 130px;
}
.menu-primary li ul ul,
.menu-secondary li ul ul,
.nav-primary .menu li ul ul {
    border-left: medium none;
    margin: -52px 0 0 200px;
    padding: 0;
}
.menu li:hover ul ul,
.menu li.sfHover ul ul {
    left: -9999px;
}
.menu li:hover,
.menu li.sfHover {
    position: static;
}
ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.nav-primary .menu li:hover>ul,
.nav-primary .menu li.sfHover ul {
    left: auto;
}
.nav-primary .menu li a.sf-with-ul {
    background: url("images/nav-icon-down.png") no-repeat scroll right 7px transparent;
    padding-right: 24px;
}
.nav-primary .menu li li a.sf-with-ul {
    background: url("images/icon-right.png") no-repeat scroll 125px 12px transparent;
}
.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
    position: absolute;
    text-indent: -9999px;
}
.nav-primary .menu li a .sf-sub-indicator,
.nav-primary .menu li li a .sf-sub-indicator,
.nav-primary .menu li li li a .sf-sub-indicator {
    display: none;
}

/** Sub Nav
--------------------------------------- **/

.nav-secondary {
    float: right;
    overflow: hidden;
}
.nav-secondary ul {
    float: right;
    list-style: none outside none;
    margin: 6px 0;
    width: 100%;
}

/** Sub Nav Social Icons
------------------------------------------ **/

.nav-secondary li.social-facebook,
.nav-secondary li.social-linkedin,
.nav-secondary li.social-gplus,
.nav-secondary li.social-flickr,
.nav-secondary li.social-twitter,
.nav-secondary li.social-youtube,
.nav-secondary li.social-pinterest,
.nav-secondary li.social-rss,
.nav-secondary li.social-podcast,
.nav-secondary li.social-skype,
.nav-secondary li.social-instagram,
.nav-secondary li.social-email {
    border-bottom: medium none !important;
    float: left;
    margin-left: 5px;
    width: 25px;
}
.nav-secondary li.social-facebook a,
.nav-secondary li.social-facebook a:hover,
.nav-secondary li.social-linkedin a,
.nav-secondary li.social-linkedin a:hover,
.nav-secondary li.social-gplus a,
.nav-secondary li.social-gplus a:hover,
.nav-secondary li.social-flickr a,
.nav-secondary li.social-flickr a:hover,
.nav-secondary li.social-twitter a,
.nav-secondary li.social-twitter a:hover,
.nav-secondary li.social-youtube a,
.nav-secondary li.social-youtube a:hover,
.nav-secondary li.social-pinterest a,
.nav-secondary li.social-pinterest a:hover,
.nav-secondary li.social-rss a,
.nav-secondary li.social-rss a:hover,
.nav-secondary li.social-podcast a,
.nav-secondary li.social-podcast a:hover,
.nav-secondary li.social-skype a,
.nav-secondary li.social-skype a:hover,
.nav-secondary li.social-instagram a,
.nav-secondary li.social-instagram a:hover,
.nav-secondary li.social-email a,
.nav-secondary li.social-email a:hover {
    display: block;
    height: 25px;
    padding: 0;
    text-indent: -9999px;
    width: 25px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.nav-secondary li.social-facebook a,
.nav-secondary li.social-facebook a:hover,
.nav-secondary li.social-linkedin a,
.nav-secondary li.social-linkedin a:hover,
.nav-secondary li.social-gplus a,
.nav-secondary li.social-gplus a:hover,
.nav-secondary li.social-flickr a,
.nav-secondary li.social-flickr a:hover,
.nav-secondary li.social-twitter a,
.nav-secondary li.social-twitter a:hover,
.nav-secondary li.social-youtube a,
.nav-secondary li.social-youtube a:hover,
.nav-secondary li.social-pinterest a,
.nav-secondary li.social-pinterest a:hover,
.nav-secondary li.social-rss a,
.nav-secondary li.social-rss a:hover,
.nav-secondary li.social-podcast a,
.nav-secondary li.social-podcast a:hover,
.nav-secondary li.social-skype a,
.nav-secondary li.social-skype a:hover,
.nav-secondary li.social-instagram a,
.nav-secondary li.social-instagram a:hover,
.nav-secondary li.social-email a,
.nav-secondary li.social-email a:hover {
    background: url(images/social-icons.png);
    margin: 0 5px 0 0;
}
.nav-secondary li.social-twitter a {
    background-position: 0 0;
}
.nav-secondary li.social-twitter a:hover {
    background-position: 0 -27px;
}
.nav-secondary li.social-gplus a {
    background-position: -25px 0;
}
.nav-secondary li.social-gplus a:hover {
    background-position: -25px -27px;
}
.nav-secondary li.social-linkedin a {
    background-position: -50px 0;
}
.nav-secondary li.social-linkedin a:hover {
    background-position: -50px -27px;
}
.nav-secondary li.social-facebook a {
    background-position: -75px 0;
}
.nav-secondary li.social-facebook a:hover {
    background-position: -75px -27px;
}
.nav-secondary li.social-flickr a {
    background-position: -100px 0;
}
.nav-secondary li.social-flickr a:hover {
    background-position: -100px -27px;
}
.nav-secondary li.social-youtube a {
    background-position: -125px 0;
}
.nav-secondary li.social-youtube a:hover {
    background-position: -125px -27px;
}
.nav-secondary li.social-pinterest a {
    background-position: -150px 0;
}
.nav-secondary li.social-pinterest a:hover {
    background-position: -150px -27px;
}
.nav-secondary li.social-rss a {
    background-position: -175px 0;
}
.nav-secondary li.social-rss a:hover {
    background-position: -175px -27px;
}
.nav-secondary li.social-podcast a {
    background-position: -200px 0;
}
.nav-secondary li.social-podcast a:hover {
    background-position: -200px -27px;
}
.nav-secondary li.social-skype a {
    background-position: -225px 0;
}
.nav-secondary li.social-skype a:hover {
    background-position: -225px -27px;
}
.nav-secondary li.social-instagram a {
    background-position: -250px 0;
}
.nav-secondary li.social-instagram a:hover {
    background-position: -250px -27px;
}
.nav-secondary li.social-email a {
    background-position: -275px 0;
}
.nav-secondary li.social-email a:hover {
    background-position: -275px -27px;
}

/** Message Bar
-------------------------------------- **/

#message_bar {
    background: none repeat scroll 0 0 #153340;
    overflow: hidden;
}
#message {
    float: left;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
}
#message h4.widgettitle {
    display: none;
}
#message .textwidget {
    padding: 2px 0;
}
#message p {
    color: #fff;
	font-size: 20px;
}

/** Player Bar
-------------------------------------- **/
#player-bar {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    overflow: visible;
    padding: 70px 0;
    width: 100%;
}
#player-bar .post {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: medium none;
    box-shadow: none;
    float: left;
    margin: 0 2.5%;
    overflow: visible;
    padding: 0;
    width: 95%;
}
#player-bar #player-title {
    color: #FFFFFF;
    font-family: 'Maven Pro', sans-serif;
	font-weight:500;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 15px;
}
.mp-image {
    float: left;
    min-height: 250px;
    width: 250px;
}
#player-bar h2.post-title {
    margin-bottom: 10px;
}
#player-bar h2.post-title a {
    color: #FFFFFF;
    font-family: 'Maven Pro',sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}
#player-bar h2.post-title a:hover {
    color: #aaa;
}
#player-bar .entry-content {
    float: left;
    max-width: 100%;
    min-height: 250px;
    padding: 10px 10px 0;
    width: 50%;
}
#player-bar .entry-content p {
    color: #CCC;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
}
#player-bar a.more-link {
    color: #FFF !important;
}
#player-bar a.more-link:hover {
    color: #aaa !important;
}
#player-bar .top-side {
    float: right;
    font-size: 20px;
    position: relative;
    text-align: center;
    width: 27%;
}
#player-bar .play {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
#player-bar .play:hover {
    background: none repeat scroll 0 0 #153340;
    box-shadow: none;
}
#player-bar .play a {
	display: block;
    padding: 30px 0;
	line-height:23px;
	text-decoration:none;
	color:#fff;
}
#player-bar .play a:hover {
}
#player-bar .download {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
#player-bar .download:hover {
    background: none repeat scroll 0 0 #153340;
    box-shadow: none;
}
#player-bar .download a {
	display: block;
    padding: 30px 0;
	line-height:22px;
	text-decoration:none;
	color:#fff;
}
#player-bar .download a:hover {
}
#player-bar .click-share {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	cursor:pointer;
    line-height: 41px;
    padding: 22px 0;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
#player-bar .click-share:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}
.top-side .home-share {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    float: none;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 250px;
    width: 100%;
    z-index: 1;
}

/** Player Bar Widget Area
-------------------------- **/

#home-guest-area {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    width: 100%;
}
#player-bar-widget {
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}
#player-bar-widget .button-widget {
    display: inline-block;
    margin: 4px;
    width: 30%;
}
#player-bar-widget .btn-widget {
    margin: 0 auto;
}

/** Podcast Home Page
------------------------- **/
.default {
    background-color: #153340;
}
.feat-title {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 15px 0;
}
.feat-title h3 {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
.podcast .post {
    background: none repeat scroll 0 0 #FFFFFF;
    float: none;
    margin: 0 0 20px;
    min-height: 200px;
    overflow: visible;
    padding: 0;
    position: relative;
}
.pod-image {
    float: left;
    min-height: 200px;
    width: 24.5%;
}
.podcast .entry-content {
    float: left;
    margin: 0;
    min-height: 200px;
    overflow: hidden;
    padding: 0 10px;
    width: 46%;
}
.podcast h2.post-title {
    line-height: 1;
    margin: 0 0 5px;
}
.podcast h2.post-title a {
    font-size: 20px;
    font-weight: normal;
	letter-spacing: -1px;
    margin: 0;
}
.podcast h2.post-title a:hover {
    color: #aaa;
}
.podcast .entry-content p {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
}
.pod-side {
    border-left: 1px solid #D7D7D7;
    float: right;
    font-size: 18px;
    position: relative;
    text-align: center;
    width: 29%;
}
.pod-side .play {
    background: none repeat scroll 0 0 #eee;
    border-bottom: 1px solid #d7d7d7;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.pod-side .play:hover {
    background: none repeat scroll 0 0 #153340;
    box-shadow: none;
}
.pod-side .play a {
	display: block;
    padding: 21px 0;
	line-height:24px;
	text-decoration:none;
	color:#222;
}
.pod-side .play a:hover {
	color:#fff;
}
.pod-side .download {
    background: none repeat scroll 0 0 #f4f4f4;
    border-bottom: 1px solid #d7d7d7;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.pod-side .download:hover {
    background: none repeat scroll 0 0 #153340;
    box-shadow: none;
}
.pod-side .download a {
	background: url("images/download-arrow.png") no-repeat scroll 160px center transparent;
	display: block;
    padding: 21px 0;
	line-height:24px;
	margin-right: 20px;
	text-decoration:none;
	color:#222;
}
.pod-side .download a:hover {
	background: url("images/download-arrow-hover.png") no-repeat scroll 160px center transparent;
	color:#fff;
}
.pod-side .click-share {
    background: none repeat scroll 0 0 #ddd;
	cursor:pointer;
    line-height: 24px;
    padding: 21px 0;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.pod-side .click-share:hover {
	color:#aaa;
}
.pod-side .home-share {
    background: none repeat scroll 0 0 #DDDDDD;
    float: none;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 200px;
    width: 100%;
    z-index: 1;
}
.home-share .buttons {
    display: block;
    text-align: center;
	position:relative;
}
.home-share .facebook,
.home-share .twitter,
.home-share .googleplus {
    display: inline-block;
    float: left;
    margin: 10px 0 5px;
    width: 33%;
}
.fb_iframe_widget iframe {
    height: 65px;
    width: 55px;
}

.bot-message {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    overflow: hidden;
    padding: 40px 0;
}
.bot-message p {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
.bot-message a {
    background: none repeat scroll 0 0 #153340;
    color: #FFFFFF;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
}
.bot-message a:hover {
    background: none repeat scroll 0 0 #ff9900;
}

/** Appendipity Button Widget
------------------- **/

.btn-widget {
    display: block;
    float: none;
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
}
.btn-widget:hover {
	opacity: 0.7;
}

/** Inner
----------------------------------------- **/

.site-inner {
    margin: 40px auto 0;
    overflow: hidden;
    width: 1152px;
}

/** Post Page Banner
---------------------------------------- **/
#before-content-banner {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto 40px;
    padding: 25px 40px;
    width: 100%;
}
#before-content-banner .textwidget {
    margin: 0;
}
#before-content-banner img,
#before-content-banner object,
#before-content-banner iframe {
    display: block;
}

/** Breadcrumb
--------------------------------------- **/

.breadcrumb {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-family: arial;
    font-size: 1em;
    margin: 0 auto 40px;
    padding: 25px 40px;
}
.breadcrumb a {
    background: url("images/bullet.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0 10px 0 0;
}

/** Taxonomy Description
-------------------------------------------- **/

.taxonomy-description {
    margin: 0 0 30px;
    padding: 10px;
}

/** Content-Sidebar Wrap
------------------------------------------ **/

.content-sidebar-wrap {
    float: left;
    width: 770px;
}
.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
    width: 1152px;
}

/* Content
------------------------------------------------------------ */

.content {
    float: left;
    padding: 0;
    width: 450px;
}
.content-sidebar .content,
.sidebar-content .content {
    width: 71%;
}
.sidebar-content .content {
    float: right;
}
.full-width-content .content {
    float: none;
    margin: 0 auto;
    width: 1152px;
}
blockquote {
    background: url("images/blockquote.png") no-repeat scroll 0 0 #F4F4F4;
    color: #666666;
    font-size: 18px;
    font-style: italic;
    margin: 0 5px 25px;
    padding: 30px 20px 10px 58px;
}
blockquote p {
    color: #666;
    font-size: 18px;
    font-style: italic;
}
.shadowbox {
    background: none repeat scroll 0 0 #F4F4F4;
    margin: 0 5px 25px;
    padding: 30px 35px;
    color: #666;
    font-size: 18px;
    font-style: italic;
}
.shadowbox p {
    color: #666;
    font-size: 18px;
    font-style: italic;
}
.ip-player {
    margin: 0 0 20px;
    padding-top: 10px;
    width: 100%;
}
.post {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 40px;
    padding: 25px 40px;
    width: 100%;
    word-wrap: break-word;
}
.type-page {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    clear: both;
    margin-bottom: 40px;
    padding: 25px 40px;
    width: 100%;
}
.error404 .entry {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 25px 40px 40px;
}
.error404 .entry-content .search-form input[type="search"] {
    border: 1px solid #888;
    width: 90%;
}
.entry-content {
    margin: 0;
    position: relative;
}
.entry-content p {
    margin: 0 0 25px;
}
h2.post-title {
    margin: 0 0 15px;
}
h2.post-title a {
    font-size: 28px;
}
.post .wp-post-image {
    margin: 0;
}
p.readmore {
    float: right;
    margin: 0 0 10px;
    text-align: right;
}
p.audioplayer {
    float: left;
    margin: 10px 0;
}
p.subscribe-to-comments {
    padding: 20px 0 10px;
}
.clear {
    clear: both;
}
.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 20px;
}
a.more-link {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #153340;
    display: block;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    text-decoration: none;
    text-transform: none;
    z-index: 100;
}
a.more-link:hover {
    color: #aaa;
    text-decoration: none;
}
p.play-download {
    font-size: 17px;
    height: auto;
    margin: 10px 0;
}
p.play-download a {
    text-decoration: none;
}

/** Post Info
---------------------------------------- **/

.content .entry-header .entry-meta {
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    color: #787777;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 25px;
    padding: 5px 0;
}
.content .entry-header .entry-meta a {
    font-weight: bold;
    text-decoration: none;
}
.content .entry-header .entry-meta .entry-time {
    float: right;
}
.content .entry-header .entry-meta .entry-authora {
    color: #787777;
    padding: 0 0 0 2px;
}
.content .entry-header .entry-meta .entry-authora:hover {
    color: #f6791f;
}
.content .entry-header .entry-meta .social_share {
    float: right;
    margin-top: 3px;
}
.content .entry-header .entry-meta a.post-edit-link {
    margin-left: 10px;
}

/** Post Share
---------------------------------------- **/

.post-share {
    float: right;
    margin-top: -2px;
    width: 40%;
}
.post-share .buttons {
    display: block;
    margin: 0 auto;
    text-align: right;
}
.facebook,
.twitter,
.googleplus {
    display: inline-block;
    margin: 5px 7% 0 0;
}
.facebook {
    margin-top: 0;
    vertical-align: top;
}
.twitter {
    width: 80px;
}
.googleplus {
    margin-right: 0;
    width: 60px;
}

/** Post Meta
---------------------------------- **/

.content .entry-footer .entry-meta {
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    color: #777;
    display: inline-block;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 0 5px;
    width: 100%;
}
.entry-footer .entry-meta a {
    font-weight: bold;
    text-decoration: none;
}

/** Page Meta
---------------------------------- **/

.page .entry-meta {
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    color: #777;
    display: inline-block;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 0 5px;
    width: 100%;
}

/** In-Post Share
---------------------------------- **/
.ip-share {
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    color: #777;
    display: inline-block;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 37px;
    padding: 10px 0 5px;
    width: 100%;
}
.share-text {
    float: left;
}

/** Author Box
---------------------------------------- **/

.author-box {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #222222;
    font-size: 16px;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 25px 40px;
}
.author-box-title {
    font-size: 20px;
    margin: 0 0 10px;
}
.author-box-content p {
    color: #000000;
    font-size: 16px;
}

/** Previous Next Links
---------------------------------------- **/

#prev-next {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    display: inline-block;
    height: auto;
    margin: 0 0 35px;
    padding: 25px 40px;
    width: 100%;
}
#prev-next h3 {
    font-family: arial black;
    font-size: 20px;
    margin: 0 0 10px;
}
#prev-next a {
    font-family: arial,helvetica,sans-serif;
    font-size: 18px;
    text-decoration: none;
}
#prev-next a:hover {
    text-decoration: none;
}
#prev-next .previous {
    float: left;
    width: 47%;
}
#prev-next .next {
    float: right;
    text-align: right;
    width: 47%;
}
#prev-next img {
    border: 1px solid #EAEAEA;
    margin-right: 0.5%;
    max-width: 96%;
    padding: 1.5%;
    width: auto;
}
#prev-next .previous img {
    margin-left: 1.5%;
    margin-right: 0;
}
#prev-next img:hover {
    box-shadow: 0 0 2px 2px #f6791f;
}

/** Related Posts
------------------------------------------- **/

.related-posts {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 25px 40px;
}
h3.related-title {
    font-size: 20px;
    font-family: arial black;
}
.related-list li {
    float: left;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
    list-style-type: none;
    margin: 0;
    text-align: center;
    width: 25%;
}
.related-list li a {
    text-decoration: none;
}
.related-list img {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #EAEAEA;
    display: block;
    margin: 0 auto;
    padding: 2%;
}
.related-list img:hover {
    box-shadow: 0 0 2px 2px #f6791f;
}

/** Sticky Posts
------------------------------------------ **/

.sticky {
    margin: 0 0 40px;
    padding: 20px;
}

/** Post Comments Icons
------------------------------------------ **/

.entry-comments-link {
    background: url("images/bubble-comment.png") no-repeat scroll left -1px #FFFFFF;
    padding: 10px 20px 25px 11px;
}
.entry-comments-link a {
    color: #FFFFFF;
    margin: 10px;
    padding: 0;
}
.entry-comments-link a:hover {
    color: #f6791f;
}
.entry-tags {

}

/** Images
------------------------------------ **/

img {
    height: auto;
    max-width: 100%;
}
.avatar {
    padding: 5px;
}
.author-box .avatar {
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    float: left;
    height: 75px;
    margin: 10px 15px 20px 0;
    padding: 0;
    width: 75px;
}
.post-image {
    margin: 0 10px 10px 0;
}
img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}
img.alignnone {
    display: inline;
    margin: 0 0 20px;
}
img.alignleft {
    display: inline;
    margin: 0 25px 0 0;
}
img.alignright {
    display: inline;
    margin: 0 0 20px 25px;
}
.alignleft {
    float: left;
    margin: 0 25px 0 0;
}
.alignright {
    float: right;
    margin: 0 0 0 25px;
}
.wp-caption {
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 5px 1%;
    text-align: center;
    max-width: 96% !important;
}
p.wp-caption-text {
    font-size: 0.75em;
    margin: 0;
    padding: 5px 0;
}
.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}

/** Post Navigation
----------------------------------------- **/
.pagination {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 25px 40px;
    width: 100%;
}
.pagination li {
    display: inline;
}
.pagination li a,
.pagination li a:visited {
    background-color: transparent;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 2px;
    text-decoration: none;
}
.pagination li a:hover,
.pagination li.active a {
    background-color: transparent;
    color: #FF9900;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    display: inline;
    float: right;
    font-size: 12px;
    width: 28%;
}
.sidebar p {
    font-size: 12px;
}
.sidebar-secondary {
    float: left;
    width: 150px;
}
.sidebar-content .sidebar-primary {
    float: left;
}
.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}
.sidebar .widget {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 0 20px;
    padding: 10px 20px;
}
.sidebar-optin,
.button-widget,
.widget_search {
    padding: 0 !important;
}
.sidebar .widget,
.sidebar .widget p {
    color: #888888;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
}
.sidebar .widget p {
    margin: 0 0 15px;
}
.sidebar .widget img {
    margin: 0 auto;
}
.sidebar.widget-area ul,
.sidebar.widget-area ul ul,
.footer-widgets .widget-area ul,
.footer-widgets .widget-area ul ul {
    margin: 0;
}
.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
    background: url("images/bullet.png") no-repeat 10px 7px transparent;
    list-style-type: none;
    padding: 0 0 7px 30px;
    word-wrap: break-word;
}
.sidebar-primary a img:hover {
    opacity: 1 !important;
}

/** Sidebar Optin Widget
-------------------------------------- **/
#sb-optin {
    background-color: #333333;
    padding: 40px;
    width: 100%;
}
#sb-optin h4.widgettitle {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}
#sb-optin p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
}
#sb-optin ul {
    color: #FFFFFF;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    letter-spacing: -1px;
    line-height: 1.2;
    list-style: none outside none;
    width: 68%;
}
#sb-optin ul.wide {
    float: left;
    width: 100%;
}
#sb-optin li {
    background: url("images/sb-optin-li.png") no-repeat scroll 0 center transparent;
    padding: 7px 0 7px 30px;
}
.ebookimg {
    float: left;
    margin: 10px auto 0;
    width: 28%;
}
#sb-optin-form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0;
    width: 100%;
}
#sb-optin-form .form-wrapper {
    display: inline-block;
    margin: 15px 0 0;
    width: 100%;
}
#sb-optin-form .text {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: none;
    color: #999999;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 45px;
    margin: 0 0 15px;
    padding: 0 0 0 6%;
    text-transform: none;
    width: 100%;
}
#sb-optin-form .submit {
	background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font-size: 17px;
    font-weight: normal;
    height: 55px;
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
#sb-optin-form .submit:hover {
    box-shadow: none;
    color: #000;
    opacity: 0.7;
}

/** Sidebar Optin Colors
------------------------------ **/

/** Gradients
------------------------------ **/

/** Grey
----------- **/
#sb-optin.grey {
    background-color: #aaa;
    background-image: -moz-linear-gradient(#aaa, #eee);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaa), to(#eee));
    background-image: -webkit-linear-gradient(#aaa, #eee);
    background-image: -o-linear-gradient(#aaa, #eee);
    background-image: -ms-linear-gradient(#aaa, #eee);
}
#sb-optin.grey h4.widgettitle {
    color: #444;
    text-shadow: 1px 1px #ddd;
}
#sb-optin.grey p {
    color: #000;
}
#sb-optin.grey ul {
    color: #444;
    text-shadow: 1px 1px #EEE;
}

/** Dark Blue
----------- **/
#sb-optin.dark-blue {
    background-color: #000F4D;
    background-image: -moz-linear-gradient(#000F4D, #0023B9);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000F4D), to(#0023B9));
    background-image: -webkit-linear-gradient(#000F4D, #0023B9);
    background-image: -o-linear-gradient(#000F4D, #0023B9);
    background-image: -ms-linear-gradient(#000F4D, #0023B9);
}

/** Red
----------- **/
#sb-optin.red {
    background-color: #630000;
    background-image: -moz-linear-gradient(#630000, #cf0000);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#630000), to(#cf0000));
    background-image: -webkit-linear-gradient(#630000, #cf0000);
    background-image: -o-linear-gradient(#630000, #cf0000);
    background-image: -ms-linear-gradient(#630000, #cf0000);
}

/** Green
----------- **/
#sb-optin.green {
    background-color: #103C03;
    background-image: -moz-linear-gradient(#103C03, #29AD01);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#103C03), to(#29AD01));
    background-image: -webkit-linear-gradient(#103C03, #29AD01);
    background-image: -o-linear-gradient(#103C03, #29AD01);
    background-image: -ms-linear-gradient(#103C03, #29AD01);
}

/** Black
----------- **/
#sb-optin.black {
    background-color: #000;
    background-image: -moz-linear-gradient(#000, #777);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#777));
    background-image: -webkit-linear-gradient(#000, #777);
    background-image: -o-linear-gradient(#000, #777);
    background-image: -ms-linear-gradient(#000, #777);
}

/** Solid Colors
------------------------------ **/

/** Grey
----------- **/
#sb-optin.solid-grey {
    background-color: #ddd;
    background-image: -moz-linear-gradient(#ddd, #ddd);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#ddd));
    background-image: -webkit-linear-gradient(#ddd, #ddd);
    background-image: -o-linear-gradient(#ddd, #ddd);
    background-image: -ms-linear-gradient(#ddd, #ddd);
}
#sb-optin.solid-grey h4.widgettitle {
    color: #444444;
    text-shadow: 1px 1px #FFFFFF;
}
#sb-optin.solid-grey p {
    color: #000000;
}
#sb-optin.solid-grey ul {
    color: #444444;
    text-shadow: 1px 1px #EEEEEE;
}

/** Dark Blue
----------- **/
#sb-optin.solid-dark-blue {
    background-color: #000F4D;
    background-image: -moz-linear-gradient(#000F4D, #000F4D);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000F4D), to(#000F4D));
    background-image: -webkit-linear-gradient(#000F4D, #000F4D);
    background-image: -o-linear-gradient(#000F4D, #000F4D);
    background-image: -ms-linear-gradient(#000F4D, #000F4D);
}

/** Red
----------- **/
#sb-optin.solid-red {
    background-color: #630000;
    background-image: -moz-linear-gradient(#630000, #630000);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#630000), to(#630000));
    background-image: -webkit-linear-gradient(#630000, #630000);
    background-image: -o-linear-gradient(#630000, #630000);
    background-image: -ms-linear-gradient(#630000, #630000);
}

/** Green
----------- **/
#sb-optin.solid-green {
    background-color: #103C03;
    background-image: -moz-linear-gradient(#103C03, #103C03);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#103C03), to(#103C03));
    background-image: -webkit-linear-gradient(#103C03, #103C03);
    background-image: -o-linear-gradient(#103C03, #103C03);
    background-image: -ms-linear-gradient(#103C03, #103C03);
}

/** Black
----------- **/
#sb-optin.solid-black {
    background-color: #000;
    background-image: -moz-linear-gradient(#000, #000);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#000));
    background-image: -webkit-linear-gradient(#000, #000);
    background-image: -o-linear-gradient(#000, #000);
    background-image: -ms-linear-gradient(#000, #000);
}


/** Dropdown Menus
------------------------------------- **/

#cat,
.widget_archive select {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline;
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
}

/** User Profile
------------------------------------------ **/

.user-profile {
    overflow: hidden;
}

/** Buttons
-------------------------------------------- **/

.single-button {
    margin: -70px 0 35px;
    text-align: center;
}
.single-button a {
    background-color: #93ca00;
    background-image: -moz-linear-gradient(#93ca00, #5b7c00);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93ca00), to(#5b7c00));
    background-image: -webkit-linear-gradient(#93ca00, #5b7c00);
    background-image: -o-linear-gradient(#93ca00, #5b7c00);
    background-image: -ms-linear-gradient(#93ca00, #5b7c00);
    color: #FFFFFF;
    font-family: arial,Helvetica;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: -1px -1px 0 #555555;
}
.single-button a:hover {
    background-color: #5b7c00;
    background-image: -moz-linear-gradient(#5b7c00, #93ca00);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b7c00), to(#93ca00));
    background-image: -webkit-linear-gradient(#5b7c00, #93ca00);
    background-image: -o-linear-gradient(#5b7c00, #93ca00);
    background-image: -ms-linear-gradient(#5b7c00, #93ca00);
    text-shadow: none;
}
.single-button a.buy-btn {
    border: 1px solid #306700;
    border-radius: 0 2px 2px 0;
    padding: 12px 10px;
}
.single-button .buy-icon {
    background: url("images/arrow.png") no-repeat scroll right center transparent;
    padding: 10px 30px 10px 0;
}
input[type="button"],
input[type="submit"] {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    background-color: #FFAA33;
    background-image: -moz-linear-gradient(#FFAA33, #EF4500);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFAA33), to(#EF4500));
    background-image: -webkit-linear-gradient(#FFAA33, #EF4500);
    background-image: -o-linear-gradient(#FFAA33, #EF4500);
    background-image: -ms-linear-gradient(#FFAA33, #EF4500);
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #EF4500;
    background-image: -moz-linear-gradient(#EF4500, #FFAA33);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EF4500), to(#FFAA33));
    background-image: -webkit-linear-gradient(#EF4500, #FFAA33);
    background-image: -o-linear-gradient(#EF4500, #FFAA33);
    background-image: -ms-linear-gradient(#EF4500, #FFAA33);
}


/** Search Form
-------------------------------------------- **/

.sidebar .search-form {
    background: none repeat scroll 0 0 #F8F7F8;
    border: 1px solid #AAA;
    box-shadow: 0 0 5px -1px #BBB inset;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.search-form input[type="search"] {
    background: none;
    border: medium none;
    box-shadow: none;
    color: #333;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 13px 0 13px 15px;
    width: 75%;
}
.search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #FF7700 !important;
    border-bottom: medium none !important;
    border-left: 1px solid #aaa !important;
    border-right: medium none !important;
    border-top: medium none !important;
    border-radius: 0;
    float: right;
    height: 45px;
    margin: 0;
    vertical-align: middle;
    width: 45px;
}
.search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #FF9900 !important;
}
.menu-primary .search-form {
    background: none repeat scroll 0 0 #333;
    margin-bottom: 5px;
    padding: 5px 0;
}
.menu-primary .search-form input[type="search"] {
    width: 58%;
}

/** Calendar Widget
------------------------------------------- **/

#wp-calendar {
    width: 100%;

}
#wp-calendar caption {
    font-size: 0.75em;
    font-style: italic;
    padding: 2px 5px 0 0;
    text-align: right;
}
#wp-calendar thead {
    background-color: #f5f5f5;
    font-weight: bold;
    margin: 10px 0 0;
}
#wp-calendar td {
    background-color: #f5f5f5;
    padding: 2px;
    text-align: center;
}

/** Footer Widgets
--------------------------------------- **/

.footer-widgets {
    background: none repeat scroll 0 0 #696969;
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 25px 0;
}
.footer-widgets .wrap {
    font-size: 1em;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 1152px;
}
.footer-widgets .widget {
    border: medium none;
    margin: 0 0 20px;
    padding: 10px 20px;
}
.footer-widgets .widget-area h4 {
    color: #fff;
    font-family: 'Maven Pro',sans-serif,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    text-shadow: none;
    text-transform: none;
}
.footer-widgets .widget,
.footer-widgets .widget p {
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
}
.footer-widgets .widget p {
    margin: 0 0 15px;
}
.footer-widgets ul {
    margin: 0;
}
.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
    background: none;
}
.footer-widgets-1 {
    float: left;
    margin: 0 1.25% 0 0;
    width: 32.5%;
}
.footer-widgets-2 {
    float: left;
    width: 32.5%;
}
.footer-widgets-3 {
    float: right;
    width: 32.5%;
}
.footer-widgets a {
	color: #fff;
}
.footer-widgets a:hover {
    text-decoration: underline;
}
.footer-widgets .featuredpage .page,
.footer-widgets .featuredpost .post {
	background: none;
    border-bottom: medium none;
    min-height: 100% !important;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100% !important;
}
.footer-widgets .featuredpage h2 a,
.footer-widgets .featuredpost h2 a {
    color: #FFFFFF !important;
    font-size: 22px;
    margin: 0;
}
.footer-widgets .featuredpage p,
.footer-widgets .featuredpost p {
    color: #FFFFFF !important;
}

/** Footer
------------------------------------------ **/

.site-footer {
    background: none repeat scroll 0 0 #000000;
    clear: both;
    color: #FFFFFF;
    font-family: trebuchet ms;
    font-size: 14px;
    min-height: 50px;
    overflow: hidden;
    padding: 14px 0 0;
}
.site-footer p {
    color: #777;
    font-family: trebuchet ms;
    font-size: 14px;
    font-weight: bold;
}
.site-footer a {
    color: #fff;
    text-decoration: none;
}
.site-footer a:hover {
    color: #777;
    text-decoration: none;
}
.site-footer .gototop {
    float: left;
    padding: 0 0 0 5px;
    width: 200px;
}
.site-footer .gototop a {
    background: url("images/return-top-arrow.png") no-repeat center left transparent;
    padding: 5px 0 5px 36px;
    border-bottom: none;
    text-decoration: none;
}
.site-footer .creds {
    float: right;
    padding: 0;
    text-align: right;
    width: 64.236111111111111111111111111111%;
}

/** Footer Optin Area
--------------------------------------------- **/

#footer_optin_area {
    background: none repeat scroll 0 0 #333;
    border-bottom: medium none;
    width: 100%;
}
#footer_optin_bg {
    background: none repeat scroll 0 0 transparent;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#footer_optin_bg #sb-optin {
    padding: 35px 0;
	margin: 0 auto;
}
#footer_optin_bg .footer-wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 1152px;
}
#footer_optin_bg h4.widgettitle {
    float: left;
    color: #e6dfdf;
    display: block !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 9px 0 0;
}
#footer_optin_bg #sb-optin p {
    display: none;
}
#footer_optin_bg #sb-optin ul {
    display: none;
}
#footer_optin_bg #sb-optin .ebookimg {
    display: none;
}
#footer_optin_bg #sb-optin-form {
    float: right;
    margin: 0 0 -8px;
    width: 48%;
}
#footer_optin_bg #sb-optin-form .form-wrapper {
    margin: 0;
}
#footer_optin_bg #sb-optin-form .text {
    border: medium none;
	border-radius: 0;
    box-shadow: none;
    float: left;
    font-family: helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    height: 35px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: none;
    width: 37%;
}
#footer_optin_bg #sb-optin-form .name {
    margin-right: 3px;
}
#footer_optin_bg #sb-optin-form .submit {
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    float: left;
    font-size: 17px;
    height: 35px;
    padding: 0 10px;
    width: 25%;
}
#footer_optin_form .submit:hover {
    text-shadow: none;
}

/** Comments
----------------------------------------- **/

.entry-comments {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 1em;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 25px 40px;
}
#respond {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 1em;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 25px 40px;
}
.entry-comments p,
#respond p {
    font-size: 1em;
}
#respond p {
    margin-bottom: 10px;
}
.comment-author {
    font-size: 18px;
    font-weight: bold;
    display: inline;
}
#author,
#comment,
#email,
#url {
    font-size: 1em;
    margin: 0 5px 0 0;
    padding: 5px;
    width: 250px;
    text-transform: none;
    color: #000000;
}
#comment {
    height: 150px;
    margin: 10px 0;
    width: 98%;
}
.ping-list {
    margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
    padding: 10px;
}
.comment-list {
    list-style: none;
}
.comment-list li,
.ping-list li {
    font-weight: bold;
    margin: 15px 0;
    padding: 15px 0 15px 15px;
}
.comment-list li {
    list-style: none;
}
.comment-list li ul li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    list-style-type: none;
    padding: 15px 0 5px 15px;
}
.comment-list ul li.bypostauthor {
    background: none repeat scroll 0 0 #ebe7e7;
}
.comment-list li.bypostauthor ul {
    background: none repeat scroll 0 0 transparent;
}
.comment-list li ul li li {
    background: none repeat scroll 0 0 #F7F7F7;
}
.comment-list p, .ping-list p {
    margin: 10px 65px 10px 0;
}
.comment-list cite,
.comment-list .says,
.ping-list cite {
    color: #242223;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
}
.comment-list cite a {
    text-decoration: none;
}
.says {
    display: none;
}
.comment-meta {
    display: inline;
    font-size: 14px;
}
.comment-meta a {
    font-weight: normal;
    text-decoration: none;
}
.comment-content {
    margin: 20px 0;
}
.comment-reply-link {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 5px 9px;
    text-decoration: none;
    text-transform: none;
}
.comment-reply-link:hover {
    text-decoration: none;
}
#reply-title {
    font-family: 'Maven Pro', sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.nocomments {
    text-align: center;
}
.entry-comments .pagination {
    display: block;
}
.entry-comments h3 {
    font-family: arial black;
    font-size: 20px;
}
.entry-comments h3 a {
    font-family: 'Maven Pro', sans-serif;
    text-decoration: none;
}
.thread-alt,
.thread-even {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E8E8E8;
}
.comment-list li .avatar {
    background-color: #FFFFFF;
    border: medium none;
    border-radius: 8px 8px 8px 8px;
    float: right;
    height: 50px;
    margin: 0 15px 0 0;
    padding: 0;
    width: 50px;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
    color: #222;
    font-size: 1em !important;
    padding: 4px 5px !important;
}
div.gform_footer input.button {
    color: #fff;
    font-size: 0.6875em !important;
    padding: 8px 10px !important;
}
div.gform_wrapper .ginput_complex label {
    font-size: 0.75em;
}
div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
    padding: 0;
}

/* Featured Page / Post Widgets
----------------------------------------- */

.featuredpage,
.featuredpost {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
}
.featuredpage .page,
.featuredpost .post {
    border-bottom: medium none;
    margin: 0 0 20px;
    min-height: 100% !important;
    overflow: hidden;
    padding: 0 1.5%;
    position: relative;
	width: 100% !important;
}
.featuredpage .entry-content,
.featuredpost .entry-content {
    min-height: 100% !important;
    width: 100% !important;
}
.featuredpage h2,
.featuredpost h2 {
    margin: 0 0 10px;
}
.featuredpage h2 a,
.featuredpost h2 a {
    font-size: 22px;
    margin: 0;
}
.featuredpage h4,
.featuredpost h4 {
    color: #333;
    font-family: 'Maven Pro', sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}
.featuredpage .page .more-link,
.featuredpost .post .more-link {
    background: none repeat scroll 0 0 transparent;
    color: #FF9900;
    display: block;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    margin-top: 8px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 100;
}
.featuredpage .page .more-link:hover,
.featuredpost .post .more-link:hover {
    background: none repeat scroll 0 0 transparent;
    color: #d35607;
    text-decoration: none;
}
.featuredpost .entry-comments-link {
    background: none repeat scroll 0 0 transparent;
    margin-right: 0;
    padding: 0;
}
.featuredpost .entry-comments-link a {
    display: none;
}
.featuredpost .post .more-link {
    bottom: 30px;
}
.featuredpost a img,
.featuredpage a img {
    display: block;
    margin: 0 auto 10px;
}
.featuredpost img,
.featuredpage img  {
    border: 1px solid #EAEAEA;
    padding: 1%;
}
.more-from-category {
    padding: 5px 15px 0;
}

/** Home Featured Pages Area
----------------------------------------------- **/

#feature-widgets {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
}
#feature-widgets p {
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
}
#feature-widgets p.byline {
    font-size: 14px;
}
#home-featured-left {
    float: left;
    margin: 0 18px 0 0;
    width: 372px;
}
#home-featured-middle {
    float: left;
    width: 372px;
}
#home-featured-right {
    float: right;
    width: 372px;
}
.no-inner .site-inner {
    display: none;
}

/** Podcast Landing Page
------------------------------------------------------------ **/

.podcast-landing .site-header {
    float: none;
}
.podcast-landing .site-container {
    margin: 0 auto;
    padding-top: 1px;
}
.podcast-landing .content-sidebar-wrap {
    float: none;
    margin: 0 auto;
    width: 760px !important;
}
.podcast-landing .content {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 40px;
    padding: 25px 40px;
    width: 760px;
}
.podcast-landing .site-inner {
    margin: 40px auto 0;
}
.podcast-landing .entry-comments,
.podcast-landing #respond {
    display: none;
}
.podcast-landing h1.entry-title {
    text-align: center;
}
.podcast-landing .title-area {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.podcast-landing .site-title {
    float: none;
    margin: 15px auto 0;
    text-align: center;
}
.podcast-landing .site-description {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.podcast-landing .site-title a {
    margin-right: 0;
}
.podcast-landing .nav-primary {
    float: none;
    margin: 0 auto;
    width: 100%;
}
.podcast-landing .menu-primary {
    margin: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
.podcast-landing .menu-primary li,
.podcast-landing .menu-secondary li,
.podcast-landing .nav-primary .menu li {
    display: inline-block;
    float: none;
}
.podcast-landing .menu-secondary li {
    margin: 0;
}
.podcast-landing .menu-primary a,
.podcast-landing .menu-secondary a,
.podcast-landing .nav-primary .menu a {
    padding: 20px;
}
.podcast-landing .menu-primary li ul,
.podcast-landing .nav-primary .menu li ul {
    margin: 0 0 0 -3px;
}
.podcast-landing .menu-primary li,
.podcast-landing .menu-secondary li,
.podcast-landing .nav-primary .menu li {
    display: inline-block;
    float: none;
}
.podcast-landing .menu li.right {
    display: none;
}
.podcast-landing .entry-content {
    margin: 0 0 50px;
}
.podcast-landing .content .entry-footer .entry-meta {
    margin: 0 0 60px;
}
.podcast-landing #before-content-banner {
    display: none;
}
.podcast-landing .share-text {
    float: none;
    margin-bottom: 10px;
    text-align: center;
}
.podcast-landing .post-share {
    float: none;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.podcast-landing .post-share .buttons {
    text-align: center;
}

/** Custom Body Classes
---------------------------- **/

.no-social .entry-footer .entry-meta {
    display: none;
}
.no-social .entry-meta {
    display: none;
}
.no-optin #footer_optin_area {
    display: none;
}

.no-previous #prev-next {
    display: none;
}

.no-related .related-posts {
    display: none;
}

.no-all #footer_optin_area {
    display: none;
}
.no-all #prev-next {
    display: none;
}
.no-all .related-posts {
    display: none;
}

/** Color Options
----------------------------- **/

/** Blue
-------------------- **/
.blue .default {
    background-color: #1887E5;
}
.blue #player-bar h2.post-title a:hover {
    color: #1887E5;
}
.blue #player-bar p.play-download a {
    color: #fff;
}
.blue #player-bar .play:hover,
.blue #player-bar .download:hover,
.blue .pod-side .download:hover,
.blue .pod-side .play:hover {
    background: none repeat scroll 0 0 #1887E5;
}
.blue #message_bar {
    background: none repeat scroll 0 0 #1887E5;
}
.blue #message a {
    color: #fff;
    text-decoration: underline;
}
.blue #message a:hover {
    color: #333;
    text-decoration: none;
}
.blue .site-title a {
    color: #1887E5 !important;
}
.blue .site-title a:hover {
    color: #aaa !important;
}
.blue h1.entry-title a {
    color: #333;
}
.blue h1.entry-title a:hover {
    color: #1887E5;
}
.blue h2.post-title a {
    color: #333;
}
.blue h2.post-title a:hover {
    color: #1887E5;
}
.blue .menu-primary li a:active,
.blue .menu-primary li a:hover,
.blue .menu-primary .current_page_item a,
.blue .menu-primary .current-cat a,
.blue .menu-primary .current-menu-item a,
.blue .nav-primary .menu li a:active,
.blue .nav-primary .menu li a:hover,
.blue .nav-primary .menu .current_page_item a,
.blue .nav-primary .menu .current-cat a,
.blue .nav-primary .menu .current-menu-item a {
    background: #1887E5;
}
.blue ul.submenu li a:hover {
    color: #1887E5 !important;
}
.blue .menu-secondary a {
    color: #FFF;
}
.blue .menu-secondary li a:active,
.blue .menu-secondary li a:hover,
.blue .menu-secondary .current_page_item a,
.blue .menu-secondary .current-cat a,
.blue .menu-secondary .current-menu-item a {
    color: #333;
}
.blue .menu-primary li li a,
.blue .menu-primary li li a:link,
.blue .menu-primary li li a:visited,
.blue .menu-secondary li li a,
.blue .menu-secondary li li a:link,
.blue .menu-secondary li li a:visited,
.blue .nav-primary .menu li li a,
.blue .nav-primary .menu li li a:link,
.blue .nav-primary .menu li li a:visited {
    background: none repeat scroll 0 0 #1887E5;
}
.blue .menu-primary li li a:active,
.blue .menu-primary li li a:hover,
.blue .menu-secondary li li a:active,
.blue .menu-secondary li li a:hover,
.blue .nav-primary .menu li li a:active,
.blue .nav-primary .menu li li a:hover {
    background: none repeat scroll 0 0 #046cc5;
}
.blue .footer-widgets a {
    color: #1887E5;
}
.blue a {
    color: #1887E5;
}
.blue a:hover {
    color: #333;
}
.blue h2.entry-title a {
    color: #1887E5;
}
.blue h2.entry-title a:hover {
    color: #333;
}
.blue .featuredpage .page .more-link,
.blue .featuredpost .post .more-link {
    color: #1887E5;
}
.blue .featuredpage .page .more-link:hover,
.blue .featuredpost .post .more-link:hover {
    color: #333;
}
.blue .entry-comments-link a {
    color: #fff;
}
.blue.podcast .entry-comments-link a {
    color: #777;
}
.blue .entry-comments-link {
    background: url("images/bubble-comment-blue.png") no-repeat scroll left -1px #FFFFFF;
}
.blue .entry-comments-link a:hover {
    color: #333;
}
.blue input[type="button"],
.blue input[type="submit"] {
    background-color: #1887E5;
    background-image: -moz-linear-gradient(#1887E5, #0161B3);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1887E5), to(#0161B3));
    background-image: -webkit-linear-gradient(#1887E5, #0161B3);
    background-image: -o-linear-gradient(#1887E5, #0161B3);
    background-image: -ms-linear-gradient(#1887E5, #0161B3);
}
.blue input[type="button"]:hover,
.blue input[type="submit"]:hover {
    background-color: #1887E5;
    background-image: -moz-linear-gradient(#1887E5, #1887E5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1887E5), to(#1887E5));
    background-image: -webkit-linear-gradient(#1887E5, #1887E5);
    background-image: -o-linear-gradient(#1887E5, #1887E5);
    background-image: -ms-linear-gradient(#1887E5, #1887E5);
}
.blue .pagination li a:hover,
.blue .pagination li.active a {
    color: #0161B3;
}
.blue #prev-next img:hover {
    box-shadow: 0 0 2px 2px #1887E5;
}
.blue .related-list img:hover {
    box-shadow: 0 0 2px 2px #1887E5;
}
.blue #sb-optin li {
    background: url("images/sb-optin-li-blue.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.blue .site-footer {
    background: none repeat scroll 0 0 #1887E5;
}
.blue .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.blue .site-footer a:hover {
    color: #333;
}
.blue .site-footer p {
    color: #000;
}
.blue .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #1887E5 !important;
}
.blue .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #0161B3 !important;
}
.blue .bot-message a {
    background: none repeat scroll 0 0 #1887E5;
    color: #fff;
}
.blue .bot-message a:hover {
    background: none repeat scroll 0 0 #333;
}

/** Grey
-------------------- **/
.grey .default {
    background-color: #777;
}
.grey #player-bar h2.post-title a:hover {
    color: #777;
}
.grey #player-bar p.play-download a {
    color: #fff;
}
.grey #player-bar .play:hover,
.grey #player-bar .download:hover,
.grey .pod-side .download:hover,
.grey .pod-side .play:hover {
    background: none repeat scroll 0 0 #777;
}
.grey #message_bar {
    background: none repeat scroll 0 0 #777;
}
.grey #message a {
    color: #fff;
    text-decoration: underline;
}
.grey #message a:hover {
    color: #333;
    text-decoration: none;
}
.grey .site-title a {
    color: #777 !important;
}
.grey .site-title a:hover {
    color: #aaa !important;
}
.grey h1.entry-title a {
    color: #333;
}
.grey h1.entry-title a:hover {
    color: #777;
}
.grey h2.post-title a {
    color: #333;
}
.grey h2.post-title a:hover {
    color: #777;
}
.grey .menu-primary li a:active,
.grey .menu-primary li a:hover,
.grey .menu-primary .current_page_item a,
.grey .menu-primary .current-cat a,
.grey .menu-primary .current-menu-item a,
.grey .nav-primary .menu li a:active,
.grey .nav-primary .menu li a:hover,
.grey .nav-primary .menu .current_page_item a,
.grey .nav-primary .menu .current-cat a,
.grey .nav-primary .menu .current-menu-item a {
    background: #777;
}
.grey ul.submenu li a:hover {
    color: #777 !important;
}
.grey .menu-secondary a {
    color: #FFF;
}
.grey .menu-secondary li a:active,
.grey .menu-secondary li a:hover,
.grey .menu-secondary .current_page_item a,
.grey .menu-secondary .current-cat a,
.grey .menu-secondary .current-menu-item a {
    color: #333;
}
.grey .menu-primary li li a,
.grey .menu-primary li li a:link,
.grey .menu-primary li li a:visited,
.grey .menu-secondary li li a,
.grey .menu-secondary li li a:link,
.grey .menu-secondary li li a:visited,
.grey .nav-primary .menu li li a,
.grey .nav-primary .menu li li a:link,
.grey .nav-primary .menu li li a:visited {
    background: none repeat scroll 0 0 #777;
}
.grey .menu-primary li li a:active,
.grey .menu-primary li li a:hover,
.grey .menu-secondary li li a:active,
.grey .menu-secondary li li a:hover,
.grey .nav-primary .menu li li a:active,
.grey .nav-primary .menu li li a:hover {
    background: none repeat scroll 0 0 #444;
}
.grey .footer-widgets a {
    color: #777;
}
.grey a {
    color: #777;
}
.grey a:hover {
    color: #333;
}
.grey h2.entry-title a {
    color: #777;
}
.grey h2.entry-title a:hover {
    color: #333;
}
.grey .featuredpage .page .more-link,
.grey .featuredpost .post .more-link {
    color: #777;
}
.grey .featuredpage .page .more-link:hover,
.grey .featuredpost .post .more-link:hover {
    color: #333;
}
.grey .entry-comments-link a {
    color: #fff;
}
.grey.podcast .entry-comments-link a {
    color: #777;
}
.grey .entry-comments-link {
    background: url("images/bubble-comment-grey.png") no-repeat scroll left -1px #FFFFFF;
}
.grey .entry-comments-link a:hover {
    color: #333;
}
.grey input[type="button"],
.grey input[type="submit"] {
    background-color: #777;
    background-image: -moz-linear-gradient(#777, #444);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#444));
    background-image: -webkit-linear-gradient(#777, #444);
    background-image: -o-linear-gradient(#777, #444);
    background-image: -ms-linear-gradient(#777, #444);
}
.grey input[type="button"]:hover,
.grey input[type="submit"]:hover {
    background-color: #777;
    background-image: -moz-linear-gradient(#777, #777);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#777));
    background-image: -webkit-linear-gradient(#777, #777);
    background-image: -o-linear-gradient(#777, #777);
    background-image: -ms-linear-gradient(#777, #777);
}
.grey .pagination li a:hover,
.grey .pagination li.active a {
    color: #444;
}
.grey #prev-next img:hover {
    box-shadow: 0 0 2px 2px #777;
}
.grey .related-list img:hover {
    box-shadow: 0 0 2px 2px #777;
}
.grey #sb-optin li {
    background: url("images/sb-optin-li-grey.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.grey .site-footer {
    background: none repeat scroll 0 0 #777;
}
.grey .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.grey .site-footer a:hover {
    color: #333;
}
.grey .site-footer p {
    color: #000;
}
.grey .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #777 !important;
}
.grey .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #444 !important;
}
.grey .bot-message a {
    background: none repeat scroll 0 0 #777;
    color: #fff;
}
.grey .bot-message a:hover {
    background: none repeat scroll 0 0 #333;
}

/** Green
-------------------- **/
.green .default {
    background-color: #9DCB2A;
}
.green #player-bar h2.post-title a:hover {
    color: #9DCB2A;
}
.green #player-bar p.play-download a {
    color: #fff;
}
.green #player-bar .play:hover,
.green #player-bar .download:hover,
.green .pod-side .download:hover,
.green .pod-side .play:hover {
    background: none repeat scroll 0 0 #9DCB2A;
}
.green #message_bar {
    background: none repeat scroll 0 0 #9DCB2A;
}
.green #message a {
    color: #fff;
    text-decoration: underline;
}
.green #message a:hover {
    color: #333;
    text-decoration: none;
}
.green .site-title a {
    color: #9DCB2A !important;
}
.green .site-title a:hover {
    color: #aaa !important;
}
.green h1.entry-title a {
    color: #333;
}
.green h1.entry-title a:hover {
    color: #9DCB2A;
}
.green h2.post-title a {
    color: #333;
}
.green h2.post-title a:hover {
    color: #9DCB2A;
}
.green .menu-primary li a:active,
.green .menu-primary li a:hover,
.green .menu-primary .current_page_item a,
.green .menu-primary .current-cat a,
.green .menu-primary .current-menu-item a,
.green .nav-primary .menu li a:active,
.green .nav-primary .menu li a:hover,
.green .nav-primary .menu .current_page_item a,
.green .nav-primary .menu .current-cat a,
.green .nav-primary .menu .current-menu-item a {
    background: #9DCB2A;
}
.green ul.submenu li a:hover {
    color: #9DCB2A !important;
}
.green .menu-secondary a {
    color: #FFF;
}
.green .menu-secondary li a:active,
.green .menu-secondary li a:hover,
.green .menu-secondary .current_page_item a,
.green .menu-secondary .current-cat a,
.green .menu-secondary .current-menu-item a {
    color: #333;
}
.green .menu-primary li li a,
.green .menu-primary li li a:link,
.green .menu-primary li li a:visited,
.green .menu-secondary li li a,
.green .menu-secondary li li a:link,
.green .menu-secondary li li a:visited,
.green .nav-primary .menu li li a,
.green .nav-primary .menu li li a:link,
.green .nav-primary .menu li li a:visited {
    background: none repeat scroll 0 0 #9DCB2A;
}
.green .menu-primary li li a:active,
.green .menu-primary li li a:hover,
.green .menu-secondary li li a:active,
.green .menu-secondary li li a:hover,
.green .nav-primary .menu li li a:active,
.green .nav-primary .menu li li a:hover {
    background: none repeat scroll 0 0 #709c03;
}
.green .footer-widgets a {
    color: #9DCB2A;
}
.green a {
    color: #9DCB2A;
}
.green a:hover {
    color: #333;
}
.green h2.entry-title a {
    color: #9DCB2A;
}
.green h2.entry-title a:hover {
    color: #333;
}
.green .featuredpage .page .more-link,
.green .featuredpost .post .more-link {
    color: #9DCB2A;
}
.green .featuredpage .page .more-link:hover,
.green .featuredpost .post .more-link:hover {
    color: #333;
}
.green .entry-comments-link a {
    color: #fff;
}
.green.podcast .entry-comments-link a {
    color: #9DCB2A;
}
.green .entry-comments-link {
    background: url("images/bubble-comment-green.png") no-repeat scroll left -1px #FFFFFF;
}
.green .entry-comments-link a:hover {
    color: #333;
}
.green input[type="button"],
.green input[type="submit"] {
    background-color: #9DCB2A;
    background-image: -moz-linear-gradient(#9DCB2A, #709c03);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9DCB2A), to(#709c03));
    background-image: -webkit-linear-gradient(#9DCB2A, #709c03);
    background-image: -o-linear-gradient(#9DCB2A, #709c03);
    background-image: -ms-linear-gradient(#9DCB2A, #709c03);
}
.green input[type="button"]:hover,
.green input[type="submit"]:hover {
    background-color: #9DCB2A;
    background-image: -moz-linear-gradient(#9DCB2A, #9DCB2A);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9DCB2A), to(#9DCB2A));
    background-image: -webkit-linear-gradient(#9DCB2A, #9DCB2A);
    background-image: -o-linear-gradient(#9DCB2A, #9DCB2A);
    background-image: -ms-linear-gradient(#9DCB2A, #9DCB2A);
}
.green .pagination li a:hover,
.green .pagination li.active a {
    color: #709c03;
}
.green #prev-next img:hover {
    box-shadow: 0 0 2px 2px #9DCB2A;
}
.green .related-list img:hover {
    box-shadow: 0 0 2px 2px #9DCB2A;
}
.green #sb-optin li {
    background: url("images/sb-optin-li-green.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.green .site-footer {
    background: none repeat scroll 0 0 #9DCB2A;
}
.green .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.green .site-footer a:hover {
    color: #333;
}
.green .site-footer p {
    color: #000;
}
.green .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #9DCB2A !important;
}
.green .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #709c03 !important;
}
.green .bot-message a {
    background: none repeat scroll 0 0 #9DCB2A;
    color: #fff;
}
.green .bot-message a:hover {
    background: none repeat scroll 0 0 #333;
}

/** Orange
-------------------- **/
.orange .default {
    background-color: #FF7E00;
}
.orange #player-bar h2.post-title a:hover {
    color: #FF7E00;
}
.orange #player-bar p.play-download a {
    color: #fff;
}
.orange #player-bar .play:hover,
.orange #player-bar .download:hover,
.orange .pod-side .download:hover,
.orange .pod-side .play:hover {
    background: none repeat scroll 0 0 #FF7E00;
}
.orange #message_bar {
    background: none repeat scroll 0 0 #FF7E00;
}
.orange #message a {
    color: #fff;
    text-decoration: underline;
}
.orange #message a:hover {
    color: #333;
    text-decoration: none;
}
.orange .site-title a {
    color: #FF7E00 !important;
}
.orange .site-title a:hover {
    color: #aaa !important;
}
.orange h1.entry-title a {
    color: #333;
}
.orange h1.entry-title a:hover {
    color: #FF7E00;
}
.orange h2.post-title a {
    color: #333;
}
.orange h2.post-title a:hover {
    color: #FF7E00;
}
.orange .menu-primary li a:active,
.orange .menu-primary li a:hover,
.orange .menu-primary .current_page_item a,
.orange .menu-primary .current-cat a,
.orange .menu-primary .current-menu-item a,
.orange .nav-primary .menu li a:active,
.orange .nav-primary .menu li a:hover,
.orange .nav-primary .menu .current_page_item a,
.orange .nav-primary .menu .current-cat a,
.orange .nav-primary .menu .current-menu-item a {
    background: #FF7E00;
}
.orange ul.submenu li a:hover {
    color: #FF7E00 !important;
}
.orange .menu-secondary a {
    color: #FFF;
}
.orange .menu-secondary li a:active,
.orange .menu-secondary li a:hover,
.orange .menu-secondary .current_page_item a,
.orange .menu-secondary .current-cat a,
.orange .menu-secondary .current-menu-item a {
    color: #333;
}
.orange .menu-primary li li a,
.orange .menu-primary li li a:link,
.orange .menu-primary li li a:visited,
.orange .menu-secondary li li a,
.orange .menu-secondary li li a:link,
.orange .menu-secondary li li a:visited,
.orange .nav-primary .menu li li a,
.orange .nav-primary .menu li li a:link,
.orange .nav-primary .menu li li a:visited {
    background: none repeat scroll 0 0 #FF7E00;
}
.orange .menu-primary li li a:active,
.orange .menu-primary li li a:hover,
.orange .menu-secondary li li a:active,
.orange .menu-secondary li li a:hover,
.orange .nav-primary .menu li li a:active,
.orange .nav-primary .menu li li a:hover {
    background: none repeat scroll 0 0 #d96b00;
}
.orange .footer-widgets a {
    color: #FF7E00;
}
.orange a {
    color: #FF7E00;
}
.orange a:hover {
    color: #333;
}
.orange h2.entry-title a {
    color: #FF7E00;
}
.orange h2.entry-title a:hover {
    color: #333;
}
.orange .featuredpage .page .more-link,
.orange .featuredpost .post .more-link {
    color: #FF7E00;
}
.orange .featuredpage .page .more-link:hover,
.orange .featuredpost .post .more-link:hover {
    color: #333;
}
.orange .entry-comments-link a {
    color: #fff;
}
.orange.podcast .entry-comments-link a {
    color: #FF7E00;
}
.orange .entry-comments-link {
    background: url("images/bubble-comment-orange.png") no-repeat scroll left -1px #FFFFFF;
}
.orange .entry-comments-link a:hover {
    color: #333;
}
.orange input[type="button"],
.orange input[type="submit"] {
    background-color: #FF7E00;
    background-image: -moz-linear-gradient(#FF7E00, #d96b00);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF7E00), to(#d96b00));
    background-image: -webkit-linear-gradient(#FF7E00, #d96b00);
    background-image: -o-linear-gradient(#FF7E00, #d96b00);
    background-image: -ms-linear-gradient(#FF7E00, #d96b00);
}
.orange input[type="button"]:hover,
.orange input[type="submit"]:hover {
    background-color: #FF7E00;
    background-image: -moz-linear-gradient(#FF7E00, #FF7E00);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF7E00), to(#FF7E00));
    background-image: -webkit-linear-gradient(#FF7E00, #FF7E00);
    background-image: -o-linear-gradient(#FF7E00, #FF7E00);
    background-image: -ms-linear-gradient(#FF7E00, #FF7E00);
}
.orange .pagination li a:hover,
.orange .pagination li.active a {
    color: #d96b00;
}
.orange #prev-next img:hover {
    box-shadow: 0 0 2px 2px #FF7E00;
}
.orange .related-list img:hover {
    box-shadow: 0 0 2px 2px #FF7E00;
}
.orange #sb-optin li {
    background: url("images/sb-optin-li-orange.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.orange .site-footer {
    background: none repeat scroll 0 0 #FF7E00;
}
.orange .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.orange .site-footer a:hover {
    color: #333;
}
.orange .site-footer p {
    color: #000;
}
.orange .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #FF7E00 !important;
}
.orange .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #d96b00 !important;
}
.orange .bot-message a {
    background: none repeat scroll 0 0 #FF7E00;
    color: #fff;
}
.orange .bot-message a:hover {
    background: none repeat scroll 0 0 #333;
}

/** Pink
-------------------- **/
.pink .default {
    background-color: #FF55A9;
}
.pink #player-bar h2.post-title a:hover {
    color: #FF55A9;
}
.pink #player-bar p.play-download a {
    color: #fff;
}
.pink #player-bar .play:hover,
.pink #player-bar .download:hover,
.pink .pod-side .download:hover,
.pink .pod-side .play:hover {
    background: none repeat scroll 0 0 #FF55A9;
}
.pink #message_bar {
    background: none repeat scroll 0 0 #FF55A9;
}
.pink #message a {
    color: #fff;
    text-decoration: underline;
}
.pink #message a:hover {
    color: #333;
    text-decoration: none;
}
.pink .site-title a {
    color: #FF55A9 !important;
}
.pink .site-title a:hover {
    color: #aaa !important;
}
.pink h1.entry-title a {
    color: #333;
}
.pink h1.entry-title a:hover {
    color: #FF55A9;
}
.pink h2.post-title a {
    color: #333;
}
.pink h2.post-title a:hover {
    color: #FF55A9;
}
.pink .menu-primary li a:active,
.pink .menu-primary li a:hover,
.pink .menu-primary .current_page_item a,
.pink .menu-primary .current-cat a,
.pink .menu-primary .current-menu-item a,
.pink .nav-primary .menu li a:active,
.pink .nav-primary .menu li a:hover,
.pink .nav-primary .menu .current_page_item a,
.pink .nav-primary .menu .current-cat a,
.pink .nav-primary .menu .current-menu-item a {
    background: #FF55A9;
}
.pink ul.submenu li a:hover {
    color: #FF55A9 !important;
}
.pink .menu-secondary a {
    color: #FFF;
}
.pink .menu-secondary li a:active,
.pink .menu-secondary li a:hover,
.pink .menu-secondary .current_page_item a,
.pink .menu-secondary .current-cat a,
.pink .menu-secondary .current-menu-item a {
    color: #333;
}
.pink .menu-primary li li a,
.pink .menu-primary li li a:link,
.pink .menu-primary li li a:visited,
.pink .menu-secondary li li a,
.pink .menu-secondary li li a:link,
.pink .menu-secondary li li a:visited,
.pink .nav-primary .menu li li a,
.pink .nav-primary .menu li li a:link,
.pink .nav-primary .menu li li a:visited {
    background: none repeat scroll 0 0 #FF55A9;
}
.pink .menu-primary li li a:active,
.pink .menu-primary li li a:hover,
.pink .menu-secondary li li a:active,
.pink .menu-secondary li li a:hover,
.pink .nav-primary .menu li li a:active,
.pink .nav-primary .menu li li a:hover {
    background: none repeat scroll 0 0 #f10178;
}
.pink .footer-widgets a {
    color: #FF55A9;
}
.pink a {
    color: #FF55A9;
}
.pink a:hover {
    color: #333;
}
.pink h2.entry-title a {
    color: #FF55A9;
}
.pink h2.entry-title a:hover {
    color: #333;
}
.pink .featuredpage .page .more-link,
.pink .featuredpost .post .more-link {
    color: #FF55A9;
}
.pink .featuredpage .page .more-link:hover,
.pink .featuredpost .post .more-link:hover {
    color: #333;
}
.pink .entry-comments-link a {
    color: #fff;
}
.pink.podcast .entry-comments-link a {
    color: #FF55A9;
}
.pink .entry-comments-link {
    background: url("images/bubble-comment-pink.png") no-repeat scroll left -1px #FFFFFF;
}
.pink .entry-comments-link a:hover {
    color: #333;
}
.pink input[type="button"],
.pink input[type="submit"] {
    background-color: #FF55A9;
    background-image: -moz-linear-gradient(#FF55A9, #f10178);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF55A9), to(#f10178));
    background-image: -webkit-linear-gradient(#FF55A9, #f10178);
    background-image: -o-linear-gradient(#FF55A9, #f10178);
    background-image: -ms-linear-gradient(#FF55A9, #f10178);
}
.pink input[type="button"]:hover,
.pink input[type="submit"]:hover {
    background-color: #FF55A9;
    background-image: -moz-linear-gradient(#FF55A9, #FF55A9);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF55A9), to(#FF55A9));
    background-image: -webkit-linear-gradient(#FF55A9, #FF55A9);
    background-image: -o-linear-gradient(#FF55A9, #FF55A9);
    background-image: -ms-linear-gradient(#FF55A9, #FF55A9);
}
.pink .pagination li a:hover,
.pink .pagination li.active a {
    color: #f10178;
}
.pink #prev-next img:hover {
    box-shadow: 0 0 2px 2px #FF55A9;
}
.pink .related-list img:hover {
    box-shadow: 0 0 2px 2px #FF55A9;
}
.pink #sb-optin li {
    background: url("images/sb-optin-li-pink.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.pink .site-footer {
    background: none repeat scroll 0 0 #FF55A9;
}
.pink .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.pink .site-footer a:hover {
    color: #333;
}
.pink .site-footer p {
    color: #000;
}
.pink .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #FF55A9 !important;
}
.pink .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #f10178 !important;
}
.pink .bot-message a {
    background: none repeat scroll 0 0 #FF55A9;
    color: #fff;
}
.pink .bot-message a:hover {
    background: none repeat scroll 0 0 #333;
}

/** Purple
-------------------- **/
.purple .default {
    background-color: #8542C4;
}
.purple #player-bar h2.post-title a:hover {
    color: #8542C4;
}
.purple #player-bar p.play-download a {
    color: #fff;
}
.purple #player-bar .play:hover,
.purple #player-bar .download:hover,
.purple .pod-side .download:hover,
.purple .pod-side .play:hover {
    background: none repeat scroll 0 0 #8542C4;
}
.purple #message_bar {
    background: none repeat scroll 0 0 #8542C4;
}
.purple #message a {
    color: #fff;
    text-decoration: underline;
}
.purple #message a:hover {
    color: #333;
    text-decoration: none;
}
.purple .site-title a {
    color: #8542C4 !important;
}
.purple .site-title a:hover {
    color: #aaa !important;
}
.purple h1.entry-title a {
    color: #333;
}
.purple h1.entry-title a:hover {
    color: #8542C4;
}
.purple h2.post-title a {
    color: #333;
}
.purple h2.post-title a:hover {
    color: #8542C4;
}
.purple .menu-primary li a:active,
.purple .menu-primary li a:hover,
.purple .menu-primary .current_page_item a,
.purple .menu-primary .current-cat a,
.purple .menu-primary .current-menu-item a,
.purple .nav-primary .menu li a:active,
.purple .nav-primary .menu li a:hover,
.purple .nav-primary .menu .current_page_item a,
.purple .nav-primary .menu .current-cat a,
.purple .nav-primary .menu .current-menu-item a {
    background: #8542C4;
}
.purple ul.submenu li a:hover {
    color: #8542C4 !important;
}
.purple .menu-secondary a {
    color: #FFF;
}
.purple .menu-secondary li a:active,
.purple .menu-secondary li a:hover,
.purple .menu-secondary .current_page_item a,
.purple .menu-secondary .current-cat a,
.purple .menu-secondary .current-menu-item a {
    color: #333;
}
.purple .menu-primary li li a,
.purple .menu-primary li li a:link,
.purple .menu-primary li li a:visited,
.purple .menu-secondary li li a,
.purple .menu-secondary li li a:link,
.purple .menu-secondary li li a:visited,
.purple .nav-primary .menu li li a,
.purple .nav-primary .menu li li a:link,
.purple .nav-primary .menu li li a:visited {
    background: none repeat scroll 0 0 #8542C4;
}
.purple .menu-primary li li a:active,
.purple .menu-primary li li a:hover,
.purple .menu-secondary li li a:active,
.purple .menu-secondary li li a:hover,
.purple .nav-primary .menu li li a:active,
.purple .nav-primary .menu li li a:hover {
    background: none repeat scroll 0 0 #5d0da9;
}
.purple .footer-widgets a {
    color: #8542C4;
}
.purple a {
    color: #8542C4;
}
.purple a:hover {
    color: #333;
}
.purple h2.entry-title a {
    color: #8542C4;
}
.purple h2.entry-title a:hover {
    color: #333;
}
.purple .featuredpage .page .more-link,
.purple .featuredpost .post .more-link {
    color: #8542C4;
}
.purple .featuredpage .page .more-link:hover,
.purple .featuredpost .post .more-link:hover {
    color: #333;
}
.purple .entry-comments-link a {
    color: #fff;
}
.purple.podcast .entry-comments-link a {
    color: #8542C4;
}
.purple .entry-comments-link {
    background: url("images/bubble-comment-purple.png") no-repeat scroll left -1px #FFFFFF;
}
.purple .entry-comments-link a:hover {
    color: #333;
}
.purple input[type="button"],
.purple input[type="submit"] {
    background-color: #8542C4;
    background-image: -moz-linear-gradient(#8542C4, #5d0da9);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8542C4), to(#5d0da9));
    background-image: -webkit-linear-gradient(#8542C4, #5d0da9);
    background-image: -o-linear-gradient(#8542C4, #5d0da9);
    background-image: -ms-linear-gradient(#8542C4, #5d0da9);
}
.purple input[type="button"]:hover,
.purple input[type="submit"]:hover {
    background-color: #8542C4;
    background-image: -moz-linear-gradient(#8542C4, #8542C4);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8542C4), to(#8542C4));
    background-image: -webkit-linear-gradient(#8542C4, #8542C4);
    background-image: -o-linear-gradient(#8542C4, #8542C4);
    background-image: -ms-linear-gradient(#8542C4, #8542C4);
}
.purple .pagination li a:hover,
.purple .pagination li.active a {
    color: #5d0da9;
}
.purple #prev-next img:hover {
    box-shadow: 0 0 2px 2px #8542C4;
}
.purple .related-list img:hover {
    box-shadow: 0 0 2px 2px #8542C4;
}
.purple #sb-optin li {
    background: url("images/sb-optin-li-purple.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.purple .site-footer {
    background: none repeat scroll 0 0 #8542C4;
}
.purple .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.purple .site-footer a:hover {
    color: #333;
}
.purple .site-footer p {
    color: #000;
}
.purple .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #8542C4 !important;
}
.purple .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #5d0da9 !important;
}
.purple .bot-message a {
    background: none repeat scroll 0 0 #8542C4;
    color: #fff;
}
.purple .bot-message a:hover {
    background: none repeat scroll 0 0 #333;
}

/** Red
-------------------- **/
.red .default {
    background-color: #D91420;
}
.red #player-bar h2.post-title a:hover {
    color: #D91420;
}
.red #player-bar p.play-download a {
    color: #fff;
}
.red #player-bar .play:hover,
.red #player-bar .download:hover,
.red .pod-side .download:hover,
.red .pod-side .play:hover {
    background: none repeat scroll 0 0 #D91420;
}
.red #message_bar {
    background: none repeat scroll 0 0 #D91420;
}
.red #message a {
    color: #fff;
    text-decoration: underline;
}
.red #message a:hover {
    color: #333;
    text-decoration: none;
}
.red .site-title a {
    color: #D91420 !important;
}
.red .site-title a:hover {
    color: #aaa !important;
}
.red h1.entry-title a {
    color: #333;
}
.red h1.entry-title a:hover {
    color: #D91420;
}
.red h2.post-title a {
    color: #333;
}
.red h2.post-title a:hover {
    color: #D91420;
}
.red .menu-primary li a:active,
.red .menu-primary li a:hover,
.red .menu-primary .current_page_item a,
.red .menu-primary .current-cat a,
.red .menu-primary .current-menu-item a,
.red .nav-primary .menu li a:active,
.red .nav-primary .menu li a:hover,
.red .nav-primary .menu .current_page_item a,
.red .nav-primary .menu .current-cat a,
.red .nav-primary .menu .current-menu-item a {
    background: #D91420;
}
.red ul.submenu li a:hover {
    color: #D91420 !important;
}
.red .menu-secondary a {
    color: #FFF;
}
.red .menu-secondary li a:active,
.red .menu-secondary li a:hover,
.red .menu-secondary .current_page_item a,
.red .menu-secondary .current-cat a,
.red .menu-secondary .current-menu-item a {
    color: #333;
}
.red .menu-primary li li a,
.red .menu-primary li li a:link,
.red .menu-primary li li a:visited,
.red .menu-secondary li li a,
.red .menu-secondary li li a:link,
.red .menu-secondary li li a:visited,
.red .nav-primary .menu li li a,
.red .nav-primary .menu li li a:link,
.red .nav-primary .menu li li a:visited {
    background: none repeat scroll 0 0 #D91420;
}
.red .menu-primary li li a:active,
.red .menu-primary li li a:hover,
.red .menu-secondary li li a:active,
.red .menu-secondary li li a:hover,
.red .nav-primary .menu li li a:active,
.red .nav-primary .menu li li a:hover {
    background: none repeat scroll 0 0 #ac040e;
}
.red .footer-widgets a {
    color: #D91420;
}
.red a {
    color: #D91420;
}
.red a:hover {
    color: #333;
}
.red h2.entry-title a {
    color: #D91420;
}
.red h2.entry-title a:hover {
    color: #333;
}
.red .featuredpage .page .more-link,
.red .featuredpost .post .more-link {
    color: #D91420;
}
.red .featuredpage .page .more-link:hover,
.red .featuredpost .post .more-link:hover {
    color: #333;
}
.red .entry-comments-link a {
    color: #fff;
}
.red.podcast .entry-comments-link a {
    color: #D91420;
}
.red .entry-comments-link {
    background: url("images/bubble-comment-red.png") no-repeat scroll left -1px #FFFFFF;
}
.red .entry-comments-link a:hover {
    color: #333;
}
.red input[type="button"],
.red input[type="submit"] {
    background-color: #D91420;
    background-image: -moz-linear-gradient(#D91420, #ac040e);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D91420), to(#ac040e));
    background-image: -webkit-linear-gradient(#D91420, #ac040e);
    background-image: -o-linear-gradient(#D91420, #ac040e);
    background-image: -ms-linear-gradient(#D91420, #ac040e);
}
.red input[type="button"]:hover,
.red input[type="submit"]:hover {
    background-color: #D91420;
    background-image: -moz-linear-gradient(#D91420, #D91420);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D91420), to(#D91420));
    background-image: -webkit-linear-gradient(#D91420, #D91420);
    background-image: -o-linear-gradient(#D91420, #D91420);
    background-image: -ms-linear-gradient(#D91420, #D91420);
}
.red .pagination li a:hover,
.red .pagination li.active a {
    color: #ac040e;
}
.red #prev-next img:hover {
    box-shadow: 0 0 2px 2px #D91420;
}
.red .related-list img:hover {
    box-shadow: 0 0 2px 2px #D91420;
}
.red #sb-optin li {
    background: url("images/sb-optin-li-red.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.red .site-footer {
    background: none repeat scroll 0 0 #D91420;
}
.red .site-footer a {
    color: #FFF;
    text-decoration: none;
}
.red .site-footer a:hover {
    color: #333;
}
.red .site-footer p {
    color: #000;
}
.red .search-form input[type="submit"] {
    background: url("images/search-icon1.png") no-repeat scroll center center #D91420 !important;
}
.red .search-form input[type="submit"]:hover {
    background: url("images/search-icon1.png") no-repeat scroll center center #ac040e !important;
}
.red .bot-message a {
    background: none repeat scroll 0 0 #D91420;
    color: #fff;
}
.red .bot-message a:hover {
    background: none repeat scroll 0 0 #333;
}

/* TinyMCE Styles
---------------------------------------- */
a.btn {
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
}
a.btn:hover {
    color: #FFF !important;
}
a.btn.small {
    padding: 5px 10px;
}
a.btn.large {
    padding: 15px 30px;
}
a.orange.btn {
    background: none repeat scroll 0 0 #FF5300;
}
a.orange.btn:hover {
    background: none repeat scroll 0 0 #e14a02;
}
a.blue.btn {
    background: none repeat scroll 0 0 #1887E5;
}
a.blue.btn:hover {
    background: none repeat scroll 0 0 #0667ba;
}
a.red.btn {
    background: none repeat scroll 0 0 #D91420;
}
a.red.btn:hover {
    background: none repeat scroll 0 0 #b70611;
}
a.darkblue.btn {
    background: none repeat scroll 0 0 #1f2985;
}
a.darkblue.btn:hover {
    background: none repeat scroll 0 0 #0b1367;
}
a.green.btn {
    background: none repeat scroll 0 0 #9DCB2A;
}
a.green.btn:hover {
    background: none repeat scroll 0 0 #739a11;
}
a.grey.btn {
    background: none repeat scroll 0 0 #777;
}
a.grey.btn:hover {
    background: none repeat scroll 0 0 #444;
}
a.pink.btn {
    background: none repeat scroll 0 0 #FF55A9;
}
a.pink.btn:hover {
    background: none repeat scroll 0 0 #d81978;
}
a.purple.btn {
    background: none repeat scroll 0 0 #8542C4;
}
a.purple.btn:hover {
    background: none repeat scroll 0 0 #691cb2;
}

/* Shadow Boxes
--------------------------------------------- */
.shadow-box-blue,
.shadow-box-gray,
.shadow-box-green,
.shadow-box-purple,
.shadow-box-red,
.shadow-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px 30px 25px;
}
.shadow-box-blue p,
.shadow-box-gray p,
.shadow-box-green p,
.shadow-box-purple p,
.shadow-box-red p,
.shadow-box-yellow p {
    margin-bottom: 5px;
}
.shadow-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}
 
.shadow-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}
 
.shadow-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
 
.shadow-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
 
.shadow-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
 
.shadow-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

/* Disqus Plugin
------------------------------- */
#disqus_thread {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 40px;
    padding: 40px;
}

/* Podcast Responsive Design
-------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1172px) {

	body,
	.full-width-content .content,
	.content-sidebar-wrap,
	.wrap,
	#breadcrumb,
	.site-footer,
	.site-footer .creds,
	.site-footer .gototop,
	.site-inner,
	.sidebar-secondary,
	.title-area {
		width: 100% !important;
	}
	#footer_optin_bg .footer-wrap {
		padding: 0 2%;
		width: 96% !important;
	}
	.podcast-landing .site-inner .wrap {
		width: 760px !important;
	}
	.podcast-ytembed #youtube-feed {
		padding: 30px 2%;
		width: 96%;
	}
	.site-description,
	.site-footer .creds,
	.site-footer .gototop,
	.site-title {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	/** Header
	------------------------------------- **/
	.site-header {
		float: none;
		height: auto;
		margin: 0 auto 10px;
		width: 100%;
	}
	.title-area {
		float: none;
	}
	.site-title a {
		float: none;
		margin-right: 0;
	}
	.header-full-width .title-area {
		margin-top: 0;
	}
	
	/** Nav and Sub Nav
	------------------------------------- **/
	.nav-primary {
		float: none;
		margin-left: 0;
		padding-bottom: 0;
		width: 100%;
		margin-top: 0;
	}
	.menu-primary a,
	.nav-primary .menu a {
		padding: 20px;
	}
	
	/** Nav Menus
	------------------------------------- **/
	
	.menu-primary,
	.menu-secondary,
	.nav-primary .menu,
	.title-area,
	.nav-secondary .menu {
		float: none;
		text-align: center;
		width: 100%;
	}
	.menu-primary li,
	.menu-secondary li,
	.nav-primary .menu li,
	.nav-secondary .menu li {
		display: inline-block;
		float: none;
	}
	.menu li.right {
		display: none;
	}
	.menu-primary li ul,
	.nav-primary .menu li ul {
		margin: 0 0 0 -1px;
	}
	
	
	/** Inner and Misc
	------------------------------------- **/
	.site-inner {
		margin: 20px 0 0;
		padding: 0 0 10px;
	}
	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 1.5em;
	}
	h3,
	h4 {
		font-size: 1.25em;
	}
	h5,
	h6 {
		font-size: 1.125em;
	}
	.post-image {
		height: auto;
		max-width: 100% !important;
		margin: 0 auto 20px !important;
		float: none;
		display: block !important;
	}
	.archive-page {
		float: none;
		width: 100%;
	}
	
	/** Sidebar
	------------------------------------- **/
	.sidebar {
		margin: 0;
		padding: 0;
	}
	.sidebar a img {
		display: block;
		margin: 0 auto;
	}
	
	/** Sidebar Optin
	------------------------ **/
	#sb-optin ul {
		width: 100%;
	}
	.ebookimg {
		margin: 10px 15% 0;
		width: 70%;
	}
	
	/** Footer
	------------------------------------- **/
	.site-footer,
	.site-footer .creds,
	.site-footer .gototop {
		padding: 10px 0;
		text-align: center;
	}
	.site-footer .gototop a {
		background: none;
		padding: 0;
	}
	.footer-widgets .wrap {
		padding: 0;
	}
	
	/** Home Featured Pages
	------------------------------------- **/
	#home-featured .wrap {
		padding: 0;
	}
	.home-featured-left, .home-featured-right {
		border: none;
		float: none;
		margin: 0;
		padding: 10px 0 20px;
		text-align: center;
		width: 100%;
	}
	.home-featured-right .widget {
		margin: 0;
		padding: 0 20px 20px;
	}
	.widget-wrap {
		margin: 0;
		padding: 0;
	}
	#home-featured-left {
		float: left;
		margin: 0 0.5% 0 0;
		width: 33%;
	}
	#home-featured-middle {
		float: left;
		width: 33%;
	}
	#home-featured-right {
		float: right;
		width: 33%;
	}
	.featuredpage h4 {
		font-size: 22px;
	}
	#before-content-banner h4.widgettitle {
		font-size: 26px;
		margin-bottom: 25px;
		text-align: center;
	}
	
	.post-share {
		float: none;
		margin-top: 5px;
		width: 100%;
	}
	.post-share .buttons {
		text-align: center;
	}
	.share-text {
		float: none;
		text-align: center;
	}
	.btn-widget img {
		background-size: 100% auto;
	}
	
	/** Player Bar
	---------------------- **/
	#player-bar .entry-content {
		width: 68%;
	}
	#player-bar .top-side {
		width: 100%;
	}
	#player-bar .download,
	#player-bar .play,
	#player-bar .share {
		float: left;
		width: 33.3333%;
	}
	#player-bar .mejs-controls div.mejs-time-rail {
		max-width: 100% !important;
	}
	#player-bar .mejs-controls .mejs-time-rail .mejs-time-total {
		max-width: 100% !important;
	}
	
	/** Home Page
	--------------------- **/
	.podcast .post {
		float: left;
	}
	.pod-image {
		width: 27.5%;
	}
	.podcast .entry-content {
		width: 72.5%;
	}
	.pod-side {
		width: 100%;
	}
	.pod-side .download {
		float: left;
		width: 33.3333%;
	}
	.pod-side .download a {
		background-position: 82% center;
	}
	.pod-side .download a:hover {
		background-position: 82% center;
	}
	.pod-side .play {
		float: left;
		width: 33.3333%;
	}
	#player-bar .click-share {
		line-height: 41px;
	}
	.top-side .home-share {
		float: right;
		left: auto;
		right: 0 !important;
		top: 84px;
		width: 33.3333%;
	}
	.pod-side .click-share {
		float: left;
		width: 33.3333%;
		line-height: 25px;
	}
	.pod-side .home-share {
		float: right;
		left: auto;
		right: 0 !important;
		top: 68px;
		width: 33.3333%;
	}
	.podcast .mejs-controls div.mejs-time-rail {
		max-width: 72% !important;
	}
	.podcast .mejs-controls .mejs-time-rail .mejs-time-total {
		max-width: 100% !important;
	}
	.bot-message p {
		font-size: 32px;
	}
	.mejs-controls div.mejs-time-rail {
		max-width: 58% !important;
	}
}

/** Responsive Design Max-Width 1044px
------------------------------------------------------------- **/
@media only screen and (max-width: 1044px) {

	/** Message Bar
	-------------------------------------- **/
	#message {
		float: none;
		text-align: center;
		width: 100%;
	}
	.nav-secondary {
		float: none;
		margin: 0;
		padding-bottom: 5px;
		width: 100%;
	}
	.nav-secondary li.social-facebook,
	.nav-secondary li.social-linkedin,
	.nav-secondary li.social-gplus,
	.nav-secondary li.social-flickr,
	.nav-secondary li.social-twitter,
	.nav-secondary li.social-youtube,
	.nav-secondary li.social-pinterest,
	.nav-secondary li.social-rss,
	.nav-secondary li.social-podcast,
	.nav-secondary li.social-skype,
	.nav-secondary li.social-instagram,
	.nav-secondary li.social-email {
		margin: 5px 0;
	}
	
	.search-form input[type="search"] {
		width: 66%;
	}
	.single-button a {
		font-size: 16px;
	}
	
	/** Sidebar Optin
	----------------------- **/
	
	#sb-optin h4.widgettitle {
		font-size: 22px;
	}
	#sb-optin p {
		font-size: 18px;
	}
	#sb-optin ul {
		font-size: 16px;
	}
	
	/** Footer Optin
	-------------------------------------- **/
	#footer_optin_bg h4.widgettitle {
		float: none;
		text-align: center;
	}
	#footer_optin_bg #sb-optin-form {
		float: none;
		margin: 8px auto 0;
		width: 100%;
	}
	#footer_optin_area #sb-optin-form .form-wrapper {
		margin: 8px auto 0 !important;
	}
	#footer_optin_bg #sb-optin-form .name {
		margin-right: 1%;
		width: 38%;
	}
	#footer_optin_bg #sb-optin-form .text {
		padding: 0 0 0 1.5%;
		width: 38%;
	}
	#footer_optin_bg #sb-optin-form .submit {
		padding: 0;
		width: 20%;
	}
	
	/** Home Page 
	-------------------- **/
	.pod-image {
		width: 29.5%;
	}
	.podcast .entry-content {
		width: 70%;
	}
	.bot-message p {
		font-size: 28px;
	}
	.mejs-controls div.mejs-time-rail {
		max-width: 57% !important;
	}
}

/** Responsive Design Max-Width 960px
------------------------------------------------------------- **/
@media only screen and (max-width: 960px) {
	
	.menu-toggle, .sub-menu-toggle {
		border: medium none;
		cursor: pointer;
		display: block;
		font-size: 4rem;
		font-weight: 700;
		line-height: 4rem;
		margin: 0 auto;
		overflow: hidden;
		padding: 0rem;
		text-align: right;
		visibility: visible;
		width: 100%;
	}
	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent;
		color: #777;
	}
	button.menu-toggle:hover,
	button.sub-menu-toggle:hover {
		color: #aaa;
	}
	.sub-menu-toggle {
		padding: 18px;
		padding: 1.8rem;
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu-toggle:before {
		content: "\2261";
	}
	.menu-toggle.activated:before {
		content: "\2191";
	}
	.sub-menu-toggle:before {
		content: "+";
	}
	.sub-menu-toggle.activated:before {
		content: "-";
	}
	.nav-primary {
		display: none;
		position: relative;
	}
	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	.nav-primary .menu li li a,
	.nav-primary .menu li li a:link,
	.nav-primary .menu li li a:visited {
		border-bottom: medium none;
		border-top: medium none;
	}
	.genesis-nav-menu .menu-item {
		border-bottom: medium none;
		position: relative;
		text-align: left;
		width: 100%;
	}
	.menu-primary a, .nav-primary .menu a {
		margin-right: 0;
		padding: 15px 20px;
	}
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: block !important;
		left: 0 !important;
		opacity: 1;
		padding-left: 40px !important;
		position: inherit !important;
		width: 100% !important;
	}
	.genesis-nav-menu .sub-menu a {
		border-bottom: 1px solid #FFF;
		border-left: 0 none;
		position: relative;
		width: 100% !important;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}
	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #333;
	}
	
	/** Sidebar Content
	------------------------------------- **/
	.sidebar-content .content,
	.content-sidebar .content {
		float: none;
		width: 100% !important;
		margin-right: 0 !important;
	}
	.sidebar {
		width: 100% !important;
		float: none;
		margin: 20px 0 0;
		padding: 0;
	}
	
	/** Sidebar Optin
	----------------------- **/
	#sb-optin h4.widgettitle {
		font-size: 36px;
	}
	#sb-optin p {
		font-size: 30px;
	}
	#sb-optin ul {
		font-size: 24px;
		margin-top: 4%;
		width: 57%;
	}
	#sb-optin-form .text {
		font-size: 22px;
	}
	#sb-optin-form .submit {
		font-size: 22px;
	}
	.ebookimg {
		margin: 25px 10% 0 0;
		width: 30%;
	}
	#sb-optin-form {
		margin: 30px 0 0;
		width: 100%;
	}
	
	#home-guest h5 {
		font-size: 16px;
	}
	
	.ytPlayer {
		width: 88%;
	}
	.ytlist, #ytPage {
		width: 94%;
	}
	.single-button a {
		font-size: 18px;
	}
	
	.btn-widget img {
		background-size: auto auto;
	}
	
	/** Player Bar
	------------------ */
	#player-bar .entry-content {
		padding: 10px 20px;
		width: 61%;
	}
	
	/** Home Page
	------------------- **/
	.pod-image {
		width: 27%;
	}
	.podcast .entry-content {
		width: 73%;
	}
	.podcast .mejs-controls div.mejs-time-rail {
		max-width: 78% !important;
	}
	.bot-message p {
		font-size: 24px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	.mejs-controls div.mejs-time-rail {
		max-width: 63% !important;
	}
	.error404 .entry-content .search-form input[type="search"] {
		width: 84%;
	}
}

/** Responsive Design Max-Width 768px
------------------------------------------------------------- **/
@media only screen and (max-width: 768px) {

	/** Landing Page Content
	-------------------------------------- **/
	.podcast-landing .content-sidebar-wrap,
	.podcast-landing .content,
	.podcast-landing .site-inner .wrap {
		width: 100% !important;
	}
	.podcast-landing .content {
		padding: 20px;
	}
	
	#home-guest-area h4.widgettitle {
		font-size: 28px;
	}
	#home-guest h5 {
		font-size: 14px;
	}
	#before-content-banner h4.widgettitle {
		font-size: 24px;
	}
	
	p.readmore {
		float: none;
	}
	
	/** Sidebar Optin
	----------------------- **/
	#sb-optin h4.widgettitle {
		font-size: 30px;
	}
	#sb-optin p {
		font-size: 24px;
	}
	
	/** Player Bar
	------------------ */
	.mp-image {
		float: none;
		margin: 0 auto;
	}
	#player-bar .entry-content {
		min-height: 270px;
		width: 100%;
	}
	#player-bar .download,
	#player-bar .play {
		width: 50%;
	}
	#player-bar .download a {
		line-height: 23px;
	}
	#player-bar .share {
		width: 100%;
	}
	#player-bar-widget {
		display: inline-block;
		text-align: center;
	}
	#player-bar-widget .button-widget {
		display: inline-block;
		float: none;
		margin: 0 auto;
		width: 49%;
	}
	
	/** Home Page
	-------------------- **/
	.pod-image {
		width: 200px;
	}
	.podcast .entry-content {
		float: left;
		min-height: 200px;
		width: 68%;
	}
	.podcast .mejs-controls div.mejs-time-rail {
		max-width: 73% !important;
	}
	.bot-message p {
		font-size: 20px;
	}
	.mejs-controls div.mejs-time-rail {
		max-width: 53% !important;
	}
	#player-bar .click-share {
		float: left;
		width: 100%;
	}
	.top-side .home-share {
		top: 168px;
		width: 100%;
	}
	
	#prev-next .previous {
		margin-bottom: 20px;
		width: 100%;
	}
	#prev-next .next {
		width: 100%;
	}
}

/** Responsive Design Max-Width 640px
------------------------------------------------------------- **/
@media only screen and (max-width: 640px) {

	body {
		font-size: 14px;
	}
	
	/** H Tags
	-------------------------------------- **/
	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 24px;
	}
	h3,
	h4 {
		font-size: 18px;
	}
	h5,
	h6 {
		font-size: 16px;
	}
	.site-header {
		background-size: 100% auto !important;
		height: auto;
		width: 100%;
	}
	.site-title a {
		font-size: 38px;
	}
	
	/** Related Posts
	-------------------------------------- **/
	.related-list li {
		width: 50%;
		margin-bottom: 15px;
	}
	
	/** Home Featured Pages
	-------------------------------------- **/
	#home-featured-left {
		float: none;
		margin: 0;
		width: 100%;
	}
	#home-featured-middle {
		float: none;
		width: 100%;
	}
	#home-featured-right {
		float: none;
		width: 100%;
	}
	.featuredpage h4 {
		font-size: 20px;
		font-weight: normal;
	}
	.featuredpost img,
	.featuredpage img {
		display: block;
		margin: 0 auto;
	}
	.featuredpost a img,
	.featuredpage a img {
		margin: 0 auto 10px;
	}
	#home-guest .bigger {
		display: block;
		margin: 0 auto;
		width: 175px;
	}
	#home-guest .normal {
		width: 150px;
	}
	#before-content-banner h4.widgettitle {
		font-size: 22px;
	}
	
	/** Footer Widgets
	-------------------------------------- **/
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		width: 100%;
		margin:0;
	}
	
	#footer_optin_form .text {
		margin-bottom: 7px;
		width: 100%;
	}
	#footer_optin_form .submit {
		width: 100%;
	}
	
	/** Sidebar Optin
	----------------------- **/
	#sb-optin h4.widgettitle {
		font-size: 24px;
	}
	#sb-optin p {
		font-size: 18px;
	}
	#sb-optin ul {
		font-size: 16px;
		width: 100%;
	}
	.ebookimg {
		margin: 15px 25%;
		width: 50%;
	}
	#sb-optin-form {
		margin: 5px 0 0;
		width: 100%;
	}
	#sb-optin-form .text {
		font-size: 18px;
	}
	#sb-optin-form .submit {
		font-size: 18px;
	}
	#footer_optin_bg #sb-optin-form .text {
		margin: 0 auto 5px;
		padding: 0 10px;
		text-align: center;
		width: 100%;
	}
	#footer_optin_bg #sb-optin-form .submit {
		width: 100%;
	}
	
	/** Home Page
	-------------------- **/
	.pod-image {
		float: none;
		height: 200px;
		margin: 0 auto 10px;
		min-height: 200px;
		width: 200px;
	}
	.podcast .entry-content {
		width: 100%;
	}
	.pod-side .download,
	.pod-side .play {
		width: 50%;
	}
	.pod-side .share {
		width: 100%;
	}
	#player-bar .mejs-controls div.mejs-time-rail {
		left: 0 !important;
	}
	.podcast .mejs-controls div.mejs-time-rail {
		left: 7% !important;
		max-width: 75% !important;
	}
	.bot-message p {
		font-size: 18px;
	}
	.mejs-controls div.mejs-time-rail {
		left: 24% !important;
		max-width: 34% !important;
	}
	.pod-side .click-share {
		width: 100%;
	}
	.pod-side .home-share {
		top: 134px;
		width: 100%;
	}
}

/** Responsive Design Max-Width 480px
------------------------------------------------------------- **/
@media only screen and (max-width: 480px) {

	.site-header {
		height: auto;
	}
	.header-full-width .title-area {
		height: auto;
	}
	.site-title a {
		font-size: 34px;
		letter-spacing: 0;
	}
	.header-image .title-area,
	.header-image .site-title,
	.header-image .site-title a {
		height: 85px;
	}
	#home-guest-area h4.widgettitle {
		font-size: 22px;
		line-height: 1.2;
		margin: 0 0 10px;
	}
	.podcast-landing .type-page {
		padding: 0;
	}
	
	/** Post Info
	-------------------------------------- **/
	.content .entry-header .entry-meta {
		font-size: 12px;
	}
	
	#home-guest-area h4.widgettitle {
		font-size: 24px;
	}
	.wp-post-image {
		display: block !important;
		float: none !important;
		margin: 0 auto 10px !important;
	}
	#home-guest .bigger {
		width: 150px;
	}
	#home-guest .normal {
		width: 125px;
	}
	#before-content-banner h4.widgettitle {
		font-size: 20px;
	}
	
	.wp-caption {
		width: 98% !important;
	}
	
	/** Home Page
	--------------------- **/
	#player-bar .download,
	#player-bar .play {
		width: 100%;
	}
	#player-bar-widget .button-widget {
		width: 100%;
	}
	#player-bar .entry-content {
		min-height: 300px;
	}
	#player-bar .entry-content p {
		font-size: 14px;
	}
	
	.podcast .entry-content {
		min-height:200px;
	}
	.pod-side .download,
	.pod-side .play {
		width: 100%;
	}
	.podcast .mejs-controls div.mejs-time-rail {
		max-width: 64% !important;
	}
	.bot-message p {
		font-size: 16px;
	}
	.mejs-controls div.mejs-time-rail {
		left: 31% !important;
		max-width: 44% !important;
	}
	.mejs-controls .mejs-mute {
		display: none !important;
	}
	.mejs-container .mejs-controls .mejs-duration-container {
		right: 10px !important;
	}
	.top-side .home-share {
		top: 252px;
	}
	.pod-side .home-share {
		top: 201px;
	}
}

/** Responsive Design Max-Width 360px
------------------------------------------------------------- **/
@media only screen and (max-width: 360px) {

	.site-title a {
		font-size: 28px;
	}
	.header-image .title-area,
	.header-image .site-title,
	.header-image .site-title a {
		height: 75px;
	}
	.site-description {
		font-size: 11px;
	}
	.search-form input[type="search"] {
		width: 60%;
	}
	
	/** Post Info
	-------------------------------------- **/
	.entry-comments-link {
		display: none;
	}
	#home-guest .bigger {
		float: none;
		margin: 0 auto;
		width: 125px;
	}
	
	/** Related Posts
	-------------------------------------- **/
	.related-list li {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.single-button a {
		font-size: 14px;
	}
	
	/** Sidebar Optin
	----------------------- **/
	#sb-optin h4.widgettitle {
		font-size: 20px;
	}
	#sb-optin p {
		font-size: 14px;
	}
	#sb-optin ul {
		float: left;
		font-size: 12px;
		width: 100%;
	}
	.ebookimg {
		float: left;
		margin: 20px 30% 0;
		width: 40%;
	}
	.sidebar .sidebar-optin {
		padding: 15px;
	}
	#sb-optin-form .text,
	#sb-optin-form .submit {
		font-size: 14px;
	}
	
	.podcast .mejs-controls div.mejs-time-rail {
		max-width: 62% !important;
	}
	.twitter,
	.googleplus {
		margin: 0 7% 0 0;
	}
}