/*
Theme Name: All One Page Site
Author: Danny Moore
Author URI: http://www.amplifypublishinggroup.com
Description: This theme is a basic blog based book website.
Version: 1.0
License: ©2022 Danny Moore
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: allonepagesite
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/******************** body *******************/

body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	border:0px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size:17px;
	line-height:1.5;
	background:#fff;
	color:#000;
	font-family: baskerville-urw, serif;
}

img{ border:0px; }

#loader{
    width:100%;
    height:100%;
    z-index:1000000;
    position:fixed;
    top:0;
    left:0;
    background:#fff;
}

#loaderin{
    width:6vw;
    min-width:80px;
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
}

#loader svg{
	position:absolute;
    fill:#0e60ad;
    animation-duration:2s; 
    animation-iteration-count:infinite; 
    transform-origin:center;
    animation-timing-function:linear;
    animation-name:fr0;
}

@keyframes fr0 { 
  0% { transform:translate(-50%,-50%) rotate(0deg); } 
  100% { transform:translate(-50%,-50%) rotate(359deg); }
}  
#loader svg{ animation-name: fr0; }

hr{
	height:1px;
	border:0px;
	background:rgba(0,0,0,0.1);
	margin:2.2em 0 2.3em 0;
	clear:both;
}

h1, h2, .h1, .h2, h4, .h4, .h5, h5, .h6, h6, .h7, h7{
	font-size:2.5em;
	margin:0 0 .4em 0;  
    font-family: acumin-pro-extra-condensed, sans-serif;
    color:#0e60ad;
    line-height:1;
    font-weight:600;
    text-transform:uppercase;
    text-align:center;
}

h2, .h2{
    text-align:center;
    margin-bottom:.3em;
    font-size:2.6em;
    letter-spacing:.02em;
    color:#000;
}

.firstP h2{ color:#fff; }

h3, .h3{
	font-size:1.8em;
	margin-bottom:1em;
    text-align:center;
    line-height:1.2;
    font-family: acumin-pro-extra-condensed, sans-serif;
    text-transform:uppercase;
    letter-spacing:.05em;
    font-weight:600;
}

.firstP h3{
    margin-bottom:.4em;
}

h4, .h4{ 
    font-size:1.75em;
    margin:1em 0 0.5em 0;
}

.firstP hr.wp-block-separator{
    margin:.5em auto;
    background:#f83474;
    box-shadow:0 2px 8px rgba(0,0,0,0.4);
    border:0;
    height:2px;
}

.firstP h4, .firstP .h4{
    color:#fff;
    letter-spacing:.04em;
    margin:0 0 -.25em;
}

.h5, h5{
    margin:0 0 0.1em;
    font-size:11em;
    text-align:center;
    line-height:.74;
    font-weight:600;
    text-transform:uppercase;
    color:#fff;
    letter-spacing:.03em;
}

.smaller{
    font-size:.53em;
    color:rgba(32,128,247,0.75);
    line-height:0;
    display:inline-block;
}

.h6, h6, .h7, h7{
    font-size:1.9em;
    margin:0 0 .6em;
    text-align:center;
}

.h7, h7{
    font-size:1.6em;
    color:#f83474;
    margin-left:7%;
    margin-right:7%;
}

h3 a{
	color:#f83474;
	transition:.4s color;
    text-align:left;
}

.h3{ 
    text-align:left;
    margin-bottom:.1em;
}

p{ margin:0 0 1em 0; }
em, i{ font-style:italic; }
strong, b{ font-weight:bold; }

a{
	text-decoration:none;
	color:#f83474;
	transition:.4s color;
}

a:hover{
	color:#134e75;
}

#outside{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
    overflow:hidden;
}

#inside{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}

#top{
	width:100%;
	height:auto;
	position:fixed;
	z-index:10000;
	clear:both;
	float:left;
    background:#fff;
    box-shadow:0 3px 6px rgba(0,0,0,0.15);
}

#navMenuSm{
    z-index:200000;
    position:fixed;
    width:auto;
	display:none;
	height:100%;
	padding:0;
    top:0;
    right:0;
    background:#02415e;
}

#content{
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto 0 auto;
	clear:both;
	float:left;
	position:relative;
	z-index:150;
}

/******************** insides ********************/

#topinside{
	position:relative;
    display:inline-block;
    padding:1em 2em;
    width:calc(100% - 4em);
    transition:.3s padding, .3s width, .3s background;
    line-height:1;
}

.slid{
    padding:.5em 1em !important;
    width:calc(100% - 2em) !important;
}

/********************* Top ************************/

#title{
	position:relative;
    display:block;
    transition:.3s;
    float:left;
    color:#0e60ad;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight:bold;
    font-size:2.8em;
    text-transform: uppercase;
    letter-spacing:.03em;
}

#title a{ 
    color:#0e60ad;
    transition:.5s color;
}

#title:hover a{ color:#f83474; }

.slid #title{ font-size:2.2em; }

.spacer{
    position:absolute;
    z-index:200;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#navMenu{
    display:block;
    text-align:right;
    padding-top:.15em;
    padding-right:0;
    transition:.3s;
    float:right;
    position:relative;
    top:1em;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:.17em;
}

.slid #navMenu{ margin-top:-.26em; padding-top:0; }

#navMenu div{ display:inline-block; }

.social{
	position:relative;
    z-index:10;
    background:#113252;
    padding:.65em;
}

.wp-block-group__inner-container .social{ margin-left:0; }

.social a{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
}

.iconDiv{
	width:1.15em;
	height:1.15em;
	margin:0 0 0 .25em;
	position:relative;
	display:inline-block;
	text-align:center;
	cursor:pointer;
}

.iconDiv svg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100% !important;
}


.iconDiv svg{
	fill:#fff;
	transition:.3s fill;
}

.iconDiv:hover svg{
	fill:#f83474;
}

.wp-block-group__inner-container .iconDiv{
    width:1.5em;
    height:1.5em;
    margin:0 .5em 0 0;
}

/******************** Nav **************************/

#smNavShow{ display:none !important; }

#navMenu .menu, #navMenu ul, #navMenuSm .menu, #navMenuSm ul{
	list-style:none;
	padding:0;
	position:relative;
	z-index:900;
	margin:0 0 0 0;
	display:inline-block;
}

#navMenuSm .menu, #navMenuSm ul{
	width:100%;
	margin:0 0 1em;
	padding:0;
}

#navMenu ul li, #navMenuSm ul li{
	display:inline-block;
	float:none;
	padding:0;
	margin:0;
}

#navMenuSm ul li{
    clear:both;
    float:left;
	height:auto;
}

#navMenu ul li a, #navMenuSm ul li a{
	text-decoration:none;
	font-family: acumin-pro-condensed, sans-serif;
    font-weight:bold;
    color:#000;
	display:inline-block;
	padding:0 .85em;
	width:auto;
	height:auto;
	position:relative;
	line-height:1;
	font-size:1.25em;
	transition:.5s color;
    cursor:pointer;
}

#navMenu ul li a:hover, #navMenuSm ul li a:hover{ color:#f83474; }

#navMenu .active a, #navMenuSm .active a{ color:#f83474 !important; }

#menucloser{
    width:100%;
    height:.75em;
    margin:1em 0 .8em 1.5em;
    fill:#fff;
    cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition:.5s fill;
}

#menucloser svg{
    height:100%;
    width:auto;
}

#menucloser:hover{ fill:#f83474; }

/****** sub menu ******/

#navMenu ul ul{
	opacity:0;
	display:none;
	position:absolute;
	z-index:999;
	margin-top:.5em;
	border-radius:0 0 3px 3px;
	width:200px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, #fff 50%, #efefef 100%);
	background: -webkit-linear-gradient(top, #fff 50%,#efefef 100%);
	background: linear-gradient(to bottom, #fff 50%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	box-shadow:0 6px 16px rgba(0,0,0,0.2);
}

#navMenu ul ul ul{
	left:200px;
	width:230px;
	margin-top:-2.5em;
}

#navMenu ul ul li{
	clear:both;
	float:left;
	margin:0;
	text-align:left;
	width:100%;
	transition:.5s background;
}

#navMenu ul li ul a{
	font-size:1.25em;
	display:block;
	line-height:1.15;
	font-style:italic;
	padding:.6em .65em .3em .65em;
	width:100%;
}

#navMenu ul li ul a:hover{ color:#000 !important; }	

#navMenu ul ul li:hover{
	background:#fff200;
}

#navMenuSm ul ul{
	opacity:1;
	position:relative;
	display:block;
	margin:0;
	border-radius:0;
	box-shadow:none;
	padding:0;
	backfgound:#ddd;
}

/******************** Main Content *******************/

#mainContent{
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}

#mainText{
	width:100%;
	float:left;
	margin-left:0;
}

.pages{
    background-size:cover;
    background-position:center top;
    display:inline-block;
    width:100%;
}

.pageinside{
    max-width:750px;
    margin:0 auto;
    padding:3em 0;
    text-align:left;
    position:relative;
}

.addwide{ padding:0; }

.firstP .pageinside{
    position:relative;
    text-align:center;
    padding:0;
    display:inline-block;
    max-width:none;
    width:100%;
    z-index:5;
}

#mainContent ul, #mainContent ol{
	list-style:none;
	margin:1em 0;
}

#mainContent ol{ list-style:decimal; }

#mainContent ol ol{ list-style:lower-latin; }

#mainContent ul li, #mainContent ol li{
	padding:0 0 .5em 1.75em;
	margin-left:1em;
}

#mainContent ul li{
	text-indent:-1.2em;
	line-height:1.3;
	margin-bottom:.35em;
}

#mainContent ul li:before{
	color:inherit;
	content:'•';
	margin-right:.4em;
	font-size:1.25em;
}

.main{
    text-align:center;
    max-width:700px;
    margin:0 auto;
}

/******************* Bottom **********************/

#bottom{
	width:100%;
	height:auto;
	clear:both;
	float:left;
	padding:.6em 0 1em;
	position:relative;
}

#bottomInside{
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:center;
}

#copyright{
	width:100%;
	clear:both;
	font-size:.75em;
	line-height:1;
	text-align:center;
    font-style:italic;
	color:#000;
	margin:0;
}

/******************* Blog Posts *************************/

.blogposts{
    width:100%;
    clear:both;
    font-size:0;
    text-align:center;
}

.blogpost{
    font-size:1rem;
    display:inline-block;
    vertical-align:top;
    width:calc(33% - 3em);
    padding:.75em 1.25em;
    margin:.25em;
    background:#f5f4ee;
    text-align:center;
    transition:.5s background;
}

.blogpost:hover{ background:#ded8c5; }

.blogpost .h3{ 
    text-align:center;
    color:#f83474 !important;
}

.blogpost .descr{
    color:#000;
    text-align:left;
}

.postInfo, .postInfo2{
	display:block;
	margin:0 0 .5em 0;
	color:rgba(0,0,0,.45);
	font-size:.85em;
}

.postInfo2{
	margin:0 0 1em 0;
}

#pagination{
	width:80%;
	text-align:center;
	font-size:1.25em;
}

/***************** reset styles for contat form ****************/

.wpcf7{
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}

.theform{ text-align:left; }

label{
	font-size:1.2em;
	vertical-align:top;
    display:inline-block;
    margin:0 .5em 0 0;
	position:relative;
    color:#0e60ad;
    text-transform:uppercase;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight:600;
    width:5em;
}

input, textarea{
	font-family:inherit;
	font-size:1rem;
    background:rgba(255,255,255,.3);
    border:0;
    padding:.5em 1em;
    display:inline-block;
    width:calc(100% - 10em);
}

textarea{ height:8em; }

.wpcf7-not-valid-tip{ font-size:1rem; }

input[type="submit"], .backToBlog a, .button, input[type="button"], .wp-block-button__link{
	cursor:pointer;
	width:auto !important;
	clear:both;
	border:0px;
    border-radius:.3em;
	margin:0;
	padding:.65em 1.2em;
	line-height:1;
	display:inline-block;
	font-size:1.3em;
	transition:.5s color, .5s background;
	color:#fff;
	background:#02415e;
    font-family: acumin-pro-extra-condensed, sans-serif;
    text-transform:uppercase;
    letter-spacing:.05em;
    text-align:center;
    font-weight:600;
}

input[type="submit"]{
    margin:.5em auto;
    display:inline-block;
}

.backToBlog a{
	margin:3em 0 35px 0;
	font-size:1.4em;
	transition:.5s background;
}

#pagination .next, #pagination .prev, .read-more{
	padding:.2em .4em .2em .4em;
	margin:0 .3em;
	font-size:.9em;
	display:inline-block;
	transition:.5s color, .5s background;
	color:#fff;
	background:#f83474;
}

.read-more{
	font-size:.85em;
	padding:.25em .8em .25em .8em;
}

#pagination .next:hover, #pagination .prev:hover, .read-more:hover, .wp-block-button__link:hover{
	color:#fff;
	background:#f83474;
}

input[type="submit"]:hover, .backToBlog a:hover, .button:hover, input[type="button"]:hover{
	color:#fff;
	background:#f83474;
}


/********************** Press *********************************/

.pressb{
	width:calc(100% - 2em);
	clear:both;
	float:left;
	padding:.75em 1em;
	background:rgba(0,32,51,0.1);
	transition:.5s background;
	display:table;
	margin:.1em 0 .2em 0;
}

.pressb:hover{ background:rgba(125,175,195,0.6); }

.pressl{
	width:20%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	top:.1em;
	border-right:1px solid rgba(0,32,51,0.25);
}

.pressl img{
	width:85%;
	height:auto;
    max-height:75px;
}

.presst{
	width:calc(80% - 1em);
	padding-left:1em;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	color:#000;
}

/********************** Buy Now Button ***********************/

.buttons{ text-align:center;}
.wp-block-buttons{ display:inline-block !important; }
.wp-block-buttons svg{
    display:inline-block;
    height:1em;
    width:auto;
    vertical-align:bottom;
    margin:-.1em 0 0 .3em;
    position:relative;
    top:.1em;
    line-height:0;
}

.buyNowArea, .buyNowArea2{
	width:100%;
	height:auto;
	text-align:center;
}

.rgt .buyNowArea{ margin-top:.5em; }

.buyNowArea .bookcover{
    width:119%;
    margin:0 -8% -.3em;
}

.buyNowArea p{ margin:0 0 .6em; }

.buyNowButtons{
	margin:0 auto;
	width:80%;
	clear:both;
	position:relative;
    text-align:center;
}
.right .buyNowButtons{ width:60%; margin-left:18%; }
.buttons .buyNowButtons{
    max-width:200px;
}

.buyNowButton{
    width:30%;
    margin:0 1.5%;
    display:inline-block;
    cursor:pointer;
    position:relative;
    border-radius:.7em;
    overflow:hidden;
    line-height:0;
}

.right .buyNowButton{
    box-shadow:3px 4px 8px rgba(0,0,0,0.3);
}

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

.wh, .buyNowArea p{
    text-align: center;
    text-weight:bold;
    font-size:1.7em;
    margin:0; 
    font-family:abril-fatface, serif;
    color:#002033;
}

.svgcolor1{ transition:.5s fill; fill:#f83474; }
.svgcolor2{ transition:.5s fill; fill:#fff; }
.svgback{ transition:.5s fill; fill:#02415e; }

.buyNowButton:hover .svgback{ fill:#0b8fcd; }

.firstP .svgcolor1{ transition:.5s fill; fill:#02415e; }
.firstP .svgback{ transition:.5s fill; fill:#f83474; }

.firstP .buyNowButton:hover .svgback{ fill:#0e60ad; }

.buttons .wp-block-button{ margin-bottom:.25em; }

/********************************** Rotating Images **********************/

.rotatorImgs{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}

.rotatorImgs img{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:auto;
	margin:0;
}

/********************************** 404 *********************************/

.lost{
	margin:0;
	padding:0;
}

.lostH{
	font-size:6em;
	margin:0 0 0 0;
	line-height:1;
}

.lostP{
	margin:0;
}

/********************************* Events Calendar **********************/

.mbecout{ 
	border-width:3px;
	margin:2em 0 2.75em 0;
}
.mbecout, .edate{ border-color:#eee; }
.mbectop, .calendar-day-np, .elocation{ background:#eee; }
.npbut, .mbecbutton, .mbecout .h3, a.mbeca{ color:black; }
.mbeccloseButton svg{ fill:black; }
table.mbeccalendar, .mbeccalendar td{ border-color:#ddd; }
.calendar-day-head th{
	border-bottom-color:#ddd;
	background:#123;
	color:#fff;
}
.calendar-day-head th:last-child{ border-right-color:#ddd; }
.mbcalevent{ background:white; }
.mbeccloseButton{ top:-30px; }

/*************************** Book Covers *************************/

.bookcover{
	width:100%;
	height:auto;
	margin:3% auto -4% auto;
	padding:0 0 7% 0;
	position:relative;
	background:url("images/bookshadow.png") no-repeat;
	background-size:93% 100%;
	background-position:80% top;
}

.coverdiv{
	position:relative;
	width:77%;
	height:auto;
	z-index:1;
	top:0;
	left:10%;
	line-height:0;
	border-radius:3px;
	overflow:hidden;
	border-top:1px solid rgba(0,0,0,0.13);
	border-bottom:1px solid rgba(0,0,0,0.4);
}

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

.overcover{
	position:absolute;
	top:0;
	left:0;
	z-index:30;
	width:100%;
	height:100%;
	pointer-events:none;
	box-shadow:inset 0 0 2px rgba(0,0,0,0.1);
}

.coverhover{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(1,2,3,0);
	z-index:10000;
	transition:.5s background;
}

.coverhover:hover{ background:rgba(1,2,3,0.4); }

/*************************** Testimonials ************************/

.testimonial{ margin:0 0 1.8em; }

.testimonial p{ margin:0 0 .5em; }

.testimonials{
	width:100%;
	margin:0;
	padding:2.5em 0;
	clear:both;
	float:left;
    background-color:#ecb25e;
    display:block;
    text-align:center;
}
.testimonialsin{ 
    position:relative; 
    height:100%;
    width:86%;
    margin:0 auto;
}

.testimonial{
	position:absolute;
    top:46%;
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    left:0;
    width:100%;
    display:none;
    padding-bottom:1em;
}

.testimonial:first-child{ display:block; }

.testbuttons{
    width:100%;
    clear:both;
    text-align:center;
    position:absolute;
    left:0;
    bottom:0;
}

.testbutton{
    width:.7em;
    height:.7em;
    margin:0 .17em;
    display:inline-block;
    border:3px solid #000;
    line-height:1;
    position:relative;
    cursor:pointer;
    overflow:hidden;
    border-radius:.2em;
}

.testbutton:first-child { opacity:1; }

.tbl{ opacity:0; }
.testbutton:first-child .tbl{ opacity:1; }

.square{
    background:#000;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

/******************************* Extras *******************************/

#blogbyemail input{
	font-size:inherit;
	margin-top:0;
}

#blogbyemail h7{
	font-size:2em;
}

#blogbyemail p{
	margin-bottom:.5em;
	text-align:left;
}

.intext{
	width:40%;
	height:auto;
	margin:0.5em 0 .5em 1em;
	float:right;
    box-shadow:3px 4px 8px rgba(0,0,0,0.4);
    position:relative;
    display:inline-block;
    line-height:0;
}

.intext img{
    width:100%;
    height:auto;
    position:relative;
    z-index:1;
}

.testimonial{
	margin:0 0 1.8em;
}

.testimonial p{ margin:0 0 .5em; }

.shadowFrame{
	border:10px solid #fff;
	background:#fff;
	margin-bottom:20px;
	box-shadow:0px 2px 6px rgba(0,0,0,0.3);
}

.wide{
	width:100%;
	margin:0;
	padding:3em 0;
	clear:both;
	float:left;
}

.bcolor{ background:#e5edf3; }

.table{ display:table; }

.left, .right, .lft, .rgt{ 
	display:table-cell;
	vertical-align:middle;
}

.rgt{
	width:45%;
    max-width:480px;
	padding-left:5%;
}

.right{
	width:40%;
    max-width:380px;
	padding-left:5%;
}

.clear{
	clear:both;
	height:30px;
}

socicons{
	line-height:1.8;
}

.socicon{
	display:inline-block;
	height:1.2em;
	position:relative;
	top:.1em;
	margin-right:.4em;
	background-size:auto 100%;
	background-position:left bottom;
}

.pages:last-child .wide{ margin-bottom:0 !important; }

.lf{ margin-left:2em; }

.socicon img{ height:100%; width:auto; }

.facebook{ background-image:url(images/facebook.svg); }
.twitter{ background-image:url(images/twitter.svg); }
.instagram{ background-image:url(images/instagram.svg); }
.linkedin{ background-image:url(images/linkedin.svg); }
.pinterest{ background-image:url(images/pinterest.svg); }
.youtube{ background-image:url(images/youtube.svg); }

.firstP{
    width:100vw;
    background-color:#04425c;
    background-size:cover;
    background-position:center 0;
    position:relative;
    overflow:hidden;
}

.firstP .pageinside{
    padding:3em 0 3em;
    display:table;
    height:100%;
    max-width:1000px;
    left:-5%;
}

.firstP .left{ 
    font-size:1.2em;
    color:#fff;
    text-shadow:3px 4px 8px rgba(0,0,0,0.9);
}

.firstP .right{ 
    width:45%;
    max-width:none;
	padding-left:8%;
    padding-top:6em;
}

.firstP .buyNowButtons{ max-width:500px; }

.firstP .left p{
    font-size:1.22em;
    color:#fff;
    margin-bottom:0.15em;
    line-height:1.2;
}

hr.wp-block-separator{
    max-width:13em;
    margin:2em auto;
    background:none;
    height:1px;
    border-top:0;
    border-bottom:2px solid #eee;
}

.praise p{
    text-align:center;
    margin-bottom:.7em;
}

.praise{
    width:100%;
    margin:0;
    padding-bottom:1.5em;
}

p.quoted{
	margin:0 10% 1.85em;
    color:#2acff3;
    font-weight:bold;
    line-height:1.3;
}

.quoted strong{
    font-family: lust-display-didone, serif;
    color:#f83474;
    font-size:1.16em;
	-webkit-font-smoothing:subpixel-antialiased;
}

.dark{
    clear:both;
    float:left;
    margin:0;
    padding:2em 0;
    background:#e5edf3;
}

.text{
    padding-right:5%;
    display:table-cell;
    vertical-align:middle;
}

.text h1{ text-align:left; }

.sidetext{
    width:35%;
    display:table-cell;
    vertical-align:middle;
    box-shadow:3px 4px 6px rgba(0,0,0,0.3);
    background-size:cover;
    background-position:center;
}

.nobot, .nobot .quoted:last-child{ margin-bottom:0; padding-bottom:0; }

.centered{ text-align:center; }

.middle{
    float:none;
    display:inline-block;
    margin:1em auto 0;
    font-size:1.3rem !important;
}

.callout{
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight:bold;
    font-size:2em;
    text-transform: uppercase;
    letter-spacing:.03em;
}

.wp-block-button{
    display:table-cell;
}

.covers{
    width:120%;
    text-align:center;
    font-size:0;
    margin:0 auto;
	left:-10%;
	position:relative;
}

.acover{
    width:33%;
    margin-left:0;
    margin-right:0;
    display:inline-block;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight:600;
    text-transform:uppercase;
    font-size:1.1rem;
    color:#000;
    vertical-align:top;
}

.single{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.single .wp-block-group__inner-container{ max-width:410px; }

.acover p{ clear:both; }

.four .acover{ 
	width:27%;
	margin-left:-1.5%;
	margin-right:-1.5%;
}

/********************************** Resized CSS *************************/

@media all and (max-width:1050px){
    .firstP .pageinside{ 
        width:90%;
        margin-left:5%;
        margin-right:5%;
        font-size:.9rem;
        display:block;
        left:-2%;
    }
}

@media all and (max-width:880px){
    .pageinside{ 
        width:84%;
        margin-left:8%;
        margin-right:8%;
        display:block;
    }
    .text, .sidetext{
        display:block;
        clear:both;
        width:90%;
        padding:0;
        margin:0 auto;
    }
    .text{ margin-bottom:1.6em; }
    .text h1, .text .h1{ text-align:center; }
    .sidetext{ 
        min-height:23em;
        max-width:19em;
    }
    .lft, .rgt{ 
        display:block;
        clear:both;
        float:none;
        width:90%;
        padding:0;
        margin:0 auto 1em;
    }
}

@media all and (max-width:750px){
    #navMenu .menu{ display:none; }
    #navMenu{ 
        padding-top:0;
        margin-top:0;
        top:.5em;
    }
    .slid #navMenu{
        top:.3em;
        padding-top:0;
        margin-top:0;
    }
	#smNavShow{ 
		display:inline-block !important; 
		width:1.4em;
        fill:#000;
		margin:0 0 0;
		cursor:pointer;
		position:relative;
		z-index:1100;
        transition:.5s fill;
	}
    #smNavShow:hover{ fill:#f83474; }
    #smNavShow svg{
        width:100%;
        height:auto;
    }
	#navMenuSm ul li a{
		padding:.6em 1.2em;
		font-size:1.25em;
		height:auto;
		top:0;
		text-align:left;
        color:#fff;
        text-transform:uppercase;
        font-weight:600;
	}
	#navMenu ul ul{
        opacity:1;
        display:block;
        position:relative;
        margin-top:0;
		margin-bottom:0;
        border-radius:0;
        width:100%;
        background:#000;
        box-shadow:0 0 0 rgba(0,0,0,0);
		padding-top:.8em;
    }
    #navMenu ul ul ul{
        left:auto;
        width:100%;
        margin-top:0;
    }
    #navMenu ul li ul a{
        font-size:1em;
        padding:0 0 .8em 0;
        width:100%;
    }
    #navMenu ul li ul a:hover{ color:#9a1f8b !important; }	
    #navMenu ul ul li a:hover{ color:#fff; }
    .acover{ width:50%; }
	.four .acover{ 
		width:50%;
		margin-left:0;
		margin-right:0;
	}
}

@media all and (max-width:650px){
    .left, .right, .firstP .right, .firstP .left{
		display:block;
		clear:both;
		float:left;
		width:100%;
		padding:0;
		margin:0 0 1em 0;
	}
	.buyNowArea{ 
		width:450px;
		margin-left:auto;
		margin-right:auto;
	}
	#bottomMenu{ margin-left:0 !important; }
	#bottomMenu ul li a{
		font-size:1.5em;
		float:none;
	}
	#bottomMenu ul li{
		clear:both;
		width:100%;
		text-align:center;
		margin:0 0 .68em 0;
	}
	#bottomMenu .menu, #bottomMenu ul{
		margin:0 0 0 0;
	}
    .blogpost{  width:calc(50% - 3em); }
}

@media all and (max-width:590px){
    .big{ 
        text-align:center;
        width:100%;
    }
    .text .social{
        margin:0 auto;
        width:100%;
        text-align:center;
    }
    .blogpost{  width:calc(100% - 3em); }
	.intext{
		width:100%;
		float:left;
		margin:0 0 1em 0;
	}
}

@media all and (max-width:500px){
    #title{ font-size:9.5vw; }
    .slid #title{ font-size:7.5vw; }
    #smNavShow{ width:1em; }
	.buyNowArea{ 
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
    .acover{ width:100%; }
	.four .acover{ width:100%; }
}