/*
	Theme Name: Zoo Cemetery 2026
              Description: WordPress Theme
	Version: 1.0.0
	Author: murrky@gmail.com
	Tags: HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
/**, *:after, *:before
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
}*/
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
	font: normal 400 15px / 1.3 'Roboto Condensed', sans-serif;
	color: #483E37;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
img {
	border: 0;
}
body {
	margin: 0;
	min-height: 100vh;
	background: bottom / cover no-repeat;
}
body.error404 {
	background-image: url(/img/bkg/dog_bkg1280.jpg);
}
body.error404 header,
body.error404 footer {
	background-image: none;
}
/*@font-face
{
	font-family: 'Lobster';
	src: url('fonts/Lobster-Regular.eot');
	src: url('fonts/Lobster-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-Lobster-Regular.woff2') format('woff2'), url('/fonts/subset-Lobster-Regular.woff') format('woff'), url('/fonts/subset-Lobster-Regular.ttf') format('truetype'), url('/fonts/subset-Lobster-Regular.svg#Lobster-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}*/
@font-face {
	font-family: 'Lobster';
	src: url('fonts/Lobster-Regular.eot');
	src: url('fonts/Lobster-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Lobster-Regular.woff2') format('woff2'), url('fonts/Lobster-Regular.woff') format('woff'), url('fonts/Lobster-Regular.ttf') format('truetype'), url('fonts/Lobster-Regular.svg#Lobster-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto Condensed';
	src: url(fonts/RobotoCondensed-Regular.eot);
	src: local('Roboto Condensed'), local(RobotoCondensed-Regular), url(fonts/RobotoCondensed-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/RobotoCondensed-Regular.woff) format('woff'), url(fonts/RobotoCondensed-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}
/*MAIN*/
main {
	width: 1024px;
	margin: 0 auto;
}
/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
	clear: both;
}
/*COMMON*/
h1.gothic {
	font: italic 58px 'True Gothic Cyr', Serif;
	color: #FFFFFF;
	display: none;
}
article {
	background-color: #FFFFFF;
	padding: 10px 24px;
	margin-top: 7px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.error404 article {
	background-color: transparent;
}
article h1,
article h2,
article h3,
article h4 {
	font-family: Roboto Condensed, sans-serif;
	font-weight: normal;
	color: #686895;
	margin-bottom: 0.3em;
}
article h1 {
	font-size: 1.4em;
	margin-top: 0;
}
article h2 {
	font-size: 1.2em;
}
article h3 {
	font-size: 1em;
}
a {
	text-decoration: none;
	color: #444;
}
main a {
	color: #3E48A3;
	text-decoration: none;
}
#page_body p {
	text-align: justify;
	text-indent: 1em;
	margin: 0 auto 1em;
}
#page_body .warning {
	border: 1px solid #ACAAAA;
	clear: both;
	display: block;
	background-color: #F7F2EB;
	/*color: #74220C;*/
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 12px;
}
p.center {
}
#page_body ol {
	text-align: justify;
	padding-left: 1em;
	padding-right: 0;
}
#page_body ul {
	list-style: none;
	padding-left: 1em;
}
ul.flex_buttons {
	display: flex;
	text-align: center;
	margin: auto;
	flex-grow: 1;
}
.mobile {
	display: none;
}
.app_icon {
	width: 32px;
	height: 32px;
	float: left;
	position: relative;
}
span.call_link {
}
p.copyright {
	font-size: 0.8em;
	text-align: center !important;
	padding-top: 15px;
	margin-bottom: 0 !important;
}
.container {
	display: block;
	margin-bottom: 1em;
	height: 100%;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
.header {
	/*background-color: #D1CDC7;*/
	margin-bottom: 0;
	height: 140px;
	/*border-bottom: 1px solid #A7988F;*/
	/*padding-bottom: 18px;*/
}
#header_content {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	text-align: center;
}
.header_img {
	display: inline-block;
	position: relative;
	background: center / cover no-repeat;
	height: 140px;
	width: 260px;
	overflow: hidden;
	/*box-shadow: inset 40px 0 40px 2px #D1CDC7, inset -40px 0 40px 2px #D1CDC7;*/
	/*margin-top: 3px;*/
	/*margin-top: 10px;*/
}
.site-branding {
	display: block;
	margin: 0 auto;
	min-width: 40em;
}
.site-brand {
	font-size: 4.7em;
	font-family: 'Lobster', Serif;
	/*font-style: italic;*/
	text-shadow: -1px -1px 0 #1E1A05, 1px -1px 0 #1E1A05, 1px 1px 0 #1E1A05, -1px 1px 0 #1E1A05, 0px 0px 16px #444;
	color: white;
	font-weight: 400;
}
.site-title {
	font-size: 1.6em;
	font-family: Georgia, serif;
	text-align: center;
	margin: 0px;
	padding: 0;
	/*color: #483E37;*/
	font-style: italic;
	font-weight: 400;
	font: normal normal 400 normal 1.9em 'Lobster';
	text-shadow: 1px 1px 1px white, 1px 1px 1px white;
}
/* logo */
.logo {
	display: block;
	width: 260px;
	padding-top: 17px;
}
.logo-img {
	height: 82px;
}
.logo #tel {
	display: block;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.mobile_call {
	display: none;
}
.mobile_call:hover a {
	color: #3E49A5;
}
/* nav */
nav {
	z-index: 999;
}
nav.main {
	display: block;
	border: 1px solid #8C8FA1;
	background-color: white;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	max-width: 1024px;
}
nav ul {
	text-align: center;
	list-style-type: none;
	margin: 0 auto;
	padding: 0 !important;
	overflow: hidden;
}
nav li {
	text-transform: uppercase;
	cursor: pointer;
}
nav.main li {
	display: inline-block;
}
nav.main li a {
	display: block;
	text-align: center;
	padding: 10px 20px 6px;
}
nav ul.sub-menu {
	display: none;
	position: absolute;
	width: auto;
	background-color: white;
	min-width: 160px;
	box-shadow: 2px 6px 22px 0 gray;
	z-index: 999;
	/*transform: translateX(-20%);*/
}
nav ul.sub-menu li {
	display: block;
	z-index: 999;
}
nav ul.sub-menu li a {
	padding-top: 20px;
	padding-bottom: 20px;
}
nav.side-menu {
	display: block;
	float: left;
	padding: 0.5em 1em 2em 0;
}
nav.side-menu li {
	margin: 9px;
}
nav.side-menu li a {
	padding: 16px;
	min-width: 6.9em;
	text-decoration: underline;
}
nav.side-menu li a,
.zoo_button {
	display: inline-block;
	border: 1px solid #A7988F;
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	margin: 0.1em auto;
	color: #644E3D;
}
nav li a:hover {
	background-color: #CEDEE7;
}
nav.side-menu li:hover {
	/*(*+border-radius: 8px;*)
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;*/
}
#menu_btn {
	display: none;
}
#close_menu {
	display: none;
}
.overlay_close_button {
	width: 48px;
	height: 48px;
	right: 0;
	position: absolute;
	z-index: 100;
	background-color: rgba(228, 226, 214, 0.667);
	cursor: pointer;
}
.overlay_close_button:before,
.overlay_close_button:after {
	background-color: #000000;
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	display: block;
	right: 3px;
}
.overlay_close_button:before {
	top: 24px;
	transform: rotate(45deg);
}
.overlay_close_button:after {
	top: 24px;
	transform: rotate(-45deg);
}
/* footer */
.footer {
	clear: both;
	padding-top: 8px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.single-post #page_body {
	/*padding-bottom: 232px;*/
	/*min-height: 85vh;*/
}
/*POST*/
.gravestone {
	float: left;
	margin-right: 2em;
}
.post img,
.post_preview {
	float: left;
	border: 2px outset #D7D7D7;
	width: 360px;
	display: block;
	overflow: hidden;
	/* width: 100%; */
	contain-intrinsic-size: 360px 360px;
}
.post_text {
	display: block;
	overflow: hidden;
	text-align: center;
	/*border: 2px outset #D7D7D7;*/
	margin-bottom: 1em;
	/*background-color: #F8F5F5;*/
	/*background: url(/img/black_granite1.jpg);*/
	/*+border-radius: 14px;*/
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	border-radius: 14px;
}
.post h1,
.post h2 {
	margin-top: 0;
	font: normal normal normal 3.8em 'Lobster';
	margin-bottom: 0;
	color: #403730;
	/*text-shadow: 1px 0px 8px #FFFFFF;*/
}
.post h2 {
	font-size: 1.6em;
	padding-bottom: 12px;
}
.post .container {
	overflow: hidden;
}
.post p {
	text-indent: 0 !important;
	overflow: hidden;
	font-size: 1.1em;
}
.add_post_status {
	background-color:white;
	padding: 2rem;
	font-size: 1.2rem;
}

div.comments {
	/*padding-bottom: 26vh;*/
}
img#post_decoration {
	position: fixed;
	left: 0;
	bottom: 0;
	transform: rotate(180deg);
}
/*PRICE*/
.tablepress {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 !important;
}
.tablepress .column-1 {
	/*width: 50vw;*/
}
.tablepress .column-2 {
	width: 4em;
	text-align: right;
}
.tablepress .column-3 {
	width: 1.6em;
}
.tablepress .column-4 {
	width: 2em;
}
.table_comment {
	font-size: 0.8em;
	margin-left: 4em;
	display: block;
	margin-bottom: 3em;
}
/*MEMORIAL*/
#memorial {
	clear: both;
}
#frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -10;
	background-color: #FFFFFF;
}
#memflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	width: 100%;
}
.category-5 .stone {
	clear: both;
	width: 390px;
	max-width: 90vw;
	height: 19.1em;
	overflow: hidden;
	display: block;
	text-align: center;
	background-color: #F9FCFFcc;
	/*box-shadow: inset -22px -20px 102px 15px #FFFFFF;*/
	/*background: url('img/marble3.jpg') center / auto repeat;*/
	/*background: url('img/marble1.webp') center / 270% no-repeat local, 0 0;*/
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 34px;
	margin: 10px;
	border: 2px outset #FFFFFF;
}
.category-5 .stone.odd-section {
	background-position: top left;
}
.category-5 .stone.even-section {
}
.category-5 .stone .nameplate {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	height: 160px;
	margin: 0.4em;
	display: flex;
	flex-direction: column;
	font: normal normal normal normal 1em / 1em 'Lobster';
	/*+border-radius: 8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	color: #000000;
}
.category-5 .stone h2 {
	width: 100%;
	text-align: center;
	text-shadow: 0 0 0px #000000;
	font: normal normal normal normal 2.6em / 1em 'Lobster' !important;
	margin: 0px;
	padding: 0;
	color: #291F0C;
}
.category-5 .stone h2.ext_name {
	font-size: 1.6em !important;
	padding-bottom: 0.3em;
}
.category-5 .stone h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0.4em;
	/*text-shadow: 1px 1px 1px #000000;*/
	margin-bottom: 0.5em;
}
.category-5 .stone p {
	font: italic normal normal normal medium / 1.3 Georgia;
	display: flex;
	margin: 0px 1em 0.5em !important;
	text-align: center !important;
	clear: both;
	color: #1E160E;
	justify-content: center;
	align-items: center;
	height: 98px;
	text-shadow: 1px -2px 14px #FFFFFF;
}
/*SEARCH*/
form.search {
	float: left;
	height: 100%;
	border: 1px solid #8B5B45;
}
input.search-input {
	min-width: 25em;
	margin-right: -7px !important;
	height: 100%;
	border: 1px solid #FFFFFF;
}
button.search-submit {
	border-left: 1px solid #A7988F !important;
}
.search-results .hentry {
	clear: both;
	display: block;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.search-results .page.hentry {
	background-color: rgba(255, 255, 255, 0.872);
	width: 100%;
	margin-bottom: 1em;
	padding: 0.6em 1em;
}
.page.hentry h2 {
	color: black;
}
.search-results main h1,
.search-no-results main h1 {
	clear: both;
	text-align: center;
	padding-top: 0.8em;
	color: #FFFFFF;
	text-shadow: 1px 2px 4px #000000;
	font: normal normal normal normal 2em 'Lobster';
}
.search-results main h2,
.search-no-results main h2 {
	margin-top: 0;
	font-size: 1.2em;
	text-align: left;
	/*color: white;*/
}
.search-results main p {
	/*display: block;*/
	margin: 0;
	padding: 0;
	/*max-width: 90%;*/
	position: relative;
	text-indent: 0 !important;
}
.search-results .page .stone img {
	height: 84px !important;
	width: auto;
	margin: 0 0 0 1em !important;
}
/*FORMS AND BUTTONS*/
.zoo_button {
	cursor: pointer;
	/*box-shadow: inset -3px -2px 8px 0px rgba(166, 151, 142, 0.256);*/
	background-color: white;
	padding: 10px 12px;
	min-width: 40% !important;
	font-size: 1.6em;
}
.flex_buttons .zoo_button {
	min-width: 7em;
}
#memorialPostForm {
	border-width: 0px;
}
#memorialPostForm button {
	background-color: white;
}
#memorialPostForm .fullwidth {
	width: 100%;
}
.page fieldset {
	border-width: 0px;
}
.field_column {
	overflow: hidden;
}
.page label {
	display: block;
	width: 100%;
}
.page textarea,
.page input[type='text'] {
	font: normal medium 'Roboto Condensed', sans-serif;
	box-sizing: border-box;
}
.post_image_upload img {
	width: 100%;
	min-height: 200px;
}
.post_status {
	text-align: center;
	width: 100%;
	margin-bottom: 22px;
	font-size: 1.4em;
}
.post_failure {
	color: #E24B4B;
}
.post_image_fail {
	color: #E57474;
}
#show_map_button {
	margin: 0px auto;
	width: 10em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
#select_image {
	float: left;
	width: 360px;
}
#loading {
	position: absolute;
	z-index: 1000;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url(/img/icons/loading.gif) center / 60px no-repeat rgba(255, 255, 255, 0.846);
}
#uploaded_image {
	width: 100%;
}
.uploadButton {
	max-width: 81%;
}
.memorial_toolbar {
	height: 30px;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	padding: 0 4px;
}
.memorial_toolbar form.search {
	float: right;
}
#add_memorial,
button.search-submit,
input.search-input,
#search_btn {
	border: 0px none white;
	font-size: 0.85em;
	padding: 6px 10px;
	background-color: white;
	height: 100%;
	/*height: 30px;*/
}
#add_memorial,
button.search-submit,
#search_btn {
	width: 10em;
	text-transform: uppercase;
	text-align: center;
}
#add_memorial,
#search_btn {
	display: inline-block;
	border: 1px solid #8B5B45;
	padding: 0;
}
#add_memorial a {
	display: block;
	padding-top: 8px;
	padding-bottom: 11px;
}
#search_btn {
	display: none;
	width: 60px;
	cursor: pointer;
}
#search_btn img {
	margin-top: 3px;
}
@media only screen and (max-width: 800px) {
	.memorial_toolbar input.search-input {
		min-width: 20em;
		margin-right: -7px !important;
	}
}
@media only screen and (max-width: 600px) {
	form.search {
		display: block;
		text-align: center;
		width: 100%;
		border-style: none;
	}
	input.search-input {
		min-width: 0em;
		width: 100%;
		display: flex;
		margin-bottom: 5px;
	}
	.memorial_toolbar form.search {
		display: none;
		overflow: hidden;
		width: 100%;
		float: none;
	}
	.memorial_toolbar input.search-input {
		min-width: 0px;
		width: 100% !important;
		margin-bottom: 0;
	}
	.memorial_toolbar button.search-submit {
		width: 5em;
		position: relative;
		right: 0;
		float: right;
		top: -30px;
		margin-top: 0;
	}
	.memorial_toolbar #search_btn {
		display: block;
		float: right;
	}
	.memorial_toolbar input.search-input {
		width: auto;
	}
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
#page_body img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.faded-left {
	position: relative;
	float: right;
	display: inline-block;
	color: white;
	max-width: 50%;
	height: auto;
	right: 0;
	z-index: -1;
	margin-left: 1.1em;
	/*box-shadow: inset 94px -11px 73px 1px white;*/
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
}
.desaturate {
	/*filter: grayscale(100%);*/
	/*-webkit-filter: grayscale(100%);*/
	/*-moz-filter: grayscale(100%);*/
	/*-ms-filter: grayscale(100%);*/
	/*-o-filter: grayscale(100%);*/
}
.main_pict {
	width: 60%;
	height: 400px;
	float: right;
	background: bottom right / cover no-repeat;
	margin-bottom: 1em;
}
.stone img {
	/*+border-radius: 12px;*/
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	overflow: auto;
	border: 1px inset white;
	margin: 10px !important;
	width: 150px;
	contain-intrinsic-size: 150px 150px;
}
.even-section img {
	float: left;
	margin-right: 40px;
}
.odd-section img {
	float: right;
	margin-left: 40px;
}
.card {
	padding: 10px;
	border: 1px solid #B1B1B1;
}
.call_icon img {
	height: 32px;
	width: auto;
	position: relative;
	bottom: -3px;
}
/*MAPS*/
#map {
	float: right;
	padding: 10px;
	/*width: 50%;*/
	height: auto;
	/*+border-radius: 7px;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #B5B5B5;
}
#map_mobile {
	display: none;
	margin: 1em auto;
	padding: 4px;
	text-align: center;
	border: 1px solid #D7D7D7;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
/*WORDPRESS Gallery*/
.gallery {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}
.gallery-item {
	width: auto;
	/*(*+border-radius: 6px;*)
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;*/
	margin: 10px auto;
	padding: 0px 10px;
}
.gallery-size-full .gallery-item {
	/*max-width: 100%;*/
}
.gallery-size-thumbnail .gallery-item {
	max-width: 166px;
}
.gallery-size-medium .gallery-item {
	max-width: 372px;
	min-width: 290px;
}
.gallery-item img {
	height: auto;
}
#lightbox {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.812);
	z-index: 1;
	text-align: center;
}
#image_frame {
	display: inline-block;
	position: relative;
	margin: 50vh auto auto;
	transform: translateY(-50%);
	max-height: 98vh;
	max-width: 98vw;
	background: center / contain no-repeat local;
	border: 2px outset white;
	/*+border-radius: 6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#image_frame img {
	height: auto;
	width: auto;
	max-height: 86vh;
	max-width: 100%;
}
.overlay_button,
#close_image {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	font-weight: bold;
}
.overlay_button {
	bottom: 0;
	position: absolute;
	width: 7.9em;
	height: 50%;
	color: white;
	text-shadow: 1px -1px 1px #060606;
	padding-top: 10%;
}
#next_image {
	right: 0;
	text-align: right;
	padding-right: 1em;
}
#prev_image {
	left: 0;
	text-align: left;
	padding-left: 1em;
}
#close_image {
	top: 0px;
	right: 0px;
}
/*TABLEPRESS*/
/*--------------------------------------*/
.tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none;
}
.tablepress td,
.tablepress th {
	padding: 8px;
	border: none;
	background: 0 0;
	text-align: left;
	float: none !important;
}
.tablepress tbody td {
	vertical-align: top;
}
.tablepress tbody td,
.tablepress tfoot th {
	border-top: 1px solid #DDD;
}
.tablepress tbody tr:first-child td {
	border-top: 0;
}
.tablepress .row-hover tr:hover td {
	background-color: #F3F3F3;
}
.tablepress img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: none;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 479px) {
	body {
		background: url(img/membkg2.jpg) bottom / cover;
	}
}
@media only screen and (max-width: 1024px) {
	header {
		padding-top: 18px;
	}
	header,
	footer {
		/*background: url(/img/bkg/clouds_stripe.jpg) bottom;*/
	}
	footer {
		/*height: 67px;*/
	}
	article {
		padding: 11px;
	}
	main {
		width: 98%;
	}
	#mobile_menu {
		display: flex;
		height: 27px;
		width: 100%;
		position: absolute;
		/*cursor: pointer;*/
		background-color: white;
		top: 0;
		z-index: 10;
		text-align: center;
		text-transform: uppercase;
		border-bottom: 1px solid #919191;
	}
	span.header_img {
		display: none;
	}
	.tablepress {
		max-width: 88vw;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.logo {
		display: none;
	}
	.mobile_call {
		display: block;
		position: absolute;
		top: -5px;
		right: 0.6em;
		height: 33px;
		/*margin: 1em 1.2em 0 0;*/
		font-size: 18px;
	}
	.call_link {
		top: -5px;
		position: relative;
	}
	.stone {
		/*max-width: 47vw;*/
		min-width: 35vw;
	}
	#select_image {
		width: 40vw;
	}
}
@media only screen and (max-width: 767px) {
	header {
		height: auto !important;
		padding-bottom: 12px;
	}
	div.faded-left,
	div.main-pict {
		/*float: none;*/
		max-width: 100%;
		width: 100%;
		height: 50vw;
		/*display: block;*/
		/*+box-shadow: 0 0;*/
		-moz-box-shadow: 0 0;
		-webkit-box-shadow: 0 0;
		box-shadow: 0 0;
		margin: 0 0 1em 0;
		/*padding: 0;*/
		/*background-size: cover;*/
		background-position: center;
	}
	nav.side-menu {
		/*max-width: 40vw;*/
		/*padding-right: 0;*/
		display: flex;
		float: none;
		margin: 0;
		padding: 0;
	}
	nav.side-menu li {
		display: inline-flex;
	}
	nav.side-menu li a {
		max-width: none;
		/*font-size: 0.8em;*/
		padding: 1em 0.6em;
	}
	.stone {
		height: auto;
	}
}
@media only screen and (max-width: 639px) {
	ul {
		padding-left: 0.8em !important;
		padding-right: 0.8em !important;
	}
	ol {
		padding-left: 1em;
		padding-right: 1em;
	}
	ul.flex_buttons {
		padding: 0;
	}
	header {
		font-size: 2.3vw;
		margin-bottom: 0.4em;
		padding-top: 44px;
		padding-bottom: 6px;
	}
	#mobile_menu {
		/*display: flex;*/
		height: 44px;
		/*width: 100%;*/
		position: fixed;
		cursor: pointer;
		/*background-color: white;*/
		/*top: 0;*/
		/*z-index: 10;*/
		/*text-align: center;*/
		/*text-transform: uppercase;*/
		/*border-bottom: 1px solid #919191;*/
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	nav.main {
		position: fixed;
		top: 44px;
		left: 10px;
		right: 10px;
		display: none;
		z-index: 9;
		/*+box-shadow: 1px 5px 19px rgba(0, 0, 0, 0.256);*/
		-moz-box-shadow: 1px 5px 19px rgba(0, 0, 0, 0.256);
		-webkit-box-shadow: 1px 5px 19px rgba(0, 0, 0, 0.256);
		box-shadow: 1px 5px 19px rgba(0, 0, 0, 0.256);
	}
	nav.main li ul {
		/*top: 144px;*/
		left: 25px;
		right: 25px;
		transform: translateX(0%) translateY(-29%);
		position: absolute;
	}
	nav.main li {
		display: block;
	}
	nav.main li a,
	nav.main ul li a {
		font-size: 2.2em;
		min-width: 10em;
		padding: 1.2em 0.6em;
	}
	.site-brand {
		font-size: 12vw;
	}
	.site-title {
		font-size: 4.2vw;
	}
	#menu_btn {
		width: auto;
		/*+border-radius: 3px;*/
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		left: 0;
		display: flex;
		z-index: 12;
		/*float: left;*/
		padding-left: 0px;
		padding-right: 10px;
		padding-top: 12px;
	}
	#close_menu {
		display: block;
	}
	.mobile_call,
	#menu_btn {
		font-weight: normal;
		font-size: 18px;
		height: auto;
		background-color: white;
	}
	.mobile_call {
		display: block;
		top: 3px;
		/*right: 1em;*/
		position: absolute;
		margin: 0;
		text-align: right;
		z-index: 11;
	}
	.call_link {
		padding-top: 8px;
		padding-bottom: 3px;
	}
	.tablepress {
		max-width: 88vw;
	}
	.tablepress .column-1 {
		/*min-width: 40vw;*/
	}
	.stone {
		height: auto !important;
		max-width: 100%;
		margin-top: 0 !important;
	}
	.single .post_text {
		clear: both;
	}
	.post .attachment-post-thumbnail {
		width: auto;
	}
	.gravestone {
		width: 100%;
		float: none;
	}
	.category-5 .mobile_call,
	.single-post .mobile_call {
		display: block;
	}
	.memorial_toolbar {
		margin-bottom: 0.5em;
	}
	#select_image {
		float: none;
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 479px) {
	img.alignright,
	img.alignleft {
		margin-left: 0;
		margin-right: 0;
		float: none;
		width: 100%;
		display: block;
	}
	article h2 {
		font-size: 1.1em;
	}
	body {
		/*background: url(/img/bkg/clouds1920.jpg) bottom / cover;*/
		background-color: #90B5C8;
	}
	/*.stone H2
	{
		font-size: 2em;
	}*/
	/*.stone IMG
	{
		width: 40%;
	}*/
	/*.stone .nameplate
	{
		height: auto !important;
		margin: 10px 0.4em 0;
	}*/
	nav.main .sub-menu {
		transform: TranslateY(-2.4em);
	}
	nav.main li a,
	nav.main ul li a {
		font-size: 1.5em;
		min-width: auto;
		max-height: 5vh;
		padding: 0.9em 0.6em;
	}
	.search-results .hentry {
		/*width: 90vw;*/
		padding: 0;
		/*margin: 0;*/
	}
	.page.hentry h2 {
		font-size: 1.2em !important;
	}
}
@media only screen and (max-width: 320px) {
	.pagination .page-numbers {
		display: none;
	}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
.pagination {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}
.pagination .page-numbers {
	padding: 8px;
	background-color: #FFFFFF;
	display: inline-block;
	margin: 0 2px;
	/*+border-radius: 3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	/*border: 2px solid #D1D1D1;*/
}
.pagination .current {
	font-weight: bold;
	display: inline-block;
	color: #2573B6;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
img.alignright {
	height: auto;
	clear: right;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
/*COMMENTS FOR SINGLE PAGE*/
.comments {
	/*max-width: 800px;*/
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	/*text-align: center;*/
}
/*.comment-body
{
	margin-bottom: 10px;
	padding-top: 4px;
	display: block;
}*/
/*.comment-author.vcard .fn
{
	font-style: normal;
	color: #2573B6;
	float: left;
	display: block;
}*/
/*.comment-author
{
	padding-top: 1px;
}*/
/*.comment-meta
{
	display: none;
}*/
/*.comment-body P
{
	margin-top: 0;
	margin-bottom: 0;
	width: 89%;
}*/
.comment-respond {
	margin: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*text-align: center;*/
}
.comment-reply-title {
	cursor: pointer;
	padding: 12px;
	color: #2573B5;
	border: 1px solid #A6A6A6;
	max-width: 12em;
	text-align: center;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
/*.comments H2
{
	font-style: normal;
	font-size: 1em;
}*/
.comments .comment-notes {
	font-size: 0.8em;
}
.comment-form {
	display: none;
	flex-direction: column;
}
.comment-form label {
	/*float: left;*/
	min-width: 4.9em;
	display: block;
	font-size: 0.85em;
}
/*.comment-form TEXTAREA
{
	min-width: 80% !important;
	max-width: 100%;
	width: 100%;
	padding: 0.3em;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	display: block;
	left: 0;
}*/
.comment-form input {
	width: 20em;
	max-width: 330px;
}
.comment-form input#wp-comment-cookies-consent {
	width: 2em;
}
input#submit {
	margin-left: auto;
	margin-right: auto;
	/*display: block;*/
	padding: 10px;
}
.post-edit-link {
	position:relative;
	top: 20;
	left:20%;
	background-color: white;
	padding: 0.5rem;
	border-radius: 8px;
	
}