/*
	Theme Name: Rainmaker.FM
	Description: Rainmaker.FM theme for the Genesis framework.
	Author: Rafal Tomal
	Author URI: http://www.rainmakerplatform.com/
	Version: 2.0
 
	Tags:
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	background: #f5f5f5;
	color: #333;
	font-family: "museo-sans", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.65;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #0274be;
	outline: none;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #333;
}

a:hover,
a:active,
a:focus {
	outline: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #555;
}

blockquote {
	font-family: 'minion-pro', serif;
	font-style: italic;
	font-size: 22px;
	font-weight: 100;
	margin: 15% 5% 8%;
	text-align: center;
}

blockquote p {
	font-family: 'minion-pro', serif;
	font-style: italic;
	font-size: 22px;
	font-weight: 100;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-family: 'minion-pro', serif;
	font-size: 100px;
	font-style: normal;
	font-weight: 100;
	height: 0;
	position: relative;
	top: -100px;
}

.quote blockquote,
.quote blockquote p {
	font-size: 18px;
}

.quote blockquote {
	margin: 0;
	text-align: left;	
}

.quote blockquote::before {
	font-size: 50px;
	left: -50px;
	top: -20px;
}

.quote .author {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 65px;
	position: relative;
	margin-top: 35px;
	text-transform: uppercase;
}

.quote .author img {
	border-radius: 50%;
	border: 3px solid #eee;
	left: 0px;
	position: absolute;
	top: -11px;
	width: 45px;
}

.right .quote {
	margin-right: -50px;
}

.left .quote {
	margin-left: -50px;
}

cite {
	font-style: normal;
}

.post-edit-link {
	display: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 300;
	line-height: 1.2;
	margin: 5% 0 3%;
}

h1 {
	font-size: 60px;
	font-weight: 100;
	letter-spacing: -2px;
	margin: 0 0 5%;
}

.sidebar-content .member-area h1 {
	font-size: 52px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 26px;
	font-weight: 700;
}

h4 {
	font-size: 22px;
	font-weight: 700;
}

h5,
.subtitle {
	color: #999;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 3%;
	text-transform: uppercase;
}

h6,
.subtitle-2 {
	color: #666;
	font-family: 'minion-pro', serif;
	font-size: 24px;
	font-style: italic;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.embed-container {
	position: relative;
    padding-bottom: 64%; /* 16/9 ratio */
    padding-top: 0; /* IE6 workaround*/
    height: 0;
    margin-bottom: 40px;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px 20px 13px;
	width: 100%;

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input:focus,
textarea:focus {
	border: 1px solid #0274be;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
#faq-answers .answer p:last-child a {
	background-color: #999;
	border: 2px solid #999;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2rem;
	outline: none;
	padding: 12px 25px 8px;
	text-transform: uppercase;
	width: auto;
	white-space: normal;
	-webkit-font-smoothing: antialiased;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background: none;
	border: 2px solid #999;
	color: #777;
}

.button-primary,
.entry-content .button-primary,
input[type="button"].button-primary,
input[type="submit"].button-primary,
.ninja-forms-form-wrap input[type=submit],
.lesson-container .lesson .button,
.entry-content .lms-media-download-link .button {
	background-color: #0274be;
	border: 2px solid #0274be;
}

.button-primary:hover,
.entry-content .button-primary:hover,
input[type="button"].button-primary:hover,
input[type="submit"].button-primary:hover,
.ninja-forms-form-wrap input[type=submit]:hover,
.lesson-container .lesson .button:hover,
.entry-content .lms-media-download-link .button:hover {
	background: none;
	border: 2px solid #0274be;
	color: #0274be;
}

.button-small,
.entry-content .button-small {
	font-size: 11px;
	padding: 10px 15px 6px;
}

.button-hollow,
.entry-content .button-hollow,
#faq-answers .answer p:last-child a {
	background: none;
	border: 2px solid #0274be;
	color: #0274be;
}

.button-hollow:hover,
.entry-content .button-hollow:hover,
#faq-answers .answer p:last-child a:hover {
	background: #fff;
	border: 2px solid #ddd;
	color: #0274be;
}

.button-text {
	color: #999;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-right: 25px;
	position: relative;
	text-transform: uppercase;
}

.entry-content .button-text {
	border: none;
}

.button-text:after {
	content: '\f345';
	font-size: 14px;
	letter-spacing: -12.4px;
	position: absolute;
	right: 14px;
	top: 4px;
}

.button-text.gray {
	color: #999;
}

.button-text.gray:hover,
.button-text.primary:hover,
.button-text.black {
	color: #333;
}

.button-text.black:hover,
.button-text.primary {
	color: #0274be;
}

.button .dashicons {
	font-size: 16px;
	margin-left: -5px;
	margin-right: 5px;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	border-top: 100px solid #f5f5f5;
	margin: 0 auto;
	max-width: 1340px;
}

.wrap,
.entry {
	margin: 0 auto;
	padding: 7% 12%;
}

.wrap > :last-child {
	margin-bottom: 0;
}

.single-podcast .entry {
	padding-bottom: 0;
}

.home .entry,
.landing-page .entry {
	padding: 0;
}

.site-inner {
	background: #fff;
	clear: both;
	margin: 0 auto;
	position: relative;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */
.content {
	float: right;
	width: 70%;
}

.content-sidebar .content {
	border-right: 5px solid #f5f5f5;
	float: left;
}

.sidebar-content .content {
	border-left: 5px solid #f5f5f5;
}

.full-width-content .content {
	width: 100%;
}

.narrow .entry-content {
	margin: 10% auto 0;
	max-width: 650px;
}

.single .entry-content {
	margin: 0 auto;
	max-width: 800px;
}

.single-lms_courseware.full-width-content .entry-content {
	max-width: none;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	font-size: 16px;
	padding: 3% 5%;
	width: 30%;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-content .sidebar-primary .sidebar-wrapper {
	height: 100%;
	position: relative;
	overflow: hidden;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	padding: 20px 0 0;
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	color: #c3e7fe;
	padding: 40px;
}

.author-box-title {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 10px;
}

.author-box a {
	color: #fff;
	border-bottom: 1px solid #ddd;
}

.author-box p {
	font-size: 16px;
	margin-bottom: 0;
}

.author-box .avatar {
	border: 3px solid #fff;
	margin-bottom: 30px;
	margin-right: 30px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #f5f5f5;
	height: 100px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.site-header.small {
	height: 65px;
}

.site-header .wrap {
	padding: 0;
	position: relative;
	max-width: 1340px;
}

.site-description,
.site-title {
	display: block;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

.site-description {
	height: 0;
}

.title-area {
	float: left;
	margin-right: 65px;
	margin-top: 36px;
	position: relative;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.title-area,
.site-title,
.site-title a {
	height: 28px;
	width: 180px;
}

.site-title a {
	background-image: url(images/logo.png);
	background-size: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
}

.site-header.small .title-area {
	margin-top: 18px;
}

.site-title a:after {
	border-right: 1px solid #ddd;
	content: '';
	display: block;
	height: 15px;
	position: absolute;
	right: -40px;
	top: 8px;
}

.site-header .icon-rainmaker {
	color: #666;
	display: block;
	float: left;
	font-size: 38px;
	height: 45px;
	margin-top: 28px;
	margin-right: 30px;
	text-align: center;
	width: 40px;
}

.site-header.small .icon-rainmaker {
	margin-top: 10px;
}

.site-header .icon-rainmaker:hover {
	color: #0274be;
}

#rm-header {
	fill: #666;
	float: left;
	margin-left: -5px;
	margin-right: 30px;
	margin-top: 28px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.small #rm-header {
	margin-top: 10px;
}

.site-header .user-profile {
    color: #999;
    display: block;
	float: left;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 44px 5px 0;
    text-align: center;
    text-transform: uppercase;

    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.site-header .user-profile img {
	border-radius: 50%;
	margin-right: 0;
	position: relative;
	top: -9px;
	width: 30px;
}

.site-header.small .user-profile {
	padding-top: 27px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.site-header .widget_nav_menu {
	float: left;
}

.site-header .nav-right {
	float: right;
}

.mobile-button,
#nav_menu-4 {
	display: none;
}

#nav_menu-4 #menu-item-85767 {
	display: none;
}

.logged-in #nav_menu-4 #menu-item-85767 {
	display: block;
}

.dashicons-arrow-right-alt {
	bottom: 40px;
	color: #999;
	font-size: 30px;
	position: absolute;
	right: 60px;
}

.dashicons-arrow-right-alt:hover {
	color: #fff;
}

ul.menu,
ul.menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	float: left;
}

ul.menu li a {
	border-bottom: 2px solid #f5f5f5;
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 44px 15px 35px;
	text-transform: uppercase;
}

.site-header.small ul.menu li a {
	padding: 26px 15px 18px;
}

ul.menu li a:before {
	position: relative;
	left: 0px;
	top: 1px;
	font-size: 13px;
	margin-right: 10px;
}

ul.menu li a.button {
	border: 2px solid #0274be;
	color: #fff;
	padding: 12px 25px 10px;
	margin-top: 29px;
	margin-left: 20px;
}

.site-header.small ul.menu li a.button {
	margin-top: 12px;
	padding: 10px 25px 7px;
}

ul.menu li a:hover,
ul.menu li.current_page_item a {
	color: #0274be;
}

ul.menu li.current_page_item a {
	border-bottom: 2px solid #0274be;
}

ul.menu li {
	position: relative;
}

#menu-item-94431 {
	padding-right: 25px;
}

#rm-shows-popup-open {
	background: #eee;
	color: #999;
	cursor: pointer;
	font-size: 13px;
	height: 20px;
	line-height: 21px;
	position: absolute;
	top: 42px;
	right: 7px;
	text-align: center;
	width: 22px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.site-header.small #rm-shows-popup-open {
	top: 24px;
}

#rm-shows-popup-open:hover {
	background: #fff;
	color: #333;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
	margin-bottom: 15px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-content a {
	border-bottom: 1px solid #cce3f2;
}

.entry-meta {
	color: #999;
	font-size: 11px;
	letter-spacing: 0.15rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.single .entry-meta {
	font-size: 13px;
	margin-bottom: 2%;
	text-align: center;
}

.entry-meta a {
	color: #999;
	font-weight: 600;
}

.entry-meta a:hover {
	color: #333;
}

.entry-meta time {
	font-weight: 600;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.full-width-content .entry-header .entry-title {
	text-align: center;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding: 32px 0 0;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.post-comments {
	margin-left: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-content p.intro {
	font-size: 26px;
	margin-bottom: 5%;
	text-align: center;
}

/* Pagination
--------------------------------------------- */

.archive-pagination:before {
	height: 40px;
}

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	margin: 5% 0 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #eee;
	border-radius: 3px;
	color: #666;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color:#0274be;
	color:#fff;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

#comments,
#respond {
	margin: 5% auto 0;
	max-width: 800px;
}

#respond {
	margin-bottom: 10%;
}

.comment-form label {
	font-weight: bold;
	margin-left: 0px;
}

.form-allowed-tags {
	display: none;
}

.entry-comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.entry-comments {
	padding: 0;
	width: auto;
}

.entry-comments #respond {
	background: #f8f8f8;
	padding: 0 40px 40px;
	margin: 0;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
}

#comment {
	margin: 12px 0;
}

.comment-list {
	margin-top: 7%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	padding-bottom: 30px;
	width: 100%;
}

.children:before {
	background: #ddd;
	content: '';
	height: 100%;
	position: absolute;
	left: -34px;
	width: 1px;
}

.children {
	margin-left: 62px;
	margin-top: 30px;
	position: relative;
}

.children li:last-child {
	border-bottom: none !important;
}

.comment-list li ul li {
	margin-right: -32px;
}

.comment-header {
	background: #f5f5f5;
	overflow: hidden;
	padding: 10px;
}

.comment {
	border-right: none;
}

.comment-reply-link,
.comment-content p {
	font-size: 16px;
}

.comment-content p {
	margin-bottom: 24px;
}

.entry-comments .navigation {
	margin-top: 32px;
}

.comment-author img {
	margin-right: 10px;
	width: 42px;
}

.comment-author cite {
	font-style: normal;
}

.comment-author .says {
	display: none;
}

.comment-author span {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.15rem;
	margin-left: 10px;
	text-transform: uppercase;
}

.comment-meta a {
	color: #666;
	font-size: 13px;
	margin-left: 10px;
	text-decoration: none;
}

.comment-author:after{
	display: none;
}

.comment-author,
.comment-meta {
	line-height: 1;
	margin: 0;
}

.comment-content {
	padding: 25px 0;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

#cancel-comment-reply-link {
	float: right;
	font-weight: normal;
	margin-top: 8px;
}

.comment-reply-link {
	border: 2px solid #0274be;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 6px 10px 4px;
	text-transform: uppercase;
}

.comment-reply-link:hover {
	background: #0274be;
	color: #fff;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	clear: both;
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer .icon-rainmaker {
	color: #ccc;
	font-size: 50px;
	line-height: 1;
	margin-top: 100px;
}

.site-footer .wrap {
	overflow: hidden;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
	color: #666;
}

.site-footer a:hover {
	color: #0274be;
}



/*
Rainmaker Platform UI
---------------------------------------------------------------------------------------------------- */

/* Content */
.left {
	float: left;
}

.right {
	float: right;
}

.left,
.right {
	width: 43%;
}

.title {
	position: relative;
}

.title h2,
.title h3,
.title h4,
.title h5,
.title .subtitle {
	margin-top: 0;
}

.title h2,
.title h3 {
	position: relative;
}

.title h3 {
	font-size: 30px;
	font-weight: 300;
	margin: 0;
}

.title .button-text {
	float: right;
	position: absolute;
	right: 0px;
	top: 10px;
}

.center {
	text-align: center;
}

.subscribe-box {
	background: #f5f5f5;
	margin-top: 10%;
	padding: 10% 10% 7%;
}

.content-box {
	background: #f5f5f5;
	font-size: 16px;
	margin: 0 -5% 5%;
	padding: 5% 5% 4%;
	position: relative;
}

.transcript {
	margin-top: 7%;
}

.transcript .headline {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5%;
	margin-top: 0;
	padding-bottom: 20px;
}

.transcript .headline.rm-icon-script:before {
	margin-right: 15px;
}

/* Custom player */
.site-container .mejs-container * {
	outline: none !important;
}

.site-container .mejs-container {
	margin-top: 0px;
}

.site-container .rm-player .audio-share{
	background: rgba(0,0,0,0.9) !important;
	border: none;
	padding: 10px 20px 15px;
}

.site-container .rm-player .audio-share ul li {
	border: none;
}

.site-container .content-box .rm-player .audio-share ul li:first-of-type {
	display: none;
}

.site-container .rm-player .audio-share ul li input[type=text]{
	border: none;
	font-size: 13px;
}

.site-container .mejs-container .mejs-controls,
.site-container .rm-player .share-button {
    background: #111 !important;
}

.site-container .mejs-container .mejs-controls,
.site-container .mejs-container .mejs-controls .mejs-time span,
.site-container .rm-player .share-button,
.site-container .rm-player .share-button:before {
	color: #fff !important;
}

.site-container .mejs-controls .mejs-time-rail .mejs-time-total,
.site-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background-color: #fff !important;
}

.site-container .mejs-controls .mejs-time-rail .mejs-time-current:after {
	background: #fff !important;
	border: 2px solid #fff !important;
}

.site-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.site-container .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #bbb !important;
	border: 2px solid #fff !important;
}

.site-container .mejs-controls .mejs-time-rail .mejs-time-current:after {
	top: -6px;
}

.site-container .mejs-controls .mejs-time-rail .mejs-time-float {
	color: #fff !important;
}

.site-container .mejs-container .mejs-controls .mejs-play button {
	background-position: 0px -34px !important;
	opacity: 1 !important;
}

.site-container .mejs-container .mejs-controls .mejs-pause button {
	background-position: -37px -34px !important;
	opacity: 1 !important;
}

.site-container .mejs-controls .mejs-volume-button button {
	background-position: -73px -34px !important;
	opacity: 1 !important;
}

/* Preloader */
.preloader {
	background-image: url(images/preloader.gif);
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10% auto 5%;
	padding: 100px 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

#shows-list .preloader {
	margin: -25px auto 10%;
}

/* Sections */
.section {
	
}

.section-title {
	padding-top: 0;
}

.section-content .title {
	position: relative;
}

.section-content .title:before {
	color: #aaa;
	font-size: 28px;
	position: absolute;
	left: -50px;
	top: -5px;
}

.separator:after {
	background: #f5f5f5;
	content: '';
	display: block;
	height: 5px;
	margin: 0;
}

.separator:last-child:after {
	display: none;
}

.section-gray {
	background: #eee;
}

.section-cta {
	background: #111;
	color: #fff;
}

.section-cta h2,
.section-cta h3,
.section-cta h3 a {
	color: #fff;
	margin-top: 0;
}

.section-cta p {
	color: #aaa;
}

.section-cta .button {
	margin-top: 20px;
}

.section-cta .button:hover {
	color: #fff;
	border-color: #fff;
}

.section-content .button-hollow {
	margin-top: 20px;
}

.button-text:after {
	font-family: "dashicons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Testimonials */
.section-testimonials .title {
	margin-bottom: 7%;
}

.section-testimonials .testimonial {
	clear: both;
	float: none;
	display: block;
	margin: 4% 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.section-testimonials .testimonial blockquote {
	background: #f5f5f5;
	line-height: 1.5;
	margin: 0;
	padding: 4% 8% 1% 10%;
	text-align: left;
	width: 70%;
}

.section-testimonials .testimonial blockquote:before {
	font-size: 75px;
	left: -60px;
	top: -20px;
}

.section-testimonials .testimonial .author {
	text-align: center;
	width: 30%;
}

.section-testimonials .testimonial .author img {
	border-radius: 50%;
	margin-bottom: 10px;
}

.section-testimonials .testimonial .author a {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.section-testimonials .testimonial.left blockquote {
	float: left;
}

.section-testimonials .testimonial.left .author {
	float: right;
}

.section-testimonials .testimonial.right blockquote {
	float: right;
}

.section-testimonials .testimonial.right .author {
	float: left;
}

/* Ads */
#rmfm-footer-ad img {
	margin-bottom: 20px;
	margin-top: 40px;
}

#rmfm-footer-ad h3:before {
	border-bottom: 1px solid #333;
	content: '';
	display: block;
	margin: 0 auto 30px;
	width: 70px;
}

#rmfm-header-ad {
	background: rgba(0,0,0,0.95);
	bottom: 0px;
	display: none;
	overflow: hidden;
	position: fixed;
	left: 0px;
	width: 100%;
	z-index: 999;
}

#rmfm-header-ad .close-button {
	color: #999;
	font-size: 24px;
	position: absolute;
	top: 20px;
	right: 30px;
}

#rmfm-header-ad .ad-content {
	color: #ccc;
	font-size: 15px;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 20px 5px;
}

#rmfm-header-ad .ad-content .image {
	float: left;
	line-height: 80px;
	height: 80px;
	margin-top: 15px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 30%;
}

#rmfm-footer-ad .ad-content .image {
	position: relative;
}

#rmfm-header-ad .ad-content .image small,
#rmfm-footer-ad .ad-content .image small {
	color: #777;
	display: block;
	font-size: 10px;
	font-weight: bold;
	left: 0px;
	letter-spacing: 1px;
	line-height: 0px;
	position: absolute;
	top: -10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#rmfm-footer-ad .ad-content .image small {
	font-size: 13px;
}

#rmfm-header-ad .ad-content .image a {
	display: block;
}

#rmfm-header-ad .ad-content .copy {
	float: right;
	width: 60%;
}

#rmfm-header-ad .ad-content .copy p {
	display: inline;
	margin-bottom: 0;
}

#rmfm-header-ad .ad-content .copy h3 {
	font-size: 19px;
	margin: 0 0 10px;
}

#rmfm-header-ad .ad-content .copy a {
	color: #fff;
	display: inline;
	font-weight: bold;
	margin-top: 5px;
	text-decoration: underline;
}

#rmfm-header-ad .ad-content .copy h3 a {
	color: #fff;
	text-decoration: none;
}

.rmfm-ad-on .site-header {
	position: static;
}

#rmfm-inline-ad {
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	margin: 7% 0;
	padding: 2px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#rmfm-inline-ad:hover {
	background: #fff;
}

#rmfm-inline-ad .ad-content {
	color: #555;
	padding: 0;
	text-align: center;
	width: auto;
}

#rmfm-inline-ad .ad-content small {
	color: #aaa;
	display: block;
	font-size: 10px;
	font-weight: bold;
	left: 0px;
	letter-spacing: 1px;
	line-height: 0px;
	position: absolute;
	top: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#rmfm-inline-ad .ad-content .copy {
	padding: 3% 5%;
	width: 100%;
}

#rmfm-inline-ad .ad-content p {
	display: inline;
	font-size: 15px;
	margin-bottom: 0;
}

#rmfm-inline-ad .ad-content a {
	border: none;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: underline;
}

#rmfm-inline-ad .ad-content .copy a:hover {
	color: #0274be;
}

#rmfm-inline-ad .ad-content .image {
	background: #fff;
	display: none;
}

#rmfm-inline-ad .ad-content .image a {
	border: none;
}

#rmfm-inline-ad .ad-content .copy h3 {
	margin: 0 0 10px;
}

#rmfm-inline-ad .ad-content .copy h3 a {
	border: none;
	color: #333;
	font-size: 17px;
	text-decoration: none;
}

/* Windows */
.window {
	border: 1px solid #ddd;
	height: auto;
	margin-bottom: 10%;
	position: relative;
}

.window img {
	display: block;
	margin: 35px 0 0;
}

.window:before {
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	color: #ddd;
	height: 35px;
	line-height: 38px;
	left: 0px;
	padding-left: 10px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.left .window.animate {
	-webkit-animation: slide-in-left 1s ease 1 forwards;
	-moz-animation: slide-in-left 1s ease 1 forwards;
	-o-animation: slide-in-left 1s ease 1 forwards;
	-ms-animation: slide-in-left 1s ease 1 forwards;
	animation: slide-in-left 1s ease 1 forwards;
}

.right .window.animate {
	-webkit-animation: slide-in-right 1s ease 1 forwards;
	-moz-animation: slide-in-right 1s ease 1 forwards;
	-o-animation: slide-in-right 1s ease 1 forwards;
	-ms-animation: slide-in-right 1s ease 1 forwards;
	animation: slide-in-right 1s ease 1 forwards;
}

.left .window:before {
	content: '...';
	text-align: right;
	line-height: 14px;
	left: auto;
	font-size: 25px;
	font-weight: bold;
	padding: 0 10px 0 0;
	right: -10px;
}

.right .window {
	border-right: none;
	margin-right: -32%;
	padding: 5px 0 5px 5px;
}

.left .window {
	border-left: none;
	margin-left: -32%;
	padding: 5px 5px 5px 0;
}

.ninja-forms-response-msg ninja-forms-error-msg {
	display: block;
	margin-bottom: 50px;
}

.ninja-forms-form {
	background: #f5f5f5;
	margin-top: 5%;
	padding: 7.5% 10% 5%;
}

.content-box .ninja-forms-form {
	margin-top: 0;
	padding-bottom: 3%;
	padding-top: 3%;
}

.content-box .ninja-forms-form-wrap input[type=submit] {
	margin-top: 0;
}

.ninja-forms-field-error,
.ninja-forms-required-items {
	color: #D03737;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}

.ninja-forms-required-items {
	margin-bottom: 20px;
}

/* Tabs */
.tabs ul,
.tabs ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs ul li,
.tabs ul li h3 {
	display: inline-block;
}

.tabs ul li a {
	color: #999;
	padding: 10px 0;
}

.tabs ul li a:hover,
.tabs ul li.active a {
	color: #333;
}

.tabs ul li:after {
	content: '/';
	color: #999;
	display: inline-block;
	font-size: 28px;
	margin: 0 20px 0 28px;
}

.tabs ul li:last-child:after {
	display: none;
}

/* checklist */
ul.checklist ,
ul.checklist li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.checklist li {
	padding: 0 0 0 85px;
	position: relative;
}

ul.checklist li:before {
	color: #0274be;
	font-size: 40px;
	left: 0px;
	position: absolute;
}

/* Social media */
.share-before,
.share-after {
	text-align: center;
}

.share-small .count,
.share-medium .count {
	display: none;
}

.sharrre .share {
	font-weight: bold;
}

.share-small .sharrre .share,
.share-small .sharrre:hover .share 		{ width: 65px; }
.share-small .facebook .share,
.share-small .facebook:hover .share 	{ width: 65px; }
.share-small .pinterest .share,
.share-small .pinterest:hover .share 	{ width: 50px; }
.share-small .googlePlus .share,
.share-small .googlePlus:hover .share 	{ width: 65px; }
.share-small .twitter .share,
.share-small .twitter:hover .share 		{ width: 68px; }

.share-medium .sharrre .share,
.share-medium .sharrre:hover .share 		{ width: 73px; }
.share-medium .facebook .share,
.share-medium .facebook:hover .share 	{ width: 73px; }
.share-medium .pinterest .share,
.share-medium .pinterest:hover .share 	{ width: 60px; }
.share-medium .googlePlus .share,
.share-medium .googlePlus:hover .share 	{ width: 73px; }
.share-medium .twitter .share,
.share-medium .twitter:hover .share 		{ width: 75px; }

.share-small .share,
.share-medium .share {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.share-tall .share {
	padding: 0 !important;
}

.share-tall .share:before {
	display: none;
}

.share-tall .sharrre .count {
	overflow: hidden;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.share-tall .sharrre .count:before 	{
	content: '\f202';
	display: block;
	line-height: 44px;
	font-family: 'Genericons';
	font-size: 20px;
	position: relative;
	top: 5px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.share-tall .facebook .count:before 	{ content: '\f204'; }
.share-tall .googlePlus .count:before 	{ content: '\f218'; }
.share-tall .pinterest .count:before 	{ content: '\f209'; }
.share-tall .linkedin .count:before 	{ content: '\f207'; }
.share-tall .stumbleupon .count:before 	{ content: '\f223'; }

.share-outlined.share-small .facebook .share,
.share-outlined.share-medium .facebook .share { border-right: 1px solid #3d5a98 !important; }

.share-outlined.share-small .googlePlus .share,
.share-outlined.share-medium .googlePlus .share { border-right: 1px solid #dd4c39 !important; }

.share-outlined.share-small .pinterest .share,
.share-outlined.share-medium .pinterest .share { border-right: 1px solid #cb2127 !important; }

.share-outlined.share-small .linkedin .share,
.share-outlined.share-medium .linkedin .share { border-right: 1px solid #035a87 !important; }

.share-outlined.share-small .stumbleupon .share,
.share-outlined.share-medium .stumbleupon .share { border-right: 1px solid #eb4923 !important; }

/* Loops */
.loop-episodes .entry {
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	float: left;
	margin: 1% 1% 1% 0;
	padding: 0;
	position: relative;
	width: 48%;
}

.loop-episodes .entry:hover {
	background: #fff;
	border: 2px solid #eee;
}

.loop-episodes .entry:nth-of-type(2n+2) {
	float: right;
	margin-right: 0;
}

.loop-episodes .entry h2.entry-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
	text-align: left;
}

.loop-episodes .entry h2.entry-title a {
	color: #333;
}

.loop-episodes .entry h2.entry-title a:hover {
	color: #0274be;
}

.loop-episodes .entry img {
	display: block;
	float: left;
	height: 175px;
	margin: 0 25px 0 0;
	width: 175px;

	transition: all .2s ease-in-out;
}

.loop-episodes .entry-header {
	margin: 25px 25px 0 0;
}

.loop-episodes .button-text {
	bottom: 25px;
	color: #999;
	position: absolute;
}

.loop-episodes .entry:hover .button-text {
	color: #0274be;
}

.loop-episodes .page {
	display: none;
}

.show img,
.loop-episodes .entry {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;

	backface-visibility: hidden;    
	-webkit-filter: blur(0);
}

.show:hover img {
	border: 2px solid #fff;
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	box-shadow: 0px 5px 80px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 5px 80px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 80px 0px rgba(0,0,0,0.2);
}

#shows-list .show:hover img {
	transform: scale(1.03);
	-ms-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}

.show-big:hover img {
	transform: scale(1.03);
	-ms-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}

.loop-episodes .entry:hover img {
	transform: scale(1.07);
	-ms-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	box-shadow: 0px 5px 80px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 5px 80px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 80px 0px rgba(0,0,0,0.2);
}

.show-page .loop-episodes .entry {
	padding: 4% 4% 6%;
	margin-bottom: 0;
}

.show-page .loop-episodes .entry .entry-content p {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.show-page .loop-episodes .entry:nth-of-type(2n+2),
.show-page .loop-episodes .entry {
	float: left;
	margin: 0 2% 2% 0 ;
	width: 31.9%;
}

.show-page .loop-episodes .entry:nth-of-type(3n+3) {
	float: right;
	margin-right: 0;
}

.show-page .loop-episodes .button-text {
	bottom: 30px;
	display: block;
}

.show-page .loop-episodes .entry-header {
	margin: 10px 0 25px
}

.show-page .loop-episodes .entry h2.entry-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
}


/* Nav Bullets */
.nav-bullets {
	margin: 35px 0 0;
	text-align: center;
}

.nav-bullets ul,
.nav-bullets ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
}

.nav-bullets li a {
	border: 1px solid #999;
	border-radius: 50%;
	display: block;
	height: 12px;
	margin: 0 3px;
	width: 12px;
}

.nav-bullets li.active a,
.nav-bullets a:hover {
	background: #999;
}

/* RM.FM cta */
#rmfm-register-cta {
	margin-top: 10%;
}

#rmfm-register-cta h2 {
	margin-top: 0;
}

.single-podcast #rmfm-register-cta {
	margin-top: 0;
}

/* Episodes */
.recent-episodes .content > .entry {
	padding-bottom: 0;
}

.recent-episodes #show-episodes .wrap {
	padding-top: 0;
}

/*
Home Page
---------------------------------------------------------------------------------------------------- */

/* Intro */
#home-intro {
	background-image: url(images/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#home-intro .wrap {
	padding-top: 8%;
	top: 0px;
	width: 100%;
}

#home-intro p {
	margin: 0 auto 50px;
	max-width: 850px;
}

/* Episodes */
.loop-episodes {
	/*display: none;*/
	margin-top: 4%;
}

/* Shows */
.loop-shows {
	margin-top: 4%;
}

#home-shows .upcoming-shows {
	margin-top: 10%;
}

.show {
	display: block;
}

.show img {
	border: 2px solid #f5f5f5;
	display: block;
}

#home-shows .show-small {
	margin-bottom: 16px;
}

#home-shows .middle-row {
	margin: 18px 0;
}

#home-shows .upcoming-shows .show span {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	text-align: center;
}

#home-shows .upcoming-shows .show:hover span {
	color: #333;
}

/* Hosts */
#home-hosts h2 {
	font-size: 52px;
	font-weight: 100;
	margin-bottom: 10%;
	letter-spacing: -1px;
}

#home-hosts p {
	color: #666;
}

#home-hosts .host {
	float: left;
	margin: 28px 10px 0px;
	text-align: center;
	width: 147px;
}

#home-hosts h4 {
	font-size: 18px;
	font-weight: 500;
}

#home-hosts small {
	color: #666;
	display: block;
	font-size: 13px;
	line-height: 17px;
}

/*
Shows
---------------------------------------------------------------------------------------------------- */

.page-hosts .entry {
	padding-left: 7%;
	padding-right: 7%;
}

.page-hosts h1 {
	margin-bottom: 10%;
}

.page-shows h1.entry-title {
	margin-bottom: 0;
}

.page-shows .entry {
	padding-bottom: 3%;
}

#shows-tabs {
	padding-bottom: 5%;
	padding-top: 0;
	text-align: center;
}

#shows-tabs h3 a {
	font-size: 24px;
}

#shows-list .loop-shows {
	/*display: none;*/
}

#shows-list .wrap {
	padding: 0 7%;
}

#shows-list.hosts {
}

#shows-list .show-box {
	float: left;
	margin-bottom: 5%;
	padding: 0 3%;
	position: relative;
	width: 33.3%;
}

#shows-list .show-box img {
    border: 2px solid #f5f5f5;
    display: block;
}

#shows-list .show-box img:hover {
	border: 2px solid #fff;
}

#shows-list .show-box h2,
#shows-list .show-box h2 a {
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
}

#shows-list .show-box .show-info {
	padding: 10% 0 80px;
	position: relative;
}

#shows-list .upcoming-shows .show-box .show-info {
	padding-bottom: 0;
}

#shows-list .show-box .show-info p,
#shows-list .show-box .show-info ul li {
	font-size: 16px;
	line-height: 1.5;
}

#shows-list .show-box .show-info ul li {
	margin-left: 25px;
}

#shows-list.hosts img {
	width: 250px;
}

#shows-list.hosts .show-info {
	padding-bottom: 0;
	padding-top: 3%;
}

#shows-list.hosts ul {
	margin-top: -10px;
	margin-left: 0px;
}

#shows-list.hosts ul li {
	margin: 0;
}

#shows-list.hosts ul li a {
	font-weight: bold;
}

.show-author {
	color: #666;
	display: block;
	font-family: 'minion-pro', serif;
	font-style: italic;
	font-size: 16px;
	margin: 0 0 30px;
	padding-left: 60px;
	position: relative;
	top: 0;
}

.show-author img.avatar {
	border-radius: 50%;
	border: 4px solid #f5f5f5;
	margin-right: 10px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 50px;
}

.show-author strong {
	display: block;
	font-family: 'museo-sans', sans-serif;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#shows-list .show-box .button {
	bottom: 30px;
	left: 10%;
	position: absolute;
}

#rm-shows-popup {
	background: #eee;
	display: none;
	padding-bottom: 20px;
	position: relative;
}

#rm-shows-popup .wrap {
	padding: 20px;
}

#rm-shows-popup .show-box {
	float: left;
	padding: 3px;
	width: 10%;
}

#rm-shows-popup .show-box a,
#rm-shows-popup .show-box img {
	display: block;
	line-height: 1;
	position: relative;
	margin: 0;
	padding: 0;
}

#rm-shows-popup .show-box a {
	border: 5px solid #eee;
}

#rm-shows-popup .show-box a:hover {
	/*box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	-ms-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);*/

	border: 5px solid #ccc;
}

#rm-all-episodes-close,
#rm-shows-popup-close {
	background: #ddd;
	color: #999;
	display: block;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}

#rm-shows-popup-close {
	margin: 0 -20px;
}

#rm-all-episodes-close:hover,
#rm-shows-popup-close:hover {
	background: #ccc;
	color: #333;
}

#show-header {
	background: #222;
	background: -moz-linear-gradient(-45deg, #555 0%, #111 100%);
	background: -webkit-linear-gradient(-45deg, #555 0%,#111 100%);
	background: linear-gradient(135deg, #555 0%,#111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#111',GradientType=1 );
}

#show-header .wrap {
	padding: 4%;
}

#show-header .show-image {
	float: left;
	width: 22%;
}

#show-header .show-image img {
	display: block;
	margin: 0;
}

#show-header .show-info {
	color: #fff;
	float: left;
	margin-left: 8%;
	padding-top: 6px;
	width: 60%;
}

#show-header .show-info a {
	color: #fff;
	text-decoration: underline;
}

#show-header .show-info p {
	font-size: 15px;
	font-weight: 500;
	max-width: 700px;
}

#show-header .show-info h2 {
	color: #fff;
	margin-top: 0;
}

#show-header .show-info .button {
	text-decoration: none;
}

#show-header .show-info .button-hollow {
	border-color: #fff;
	margin-bottom: 10px;
	margin-right: 10px;
}

#show-header .show-info .button-hollow:hover {
	color: #333;
}

#show-header .show-author {
	color: #fff;
	margin-bottom: 20px;
	padding-left: 55px;
}

#show-header .show-author img {
	border: none;
	top: -6px;
	width: 38px;
}

#show-header .show-author strong {
	color: #fff;
	margin-left: 4px;
	display: inline;
}

.site-container #show-header .mejs-container .mejs-controls,
.site-container #show-header .rm-player .share-button {
    background: rgba(0,0,0,0.7) !important;
}

.site-container .rm-player {
	margin-top: 0;
}

.audio-title {
	font-family: 'museo-sans', sans-serif;
	font-weight: 700;
}

.rm-podcast .buttons {
	margin-bottom: 0;
}

.rm-podcast .buttons .button {
	margin-bottom: 10px;
}

.rm-podcast .buttons .button span {
	line-height: 1;
	margin-right: 10px;
}

#show-nav {
	border-top: 5px solid #f5f5f5;
}

#show-nav small {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
	opacity: 0.7;
	text-transform: uppercase;
}

#show-nav a {
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 20px;
}

#show-nav .previous-episode {
	float: left;
	font-weight: bold;
	display: block;
	line-height: 1.35;
	padding-left: 90px;
	padding-right: 60px;
	position: relative;
	width: 40%;
}

#show-nav .previous-episode:before,
#show-nav .next-episode:before {
	color: #fff;
	font-size: 30px;
	margin-top: -12px;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	width: 25px;
}

#show-nav .previous-episode:before {
	left: 25px;
}

#show-nav .next-episode:before {
	right: 25px;
}

#show-nav .next-episode {
	float: right;
	font-weight: bold;
	display: block;
	line-height: 1.35;
	padding-left: 60px;
	padding-right: 90px;
	position: relative;
	text-align: right;
	width: 40%;
}

#show-nav .more-episodes {
	border-left: 5px solid #f5f5f5;
	border-right: 5px solid #f5f5f5;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	float: left;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 20%;
}

#show-nav .empty:before {
	display: none;
}

#show-nav .empty {
	cursor: default;
}

#show-nav .empty:hover {
	background: none;
}

#show-nav a:hover {
	background: rgba(0,0,0,0.1);
}

#show-nav a.empty:hover {
	background: rgba(0,0,0,0.2);
}

#show-nav .more-episodes span {
	display: block;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 5px;
	text-align: center;
	width: 100%;
}

#all-episodes {
	background: #eee;
	display: none;
	position: relative;
}

#all-episodes .wrap {
	padding-bottom: 5%;
	padding-top: 5%;
}

#all-episodes .title {
	margin-bottom: 3%;
}

#all-episodes .title .close {
	color: #666;
	font-size: 24px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#all-episodes .title .close:hover {
	color: #0274be;
}

#all-episodes .entry {
	border-bottom: 1px solid #ccc;
	float: left;
	padding: 0;
	width: 44%;
}

#all-episodes .entry:nth-child(2n+1) {
	float: right;
}

#all-episodes .entry.current-episode h2 a {
	color: #0274be;
	font-weight: bold;
}

#all-episodes .entry h2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}

#all-episodes .entry h2 a {
	color: #333;
	display: block;
	padding: 2px 0 15px 45px;
	position: relative;
}

#all-episodes .entry h2 a span {
	display: inline-block;
	font-size: 22px;
	left: 8px;
	position: absolute;
	top: -1px;
}

#all-episodes .entry h2 a:hover {
	color: #0274be;
}

#all-episodes .entry .entry-meta {
	font-size: 10px;
	margin: 15px 0 0 45px;
	text-align: left;
}

/* Custom show colors */
#show-header.unemployable {
	background: #08a9cd;
	background: -moz-linear-gradient(-45deg, #36c7e8 0%, #08a9cd 100%);
	background: -webkit-linear-gradient(-45deg, #36c7e8 0%,#08a9cd 100%);
	background: linear-gradient(135deg, #36c7e8 0%,#08a9cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36c7e8', endColorstr='#08a9cd',GradientType=1 );
}

#show-header.pink {
	background: #e51950;
	background: -moz-linear-gradient(-45deg, #f8a590 0%, #e51950 30%,#0274be 150%);
	background: -webkit-linear-gradient(-45deg, #f8a590 0%, #e51950 30%,#0274be 150%);
	background: linear-gradient(135deg, #f8a590 0%, #e51950 30%,#0274be 150%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51950', endColorstr='#0274be',GradientType=1 );
}

#show-header.authorpreneur {
	background: #054272;
	background: -moz-linear-gradient(-45deg,, #3887bf  0%,#054272 100%);
	background: -webkit-linear-gradient(-45deg,, #3887bf  0%,#054272 100%);
	background: linear-gradient(135deg, #3887bf  0%,#054272 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3887bf', endColorstr='#054272',GradientType=1 );
}

#show-header.digitalcmo {
	background: #de1811;
	background: -moz-linear-gradient(-45deg, #fff 20%, #de1811 20%, #8f0500 100%);
	background: -webkit-linear-gradient(-45deg, #fff 20%, #de1811 20%, #8f0500 100%);
	background: linear-gradient(135deg, #fff 5%, #50f0fe 5%, #50f0fe 15%, #ee3030 15%, #ee3030 25%, #320a0a 25%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de1811', endColorstr='#8f0500',GradientType=1 );
}

#show-header.publish {
	background: #7f4f85;
	background: -moz-linear-gradient(-45deg, #a674ae 0%, #7f4f85 100%);
	background: -webkit-linear-gradient(-45deg, #a674ae 0%, #7f4f85 100%);
	background: linear-gradient(135deg, #a674ae 0%, #7f4f85 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a674ae', endColorstr='#7f4f85',GradientType=1 );
}

#show-header.rainmaker {
	background: #15827f;
	background: -moz-linear-gradient(-45deg, #1aa9a5 0%, #15827f 100%);
	background: -webkit-linear-gradient(-45deg, #1aa9a5 0%, #15827f 100%);
	background: linear-gradient(135deg, #1aa9a5 0%, #15827f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aa9a5', endColorstr='#15827f',GradientType=1 );
}

#show-header.hack {
	background: #222;
	background: -moz-linear-gradient(-45deg, #fee512 30%, #ffe036 30%, #222 20%);
	background: -webkit-linear-gradient(-45deg, #fee512 30%, #ffe036 30%, #222 20%);
	background: linear-gradient(135deg, #fee512 30%, #ffe036 30%, #222 20%);
}

#show-header.technology {
	background: #348DB5;
	background: -moz-linear-gradient(-45deg, #87d5f7 0%, #348DB5 100%);
	background: -webkit-linear-gradient(-45deg, #87d5f7 0%, #348DB5 100%);
	background: linear-gradient(135deg, #87d5f7 0%, #348DB5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d5f7', endColorstr='#348DB5',GradientType=1 );
}

#show-header.mainframe {
	background: #23282d;
	background: -moz-linear-gradient(-45deg, #3b4147 0%, #23282d 100%);
	background: -webkit-linear-gradient(-45deg, #3b4147 0%, #23282d 100%);
	background: linear-gradient(135deg, #3b4147 0%, #23282d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4147', endColorstr='#23282d',GradientType=1 );
}

#show-header.showrunner {
	background: #111;
	background: -moz-linear-gradient(-45deg, #7a141a -20%, #111  100%);
	background: -webkit-linear-gradient(-45deg, #7a141a -20%, #111  100%);
	background: linear-gradient(135deg, #7a141a -20%, #111  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a141a', endColorstr='#111',GradientType=1 );
}

#show-header.writer {
	background: #222;
	background: -moz-linear-gradient(-45deg, #444 -20%, #222  100%);
	background: -webkit-linear-gradient(-45deg, #444 -20%, #222  100%);
	background: linear-gradient(135deg, #444 -20%, #222  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#222',GradientType=1 );
}

#show-header.youpreneur {
	background: #e8603c;
	background: -moz-linear-gradient(-45deg, #e8603c -20%, #cc401a 100%);
	background: -webkit-linear-gradient(-45deg, #e8603c -20%, #cc401a 100%);
	background: linear-gradient(135deg, #e8603c -20%, #cc401a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8603c', endColorstr='#cc401a',GradientType=1 );
}

/* Similar shows */
#show-similar .loop-shows .show-box {
	float: left;
	margin-right: 2.6%;
	width: 23%;
}

#show-similar .loop-shows .show-box:last-child {
	margin-right: 0;
}

/* Subscribe box */

.show-subscribe {
	background: #eee;
	font-size: 16px;
	padding: 5% 7%;
}

.show-subscribe h2 {
	margin-top: 0;
}

.entry-content .show-subscribe {
	margin-top: -20px;
}

.entry-content .show-subscribe h2 {
	font-size: 28px;
}

.show-subscribe :last-child {
	margin-bottom: 0;
}

.show-subscribe form {
	background: #fff;
	margin-bottom: 20px;
	padding: 10%;
	text-align: center;
}

.show-subscribe form h4 {
	margin: 0 0 20px;
}

.show-subscribe input[type=button],
.show-subscribe input[type=email] {
	text-align: center;
	width: 100%;
}

.show-subscribe input[type=button] {
	font-size: 14px;
	padding: 15px 0 12px;
	margin-top: 5px;
}

/*
Checkout / Login
---------------------------------------------------------------------------------------------------- */

.having-trouble {
	font-size: 16px;
}

.not-member {
	border-top: 1px solid #ddd;
	margin-top: 10%;
	padding-top: 5%;
}

.not-member h3 {
	margin-bottom: 5%;
}

.forgot-password {
	font-size: 16px;
	text-align: right;
}

.forgot-password a {
	border-bottom: 1px solid #aaa;
	color: #666;
}

.forgot-password a:hover {
	border-bottom: 1px solid #666;
	color: #333;
}

#loginform {
	background: #f5f5f5;
	margin: 5% 0;
	padding: 10%;
}

#loginform .login-submit {
	margin-bottom: 0;
}

#loginform input[type=text],
#loginform input[type=password] {
	width: 100%;
}

#loginform label {
	color: #555;
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	text-align: left;
	padding: 0;
	width: 100%;
}

#loginform .login-remember label,
#loginform .login-submit {
	padding-left: 0;
	text-align: left;
}

#loginform input[type=submit] {
	margin-top: 0;
}

.pass-recovery {
	font-size: 15px;
	margin-top: 5%;
}

#product-details-container ul li {
	margin: 10px 10px 10px 20px;
}

.order-summary-price {
	color: #0274be;
	font-size: 46px;
	font-weight: 100;
}

.order-summary-price .acp-price span {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 15px;
	text-transform: uppercase;
}

.order-summary ul,
.order-summary ul li {
	list-style: none;
}

.order-summary ul li {
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	line-height: 1.35;
	padding: 10px 0 10px 40px;
	position: relative;
}

.order-summary ul li span {
	margin-right: 5px;
	left: 10px;
	position: absolute;
	top: 12px;
}

.product-info {
	padding-left: 50px;
	padding-top: 25px;
}

.product-info h1 {
	color: #0274be;
}

.product-info .checklist {
	margin-top: 30px;
}

.product-info .checklist li {
	margin-bottom: 10px;
	padding-left: 60px;
}

.product-info .checklist li:before {
	font-size: 24px;
	left: 12px;
	top: 3px;
}

.premise-checkout-wrap .accesspress-checkout-heading {
	font-weight: bold;
}

.premise-checkout-wrap .accesspress-checkout-form-account,
.premise-checkout-wrap .accesspress-checkout-form-payment-method,
.premise-checkout-wrap .accesspress-checkout-form-cc {
	background-color: #f5f5f5;
	padding: 5%;
	clear: both;
	float: none;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 25px;
}

.premise-checkout-wrap .accesspress-checkout-form-row {
	border-bottom: none;
	margin: 20px 0;
	padding: 0;
}

.premise-checkout-wrap .accesspress-checkout-form-row label {
	color: #555;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
}

.premise-checkout-wrap .accesspress-checkout-form-row input[type=text],
.premise-checkout-wrap .accesspress-checkout-form-row input[type=password],
.premise-checkout-wrap .accesspress-checkout-form-row textarea,
.premise-checkout-wrap .accesspress-checkout-form-row select {
	font-size: 16px;
	width: 100%;
}

.premise-checkout-wrap .accesspress-checkout-first-name-wrap,
.premise-checkout-wrap .accesspress-checkout-last-name-wrap {
	float: left;
	width: 50%;
}

.premise-checkout-wrap .accesspress-checkout-email-wrap {
	clear: both;
	float: none;
	width: 100%;
}

.premise-checkout-wrap .accesspress-checkout-first-name-wrap {
	padding-right: 25px;
}

.premise-checkout-wrap .accesspress-checkout-password-wrap,
.premise-checkout-wrap .accesspress-checkout-password-repeat-wrap {
	float: left;
	width: 48%;
}

.premise-checkout-wrap .accesspress-checkout-password-repeat-wrap {
	float: right;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-wrap {
	background-color: #eee;
	display: block;
	position: relative;
	width: 100%;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-wrap label {
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 21px 20px 21px 60px;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-paypal-wrap {
	background-image: url(images/paypal.png);
	background-repeat: no-repeat;
	background-position: 60px;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-cc-wrap {
	background-image: url(images/cc.png);
	background-repeat: no-repeat;
	background-position: 60px;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-cc-wrap label,
.premise-checkout-wrap .accesspress-checkout-payment-method-paypal-wrap label {
	cursor: pointer;
	padding: 20px 20px 20px 53px;
	text-indent: -9999px;
	width: 100%;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-wrap input {
	display: inline;
	position: absolute;
	left: 19px;
	top: 26px;
	width: auto;
}

.premise-checkout-wrap .accesspress-checkout-card-name-wrap {
}

.premise-checkout-wrap .accesspress-checkout-card-number-wrap {
	max-width: 330px;
}

.premise-checkout-wrap .accesspress-checkout-card-month-wrap {
	float: left;
	width: 180px;
}

.premise-checkout-wrap .accesspress-checkout-card-month-wrap select {
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 16px;
	height: 50px;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	width: 80px;
}

#accesspress-checkout-card-month {
	width: 60px;
}

.premise-checkout-wrap .accesspress-checkout-card-security-wrap {
	float: left;
	position: relative;
	width: 150px;
}

.premise-checkout-wrap .accesspress-checkout-card-security-wrap .description {
	color: #555;
	font-size: 13px;
	line-height: 1.3;
	position: absolute;
	top: 27px;
	left: 180px;
	width: 140px;
}

.premise-checkout-wrap .accesspress-checkout-card-security-wrap p {
	margin-bottom: 0;
}

.premise-checkout-wrap .accesspress-checkout-card-country-wrap {
	float: none;
	clear: both;
}

.premise-checkout-wrap .accesspress-checkout-card-country-wrap {
	float: left;
	max-width: 330px;
	margin-right: 31px;
}

.premise-checkout-wrap .accesspress-checkout-card-postal-wrap {
	float: left;
	width: 128px;
}

.premise-checkout-wrap .accesspress-checkout-card-country-wrap select {
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 16px;
	height: 50px;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

input[type=submit],
.entry-content button[type=submit] {
	border: 2px solid #0274be;
	background: #0274be;
	margin-top: 30px;
}

input[type=submit]:hover,
.entry-content button[type=submit]:hover {
	border: 2px solid #0274be;
	background: none;
	color: #0274be;
}

.acp-error {
	color: #be023c;
}

.error {
	color: #fff !important;
}

.premise-checkout-wrap .premise-checkout-lookup {
	font-size: 14px;
	line-height: 1.45;
	padding: 13px 16px;
	position: relative;
}

.premise-checkout-wrap .premise-checkout-lookup a {
	text-decoration: underline;
}

.premise-checkout-wrap .accesspress-checkout-new-product-wrap {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.premise-checkout-wrap .accesspress-checkout-new-product-wrap input {
	margin-right: 10px;
	position: relative;
	top: -2px;
	width: auto;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-72-wrap {
	margin-bottom: 50px;
}

.premise-checkout-wrap .accesspress-checkout-new-product-wrap label {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
}

.premise-checkout-wrap .input-submit {
	margin: 5% 0;
}

#toggle {
	text-decoration: none;
}

#toggle-form #loginform {
	max-width: 100%;
	padding: 5%;
}

.login-compact #loginform .login-submit {
	float: left;
	width: auto;
}

.premise-checkout-wrap .description,
.premise-checkout-wrap p.description,
.premise-checkout-wrap span.description {
	padding: 0;
}

.premise-checkout-wrap .description br {
	display: block;
}

.login-compact #loginform .login-remember {
	margin-bottom: 35px;
}

/*
Sponsors
---------------------------------------------------------------------------------------------------- */

#sponsors-intro .subtitle {
	margin-top: 5%;
}

.page-sponsors .section .wrap {
	padding-bottom: 10%;
}

.page-sponsors .section-content .wrap {
	padding-top: 0px;
}

.page-sponsors .section-content .title {
	margin-top: -25px;
}

.page-sponsors .section-content .title h2 {
	background: #fff;
	display: inline-block;
	padding: 0 5%;
}

.page-sponsors .section-content .title:before {
	font-size: 50px;
	left: 50%;
	margin-left: -25px;
	top: -80px;
}

#sponsors-traffic .wrap {
	padding: 0 5% 5%;
}

#sponsors-traffic ul,
#sponsors-who ul,
#sponsors-traffic ul li,
#sponsors-who ul li {
	font-size: 16px;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#sponsors-traffic ul,
#sponsors-who ul {
	margin-bottom: 10%;
	margin-top: 5%;
}

#sponsors-traffic ul li {
	float: left;
	padding: 0 10%;
	position: relative;
	width: 50%;
}

#sponsors-traffic ul li p {
	margin: 0;
}

#sponsors-traffic ul li.social-reach {
	clear: both;
	margin: 7% 0 11%;
	width: 100%;
}

#sponsors-traffic ul li h3 {
	font-size: 70px;
	font-weight: 100;
}

#sponsors-traffic ul li .subtitle {
	color: #0274be;
	margin-bottom: 20px;
}

#sponsors-traffic .downloads:after,
#sponsors-traffic .pageviews:after {
	background: url(images/sponsors/hor-line.png);
	display: block;
	content: '';
	height: 11px;
	position: absolute;
	right: -13%;
	top: 50%;
	width: 156px;
}

#sponsors-traffic .downloads:before,
#sponsors-traffic .rss-subscribers:before,
#sponsors-traffic .email-subscribers:before,
#sponsors-traffic .pageviews:before {
	background: url(images/sponsors/angle-line.png);
	display: block;
	content: '';
	height: 84px;
	position: absolute;
	width: 137px;
}

#sponsors-traffic .downloads:before {
	bottom: -50%;
	left: 50%;
}

#sponsors-traffic .rss-subscribers:before {
	top: -45%;
	right: 50%;
}

#sponsors-traffic .pageviews:before {
	top: -45%;
	left: 50%;
	-ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

#sponsors-traffic .email-subscribers:before {
	bottom: -50%;
	right: 50%;
	-ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

#sponsors-who .wrap {
	padding: 0 5% 5%;
}

#sponsors-who ul li {
	float: left;
	width: 33.3%;
}

#sponsors-who ul li .subtitle {
	margin-bottom: 10%;
}

#sponsors-value ul {
	margin: 5% 0 0;
}

#sponsors-value ul li {
	float: left;
	margin-bottom: 5%;
	width: 46%;
}

#sponsors-value ul li:nth-child(2n+2) {
	float: right;
}

#sponsors-cost ul,
#sponsors-cost ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sponsors-cost ul {
	margin: 4% 0 8%;
}

#sponsors-cost ul li {
	border: 1px solid #ddd;
	float: left;
	margin: 0 1%;
	padding: 3% 5%;
	text-align: center;
	width: 31.3%;
}

#sponsors-cost ul li h3 {
	font-size: 50px;
	font-weight: 100;
}

#sponsors-cost ul li h3 sup {
    color: #666;
    font-size: 29px;
    margin-right: 3px;
}

#sponsors-cost ul li h3 em {
	color: #666;
	display: block;
	font-size: 22px;
	font-family: 'minion-pro', serif;
}

#sponsors-cost ul li strong {
	display: block;
	font-size: 17px;
	margin-bottom: 15px;
}

#sponsors-cost ul li.package-3 a {
	font-size: 18px;
	font-weight: bold;
}

#sponsors-contact {
	max-width: 700px;
	margin: 0 auto 10%;
}

/*
Free Registration
---------------------------------------------------------------------------------------------------- */

#register-intro .title {
	margin-bottom: 8%;
}

#register-intro .icon:before {
	color: #aaa;
	font-size: 50px;
}

#register-intro h3 {
	font-size: 22px;
	margin-top: 25px;
}

#register-intro h3 small {
	color: #666;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

#register-intro .free-register {
	margin-top: 5%;
}

#register-intro .free-register .existing-members {
	font-size: 16px;
	margin-top: 20px;
}

#register-offer h2 {
	margin-bottom: 7%;
}

#register-form {
	background: #f5f5f5;
	padding: 10% 12% 8%;
}

#register-form .premise-checkout-wrap .accesspress-checkout-form-account {
	padding: 0;
}

#register-form .accesspress-checkout-heading {
	display: none;
}

#register-form .accesspress-checkout-first-name-wrap,
#register-form .accesspress-checkout-password-wrap,
#register-form .accesspress-checkout-password-repeat-wrap {
	padding: 0;
	margin-top: 0;
	width: 100%;
}

#register-form .premise-checkout-wrap {
	margin-bottom: 0;
}

#register-offer .checklist li {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	padding: 15px 0 15px 55px;
}

#register-offer .checklist li p {
	margin: 0;
}

#register-offer .checklist li strong {
	color: #0274be;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#register-offer .checklist li:before {
	font-size: 30px;
}

#register-testimonials .cta {
	margin-top: 10%;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.site-title a { background-image: url(images/logo@2x.png); }
	#home-intro { background-image: url(images/bg@2x.jpg); }

}

@media only screen and (max-width: 1420px) {
	
	.site-container,
	.tour-sticky #tour-nav {
		width: 95%;
	}

	.site-header .wrap,
	.site-header.sticky .wrap {
		width: 95%;
	}

	.rmfm-ad-on .site-header .wrap {
		max-width: none;
		width: 100%;
	}

	.rmfm-ad-on .site-header.sticky .wrap {
		max-width: none;
		width: 95%;
	}
	
}

@media only screen and (max-width: 1139px) {
	
	.section-title br,
	.section-cta br {
		display: none;
	}
	
	.title-area {
		margin-right: 35px;
		margin-top: 38px;
	}

	.site-header.small .title-area {
		margin-top: 20px;
	}

	.site-title a:after {
		right: -25px;
		top: 6px;
	}

	ul.menu li a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.wrap {
		padding-left: 7%;
		padding-right: 7%;
	}

	.entry-title br {
		display: none;
	}

}

@media only screen and (max-width: 1023px) {

	.left,
	.right {
		float: none;
		width: 100% !important;
	}

	.left .window,
	.right .window {
		border: 1px solid #ddd;
		margin-left: 0;
		margin-right: 0;
	}

	.left .quote,
	.right .quote {
		margin: 0;
	}

	.show-subscribe .left {
		margin-bottom: 25px;
	}

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 30px;
	}

	.site-title a:after {
		display: none;
	}

	.title-area {
		margin-right: 0;
	}
	
	.content,
	.sidebar-primary {
		float: none;
		width: 100%;
	}

	.sidebar-primary {
		padding: 0 12% 10%;
	}

	.content {
		border-left: none;
		border-right: none;
		height: auto !important;
	}
	
	.site-header .widget_nav_menu {
		display: none;
	}

	.mobile-button {
		display: block;
		color: #999;
		display: block;
		font-size: 12px;
		font-weight: bold;
		line-height: 27px;
		letter-spacing: 1px;
		height: 52px;
		padding: 10px;
		position: absolute;
		top: 32px;
		left: 210px;
		text-transform: uppercase;
		width: 100px;
	}

	.site-header.small .mobile-button {
		top: 13px;
	}

	.mobile-button span {
		display: inline-block;
		font-size: 25px;
		margin-right: 14px;
	}

	.mobile-button:hover {
		color: #0274be;
	}

	#nav_menu-4 {
		background: #111;
		display: block;
		height: 100%;
		padding: 20px 50px 50px;
		position: fixed;
		right: -10px;
		top: 0px;
		width: 300px;
		z-index: 99;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition:    all 0.5s ease-in-out;
		-ms-transition:     all 0.5s ease-in-out;
		-o-transition:      all 0.5s ease-in-out;
		transition:         all 0.5s ease-in-out;
	
	   	-webkit-transform: translate(100%,0);
		-moz-transform: translate(100%,0);
		-ms-transform: translate(100%,0);
		-o-transform: translate(100%,0);
	    transform: translate(100%,0);
	}

	#nav_menu-4 li {
		float: none;
	}
	
	#nav_menu-4.on {
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
	    transform: translate(0,0);
	}

	#nav_menu-4 li a {
		border-bottom: 1px solid #333;
		padding: 15px 0px !important;
	}
	
	#nav_menu-4 li.current-menu-item a,
	#nav_menu-4 li a:hover {
		color: #fff;
	}

	.title h3 {
		font-size: 24px;
	}

	.loop-episodes .entry img {
		margin-right: 20px;
	}

	.loop-episodes .entry-header {
		margin-right: 20px;
		margin-top: 15px;
	}

	.loop-episodes .entry h2.entry-title {
		line-height: 1.25;
	}

	.loop-episodes .button-text {
		bottom: 10px;
		font-size: 11px;
	}

	.loop-episodes .button-text:after {
		top: 1px;
	}

	#home-hosts .one-third,
	#home-hosts .two-thirds {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
	}

	#home-hosts .one-third br {
		display: none;
	}

	#home-hosts .first {
		margin-bottom: 20px;
	}

	#home-hosts h2 {
		margin-bottom: 10px;
		margin-top: 0;
	}

	#home-hosts .host {
		height: 300px;
		margin: 0;
		padding: 10px;
		width: 25%;
	}

	#comments,
	#respond {
		padding-left: 5%;
		padding-right: 5%;
	}
	
}

@media only screen and (max-width: 900px) {

	#rmfm-header-ad .ad-content {
		padding: 10px 0;
		width: 85%;
	}

	#rmfm-header-ad .ad-content .copy {
		float: none;
		text-align: center;
		width: 100%;
	}

	#rmfm-header-ad .ad-content .copy a {
		display: block;
	}

	#rmfm-header-ad .ad-content .image {
		display: none;
	}

	#rmfm-header-ad .close-button {
		top: 10px;
		right: 10px;
	}

	.loop-episodes .entry {
		width: 100%;
	}

	.loop-episodes .entry-header {
		margin: 5%;
	}

	.loop-episodes .entry img {
		margin-right: 5%;
	}

	.loop-episodes .entry h2.entry-title {
		font-size: 18px;
		line-height: 1.5;
	}

	#shows-list .show-box {
		width: 50%;
	}

	
	.show-page #show-episodes .loop-episodes .entry {
		float: left;
		margin: 0 2% 2% 0;
		width: 49%;
	}

	.show-page #show-episodes .loop-episodes .entry:nth-of-type(2n+2) {
		margin-right: 0;
	}

	#shows-list .show-box .button {
		left: 6%;
	}

}

@media only screen and (max-width: 768px) {

	.site-header .nav-right li:first-child {
		display: none;
	}

	.title .button-text {
		display: block;
		float: none;
		margin: 0 auto;
		position: relative;
		right: auto;
		left: 0px;
		text-align: center;
		width: 150px;
	}

	.tabs,
	.title {
		text-align: center;
	}

	.tabs {
		margin-bottom: 15px;
	}

	.tabs ul li:after {
		margin: 0 10px 0 15px;
	}

	#home-hosts .host {
		width: 33.3%;
	}

	#home-shows .one-third,
	#home-shows .two-thirds {
		clear: none;
		margin: 0;
		width: 100%;
	}

	#home-shows .show-big {
		margin: 1%;
		width: 98%;
	}

	#home-shows .show-small {
		float: left;
		margin: 1%;
		width: 48%;
	}

	#home-shows .middle-row {
		margin: 0;
	}

	#home-shows .middle-row .one-third {
		margin: 1%;
		width: 31.3%;
	}

	#home-shows .middle-row .show-small {
		float: left;
		width: 100%;
	}

	#show-nav .previous-episode,
	#show-nav .next-episode,
	#show-nav .more-episodes {
		border: none;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		float: none;
		padding-right: 20px;
		padding-left: 20px;
		text-align: center;
		width: 100%;
	}

	#show-nav .more-episodes {
		padding: 10px 10px 15px;
	}

	#show-nav .previous-episode:before,
	#show-nav .next-episode:before {
		display: none;
	}

	#all-episodes .entry {
		float: none !important;
		height: auto !important;
		width: 100%;
	}

}

@media only screen and (max-width: 600px) {
	
	h1 {
		font-size: 40px;
	}

	.site-header.small {
		height: 65px;
	}

	.loop-episodes .entry h2.entry-title {
		font-size: 16px;
		line-height: 1.45;
	}

	.tabs ul li.active a {
		border-bottom: 2px solid #333;
	}

	#home-hosts .host {
		width: 50%;
	}

	#shows-list .show-box {
		float: none;
		width: 100%;
	}

	.entry-content p.intro {
		font-size: 22px;
	}

	.show-page #show-episodes .loop-episodes .entry {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.show-page .loop-episodes .button-text {
		bottom: 10px;
	}

	.section-testimonials .testimonial .author,
	.section-testimonials .testimonial blockquote {
		float: none;
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
	}

	.section-testimonials .testimonial .author img {
		margin-bottom: 0;
	}
	
	.section-testimonials .testimonial blockquote:before {
		display: none;
	}
	
	#shows-list .show-box .button {
		left: 3%;
	}
	
}

@media only screen and (max-width: 560px) {
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.title-area,
	.site-header.small .title-area {
		display: block;
		float: none;
		margin: 10px 0;
	}

	.logged-in .site-container {
		border-top-width: 50px;
	}
	
	.rmfm-ad-on .site-container {
		border-top-width: 100px;
	}
	
	ul.menu li {
		display: block;
		float: none;
	}

	ul.menu li a.button,
	.site-header.small ul.menu li a.button {
		display: block;
		float: none;
		margin: 0px auto;
		text-align: center;
	}

	.mobile-button {
		top: 2px !important;
		left: auto;
		right: 0px;
	}

	.nav-right {
		width: 100%;
	}

	.logged-in .nav-right {
		display: none;
	}

	.site-header {
		height: 50px;
	}

	.logged-in .site-header.small {
		height: 50px;
	}

	.title h3 {
		font-size: 20px;
	}

	.tabs ul li:after {
		font-size: 20px;
		margin: 0 5px 0 10px;
	}

	#home-shows .show-small,
	#home-shows .show-big {
		width: 100%;
	}

	#home-shows .middle-row .one-third {
		margin: 0;
		width: 100%;
	}

	#home-shows .middle-row .show-small {
		float: none;
	}
		
}

@media only screen and (max-width: 480px) {

	blockquote p {
		font-size: 18px;
	}

	.wrap,
	.entry {
		padding: 7%;
	}

	body {
		font-size: 16px;
		line-height: 1.45;
	}

	h1 {
		font-size: 30px;
	}
	
	#home-intro h1,
	#home-hosts h2 {
		font-size: 33px;
	}

	h2 {
		font-size: 24px;
	}

	h5, .subtitle {
		font-size: 12px;
	}

	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 5%;
	}

	.section-content .title:before {
		display: none;
	}

	.quote blockquote {
		padding-left: 20px;
	}

	.quote blockquote:before {
		left: -30px;
	}

	#home-intro p {
		margin-bottom: 25px;
	}

	.section-content .button-hollow {
		margin-top: 0;
	}

	.section-cta .button {
		margin-top: 0;
	}

	.site-footer .icon-rainmaker {
		margin-top: 50px;
	}
	
	.hide-on-mobile {
		display: none;
	}

	.title .button-text:after {
		top: 1px;
	}

	.loop-episodes .entry img {
		height: 90px;
		width: 90px;
	}

	.loop-episodes .button-text {
		display: none;
	}

	.loop-episodes .entry h2.entry-title {
		font-size: 14px;
		line-height: 1.35;
	}

	.loop-episodes,
	.loop-shows {
		margin-top: 20px;
	}

	#home-hosts .host {
		height: 260px;
	}

	.entry-content p.intro {
		font-size: 20px;
	}

	#show-header .show-image,
	#show-header .show-info {
		margin: 0;
		text-align: center;
		width: 100%;
	}

	#show-header .show-image {
		margin-bottom: 5%;
	}

	#show-header .show-image img {
		max-width: 200px;
		margin: 0 auto;
	}

	#show-header .show-author img {
		display: none;
	}

	#show-header .show-author {
		padding-left: 0;
	}

	#rmfm-header-ad .ad-content .copy h3 {
		font-size: 16px;
	}

	#rmfm-header-ad .ad-content .copy {
		font-size: 13px;
	}

	#rmfm-header-ad .ad-content .copy p {
		display: none;
	}
	
}

@media only screen and (max-width: 360px) {

	#home-hosts .host {
		height: 220px;
	}

}