.obit-guestbook {
	margin-top: 2rem;
}
.no-gb-entries {
	min-height: 150px;
}
#guestbook-form, #more-options .guest-opt {
	width: 100%;
	max-width: 99% !important;
	display: flex;
	flex-wrap: wrap;
	padding: 1rem;
}
#more-options .guest-opt {
	flex-direction: column;
}
#guestbook-form > fieldset {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#guestbook-form > legend {
	flex: 100%!important;
}

/* -- Flex only -- */
.obit-guestbook {
	container-type: inline-size;
	@container (min-width: 62rem) {
		#guestbook-form {
			padding: 1rem 7vw;
		}	
	}
}

#trib-name-container,
#trib-image-container,
#trib-email-container,
#trib-private {
	flex: 1;
	width: 100%;
	min-width: 290px;
	max-width: 450px;
}
#trib-private {
	margin-left: 10px;
}
#trib-private input[type=checkbox] {
	transform: scale(1.4) !important;
	margin-right: 5px;
}
#guestbook-form .form-control {
	height: calc(1.5em + .75rem + 8px);
}
#trib-name-container .form-control,
#trib-image-container .form-control,
#trib-email-container  .form-control {
   max-width: 99% !important;
   width: 100% !important;
}
#gb_input_message {
	min-height: 150px;
	max-width: 99% !important;
	width: 100% !important;
}

#guestbook-form > #trib-tribute-container, 
#guestbook-form > #more-options,
#guestbook-form > .guest-captcha, 
#guestbook-form > .guest-btn,
#more-options .guest-opt .flex-candles,
#trib-submit {
	flex: 99%;
}

#guestbook-form #trib-tribute-container {
	margin-bottom: 5px !important;
}

#word-count {
	width: 99%;
	text-align: right;
	font-size: small;
	font-color: gray;
	margin-bottom: 1rem;
}

/* -- Hide Print in Guestbook Obit old Designs -- */
.obit-content p .pull-right.sitelink {
	display: none!important
}

/* -- Entries -- */

#guestbook-entries.grid {
	width: 100%!important;
	margin: 0 0 4rem 5px!important;
	padding: 0!important;
}
.obit-listbox .obit-list {
	overflow: visible !important;
}

.grid-item {
	list-style: none !important;
	padding: 1.5rem!important;
	width: calc(50% - 10px);
	float: left;
	margin-bottom: 10px;
	box-shadow: 0 4px 12px -7px rgba(0, 0, 0, .5);
	border-radius: 3px !important;
	border: 1px solid #e8e8e8 !important;
	background-color: #ffffffa3;
}
body.dark .grid-item, .text-light .grid-item {
	border: 1px solid #e8e8e870 !important;
	background-color: #ffffff29;
}

/* -- container query -- */
.grid {
	container-type: inline-size;
	@container (max-width: 37rem) {
		.grid-item {
			width: 100% !important;
		}	
	}
	@container (min-width: 81rem) {
		.grid-item {
			width: calc(33% - 10px) !important;
		}	
	}
}
/* -- fallback for container query -- */
@media screen and (max-width: 768px) {
	.grid-item { width: 100%; }
}

.grid-item iframe {
	margin-top: 1rem;
	max-width: 100%;
}
.tribute-text-body {
	font-weight: 400;
	line-height: 170%;
	margin-top: 1rem;
	font-style: italic;
}
.media-body {
	padding: 1rem 0 0 !important;
}
.tribute-name {
	display: contents !important;
	font-weight: bold;
	line-height: 1.3 !important;
}
.tribute-location {
	display: contents !important;
	font-size: 90%;
	line-height: 1.3 !important;
}
.tribute-date {
	display: contents !important;
	font-size: 90%;
	line-height: 1.3 !important;
	font-weight: 600;
}
.tribute-store {
	font-weight: 600;
}
.trib-image {
	width: 100%;
	margin-top: 1rem;
}
/* -- Share -- */
.tribute-share {
	min-height: 32px;
	padding: 0 0 10px;
	text-align: right;
}
.tribute-share a {
	color: gray !important;
	padding: 5px 10px;
}
.tribute-share a:hover {
	color: #333333 !important;
}

/* -- Guestbook Candles -- */
.tribute-image {
	float: right;
	width: 35%;
	max-width: 130px;
}
.tribute-image img {
	border-radius: 50% !important;
	width: calc(100% - 10px);
	margin-left: 10px;
	margin-bottom: 5px;
}

.text-light .tribute-body {
	filter: drop-shadow(0px 1px 1px black);
}

/* -- All -- */
.guestbook-words {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 3px;
}

.form-group label {
	margin-bottom: 7px;
}

label .fa.fa-asterisk, label .fas.fa-asterisk {
	font-size: 9px;
	vertical-align: super;
}

/* -- All Themes except Motion -- */

#sign-gb-container {
	text-align: right;
	position: relative;
	bottom: 60px;
}
@media screen and (max-width: 480px) {
	#sign-gb-container {
		text-align: left;
		position: static;
		margin-bottom: 10px;
	}
}
#sign-gb-container #guestbook-form > .form-group > label {
	margin-bottom: 2px !important;
}
#sign-gb-container .label-error-text {
	padding-left: 5px;
	color: #dc3545;
	font-weight: 600;
	font-style: italic;
}
#sign-gb-container .label-error-captcha {
	padding-bottom: 3px;
	color: #dc3545;
	font-weight: 600;
	font-style: italic;
}

/* -- Military Theme -- */

#military #sign-gb-container {
	bottom: 0; 
	padding-bottom: 20px;
}

/* --- Guestbook Form -- */

#more-options {
	margin-bottom: 1rem;
}
#more-options .header-options {
	background-color: #f4f3e7ad;
	border: 1px solid #d1c59e69;
	padding: 1rem;
	border-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	max-width: 99%;
	text-align: right;
	font-weight: bold;
	letter-spacing: .7px;
	color: #414141;
}
#more-options .header-options:not(.collapsed) {
	border-bottom: 0;
}
#more-options .header-options.collapsed {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#more-options .guest-opt { 
	box-shadow: 0 4px 12px -7px rgba(0, 0, 0, .5);
	border-radius: 3px;
	border: 1px solid #d1c59e69;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top: none !important;
	background-color: #ffffffa3;
}

body.dark #more-options .guest-opt, 
.text-light #more-options .guest-opt {
	background-color: #ffffff29;
}

#more-options .header-options:hover {
	cursor: pointer;
	background-color: #e1e0d4;
}
#more-options .header-options:not(.collapsed) .options-open {
	display: none !important;
}
#more-options .header-options:not(.collapsed) .gbmore {
	display: none !important;
}
#more-options .header-options.collapsed .options-close {
	display: none !important;
}
#more-options .header-options.collapsed .gbless {
	display: none !important;
}

/* -- thank You -- */
.gb-success {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: column;
	text-align: right;
	padding: 2rem;
	min-height: 190px;
	background-image: url( ../../img/guestbook/gb-flex-ty.png );
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
}
.gb-success p, .gb-success p.lead {
	font-weight: bold;
	color: #155724;
	text-align: right;
}
.gb-error p, .gb-error p.lead {
	font-weight: bold;
	color: #721c24;
	padding: 1rem;
	margin: 0;
}
.gb-success .close, .gb-error .close {
	margin-bottom: 1.25rem;
}

body#military .gb-success.alert-success {
	color: #000000;
	background-color: #00000000;
	border-color: #00000000;
}

body#military .gb-success p, body#military .gb-success p.lead {
	color: #000000;
}


@media screen and (max-width: 600px) {
	.gb-success {
		min-height: 310px;
		background-position: top left;
	}
	.gb-success br {
		display: none !important;
	}
}

/* -- Paginator -- */
.pagination#pagination-2 {
	display: flex !important;
	float: none !important;
	width: 100%;
	justify-content: center;
	margin: 10px 0 2rem 0 !important;
}
.pagination#pagination-2 a {
	border-radius: 4px !important;
}

/* --- Centerpoint & Search Forward -- */
main#centerPoint #trib-name-container .form-control,
main#centerPoint #trib-email-container .form-control,
main#searchForward #trib-name-container .form-control,
main#searchForward #trib-email-container .form-control,
main#searchForward #trib-image-container .form-control,
main#searchForward #trib-tribute-container textarea {
	border: 1px solid #ccc !important;
}

main#searchForward .collapse {
	display: none !important;
}
main#searchForward #guestbook-form fieldset {
	border: none;
}
main#searchForward #guestbook-form fieldset legend {
	font-size: x-large;
	margin-bottom: 1rem;
}
main#searchForward #trib-name-container, 
main#searchForward #trib-image-container, 
main#searchForward #trib-email-container, 
main#searchForward #trib-private {
	margin-bottom: 1rem;
}
main#searchForward button {
	margin-top: 1rem;
}

/* -- Trees Sharing -- */
.trib-tree-share {
	position: relative;
	display: block;
	margin-top: 1rem;
	container-type: inline-size;
	container-name: tree-video;
}

.trib-tree-share video {
	max-width: 100%;
	padding: 2px;
	background-color: #0000002b;
	border-radius: 4px;
}

.list-tree {
	background-color: #e0e4e1 !important;
	background-image: url( ../../../images/trees-header-transparent.jpg );
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: auto;
	border: 1px solid #b1bab5dd !important;
	color: #231f20 !important;
}
.list-tree strong { font-weight: 700 !important; }
.list-tree .tribute-share i {
	color: #231f20 !important;
}
.list-tree .tribute-store {
	color: #231f20 !important;
	margin-top: 10px;
}

/* -- Tree Sharing Description -- */
.trib-tree-share:after {
	position: absolute;
	white-space: pre;
	left: 0; right: 0;
	top: 0; bottom: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	text-align: right;
	z-index: 1;
	padding: 1rem;
	color: #eaeaea;
	text-shadow: 1px 1px black;
	filter: drop-shadow(0px 1px 2px black);
	font-size: x-small;
	font-weight: bold;
	line-height: 1.3;
}

/* @media (min-width: 769px) and (max-width: 910px) {
	.trib-tree-share:after {
		font-size: small;
	}
}

@media (max-width: 460px) {
	.trib-tree-share:after {
		font-size: medium;
	}
} */

@container tree-video (min-width: 255px) and (max-width: 280px) {
	.trib-tree-share:after {
		font-size: small;
	}
}

@container tree-video (min-width: 281px) {
	.trib-tree-share:after {
		font-size: medium;
	}
}

@container tree-video (min-width: 375px) {
	.trib-tree-share:after {
		font-size: larger;
	}
}

/* -- Single Tree -- */
.trib-tree-share.tree-single-w:after {
	content: "A single tree\Awas planted in the West region.";
}
.trib-tree-share.tree-single-w-9426:after {
	content: "A single tree was planted in\Athe Nez Perce - Clearwater National Forest.";
}
.trib-tree-share.tree-single-w-9427:after {
	content: "A single tree was planted in\Athe Ochoco National Forest.";
}
.trib-tree-share.tree-single-w-9428:after {
	content: "A single tree was planted in\Athe Custer Gallatin National Forest.";
}
.trib-tree-share.tree-single-sw:after {
	content: "A single tree\Awas planted in the Southwest region.";
}
.trib-tree-share.tree-single-se:after {
	content: "A single tree\Awas planted in the Southeast region.";
}
.trib-tree-share.tree-single-se-9422:after {
	content: "A single tree was planted in\Athe Ouachita National Forest.";
}
.trib-tree-share.tree-single-se-9423:after {
	content: "A single tree was planted in\Athe Econfina Creek Restoration.";
}
.trib-tree-share.tree-single-se-9424:after {
	content: "A single tree was planted in\Athe Manchester State Forest.";
}
.trib-tree-share.tree-single-se-9425:after {
	content: "A single tree was planted in\Athe Mississippi Alluvial Valley.";
}
.trib-tree-share.tree-single-se-9429:after {
	content: "A single tree was planted in\Athe Georgia - Altamaha River Restoration.";
}
.trib-tree-share.tree-single-mw:after {
	content: "A single tree\Awas planted in the Midwest region.";
}
.trib-tree-share.tree-single-mw-9421:after {
	content: "A single tree\Awas planted in the Michigan State Forests.";
}
.trib-tree-share.tree-single-ne:after {
	content: "A single tree\Awas planted in the Northeast region.";
}
.trib-tree-share.tree-single-gn:after {
	content: "A single tree was planted\Ain a forest of great need.";
}

/* -- Stand of 3 Trees -- */
.trib-tree-share.tree-stand-w:after {
	content: "A stand of 3 trees\Awas planted in the West region.";
}
.trib-tree-share.tree-stand-sw:after {
	content: "A stand of 3 trees\Awas planted in the Southwest region.";
}
.trib-tree-share.tree-stand-se:after {
	content: "A stand of 3 trees\Awas planted in the Southeast region.";
}
.trib-tree-share.tree-stand-mw:after {
	content: "A stand of 3 trees\Awas planted in the Midwest region.";
}
.trib-tree-share.tree-stand-ne:after {
	content: "A stand of 3 trees\Awas planted in the Northeast region.";
}
.trib-tree-share.tree-stand-gn:after {
	content: "A stand of 3 trees was planted\Ain a forest of great need.";
}

/* -- Cluster of 5 Trees -- */
.trib-tree-share.tree-cluster-w:after {
	content: "A cluster of 5 trees\Awas planted in the West region.";
}
.trib-tree-share.tree-cluster-w-9426:after {
	content: "A cluster of 5 trees was planted in\Athe Nez Perce - Clearwater National Forest.";
}
.trib-tree-share.tree-cluster-w-9427:after {
	content: "A cluster of 5 trees was planted in\Athe Ochoco National Forest.";
}
.trib-tree-share.tree-cluster-w-9428:after {
	content: "A cluster of 5 trees was planted in\Athe Custer Gallatin National Forest.";
}
.trib-tree-share.tree-cluster-sw:after {
	content: "A cluster of 5 trees\Awas planted in the Southwest region.";
}
.trib-tree-share.tree-cluster-se:after {
	content: "A cluster of 5 trees\Awas planted in the Southeast region.";
}
.trib-tree-share.tree-cluster-se-9422:after {
	content: "A cluster of 5 trees was planted in\Athe Ouachita National Forest.";
}
.trib-tree-share.tree-cluster-se-9423:after {
	content: "A cluster of 5 trees was planted in\Athe Econfina Creek Restoration.";
}
.trib-tree-share.tree-cluster-se-9424:after {
	content: "A cluster of 5 trees was planted in\Athe Manchester State Forest.";
}
.trib-tree-share.tree-cluster-se-9425:after {
	content: "A cluster of 5 trees was planted in\Athe Mississippi Alluvial Valley.";
}
.trib-tree-share.tree-cluster-se-9429:after {
	content: "A cluster of 5 trees was planted in\Athe Georgia - Altamaha River Restoration.";
}
.trib-tree-share.tree-cluster-mw:after {
	content: "A cluster of 5 trees\Awas planted in the Midwest region.";
}
.trib-tree-share.tree-cluster-mw-9421:after {
	content: "A cluster of 5 trees\Awas planted in the Michigan State Forests.";
}
.trib-tree-share.tree-cluster-ne:after {
	content: "A cluster of 5 trees\Awas planted in the Northeast region.";
}
.trib-tree-share.tree-cluster-gn:after {
	content: "A cluster of 5 trees was planted\Ain a forest of great need.";
}

/* -- Grove of 10 Trees -- */
.trib-tree-share.tree-grove10-w:after {
	content: "A grove of 10 trees\Awas planted in the West region.";
}
.trib-tree-share.tree-grove10-w-9426:after {
	content: "A grove of 10 trees was planted in\Athe Nez Perce - Clearwater National Forest.";
}
.trib-tree-share.tree-grove10-w-9427:after {
	content: "A grove of 10 trees was planted in\Athe Ochoco National Forest.";
}
.trib-tree-share.tree-grove10-w-9428:after {
	content: "A grove of 10 trees was planted in\Athe Custer Gallatin National Forest.";
}
.trib-tree-share.tree-grove10-sw:after {
	content: "A grove of 10 trees\Awas planted in the Southwest region.";
}
.trib-tree-share.tree-grove10-se:after {
	content: "A grove of 10 trees\Awas planted in the Southeast region.";
}
.trib-tree-share.tree-grove10-se-9422:after {
	content: "A grove of 10 trees was planted in\Athe Ouachita National Forest.";
}
.trib-tree-share.tree-grove10-se-9423:after {
	content: "A grove of 10 trees was planted in\Athe Econfina Creek Restoration.";
}
.trib-tree-share.tree-grove10-se-9424:after {
	content: "A grove of 10 trees was planted in\Athe Manchester State Forest.";
}
.trib-tree-share.tree-grove10-se-9425:after {
	content: "A grove of 10 trees was planted in\Athe Mississippi Alluvial Valley.";
}
.trib-tree-share.tree-grove10-se-9429:after {
	content: "A grove of 10 trees was planted in\Athe Georgia - Altamaha River Restoration.";
}
.trib-tree-share.tree-grove10-mw:after {
	content: "A grove of 10 trees\Awas planted in the Midwest region.";
}
.trib-tree-share.tree-grove10-mw-9421:after {
	content: "A grove of 10 trees was planted in\Athe Michigan State Forests.";
}
.trib-tree-share.tree-grove10-ne:after {
	content: "A grove of 10 trees\Awas planted in the Northeast region.";
}
.trib-tree-share.tree-grove10-gn:after {
	content: "A grove of 10 trees was planted\Ain a forest of great need.";
}


/* -- Grove of 25 Trees -- */
.trib-tree-share.tree-grove25-w:after {
	content: "A grove of 25 trees\Awas planted in the West region.";
}
.trib-tree-share.tree-grove25-w-9426:after {
	content: "A grove of 25 trees was planted in\Athe Nez Perce - Clearwater National Forest.";
}
.trib-tree-share.tree-grove25-w-9427:after {
	content: "A grove of 25 trees was planted in\Athe Ochoco National Forest.";
}
.trib-tree-share.tree-grove25-w-9428:after {
	content: "A grove of 25 trees was planted in\Athe Custer Gallatin National Forest.";
}
.trib-tree-share.tree-grove25-sw:after {
	content: "A grove of 25 trees\Awas planted in the Southwest region.";
}
.trib-tree-share.tree-grove25-se:after {
	content: "A grove of 25 trees\Awas planted in the Southeast region.";
}
.trib-tree-share.tree-grove25-se-9422:after {
	content: "A grove of 25 trees was planted in\Athe Ouachita National Forest.";
}
.trib-tree-share.tree-grove25-se-9423:after {
	content: "A grove of 25 trees was planted in\Athe Econfina Creek Restoration.";
}
.trib-tree-share.tree-grove25-se-9424:after {
	content: "A grove of 25 trees was planted in\Athe Manchester State Forest.";
}
.trib-tree-share.tree-grove25-se-9425:after {
	content: "A grove of 25 trees was planted in\Athe Mississippi Alluvial Valley.";
}
.trib-tree-share.tree-grove25-se-9429:after {
	content: "A grove of 25 trees was planted in\Athe Georgia - Altamaha River Restoration.";
}
.trib-tree-share.tree-grove25-mw:after {
	content: "A grove of 25 trees\Awas planted in the Midwest region.";
}
.trib-tree-share.tree-grove25-mw-9421:after {
	content: "A grove of 25 trees was planted in\Athe Michigan State Forests.";
}
.trib-tree-share.tree-grove25-ne:after {
	content: "A grove of 25 trees\Awas planted in the Northeast region.";
}
.trib-tree-share.tree-grove25-gn:after {
	content: "A grove of 25 trees was planted\Ain a forest of great need.";
}


/* -- Woodland -- */
.trib-tree-share.tree-woodland-w:after {
	content: "A woodland of 50 trees\Awas planted in the West region.";
}
.trib-tree-share.tree-woodland-w-9426:after {
	content: "A woodland of 50 trees was planted in\Athe Nez Perce - Clearwater National Forest.";
}
.trib-tree-share.tree-woodland-w-9427:after {
	content: "A woodland of 50 trees was planted in\Athe Ochoco National Forest.";
}
.trib-tree-share.tree-woodland-w-9428:after {
	content: "A woodland of 50 trees was planted in\Athe Custer Gallatin National Forest.";
}
.trib-tree-share.tree-woodland-sw:after {
	content: "A woodland of 50 trees\Awas planted in the Southwest region.";
}
.trib-tree-share.tree-woodland-se:after {
	content: "A woodland of 50 trees\Awas planted in the Southeast region.";
}
.trib-tree-share.tree-woodland-se-9422:after {
	content: "A woodland of 50 trees was planted in\Athe Ouachita National Forest.";
}
.trib-tree-share.tree-woodland-se-9423:after {
	content: "A woodland of 50 trees was planted in\Athe Econfina Creek Restoration.";
}
.trib-tree-share.tree-woodland-se-9424:after {
	content: "A woodland of 50 trees was planted in\Athe Manchester State Forest.";
}
.trib-tree-share.tree-woodland-se-9425:after {
	content: "A woodland of 50 trees was planted in\Athe Mississippi Alluvial Valley.";
}
.trib-tree-share.tree-woodland-se-9429:after {
	content: "A woodland of 50 trees was planted in\Athe Georgia - Altamaha River Restoration.";
}
.trib-tree-share.tree-woodland-mw:after {
	content: "A woodland of 50 trees\Awas planted in the Midwest region.";
}
.trib-tree-share.tree-woodland-mw-9421:after {
	content: "A woodland of 50 trees was planted in\Athe Michigan State Forests.";
}
.trib-tree-share.tree-woodland-ne:after {
	content: "A woodland of 50 trees\Awas planted in the Northeast region.";
}
.trib-tree-share.tree-woodland-gn:after {
	content: "A woodland of 50 trees was planted\Ain a forest of great need.";
}

@font-face {
	font-family: 'Batesville';
	src:  url('..//fonts/batesville.eot?31mb8u');
	src:  url('../fonts/batesville.eot?31mb8u#iefix') format('embedded-opentype'),
		url('../fonts/batesville.ttf?31mb8u') format('truetype'),
		url('../fonts/batesville.woff?31mb8u') format('woff'),
		url('../fonts/batesville.svg?31mb8u#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Batesville' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.icon-b-arrow-right:before {
	content: "\e900";
}
.icon-b-card:before {
	content: "\e901";
	font-size: 1.3em;
	vertical-align: middle;
}
.icon-b-gift:before {
	content: "\e902";
	font-size: 1.3em;
	vertical-align: middle;
}
.icon-b-flower:before {
	content: "\e903";
	font-size: 1.3em;
	vertical-align: middle;
}
#tribute-flower {
	margin-top: 10px;
	color: #231f20 !important;
}