/*
Theme Name: A Nourishing Perspective
Author: Danny Moore
Author URI: http://www.amplifypublishinggroup.com
Description: This theme is a basic blog based book website.
Version: 1.0
License: ©2026 Danny Moore
Text Domain: nourishingperspective
*/

/* =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: "linotype-sabon", sans-serif;
}

img{ border:0px; }

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

#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:#89b996;
    fill:none;
    stroke-width:2;
    stroke-linecap:square;
    stroke-dasharray:180 180;
    animation-duration:2s; 
    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{
	font-size:2em;
	margin:0 0 .6em 0;  
    color:#89b996;
    line-height:1.18;
    text-align:center;
    font-family: "citrus-gothic", sans-serif;
}

h2, .h2{
    font-size:1.21em;
    font-family: "montserrat", sans-serif;
    font-weight:600;
    text-align:center;
    line-height:1.2;
    margin:1.5em 0 .5em;
    letter-spacing:.06em;
    text-transform:uppercase;
}

h3, .h3{
	font-size:1.31em;
	margin:1em 0 .5em;
    text-align:center;
    line-height:1.2;
    text-transform:uppercase;
    font-weight:500;
    font-family: "montserrat", sans-serif;
}

h4, .h4{ 
    font-size:1.75em;
    margin:1em 0 .4em 0;
    color:#ded8c5;
}

.h5, h5{
    margin:0 0 .4em;
    font-size:1.27em;
    text-align:center;
    line-height:1.3;
    font-weight:bold;
}

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

.h7, h7{
    font-size:1.6em;
    color:#89b996;
    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:#89b996;
	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:#89b996;
    box-shadow:0 .12em .35em rgba(0,0,0,0.3);
}

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

#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:.9em 1.5em .75em;
    width:100%;
    transition:.3s padding, .3s width, .3s background;
    line-height:1;
    box-sizing:border-box;
}

.slid{ padding:.5em 1em !important; }

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

#title{
	position:relative;
	width:12em;
    display:table-cell;
    vertical-align:middle;
    font-family: "citrus-gothic", sans-serif;
    text-transform:uppercase;
    font-size:1.9em;
    letter-spacing:.06em;
}

#title a{ color:#fff; }
#title a:hover{ color:#0b3d2d; }

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

#navMenu div{ display:inline-block; }

.social{
    margin:1em;
	position:relative;
	pointer-events:all;
    display:inline-block;
    text-align:right;
    max-width:1.5em;
}

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

.iconDiv{
	width:1.5em;
	height:1.5em;
	margin:0 0 .4em .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:#0b3d2d;
	transition:.3s fill;
}

.iconDiv:hover svg{ fill:#89b996; }

/******************** 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:.75em;
	transition:.5s color;
    cursor:pointer;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-family: "montserrat", sans-serif;
    font-weight:500;
}

#navMenu ul li a:hover, #navMenuSm ul li a:hover, .pove{ color:#89b996; }

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

/****** 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:990px;
    margin:0 auto;
    padding:0;
    text-align:left;
    position:relative;
    line-height:1.5;
    width:84%;
}

#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 0 1.75em;
	margin-left:1em;
}

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

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

.endpage{
    text-align:center;
    background:#0b3d2d;
    color:#fff;
}

.endpage > div{
    line-height:1.5;
    padding:3em 0;
    margin:0 auto;
    max-width:600px;
    width:84%;
}

.endpage > div p:last-child{ margin-bottom:0; }

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

#bottom{
	width:100%;
	height:auto;
	clear:both;
	float:left;
	padding:2em 0 6em;
	position:relative;
    bottom:0;
    background:url("images/bottom.jpg") center / 160px auto repeat;
}

#copyright{
	width:100%;
	clear:both;
	font-size:.75em;
	line-height:1;
	text-align:center;
    font-style:italic;
    font-weight:bold;
	color:#0b3d2d;
	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: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:#89b996 !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; }

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

.wpcf7{
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-top:2em;
}

label{
	font-size:1em;
	vertical-align:baseline;
    width:100%;
    display:inline-block;
    margin:.8em 0 .1em;
	position:relative;
}

input, textarea{
	font-family:inherit;
	font-size:1rem;
    padding:.75em 1em;
    width:100%;
    margin:0 0 .5em;
    box-sizing:border-box;
    border:.15em solid #89b996;
}

textarea{ height:8em; }

::placeholder{ font-style:italic; }

.wpcf7-spinner{ position:absolute; }

.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:.1rem;
	margin:0;
	padding:1.5em;
	line-height:1;
	display:inline-block;
	font-size:.94em;
	transition:.5s color, .5s background;
	color:#89b996;
	background:#0b3d2d;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.06em;
    font-weight:600;
    font-family: "montserrat", sans-serif;
}

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

.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:#0b3d2d;
	background:#89b996;
}

input[type="submit"]:hover, .backToBlog a:hover, .button:hover, input[type="button"]:hover{
	color:#0b3d2d;
	background:#89b996;
}


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

.pressb{
	width:100%;
	transition:.5s background;
    border:.15em solid #0b3d2d;
	display:table;
	margin:0 auto .4em;
    box-sizing:border-box;
    max-width:600px;
}

.pressb:hover{ background:#89b996; }

.pressl{
	width:30%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	border-right:.15em solid #0b3d2d;
    padding:.25em .5em;
    text-align:center;
}

.pressl img{
	width:100%;
	height:auto;
    max-height:100px;
    object-fit:contain;
}

.presst{
	display:table-cell;
	vertical-align:middle;
	color:#000;
    padding:.5em 1em;
    font-style:italic;
}
.presst em, .presst i{ font-style:normal; }
.pressb p{ margin-bottom: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 ************************/

.testimonials{
	width:100%;
	margin:0;
	padding:0;
	clear:both;
	float:left;
    display:block;
    text-align:center;
}
.testimonialsin{ 
    position:relative; 
    height:100%;
    width:86%;
    margin:0 auto;
    max-width:730px;
}

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

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

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

.testbutton{
    width:1.85em;
    height:1.85em;
    margin:0 .25em;
    display:inline-block;
    line-height:1;
    position:relative;
    cursor:pointer;
    overflow:hidden;
    border-radius:.2em;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.6 50.8'%3E%3Cpath fill='%23fff' d='M.5 24.5s1.5 0 1.9 0 .7-.3.7-.3c0 0 20-20.1 20.4-20.5.5-.4.9-.9.9-.9 0 0 .1-2.1 0-2.5 0-.4-.5 0-.5 0L.4 23.8c-.5.2 0 .7 0 .7ZM23.7 47c-.8-.5-20.9-20.9-20.9-20.9-.3-.2-1.8 0-2.3 0s-.3.3.1.7c.5.3 22.6 23.2 23.3 23.6.7.5.7.4.7 0s0-1.6 0-2.1-.1-.7-1-1.2ZM50.1 25.8c-.6 0-2.1 0-2.1 0 0 0-.5 0-.7.4-.3.4-19.6 20-20.1 20.4-.5.4-1.2.7-1.2 1.4v2.2c0 .3 0 .6.7 0s22.8-23.2 23.4-23.6c.5-.3.7-.7.1-.8ZM50.1 23.9S27.3 1.1 26.8.5c-.5-.6-.7-.1-.7.2v1.6c0 .7.3.7.3.7l20.7 20.8c.4.4.9.8.9.8 0 0 1.3 0 2.2 0 .9.1 0-.8 0-.8Z'/%3E%3Cpath fill='rgba(255, 255, 255, .1)' d='M23.5 21.5s1 0 3.1 0c5.1-3.5 5.2-7.2 5.3-7.9s.2-.7-.1-1c-.3-.3-2.9-.3-5 1.3 0-5-1.8-5.9-2.2-5.3-.5.6-1.6 2.1-1.5 5-2.6-1.4-4.9-1.4-5-.9 0 .5 0 1.9.8 3.8.7 1.9 4.6 5 4.6 5ZM42.2 24.7c-.3-.2-2.6-1.6-5.7-1.8.8-1.3 1.4-4 1.1-4.6-.3-.5-2.7-.3-4.8.9s-4.2 4.4-4.2 4.4c0 0 0 1.2 0 2.7 3.1 5 6.9 5.8 7.9 5.9 1 .1 1.2.3 1.2-.2 0-.5.1-3.1-1.1-4.8 2.7-.3 4.8-1.2 5.4-1.6.5-.5.5-.6.3-.8ZM29 30.7c-.9-.7-2.7-2.2-2.7-2.2h-2.7c-5.7 4.6-5.5 7.3-5.7 8.1-.1.8 0 .9.3 1 .3 0 1.9.5 4.9-.7 0 2 .8 4 1.2 4.7.4.7.5 1.1 1 .5.5-.6 1.6-2.3 1.7-5.4 0 0 3.7 1.2 4.3 1.4s.6-.5.5-1.4c-.1-2.4-2-5-2.9-5.8ZM21.5 26.2s0-1.3-.1-2.7c-4.1-6.1-8.2-5.5-8.8-5.4-.5.1-.9 2.4 1.3 4.9-5 .1-6.5 1.8-5.9 2.4.5.5 2.4 1.5 5.4 1.8-1.6 3.9-1.3 5.2-.5 5.1 4.9-.4 8.7-6.1 8.7-6.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

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

.square{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.6 50.8'%3E%3Cpath fill='%23fff' d='M23.5 21.5s1 0 3.1 0c5.1-3.5 5.2-7.2 5.3-7.9s.2-.7-.1-1c-.3-.3-2.9-.3-5 1.3 0-5-1.8-5.9-2.2-5.3-.5.6-1.6 2.1-1.5 5-2.6-1.4-4.9-1.4-5-.9 0 .5 0 1.9.8 3.8.7 1.9 4.6 5 4.6 5ZM42.2 24.7c-.3-.2-2.6-1.6-5.7-1.8.8-1.3 1.4-4 1.1-4.6-.3-.5-2.7-.3-4.8.9s-4.2 4.4-4.2 4.4c0 0 0 1.2 0 2.7 3.1 5 6.9 5.8 7.9 5.9 1 .1 1.2.3 1.2-.2 0-.5.1-3.1-1.1-4.8 2.7-.3 4.8-1.2 5.4-1.6.5-.5.5-.6.3-.8ZM29 30.7c-.9-.7-2.7-2.2-2.7-2.2h-2.7c-5.7 4.6-5.5 7.3-5.7 8.1-.1.8 0 .9.3 1 .3 0 1.9.5 4.9-.7 0 2 .8 4 1.2 4.7.4.7.5 1.1 1 .5.5-.6 1.6-2.3 1.7-5.4 0 0 3.7 1.2 4.3 1.4s.6-.5.5-1.4c-.1-2.4-2-5-2.9-5.8ZM21.5 26.2s0-1.3-.1-2.7c-4.1-6.1-8.2-5.5-8.8-5.4-.5.1-.9 2.4 1.3 4.9-5 .1-6.5 1.8-5.9 2.4.5.5 2.4 1.5 5.4 1.8-1.6 3.9-1.3 5.2-.5 5.1 4.9-.4 8.7-6.1 8.7-6.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

.intext, .is-style-intext{
	width:40%;
	height:auto;
	margin:0 0 .5em 1em;
	float:right;
}

.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:0;
	clear:both;
	float:left;
}

.bcolor{ background:url("images/pattern.jpg") center / 160px auto repeat; }

.dcolor{
    background:#0b3d2d;
    color:#fff;
}

.dcolor .darkgreen{ color:#fff; }
.dcolor h1{ margin-bottom:1em; }

.gcolor{ background:#eaeaea; }
.gcolor h1{ color:#0b3d2d; }

.inpad{ padding:3em 0; }
.firstP .inpad{ padding:0; }

.table{ display:table; }

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

.lft{
    padding:2em 2.5em;
    vertical-align:top;
}

.rgt{
    vertical-align:top;
	width:45%;
    max-width:480px;
    background-position:center;
    background-size:cover;
    text-align:right;
}

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

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

.firstP{
    width:100%;
    background-size:cover;
    background-position:center top;
    position:relative;
    overflow:hidden;
    box-sizing:border-box;
    padding:6em 2.5em 2.5em; 
}

.firstP .pageinside{
    position:relative;
    text-align:center;
    width:100%;
    z-index:5;
    padding:1em 2.5em .5em;
    display:table;
    height:100%;
    max-width:965px;
    background:#89b996;
    box-sizing:border-box;
    font-size:1.05em;
}

.bcolorin{
    width:100%;
    z-index:5;
    background:#89b996;
    box-sizing:border-box;
}

.bcolor h1{
    color:#fff;
    text-align:left;
    margin-bottom:.3em;
}

.firstP .is-style-right{ 
    width:60%;
    max-width:none;
	padding-left:0;
}

.firstP h1{
    color:#fff;
    font-size:2.17em;
    line-height:1.1;
}

.firstP h3{ 
    color:#fff;
    margin-bottom:.6em;
}
.firstP .buyNowArea{ 
    max-width:300px;
    margin-bottom:1.5em;
}

.firstP .right figure, .firstP .is-style-right figure{ 
    margin:-11% -10% 0;
    width:120%;
}

.logolink{
    height:2em;
    width:auto;
    display:inline-block;
    margin:0 0 0 .3em;
    vertical-align:middle;
    fill:#000;
    position:relative;
    top:-.3em;
    transition:.5s fill;
}

.logolink:hover{ fill:#fff; }

.logolink svg{
    height:100%;
    width:auto;
}

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

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

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

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

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

.buttons{ 
    width:100%;
    text-align:center;
}

.buttons .wp-block-buttons, .buttons .buyNowArea{
    display:inline-block;
    justify-content:center;
    width:auto;
    vertical-align:top;
    margin:0 0 .4em;
}

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

@media all and (max-width: 1175px){
    #navMenu ul li a, #navMenuSm ul li a{ font-size:1.25vw; }
}

@media all and (max-width:1050px){
    #title{ font-size:3.4vw; }
    .firstP{ padding-top:5em; padding-bottom:2em; }
    .firstP .pageinside{
        max-width:none;
        width:100%;
        font-size:1.8vw;
        padding-left:1.5em;
        padding-right:1.5em;
    }
}

@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{ 
        display:block;
        clear:both;
        float:none;
        width:90%;
        padding:0;
        margin:0 auto 1em;
    }
    .lft{ padding:1em 1.5em; }
    .rgt{
        height:20em;
        width:100%;
        max-width:none;
        margin:0;
        background-position:center top;
    }
    .firstP .is-style-right figure, .firstP .right figure{
        width:100%;
        margin:0;
    }
}

@media all and (max-width:850px){
    #title{ font-size:1.8em; }
    #navMenu .menu{ display:none; }
	#smNavShow{ 
		display:inline-block !important; 
		width:1.4em;
        fill:none;
        stroke:#0b3d2d;
        stroke-width:3;
		margin:0 0 0;
		cursor:pointer;
		position:relative;
		z-index:1100;
        transition:.5s fill;
	}
    #smNavShow:hover #line1, #smNavShow:hover #line3{ transform:translateY(0); }
    #smNavShow svg{
        width:100%;
        height:auto;
    }
	#navMenuSm ul li a{
		padding:.6em 1.2em;
        margin:0;
		font-size:1em;
		height:auto;
		top:0;
		text-align:left;
        color:#fff;
	}
    .firstP .pageinside{ 
        font-size:1.1rem;
        display:block;
    }
    .left, .right, .firstP .right, .firstP .left, .firstP .is-style-right, .firstP .is-style-left{
		display:block;
		clear:both;
		width:100%;
		padding:0;
		margin:0 auto 1em;
	}
}

@media all and (max-width:600px){
    #title{ font-size:5vw; }
    #navMenu{ padding-right:0; }
    #topinside{ padding:.5em .75em; }
    .slid{ padding:.3em .5em !important; }
}

@media all and (max-width:500px){
	.intext, .is-style-intext{
		width:100%;
		float:left;
		margin:0 auto 1em;
	}
}