/*
Stylesheet Name: Landing Page Styles
Description: Custom styles for ACF landing page template
Author: Nuts and Bolts Media, LLC / Modified Delos Inc.
Author URI: https://www.nutsandboltsmedia.com/ https://www.delosinc.com
Version: 1.0.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.landing .site-inner {
	max-width: none;
	padding-top: 0;
}

.landing .entry {
	margin-bottom: 0;
	padding: 0;
}

.landing-header img {
	max-width: 100%;
}

.landing .button {
	margin-top: 25px;
}

/* Hero with text and button */

.landing-hero {
	padding: 40px;
	text-align: center;
	min-height: 500px;
}

.hero-content {
	margin: 40px auto;
	padding: 120px 40px;
	width: 100%;
}

.hero-content .wrap {
	max-width: 100%;
}

.hero-content {
	padding-top:30px;
	padding-bottom: 10px;
}

.hero-content.light {
/*	background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(30%,rgba(255,255,255,0.5)), color-stop(80%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.9) 100%);
	*/
	display: table;
	overflow: hidden;
	table-layout: fixed;
}


.hero-content.dark {
/*	background: -moz-linear-gradient(top,  rgba(000,000,000,0.2) 0%, rgba(000,000,000,0.5) 30%, rgba(000,000,000,0.8) 80%, rgba(000,000,000,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(000,000,000,0.2)), color-stop(30%,rgba(000,000,000,0.5)), color-stop(80%,rgba(000,000,000,0.8)), color-stop(100%,rgba(000,000,000,0.9)));
	background: -webkit-linear-gradient(top,  rgba(000,000,000,0.2) 0%,rgba(000,000,000,0.5) 30%,rgba(000,000,000,0.8) 80%,rgba(000,000,000,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(000,000,000,0.2) 0%,rgba(000,000,000,0.5) 30%,rgba(000,000,000,0.8) 80%,rgba(000,000,000,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(000,000,000,0.2) 0%,rgba(000,000,000,0.5) 30%,rgba(000,000,000,0.8) 80%,rgba(000,000,000,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(000,000,000,0.2) 0%,rgba(000,000,000,0.5) 30%,rgba(000,000,000,0.8) 80%,rgba(000,000,000,0.9) 100%);*/
	display: table;
	overflow: hidden;
	table-layout: fixed;
}

 .hero-content.dark .hero-text{
	background: rgba(0, 0, 0, .4);
}

 .hero-content.dark .hero-button{
	background: rgba(0, 0, 0, .4);
}

.hero-content.dark, .hero-content.dark h1, .hero-content.dark h2,  .hero-content.dark  h3, .hero-content.dark h4 {
	color: #f3f3f3;
	text-align: center;
}
.hero-content.dark h3 {
	color: #ef8014;
}

/* .hero-content.dark, .hero-content.dark h1, .hero-content.dark h2,  .hero-content.dark  h3, .hero-content.dark h4 {
	text-shadow: color: #fdfdfd; text-shadow: 3px 3px rgba(0, 0, 0, 0.3), 0 0 21px rgba(0, 0, 0, 0.3), 0 0 14px rgba(0, 0, 0, 0.3), 0 0 7px rgba(0, 0, 0, 0.3);
	}
	*/

	
.hero-content.light .hero-text{
	background: rgba(255,255,255,0.5);
}

 .hero-content.light .hero-button{
	background: rgba(255,255,255,0.5);
}

.hero-content .hero-text{
	padding: 25px 30px 20px;
}

 .hero-content .hero-button{
	padding-bottom: 20px;
 }

/* top logo */
.landing-header img {
	margin-bottom: 0;
}

/* Headline with WYSIWYG */

.heading-text .wrap {
	padding: 60px 0;
}

.plain-title {
	text-align: center;
}
.light-text h2.plain-title {
	color: #fff;
}

.light-text {
	color: #fff;
}

/* Left image, right text */

.left-image-right-text .wrap {
	align-items: center;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	padding: 60px 0;
}

.left-image-right-text .one-half {
	vertical-align: middle;
}

.left-image-right-text img {
	margin-bottom: 0;
}

/* Left text, right image */

.left-text-right-image .wrap {
	align-items: center;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	padding: 60px 0;
}

.left-text-right-image .one-half {
	vertical-align: middle;
}

.left-text-right-image img {
	margin-bottom: 0;
}

/* Blockquote */


.landing-quote .wrap {
	max-width: 650px;
margin: 0 auto;
	padding: 60px 0;
}


.company {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

/*Headline with columns */

.column-button {
	text-align: center;
}

/* Pricing tables */

.pricing-2 .wrap,
.pricing-3 .wrap,
.pricing-4 .wrap {
	padding: 60px 0 120px;
}

.pricing-headline {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 30px;
	text-align: center;
}

.pricing-columns {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.pricing-table {
	background-color: #fff;
	/*box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);*/
	box-shadow:  0 0 44px -7px rgba(0, 0, 0, 0.21);
	padding: 20px;
	text-align: center;
}

.pricing-table ul {
	margin-left: 0;
}

.pricing-table ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	padding: 5px 0 9px;
}

.pricing-table ul li:last-child {
	border-bottom: none;
}

.pricing-title {
	font-size: 24px;
	font-size: 2.4rem;
}

/* close up gap when there are four columns */
.pricing-table.one-fourth {
	margin-left: 0;
}

.entry-content .price {
	font-size: 50px;
	font-size: 5rem;
}
/* pricing table price when sup and span are added */
.price sup {
	font-size: 20px;
	top: -1em;
}

.price span {
	font-size: 18px;
}
/* pricing table bullet spacing */

/* pricing table box shadow */

/* general styles 
=========================================================*/

p.narrow, h1.narrow, h2.narrow, h3.narrow, h4.narrow {
	margin: 0 auto 20px;
	max-width: 750px;
}

 .landing .narrow {
	max-width: 750px;
	margin: 0 auto 20px;
	}
	

.hero-content h1, .hero-content p {
	margin: 0 auto 20px;
	max-width: 750px;
}

/* narrow the page and center it */
.narrow-center {
	max-width: 620px;
	margin: 0 auto;
}
/* Media queries */

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

	.landing-hero {
		padding: 40px 0;
	} 

	.hero-content {
		margin: 20px auto;
		padding: 60px 20px;
		width: 85%;
	}

} /* / media 1200 */

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

	.left-image-right-text .wrap,
	.left-text-right-image .wrap {
		padding: 30px 0;
	}

	.landing-quote .wrap,
	.pricing-2 .wrap,
	.pricing-3 .wrap,
	.pricing-4 .wrap,
	.heading-text .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.landing .site-inner {
		padding: 0;
	}

	.left-image-right-text .wrap,
	.left-text-right-image .wrap {
		display: block;
	}

	.left-image-right-text .one-half {
		margin: 20px 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.pricing-2 .wrap,
	.pricing-3 .wrap,
	.pricing-4 .wrap {
		padding: 30px 5%;
	}
	.hero-content {
    padding: 60px 20px;
    width: 100%;
}

} /* / media 860 */

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

	.pricing-columns {
		display: block;
	}

	.pricing-table {
		margin-bottom: 30px;
	}

	.pricing-table:last-child {
		margin-bottom: 0;
	}
} /* / media 755 */

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