/*
    Theme Name: SoundCast Child Theme
    Theme URI: http://www.appendipity.com/soundcast/
    Description: For a complete Step-by-Step tutorial on setting up and customizing your SoundCast Theme, <a target="_blank" rel="nofollow" href="http://www.appendipity.com/tutorial/" alt="SoundCast Theme Tutorials" title="SoundCast Theme Tutorials" >Click Here</a>
    Author: Appendipity
    Author URI: http://www.appendipity.com/
 
    Version: 1.4
 
    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: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.625;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
input {
    color: #333;
    font-family: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', 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: #E12727;
    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: #ff5300;
    text-decoration: none;
}
a img {
    border: none;
}

/** Headlines
-------------------------------------- **/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0;
}
h1.entry-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 20px;
}
h1.entry-title a {
    color: #E12727;
    text-decoration: none;
}
h1.entry-title a:hover {
    text-decoration: none;
	color: #E12727;
}
h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}
h2, h2 a, h2 a:visited{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}
h3 {
    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: #E12727;
}
h4 {
    font-size: 20px;
}
.widget-area h4 {
    color: #000000;
    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: #f2f2f2;
	background-size: cover;
}
::-moz-selection {
    background-color: #222;
    color: #fff;
}
::selection {
    background-color: #222;
    color: #fff;
}

/** Wrap
----------------------------------------- **/

.site-container {
    margin: 48px auto 0;
    overflow: hidden;
}
.wrap {
    margin: 0 auto;
    width: 1152px;
}
.fb_iframe_widget {
    left: 0;
    position: absolute;
    top: 0;
}
/** Nav Bar **/
.nav-bar {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.top-bar {
    background: none repeat scroll 0 0 #343434;
    float: left;
    width: 100%;
}

/** 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: left;
    position: relative;
}
.menu-primary,
.menu-secondary {
    background: none;
}
.menu-primary {
    margin: 0;
    text-align: left;
}
.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: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    margin-right: -3px;
    padding: 12px 16px;
    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 #FF5300;
    color: #FFF;
}
.menu-secondary a {
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 200;
    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 #FF5300;
    border-top: medium none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    padding: 12px;
    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 #e14a02;
}
.menu-primary li ul,
.menu-secondary li ul,
.nav-primary .menu li ul {
    height: auto;
    left: -9999px;
    margin: 0 0 0 -1px;
    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: -48px 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;
    margin: 6px 0 0;
    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 0;
    opacity: 0.5;
}
.nav-secondary li.social-gplus a {
    background-position: -25px 0;
}
.nav-secondary li.social-gplus a:hover {
    background-position: -25px 0;
    opacity: 0.5;
}
.nav-secondary li.social-linkedin a {
    background-position: -50px 0;
}
.nav-secondary li.social-linkedin a:hover {
    background-position: -50px 0;
    opacity: 0.5;
}
.nav-secondary li.social-facebook a {
    background-position: -75px 0;
}
.nav-secondary li.social-facebook a:hover {
    background-position: -75px 0;
    opacity: 0.5;
}
.nav-secondary li.social-flickr a {
    background-position: -100px 0;
}
.nav-secondary li.social-flickr a:hover {
    background-position: -100px 0;
    opacity: 0.5;
}
.nav-secondary li.social-youtube a {
    background-position: -125px 0;
}
.nav-secondary li.social-youtube a:hover {
    background-position: -125px 0;
    opacity: 0.5;
}
.nav-secondary li.social-pinterest a {
    background-position: -150px 0;
}
.nav-secondary li.social-pinterest a:hover {
    background-position: -150px 0;
    opacity: 0.5;
}
.nav-secondary li.social-rss a {
    background-position: -175px 0;
}
.nav-secondary li.social-rss a:hover {
    background-position: -175px 0;
    opacity: 0.5;
}
.nav-secondary li.social-podcast a {
    background-position: -200px 0;
}
.nav-secondary li.social-podcast a:hover {
    background-position: -200px 0;
    opacity: 0.5;
}
.nav-secondary li.social-skype a {
    background-position: -225px 0;
}
.nav-secondary li.social-skype a:hover {
    background-position: -225px 0;
    opacity: 0.5;
}
.nav-secondary li.social-instagram a {
    background-position: -250px 0;
}
.nav-secondary li.social-instagram a:hover {
    background-position: -250px 0;
    opacity: 0.5;
}
.nav-secondary li.social-email a {
    background-position: -275px 0;
}
.nav-secondary li.social-email a:hover {
    background-position: -275px 0;
    opacity: 0.5;
}

/** Header
---------------------------------------- **/

.site-header {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
	position: relative;
    width: 1152px;
}
.title-area {
    float: left;
    margin-top: 22px;
    padding: 0 0 0 30px;
}
.site-title {
    font-family: 'Open Sans',sans-serif;
    line-height: 1.2;
    margin: 0 0 5px;
}
.site-title a {
    color: #292929 !important;
    font-family: 'Open Sans',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: #555555;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 0;
}

/** Image Header - Full 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;
	width: 100%;
}
.header-image .site-title a,
.header-image .site-description {
    text-indent: -9999px;
}
.header-image .site-description {
    display: block;
    overflow: hidden;
}

.site-header .widget-area {
	position: absolute;
	right: 0;
	margin: 15px 0 0;
}

/** No Header
-------------------------------- **/
.no-header .site-header {
    display: none;
}
.no-header #player-bar .post {
    padding: 30px 30px 0;
}
.no-header .content-sidebar-wrap {
    padding-top: 30px !important;
}
.no-header .content {
    border-top: medium none;
}
.no-header .sidebar {
    border-top: medium none;
}

/** Header Banner
---------------------------------------- **/

.header-banner {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 30px 0;
    width: 1152px;
}
.header-banner img {
    margin: 0 auto !important;
}

/** Message Bar
-------------------------------------- **/

#message_bar {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
}
#message {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
#message h4.widgettitle {
    display: none;
}
#message .textwidget {
    padding: 3px 0 4px;
}
#message p {
    color: #111;
	font-size: 13px;
}

/** Player Bar
-------------------------------------- **/
#player-bar {
    float: left;
    overflow: visible;
    padding: 0;
    width: 100%;
}
#player-bar .post {
    border: medium none;
    box-shadow: none;
    float: left;
    margin: 0;
    padding: 15px 30px 0;
    width: 100%;
}
#player-bar .wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
}
#player-bar h2.post-title {
    margin-bottom: 10px;
}
#player-bar h2.post-title a {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0;
}
#player-bar h2.post-title a:hover {
    color: #aaa;
}
#player-bar .entry-content {
    float: left;
    padding: 0 0 20px;
    width: 100%;
}
#player-bar .entry-content p {
    color: #222222;
    float: left;
    margin: 10px 0;
    width: 90%;
}
#player-bar .entry-content p.readmore {
    bottom: 0;
    position: absolute;
    margin: 0 0 10px !important;
    right: 0;
    width: 100% !important;
}

/** 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%;
}

/** Podcast Home Page
------------------------- **/
.default {
    background-color: #E12727;
}
.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 {
    border-bottom: 1px solid #F2F2F2;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 0 0 10px;
    position: relative;
}
.pod-image {
    float: left;
    min-height: 200px;
    width: 24.5%;
}
.podcast .entry-content {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.podcast h2.post-title {
    line-height: 1;
    margin: 0 0 15px;
}
.podcast h2.post-title a {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0;
}
.podcast h2.post-title a:hover {
    color: #aaa;
}
.podcast .entry-content p {
    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 #E12727;
    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 #E12727;
    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 #E12727;
    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
------------------- **/

.button-widget img {
    margin: 0 auto !important;
    max-height: 50px;
}

/** Colors
-------------------- **/
.btn-widget {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 18px 0;
    width: 100%;
}
.btn-widget:hover {
    background-color: none;
    background-image: none;
    box-shadow: none;
	opacity: 0.7;
}
.btn-none .btn-widget {
    background-color: rgba(0,0,0,0);
	background-image: none;
}
.btn-none .btn-widget:hover {
	box-shadow: none;
	opacity: 0.7;
}
.btn-grey .btn-widget {
    background-color: #eee;
}
.btn-grey .btn-widget:hover {
    background-color: #aaa;
	opacity: 1;
}
.btn-blue .btn-widget {
    background-color: #1887E5;
}
.btn-blue .btn-widget:hover {
    background-color: #0667ba;
	opacity: 1;
}
.btn-orange .btn-widget {
    background-color: #FF5300;
}
.btn-orange .btn-widget:hover {
    background-color: #e14a02;
	opacity: 1;
}
.btn-green .btn-widget {
    background-color: #9DCB2A;
}
.btn-green .btn-widget:hover {
    background-color: #739a11;
	opacity: 1;
}
.btn-red .btn-widget {
    background-color: #D91420;
}
.btn-red .btn-widget:hover {
    background-color: #b70611;
	opacity: 1;
}
.fb-blue .btn-widget {
    background-color: #5776b4;
}
.fb-blue .btn-widget:hover {
    background-color: #233f77;
	opacity: 1;
}
.tw-teal .btn-widget {
    background-color: #56c6f5;
}
.tw-teal .btn-widget:hover {
    background-color: #1790c2;
	opacity: 1;
}
.gp-red .btn-widget {
    background-color: #f15e47;
}
.gp-red .btn-widget:hover {
    background-color: #ba2a13;
	opacity: 1;
}

/** Inner
----------------------------------------- **/

.site-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    width: 1152px;
}

/** Post Page Banner
---------------------------------------- **/
#before-content-banner {
    margin: 40px auto 15px;
    padding: 0;
    width: 100%;
}
#before-content-banner .textwidget {
    margin: 0;
}
#before-content-banner img,
#before-content-banner object,
#before-content-banner iframe {
    display: block;
}

/** Breadcrumb
--------------------------------------- **/

.breadcrumb {
    border-bottom: 1px solid #F2F2F2;
    margin: 0 auto 15px;
    padding: 0 0 10px;
}
.breadcrumb a {
    margin: 0;
    padding: 0 5px;
}

/** 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 {
    padding: 0 30px;
    width: 1152px;
}

/* Content
------------------------------------------------------------ */

.content {
    border-top: 1px solid #F2F2F2;
    float: left;
    padding: 15px 0 0;
}
.content-sidebar .content {
    border-right: 1px solid #F2F2F2;
    padding-right: 30px;
    width: 68%;
}
.sidebar-content .content {
    border-left: 1px solid #F2F2F2;
    padding-left: 30px;
    width: 68%;
    float: right;
}
.full-width-content .content {
    float: none;
    margin: 0 auto;
}
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;
    float: left;
    margin-bottom: 40px;
    padding: 25px 0;
}
.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 0;
}
.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: 10px 0 0 !important;
    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: #E12727;
    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 {
    display: inline-block;
    font-size: 17px;
    margin: 0 0 25px;
    padding: 5px 0;
    width: 100%;
}
.content .entry-header .entry-meta a {
    text-decoration: none;
}
.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 Meta Icons
------------------------------------------ **/
.post-info {
    float: left;
    width: 60%;
}
.author {
    background: url(images/author-icon.png) no-repeat scroll left center transparent;
    padding: 0 5px 0 25px;
}
.date {
    background: url(images/clock-icon.png) no-repeat scroll left center transparent;
    padding: 0 5px 0 25px;
}
.entry-comments-link {
    background: url(images/comment-icon.png) no-repeat scroll left center transparent;
    padding: 0 5px 0 25px;
}

/** 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: -2px;
    vertical-align: top;
}
.twitter {
    width: 80px;
}
.googleplus {
    margin-right: 0;
    width: 60px;
}

/** Post Meta
---------------------------------- **/
.post .widget-area {
    margin-top: 15px;
}
.content .entry-footer .entry-meta {
    display: inline-block;
    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 {
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 0 5px;
    width: 100%;
}

/** In-Post Share
---------------------------------- **/
.ip-share {
    display: inline-block;
    margin: 0 0 37px;
    padding: 10px 0 5px;
    width: 100%;
}
.share-text {
    float: left;
}

/** Author Box
---------------------------------------- **/

.author-box {
    font-size: 17px;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 0;
}
.author-box-title {
    font-size: 26px;
    margin: 0 0 10px;
}
.author-box-content p {
    color: #000000;
    font-size: 17px;
}

/** Previous Next Links
---------------------------------------- **/

#prev-next {
    background: url("images/grey1px.jpg") repeat-y scroll center top #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    height: auto;
    line-height: 1.2;
    margin: 0 0 35px;
    padding: 55px 0;
    width: 100%;
}
#prev-next a {
    color: #000000;
    text-decoration: none;
}
#prev-next a:hover {
	color: #e12727;
    text-decoration: none;
}
#prev-next .previous {
    float: left;
    width: 47%;
}
#prev-next .next {
    float: right;
    text-align: right;
    width: 47%;
}

/** Related Posts
------------------------------------------- **/

.related-posts {
    margin: 0 0 40px;
    overflow: hidden;
    padding: 0;
}
h3.related-title {
    font-size: 28px;
}
ul.related-list {
    list-style: none outside none;
    padding-left: 20px;
}
.related-list li {
    background: url("images/related-li.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    padding: 3px 0 3px 20px;
    text-align: left;
}
.related-list li a {
    text-decoration: none;
}

/** Sticky Posts
------------------------------------------ **/

.sticky {
    margin: 0 0 40px;
    padding: 20px;
}

/** Images
------------------------------------ **/

img {
    height: auto;
    max-width: 100%;
}
.avatar {
    padding: 5px;
}
.author-box .avatar {
    border: medium none;
    border-radius: 50%;
    float: left;
    margin: 0 15px 20px 0;
    padding: 0;
}
.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;
}
p.wp-caption-text {
    font-size: 0.75em;
    margin: 0;
    padding: 5px 0;
}
.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}

/** Post Navigation
----------------------------------------- **/
.pagination {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.pagination li {
    display: inline;
}
.pagination li a,
.pagination li a:visited {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 2px;
    text-decoration: none;
}
.pagination li a:hover,
.pagination li.active a {
    color: #E12727;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    border-top: 1px solid #F2F2F2;
    display: inline;
    float: right;
    font-size: 12px;
    padding: 20px 0 0 30px;
    width: 32%;
}
.sidebar p {
    font-size: 12px;
}
.sidebar-secondary {
    float: left;
    width: 150px;
}
.sidebar-content .sidebar-primary {
    float: left;
    padding: 20px 30px 0 0;
}
.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}
.sidebar .widget {
    margin: 0 0 20px;
    padding: 10px 0;
}
.sidebar-optin,
.button-widget,
.widget_search {
    padding: 0 !important;
}
.sidebar .widget, .sidebar .widget p {
    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: #343434;
    padding: 30px 40px;
    width: 100%;
}
#sb-optin h4.widgettitle {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}
#sb-optin p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
}
#sb-optin ul {
    color: #FFFFFF;
    float: right;
    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-size: 14px;
    height: 45px;
    margin: 0 0 15px;
    padding: 0 0 0 10px;
    text-transform: none;
    width: 100%;
}
#sb-optin-form .submit {
	background: none repeat scroll 0 0 #FF5300;
    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 {
	background: none repeat scroll 0 0 #e14a02;
    box-shadow: none;
    text-shadow: none;
}

/** Sidebar Optin Colors
------------------------------ **/

/** Grey
----------- **/
#sb-optin.grey {
    background-color: #777;
}
#sb-optin.grey h4.widgettitle {
    color: #fff;
}
#sb-optin.grey p {
    color: #fff;
}
#sb-optin.grey ul {
    color: #fff;
}

/** Orange
----------- **/
#sb-optin.orange {
    background-color: #FF5300;
}
#sb-optin.orange .submit {
    background: none repeat scroll 0 0 #343434;
}
#sb-optin.orange .submit:hover {
    background: none repeat scroll 0 0 #111;
}

/** Red
----------- **/
#sb-optin.blue {
    background-color: #1887E5;
}

/** Dark Blue
----------- **/
#sb-optin.dark-blue {
    background-color: #1f2985;
}

/** Red
----------- **/
#sb-optin.red {
    background-color: #D91420;
}

/** Green
----------- **/
#sb-optin.green {
    background-color: #9DCB2A;
}

/** Black
----------- **/
#sb-optin.black {
    background-color: #000;
}

/** Pink
----------- **/
#sb-optin.pink {
    background-color: #FF55A9;
}

/** Purple
----------- **/
#sb-optin.purple {
    background-color: #8542C4;
}


/** 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"] {
    background-color: #343434;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #ff5300;
}


/** Search Form
-------------------------------------------- **/

.search-form {
    background: none repeat scroll 0 0 #F0EFF0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.search-form input[type="search"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    color: #000000;
    float: left;
    font-size: 17px;
    line-height: 17px;
    margin: 0;
    padding: 11px 0 11px 15px;
}
.search-form input[type="submit"] {
    background: url("images/search-icon.png") no-repeat scroll center center #FF5300 !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-icon.png") no-repeat scroll center center #FF4400 !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 #FFFFFF;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    width: 1152px;
}
.footer-widgets .wrap {
    border-top: 1px solid #F2F2F2;
    font-size: 1em;
    margin: 0 30px;
    overflow: hidden;
    padding: 0;
    width: 1092px;
}
.footer-widgets .widget {
    border: medium none;
    margin: 0 0 20px;
    padding: 10px;
}
.footer-widgets .widget-area h4 {
    color: #222222;
    font-family: 'Open Sans',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: #555;
    font-family: 'Open Sans', 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 {
}
.footer-widgets a:hover {
    text-decoration: none;
}

/** Footer
------------------------------------------ **/

.site-footer {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1152px;
    min-height: 50px;
    overflow: hidden;
    padding: 0 30px;
}
.site-footer .wrap {
    border-top: 1px solid #F2F2F2;
    padding: 13px 0 0;
    width: 1092px;
}
.site-footer p {
    font-size: 12px;
}
.site-footer a {
    text-decoration: none;
}
.site-footer a:hover {
    text-decoration: none;
}

/** Footer Optin Area
--------------------------------------------- **/

#footer_optin_area {
    background: none repeat scroll 0 0 #343434;
    border-bottom: medium none;
    margin: 0 auto;
    width: 1152px;
}
#footer_optin_bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    overflow: hidden;
    padding: 10px 30px 20px;
    width: 100%;
}
#footer_optin_bg h4.widgettitle {
    float: left;
    color: #e6dfdf;
    display: block !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 9px 0 0;
}
#footer_optin_form {
    background: none repeat scroll 0 0 transparent;
    float: right;
    height: 35px;
    margin: 0;
}
#footer_optin_area .form-wrapper {
    height: 35px;
    margin: 8px 0 0 !important;
}
#footer_optin_form .text {
    border: medium none;
    box-shadow: none;
    float: left;
    font-family: helvetica,'Open Sans', sans-serif,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    height: 35px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: none;
    width: 170px;
}
#footer_optin_form .name {
    margin-right: 3px;
}
#footer_optin_form .submit {
    background: none repeat scroll 0 0 #FF5300;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font-size: 16px;
    height: 35px;
    padding: 0 10px;
    width: 120px;
}
#footer_optin_form .submit:hover {
    background: none repeat scroll 0 0 #e14a02;
}

/** Comments
----------------------------------------- **/

.entry-comments {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 1em;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 0;
}
#respond {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 1em;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 0;
}
.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 {
	box-shadow: none;
    font-size: 1em;
    margin: 0 5px 0 0;
    padding: 10px;
    text-transform: none;
    color: #000000;
	width: 100%;
}
.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 25px 15px;
}
.comment-list li {
    list-style: none;
}
.comment-list li ul li {
    list-style-type: none;
    padding: 15px 0 5px 15px;
}
.comment-list ul li.bypostauthor {
}
.comment-list li.bypostauthor ul {
    background: none repeat scroll 0 0 transparent;
}
.comment-list li ul li li {
}
.comment-list p,
.ping-list p {
    margin: 0 0 15px;
}
.comment-list cite,
.comment-list .says,
.ping-list cite {
    color: #242223;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
}
.comment-list cite a {
    text-decoration: none;
}
.comment-meta {
    display: block;
    font-size: 14px;
}
.comment-meta a {
    font-weight: normal;
    text-decoration: none;
}
.comment-content {
    margin: 20px 0;
}
.comment-reply-link {
    font-size: 20px;
    font-weight: 600;
    padding: 5px 9px;
    text-decoration: none;
    text-transform: none;
}
.comment-reply-link:hover {
    text-decoration: none;
}
#reply-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.nocomments {
    text-align: center;
}
.entry-comments .pagination {
    display: block;
}
.entry-comments h3 {
    font-size: 34px;
    letter-spacing: -1px;
}
.thread-alt,
.thread-even {
}
.comment-list li .avatar {
    border: medium none;
    border-radius: 50%;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
}

/* 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;
    float: 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: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
}
.featuredpage h4,
.featuredpost h4 {
    color: #333;
    font-family: 'Open Sans', 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: #E12727;
    display: block;
    font-family: 'Open Sans', 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: #ff5300;
    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: 'Open Sans', 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
------------------------------------------------------------ **/

.app-landing .site-header {
    height: 79px;
    width: 760px;
}
.app-landing .site-title a {
    background-size: contain !important;
    float: none;
}
.app-landing .site-header .widget-area {
    display: none;
}
.app-landing .site-container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 120px auto 0;
    padding: 0;
}
.app-landing .wrap {
    margin: 0 auto;
    width: 760px;
}
.app-landing .header-banner {
    width: 760px;
}
.app-landing .content-sidebar-wrap {
    float: none;
    margin: 0 auto;
    width: 760px !important;
}
.app-landing .content {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 40px;
    padding: 0;
}
.app-landing .site-inner {
    margin: 0 auto;
    width: 760px !important;
}
.app-landing .entry-comments,
.app-landing #respond {
    display: none;
}
.app-landing h1.entry-title {
    text-align: center;
}
.app-landing .title-area {
    float: none;
    height: 79px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.app-landing .site-title {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.app-landing .site-title a {
    margin-right: 0;
}
.app-landing .site-description {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.app-landing .nav-primary {
    float: none;
    margin: 0 auto;
    width: 100%;
}
.app-landing .nav-secondary {
    float: none;
    margin: 2px 0;
    overflow: hidden;
    text-align: center;
}
.app-landing .menu-primary {
    margin: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
.app-landing .menu-primary li,
.app-landing .menu-secondary li,
.app-landing .nav-primary .menu li {
    display: inline-block;
    float: none;
}
.app-landing .menu-secondary li {
    margin: 0;
}
.app-landing .menu-primary li,
.app-landing .menu-secondary li,
.app-landing .nav-primary .menu li {
    display: inline-block;
    float: none;
}
.app-landing .menu li.right {
    display: none;
}
.app-landing .menu-primary li ul,
.app-landing .menu-secondary li ul,
.app-landing .nav-primary .menu li ul {
    margin: 0 0 0 -1px;
}
.app-landing .entry-content {
    margin: 0 0 50px;
}
.app-landing .content .entry-footer .entry-meta {
    margin: 0 0 60px;
}
.app-landing #before-content-banner {
    display: none;
}
.app-landing .share-text {
    float: none;
    margin-bottom: 10px;
    text-align: center;
}
.app-landing .post-share {
    float: none;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.app-landing .post-share .buttons {
    text-align: center;
}
.app-landing .site-footer {
    max-width: 760px;
}
.app-landing .site-footer .wrap {
    width: 700px;
}

/** 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 .site-title a {
    color: #1887E5 !important;
}
.blue .site-title a:hover {
    color: #aaa !important;
}
.blue #player-bar h2.post-title a:hover {
    color: #1887E5 !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 #prev-next 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: #1887E5;
}
.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 input[type="button"],
.blue input[type="submit"],
.blue #sb-optin-form .submit,
.blue #footer_optin_form .submit {
    background-color: #1887E5;
}
.blue input[type="button"]:hover,
.blue input[type="submit"]:hover,
.blue #sb-optin-form .submit:hover,
.blue #footer_optin_form .submit:hover {
    background-color: #0667ba;
}
.blue .pagination li a:hover,
.blue .pagination li.active a {
    color: #0161B3;
}
.blue #sb-optin li {
    background: url("images/sb-optin-li-blue.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.blue .search-form input[type="submit"] {
    background: url("images/search-icon.png") no-repeat scroll center center #1887E5 !important;
}
.blue .search-form input[type="submit"]:hover {
    background: url("images/search-icon.png") no-repeat scroll center center #0161B3 !important;
}

/** Grey
-------------------- **/
.grey .site-title a {
    color: #777 !important;
}
.grey .site-title a:hover {
    color: #aaa !important;
}
.grey #player-bar h2.post-title a:hover {
    color: #777 !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 #prev-next 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: #777;
}
.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 input[type="button"],
.grey input[type="submit"],
.grey #sb-optin-form .submit,
.grey #footer_optin_form .submit {
    background-color: #777;
}
.grey input[type="button"]:hover,
.grey input[type="submit"]:hover,
.grey #sb-optin-form .submit:hover,
.grey #footer_optin_form .submit:hover {
    background-color: #444;
}
.grey .pagination li a:hover,
.grey .pagination li.active a {
    color: #444;
}
.grey #sb-optin li {
    background: url("images/sb-optin-li-grey.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.grey .search-form input[type="submit"] {
    background: url("images/search-icon.png") no-repeat scroll center center #777 !important;
}
.grey .search-form input[type="submit"]:hover {
    background: url("images/search-icon.png") no-repeat scroll center center #444 !important;
}

/** Green
-------------------- **/
.green .site-title a {
    color: #9DCB2A !important;
}
.green .site-title a:hover {
    color: #aaa !important;
}
.green #player-bar h2.post-title a:hover {
    color: #9DCB2A !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 #prev-next 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: #9DCB2A;
}
.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 input[type="button"],
.green input[type="submit"],
.green #sb-optin-form .submit,
.green #footer_optin_form .submit {
    background-color: #9DCB2A;
}
.green input[type="button"]:hover,
.green input[type="submit"]:hover,
.green #sb-optin-form .submit:hover,
.green #footer_optin_form .submit:hover {
    background-color: #739a11;
}
.green .pagination li a:hover,
.green .pagination li.active a {
    color: #739a11;
}
.green #sb-optin li {
    background: url("images/sb-optin-li-green.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.green .search-form input[type="submit"] {
    background: url("images/search-icon.png") no-repeat scroll center center #9DCB2A !important;
}
.green .search-form input[type="submit"]:hover {
    background: url("images/search-icon.png") no-repeat scroll center center #709c03 !important;
}

/** Dark Blue
-------------------- **/
.darkblue .site-title a {
    color: #1f2985 !important;
}
.darkblue .site-title a:hover {
    color: #aaa !important;
}
.darkblue #player-bar h2.post-title a:hover {
    color: #1f2985 !important;
}
.darkblue h1.entry-title a {
    color: #333;
}
.darkblue h1.entry-title a:hover {
    color: #1f2985;
}
.darkblue h2.post-title a {
    color: #333;
}
.darkblue h2.post-title a:hover {
    color: #1f2985;
}
.darkblue #prev-next a:hover {
    color: #1f2985;
}
.darkblue .menu-primary li a:active,
.darkblue .menu-primary li a:hover,
.darkblue .menu-primary .current_page_item a,
.darkblue .menu-primary .current-cat a,
.darkblue .menu-primary .current-menu-item a,
.darkblue .nav-primary .menu li a:active,
.darkblue .nav-primary .menu li a:hover,
.darkblue .nav-primary .menu .current_page_item a,
.darkblue .nav-primary .menu .current-cat a,
.darkblue .nav-primary .menu .current-menu-item a {
    background: #1f2985;
}
.darkblue ul.submenu li a:hover {
    color: #1f2985 !important;
}
.darkblue .menu-secondary a {
    color: #FFF;
}
.darkblue .menu-secondary li a:active,
.darkblue .menu-secondary li a:hover,
.darkblue .menu-secondary .current_page_item a,
.darkblue .menu-secondary .current-cat a,
.darkblue .menu-secondary .current-menu-item a {
    color: #1f2985;
}
.darkblue .menu-primary li li a,
.darkblue .menu-primary li li a:link,
.darkblue .menu-primary li li a:visited,
.darkblue .menu-secondary li li a,
.darkblue .menu-secondary li li a:link,
.darkblue .menu-secondary li li a:visited,
.darkblue .nav-primary .menu li li a,
.darkblue .nav-primary .menu li li a:link,
.darkblue .nav-primary .menu li li a:visited {
    background: none repeat scroll 0 0 #1f2985;
}
.darkblue .menu-primary li li a:active,
.darkblue .menu-primary li li a:hover,
.darkblue .menu-secondary li li a:active,
.darkblue .menu-secondary li li a:hover,
.darkblue .nav-primary .menu li li a:active,
.darkblue .nav-primary .menu li li a:hover {
    background: none repeat scroll 0 0 #0b1367;
}
.darkblue .footer-widgets a {
    color: #1f2985;
}
.darkblue a {
    color: #1f2985;
}
.darkblue a:hover {
    color: #333;
}
.darkblue h2.entry-title a {
    color: #1f2985;
}
.darkblue h2.entry-title a:hover {
    color: #333;
}
.darkblue .featuredpage .page .more-link,
.darkblue .featuredpost .post .more-link {
    color: #1f2985;
}
.darkblue .featuredpage .page .more-link:hover,
.darkblue .featuredpost .post .more-link:hover {
    color: #333;
}
.darkblue input[type="button"],
.darkblue input[type="submit"],
.darkblue #sb-optin-form .submit,
.darkblue #footer_optin_form .submit {
    background-color: #1f2985;
}
.darkblue input[type="button"]:hover,
.darkblue input[type="submit"]:hover,
.darkblue #sb-optin-form .submit:hover,
.darkblue #footer_optin_form .submit:hover {
    background-color: #0b1367;
}
.darkblue .pagination li a:hover,
.darkblue .pagination li.active a {
    color: #0b1367;
}
.darkblue #sb-optin li {
    background: url("images/sb-optin-li-orange.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.darkblue .search-form input[type="submit"] {
    background: url("images/search-icon.png") no-repeat scroll center center #1f2985 !important;
}
.darkblue .search-form input[type="submit"]:hover {
    background: url("images/search-icon.png") no-repeat scroll center center #0b1367 !important;
}

/** Pink
-------------------- **/
.pink .site-title a {
    color: #FF55A9 !important;
}
.pink .site-title a:hover {
    color: #aaa !important;
}
.pink #player-bar h2.post-title a:hover {
    color: #FF55A9 !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 #prev-next 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: #FF55A9;
}
.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 #d81978;
}
.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 input[type="button"],
.pink input[type="submit"],
.pink #sb-optin-form .submit,
.pink #footer_optin_form .submit {
    background-color: #FF55A9;
}
.pink input[type="button"]:hover,
.pink input[type="submit"]:hover,
.pink #sb-optin-form .submit:hover,
.pink #footer_optin_form .submit:hover {
    background-color: #d81978;
}
.pink .pagination li a:hover,
.pink .pagination li.active a {
    color: #d81978;
}
.pink #sb-optin li {
    background: url("images/sb-optin-li-pink.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.pink .search-form input[type="submit"] {
    background: url("images/search-icon.png") no-repeat scroll center center #FF55A9 !important;
}
.pink .search-form input[type="submit"]:hover {
    background: url("images/search-icon.png") no-repeat scroll center center #f10178 !important;
}

/** Purple
-------------------- **/
.purple .site-title a {
    color: #8542C4 !important;
}
.purple .site-title a:hover {
    color: #aaa !important;
}
.purple #player-bar h2.post-title a:hover {
    color: #8542C4 !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 #prev-next 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: #8542C4;
}
.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 #691cb2;
}
.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 input[type="button"],
.purple input[type="submit"],
.purple #sb-optin-form .submit,
.purple #footer_optin_form .submit {
    background-color: #8542C4;
}
.purple input[type="button"]:hover,
.purple input[type="submit"]:hover,
.purple #sb-optin-form .submit:hover,
.purple #footer_optin_form .submit:hover {
    background-color: #691cb2;
}
.purple .pagination li a:hover,
.purple .pagination li.active a {
    color: #691cb2;
}
.purple #sb-optin li {
    background: url("images/sb-optin-li-purple.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.purple .search-form input[type="submit"] {
    background: url("images/search-icon.png") no-repeat scroll center center #8542C4 !important;
}
.purple .search-form input[type="submit"]:hover {
    background: url("images/search-icon.png") no-repeat scroll center center #5d0da9 !important;
}

/** Red
-------------------- **/
.red .site-title a {
    color: #D91420 !important;
}
.red .site-title a:hover {
    color: #aaa !important;
}
.red #player-bar h2.post-title a:hover {
    color: #D91420 !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 #prev-next 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: #D91420;
}
.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 #b70611;
}
.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 input[type="button"],
.red input[type="submit"],
.red #sb-optin-form .submit,
.red #footer_optin_form .submit {
    background-color: #D91420;
}
.red input[type="button"]:hover,
.red input[type="submit"]:hover,
.red #sb-optin-form .submit:hover,
.red #footer_optin_form .submit:hover {
    background-color: #b70611;
}
.red .pagination li a:hover,
.red .pagination li.active a {
    color: #b70611;
}
.red #sb-optin li {
    background: url("images/sb-optin-li-red.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
.red .search-form input[type="submit"] {
    background: url("images/search-icon.png") no-repeat scroll center center #D91420 !important;
}
.red .search-form input[type="submit"]:hover {
    background: url("images/search-icon.png") no-repeat scroll center center #ac040e !important;
}

/* TinyMCE Styles
---------------------------------------- */
a.btn {
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
}
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;
}

/* 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,
	.footer-widgets,
	#footer_optin_area {
		width: 100% !important;
	}
	.app-landing .site-inner .wrap {
		width: 760px !important;
	}
	.site-description,
	.site-footer .creds,
	.site-footer .gototop,
	.site-title {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	/** Header
	------------------------------------- **/
	.site-header,
	.header-banner {
		width: 100%;
		height: auto;
	}
	.header-image .title-area {
		margin-bottom: 0;
	}
	.header-image  .site-title a {
		background-size: contain !important;
		height: 120px;
		float: none;
		margin: 0 auto;
	}
	.title-area {
		float: none;
		margin-bottom: 20px;
		padding: 0;
	}
	.site-title a {
		float: none;
		margin-right: 0;
	}
	.header-full-width .title-area {
		margin-top: 0;
	}
	.site-header .widget-area {
		float: left;
		position: relative;
		text-align: center;
		width: 100%;
	}
	
	/** Inner and Misc
	------------------------------------- **/
	
	.site-container {
		background: none repeat scroll 0 0 #FFFFFF;
	}
	.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 a img {
		display: block;
		margin: 0 auto;
	}
	
	/** Sidebar Optin
	------------------------ **/
	#sb-optin ul {
		width: 100%;
	}
	.ebookimg {
		margin: 10px 15% 0;
		width: 70%;
	}
	
	/** Footer
	------------------------------------- **/
	.site-footer {
		text-align: center;
	}
	.footer-widgets .wrap {
		margin: 0;
		padding: 0 20px;
	}
	
	.widget-wrap {
		margin: 0;
		padding: 0;
	}
	.featuredpage h4 {
		font-size: 22px;
	}
	#before-content-banner h4.widgettitle {
		font-size: 26px;
		margin-bottom: 25px;
		text-align: center;
	}
	
	.post-info {
		float: none;
		text-align: center;
		width: 100%;
	}
	.post-share {
		float: none;
		margin-top: 15px;
		width: 100%;
	}
	.post-share .buttons {
		text-align: center;
	}
	.share-text {
		float: none;
		text-align: center;
	}
	.btn-widget img {
		background-size: 100% auto;
	}
}

/** Responsive Design Max-Width 1044px
------------------------------------------------------------- **/
@media only screen and (max-width: 1044px) {

/** Message Bar
-------------------------------------- **/

.nav-secondary {
    display: none;
}

.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;
    margin: 0;
    text-align: center;
}
#footer_optin_form {
    float: none;
}
#footer_optin_area .form-wrapper {
    margin: 8px auto 0 !important;
}
#footer_optin_form .name {
    margin-right: 1%;
    width: 38%;
}
#footer_optin_form .text {
    padding: 0 0 0 1.5%;
    width: 38%;
}
#footer_optin_form .submit {
    padding: 0;
    width: 22%;
}
}

/** Responsive Design Max-Width 960px
------------------------------------------------------------- **/
@media only screen and (max-width: 960px) {

.nav-bar {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.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: 0 20px 0 0;
    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;
}

.site-container {
    margin: 92px auto 0 !important;
}

/** Sidebar Content
------------------------------------- **/
.sidebar-content .content, .content-sidebar .content {
    border-right: medium none;
    float: none;
    margin-right: 0 !important;
    padding: 8px 0 0;
    width: 100% !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%;
}
.single-button a {
    font-size: 18px;
}

.btn-widget img {
    background-size: auto auto;
}

.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%;
}

.app-landing .site-container {
    margin: 95px auto 0;
}
}

/** Responsive Design Max-Width 768px
------------------------------------------------------------- **/
@media only screen and (max-width: 768px) {

.site-container {
    margin: 78px auto 0;
}
.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
    height: 90px;
}

/** Landing Page Content
-------------------------------------- **/
.app-landing .content-sidebar-wrap,
.app-landing .content,
.app-landing .site-inner .wrap,
.app-landing .header-banner {
    width: 100% !important;
}
.app-landing .content {
    padding: 20px 0;
}
.app-landing .site-inner {
    margin: 0 auto;
    width: 100% !important;
}
.app-landing .site-header {
    width: 100%;
}
.app-landing .site-container {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 80px auto 0;
}

#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;
}

#prev-next {
    background: none repeat scroll center center rgba(0, 0, 0, 0);
    padding: 35px 0;
}
#prev-next .previous {
    margin-bottom: 20px;
    padding: 20px 0;
    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-title a {
    font-size: 38px;
}

/** Featured Page/Post Widgets
-------------------------------------- **/

.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;
}
#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;
}

.facebook {
    margin-top: -1px;
}
}

/** 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;
}
.app-landing .type-page {
    padding: 0;
}

/** Post Info
-------------------------------------- **/
.content .entry-header .entry-meta {
    font-size: 14px;
}
#before-content-banner h4.widgettitle {
    font-size: 20px;
}

.wp-caption {
    width: 98% !important;
}
}

/** 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%;
}

.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;
}
.twitter,
.googleplus {
    margin: 0 7% 0 0;
}
.facebook {
    margin-top: -3px;
}
}