/*
	Theme Name: Default Theme
	Theme URI: http://www.newrainmaker.com
	Description: Default theme is a theme designed specifically for landing page display.
	Author: New Rainmaker
	Author URI: http://www.newrainmaker.com
	Version: 1.0
	Tags: default-landing-page

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,700);

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

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

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

body {
    color: #2e2a31;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a,
button,
input {
    outline: none;
}

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

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

a,
a:visited {
    color: #cf3b1d;
}

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

a:hover {
    color: #30c4e2;
}

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

strong {
    font-weight: 700;
}

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

blockquote {
    margin: 40px 40px 24px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 50px;
    height: 0;
    left: -30px;
    position: relative;
    top: -30px;
    text-align: left;
}

.content code {
    background-color: #333;
    color: #ddd;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */
.site-header .site-description,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #18161a;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 16px;
}

h1,
.section-heading h2 {
    font-size: 54px;
}

#section_1 h1,
#section_1 h2,
#section_1 h3,
#section_1 h4,
#section_1 h5,
#section_1 h6 {
	color: #fff;
}

.site-header .site-description,
h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.section-heading {
    margin-bottom: 80px;
    text-align: center;
}

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

input,
select,
textarea {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    color: #999;
    padding: 16px;
    width: 100%;
}

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

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

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

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input.submit {
    background-color: #cf3b1d;
    border: none;
    border-radius: 60px;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
	font-size: 24px;
	font-weight: 700;
    padding: 16px 40px;
	text-decoration: none;
    width: auto;

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

a.button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
input.submit {
    background-color: #30c4e2;
    color: #fff;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

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

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

.site-container {
	background: rgba(46,42,49,0.7);
}

.wrap,
.section-wrap,
.single-column .section-heading-wrap {
    margin: 0 auto;
    max-width: 960px;
	position: relative;
}

.single-column .section-wrap {
	max-width: 100%;
}

.single-column .module-wrap {
    margin: 0 auto;
    max-width: 960px;
	position: relative;
}

.section {
    padding: 80px 0;
}

.site-header {
    padding: 40px 0;
}

.section {
	background: rgba(238, 233, 229, 0.7);
}

#section_1 {
	background: none;
	color: #fff;
}

.module {
    margin-bottom: 60px;
}

.section .module:last-child {
    margin-bottom: 0;
}

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

.content {
    width: 100%;
}

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

.site-header {
	background: rgba(46, 42, 49, 0.7);
	color: #fff;
    text-align: center;
}

.site-header h1 {
	color: #fff;

	-webkit-animation: slide-in-top 1s ease 1;
	-moz-animation: slide-in-top 1s ease 1;
	-ms-animation: slide-in-top 1s ease 1;
	-o-animation: slide-in-top 1s ease 1;
	animation: slide-in-top 1s ease 1;
}

.site-header h1 a {
	color: #fff;
}

.site-header .site-description {
	background: #cf3b1d;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	padding: 15px 30px 12px;

	-webkit-animation: slide-in-bottom 1s ease 1;
	-moz-animation: slide-in-bottom 1s ease 1;
	-ms-animation: slide-in-bottom 1s ease 1;
	-o-animation: slide-in-bottom 1s ease 1;
	animation: slide-in-bottom 1s ease 1;
}

.site-header img {
	margin-bottom: 20px;
}


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

/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 36px;
    line-height: 1;
    text-align: center;
}

.entry-subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
}

.content .notice {
    background-color: #ffffe6;
    margin: 0 16px 16px 16px;
    overflow: auto;
    padding: 16px 24px;
    border: 1px solid #ddd;
}

/*
Landing Page
---------------------------------------------------------------------------------------------------- */

/* General
--------------------------------------------- */

.separator {
    border-top: 1px solid #ddd;
    height: 1px;
}

.features ul,
.features ul li,
.testimonials ul,
.testimonials ul li,
.pricing ul,
.pricing ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Features
--------------------------------------------- */

.features {
	margin-bottom: 40px;
}

.features ul li {
	color: #fff;
    padding: 0 0 20px 90px;
}

.features h4 {
	color: #fff;
}

.features ul li .feature-icon {
	color: #cf3b1d;
	font-size: 50px;
}

.features ul li .feature-icon,
.features ul li img {
	float: left;
	margin-right: 20px;
	margin-left: -90px;
	max-width: 65px;
}

.features ul li .feature-icon {
	margin-left: -80px;
	text-align: center;
}


/* Opt-in form
--------------------------------------------- */

.optinform {
	margin: 0 auto;
	max-width: 500px;
}

.optinform .module-wrap {
	background: #2e2a31;
	color: #fff;
	padding: 30px;
	text-align: center;
}

.optinform .module-wrap form {
    text-align: center;
}

.optinform .module-wrap h3 {
	color: #fff;
	margin-bottom: 30px;
}

.optinform form input {
	margin-bottom: 10px;
	text-align: center;
}

.optinform form input[type=submit] {
	margin-bottom: 20px;
	margin-top: 20px;
}

.optinform small {
	display: block;
	font-style: italic;
}


/* Testimonials
--------------------------------------------- */

.testimonials ul li {
    margin-bottom: 50px;
    text-align: center;
}

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

.testimonials ul li img {
	border-radius: 50%;
	margin-bottom: 20px;
	max-width: 100px;
}

.testimonials ul li blockquote {
	color: #2e2a31;
    font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

.testimonials ul li blockquote:before {
	display: none;
}

.testimonials ul li cite {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* CTA
--------------------------------------------- */

.cta {
    text-align: center;
}

.one-half .cta .button {
	width: 80%;
}

#section_3 {
	background: #2e2a31;
	color: #fff;
}

#section_3 h2 {
	color: #fff;
}

/* Plans & Pricing
--------------------------------------------- */

.price-section .price-column.one-third {
	margin-left: 2%;
	width: 32%;
}

.price-section .price-column.one-fourth {
	margin-left: 0.5%;
	width: 24.6%;
}

.price-section .price-column.one-fifth {
	margin-left: 0.5%;
	width: 19.6%;
}

.price-section .price-column.first {
	margin-left: 0;
}

.price-section .section-heading {
	margin-bottom: 100px;
}

.pricing {
    background: #fff;
	border-radius: 5px;
    padding: 40px;
	margin-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.full-width .pricing {
    float: none;
    margin: 0 auto;
    padding: 40px;
    width: 50%;
}

.one-third .pricing {
    padding: 30px;
}

.one-fourth .pricing {
    padding: 20px;
}

.one-fifth .pricing {
    padding: 15px;
}

.pricing a:hover {
	color: #30c4e2;
}

.pricing .name {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}

.pricing .price {
	color: #cf3b1d;
    font-size: 54px;
    font-weight: bold;
}

.pricing .signup small,
.pricing .price small {
    font-size: 20px;
	font-style: italic;
	opacity: 0.6;
}

.pricing .signup small {
	display: block;
	font-size: 16px;
	margin-top: 20px;
}

.pricing .features {
    margin: 0px 0 40px;
}

.pricing .features p {
	font-size: 16px;
    margin: 0;
    padding: 10px 0 0 35px;
	position: relative;
	font-style: italic;
	text-align: left;
}

.pricing .features p:before {
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	content: "\f147";
	color: #fff;
	display: block;
	font-family: "dashicons";
	font-size: 18px;
	height: 25px;
	line-height: 27px;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 25px;
	-webkit-font-smoothing: antialiased;
}

.pricing.most-popular a {
	color: #fff !important;
}

.pricing.most-popular {
    background: #18161a;
    color: #fff;
    margin-top: -20px;
}

.pricing.most-popular .name,
.pricing.most-popular .price {
	color: #fff;
}

.pricing.most-popular .name {
	margin-top: 15px;
}

.popular-tag {
	background: #fff;
	border-radius: 5px;
	color: #1e1810;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 auto;
	position: relative;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	z-index: 99;
}

.pricing .button {
	width: 100%;
}


/* Image
--------------------------------------------- */

.image {
	display: block;
	line-height: 0;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	position: relative;
	-webkit-box-shadow: 8px 8px 35px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    8px 8px 35px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         8px 8px 35px 0px rgba(0, 0, 0, 0.5);
}

.image:after,
.image:before {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	bottom: -3px;
	display: block;
	content: "";
	height: 100%;
	position: absolute;
	right: -3px;
	width: 100%;
	z-index: 2;
}

.image:after {
	bottom: -6px;
	right: -6px;
	z-index: 1;

	-webkit-box-shadow: 2px 2px 0 0 rgba(255, 255, 255, 1);
	-moz-box-shadow:    2px 2px 0 0 rgba(255, 255, 255, 1);
	box-shadow:         2px 2px 0 0 rgba(255, 255, 255, 1);
}

.image h2 {
	background: rgba(46,42,49,0.90);
	color: #fff;
	font-size: 44px;
	padding: 5px 10px;
	position: absolute;
	top: 50px;
	left: 50px;
	margin-right: 50px;
}

.image .module-wrap {
	position: relative;
	z-index: 99;
}

.image .module-wrap img {
    min-width: 100%;
}

.image figcaption {
	background: #cf3b1d;
	color: #fff;
	bottom: 50px;
	display: inline-block;
	font-weight: bold;
	left: -10px;
	line-height: 1.5;
	margin-right: 20px;
	padding: 10px 20px;
	position: absolute;
}

/* Video
--------------------------------------------- */

embed,
object,
video {
	max-width: 100%;
}

.video-wrapper {
	position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 0; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

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

.video {
	background: none;
	border-radius: 5px;
	line-height: 350px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	max-width: 960px;
}

.video .module-wrap {
	padding: 0;
}

.video.small {
	height: 350px;
}

.video .video-preview {
	border-radius: 3px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.video .video-preview img {
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 0;
}

.video button {
	position: relative;
	top: 50%;
	z-index: 1;
}

/* Social
--------------------------------------------- */

.social {
    text-align: center;
}

.site-container .social .sharrre {
	height: 80px;
	margin: 0 7px;
	position: relative;
	text-align: center;

	vertical-align: top;
	width: 80px;

	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.site-container .social .share:hover:before,
.site-container .social .share:before {
	font-size: 25px !important;
	top: 25px !important;
	left: 0px;
	text-align: center;
	width: 100%;
}

.site-container .social .sharrre:hover .share,
.site-container .social .share:hover,
.site-container .social .share,
.site-container .social .share-outlined .share,
.site-container .social .share-outlined .share:hover,
.site-container .social .share-outlined.share-small .twitter .share,
.site-container .social .share-outlined.share-medium .twitter .share {
	border: 2px solid #cf3b1d;
	border-radius: 50% !important;
	background: #cf3b1d;
	color: #fff;
	display: block;
	height: 80px;
	float: none;
	font-size: 14px;
	text-indent: -9999px;
	width: 100% !important;

	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.site-container .social .sharrre:hover :not(.no-count) .share {
	background: #fff !important;
	border-color: #fff !important;
	color: #fff;
}

.site-container .social .count {
	display: none;
}

.site-container .social .sharrre:hover :not(.no-count) .count {
	background: #fff !important;
	border: none;
	color: #30c4e2;
	display: block;
	font-size: 18px;
	height: 23px;
	line-height: 23px;
	border-radius: 0;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	z-index: 99;
}

.site-container .social .twitter.sharrre:hover .count {
	display: none;
}

.site-container .social .share-tall .twitter .share:before {
	display: block;
}

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

.site-footer {
	background: rgba(238, 233, 229, 0.7);
    font-size: 14px;
    padding: 40px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}

#premise-final-edit-post-link {
    clear: both;
}


/*
Animations
---------------------------------------------------------------------------------------------------- */

/* Slide in from top */
@-webkit-keyframes slide-in-top {
	from { opacity: 0; -webkit-transform: translateY(25px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@-moz-keyframes slide-in-top {
	from { opacity: 0; -moz-transform: translateY(25px); }
	to { opacity: 1; -moz-transform: translateY(0); }
}

@-o-keyframes slide-in-top {
	from { opacity: 0; -o-transform: translateY(25px); }
	to { opacity: 1; -o-transform: translateY(0); }
}

@-ms-keyframes slide-in-top {
	from { opacity: 0; -ms-transform: translateY(25px); }
	to { opacity: 1; -ms-transform: translateY(0); }
}

@keyframes slide-in-top {
	from { opacity: 0; transform: translateY(25px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Slide in from top */
@-webkit-keyframes slide-in-bottom {
	from { opacity: 0; -webkit-transform: translateY(-25px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@-moz-keyframes slide-in-bottom {
	from { opacity: 0; -moz-transform: translateY(-25px); }
	to { opacity: 1; -moz-transform: translateY(0); }
}

@-o-keyframes slide-in-bottom {
	from { opacity: 0; -o-transform: translateY(-25px); }
	to { opacity: 1; -o-transform: translateY(0); }
}

@-ms-keyframes slide-in-bottom {
	from { opacity: 0; -ms-transform: translateY(-25px); }
	to { opacity: 1; -ms-transform: translateY(0); }
}

@keyframes slide-in-bottom {
	from { opacity: 0; transform: translateY(-25px); }
	to { opacity: 1; transform: translateY(0); }
}

/*
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) {

}

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


}

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

	.wrap,
	.section-wrap {
		padding: 0 3%;
	}

}

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

	h1,
	.section-heading h2 {
		font-size: 48px;
	}

	.image {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}

	.image h2 {
		font-size: 38px;
	}

	.site-header {
	    padding: 20px 0;
	}

	.section {
		padding: 40px 0;
	}

	.optinform,
	.video {
		width: 90%;
	}

	.site-container .price-section .price-column {
		float: none;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
		width: 100%;
	}

}

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

	h1,
	.section-heading h2 {
		font-size: 32px;
	}

	.image {
		width: 80%;
	}

	.image h2 {
		font-size: 30px;
		top: 20px;
		left: 20px;
		margin-right: 20px;
	}

	.site-header {
	    padding: 10px 0;
	}

	.section {
		padding: 20px 0;
	}

	h4 {
		font-size: 20px;
	}

	.features {
		margin: 20px 0 10px;
	}

	.one-half .cta .button {
		padding: 16px 30px;
		width: 100%;
	}

}
