/*
	Theme Name: Rainmaker Platform
	Description: Rainmaker Platform 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: 18px;
	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;
}

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

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;
}

.category-platform hr{
	margin: 5% 0 4%;
}

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%;
}

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 5%;
	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,
.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,
.content .button:hover {
	background: none;
	border: 2px solid #999;
	color: #777;
}

.button-primary,
.content .button-primary,
.ninja-forms-form-wrap input[type=submit] {
	background-color: #0274be;
	border: 2px solid #0274be;
	color: #fff;
	font-weight: 700;
}

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

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

.button-large,
.content .button-large {
	font-size: 17px;
	font-weight: 700;
	padding: 17px 40px 13px;
}

.button-large.button-icon {
	padding-left: 85px;
	position: relative;
}

.button-large.button-icon:before {
	font-size: 28px;
	left: 35px;
	position: absolute;
	top: 15px;
}

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

.button-hollow.button-white {
	border-color: #fff;
	color: #fff;
}

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

.button-hollow.button-white:hover {
	border-color: #fff;
	color: #333;
}

.button-orange,
.content .button-orange,
.cta-box .ninja-forms-form-wrap input[type=submit] {
	background: #F18B02;
	border-color: #F18B02;
	font-weight: 700;
}

.button-orange:hover,
.content .button-orange:hover,
.cta-box .ninja-forms-form-wrap input[type=submit]:hover {
	background: none;
	border-color: #F18B02;
	color: #F18B02;
	font-weight: 700;
}

/* 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 #fff;
	margin: 0 auto;
	max-width: 1340px;
}

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

.category-platform .wrap, 
.category-platform .entry {
    padding: 0 12%;
}

.landing .entry,
.gallery .entry {
	padding: 0;
}

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

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

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

.category-platform .content {
	padding-top: 7%;
}


.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;
}

.narrow-content {
	margin: 5% auto;
	max-width: 650px;
}

/*.home .site-inner {
	background: none;
}

.home .entry-content {
	margin-top: 5%;
}*/

/* Primary Sidebar */

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

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

/* 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 34px;
}

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

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

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

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

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

.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 {
	margin-bottom: 0;
	position: relative;
}

.author-box:before {
	background: #ddd;
	display: block;
	content: '';
	margin: 8% 0;
	height: 1px;
	width: 100px;
}

.author-box img {
	border-radius: 50%;
	position: absolute;
	left: 0px;
}

.author-box .author-box-title {
	display: inline-block;
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 20px;
}

.author-box .author-box-title,
.author-box .author-box-content {
	padding-left: 150px;
}

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

.archive .author-box {
	margin-bottom: 0;
}

.archive .author-box:before {
	display: none;
}

.archive .author-box img {
	float: none;
	position: relative;
	left: auto;
	top: auto;
	margin: 0 auto 20px;
}

.archive .author-box .author-box-title {
	font-size: 32px;
}

.archive .author-box .author-box-title,
.archive .author-box .author-box-content {
	display: block;
	padding: 0;
	margin: 0 auto;
	max-width: 800px;
}

/* 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;
	position: fixed;
	top: 0px;
	text-align: center;
	width: 1340px;
	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;
}

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

.site-title a {
	background-image: url(images/rainmakerdigital.png);
	background-size: 100%;
	display: block;
	float: left;
	height: 31px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 36px;
	position: relative;
	width: 241px;
}

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

.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 Navigation
---------------------------------------------------------------------------------------------------- */

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

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

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

.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;
}

.site-footer ul.menu li {
	display: inline-block;
	float: none;
}

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;
}

/*
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;
}

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

.entry-content ul.lms-media-downloads {
	margin: 0;
}

.entry-content ul.lms-media-downloads li {
	list-style: none;
}

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

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

.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: 42px;
	text-align: center;
}

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

/*.home.full-width-content .entry-header .entry-title {
	margin: 0 auto;
	max-width: 700px;
}*/

.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;
}

/* LMS */
.site-container ul.lms-list-items ul.children:before,
.site-container .lms-sidebar-nav ul.lms-list-items ul.children:before {
	width: 0px;
}

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.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;
}

.single-lms_courseware #comments,
.single-lms_courseware #respond {
	margin: 0;
	max-width: none;
	padding: 0 12% 10%;
}

.single-lms_courseware #comments {
	padding-bottom: 0;
}

#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: #f1f1f1;
	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 !important;
	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;
}

.category-platform .site-footer {
	padding-top: 7%;
}

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

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

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

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

.site-footer .links a {
	display: inline-block;
	margin-bottom: 10px;
}

.footer-site-links {
	color: #ccc;
	font-size: 11px;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	margin-top: 40px;
}

.footer-site-links li {
	display: inline;
	padding-right: 8px;

}

.footer-site-links li a {
	color: #999;
	border-bottom: 0px;
	text-decoration: none;
}

.footer-site-links li:last-child{
	padding-right: 0px;
}


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

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

.right {
	float: right;
}

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

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

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

.title h2:after,
.title h3:after {
	border-bottom: 1px solid #ddd;
	content: '';
	display: block;
	margin: 40px 0;
	width: 100px;
	z-index: 0;
}

.title h2:before,
.title h3:before {
	background: #ddd;
	border: 15px solid #fff;
	bottom: -15px;
	content: '';
	display: block;
	height: 1px;
	left: 27px;
	position: absolute;
	width: 15px;
	z-index: 1;

	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.title h2.center:before,
.title h2.center:after,
.title h3.center:before,
.title h3.center:after {
	display: none;
}

.intro {
	font-size: 22px;
}

.center {
	text-align: center;
}

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

.break {
	clear: both;
	margin-bottom: 5%;
}

.double-break {
	clear: both;
	margin-bottom: 10%;
}

.site-link {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

.caption {
	color: #666;
	font-style: normal;
	font-size: 16px;
	padding-left: 40px;
	position: relative;
}

.caption:before {
	border-top: 1px solid #999;
	height: 1px;
	content: "";
	left: 0px;
	position: absolute;
	top: 11px;
	width: 15px;
}

.cta-box {
	background: #f5f5f5;
	padding: 10% 15%;
	text-align
}

.cta-box h2,
.cta-box h3 {
	margin-bottom: 5%;
	margin-top: 0;
}

.cta-box p {
	font-size: 17px;
	margin-bottom: 12px;
}

.cta-box :last-child {
	margin-bottom: 0;
}

.cta-box label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.cta-box .ninja-forms-form {
	padding: 0;
}

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

ul.checkmarks {
	margin-bottom: 5%;
	margin-left: 15px;
}

ul.checkmarks li {
	margin-bottom: 20px;
	padding-left: 45px;
	position: relative;
}

ul.checkmarks li:before {
	content: "\e016";
	color: #0274be;
	display: block;
	font-family: "rainmaker-platform" !important;
	font-size: 26px;
	left: 0px;
	position: absolute;
	top: -9px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Letter */
.copy-letter {
	box-shadow: 0px 5px 50px rgba(0,0,0,0.1);
	background: #fff;
	border: 1px solid #eaeaea;
	margin: 0 auto;
	max-width: 750px;
	padding: 5% 10%;
	position: relative;
}

.copy-letter img {
	border: 10px solid #fff;
	border-radius: 50%;
	float: right;
	margin-bottom: 5%;
	margin-left: 10%;
	margin-right: -10%;
}

.copy-letter h4 {
	margin-bottom: 8%;
}

.copy-letter p {
	font-family: 'minion-pro', serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.35;
}

/* 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;
	display: block;
	height: 5px;
	margin: 0;
}

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

.no-separator .wrap {
	padding-bottom: 0;
}

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

.section-cta .wrap {
	padding-bottom: 6%;
	padding-top: 5%;
}

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

.category-platform h2 {
	margin: 0 0 3%;
}

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

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

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

#rm-cta {
	fill: #fff;
	margin-bottom: 25px;
}

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

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

.window.shadow {
	padding: 20px;
	box-shadow: 0px 5px 50px rgba(0,0,0,0.1);
    background: #fff;
    border: 1px solid #eaeaea;
}

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

.window.shadow img {
	margin-top: 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;
	padding: 7.5% 10% 5%;
}

.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;
}

/* Messages */
.message-gray {
	background-color: #ddd;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 15px 25px;
	text-align: center;
}

/*
Landing Pages
---------------------------------------------------------------------------------------------------- */

.landing .site-container {
	border-top: 0;
}

.landing:not(.home) .site-header {
	height: 50px;
	position: relative;
	top: 0px;
}

.landing:not(.home) .site-title a,
.landing:not(.home) .site-header.small .site-title a {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.landing .section-title .wrap {
	padding-top: 5%;
}

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

.landing-user-story h3 {
	margin-bottom: 0px;
}

.landing-user-story .site-link {
	border: none;
	font-size: 14px;
}

.landing-user-story blockquote p {
	font-size: 20px;
}

.landing-user-story .author {
	padding-left: 180px;
	position: relative;
}

.landing-user-story .photo {
	border: 10px solid #eee;
	border-radius: 50%;
	left: -35px;
	position: absolute;
	top: -100px;
	width: 170px;
}

.landing .embed-container {
	margin-bottom: 0;
}

.landing .video {
	margin: 0 auto;
	max-width: 800px;
	position: relative;
}

.landing .video .caption-pointer {
	display: block;
	height: 130px;
	left: -150px;
	position: absolute;
	top: 20px;
	width: 135px;

	-ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.landing .ninja-forms-required-items {
	display: none;
}

.landing .ninja-forms-field-error {
	padding-left: 0;
}

#lp-coursechecklist-intro .pdf-cover {
	border: none;
	display: block;
	margin-bottom: -80px;
}

#lp-coursechecklist-intro .button-large {
	box-shadow: 0px 0px 0px 10px #fff;
}

#lp-coursechecklist-intro .button-large:hover {
	background: #fff;
}

#lp-coursechecklist-platform ul {
	margin-bottom: 20px;
}

#lp-coursechecklist-platform li {
	margin-bottom: 10px;
}

#lp-coursechecklist-platform .icons {
	margin: 0 0 25px 8%;
}

#lp-coursechecklist-platform .icons br {
	display: none;
}

#lp-coursechecklist-platform .icons span {
	display: inline-block;
	color: #aaa;
	font-size: 30px;
	width: 23%;
}

#lp-influencers-intro #reviews-content .testimonial {
	margin: 0 0 7%;
}

#lp-influencers-platform .wrap {
	padding-top: 0;
}

#lp-checkinbox-quote blockquote p {
	font-size: 27px;
}

#lp-checkinbox-quote .author {
	padding-left: 100px;
	padding-top: 4px;
	margin-top: 40px;
}

#lp-checkinbox-quote .author .photo {
	border-width: 7px;
	top: 0px;
	width: 100px;
}

#lp-tryrm-icons .features-list .feature {
	font-size: 12px;
}

#lp-tryrm-icons .features-list .feature:before {
	color: #aaa;
	font-size: 40px;
}

.landing .center .title h2:after,
.landing .center .title h2:before,
.landing .center .title h3:after,
.landing .center .title h3:before {
	display: none;
}

#countdown .wrap {
	background: #0274be;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 0;
	margin-top: 3%;
}

#countdown:after {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid #0274be;
	height: 0;
	margin: 0 auto;
	width: 0;
}

#countdown h4 {
	color: #fff;
	margin: 0 0 20px;
	text-align: center;
}

#date-card {
	background: #fff;
	border-top: 5px solid #333;
	box-shadow: 0px 10px 40px rgba(0,0,0,0.2);
	float: left;
	margin: 0px 0 -150px;
	padding: 40px 0;
	text-align: center;
	width: 45%;
}

#date-card .month {
	color: #999;
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#date-card .day {
	color: #333;
	display: block;
	font-size: 100px;
	font-weight: 100;
	line-height: 1;
}

#date-info {
	float: right;
	margin-top: 35px;
	width: 48%;
}

#date-info p {
	font-size: 16px;
	margin-bottom: 0;
}

#date-info .date {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

#date-countdown {
	list-style: none;
	margin: 0 0 45px;
	padding: 0;
	text-align: center;
}

#date-countdown li {
	background: rgba(0,0,0,0.5);
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 13px 0;
	width: 110px;
}

#date-countdown li span {
	font-size: 50px;
	line-height: 1;
}

#date-countdown li small {
	display: block;
}

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

/* Logos */
#home-logos {
	margin: 0;
    overflow: hidden;
	text-align: center;
}

#home-logos .wrap {
	height: 105px;
	overflow: hidden;
	padding: 30px 0 35px;
}

#home-logos img {
	height: 50px;
	margin: 0 15px;
}

#home-logos a {
	border: none;
}

/* Features */
.home .section-features .wrap {
	padding-bottom: 50px;
	padding-top: 75px;
}

.home .feature,
.features-list .feature {
	color: #666;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	transform: translateY(10px);
}

.home .feature:before,
.features-list .feature:before {
	color: #999;
	display: block;
	font-size: 60px;
	position: relative;
	margin-bottom: 30px;
	margin-right: 0;
}

.features-list .feature:before {
	color: #0274be;
}

#home-features-1 .support:before {
	content: '24/7';
	font-weight: 100;
	line-height: 1;
}

#home-features-5 .ab-testing:before {
	content: 'A/B';
	font-weight: 100;
	line-height: 1;
}

#home-traffic .quote blockquote p {
	font-size: 22px;
}

#home-intro {
	padding-top: 17%;
	padding-bottom: 10%;
	position: relative;
}

.rm-icon-bg .content .page .entry-content * {
	position: relative;
}

.rm-icon-bg .content .page .icon-rainmaker,
#home-intro .icon-rainmaker {
	color: #f5f5f5;
	font-size: 700px;
	display: block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 0;
}

.rm-icon-bg .content .page .icon-rainmaker {
	font-size: 600px;
	top: 50px;
}

#home-intro h1,
#home-intro p,
#home-intro div {
	position: relative;
	z-index: 1;
}

.home .section {
	padding: 5% 12%;
}

.home .section h2 {
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 32px;
}

#section-contact {
	background-color: #0274be;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwNjgzYzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDI3NGJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover, #0683c8 0%, #0274be 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0683c8), color-stop(100%,#0274be));
	background: -webkit-radial-gradient(center, ellipse cover, #0683c8 0%,#0274be 100%);
	background: -o-radial-gradient(center, ellipse cover, #0683c8 0%,#0274be 100%);
	background: -ms-radial-gradient(center, ellipse cover, #0683c8 0%,#0274be 100%);
	background: radial-gradient(ellipse at center, #0683c8 0%,#0274be 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0683c8', endColorstr='#0274be',GradientType=1 );

	color: #fff;
	margin-top: 5%;
	padding: 5% 12%;
}

.single #section-contact {
	margin-top: 0;
}

#section-contact h2 {
	color: #fff;
}

#section-contact p {
	margin: 0 auto 30px;
	max-width: 750px;
}


/*
Tour
---------------------------------------------------------------------------------------------------- */

.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: 15% auto;
	padding: 100px 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.content-nav {
	background: #fff;
	border-bottom: 2px solid #f5f5f5;
}

.tour-sticky #tour-nav {
	position: fixed;
	top: 65px;
	width: 1340px;
	z-index: 99;
}

.tour-nav-wrapper {
	height: 64px;
}

.content-nav .wrap {
	padding-bottom: 0;
	padding-top: 0;
}

#tour-nav .wrap {
	padding-left: 5%;
	padding-right: 5%;
}

.content-nav.separator:after {
	height: 2px;
}

.content-nav ul,
.content-nav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.content-nav ul {
	width: 100%;
}

.content-nav ul li {
	width: 14.2%;
}

.content-nav ul a {
	border-bottom: 2px solid #f5f5f5;
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: -2px;
	padding: 25px 0;
	text-transform: uppercase;
}

.content-nav ul a:hover,
.content-nav ul a.active {
	border-bottom: 2px solid #0274be;
	color: #0274be;
}

.tour .section-headline h2 {
	margin-bottom: 5%;
	font-size: 60px;
	font-weight: 100;
	margin-top: 0;
	letter-spacing: -1px;
	text-align: center;
}

.tour .section-headline:before {
	color: #aaa;
	display: block;
	font-size: 40px;
	margin: 0 0 5%;
	text-align: center;
}

#tour-prev-next {
	border-top: 2px solid #f5f5f5;
}

#tour-prev-next .wrap {
	padding: 0;
}

#tour-prev-next .wrap a {
	color: #666;
	display: block;
	font-size: 30px;
	font-weight: 100;
	padding: 50px;
	text-align: center;
	width: 50%;
}

#tour-prev-next .wrap a:hover {
	color: #0274be;
}

#tour-prev-next .wrap .prev {
	border-right: 1px solid #f5f5f5;
	float: left;
}

#tour-prev-next .wrap .next {
	border-left: 1px solid #f5f5f5;
	float: right;
}

.tour .feature {
	margin: 10% 0;
}

.tour .feature .title,
.tour .feature .copy {
	padding-left: 125px;
}

.tour .feature .title:before {
	font-size: 55px;
	left: 0px;
}

.tour .feature:last-child {
	margin-bottom: 0;
}

.tour .feature .pro {
	background: #0274be;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-left: 125px;
	padding: 5px 15px 4px;
}

.rainmail-pricing-table {
	margin-top: 110px;
}

.rainmail-pricing-table table {
	margin-top: 40px;
	min-width: 350px;
}

.rainmail-pricing-table th {
	font-size: 15px;
	text-align: center;
	text-transform: none;
}

.rainmail-pricing-table td {
	font-size: 16px;
	text-align: center;
	text-transform: none;
}

.rainmail-pricing-table th:first-child {
	color: #aaa;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/*
Trial
---------------------------------------------------------------------------------------------------- */

#trial-plans {
	padding-top: 5%;
}

#trial-plans .plans-table .cell {
	display: block;
	float: left;
	border-top: 1px solid #eee;
	min-height: 46px;
	margin: 0;
	padding: 10px 20px 0;

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

#trial-plans .plans-table .row {
	clear: both;
	float: none;
}

#trial-plans .plans-table .row:hover .cell {
	background: #fff;
}

#trial-plans .plans-table .cell.label {
	background: #f5f5f5;
	border-top: 1px solid #e1e1e1;
	cursor: help;
	font-size: 16px;
	padding-right: 40px;
	position: relative;
	text-align: right;
	width: 42%;
}

#trial-plans .plans-table .cell.pro,
#trial-plans .plans-table .cell.standard {
	text-align: center;
	width: 29%;
}

#trial-plans .plans-table .cell.pro {
	border-right: 1px solid #eee;
}

#trial-plans .plans-table .label .tooltip {
	display: none;
}

#trial-plans .plans-table .tooltip-icon {
	background: #ddd;
	border-radius: 50%;
	color: #666;
	display: block;
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	line-height: 21px;
	right: 10px;
	top: 14px;
	text-align: center;
	width: 17px;
}

#trial-plans .plans-table .cell.label:hover .tooltip-icon {
	background: #eee;
}

#trial-plans .plans-table .cell.label:hover .tooltip {
	background: #111;
	cursor: default;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	opacity: 0.95;
	padding: 15px;
	position: absolute;
	top: 0px;
	right: -350px;
	text-align: left;
	z-index: 99;
	width: 350px;
}

#trial-plans .plans-table .head .cell {
	background: #fff;
	cursor: default;
	font-size: 20px;
	height: 180px;
	line-height: 1.5;
	padding-top: 45px;
}

#trial-plans .plans-table .head:first-child .cell {
	border-top: none;
}

#trial-plans .plans-table .head .cell.label {
	color: #333;
	font-weight: 300;
	padding-left: 40px;
}

#trial-plans .plans-table .head .cell.pro,
#trial-plans .plans-table .head .cell.standard {
	font-size: 24px;
	line-height: 1.15;
}

#trial-plans .plans-table .head .button {
	line-height: 1.65;
	margin-top: 15px;
}

#trial-plans .plans-table .icon-check-circle:before {
	color: #0274be;
	font-size: 25px;
	top: 2px;
	position: relative;
}

#trial-plans .plans-table .icon-cross:before {
	color: #999;
	font-size: 20px;
	top: 5px;
	position: relative;
}

#trial-plans .plans-table .pro-only .cell.label {
	font-weight: bold;
}

#trial-plans .checkout-progress {
	margin: 3% 10% 10%;
}

#trial-plans .checkout-progress .step-1:after,
#trial-plans .checkout-progress .step-2:after {
	background: #eee;
	content: '';
	display: block;
	height: 5px;
	position: absolute;
	left: 50%;
	top: -42px;
	width: 100%;
	z-index: 0;

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

#trial-plans .checkout-progress div {
	color: #666;
	float: left;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	text-align: center;
	width: 50%;

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

#trial-plans .checkout-progress div:before {
	background: #eee;
	border: 2px solid #eee;
	border-radius: 50%;
	content: '';
	display: block;
	height: 18px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: -50px;
	width: 18px;
	z-index: 1;

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

#trial-plans .checkout-progress div.current,
#trial-plans .checkout-progress div.active {
	color: #0274be;
}

#trial-plans .checkout-progress div.current:before {
	background: #fff;
	border: 2px solid #0274be;
}

#trial-plans .checkout-progress div.active:after,
#trial-plans .checkout-progress div.active:before {
	background: #0274be;
}

#trial-plans .checkout-progress .step-1.active {
	cursor: pointer;
}

#trial-plans .checkout-progress .step-1.active:after {
	cursor: default;
}

#trial-plans .plans-payments h2 {
	margin-bottom: 5%;
}

#trial-plans .plans-payments .monthly-plan,
#trial-plans .plans-payments .annual-plan {
	border: 1px solid #ddd;
	float: left;
	padding-bottom: 30px;
	width: 50%;
}

#trial-plans .plans-payments .monthly-plan {
	padding-top: 60px;
	border-left: none;
}

#trial-plans .plans-payments .annual-plan {
	border: 2px solid #111;
}

#trial-plans .plans-payments h3 {
	font-size: 70px;
	font-weight: 100;
	margin: 10px 0 20px;
}

#trial-plans .plans-payments h3 sup {
	color: #666;
	font-size: 40px;
	margin-right: 10px;
}

#trial-plans .plans-payments h4 {
	background: #111;
	color: #fff;
	margin: 0 0 25px;
	padding: 10px 0;
}

#trial-plans .plans-payments span {
	display: block;
	font-size: 24px;
	font-weight: 700;
}

#trial-plans .plans-payments em {
	color: #666;
	font-family: 'minion-pro', serif;
}

#trial-plans .plans-features {
	float: none;
	clear: both;
	margin: 10% 0 0;
	padding-bottom: 5%;
	position: relative;
	overflow: hidden;
}

#trial-plans .plans-features .feature {
	float: left;
	min-height: 180px;
	padding-left: 125px;
	position: relative;
	width: 46%;
}

#trial-plans .plans-features .feature:nth-child(2n+2) {
	float: right;
}

#trial-plans .plans-features .feature h3 {
	font-size: 20px;
}

#trial-plans .plans-features .feature p {
	font-size: 16px;
}

#trial-plans .plans-features .feature:before {
    color: #aaa;
    font-size: 38px;
    position: absolute;
    left: 35px;
    top: 20px;
}

#trial-faq .wrap {
	padding-top: 0;
}

#trial-faq h2 {
	margin-bottom: 10%;
}

#trial-faq .question h3 {
	font-size: 22px;
}

#trial-faq .question {
	font-size: 16px;
	margin-bottom: 10%;
}

#trial-faq .question:after {
	background: #ddd;
	content: '';
	display: block;
	height: 1px;
	margin-top: 10%;
	width: 100px;
}

#trial-faq .center {
	margin-top: 5%;
}

#trial-faq .center .button-hollow {
	margin-right: 15px;
}

/* Ver B */
.trial-ver-b #trial-social {
	margin-top: 5%;
}

.trial-ver-b #trial-social .quote {
	float: left;
	width: 43%;
}

.trial-ver-b #trial-social .quote:nth-child(2n+2) {
	float: right;
}

.trial-ver-b #trial-social .quote h4 {
	margin-bottom: 5%;
}

.trial-ver-b #trial-social .quote  p {
	font-size: 20px;
	line-height: 1.5;
}

.trial-ver-b #trial-social .quote a {
	border-bottom: 1px solid #cce3f2;
	font-size: 14px;
	margin-left: 80px;
	top: -8px;
	position: relative;
}

.trial-ver-b #trial-social .quote .author img {
	width: 62px;
}

.trial-ver-b #trial-social .quote .author {
	color: #333;
	padding-left: 80px;
}

.trial-ver-b #trial-plans .plans-payments .monthly-plan,
.trial-ver-b #trial-plans .plans-payments .annual-plan {
	width: 50%;
}

.trial-ver-b #trial-plans .all-include {
	background: #f5f5f5;
	border-bottom: 10px solid #fff;
	border-top: 10px solid #fff;
	float: right;
	font-size: 18px;
	padding: 20px 40px;
	text-align: left;
	width: 100%;
}

.trial-ver-b #trial-plans .all-include a {
	border-bottom: 1px solid #cce3f2;
	font-size: 16px;
}

.trial-ver-b #trial-plans .all-include p {
	margin-bottom: 10px;
}

.trial-ver-b #trial-plans .all-include ul,
.trial-ver-b #trial-plans .all-include ul li {
	list-style: none;
	margin: 0;
}

.trial-ver-b #trial-plans .all-include ul {
	margin-bottom: 15px;
	margin-top: 15px;
}

.trial-ver-b #trial-plans .all-include ul li {
	float: left;
	font-size: 16px;
	padding-left: 30px;
	width: 33.3%;
}

.trial-ver-b #trial-plans .all-include ul li:before {
	font-size: 18px;
	top: -2px;
}

.trial-ver-b #trial-plans .all-include p:last-child {
	margin-bottom: 0;
}

.trial-ver-b #trial-value .comparison {
	margin: 4% -8% 0;
}

.trial-ver-b #trial-value .quote,
.trial-ver-b #trial-value .quote p {
	color: #333;
	font-family: 'museo-sans', sans-serif;
	font-size: 47px;
	font-style: normal;
	font-weight: 100;
	line-height: 1.25;
	letter-spacing: -0.25px;
	margin-bottom: 45px;
	text-align: center;
}

.trial-ver-b #trial-value .quote {
	margin-bottom: 50px;
}

.trial-ver-b #trial-value blockquote:before {
	display: none;
}

.trial-ver-b #trial-value .quote .author {
	margin: 0 auto;
	width: 320px;
}

.trial-ver-b #trial-plans .annual-plan .button-primary {
	background: #F18B02;
	border-color: #F18B02;
	font-size: 15px;
}

.trial-ver-b #trial-plans .annual-plan .button-primary:hover {
	background: none;
	color: #F18B02;
}

.trial-ver-b #trial-plans h3 {
	margin-bottom: 0;
}

.trial-ver-b #trial-plans h3 em {
	display: inline-block;
	font-size: 17px;
	text-align: left;
	width: 50px;
}

/*
FAQ
---------------------------------------------------------------------------------------------------- */

#faq-toc {
	padding-top: 10%;
	padding-bottom: 10%;
}

#faq-toc ul,
#faq-toc ul li {
	list-style: none;
	margin: 0;
}

#faq-toc ul {
	margin-bottom: 40px;
}

#faq-toc ul li a {
	border-bottom: 1px solid #ddd;
	color: #555;
	display: block;
	font-size: 16px;
	line-height: 1.35;
	padding: 10px;
}

#faq-toc ul li a:hover {
	color: #0274be;
}

#faq-answers .answer {
	background: #f5f5f5;
	margin-bottom: 20px;
	padding: 5% 10% 5%;
}

#faq-answers .answer p:last-child a {
	margin-top: 20px;
}


/*
Reviews
---------------------------------------------------------------------------------------------------- */

#reviews-content .testimonial {
	clear: both;
	float: none;
	display: block;
	margin: 10% 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#reviews-content .testimonial blockquote {
	background: #f5f5f5;
	line-height: 1.5;
	margin: 0;
	padding: 6% 8% 3% 10%;
	text-align: left;
	width: 70%;
}

#reviews-content .testimonial blockquote:before {
	font-size: 65px;
	left: -60px;
	top: -45px;
}

#reviews-content .testimonial .author {
	text-align: center;
	width: 30%;
}

#reviews-content .testimonial .author img {
	border-radius: 50%;
	margin-bottom: 10px;
}

#reviews-content .testimonial .author a {
	border: none;
	color: #555;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#reviews-content .testimonial.left blockquote {
	float: left;
}

#reviews-content .testimonial.left .author {
	float: right;
}

#reviews-content .testimonial.right blockquote {
	float: right;
}

#reviews-content .testimonial.right .author {
	float: left;
}

/*
Contact
---------------------------------------------------------------------------------------------------- */


/*
Webinars
---------------------------------------------------------------------------------------------------- */

#lessons-navigation,
#lessons-navigation li {
	list-style: none;
}

#lessons-navigation {
	margin-top: 50px;
}

#lessons-navigation li {
	border-bottom: 1px solid #ddd;
	margin: 10% 0;
	padding-bottom: 10%;
}

#lessons-navigation li a {
	font-weight: bold;
}

#lessons-navigation .not-available strong span {
	background: #ddd;
	color: #666;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 10px;
	padding: 5px 10px 3px;
	text-transform: uppercase;
}

#lessons-navigation .not-available {
	color: #555;
}


/*
Gallery
---------------------------------------------------------------------------------------------------- */

#gallery-themes {
	display: none;
}

#gallery-examples .content-nav ul,
#gallery-themes .content-nav ul {
	display: inline-block;
	float: none;
	text-align: center;
	margin: 0 auto -9px;
	width: auto;
}

#gallery-examples .content-nav ul li,
#gallery-themes .content-nav ul li {
	width: auto;
}

#gallery-examples .content-nav ul li a,
#gallery-themes .content-nav ul li a {
	padding-left: 25px;
	padding-right: 25px;
}

#gallery-switch {
	border: 2px solid #eee;
	margin: 5% auto 0;
	padding: 2px;
	width: 400px;
}

#gallery-switch a {
	background: #eee;
	border: none;
	color: #666;
	display: block;
	float: left;
	font-weight: 500;
	padding: 20px 0 16px 40px;
	position: relative;
	width: 196px;
}

#gallery-switch a.active {
	background: #fff;
	color: #0274be;
}

#gallery-switch a:hover {
	background: #f5f5f5;
	color: #333;
}

#gallery-switch a:before {
	font-size: 26px;
	left: 40px;
	position: absolute;
}

#gallery-examples-title .wrap,
#gallery-themes-title .wrap {
	padding-bottom: 4%;
}

#gallery-examples-title h1,
#gallery-themes-title h1 {
	margin-bottom: 25px;
}

.gallery .cta {
	margin-bottom: 7%;
	margin-top: -25px;
	padding-bottom: 0;
	padding-top: 0;
}

.gallery .cta h2 {
	margin-top: 0;
}

.gallery-content {
	display: none;
}

.gallery-content .wrap {
	padding-bottom: 5%;
}

.gallery-content .quote {
	max-width: 920px;
	margin: 3% auto 0;
}

.gallery-content blockquote:before {
	display: none;
}

.gallery-content blockquote,
.gallery-content blockquote p {
	color: #333;
	font-size: 26px;
	text-align: center;
}

.gallery-content .quote .author {
	padding-left: 0;
}

.gallery-content .site {
	margin-bottom: 10%;
}

.gallery-content .site .img {
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
	padding: 40px 5px 5px 5px;

	-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;
}

.gallery-content .site .img: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%;

	-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;
}

.gallery-content .site .img:after {
	content: '...';
	color: #ddd;
	text-align: right;
	line-height: 14px;
	left: auto;
	font-size: 25px;
	font-weight: bold;
	padding: 0 10px 0 0;
	position: absolute;
	right: 5px;
	top: 5px;

	-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;
}

.gallery-content .site .img img {
	display: block;
	margin: 0;
}

.gallery-content .site .img:hover {
	border: 1px solid #aaa;
}

.gallery-content .site .img:hover:before {
	border-bottom: 1px solid #aaa;
	color: #666;
}

.gallery-content .site .img:hover:after {
	color: #666;
}

.gallery-content .site h3 {
	font-size: 22px;
	margin-bottom: 0;
}

.gallery-content .site h3 a {
	border: none;
	color: #333;
}

.gallery-content .site .site-link {
	border: none;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.gallery-content .site .site-link:hover,
.gallery-content .site h3 a:hover {
	color: #0274be;
}

.gallery-content .site .theme-link {
	background: rgba(0,0,0,0.8);
	bottom: 0px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 5px 15px 3px;
	position: absolute;
	right: 0px;
}

.gallery-content .site a.theme-link:hover {
	background: #0274be;
}

/* Blog */
#blog-intro h1 {
	margin-bottom: 20px;
}

#blog-intro .subtitle {
	margin-bottom: 0;
}

#blog-intro .wrap,
.blog-cta .wrap {
	padding-bottom: 5%;
	padding-top: 5%;
}

.blog-cta h3 {
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 1.5;
}

.blog-cta .first :last-child {
	margin-bottom: 0;
}

.blog-cta p {
	color: #999;
	font-size: 16px;
	margin-bottom: 0;
}

.blog-cta .one-third {
	margin-top: 25px;
}

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

#blog-filter ul {
	margin-bottom: 0;
}

#blog-filter li a {
	padding-left: 3%;
	padding-right: 3%;
}

#blog-grid .entry,
#blog-grid .cta-box {
	background: none;
	border: 1px solid #fff;
	float: left;
	margin-bottom: 2%;
	padding: 2%;
	width: 33.3%;
}

#blog-grid .cta-box .inner {
	background: #f5f5f5;
}

#blog-grid .wrap {
	padding: 5%;
}

#blog-grid .entry > a {
	background: #0274be;
	border: none;
	display: block;
	max-height: 200px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}

#blog-grid .entry > a img {
	display: block;
	position: relative;
	padding: 0;
	margin: -5% 0 0 0;

	-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;
}

#blog-grid .entry h2.entry-title {
	color: #333;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 5%;
	margin-top: 0;
	text-align: left;
}

#blog-grid .entry h2.entry-title a {
	border: none;
	color: #333;
	display: block;
	padding: 0 25px;
	vertical-align: bottom;
}

#blog-grid .entry h2.entry-title a:hover {
	color: #0274be;
}

#blog-grid .entry .entry-content {
	color: #666;
	font-size: 16px;
	padding: 0 25px;
}

#blog-grid .entry .entry-content .more-link {
	display: block;
	margin-top: 15px;
	width: 150px;
}

#blog-grid .entry .entry-meta {
	background: #fff;
	display: inline-block;
	margin: 0;
	padding: 7px 25px;
	position: relative;
	top: -30px;
}

#blog-grid .entry .entry-meta a {
	border: none;
}

#blog-grid .cta-box .inner {
	font-size: 16px;
	height: 100%;
	padding: 15%;
	position: relative;
}

#blog-grid .cta-box h4 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 40px;
}

#blog-grid .cta-box .button {
	bottom: 40px;
	position: absolute;
}

#blog-grid {
	position: relative;
}

#infscr-loading {
	background: #fff;
	color: #aaa;
	clear: both;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	text-align: center;
	bottom: 40px;
	width: 350px;
}

#infscr-loading em {
	font-size: 22px;
	font-style: normal;
}

#infscr-loading img {
	height: 32px;
	margin: 0 auto 30px;
	width: 32px;
}

.image-headline {
	background: #111;
	position: relative;
	padding: 10% 12%;
	overflow: hidden;
}

.image-headline h1 {
	color: #fff;
	font-size: 52px;
	margin: 0;
}

.image-headline .featured-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.15;
	z-index: 0;
	min-width: 750px;
}

.image-headline h1,
.image-headline .entry-meta,
.image-headline .entry-info {
	position: relative;
	z-index: 10;
}

.image-headline .entry-meta a:hover {
	color: #fff;
}

.image-headline .entry-info {
	font-size: 16px;
	margin-top: 25px;
}

.image-headline .entry-info a,
.single-post .image-headline .entry-meta a {
	border: none;
}

.image-headline .entry-info img {
	border-radius: 50%;
	float: none;
	position: relative;
	top: 8px;
	margin-right: 16px;
	width: 38px;
}

.image-headline .entry-info em {
	color: #fff;
	font-family: 'minion-pro', serif;
	font-style: italic;
}

.image-headline .entry-info strong {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 5px;
	text-transform: uppercase;
}

.headline {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10% 12%;
	width: 100%;
}

.single-post .image-headline,
.single-podcast .image-headline {
	padding: 0;
	text-align: center;
}

.single-post .image-headline .featured-image img,
.single-podcast .image-headline .featured-image img {
	min-width: 1340px;
}

.single-post .image-headline .entry-meta,
.single-podcast .image-headline .entry-meta {
	font-size: 15px;
	margin-bottom: 3%;
}

.single-post .image-headline h1,
.single-podcast .image-headline h1 {
	font-size: 60px;
}

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

.single-post .entry-content h3,
.single-podcast .entry-content h3 {
	margin-top: 8%;
}

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

.blog-similar-posts h4 {
	color: #999;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 0 5%;
	text-align: center;
	text-transform: uppercase;
}

.blog-similar-posts .entry-header {
	margin-top: 20px;
}

#blog-grid.blog-similar-posts h2 a {
	font-size: 20px;
	font-weight: 500;
}

#blog-grid.blog-similar-posts .entry {
	margin-bottom: 0;
	padding: 1%;
	width: 25%;
}

#blog-grid.blog-similar-posts .entry > a {
	max-height: 150px;
}

.share-before {
	border-bottom: 1px solid #ddd;
	padding: 0 0 16px;
	margin: 25px 0 7%;
	text-align: center;
}

.share-after {
	border-top: 1px solid #ddd;
	padding: 25px 0 0;
	margin: 10% 0 19px;
	text-align: center;
}

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

ul.menu-filter {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 10%;
}

ul.menu-filter li {
	color: #999;
	display: inline;
	font-size: 16px;
}

ul.menu-filter li:first-child {
	margin-right: 20px;
}

ul.menu-filter li a {
	border-bottom: 2px solid #f5f5f5;
	color: #999;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: -2px;
	padding: 20px 15px 16px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

ul.menu-filter li.current-menu-item a,
ul.menu-filter li a.active,
ul.menu-filter li a:hover {
	color: #0274be;
}

ul.menu-filter li a:hover {
	border-bottom: 2px solid #f5f5f5;
}

ul.menu-filter li a.active,
ul.menu-filter li.current-menu-item a {
	border-bottom: 2px solid #0274be;
}

ul.menu-filter li.no-link a,
ul.menu-filter li.no-link a:hover {
	cursor: default;
	color: #999;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none;
}

/* Popup */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.5 !important;
}

.mfp-wrap {
	position: fixed !important;
	top: 0px !important;
}

.mfp-content {
	height: 710px;
	width: 100% !important;
}

.mfp-wrap .mfp-iframe-holder {
	padding: 0 !important;
}

.mfp-iframe-scaler iframe {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2) !important;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2) !important;
	background: none !important;
}

.mfp-content {
	background-color: #fff !important;
	background-image: url(images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.mfp-iframe-holder .mfp-close {
	color: #aaa !important;
    top: 0px !important;
    right: 7px !important;
    z-index: 999 !important;
    width: 30px !important;
}


/* Services */
.service-icon,
.about-icon {
	padding-left: 80px;
	position: relative;
	margin: 20px 0;
}

.about-icon {
	padding-left: 200px;
	margin-top: 40px;
}

.service-icon span,
.about-icon span {
	color: #aaa;
	font-size: 37px;
	left: 0px;
	position: absolute;
	top: 8px;
}

.about-icon span {
	font-size: 60px;
	left: 40px;
	top: 20px;
}


/*
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/rainmakerdigital@2x.png); }

}

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

	.site-container,
	.site-header,
	.tour-sticky #tour-nav {
		width: 95%;
	}

	#gallery-themes .content-nav ul {
		display: block;
		width: 100%;
	}

	#gallery-themes .content-nav ul li  {
		display: block;
		float: left;
		width: 20%;
	}

	#gallery-themes .content-nav ul li a {
		height: 70px;
	}

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

	#date-card {
		width: 40%;
	}

	#date-info {
		width: 50%;
	}

	#date-countdown li span {
		font-size: 40px;
	}

	#date-countdown li {
		width: 90px;
	}

	.trial-ver-b #trial-value .quote,
	.trial-ver-b #trial-value .quote p {
		font-size: 42px;
	}

}

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

	.section-title br,
	.section-cta br {
		display: none;
	}

	.landing h1 br,
	.landing h2 br,
	.landing h3 br {
		display: none !important;
	}

	.site-title a {
		margin-right: 35px;
		margin-top: 38px;
	}

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

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

	.content-nav .wrap {
		padding: 0 5%;
	}

	#home-logos img {
		height: 38px;
		margin: 0;
	}

	#home-logos .wrap {
		height: 90px;
	}

	.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: 30px;
		left: 240px;
		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-5 {
		background: #111;
		display: block;
		height: 100%;
		padding: 30px 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-5 li {
		float: none;
	}

	#nav_menu-5.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-5 li a {
		border-bottom: 1px solid #333;
		padding: 25px 0px !important;
	}

	#nav_menu-5 li.current-menu-item a,
	#nav_menu-5 li a:hover {
		color: #fff;
	}

	#date-card {
		display: none;
	}

	#date-info {
		margin-top: 0px;
		text-align: center;
		width: 100%;
	}

	#date-info p {
		font-size: 18px;
	}

	#date-info .date {
		font-size: 24px;
	}

	#countdown .one-half {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	#date-card {
		margin-bottom: 35px;
	}

	#blog-grid .entry,
	#blog-grid .cta-box {
		width: 50%;
	}

}

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

	.left,
	.right,
	#reviews-content .testimonial .author,
	#reviews-content .testimonial blockquote {
		float: none;
		width: 100% !important;
	}

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

	#reviews-content .testimonial .author {
		margin-bottom: 20px;
	}

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

	h1,
	#ajax-container .section-headline h2 {
		font-size: 48px;
	}

	h2 {
		font-size: 30px;
	}
	
	.image-headline h1,
	.single-post .image-headline h1,
	.single-podcast .image-headline h1 {
		font-size: 42px;
	}

	.single-post .image-headline,
	.single-podcast .image-headline {
		padding: 10%;
	}

	.single-post .image-headline .featured-image img,
	.single-podcast .image-headline .featured-image img {
		height: 100%;
		min-width: 0px !important;
		max-width: none;
	}

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

	.site-title a {
		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;
	}

	#lessons-navigation li {
		margin: 15px 0;
		padding: 0 0 15px;
	}

	#trial-plans .plans-table .head .cell {
		font-size: 16px;
	}

	#trial-plans {
		margin: 0 -15%;
	}

	#trial-plans {
		padding: 0 5% 5%;
	}

	#trial-plans .plans-features .feature {
		float: none !important;
		min-height: auto !important;
		width: 100%;
	}

	#trial-plans .plans-features .feature h3 {
		margin-bottom: 10px;
	}

	#trial-plans .plans-features .feature:before {
		top: 0px;
	}

	#trial-plans .checkout-progress {
		margin-top: 10%;
	}

	.trial-ver-b #trial-social .quote {
		float: none;
		width: 100%;
	}

	.trial-ver-b #trial-social .quote:last-child {
		margin-bottom: 25px;
	}

	.trial-ver-b #trial-value .quote br {
		display: none;
	}

	#gallery-examples .content-nav ul {
		display: block;
		width: 100%;
	}

	#gallery-examples .content-nav ul li {
		display: block;
		float: left;
		width: 25%;
	}

	#gallery-examples .content-nav ul li a {
		height: 70px;
	}

	#gallery-examples-title br,
	#gallery-themes-title br {
		display: none;
	}

	.landing .window {
		max-width: 584px;
		margin: 0 auto 25px;
		padding: 5px;
	}

	.landing .caption,
	.landing-user-story * {
		text-align: center;
	}

	.landing-user-story h2:after,
	.landing .caption-pointer,
	.landing .video .caption-pointer {
		display: none;
	}

	#lp-checklist-brian .left {
		text-align: center;
	}

	#lp-checklist-brian .left img:first-child {
		max-width: 400px;
		width: 100% !important;
		position: static;
	}

	#lp-checklist-brian .caption-pointer {
		display: block;
		float: none !important;
		margin: -150px auto 35px !important;
		position: static !important;
		max-width: 180px;
	}

	.landing-user-story .author {
		padding: 0;
		text-align: center;
	}

	.landing-user-story h3 {
		margin-top: 0px;
	}

	.landing-user-story .photo {
		position: static;
		margin-top: -100px;
		max-width: 150px;
	}

	.features-list .feature {
		font-size: 11px;
		margin: 0 0 30px;
		width: 50%;
	}

	.features-list .feature:before {
		font-size: 38px;
		margin-bottom: 20px;
	}

	#lp-checkinbox-quote .author {
		padding-left: 0px;
	}

	#lp-checkinbox-quote .author .photo {
		margin-top: 0px;
	}

	#home-logos .wrap {
		height: auto;
		padding-bottom: 15px;
	}

	.blog-cta .two-thirds,
	.blog-cta .one-third {
		float: none;
		text-align: center;
		width: 100%;
	}

	.blog-cta .one-third {
		margin-top: 20px;
	}

	#blog-grid.blog-similar-posts .entry h2.entry-title a {
		padding: 0;
		font-size: 18px;
	}

	#lp-tryrm-intro .title .subtitle {
		font-size: 13px !important;
	}

	.home .section {
		text-align: center;
	}

	.rm-icon-bg .content .page .icon-rainmaker,
	#home-intro .icon-rainmaker {
		display: none;
	}

}

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

	.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%;
	}

	.content-nav .wrap {
		padding: 0 3%;
	}

	.content-nav ul a {
		font-size: 11px;
		letter-spacing: 0;
		padding: 15px 0;
	}

	.tour-nav-wrapper {
		height: auto;
	}

	#trial-plans > .cell.label {
		font-weight: bold;
		padding: 0 10%;
		text-align: center;
	}

	#trial-plans .plans-table .head.bottom,
	#trial-plans .plans-table .standard,
	#trial-plans .plans-table.second .pro {
		display: none;
	}

	#trial-plans .plans-table.second .standard {
		display: block;
	}

	#trial-plans .plans-table .head .button {
		display: block;
		margin: 20px auto 0;
		width: 250px;
	}

	#trial-plans .plans-table .pro.cell {
		border-right: none;
	}

	#trial-plans .plans-table .cell.label {
		width: 70%;
	}

	#trial-plans .plans-table .cell.pro,
	#trial-plans .plans-table .cell.standard {
		width: 30%;
	}

	#trial-plans .plans-table .head .pro,
	#trial-plans .plans-table .head .standard {
		width: 100%;
	}

	#trial-plans .plans-table .cell.label:hover .tooltip {
		background: none;
		color: #555;
		font-size: 13px;
		font-weight: 300;
		opacity: 100;
		padding: 0;
		position: static;
		text-align: right;
		width: 100%;
	}

	#trial-plans .plans-table .cell.label .tooltip {
		color: #555;
		display: block;
		font-size: 13px;
		line-height: 1.3;
		padding: 7px 0 !important;
	}

	#trial-plans .plans-table .tooltip-icon {
		display: none;
	}

	#trial-plans .plans-table .cell.label {
		padding-right: 15px;
	}

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

	.trial-ver-b #trial-plans .plans-payments .monthly-plan,
	.trial-ver-b #trial-plans .plans-payments .annual-plan,
	.trial-ver-b #trial-plans .plans-payments .all-include {
		height: auto !important;
		width: 100%;
	}

	.trial-ver-b #trial-plans .plans-payments .monthly-plan {
		border: 1px solid #ddd;
		border-top: none;
		padding-top: 25px;
	}

	#gallery-examples .content-nav ul li a,
	#gallery-themes .content-nav ul li a {
		height: 55px;
	}

	.gallery-content .one-half,
	.gallery-content .one-third {
		float: none;
		margin: 0;
		width: 100%;
	}

	.gallery-content .site {
		margin-bottom: 5%;
	}

	#gallery-themes .content-nav ul li {
		width: 33.3%;
	}

	.gallery .cta {
		margin-top: 0px;
	}

	.intro {
		font-size: 20px;
	}

	.cta-box {
		padding: 7% 10%;
	}

	#lp-checkinbox-quote blockquote p {
		font-size: 22px;
	}

	.button-large,
	.content .button-large {
		padding: 15px 20px 12px;
	}

	.button-large.button-icon {
		padding-left: 60px;
	}

	.button-large.button-icon:before {
		left: 20px;
		top: 12px;
	}

	ul.menu-filter li:first-child {
		margin-right: 5px;
	}

	ul.menu-filter li a {
		padding-left: 8px;
		padding-right: 8px;
	}

	.single-post .image-headline,
	.single-podcast .image-headline {
		padding: 7%;
	}

	#comments,
	#respond {
		padding: 0 5%;
	}

	#blog-grid .cta-box .inner {
		padding: 10%;
	}

	#blog-grid .cta-box h4 {
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: 0;
	}

	#blog-grid.blog-similar-posts .entry {
		width: 50%;
	}

	.trial-ver-b #trial-plans .all-include ul li {
		width: 50%;
	}

	.rainmail-pricing-table {
		margin-top: 25px;
	}

	#lp-tryrm-intro h1 {
		font-size: 40px;
	}

}

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

	h1,
	#ajax-container .section-headline h2 {
		font-size: 40px;
	}

	.image-headline h1,
	.single-post .image-headline h1,
	.single-podcast .image-headline h1 {
		font-size: 36px;
	}

	.home .section-features .wrap {
		padding: 7% 3% 3%;
	}

	.home .feature {
		font-size: 12px;
	}

	.home .feature:before {
		font-size: 50px;
	}

	#trial-plans .plans-payments .annual-plan,
	#trial-plans .plans-payments .monthly-plan {
		float: none;
		width: 100%;
	}

	.site-header {
		height: 50px;
	}

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

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

	.site-header .nav-right,
	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: 35px auto 0;
		text-align: center;
	}

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

	.trial-ver-b #trial-value .quote,
	.trial-ver-b #trial-value .quote p {
		font-size: 28px;
		font-weight: 300;
	}

	#date-countdown li span {
		font-size: 30px;
	}

	#date-countdown li {
		width: 23%;
	}

	.tour-sticky #tour-nav {
		top: 90px;
	}

	#blog-grid .entry,
	#blog-grid .cta-box {
		width: 100%;
	}

	#blog-grid .entry h2.entry-title a,
	#blog-grid .entry .entry-content {
		padding: 0;
	}

	#blog-grid .entry .entry-meta {
		padding-left: 10px;
		padding-right: 10px;
	}

	.trial-ver-b #trial-plans .all-include ul li {
		width: 100%;
	}

	.rainmail-pricing-table {
		overflow-x: scroll;
	}

	#lp-tryrm-intro h3 {
		font-size: 22px;
	}

}

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

	#tour-nav ul li {
		width: 25%;
	}

	.tour-nav-wrapper {
		height: 90px;
	}

	.single-post .image-headline,
	.single-podcast .image-headline {
		margin-bottom: 0;
	}

	.author-box img {
		display: none;
		position: relative;
	}

	.author-box .author-box-title,
	.author-box .author-box-content {
		display: block;
		padding-left: 0;
	}

	#lp-tryrm-intro h3 {
		font-size: 20px;
	}

}

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

	#reviews-content .testimonial blockquote:before {
		display: none;
	}

	blockquote p {
		font-size: 18px;
	}

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

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

	h1,
	#ajax-container .section-headline h2 {
		font-size: 30px;
	}

	#home-intro  {
		padding-top: 90px;
	}

	#home-intro h1 {
		font-size: 34px;
		font-weight: 300;
	}

	.home .section h2 {
		font-size: 30px;
	}

	.home .section {
		padding-left: 5%;
		padding-right: 5%;
	}

	.image-headline h1,
	.single-post .image-headline h1,
	.single-podcast .image-headline h1 {
		font-size: 28px;
		letter-spacing: normal;
	}

	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 .feature:before {
		margin-bottom: 10px;
	}

	.home .feature {
		margin: 20px 0;
	}

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

	#home-intro .learn-more {
		display: none;
	}

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

	.title h2:before,
	.title h3:before,
	.title h2:after,
	.title h3:after {
		display: none;
	}

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

	.site-footer .icon-rainmaker {
		margin-top: 50px;
	}

	.tour .feature .title,
	.tour .feature .copy {
		padding-left: 0;
	}


	.content-nav ul li a {
		font-size: 12px;
	}

	.tour-sticky #tour-nav {
		position: static;
	}

	#tour-prev-next .wrap a {
		font-size: 23px;
		padding: 20px;
	}

	#rm-cta {
		display: none;
	}

	#trial-plans {
		margin: 0 -7%;
	}

	#gallery-examples .content-nav ul li,
	#gallery-themes .content-nav ul li {
		width: 50%;
	}

	.mobile-button {
		height: 43px;
		top: -1px !important;
		overflow: hidden;
		width: 43px;
	}

	.mobile-button span {
		font-size: 32px;
	}

	#nav_menu-5 li a {
		padding: 18px 0 !important;
	}

	#gallery-switch {
		width: 90%;
	}

	#gallery-switch a {
		width: 50%;
	}

	#gallery-switch a:before {
		left: 15px;
		top: 17px;
	}

	.features-list .feature {
		width: 100%;
	}

	#lp-webinar .photos img {
		width: 200px;
	}

	#lp-webinar .photos .one-half {
		margin-bottom: 20px;
	}

	#blog-grid.blog-similar-posts .entry {
		width: 100%;
	}

	.trial-ver-b #trial-value .quote,
	.trial-ver-b #trial-value .quote p {
		font-size: 24px;
	}

	#lp-tryrm-intro h1 {
		font-size: 34px;
	}

	.service-icon,
	.about-icon {
		padding-left:0;
	}

	.service-icon span,
	.about-icon span {
		display: none;
	}

}