.quote, .is-style-quote{
	font-size:1.17em;
	margin:2em 0 .5em;
}

.quoted, .is-style-quoted{  
	text-align:center;
	margin:0 10%;
}

.is-style-quoter, .quoter{
	font-weight:bold;
	text-transform:uppercase;
	color:#cc0023;
	font-family: "nexa", sans-serif;
}

.testimonials .is-style-quoter, .testimonials .quoter{ color:#fff; }

.testimonialsedit{
    background:#eee;
    padding:1rem 1rem .5rem;
    border:1px solid #ccc;
    border-radius:.1rem;
}

.testimonialsedit h1{
    font-size:1.15em;
    margin:-1rem -1rem .5rem;
    padding:.5em 1em;
    background:#999;
}

.testimonialsedit .h1{
    font-size:1.2em;
    margin:.75em 0 1em;
    line-height:1.18;
}

.is-root-container{
    box-sizing:border-box;
    width:100%;
    padding:0 2em;
}

.is-style-left, .is-style-right{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.is-style-left{ 
    width:50%;
    padding-right:2em;
}

.is-style-right figure{
	margin-left:-7%;
	width:107%;
	margin-bottom:-3em;
}

.is-style-main{
	max-width:685px;
	margin:0 auto;
}

.is-style-banner{
	display:table;
	background-size:cover;
    background-position:center top;
	padding:2em 0 0;
	position:relative;
	color:#fff;
	box-sizing:border-box;
	margin-bottom:1em;
}

.wp-block.is-style-banner{ 
	background:#aaa; 
	padding:1.5em;
}

.is-style-banner .is-style-right{
	font-family: "nexa", sans-serif;
	color:#000;
	line-height:1.3;
}

.is-style-banner .is-style-right p{ 
	font-size:1.38em;
	margin-bottom:.75em;
}

.is-style-banner .is-style-right p.is-style-quoted{ font-size:1.26em; }

.is-style-banner h1{
	color:#fff;
	text-transform:none;
	font-style:italic;
	font-weight:700;
	font-family: "freight-text-pro", serif;
	letter-spacing:0;
	font-size:2.2em;
	line-height:1.3;
	margin:0 5%;
}

.is-style-banner h2{
	color:#014178;
	font-weight:normal;
	margin:1.6em 0 .5em;
	font-size:1.38em;
}

.is-style-banner .is-style-left figure:nth-child(2){
	width:80%;
	margin:1.2em auto;
	max-width:8em;
	position:relative;
	left:-3%;
}

.is-style-banner:after{
	position:absolute;
	width:100%;
	height:5em;
	content:"";
	background:linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index:1;
	left:0;
	bottom:-1px;
}

.wp-block.is-style-banner:after{ display:none; }

.is-style-banner .is-style-left, .is-style-banner .is-style-right{
	z-index:10;
	position:relative;
}

.is-style-banner .is-style-left{
	padding-right:0;
}

/* Buy Now Buttons */

.buyNowArea{
	width:100%;
	height:auto;
	text-align:center;
    max-width:380px;
    margin:0 auto;
}

.buyNowArea > div{
    width:100%;
    margin:0 auto;
    line-height:0;
    display:flex;
    justify-content:space-between;
    gap:0 2%;
    align-content:center;
    align-items:stretch;
    flex-wrap:nowrap;
}

.buyNowButton{
    cursor:pointer;
    position:relative;
    border-radius:.1em;
    overflow:hidden;
    line-height:0;
    background:#ded8cc;
    transition:.5s background;
	box-shadow:.14em .15em .35em .04em rgba(0,0,0,0.6);
}
.buyNowButton svg{ width:100%; height:auto; }
.firstP .buyNowButton{ box-shadow:.12em .13em .35em rgba(0,0,0,0.5); }
.buyNowButton a div{ display:contents; }

.buyNowButton a{
    position:relative;
    width:100%;
    height:100%;
    z-index:100;
    left:0;
    top:0;
}

.svgcolor1{ transition:.5s fill; fill:#414950; }
.svgcolor2{ transition:.5s fill; fill:#fff; }
.svgback{ transition:.5s fill; fill:#ded8cc; }

.buyNowButton:hover .svgback{ fill:#414950; }
.buyNowButton:hover{ background:#414950; }
.buyNowButton:hover .svgcolor1{ fill:#ded8cc; }

.wp-block .buyNowArea{ max-width:none; }
.wp-block .buyNowButton{
    height:auto;
    overflow:visible;
    line-height:inherit;
    cursor:auto;
    margin:0;
    box-sizing:border-box;
    padding:.35em;
    font-size:.8em;
    border-radius:.2em;
    width:100%;
    max-width:200px;
}
.dthemeedittext{ 
    margin-bottom:.5em;
    line-height:1.3;
}
.wp-block .buyNowButton .block-editor-link-control{ 
    min-width:0 !important;
    width:100%;
    box-sizing:border-box;
    background:rgba(255,255,255,.3);
    border-radius:.15em;
}
.wp-block .buyNowButton .block-editor-link-control__search-item{ 
    padding:0;
    box-sizing:border-box;
}
.wp-block .buyNowButton svg{ width:100%; height:auto; }
.wp-block .buyNowButton .block-editor-link-control__search-item-icon{ background:transparent !important; }
.wp-block .buyNowButton .block-editor-link-control__search-item-details{ display:none; }
.wp-block .buyNowButton:hover{ background:#fff; }
.wp-block .buyNowButton a{ display:none; }

@media all and (max-width:1150px){
    .is-style-left, .is-style-right, .firstP .is-style-left, .firstP .is-style-right, .is-style-banner .is-style-left, .is-style-banner .is-style-right{
        width:100%;
        display:block;
        margin:0 auto 1em;
        padding:0;
        max-width:none;
    }
	.is-style-banner .is-style-right figure{ 
		margin:0 auto;
		width:100%;
	}
	.is-style-banner .is-style-left{ text-align:center;}
	.is-style-banner .is-style-left figure, .is-style-banner .is-style-right figure{ 
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
	}
}