:root {
	--body-font:"sonar-sans",sans-serif;
	--body-font-size:110%;
	--body-color:rgba(47,39,36,1);
	--body-alt-color:rgba(47,39,36,.6);
	--link-color:#a44822;
	--link-hover-color:#da5b26;
	--border-color:rgba(255,255,255,1);
	--border-dark-color:rgba(210, 205, 200, 1);
	--border-light-color:rgba(230, 225, 220, .2);
	--background-color:#FFF;
	--background-shadow-color:rgba(0, 0, 0, .1);
	--button-color:#1c729d;
	--button-hover-color:#0089cd;
	--bg:linear-gradient(to bottom right, rgba(156, 226, 255, .5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 240, 210, 1)), 
        linear-gradient(to bottom left, rgba(156, 226, 255, .5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 240, 210, 1));
	--bg2:linear-gradient(to bottom right, rgba(156, 226, 255, .5), rgba(255, 255, 255, 0), rgba(255, 240, 210, 1)), 
        linear-gradient(to bottom left, rgba(156, 226, 255, .5), rgba(255, 255, 255, 0), rgba(255, 240, 210, 1));
        
	--bg3:linear-gradient(to bottom right, rgba(156, 226, 255, .6), rgba(255, 255, 255, 0.2), rgba(255, 240, 210, 1)), 
        linear-gradient(to bottom left, rgba(156, 226, 255, .6), rgba(255, 255, 255, 0.2), rgba(255, 240, 210, 1));
	}
body {
	font-family:var(--body-font);
	font-size:var(--body-font-size);
	text-align:center;
	color:var(--body-color);
	line-height:1.6;
	margin:0;
	padding:0;
	min-height:100vh;
	text-shadow:0 1px 5px white;
	/*
	background: 
        linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(230, 236, 212, 1)), 
        linear-gradient(to bottom left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(230, 236, 212, 1)); 
        */
        
    /*    
    background: 
    	url(/template/bg.png) 50% 50% no-repeat,
        var(--bg); 
    	background-size:100% auto;
	}
	*/
  
    background: 
    	url(/template/bg.png) 50% 190px no-repeat,
        var(--bg3); 
    	background-size:100% auto;
}


	#page-about {
    background: 
    	url(/template/bg4.png) 50% 100% no-repeat,
        var(--bg3); 
    	background-size:100% auto;
		}
	#page-contact {
    background: 
    	url(/template/bg2.png) 50% 70% no-repeat,
        var(--bg3); 
    	background-size:100% auto;
		}
	#page-testimonials {
    background: 
    	url(/template/bg7.png) 50% 100% no-repeat,
        var(--bg3); 
    	background-size:100% auto;
		}
	#page-rates {
    background: 
    	url(/template/bg5.png) 50% 100% no-repeat,
        var(--bg3); 
    	background-size:100% auto;
		}
		
		
	/*
	#page-about {
    background: 
    	url(/template/bg2.png) 50% 50% no-repeat,
        var(--bg2); 
    	background-size:100% auto;
		}
	#page-contact {
    background: 
    	url(/template/bg7.png) 50% 50% no-repeat,
        var(--bg2); 
    	background-size:100% auto;
		}
	#page-rates {
    background: 
    	url(/template/bg4.png) 50% 50% no-repeat,
        var(--bg2); 
    	background-size:100% auto;
		}
	#page-testimonials {
    background: 
    	url(/template/bg5.png) 50% 50% no-repeat,
        var(--bg2); 
    	background-size:100% auto;
		}
		*/
a {
	text-decoration:none;
	color:var(--link-color);
	}

a:hover {
	color:var(--link-hover-color);
	}
main a:hover {
	text-decoration:underline;
	}
h4 {
	clear:both;
	}
h4 span {
	display:inline-block;
	width:55px;
	}
h4 span:before {
	display:inline-block;
	width:55px;
	content:'\27A4';
	transform:scale(900%,.2);
	}
h5 {
	font-size:medium;
	text-transform:uppercase;
	margin-bottom:0;
	}
h5 + p {
	margin-top:0;
	}
	
select { font-size:medium;  }
input,
textarea,
.mobile select { 
	font-size:medium; 
	border: 1px solid var(--border-color); 
	}
input[type=submit] {
	background:var(--button-color);
	color:var(--background-color);
	appearance:none;
	padding:.4em 1em;
	border-radius:.2em;
	border:none;
	}
input[type=submit]:hover {
	background:linear-gradient(var(--button-hover-color),var(--button-color));
	}
input[type=text].text {
	padding:2px 0 3px 2px;
	}
.form-standard label:not(.none) {
	text-align:right;
	padding-right:4px;
	padding-top:0px;
} 
.mobile select {
	background:var(--background-color);
	color:var(--body-color);
	appearance:none;
	padding:.5em 1em;
	border-radius:.5em;
	border: 1px solid var(--border-dark-color);
	}
hr {
	border:none;/*
	border-top:1px solid var(--border-color);
	margin-top:2em;*/
	}
blockquote {
	font-style:italic;
	}
.table-data , .table-data td {
	border-color:var(--border-color);
	}
.table-data {
	border-right:1px solid var(--border-color);
	background:none;
	}

.table-data tr td {
	background:rgba(255,255,255,.2);
	backdrop-filter: blur(3px);
	}
.table-data tr:nth-child(even) td {
	background:rgba(225,225,225,.1);
	}
table.table-data tr:hover td {
	background:rgba(255,255,255,.3);
	}

header {
	padding:2em 0 0 0;
	text-align:center;/*
	background:url(splash.png?1) 50% 10% no-repeat;
	background-size:330px auto;*/
	}

header .logo {
	display:inline-block;
	content:' ';
	position:relative;
	border-radius:130px;
	width:100px;
	height:100px;
	transition:300ms ease all;
	box-sizing:border-box;
	border:7px solid rgba(255,255,255,.5);
	background:url(/img/s.png) 50% 50% no-repeat;
	background-size: 140% auto;
	/*filter:sepia(.3);*/
	box-shadow:0px 0px 50px rgba(255,255,255,.5),0px 0px 20px rgba(255,255,255,.5);
	margin:0;
}

header .logo:hover {
	width:120px;
	height:120px;
	transition:200ms ease all;
	border:7px solid rgba(255,255,255,.3);
	margin:-10px;
}
header .logo-text {
	font-family: mojito, serif;
	font-size:55px;
	line-height:1;
	transform:rotate(-3deg);
	display:inline-block;
	}
header .logo-tag {
	font-size:small;
	position:relative;
	top:-7px;
	}
nav {
	margin:.1em auto;
	font-size:medium;
	max-width:960px;
	clear:both;
	}
nav > div {	
	display:inline-block;
	border:1px solid rgba(255,255,255,.8);
	border-radius:2em;
	background:rgba(255,255,255,.4);
	backdrop-filter: blur(3px);
	padding:0em 1.5em;
	margin:auto;
	box-shadow:0 3px 25px rgba(101, 201, 255, .07);
}
nav .current a,
footer .current a {
	color:var(--body-color);
	font-weight:bold
	}
header ul,
header li,
footer ul,
footer li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	}
nav li a:not(.highlight-edit-small),
footer li a:not(.highlight-edit-small) {
	display:inline-block;
	padding:1em;
	}

h1 {
	font-size:x-large;
	text-align:center;
	display:none;
	}
h2,h3 {
	font-size:large;
	}
h4 {
	font-size:medium;
	}
main {
	padding:0 1em;
	margin:auto;
	text-align:left;
	max-width:860px;
	min-height:50vh;
	}

footer {
	padding:2em 0;
	border:none;
	color:var(--body-alt-color);
	font-size:smaller;
	clear:both;
	}
footer a {
	color:transparent;
	}
footer:hover a {
	color:var(--body-alt-color);
	}

.form-standard {
	padding:0 0 4em 0;
	}

textarea {
	border-color:var(--border-color);
	border-bottom-color:#c2c2c2;
	}

.seanloc {
	display:inline-block;
	width:120px;
	height:110px;
	position:relative;
	float:right;
	margin:0px -10px 0 -10px;
	transform:scale(90%);
	}
	
.seanloc b {
	background:url(/img/vendo/map-nz-sm.png) 0% 0% no-repeat;
	width:100px;
	height:100px; 
	filter:sepia(.4);
	display:inline-block;
	}
.seanloc > span {
	color:var(--link-color);
	margin-top:39px;
	margin-left:47px;
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	white-space:nowrap;
	font-size:medium;
	text-shadow:-1px 1px 2px var(--background-color);
	transform:scale(1,.9);
	}

.seanloc > span {
	margin-top:15px;
	margin-left:50px;
	}
.seanloc > span > span {
	position:absolute;
	margin-top:-8px;
	display:inline-block;
	font-style:italic;
	font-family:serif;
	color:var(--body-color);
	font-size:small;
	}

#stores {
	width: auto;
	min-height:272px;
	clear:both;
	}

#stores ol {
	/*display:grid;
	grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
	grid-gap: 20px 25px;
	*/
	width: 100%;
	padding:0;
	margin:0;
	list-style:none;
	white-space: nowrap;
	min-height:242px;
	}
.stores #stores ol li {
	display:inline-block;
	border:12px solid white;
	box-shadow:0px 3px 7px rgba(0,0,0,.15);
	/*border-radius:21px;*/
	transition:all 300ms ease;
	outline:0px solid white;
	box-sizing: border-box;
	padding:.2em 0 .2em 0;
	margin:0 15px .4em 0;
	width:250px;
	background-size:cover !important;
	}

#stores ol li:hover {
	box-shadow:0px 11px 30px rgba(0,0,0,.33);
	outline:3px solid white;border-radius:1px;
	/*border-radius:5px;*/
	}

#stores ol li a {
	height:180px;
	display:block;
	text-indent:-999em;
	}/*
#stores ol li:after {
	content:attr(caption);
	display:inline-block;
	background:white;
	box-shadow:0px 6px 16px #CCC;
	padding:4px 11px;
	visibility:hidden;
	opacity:0;
	margin:-32px;
	position:absolute;
	transition:all 800ms ease;
	color:var(--link-color);
	}
#stores ol li:hover:after {
	visibility:visible;
	opacity:1;
	}
*/
.stores-pager {
	max-width:1000px;
	margin:auto;
	}
.stores-next,
.stores-prev {
	display:inline-block;
	position:relative;
	top:-170px;
	width:2em;
	height:2em;
	border-radius:4em;
	background:var(--background-color);
	cursor:pointer;
	margin:0;
	box-shadow:0px 6px 19px rgba(0,0,0,.15);
	transition:all 1s ease;
	margin:.3em .6em .3em -.6em;
	opacity:.9;
	}
.stores-prev:hover,
.stores-next:hover {
	box-shadow:0px 6px 29px rgba(0,0,0,.25);
	opacity:1;
	}
.stores-prev {
	margin:.3em -2em .3em -1em;
	}
.stores-next {
	float:right;
	margin:.3em -2.5em .3em 0em;
	}
.stores-next:before,
.stores-prev:before {
	display:inline-block;
	position:absolute;
	top:.75em;
	left:.75em;
	width:.4em;
	height:.4em;
	border:2px solid #999;
	transform:rotate(135deg);
	content:' ';
	}
.stores-next:before {
	border-bottom:none;
	border-right:none;
	}
.stores-prev:before {
	border-top:none;
	border-left:none;
	left:.9em;
	}
.stores-next:hover,
.stores-prev:hover {
	border-color:lightblue;
	}
.stores-next:hover::before,
.stores-prev:hover::before {
	border-color:dodgerblue;
	}
.stores-next:active::before,
.stores-prev:active::before {
	border-width:4px;
	border-color:dodgerblue;
	margin:-1px;
	}

.testimonials {
	border-top:1px solid var(--border-color);
	padding:2em;
	margin:2em 0;
	}
#page-testimonials .testimonials {
	display:none;
	}
.testimonials sup {
	font-size:1.2em;
	font-family:Times,Georgia,serif !important;
	font-style:italic;
	display:inline-block;
	line-height:1;
	}
	
/* DESKTOP */

@media only screen and (min-width: 850px) {

	#page-testimonials {
    	background-size:2000px auto;
	}
	#stores {
		padding:20px 0 0 30px;
		width: auto;
		min-height:272px;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;  /* IE 10+ */
		overflow: -moz-scrollbars-none;  /* Firefox */
		overflow-x:scroll;
		scrollbar-width: none;  /* Firefox */
	}
	#stores::-webkit-scrollbar {  display: none; }

}	

/* MOBILE  */
@media only screen and (max-width: 850px) {
	
	body {
    	background-size:auto auto;
    }
	#page-about {
    	background: 
    	url(/template/bg4.png) 50% 100% no-repeat,
        var(--bg3); 
		}
	#page-contact {
    	background: 
    	url(/template/bg2.png) 50% 70% no-repeat,
        var(--bg3); 
		}
	#page-testimonials {
    	background: 
    	url(/template/bg7.png) 50% 100% no-repeat,
        var(--bg3); 
		}
	#page-home,
	#page-contact,
	#page-about,
	#page-rates,
	#page-testimonials {
    	background-size:1000px auto !important;
	}
	#stores {
		padding:20px 0 20px 20px;
		clear:both;
	}
	#stores ol { 
		display:grid; 
		grid-gap: 20px 20px;
	}
	#stores ol li {
		border:12px solid white;
		box-shadow:0px 5px 17px rgba(0,0,0,.17);
		outline:0px solid white;
		box-sizing: border-box;
		padding:0;
		width:auto;
		max-width:100%;
		height:184px;
		display:block;
	}

	.stores-pager {
		display:none !important;
	}
	

	

}

/* row-sites ENDS */

.pics {
		width:280px;
		float:right;
		margin:-1em 1px 1em 10px;
	}
.pic-desktop {
		width:280px;
		height:auto;
	}
.pic-mobile 	{
		margin-top:80px;
		margin-left:-260px;
		width:66px;
		height:auto;
	}
	
@media only screen and (max-width:850px) {

	.pics {
		float:none;
		margin:1em 10px 2em 20vw;
		clear:both;
		width:auto;
	}
	nav li a:not(.highlight-edit-small) {
		padding:.7em;
	}
}

@media only screen and (min-width:850px) {

	.seanloc {
	left:-60px;
	margin:-20px 0px 0 -10px;
	}

}
