/*
	Theme Name: Monument
	Theme URI: http://www.newrainmaker.com
	Description: Monument template description.
	Author: New Rainmaker
	Author URI: http://www.newrainmaker.com
	Version: 1.0
	Tags: default-landing-page

*/

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

@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400);


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

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

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

body {
    background-color: #28272c;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}

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: #ceb15b;
}

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

a:hover {
    color: #28272c;
}

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

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

.site-header .site-description,
.section-heading p,
.testimonials cite,
.popular-tag {
	color: #ceb15b;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.75;
	text-transform: uppercase;
}

.cta,
.cta p,
.testimonials cite {
	color: #fff;
}

strong {
    font-weight: 700;
}

blockquote {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.75;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 120px;
    height: 0;
    left: -50px;
    position: relative;
    top: -70px;
	width: 20px;
}

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

cite {
    font-style: normal;
}

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

.site-header h1,
.site-header .site-description {
	padding: 0 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #28272c;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    line-height: 1.3;
    margin: 0 0 16px;
}

.site-header h1 {
	color: #fff;
	margin-bottom: 40px;
}

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

.site-header h1:before {
	content: " ";
	display: block;
	border-top: 1px solid #ceb15b;
	margin: 30px auto 40px;
	width: 100px;
}

h1 {
	font-size: 60px;
}

h2 {
    font-size: 54px;
}

.cta h2 {
	color: #fff;
}

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

h4 {
	color: #ceb15b;
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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


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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eee inset;
    color: #999;
    font-size: 14px;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    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: #28272c;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 20px 20px 18px;
    text-decoration: none;
    text-transform: uppercase;
    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: #ceb15b;
    color: #fff;
}

a.button {
    display: inline-block;
}

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

.site-header .button-more {
	background: none;
    border: 1px solid #ceb15b;
	border-radius: 50%;
	bottom: 100px;
	display: block;
	font-family: "dashicons";
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	margin-left: -25px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	letter-spacing: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 50px;
	
	-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;
}

.site-header .button-more:after {
	content: "\f347";
}

.site-header .button-more:hover {
	background: #ceb15b;
	color: #fff;
}


/* 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-header .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 {
	background: #fff;
    padding: 96px 0;
}

#section_6 {
	padding-bottom: 20px;
}

.testimonials-section {
	border: none;
	padding: 0;
}

.site-header {
	background: rgba(40,39,44,0.85);
	color: #fff;
	text-align: center;
}

.site-header .wrap {
	margin: 0 auto;
	padding: 60px 0 240px;
	position: relative;
}

.module {
    margin-bottom: 60px;
}

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

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

.content {
    width: 100%;
}

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

.site-header {
    text-align: center;
}

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

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

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

.entry-subtitle {
    font-size: 24px;
    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 ul li {
    padding: 20px 20px 20px 90px;
}

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

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


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

.testimonials {
	background: #28272c;
	color: rgba(255,255,255,0.6);
	margin: 0;
	padding: 80px 0 0;
	text-align: center;
}

.testimonials ul li {
    padding: 0 0 80px;
}

.testimonials blockquote {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.75;
}

.testimonials cite {
	font-size: 12px;
}

.testimonials img {
	border-radius: 50%;
	margin: 0 auto;
	max-width: 100px;
}


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

.cta {
    background: #ceb15b;
	color: #fff;
    text-align: center;
	margin: 0;
	padding: 80px 0;
}


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

.pricing {
    background: #28272c;
    border: 5px solid #fff;
	border-radius: 12px;
	color: #fff;
    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 .name {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.pricing .price {
    font-family: 'Roboto', sans-serif;
    font-size: 54px;
    font-weight: 300;
}

.pricing .signup small,
.pricing .price small {
    color: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
	font-style: italic;
	opacity: 0.6;
}

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

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

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

.pricing .features p:before {
	content: "\f147";
	display: block;
	font-family: "dashicons";
	font-size: 24px;
	position: absolute;
	left: 0px;
	top: 2px;
	-webkit-font-smoothing: antialiased;
}

.pricing.most-popular {
    background: #ceb15b;
    color: #fff;
	margin-top: -10px;
}

.pricing.most-popular .name {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-size: 36px;
}

.popular-tag {
	margin-bottom: 15px;
    text-align: center;
}

.pricing.most-popular small  {
	color: #fff;
}

.pricing .button {
	width: 100%;
}

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

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

.optinform .module-wrap {
	background: #28272c;
	color: #fff;
	padding: 30px;
	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;
}



/* 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 #ceb15b;
	border-radius: 50% !important;
	background: none !important;
	color: #ceb15b;
	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;
	color: #fff !important;
}

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

.site-container .social .sharrre:hover :not(.no-count) .count {
	background: #fff !important;
	border: none;
	color: #ceb15b;
	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-color: #fff;
    font-size: 14px;
    padding: 40px 0;
    text-align: center;
}

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

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

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

/*
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: 1024px) {
	
	.site-header h1,
	.site-header .site-description,
	.module-wrap,
	.section-heading-wrap {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.pricing .features p {
		padding: 0;
		text-align: center;
	}
	
	.pricing .features p:before {
		display: inline-block;
		margin-right: 15px;
		position: relative;
	}
	
	.pricing {
		margin-top: 10px;
	}
	
	.pricing.most-popular {
		margin-top: 50px;
	}	
	
	.section-heading {
		margin-bottom: 4%;
	}
	
	.section {
		padding: 8% 0 4%;
	}
	
	.cta,
	.testimonials {
		padding: 8% 0;
	}

}

@media only screen and (max-width: 768px) {
	
	.site-container .price-section .price-column {
		float: none;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
		width: 100%;
	}
	
    h1 {
		font-size: 50px;
	}
    
    .site-header .site-description,
    h2 {
		font-size: 42px;
	}
	
	.testimonials blockquote {
		font-size: 20px;
		line-height: 1.5;
	}
	
	.optinform,
	.video {
		width: 90%;
	}
    
}

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

	h1,
	h2,
	.site-header .site-description {
		font-size: 30px;
		font-weight: 300;
	}
	
	.site-header h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	
	.site-header h1:before {
		margin-bottom: 30px;
	}
	
	.site-header img {
		top: 20px;
	}
	
	.site-header .wrap {
		padding: 45px 0 80px;
	}
	
	.site-header .button-more {
		bottom: 20px;
	}

}
