/*
Theme Name: Wingnut’s Great Coconut Hunt
Author: Danny Moore
Author URI: http://www.amplifypublishinggroup.com
Description: This theme is a basic blog based book website.
Version: 1.0
License: ©2025 Danny Moore
Text Domain: wingnutsgreatcoconuthunt
*/

/* =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: "kepler-std", serif;
}

img{ border:0px; }

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

#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:#c5b755;
    fill:none;
    stroke-width:6;
    stroke-linecap:round;
    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:3.125em;
	margin:0 0 .5em 0;  
    color:#82c6cf;
    line-height:1;
    text-align:center;
    text-transform:uppercase;
    font-family: "cafeteria", sans-serif;
}

h2, .h2{
    text-align:center;
    font-family: "cafeteria", sans-serif;
    color:#000000;
    font-size:1.72em;
    margin:.75em 0 0;
    line-height:1.15;
}

h3, .h3{
	font-size:1.52em;
	margin-bottom:0;
    text-align:center;
    line-height:1.2;
    text-transform:uppercase;
    font-family: "cafeteria", sans-serif;
    color:#634024;
}

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;
    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:#5ebac6;
	transition:.4s color;
}

a:hover{ color:#bfaf43; }

.bcolor a{ color:#fff; }
.bcolor a:hover{ color:#ece6b8; }

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

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

.slid{ background:#b0a23e; }

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

#title{
	position:relative;
	width:23em;
    display:table-cell;
    vertical-align:middle;
    padding:.5em 0 0 .75em;
    transition:.3s width;
}

#title img{
    width:100%;
    height:auto;
    transition:.3s width;
}

.slid #title{ width:14em; }

.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:top;
    padding:1.5em 1.75em 0 0;
}

#navMenu div{ display:inline-block; }

.social{
	position:relative;
	margin:2em 0 0;
	pointer-events:all;
    text-align:center;
    width:100%;
}

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

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

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

/******************** 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:#fff;
	display:inline-block;
	margin:0 0 0 4vw;
	position:relative;
	line-height:1;
	font-size:1.375em;
	transition:.5s color;
    cursor:pointer;
    font-family: "marvin-round", sans-serif;
}

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

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


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

.endpage{
    text-align:center;
    background:#82c6cf;
}

.endpage > div{
    padding:3em 0;
    max-width:900px;
    margin:0 auto;
}

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

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

#bottom{
	width:100%;
	height:auto;
	clear:both;
	float:left;
    display:flex;
    justify-content:space-between;
    align-content: flex-end;
    align-items:stretch;
	padding:0;
	position:relative;
    bottom:0;
    background:#82c6cf;
    margin-top:3em;
}

#dog{
    width:11em;
    height:auto;
    line-height:0;
    margin:-4.6em 0 0;
}

#dog img{ width:100%; height:auto; }

#copyright{
	font-size:.85em;
	line-height:1;
	text-align:center;
	color:#000;
	margin:0;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
}

#copyright div{ 
    display:inline-block;
    padding:1em 1.5em;
}

#bottomin{
    text-align:right;
    color:#000;
    width:17em;
}

#bottomcont{
    display:flex;
    gap:.3em;
    justify-content:space-between;
}

#bottomcont .buyNowButton{ 
    width:44%;
    margin:0 2.5%;
    box-shadow:.1em .1em .3em rgba(0,0,0,0.3);
    line-height:0;
}

#bottomcont .buyNowArea{
    margin-top:1.5em;
}

#bottomcont .wp-block-group{ 
    margin-top:-4em;
}


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

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

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

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;
    border:.15em solid #634024;
    padding:.85em 1em;
    margin:0 0 .5em;
    width:100%;
    box-sizing:border-box;
}

textarea{ height:8em; }

.wpcf7-spinner{ position:absolute; }

::placeholder{ font-style:italic; }

.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:.15em;
	margin:0;
	padding:.85em 2em .95em;
	line-height:1.2;
	display:inline-block;
	font-size:1.05em;
	transition:.5s color, .5s background;
	color:#fff;
	background:#634024;
    text-align:center;
    font-family: "marvin-round", sans-serif;
}

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

.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:#634024;
	background:#2acff3;
}

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


/********************** 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{
	width:100%;
	height:auto;
	text-align:center;
    max-width:420px;
    margin:0 auto;
}

.buyNowButton{
    width:23%;
    margin:0 1%;
    display:inline-block;
    cursor:pointer;
    position:relative;
    border-radius:.15em;
    overflow:hidden;
    line-height:0;
    background:#634024;
    transition:.5s background;
}

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

.svgcolor1{ transition:.5s fill; fill:#c5b755; }
.svgcolor2{ transition:.5s fill; fill:#fff; }
.svgback{ transition:.5s fill; fill:#634024; }

.buyNowButton:hover .svgback{ fill:#82c6cf; }
.buyNowButton:hover{ background:#82c6cf; }

/********************************** 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: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:relative;
    margin:1.5em auto 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 *******************************/

.intext{
	width:45%;
	height:auto;
	margin:0 2em .5em 0;
	float:left;
    box-shadow:.4em .4em 0 #634024;
}

.is-style-shadowframe{
	border:.6em solid #fff;
	background:#fff;
	box-shadow:.23em .23em .65em rgba(0,0,0,0.3);
    position:relative;
    transform:rotate(-8deg);
    width:100%;
    height:auto;
}

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

.bcolor{
    margin-top:5em;
    margin-bottom:5em;
    background:#c5b755;
    position:relative;
}
.bcolor h1{ color:#634024; }

.bcolor:before{
    width:100%;
    height:5em;
    position:absolute;
    top:calc(1px - 5em);
    left:0;
    content:"";
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 2000 150'%3E%3Cpath fill='%23fff' d='M2000,19.3c-396.1,43.4-646.7,54.3-1028.1,17.2C583.7-1.2,280.9,12.6,0,56.2v93.8h2000V19.3Z'/%3E%3C/svg%3E") no-repeat;
    -webkit-mask-size:100%;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 2000 150'%3E%3Cpath fill='%23fff' d='M2000,19.3c-396.1,43.4-646.7,54.3-1028.1,17.2C583.7-1.2,280.9,12.6,0,56.2v93.8h2000V19.3Z'/%3E%3C/svg%3E") no-repeat;
    mask-size:100%;
    background:#c5b755;
}
.bcolor:after{
    width:100%;
    height:5em;
    position:absolute;
    bottom:calc(1px - 5em);
    left:0;
    content:"";
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 2000 150'%3E%3Cpath fill='%23fff' d='M0,139c522.9-80.6,1115.7-122.1,2000,0V0H0v139Z'/%3E%3C/svg%3E") no-repeat;
    -webkit-mask-size:100%;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 2000 150'%3E%3Cpath fill='%23fff' d='M0,139c522.9-80.6,1115.7-122.1,2000,0V0H0v139Z'/%3E%3C/svg%3E") no-repeat;
    mask-size:100%;
    background:#c5b755;
}

.inpad{ padding:2em 0; }
.bcolor.inpad{ padding:1em 0 }
.firstP .inpad{ padding:0; }

.table{ display:table; }

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

.lft{
	width:40%;
	padding:1em 8% 0 0;
}

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

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

.firstP{
    width:100%;
    background-color:#c65686;
    background-size:cover;
    background-position:center top;
    position:relative;
    overflow:hidden;
}

.firstP:after{
    width:100%;
    height:5em;
    position:absolute;
    bottom:-1px;
    left:0;
    content:"";
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 2000 150'%3E%3Cpath fill='%23fff' d='M2000,19.3c-276.2,63-708.3,69-1066.1,23.9C576.2-1.9,228.9-16.2,0,22.2v127.8h2000V19.3Z'/%3E%3C/svg%3E") no-repeat;
    background-size:100%;
}

.firstP .pageinside{
    position:relative;
    text-align:center;
    width:100%;
    z-index:5;
    padding:5em 0 3em;
    display:table;
    height:100%;
    max-width:1000px;
    font-size:1.6em;
    line-height:1.4;
}

.firstP .right{ 
    width:50%;
    max-width:none;
	padding-left:5%;
}

.firstP h3{ 
    color:#000;
    margin-bottom:.3em;
}

.firstP .buyNowButton{ box-shadow:.1em .1em .25em rgba(0,0,0,0.3); }

.firstP p{ margin-bottom:.3em; }
.firstP p:first-of-type{ margin-bottom:.6em; }


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

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

.ins{ margin-left:10%; margin-right:10%; }

.centered{ text-align:center; }

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

@media all and (max-width: 1175px){
    #navMenu ul li a, #navMenuSm ul li a{
        font-size:2.5vw;
    }
    .firstP .pageinside{
        max-width:none;
        width:90%;
        font-size:2.5vw;
    }
}

@media all and (max-width:1050px){
    .lft{ vertical-align:top; }
}

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

@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:100%;
        padding:0;
        margin:0 auto 1em;
    }
    .firstP:after, .bcolor:after, .bcolor:before{
        width:150%;
        left:calc((100% - 150%) / 2);
        height:3.6em;
    }
    .bcolor:before{ top:calc(1px - 3.6em); }
    .bcolor:after{ bottom:calc(1px - 3.6em); }
    .is-style-shadowframe{
        max-width:400px;
        margin:0 auto 9vw;
        width:80%;
    }
}

@media all and (max-width:760px){
    #bottom{ 
        display:block;
        margin-top:5em;
    }
    #dog{ margin:-4.6em auto 1em; }
    #copyright{
        display:block;
        width:100%;
    }
    #bottomin{
        text-align:center;
        max-width:17em;
        width:90%;
        margin:0 auto 1.5em;
    }
    #bottomcont .wp-block-group{ margin-top:0; }
}

@media all and (max-width:650px){
	#title{ width:60%; }
    .slid #title{ width:60%; }
    #navMenu{ 
        padding:0 4vw 0 0;
        vertical-align:middle;
    }
    .firstP .pageinside{ padding-top:30vw; }
}

@media all and (max-width:500px){
	.intext{
		width:100%;
		float:left;
		margin:0 auto 1em;
	}
    #bottomcont{
        display:block;
        margin:0 auto;
        max-width:200px;
    }
    #bottomcont .buyNowArea{ max-width:150px; }
}