/*
Theme Name: Let Go, Let Golf
Author: Danny Moore
Author URI: http://www.amplifypublishinggroup.com
Description: This theme is a basic blog based book website.
Version: 1.0
License: ©2024 Danny Moore
Text Domain: letgoletgolf
*/

/* =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 *******************/

html{ font-size:19px; }

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

img{ border:0px; }

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

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

#loader svg{
    transform:translate(-50%, -50%);
    position:absolute;
    stroke:#000;
    fill:none;
    stroke-width:5;
    stroke-linecap:round;
    stroke-dasharray:180 180;
    animation-duration:1.5s; 
    animation-iteration-count:infinite; 
    transform-origin:center;
    animation-timing-function:linear;
    animation-name:fr0;
}

@keyframes fr0 { 
  0% { stroke-dashoffset:0; } 
  50% { stroke-dashoffset:180;  }
  100% { stroke-dashoffset:360;  }
}

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

h1, .h1, .product_title{
	font-size:3.15em;
	margin:0 0 .5em 0;
    text-transform:uppercase;
    line-height:1.18;
    text-align:center;
    font-family: "active", sans-serif;
    color:#c84442;
}

.product_title{ 
    text-align:left;
    text-transform:none;
    margin:0 0 .2em;
}

h2, .h2{
    font-size:3.2em;
	margin:0;
    line-height:1.18;
    text-align:left;
    font-family: "active", sans-serif;
}

h3, .h3{
	font-size:1.14em;
	margin-bottom:.2em;
    text-align:center;
    line-height:1.18;
}

h4, .h4{ 
    font-size:1.5em;
    margin:0 0 .6em 0;
    color:#c84442;
    font-variant:small-caps;
    font-weight:bold;
    line-height:1.2;
}

h4.cent{ margin-top:1.25em; }

.h5, h5{
    margin:0 0 .25em;
    font-size:1.35em;
    text-align:center;
    line-height:1.25;
	font-family: "active", sans-serif;
}

.h6, h6, .h7, h7{
    font-size:2.1em;
    margin:0 0 .5em;
    text-align:center;
    font-family: "active", sans-serif;
}

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

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

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

a:hover{ color:#479849; }

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

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

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

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

#topinside{
	position:relative;
    display:table;
    padding:.65em 2em;
    width:100%;
    transition:.3s padding, .3s width, .1s background;
    line-height:1;
    box-sizing:border-box;
    /*background:linear-gradient(0deg, rgba(201,229,243,0) 0%, #c9e5f3 50%);*/
    background:rgba(201,229,243,.5);
}

.slid{ 
    background:#c9e5f3 !important;
    padding:.65em 1.25em .5em !important;
}

.removeback{ background:transparent !important; }

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

#title{
	position:relative;
	width:4.2em;
    display:table-cell;
    vertical-align:middle;
    font-size:2.75em;
    text-align:left;
    font-family: "active", sans-serif;
    line-height:.85;
}

#title a{
    color:#000;
    transition:.5s color, .3s font-size;
    text-align:center;
    display:inline-block;
    font-size:1em;
}

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

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

/*.slid .hd{ display:none; }*/

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

#navMenu{
    display:table-cell;
    text-align:right;
    position:relative;
    vertical-align:middle;
    padding:.3em 1.15em 0 0;    
}

#navMenu div{ display:inline-block; }

.social{
    top:.2em;
	position:relative;
	display:inline-block;
	margin:0 0 0 .3em;
	pointer-events:all;
    text-align:center;
}

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

.iconDiv{
	width:1em;
	height:1em;
	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:#000;
	transition:.3s fill;
}

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

.shoppingcart{ 
    display:inline-block;
	position:relative;
	cursor:pointer;
    text-align:center;
    margin-left:1.5em;
    margin-right:1.5em;
    height:1.6em;
    vertical-align:middle;
    top:-.1em;
}

.shoppingcart img{
    width:auto;
    height:100%;
    display:inline-block;
    vertical-align:middle;
}

.mini-count{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:2em;
    min-width:.5em;
    color:#000;
	line-height:1;
    letter-spacing:0;
    padding:.25em .5em .35em;
    height:1.75em;
    box-sizing:border-box;
    border-radius:2em;
    border:.17em solid #000;
    text-align:left;
    z-index:1;
    font-family: "active", sans-serif;
}

.mini-count:before{
    position:absolute;
    content:"";
    left:-.64em;
    width:.65em;
    height:.75em;
    top:50%;
    transform:translateY(-50%);
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 140'%3E %3E%3Cpath fill='%23C2E1F0' stroke='%23000'  stroke-width='25' d='M160,25L25,70,160,115' /%3E%3C/svg%3E") no-repeat;
    background-size:100% auto;
    background-position:right center;
    z-index:1;
}

/******************** 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;
    color:#000;
	display:inline-block;
	margin:0 0 0 3vw;
	position:relative;
	line-height:1;
	font-size:1.2em;
	transition:.5s color;
    cursor:pointer;
    font-weight:600;
}

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

#navMenu .active a, #navMenuSm .active a{ color:#c84442 !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:#000; }

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

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

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

.pageinside{
    width:84%;
    margin:0 auto;
    padding:9em 0 4em;
    text-align:left;
    position:relative;
    line-height:1.5;
    max-width:1000px;
}

.hasback{ padding:0; }

#content ul, #content ol{ margin:0 0 1em; }
#content ol{ list-style:decimal; }
#content li{
    margin:0 0 .35em 2rem;
    text-indent:-.5rem;
}
#content ul li:before{
    display:inline-block;
    content:"•";
    vertical-align:middle;
    width:.5rem;
    height:.35rem;
    color:#c84442;
    font-family: "active", sans-serif;
    font-size:2.5em;
    line-height:0;
}

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

#bottom{
	width:100%;
	height:auto;
	clear:both;
	float:left;
	padding:2.5em 0;
	position:relative;
    bottom:0;
    background:#000;
}

#copyright{
	width:80%;
	clear:both;
	font-size:.85em;
	line-height:1.2;
	text-align:center;
	color:#fff;
	margin:0 auto;
}

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

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

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

.blogpost:hover{ background:#ded8c5; }

.blogpost .h3{ 
    text-align:center;
    color:#c4487e !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;
}

.pagination, .paginationp, .paginationn{
    display:inline-block;
    margin:0;
    width:1em;
    cursor:pointer;
}
.paginationp{ margin-right:.2em; display:none; }
.paginationn{ margin-left:.2em; }

.pageno{ display:none; }

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

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

.signup .wpcf7{ max-width:none; }

label{
	font-size:1.4em;
	vertical-align:baseline;
    width:100%;
    display:inline-block;
    margin:.8em 0 0;
    line-height:1.2;
	position:relative;
    font-family: "active", sans-serif;
}

input, textarea{
    font-family:inherit;
	font-size:1rem;
    border:.15rem solid #000;
    padding:.65em 1em .3em;
    width:100%;
    margin-bottom:.4em;
    box-sizing:border-box;
}

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:0;
	margin:0 auto;
	padding:.65em 1.4em .55em;
	line-height:1;
	display:inline-block;
	font-size:1.5em;
	transition:.5s color, .5s background;
	color:#fff;
	background:#c84442;
    text-align:center;
    font-family: "active", sans-serif;
    text-transform:uppercase;
}

input[type="radio"], input[type="checkbox"]{ 
    width:1em !important;
    vertical-align:middle;
}

.methods label{ 
    display:inline-block;
    vertical-align:middle;
    width:auto;
    margin:0;
}

.wpcf7-spinner{ position:absolute; }

.woocommerce-terms-and-conditions-wrapper{ 
    margin:1em 0;
    font-size:.85em;
}

.wp-block-buttons{ 
    margin-top:1.5em; 
    justify-content:center; 
}

input[type="submit"]{ margin-bottom:1em; }

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

.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:#c84442;
	background:#000;
}

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

.endpage{ 
    background:url("images/banner.jpg") no-repeat;
    background-size:cover;
    background-position:center;
    padding:0 3em;
    clear:both;
}

.signup{ 
    text-align:center;
    padding:3rem 0;
    clear:both;
}

.signup h2{
    text-align:center;
    font-size:2.1em;
    margin:0 auto .6em;
}

.signup .wpcf7-form-control-wrap{
    margin:0 .25em .5em;
    width:10rem;
    display:inline-block;
    vertical-align:middle;
}

.signup input{
    padding:.35em 1rem 0;
    height:3rem;
    width:100% !important;
    margin:0 !important;
}

@media all and (max-width:700px){
    .signup .wpcf7-form-control-wrap{
        margin:0 0 .5em;
        width:100%;
    }
}

.wpcf7 form .wpcf7-response-output{
    padding:1.5em;
    box-sizing:border-box;
    background:#000;
    color:#fff;
    margin:0 auto;
    border:0 !important;
    width:100%;
    max-width:600px;
    line-height:1.4;
}

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

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

.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;
    object-fit:contain;
}

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

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

.buyNowArea, .buyNowArea > div{
	width:100%;
	height:auto;
	text-align:center;
    margin:0 auto;
    box-sizing:border-box;
    max-width:300px;
}

.intext .buyNowArea{ width:70%; }

.wp-block-dtheme-buybutton{
    width:30%;
    margin:0 .25%;
    display:inline-block;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
}

.buyNowButton{
    display:inline-block;
    cursor:pointer;
    position:relative;
    border-radius:.1em;
    overflow:hidden;
    line-height:0;
    background:#c84442;
    transition:.5s background;
    width:100%;
    box-sizing:border-box;
}

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

.svgcolor1{ transition:.5s fill; fill:#010000; }
.svgcolor2{ transition:.5s fill; fill:#fff; }
.svgback{ transition:.5s fill; fill:#c84442; }

.buyNowButton:hover .svgback{ fill:#437a9f; }
.buyNowButton:hover{ background:#437a9f; }

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

.error404{
    background:url("images/banner.jpg") no-repeat;
    background-size:cover;
}

.lost{
	margin:0 auto;
	padding:8em 0 4em;
    text-align:center;
}

.lostbox{
    background:#fff;
    box-shadow:.15em .15em .35em rgba(0,0,0,.3);
    display:inline-block;
    margin:1em auto;
    padding:1em 1.5em 2em;
}

.lostH{
	font-size:12em;
	margin:0 0 0 0;
	line-height:1;
    color:#c84442;
    font-family: "active", sans-serif;
    text-transform:uppercase;
}

.lostP{
	margin:0;
    font-size:1.2em;
    font-style:italic;
}

/******************************** Woocommerce ***************************/

.wc-empty-cart-message{
    text-align:center;
    margin:0 auto 2em;
}

.singlepage{ 
    padding-top:9rem;
    margin:0 auto;
}

.pleft, .pright{
    display:table-cell;
    vertical-align:top;
}

.pleft{ width:40%; }

.pricearea{
    width:100%;
    margin-top:1.3em;
    padding-top:1.3em;
    border-top:.15em solid #c84442;
}

.price{
    font-size:2.75em;
	margin:0 .5em 0 0;
    text-transform:uppercase;
    font-family: "active", sans-serif;
    color:#000;
    display:inline-block;
    vertical-align:middle;
}

.addcart{
    display:inline-block;
    margin:0;
    vertical-align:middle;
}

.addcart input{
    display:inline-block;
    padding:.5em .75em;
    width:5rem;
    height:3rem;
    font-size:1.2em;
    box-sizing:border-box;
    vertical-align:middle;
    font-family: "active", sans-serif;
}

.addcart input[type="number"]{ margin-bottom:0; }

.addcart .button{ 
    margin:0;
    vertical-align:middle;
}

.quantity{
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
    border:0;
}

form.cart button, form.cart input{ 
    height:3.15rem;
    padding-top:0;
    padding-bottom:0;
    box-sizing:border-box;
} 

.woocommerce-message{
    background:#eee;
    margin:0 0 1.5em;
    border-radius:.2em;
    padding:1em;
}

.woocommerce-message .button{ 
    font-size:.75em;
    margin-right:1em;
}

.woocommerce h2{ font-size:1.6em; }

.shop_table{
    border-top:.15rem solid #000;
    border-left:.15rem solid #000;
    font-size:.9em;
    overflow:hidden;
    margin:0 auto 2em;
    width:100%;
    max-width:850px;
}

.shop_table td, .shop_table th{
    border-bottom:.15rem solid #000;
    border-right:.15rem solid #000;
    padding:.75em;
    vertical-align:middle;
    text-align:center;
}

.shop_table th{
    color:#fff;
    background:#c84442;
    font-family: "active", sans-serif;
    text-transform:uppercase;
    font-weight:normal;
    font-size:1.2em;
    text-align:center;
    padding:.5em;
    vertical-align:middle;
}

.shop_table td.product-name{
    text-align:left;
    font-style:italic;
}

.shop_table .product-thumbnail{ width:5em; }

.shop_table .button{ 
    font-size:1.1em;
    padding-top:0;
    padding-bottom:0;
}
.shop_table input, .shop_table .qty{ 
    font-size:1em;
    margin:0 0 0;
    padding:.5rem;
    width:auto;
    display:inline-block;
    vertical-align:middle;
    font-family: "active", sans-serif;
    box-sizing:border-box;
    border:.15em solid #000;
}

.shop_table input, .shop_table .button{ height:2.5rem; }

.shop_table .qty{ 
    width:4em;
    border:0 !important;
}

.product-thumbnail img{ 
    max-width:100px;
    height:auto;
}

.remove{ 
    font-size:1.5em;
    margin:0;
    font-weight:bold;
}
.remove:hover{ color:#000; }

.actions{ text-align:right !important; }
.coupon{ display:inline-block; }

.cart_totals{
    max-width:400px;
    margin:0 auto;
}

.cart_totals h2{ 
    text-transform:uppercase;
    margin-bottom:.35em;    
}

#mainContent ul.woocommerce-shipping-methods li:before{ 
    content:'';
    margin:0;
}

.woocommerce h3{
    text-align:left;
    font-size:2em;
    font-family: "active", sans-serif;
    color:#c84442;
    margin:1em 0 .3em;
    padding-bottom:.13em;
    border-bottom:.15rem solid #000;
}

#customer_details, #order_review{
    display:table-cell;
    vertical-align:top;
}
#order_review{
    width:40%;
    padding-left:5%;
}
.checkout p{ margin-bottom:0; }

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

.woocommerce-info{ text-align:center; }

.img{ 
    width:84%; 
    height:auto;
}

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

.testimonials{
	width:100%;
	margin:0;
	padding:4em 0;
	clear:both;
	float:left;
    background-color:#c84442;
    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;
    color:#fff;
    font-size:1.21em;
    font-style:italic;
    line-height:1.4;
}

.testimonial em, .testimonial i{ font-style:normal; }

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

.testbuttons{
    width:100%;
    clear:both;
    text-align:center;
    position:relative;
    margin:1.5em auto 0;
    line-height:0;
}

.testbutton{
    width:1.2em;
    height:1.2em;
    margin:0 .35em;
    display:inline-block;
    line-height:1;
    position:relative;
    cursor:pointer;
}

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

.tbl{
    background:url("images/ball.png") no-repeat;
    background-position:center;
    background-size:contain;
    width:100%;
    height:100%;
    position:relative;
    top:0;
    z-index:5;
}

.testbutton:first-child .tbl{ top:-1em; }

.shadow{
    background:rgba(0,0,0,0.3);
    width:120%;
    height:18%;
    position:absolute;
    bottom:-2%;
    left:0%;
    border-radius:50%;
    z-index:1;
    transition:.5s transform;
    transform:scale(1);
    transform-origin: center;
}

.testbutton:first-child .shadow{ transform:scale(.75); }

.quoted em, .quoted i, .is-style-quoted em, .is-style-quoted i{ font-style:italic !important; }

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

.intext{
	width:43%;
	height:auto;
	margin:-.5em 0 0 .5em;
	float:right;
}

.shadowFrame{
	background:#000;
	box-shadow:.1em .15em .35em rgba(0,0,0,0.3);
}

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

.bcolor{ 
    background:#ded8c5;
    margin-top:-3em;
}

.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;
}

.firstP{
    background-color:#e3f2f5;
    background-size:cover;
    background-position:center top;
    position:relative;
    overflow:hidden;
    padding-top:0;
}

.firstP > div{
    position:relative;
    text-align:center;
    width:100%;
    z-index:5;
    padding:7.6em 0 .6em;
    display:table;
    height:100%;
    max-width:1000px;
}

.firstP .left{ 
    position:relative;
    z-index:20;
}

.firstP .right{ 
    width:45%;
    max-width:none;
	font-size:2.3em;
    font-family: "active", sans-serif;
    line-height:1.1;
    padding:0;
    position:relative;
    z-index:40;
}

.firstP .right strong{
    font-size:1.2em;
    font-weight:normal;
}

.firstP h1{ 
    font-size:1.4em;
    line-height:1;
    text-transform:none;
    color:#000;
    margin-bottom:.2em;
}

.firstP .buyNowArea{ 
    max-width:300px;
    margin-top:.6em;
}

hr.wp-block-separator{
    max-width:7.6em;
    margin:.75em auto;
    background:url("images/sep.svg") no-repeat;
    background-position:center;
    background-size:contain;
    height:.5em;
    border:0;
}

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

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

#line1, #line2, #line3{ transition:.3s transform; }
#line1{ transform:translateY(15%); }
#line2{ transform:translateY(0); }
#line3{ transform:translateY(-15%); }

.grecaptcha-badge{ 
    z-index:1000;
    transform:scale(.8);
}

.author, .illustrator{
    background:url("images/textureb.gif");
    background-position:center;
    backgound-size:80px auto;
    color:#fff;
    padding:3em 0;
    position:relative;
    overflow:hidden;
    min-height:400px;
}

.illustrator{ 
    background:url("images/texturer.gif");
    padding:1.5em 0 3em;
    min-height:0;
}

.author:after{
    position:absolute;
    right:0;
    top:0;
    z-index:5;
    width:50%;
    height:100%;
    content:"";
    pointer-events:none;
    background:linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
}

.author .right{
    position:relative;
    z-index:10;
    margin-left:36%;
    display:inline-block;
    padding:0;
    width:auto;
    max-width:none;
}

.author h2{ 
    line-height:.9;
    margin-bottom:.1em;
}

.author figure{
    left:calc((100vw - 900px)*.2);
    top:0;
    width:48%;
    height:auto;
    position:absolute;
    z-index:0;
    max-width:600px;
    
    -webkit-mask:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3ClinearGradient id='grad'%3E%3Cstop offset='0%' stop-color='transparent' /%3E%3Cstop offset='10%' stop-color='black' /%3E%3Cstop offset='90%' stop-color='black' /%3E%3Cstop offset='100%' stop-color='transparent' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23grad)' d='M0,0L100,0,100,100,0,100z' /%3E%3C/svg%3E") no-repeat;
    -webkit-mask-size:100% 100%;
    -webkit-mask-position:center;
    
    mask:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3ClinearGradient id='grad'%3E%3Cstop offset='0%' stop-color='transparent' /%3E%3Cstop offset='10%' stop-color='black' /%3E%3Cstop offset='90%' stop-color='black' /%3E%3Cstop offset='100%' stop-color='transparent' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23grad)' d='M0,0L100,0,100,100,0,100z' /%3E%3C/svg%3E") no-repeat;
    mask-size:100% 100%;
    mask-position:center;   
}

.illustrator > div{
    margin:0 auto;
    max-width:760px;
}

.illustrator h2{
    font-size:2.5em;
    margin-bottom:.2em;
    line-height:.9;
}

.illustrator .left{
    display:table-cell;
    vertical-align:middle;
}

.illustrator figure{
    width:40%;
    padding-left:7%;
    display:table-cell;
    vertical-align:middle;
}

.illustrator img{
    box-shadow:.2em .2em .6em rgba(0,0,0,0.5);
}

.ills > div{
    width:116%;
    margin:2em -8%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:nowrap;
}

.ills figure{ flex:1 1 auto; }
.ills img{ width:100%; height:auto; }

.notop{ 
    margin-top:-1.6em !important; 
    position:relative;
    z-index:60;
}

.notop .wp-block-button{ box-shadow:.15em .15em .35em rgba(0,0,0,0.3); }

.darkback{
    background:#ebebeb;
    padding:2.5em 0;
    position:relative;
    text-align:left;
}

.darkback > div{
    margin:0 auto;
    max-width:800px;
}

.darkback h1{ 
    font-size:3.1em;
    color:#c84442; 
    text-align: left;
    line-height:.9;
    margin-bottom:.3em;
    text-transform:none;
}

.darkback .buyNowArea{ margin-left:0; }
.darkback .wp-block-dtheme-buybutton{ margin-left:0; margin-right:2%; }

.darkback .right{
	width:55%;
    max-width:none;
	padding-left:5%;
}

.cent{ text-align:center; }

.main{
    max-width:720px;
    margin:0 auto;
}

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


@media all and (max-width:1400px){
    .author .right{ margin-left:45%; }
}

@media all and (max-width: 1250px){
    #navMenu ul li a{ font-size:1.85vw; }
    .firstP{ font-size:1.5vw; }
    .firstP > div{ padding-top:7.5rem; }
}

@media all and (max-width:1180px){
    .author figure{ 
        left:calc((100% - 1200px)*.2);
        width:auto;
        max-width:none;
        height:100%;
    }
    .author figure img{ height:100%; width:auto; } 
}

@media all and (max-width:1050px){
    .pleft{ width:52%; }
}

@media all and (max-width:950px){
    #navMenu .menu{ display:none; }
    .shoppingcart{ margin-left:.75em; }
	#smNavShow{ 
		display:inline-block !important; 
		width:1.4em;
        fill:none;
        stroke:#000;
        stroke-width:7;
		margin:0;
		cursor:pointer;
		position:relative;
        top:.2em;
		z-index:1100;
        transition:.5s fill;
	}
    #smNavShow:hover #line1{ transform:translateY(4%); }
    #smNavShow:hover #line3{ transform:translateY(-4%); }
    #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;
        margin:0;
	}
    .left, .right, .firstP .right, .firstP .left{
		display:block;
		clear:both;
		width:100%;
		padding:0;
		margin:0 auto 1em;
	}
    .firstP{ font-size:.8em; }
    .firstP .right{ max-width:550px; }
    .firstP .left{ max-width:480px; }
    .illustrator{ padding-top:2.5em; }
    .illustrator .left{ 
        max-width:460px;
        display:block;
    }
    .illustrator figure{
        display:block;
		clear:both;
		width:100%;
		padding:0;
		margin:0 auto;
        max-width:360px;
    }
    .ills > div{ 
        flex-wrap:wrap;
        justify-content:center;
    }
    .ills figure{ max-width:450px; }
    .darkback .left{ max-width:400px; }
    .darkback .right{
        width:100%;
        padding:0;
        max-width:320px;
    }
}

@media all and (max-width:880px){
    .text, .sidetext{
        display:block;
        clear:both;
        width:90%;
        padding:0;
        margin:0 auto;
    }
    .text{ margin-bottom:1.6em; }
    .sidetext{ 
        min-height:23em;
        max-width:19em;
    }
    .lft, .rgt, .pleft, .pright{ 
        display:block;
        clear:both;
        float:none;
        width:90%;
        padding:0;
        margin:0 auto 1em;
    }
    .img{ margin:0 8%; }
    .pleft{ max-width:400px; }
}

@media all and (max-width:720px){
    .author{ padding-top:0; padding-bottom:1em; }
    .author figure{
        width:100%;
        height:auto;
        position:relative;
        max-width:none;
        left:0;
        -webkit-mask:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3ClinearGradient gradientTransform='rotate(90)' id='grad'%3E%3Cstop offset='0%' stop-color='black' /%3E%3Cstop offset='70%' stop-color='black' /%3E%3Cstop offset='100%' stop-color='transparent' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23grad)' d='M0,0L100,0,100,100,0,100z' /%3E%3C/svg%3E") no-repeat;
        mask:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3ClinearGradient gradientTransform='rotate(90)' id='grad'%3E%3Cstop offset='0%' stop-color='black' /%3E%3Cstop offset='70%' stop-color='black' /%3E%3Cstop offset='100%' stop-color='transparent' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23grad)' d='M0,0L100,0,100,100,0,100z' /%3E%3C/svg%3E") no-repeat;
    }
    .author figure img{ width:100%; height:auto; }
    .author .right{ margin-left:0; }
    .intext{ width:60%; }
}

@media all and (max-width:650px){
    .shop_table{ font-size:3.5vw; }
    .shop_table th{ font-size:1.05em; }
    .shop_table td, .shop_table th{ padding:.4em .15em; }
    .coupon input{ margin-bottom:.25em; }
}

@media all and (max-width:500px){
    #topinside{ padding:.8em 1.3em; }
    #title{ font-size:2.5em; }
    #navMenu{ padding-right:0; }
	.intext{
		width:90%;
		float:left;
		margin:0 0 1em 3%;
	}
    .intext{ 
        width:100%;
        margin:0 auto 1em;
        float:left;
    }
}

@media all and (max-width:420px){
    #top{ font-size:4vw; }
    .social{
        margin:1em auto 0;
        width:100%;
    }
}