/*
	Theme Name: My New Rainmaker
	Description: My New Rainmaker theme for the Genesis framework.
	Author: Copyblogger Media
	Author URI: http://www.copyblogger.com/
	Version: 1.0
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* General Styles
--------------------------------------------- */
.site-inner,
.rm-portal .site-inner,
.rm-popup .site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header {
	background: #0274be;
}

.site-title a {
	background-image: url(images/logo-platform.png);
}

.site-footer .wrap {
	background-image: url(images/logo-platform-color.png);
}

/* RM UI
--------------------------------------------- */
.centered-title .entry-title {
	text-align: center;
}

.note {
	color: #666;
	font-size: 15px;
}

a.button-delete,
a.button-edit {
	border: none;
	color: #999;
}

a.button-edit:hover,
a.button-delete:hover {
	border: none;
}

a.button-delete:hover {
	color: #be023c;
}

/* Modal windows */
.modal a.close-modal {
	border: none !important;
}

.rm-popup .site-inner {
	padding: 50px;
}

.rm-modal-frame-wrap {
	border-radius: 0 !important;
	padding: 0 !important;
}

.button-cancel,
input[type="button"].button-cancel,
input[type="submit"].button-cancel {
	background-color: #be023c;
}

.button-cancel:hover,
input[type="button"].button-cancel:hover,
input[type="submit"].button-cancel:hover {
	background-color: #a40033;
}

/* iOS popup scrolling */
.touch .rm-modal-frame-wrap {
	height: 90%;
	-webkit-overflow-scrolling: touch !important;
	overflow: scroll !important;
}

.rm-popup .entry {
	margin: 0 !important;
}

.rm-popup h2,
.rm-popup h3 {
	margin-top: 0px;
}

.rm-cancel-popup h2 em {
	color: #be023c;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.rm-popup h2 strong {
	display: block;
	font-weight: bold;
}

.rm-popup .entry-content .rm-portal-content .rm-popup-cancel {
	border: 0;
	border-radius: 3px;
	font-size: 14px;
}

.rm-popup-deploy .rm-provision-complete p {
	font-size: 1.5em;
}

.ui-progressbar {
    background: #e9f7ff;
	border: 2px solid #e9f7ff;
	border-radius: 3px;
    margin-bottom: 30px;
    margin-top: 0px;
	overflow: hidden;
    height: 30px;
}

.ui-progressbar-value {
    background-color: #0274be;
	border-radius: 2px;
    height: 26px;
    display:block;
	position: relative;
}

.ui-progressbar-value:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
	      color-stop(.25, rgba(255, 255, 255, .2)), 
	      color-stop(.25, transparent), color-stop(.5, transparent), 
	      color-stop(.5, rgba(255, 255, 255, .2)), 
	      color-stop(.75, rgba(255, 255, 255, .2)), 
	      color-stop(.75, transparent), to(transparent)
	   );
	background-image: 
		-webkit-linear-gradient(
		  -45deg, 
	      rgba(255, 255, 255, .2) 25%, 
	      transparent 25%, 
	      transparent 50%, 
	      rgba(255, 255, 255, .2) 50%, 
	      rgba(255, 255, 255, .2) 75%, 
	      transparent 75%, 
	      transparent
	   );
	background-image: 
		-moz-linear-gradient(
		  -45deg, 
	      rgba(255, 255, 255, .2) 25%, 
	      transparent 25%, 
	      transparent 50%, 
	      rgba(255, 255, 255, .2) 50%, 
	      rgba(255, 255, 255, .2) 75%, 
	      transparent 75%, 
	      transparent
	   );
	background-image: 
		-ms-linear-gradient(
		  -45deg, 
	      rgba(255, 255, 255, .2) 25%, 
	      transparent 25%, 
	      transparent 50%, 
	      rgba(255, 255, 255, .2) 50%, 
	      rgba(255, 255, 255, .2) 75%, 
	      transparent 75%, 
	      transparent
	   );
	background-image: 
		-o-linear-gradient(
		  -45deg, 
	      rgba(255, 255, 255, .2) 25%, 
	      transparent 25%, 
	      transparent 50%, 
	      rgba(255, 255, 255, .2) 50%, 
	      rgba(255, 255, 255, .2) 75%, 
	      transparent 75%, 
	      transparent
	   );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size:    50px 50px;
	background-size:         50px 50px;
	-webkit-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	       -moz-border-radius-topright: 8px;
	    -moz-border-radius-bottomright: 8px;
	           border-top-right-radius: 8px;
	        border-bottom-right-radius: 8px;
	    -webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
	        -moz-border-radius-topleft: 20px;
	     -moz-border-radius-bottomleft: 20px;
	            border-top-left-radius: 20px;
	         border-bottom-left-radius: 20px;
	overflow: hidden;
}

@-webkit-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}


/* Forms */
label {
	font-weight: bold;
	margin: 0;
}

form .note {
	margin: 20px 0 0;
}

.field {
	display: block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.field label {
	margin-bottom: 10px;
}

form ul.list,
form ul.list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

form ul.list {
	margin-top: 10px;
}

form ul.list li {
	clear: both;
	color: #666;
	display: block;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	line-height: 1;
	padding: 15px;
	vertical-align: midddle;
}

form ul.list li input[type=radio],
form ul.list li input[type=checkbox] {
	border: none;
	box-shadow: none;
	display: block;
	float: left;
	line-height: 1;
	margin-right: 15px;
	vertical-align: midddle;
	width: auto;
}

form ul.list li label {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	vertical-align: midddle;
	margin: 0;
	padding: 0;
}

form select {
	font-size: 18px;
}

.field .left {
	float: left;
	padding: 0 10px;
	width: 23%;
}

.field .right {
	float: right;
	width: 46%;
}

.field {
	clear: both;
}

input[type="radio"],
input[type="checkbox"] {
	border: none;
	box-shadow: none;
	display: inline-block;
	margin-right: 10px;
	width: auto;
}

.site-info {
    margin-top: 30px;
}

.site-info .right {
	float: left;
}

.site-info label {
    display: block;
}

/* Messages */
.message-alert,
.message-error,
.message-success,
.message-gray {
	background-color: #0274be;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 15px 25px;
	padding: 1.5rem 2.5rem;
}

.message-error {
	background-color: #be023c;
}

.message-success {
	background-color: #12ad7c;
}

.message-gray {
	background-color: #ddd;
	color: #666;
}

.message-alert:before,
.message-error:before,
.message-success:before,
.message-gray:before {
	font-size: 20px;
	margin-right: 10px;
}

.message-alert a,
.message-alert a:hover,
.message-error a,
.message-error a:hover,
.message-success a,
.message-success a:hover {
	border: none;
	color: #fff;
	text-decoration: underline;
}

.message-gray a,
.message-gray a:hover {
	border: none;
	color: #666;
	text-decoration: underline;
}

.rm-site-control .message-alert,
.rm-site-control .message-error,
.rm-site-control .message-success,
.rm-site-control .message-gray {
	margin-bottom: 0;
	margin-top: 0;
}

/* Checkout */
.rm-checkout .nav-header {
    display: none;
}

.accesspress-checkout-form-account,
.accesspress-checkout-form-payment-method,
.accesspress-checkout-form-cc {
	margin-bottom: 30px;
}

.accesspress-checkout-form-row {
	padding-bottom: 10px;
}

.accesspress-checkout-form-row label {
	display: block;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.accesspress-checkout-form-row:last-child {
	padding-bottom: 0;
}

.premise-checkout-wrap {
	background: #f5f5f5;
	margin: 40px 0 0 0;
	margin: 4rem 0 0 0;
	padding: 40px;
	padding: 4rem;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.premise-checkout-wrap .accesspress-checkout-form-row {
	margin: 0 !important;
}

.accesspress-checkout-heading {
	border-bottom: 1px solid #ddd;
	color: #0274be;
	font-family: 'museo-sans', sans-serif;
	font-size: 24px;
	font-weight: normal !important;
	margin-bottom: 30px;
	margin-top: 0 !important;
	padding-bottom: 15px;
}

.premise-checkout-wrap label {
	float: left;
	font-size: 15px;
	text-align: right;
	padding: 13px 0;
	width: 20%;
}

.premise-checkout-wrap input,
.premise-checkout-wrap #accesspress-checkout-display_name,
.premise-checkout-wrap textarea {
	float: left;
	margin-left: 5%;
	width: 75%;
}

.premise-checkout-wrap .accesspress-checkout-bbp_signature-wrap textarea {
	margin-bottom: 20px;
}

.premise-checkout-wrap .description {
	clear: both;
	display: block;
	float: none;
	font-size: 16px;
	margin-left: 25%;
	margin-top: 20px;
}

.premise-checkout-wrap #accesspress-checkout-display_name {
	width: 250px;
}

.premise-checkout-wrap .accesspress-checkout-form-row {
	clear: both;
	float: none;
	min-height: 60px;
	vertical-align: middle;
}

.premise-checkout-wrap .accesspress-checkout-form-payment-method,
.premise-checkout-wrap .accesspress-checkout-form-cc {
	clear: both;
	margin-top: 40px;
	margin-top: 4rem;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-wrap {
	height: 80px;
	position: relative;
}

.premise-checkout-wrap .accesspress-checkout-new-product-wrap {
	min-height: 40px;
}

.premise-checkout-wrap .accesspress-checkout-new-product-wrap label,
.premise-checkout-wrap .accesspress-checkout-payment-method-wrap label {
	cursor: pointer;
	left: 0px;
	margin-left: 0;
	padding: 20px 0;
	position: absolute;
	text-align: left;
	text-indent: 60px;
	width: 100%;
}

.premise-checkout-wrap .accesspress-checkout-new-product-wrap label {
	left: 40px;
	padding: 0;
	text-align: left;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-cc-wrap label {
	background-image: url(images/cc.png);
	background-repeat: no-repeat;
	background-position: 180px 6px;
	text-align: left;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-paypal-wrap label {
	background-image: url(images/paypal.png);
	background-repeat: no-repeat;
	background-position: 181px 6px;
	text-align: left;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-paypal-wrap label a {
	display: none;
}

.premise-checkout-wrap .accesspress-checkout-new-product-wrap input.checkout-radio {
	box-shadow: none;
	margin-left: 24px;
	width: 40px;
}

.premise-checkout-wrap .accesspress-checkout-payment-method-wrap input.checkout-radio,
.premise-checkout-wrap .checkout-payment-method-radio {
	box-shadow: none;
	cursor: pointer;
	left: 0px;
	margin-left: 24px;
	position: absolute;
	top: 22px;
	width: auto;
	z-index: 999;
}

.premise-checkout-wrap select {
	color: #333;
	font-size: 18px;
	margin: 14px 0 0 10px;
	width: auto;
}

.premise-checkout-wrap #accesspress-checkout-card-month,
.premise-checkout-wrap #accesspress-checkout-card-country {
	margin-left: 32px;
}

.premise-checkout-wrap #accesspress-checkout-card-security,
.premise-checkout-wrap #accesspress-checkout-card-postal {
	width: 100px;
}

.premise-checkout-wrap .accesspress-checkout-card-security-wrap p {
	color: #666;
	clear: both;
	float: none;
	font-size: 14px;
	display: block;
	margin: 0;
	padding-left: 25%;
}

.premise-checkout-wrap .input-submit {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto;
	padding: 20px 40px;
	padding: 2rem 4rem;
	text-align: center;
	width: auto;
}

.premise-checkout-wrap span.premise-checkout-lookup {
	display: block;
	font-size: 15px;
	padding-left: 25%;
	text-align: left;
}

.order-summary h3 {
	margin-bottom: 15px;
	margin-top: 10px;
}

.order-summary .order-summary-price {
	color: #0274be;
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 10px;
}

.order-summary ul li {
	border-bottom: 1px solid #ddd;
	color: #666;
	clear: both;
	font-size: 15px;
	margin: 0;
	padding: 8px 15px 8px 35px;
	position: relative;
}

.order-summary ul li:before {
	content: "\f126";
	display: block;
	font-family: 'foundation-icons';
	float: left;
	left: 10px;
	position: absolute;
	-webkit-font-smoothing: antialiased;
}


/* RM Temporary Sales Page
--------------------------------------------- */
#what-you-get .title {
	margin-bottom: 80px;
	margin-bottom: 8rem;
}

#what-you-get ul li {
	height: 310px;
}

#who-should-join p {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
}

#who-should-join h2 {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

#who-should-join h3 {
	font-size: 50px;
	font-size: 5rem;
	margin-bottom: 0;
}

#who-should-join h3 span {
	font-size: 30px;
	font-size: 3rem;
}


/* RM Portal
--------------------------------------------- */

.rm-portal .site-inner {
	padding-bottom: 0 !important;
}

/* Portal Tabs */
.rm-portal-tabs {
	background-color: #f5f5f5;
}

.rm-portal-tabs ul,
.rm-portal-tabs ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rm-portal-tabs ul li a {
	border-left: 1px solid #eee;
	color: #666;
	display: block;
	float: left;
	font-size: 16px;
	outline: none;
	padding: 25px 35px 20px;
}

.rm-portal-tabs ul li:last-child a {
	border-right: 1px solid #eee;
}

.rm-portal-tabs ul li a:before {
	font-size: 20px;
	margin-right: 15px;
}

.rm-portal-tabs ul li a.current,
.rm-portal-tabs ul li a:hover {
	background: #fff;
	color: #0274be;
}

.rm-portal-tab-page {
	display: none;
}

.rm-portal-tab-page.active {
	display: block;
}

.rm-portal-tab-page h1 .button-small {
	float: right;
}

.rm-portal-tab-page h1 .button-small:before {
	margin-right: 18px;
}

/* Sites */
.rm-site-control {
	border: 1px solid #ddd;
	margin: 40px 0;
	margin: 4rem 0;
}

.rm-site-control .rm-site-control-header {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	
	-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
}

.rm-site-control .rm-site-control-header h3 {
	color: #333;
	float: left;
	font-weight: 500;
	margin: 0;
	padding: 25px 30px;
}

.rm-site-control .rm-site-control-header h3 span {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}

.rm-site-control .rm-site-control-header h3 span > a {
	border: none;
}

.rm-site-control .rm-site-control-header h3 span:before {
	font-size: 20px;
	margin-right: 10px;
}

.rm-site-control .rm-site-control-header h3 span.fi-eye:before {
	font-size: 24px;
}

.rm-site-control .rm-site-control-header h3 small {
	color: #666;
	display: block;
	font-size: 14px;
}

.rm-site-control .rm-site-control-header a.button-small {
	float: right;
	margin: 30px 5px;
}

.rm-site-control .rm-site-control-header a.button-secondary {
	margin-right: 25px;
}

.rm-site-control-actions ul,
.rm-site-control-actions ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rm-site-control-actions ul {
	display: table;
	width: 100%;
}

.rm-site-control-actions ul li {
	border-right: 1px solid #ddd;
	display: table-cell;
}

.rm-site-control-actions ul li:last-child {
	border: none;
}

.rm-site-control-actions ul li a {
	border: none;
	color: #666;
	display: block;
	font-size: 16px;
	padding: 20px;
	text-align: center;
}

.rm-site-control-actions ul li.action-launch a {
	color: #12ad7c;
}

.rm-site-control-actions ul li a:hover,
.rm-site-control-actions ul li.action-launch a:hover {
	background: #0274be;
	border: none;
	color: #fff;
}

.rm-site-control-actions ul li.action-launch a:hover {
	background: #12ad7c;
}

.rm-site-control-actions ul li.action-cancel {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.rm-site-control-actions ul li.action-cancel a {
	font-weight: normal;
}

.rm-site-control-actions ul li.action-cancel a:hover {
	background: #be023c;
}  

.rm-site-control-actions ul li a:before {
	margin-right: 10px
}

/* Billing table */
.billing-table {
	margin-top: 40px;
}

.billing-table thead {
	background-color: #f5f5f5;
}

.billing-table th {
	color: #666;
	font-size: 14px;
	padding: 10px 20px;
}

.billing-table th span {
	cursor: pointer;
}

.billing-table th span:before {
	padding: 10px;
}

.billing-table td {
	padding: 10px 20px;
}

.billing-table tr:hover {
	background-color: #f5f5f5;
}

.billing-table .amount,
.billing-table .date-sort,
.billing-table .date,
.billing-table .print {
	text-align: center;
}

.billing-table .date {
	color: #666;
	font-size: 15px;
}

.billing-table .amount {
	font-weight: bold;
	font-size: 15px;
}

.billing-table .print {
	width: 150px;
}

.billing-table .fi-print {
	font-size: 13px;
	padding: 3px 12px 1px;
}

.billing-table .fi-print:before {
	margin-right: 8px;
}

/* DNS table */
.dns-table {
	margin-top: 40px;
}

.dns-table thead {
	background-color: #f5f5f5;
}

.dns-table th {
	color: #666;
	font-size: 14px;
	padding: 10px 20px;
}

.dns-table td {
	font-size: 15px;
	padding: 10px 20px;
}

th.delete,
td.delete,
th.edit,
td.edit {
	text-align: center;
}

.dns-table tr:hover {
	background-color: #f5f5f5;
}

/* Your Account */
.rm-portal-content .premise-checkout-wrap .rainmaker-member-bill-to-wrap textarea {
	margin-left: 5%;
	width: 75%;
}

.rm-portal-content .premise-checkout-wrap .input-submit {
	margin-left: 25%;
}

/* Unable to access */
.rm-unable-access {
	margin-top: 10px;
	margin-top: 1rem;
}

.rm-unable-access .site {
	float: left;
	width: 50%;
}

.rm-unable-access .email {
	float: right;
	width: 50%;
}

.rm-unable-access label {
	display: inline-block;
	margin-bottom: 10px;
}

.rm-unable-access textarea {
	height: 150px;
}

.rm-unable-access p {
	margin-bottom: 10px;
}

.rm-unable-access .info {
	margin-bottom: 25px;
}

/* Cancel popup */

.rm-cancel-popup .site-info {
	margin-top: 20px;
}

.rm-cancel-popup .field {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* DNS */
.rm-dns {
	margin-top: 40px;
	margin-top: 4rem;
}

.rm-dns .node input[type=text] {
	width: 350px;
}

.billing-table .delete {
	text-align: center;
}

.office365-options {
	margin: 20px 0 10px 30px;
}

.office365-options .left,
.office365-options .right {
	padding: 0;
	width: 48%;
}

.office365-options label {
	display: block;
	font-size: 15px;
	margin-bottom: 5px !important;
}

.office365-options input {
	padding: 4px 8px;
}

/* Login form */
.rm-portal-login .title-area {
	float: none;
	margin: 0 auto;
	overflow: hidden;
}

.rm-portal-login h1 {
	text-align: center;
}

.rm-portal-login .rm-portal-tabs {
	display: none;
}

.entry-content #loginform {
	background: #f5f5f5;
	margin: 0 auto;
	padding: 40px 40px 25px;
	width: 450px;
}

.entry-content #loginform p {
	clear: both;
	float: none;
	margin: 15px 0;
	overflow: hidden;
}

.entry-content #loginform .login-username label,
.entry-content #loginform .login-password label {
	display: inline-block;
	float: left;
	padding-top: 8px;
	text-align: right;
	width: 30%;
}

.entry-content #loginform .login-username input,
.entry-content #loginform .login-password input {
	float: right;
	width: 60%;
}

.entry-content #loginform .login-remember label {
	color: #666;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	padding-left: 40%;
	margin: 10px 0;
	width: 100%;
}

.entry-content #loginform .login-remember input {
	display: block;
	float: left;
	margin-right: 10px;
	width: auto;
}

.entry-content #loginform .login-submit input {
	padding: 20px 0;
	width: 100%;
}

/* Add Site */
.pricing-table {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	z-index: 999;
}

.pricing-table .monthly-plan {
	border: 1px solid #c3e7fe;
	border-right: 25px solid #fff;
	float: left;
	margin-top: 50px;
	padding: 50px 0;
	width: 50%;
}

.pricing-table .annual-plan {
	border: 1px solid #0274be;
	float: right;
	padding: 50px 0;
	width: 50%;
}

.pricing-table .annual-plan h4 {
	background: #0274be;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	height: 50px;
	line-height: 50px;
	letter-spacing: 4px;
	margin-bottom: 40px;
	margin-top: -50px;
	text-transform: uppercase;
}

.pricing-table span {
	font-size: 24px;
	font-family: "museo-sans";
	font-weight: 100;
}

.pricing-table h3 {
	font-size: 78px;
	line-height: 1;
	margin: 10px 0 20px;
	position: relative;
}

.pricing-table .annual-plan h3 {
	color: #12ad7c;
	margin-top: 15px;
}

.pricing-table .annual-plan .button {
	padding: 20px 40px 17px;
}

.pricing-table sup {
	font-size: 24px;
	line-height: 1;
	margin-left: -15px;
	position: absolute;
	top: 9px;
}

.info {
	color: #666;
	font-size: 18px;
	text-align: center;
}

.info h4 {
	color: #0274be;
	font-weight: 300;
}

/* User profile in the header */
.header-image .site-title a {
	margin-top: 0px;
}

.site-header .widget-area {
	width: 400px;
}

.user-profile {
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

.user-profile img {
	border-radius: 50%;
	display: inline;
	float: none;
	height: 40px;
	margin: 0 0 0 20px;
	vertical-align: middle;
	width: 40px;
}

.user-profile .name {
	font-weight: bold;
}

/* Deploy */
.rm-deploy .button-primary {
	float: right;
}

.rm-deploy #domain-name {
	margin-top: 10px;
}

/* RM Temporary Theme Chooser Page
--------------------------------------------- */

.theme-table .site-inner {
	max-width: 1140px;
}

.theme-table table {
	line-height: 1.1;
}

.theme-table table td {
	border: 1px solid #c3e7fe;
	height: 100px;
	padding: 20px;
}

.theme-table .header-row {
	background-color: #0683c8;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.2rem;
	text-align: center;
}

.theme-table table .theme-name {
	background-color: #edf8ff;
	color: #0274be;
	font-weight: 700;
}

.theme-table table .fi-x,
.theme-table table .fi-check {
	display: block;
	text-align: center;
}

.theme-table table .fi-check {
	color: #12ad7c;
}

.theme-table table .fi-x {
	color: #e4e4e4;
}

.theme-table .entry-title {
	font-size: 62px;
	margin: 0 auto 60px;
	max-width: 700px;
	text-align: center;
}


.site-container > section {
	display: none;
}

/* Status page */
.alertbox-info {
	background: #e5f1f8;
	border: 1px solid #bad8ec;
	color: #274d66;
	padding: 30px;
}

.alertbox-error {
  	background: #f6dbd7;
	border: 1px solid #deb8b2;
	color: #622920;
	padding: 30px;
}

.alertbox-success {
   	background: #e6f2ca;
	border: 1px solid #cadaa5;
	color: #414d24;
	padding: 30px;
}

.alertbox-error,
.alertbox-info,
.alertbox-success {
	font-size: 18px;
	margin-bottom: 30px;
	padding-left: 90px;
	position: relative;
}

.alertbox-error:before,
.alertbox-info:before,
.alertbox-success:before {
	font-size: 50px;
	left: 25px;
	opacity: 0.2;
	position: absolute;
	top: 20px;
}

/* Forum */
.bbpress .site-inner {
	max-width: 1140px;
}

.bbpress .entry-header .entry-title {
	margin-top: 0;
	text-align: left;
}

.bbpress .entry {
	padding-bottom: 5%;
}

#bbpress-forums {
	font-size: 14px;
	margin-top: 5%;
}

#bbpress-forums .bbp-reply-content a {
	text-decoration: underline;
}

#bbpress-forums a {
	border: none;
}

div.bbp-breadcrumb,
div.bbp-topic-tags,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums select {
	font-size: 16px;
}

#bbpress-forums div.bbp-search-form {
	display: block;
	margin-bottom: 25px;
}

#bbpress-forums div.bbp-breadcrumb {
	margin-top: 10px;
}

#bbpress-forums div.bbp-search-form input[type=submit] {
	margin-top: 0;
	padding: 10px 20px 7px;
}

#bbpress-forums #bbp-search-form #bbp_search {
	padding: 7px 5px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 14px;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	padding: 1% 2%;
}

.bbp-forum-title {
	font-size: 20px;
	font-weight: 700;
}

.bbp-topic-permalink {
	font-size: 18px;
	font-weight: 700;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
	border: none;
	border-radius: 50%;
	margin-bottom: -5px;
	margin-right: 5px;
	margin-left: 5px;
	width: 20px;
}

.bbp-topic-pagination {
	position: relative;
	top: -2px;
}

.bbp-topic-pagination a {
	font-size: 12px;
	padding: 2px 6px;
}

.bbp-header li {
	font-size: 14px;
}

.bbp-the-content-wrapper {
	border: 1px solid #ddd;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	font-size: 14px;
}

.bbpress #bbpress-forums .entry {
	padding: 2%;
}

span.bbp-admin-links a {
	color: #999;
	font-size: 11px;
}

.bbp-reply-permalink {
	color: #999 !important;
}

.bbp-reply-content p {
	margin-bottom: 14px;
}

#subscription-toggle {
	float: right;
	font-weight: bold;
}

.bbp-pagination-links a,
.bbp-pagination-links span.current {
	padding: 0px 10px;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
	font-size: 30px;
	margin-bottom: 20px;
}

.bbp-user-section p {
	font-size: 16px;
	margin-bottom: 10px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	margin-bottom: 10px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
	font-size: 14px;
	font-weight: bold;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	opacity: 1;
}

#bbpress-forums fieldset.bbp-form input {
	box-shadow: none;
}

.bbp-reply-content blockquote {
	color: #333;
	margin-left: 40px;
}

.bbp-reply-content blockquote p {
	font-size: 20px;
}

.switch-html,
.switch-tmce {
	border: none !important;
	border-radius: 0;
	padding: 5px 10px !important;
}

.switch-html:hover,
.switch-tmce:hover {
	background-color: #666;
}

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
    color: #333;
}

/* Forms */
.ninja-forms-form-wrap {
	background-color: #f5f5f5;
	border-radius: 3px;
	padding: 7%;
}

.ninja-forms-form-wrap .field-wrap {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.ninja-forms-form-wrap .submit-wrap {
	border: none;
}

.ninja-forms-form-wrap .field-wrap label {
	font-size: 16px;
}

.ninja-forms-form-wrap .field-wrap.label-right > label,
.ninja-forms-form-wrap .field-wrap.label-left > label {
    display: inline-block;
    width: 145px;
}

.ninja-forms-form-wrap .field-wrap.label-left label {
	margin-right: 25px;
}

.field-wrap input,
.field-wrap textarea,
.field-wrap select {
	color: #333;
	padding: 10px 15px;
}

.field-wrap input[type=submit],
.field-wrap input[type=button] {
	background-color: #0274be;
	color: #fff;
	padding: 17px 40px 15px;
}

.field-wrap input[type=checkbox],
.field-wrap input[type=radio] {
	display: inline-block;
	margin-right: 10px;
}

.ninja-forms-form-wrap .list-checkbox-wrap ul,
.ninja-forms-form-wrap .list-radio-wrap ul {
	margin-top: 10px;
}

.list-checkbox-wrap ul li,
.list-radio-wrap ul li {
	width: 50%;
}

.list-checkbox-wrap ul li label,
.list-radio-wrap ul li label {
	cursor: pointer;
	padding: 5px;
}

.ninja-forms-form-wrap #pass-strength-result {
	font-size: 16px;
	margin: 0px 0 20px;
}

.ninja-forms-form-wrap .description  {
	color: #666;
	font-size: 16px;
}

/* RM Email Services */
#rm-email-services .box {
	border-color: #ddd;
	display: flex;
	align-items: stretch;
	margin: 40px 0;
	margin: 4rem 0;
	padding: 0;
}

#rm-email-services .one-third {
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 50px;
	width: 33.3%;
}

#rm-email-services .one-third.first {
	border-left: 0;
}

#rm-email-services .caption {
	color: #999;
	font-size: 18px;
	margin-bottom: 20px;
}

#rm-email-services .row {
	font-size: 16px;
	margin-bottom: 40px;
}

#rm-email-services :last-child {
	margin-bottom: 0;
}

#rm-email-services .total-subscribers .number {
	color: #0274be;
	font-family: 'museo-sans', sans-serif;
	font-size: 54px;
	font-weight: 100;
	line-height: 1;
}

#rm-email-services .amount {
	font-weight: bold;
	font-size: 22px;
}

#rm-email-services .amount small {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

#rm-email-services .cancel {
	border-bottom: 1px solid #be023c;
	color: #be023c;
}

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

@media only screen and (max-width: 1480px) {
	
	.site-title a { background-image: url(images/logo-platform@2x.png); }
	.site-footer .wrap { background-image: url(images/logo-platform-color@2x.png); }
	
}

@media only screen and (max-width: 1139px) {
		
	.site-header {
		padding: 20px 0;
	}
	
	.site-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.sidebar-primary {
		width: 100%;
	}
	
	.rm-site-control .rm-site-control-header h3 {
		display: block;
		float: none;
		width: 100%;
	}
	
	.rm-site-control .rm-site-control-header a {
		float: none;
		margin: 0px 0px 20px 25px !important;
	}
	
	.rm-site-control-actions ul li a {
		padding: 10px;
	}
	
}

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

	.content,
	.sidebar {
		padding: 0 5%;
	}
	
	h1 {
		font-size: 28px;
		margin-bottom: 0px;
	}
	
	.rm-portal-tabs ul li a {
		border-bottom: 1px solid #ddd;
		padding: 15px;
		width: 50%;
	}
	
	#media-upload .rm-portal-tab-page {
		padding: 20px 30px;
	}
	
	#media-upload .rm-portal-tabs {
		width: 100%;
	}

	#media-upload .rm-portal-tabs ul li a {
		outline: none !important;
		width: 20%;
	}

	#media-upload .rm-portal-tabs ul li a:focus {
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	#media-upload .rm-portal-tab-page .form-table {
		background: #fff;
		margin-bottom: 30px;
	}

	#media-upload .rm-portal-tab-page .form-table th, 
	#media-upload .rm-portal-tab-page .form-table td {
		border-bottom: 1px solid #ddd;
		display: inline-block;
		height: 35px;
		line-height: 35px;
		margin: 0;
		padding: 0 2%;
		width: 68%;
	}

	#media-upload .rm-portal-tab-page .form-table th {
		width: 24%;
	}
	
	.rm-site-control {
		margin-top: 20px;
	}
	
	.rm-site-control-header {
		padding-bottom: 10px;
	}
	
	.rm-site-control .rm-site-control-header h3 {
		padding: 10px;
	}
	
	.rm-site-control .rm-site-control-header a {
		font-size: 14px;
		margin: 5px 10px 0 !important;
	}
	
	.message-alert {
		padding: 15px;
	}
	
	.rm-site-control-actions ul,
	.rm-site-control-actions ul li {
		display: block;
		width: 100%;
	}
	
	.rm-site-control-actions ul li {
		border-right: none;
	}
	
	.rm-site-control-actions ul li a,
	.rm-site-control-actions ul li a:hover {
		border-bottom: 1px solid #ddd;
		text-align: left;
	}
	
	.rm-portal-content .premise-checkout-wrap {
		padding: 20px;
		width: 100%;
	}
	
	.accesspress-checkout-form-row {
		padding-bottom: 15px;
	}
	
	.billing-table th,
	.billing-table td {
		font-size: 14px !important;
		line-height: 1.3;
		padding: 5px 15px;
	}
	
	.billing-table .date,
	.billing-table th {
		font-size: 12px !important;
	}
	
	.rm-popup .site-inner {
		padding: 15px;
	}
	
	.premise-checkout-wrap .input-submit {
		font-size: 12px;
		letter-spacing: 1px;
		padding: 15px 10px;
	}
	
	.rm-portal-content .premise-checkout-wrap .input-submit {
		font-size: 16px;
	} 
	
	.rm-portal-tab-page h1 .button-small {
		float: none;
		margin-top: 5px;
	}
	
	.theme-table table tr {
		border-bottom: 1px solid #c3e7fe;
		display: block;
		margin-bottom: 20px;
	}
	
	.theme-table table tr.header-row {
		display: none;
	}
	
	.theme-table table td {
		border-bottom: none;
		display: inline-block;
		height: auto;
		width: 100%;
	}
	
	.theme-table table .theme-name {
		background-color: #0683c8;
		color: #fff;
		text-align: center;
	}
	
	.features:before,
	.styles-available:before,
	.type-of-biz:before {
		color: #0683c8;
		font-weight: 700;
	}
	
	.styles-available:before {
		content: "Styles Available? ";
	}
	
	.type-of-biz:before {
		content: "Type of Business: ";
	}
	
	.features:before {
		content: "Exceptional Features*: ";
	}
	
	.theme-table table .fi-check,
	.theme-table table .fi-x {
		display: inline;
		margin-left: 10px;
	}

	.rm-modal-frame-wrap {
		margin: 5% !important;
		top: 0 !important;
		left: 0 !important;
		height: 90% !important;
		width: 90% !important;
	}
	
	.rm-popup .content {
		padding: 0 !important;
	}

	.rm-deploy .button-secondary,
	.rm-deploy .button-primary {
		display: block;
		margin: 0 0 10px;
		width: 100%;
	}
	
	.site-header .widget-area {
		float: none;
		margin: 0;
		text-align: center;
		width: 100% !important;
	}

	.site-header .widget-area .user-profile {
		text-align: center;
	}

	.rm-checkout .content {
		padding: 0;
	}

	.premise-checkout-wrap {
		padding: 25px;
	}

	.premise-checkout-wrap label {
		float: none;
		margin: 0;
		padding: 0 0 5px;
		text-align: left;
		width: 100%;
	}

	.premise-checkout-wrap input {
		margin: 0;
		width: 100%;
	}
	
	.premise-checkout-wrap .accesspress-checkout-payment-method-cc-wrap label {
		background-size: 46%;
		background-position: 154px 16px;
	}

	.premise-checkout-wrap .accesspress-checkout-payment-method-paypal-wrap label {
		background-position: 130px 6px;
	}
	
	

	#rm-email-services .box {
		flex-direction: column;
	}

	#rm-email-services .box .one-third {
		border-bottom: 1px solid #ddd;
		border-left: none;
		float: none;
		padding: 30px 30px 20px;
		text-align: center;
		width: 100%;
	}

	#rm-email-services .box .one-third:last-child {
		border-bottom: none;
	}
	
	#rm-email-services .caption {
		margin-bottom: 5px;
	}

	#rm-email-services .row {
		margin-bottom: 20px;
	}
	
	.rm-dns .office365-options .left,
	.rm-dns .office365-options .right {
		clear: both;
		float: none;
		width: 100%;
	}

	.rm-dns .office365-options .left {
		margin-bottom: 15px;
	}

}

#dashboard_php_nag {
	display:none;
}

/**
Ninja Form
 */
.wpforms-container button[type="submit"] {
	background-color: #0274be !important;
	color: white !important;
}

.wpforms-container {
	background: #eee !important;
	padding: 10px !important;
}
