/*
Theme Name: asterisks
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asterisks
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

asterisks is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'Merriweather', serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
	color: #000;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote, .focusbox {
	display: block;
	padding: 1.5em;
	margin: 0;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	color: #000;
	border: 2px solid #C2CCD0;
	background: url('/wp-content/themes/asterisks/img/xvinvert30.png') #4d000d;
	color: #fff;
}

.largefocusbox {
	text-align: center;
	font-size: 23px;
	font-weight: 900;
}

blockquote h2:first-child, .focusbox h2:first-child,
blockquote h3:first-child, .focusbox h3:first-child {
	margin-top: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	margin: 0;
	background: url('/wp-content/themes/asterisks/img/xv.png');
	font-size: 14px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 1em 0;
}

ul,
ol {
	margin: 0 0 1em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
select:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	color: #111;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#site-navigation {
	background: #0B3345;
	position: relative;
	z-index: 5000;
	box-shadow: 0px 10px 5px rgba(0,0,0,0.25);
	border-top: 1px solid #fff;
	border-bottom: 5px solid #C2CCD0;
}

#site-navigation #primary-menu {
	display: block;
	max-width: 980px;
	margin: 0 auto;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	font-weight: 700;
	padding: 0 10px;
	-webkit-transition: background-color 0.3s, color 0.3s; /* Safari */
    transition: background-color 0.3s, color 0.3s;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 44px;
	left: -999em;
	z-index: 99999;
	background: #0B3345;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 320px;
	background: rgba(0,0,0,0.25);
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	background: rgba(255,255,255,0.25);
	color: #fff;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	background: rgba(255,255,255,0.75);
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.bx-wrapper, .bx-viewport, #slider1 {
	height: 560px;
	overflow: hidden;
	margin: 0;
	border: 0;
	left: 0;
	box-shadow: 0 0 0;
}

@media screen and (max-width: 980px) {
	.bx-wrapper, .bx-viewport, #slider1 {
		height: 300px;
	}

	#hiimpact img {
		height: 300px;
	}
}

.bx-controls { display: none; }

.max980 {
	display: block;
	max-width: 980px;
	margin: 0 auto;
}

.copyright {
	text-align: center;
	font-size: 13px;
}

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

#primary {
	display: block;
	float: left;
	width: 670px;
}

#secondary {
	display: block;
	float: right;
	width: 280px;
}

.bx-wrapper .bx-viewport {
	border: 0;
	box-shadow: 0 0 0;
	left: 0;
}

#secondary input,
#secondary textarea {
	width: 100%;
}

#footer #primary-menu {
	text-align: center;
	padding: 0;
	margin: 0;
}

#footer #primary-menu li {
	display: inline;
}

#footer #primary-menu li a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
}

#footer #primary-menu ul { display: none; }

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

.entry-content { margin-top: 0; }

#footer {
	display: block;
	clear: both;
	padding: 15px 0;
	background: url('/wp-content/themes/asterisks/img/xvinvert30.png') #4d000d;
	border-top: 5px solid #999;
	color: #fff;
}

#footer a { color: #fff; }

h1, h2, h3, h4, h5, h6 {
	display: block;
	clear: both;
	font-weight: 900;
	color: #000;
	text-shadow: 0 1px 0px #fff;
	text-transform: uppercase;
}

h1.entry-title {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted rgba(0,0,0,0.25);
}

h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

#content {
	display: block;
	clear: both;
	padding-top: 15px;
}

#hiimpact {
	display: block;
	clear: both;
	box-shadow: 0 10px 10px rgba(0,0,0,0.35);
	border-bottom: 5px solid #333;
	position: relative;
}

.entry-content p:first-child {
	margin-top: 0;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.logolink {
	display: block;
	float: left;
	font-size: 37px;
	font-weight: 900;
	color: #000;
	text-decoration: none;
	line-height: 100px;
	font-family: 'Cinzel Decorative', cursive;
	text-shadow: 0 1px 0 #fff;
}

.logolink img { vertical-align: bottom; }

.logolink1 { color: #5d0505; }

.logolink2 { font-size: 31px; vertical-align: bottom; }

#hiimpact-text {
	background: rgba(0, 0, 0, 0.1);
    color: #fff;
    display: block;
    font-size: 42px;
	line-height: 42px;
    font-weight: 900;
    padding: 25px;
    position: absolute;
    text-align: center;
    top: 456px;
    width: 100%;
    z-index: 1000;
	text-shadow: 0 2px 0 #000;
}

#hiimpact-text span {
	display: block;
	clear: both;
	font-family: 'Cinzel Decorative', cursive;
}

#hiimpact-text hr {
	margin: 10px 0;
	background: rgba(255,255,255,0.25);
}

.readmorebutton {
	background: orange;
    border-radius: 5px;
    box-shadow: 0 2px 2px #333;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 250px;
}

#header-right {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
}

#header-cta {
	font-size: 18px;
	line-height: 18px;
}

#header-phone {
	display: block;
	clear: both;
	font-size: 32px;
	font-weight: 900;
	color: #000;
	font-family: 'Cinzel Decorative', cursive;
}

#secondary h2.widget-title { margin: 0 0 15px 0; }

.entry-content ul, #secondary ul {
	margin: 0 0 0 30px;
	padding: 0 0 0 10px;
	list-style: square;
}

.edit-link { display: none; }

#header-contact {
	display: block;
	float: right;
	padding: 24px 10px;
}

#header-contact hr {
	margin: 8px 0;
}

#header-social {
	display: block;
	float: right;
	padding: 12px 10px;
}

#header-social hr {
	margin: 2px 0;
}

#header-right img {
	vertical-align: bottom;
}

#header {
}

.entry-content a, #secondary a {
	color: #000099;
}

/* Home Boxes START */

.homeboxes {
	display: block;
	clear: both;
	background: url('/wp-content/themes/asterisks/img/xvinvert30.png') #4d000d;
	border-bottom: 2px solid #fff;
}

.homeboxes h2 {
	margin: 0 0 10px 0;
	line-height: 1em;
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 0;
}

.homeboxes img {
	display: block;
	clear: both;
	box-shadow: 0 2px 2px rgba(255,255,255,0.25);
	border: 2px solid #fff;
	border-radius: 2px;
}

.homeboxes a {
	display: block;
	clear: both;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0 1px 0 #fff;
}

.homeboxes a.button {
	margin-top: 10px;
}

#homeboxes4 {
	padding-top: 20px;
	padding-bottom: 20px;
}

#homeboxes4 aside {
	display: block;
	float: left;
	width: 230px;
	margin-right: 20px;
	text-align: center;
}

#homeboxes4 aside:last-child {
	margin-right: 0;
}

#homeboxes3 {
	padding-top: 25px;
	padding-bottom: 25px;
}

#homeboxes3 aside {
	display: block;
	float: left;
	width: 310px;
	margin-right: 25px;
	text-align: center;
}

#homeboxes3 aside:last-child {
	margin-right: 0;
}

/* Home Boxes END */

#bottom-content {
	border-top: 5px solid #fff;
}

.bottom-content-content {
	padding-top: 15px;
	padding-bottom: 15px;
}

#bottom-content-left-wrap {
	display: block;
	float: left;
	width: 50%;
	background: rgba(0,0,0,0.10);
}

#bottom-content-left {
	display: block;
	float: right;
	width: 490px;
	padding-right: 15px;
}

#bottom-content-right-wrap {
	display: block;
	float: right;
	width: 50%;
	background: rgba(0,0,0,0.25);
}

#bottom-content-right {
	display: block;
	float: left;
	width: 490px;
	padding-left: 15px;
}

#bottom-content-full-width {
	background: rgba(0,0,0,0.25);
}

#reviewstars {
	background: rgba(0,0,0,0.8);
	padding: 15px 0;
	color: #fff;
}

#reviewstars-text {
	display: block;
	max-width: 300px;
	float: left;
	font-size: 19px;
	text-shadow: 0 1px 0 #000;
	line-height: 1.1em;
	font-weight: 700;
	padding: 15px 0;
	color: #FAE175;
}

#reviewstars-text hr {
	margin: 15px 0;
}

#reviewstars-box1, #reviewstars-box2 {
	display: block;
	float: left;
}

#reviewstars-box1 {
	margin-right: 15px;
	height: 170px;
}

#reviewstars-widgets {
	display: block;
	float: right;
}

#primary a, #secondary a { color: #0B3345; }

#hiimpact img {
	/*margin-top: -200px;*/
}

#content-cta {
	display: block;
	clear: both;
	text-align: center;
	font-size: 21px;
	line-height: 32px;
	padding: 15px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

#content-cta a {
	font-size: 38px;
	line-height: 38px;
	color: #0B3345;
	font-family: 'Cinzel Decorative', cursive;
	font-weight: 900;
}

.ui.blue.button, .inlink, input[type="button"] {
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	border: 0;
}

.ui.blue.button, .ui.blue.buttons .button, .inlink, input[type="button"] {
    background-color: #0B3345;
    color: #fff;
    text-shadow: none;
    background-image: none;
	border: 0;
}

.ui.button, .inlink, input[type="button"] {
    cursor: pointer;
/*    display: inline-block; */
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background-color: #0B3345;
    color: #fff;
    margin: 0 0 /*.25em */ 0 0;
        margin-bottom: 0px;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
	display: block;
	clear: both;
	border: 0;
	font-size: 14px;
}

.ui.blue.button:hover, .ui.blue.buttons .button:hover, .inlink:hover, input[type="button"]:hover {
    background-color: #C2CCD0;
    color: #0B3345;
    text-shadow: none;
}

.ui.blue.button:focus, .ui.blue.buttons .button:focus, .inlink:focus, input[type="button"]:focus {
    background-color: #C2CCD0;
    color: #0B3345;
    text-shadow: none;
}

.ui.blue.button:active, .ui.blue.buttons .button:active, .inlink:active, input[type="button"]:active {
    background-color: #C2CCD0;
    color: #0B3345;
    text-shadow: none;
}

.obit-list-photo {
	display: block;
	float: left;
	margin-right: 15px;
}

.obit-list-photo a img {
	display: block;
	border: 5px solid #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	vertical-align: bottom;
}

.obit-list-text {
	display: block;
	float: left;
	width: 335px;
}

.obit-list-text a { text-decoration: none; }

#primary .obit-list-name a {
	display: block;
	font-size: 32px;
	line-height: 32px;
	color: #5d0505;
	font-weight: 900;
	font-variant: small-caps;
}

#primary a.ui.blue.button { color: #fff !important; }

.obit-list-shortbio { padding: 10px 0; font-size: 13px; }

.obit-list {
	display: block;
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 2px solid #ddd;
	background: rgba(255,255,255,0.75);
	border-radius: 0 0 10px 0;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	border-top: 5px solid #5d0505;
}

.obit-profile-photo {
	padding: 10px;
	background: rgba(255,255,255,0.75);
	text-align: center;
	box-shadow: 0 5px 5px rgba(0,0,0,0.25);
	margin-bottom: 20px;
}

.obit-profile-photo img {
	vertical-align: bottom;
	margin: 0 auto;
}

.obit-profile-short {
	font-style: italic;
	padding: 15px;
	color: #0B3345;
	text-align: center;
	color: #0B3345;
	font-weight: bold;
	font-size: 19px;
	background: rgba(255,255,255,0.75);
	border-radius: 5px;
}

.obit-profile h1 {
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 auto 5px;
	font-style: normal;
	color: #5d0505;
}

.obit-profile-info {
	text-align: center;
	font-size: 21px;
	line-height: 21px;
	padding: 15px 0;
	font-style: italic;
	border-top: 5px solid #5d0505;
}

.acf-map {
    width: 100%;
    height: 280px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.service-details-box {
	padding: 15px;
	background: #0B3345;
	color: #fff;
	margin-bottom: 15px;
}

.service-details-box h2 {
	color: #fff;
	margin: 0;
	box-shadow: 0 0 0;
}

/*#hiimpact .slide01 img { margin-top: -550px; } */

#primary a.astbutton, .astbutton, input[type="button"], input[type="reset"], input[type="submit"], button {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  -webkit-user-select: none;
  background: #0B3345 none;
  border-radius: 0.28571429rem;
  border: none;
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  min-height: 1em;
  outline: none;
  padding: 0.78571429em 1.5em 0.78571429em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 0;
  text-transform: none;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  user-select: none;
  vertical-align: baseline;
  will-change: '';
}

#primary a.astbutton:hover, .astbutton:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover {
  background-color: #005ddb;
  background-image: none;
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  color: #fff;
}

.astbutton:hover .icon {
  opacity: 0.85;
}

#primary a.astbutton:focus, .astbutton:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:focus {
  background-color: #005ddb;
  color: rgba(0, 0, 0, 0.8);
  background-image: '' !important;
  box-shadow: '' !important;
}

.astbutton:focus .icon {
  opacity: 0.85;
} 

#primary a.astbutton.centeredbutton {
	max-width: 320px;
	margin: 15px auto;
	display: block;
	box-shadow: 0 2px 0 #fff;
	background-color: #006600;
	position: relative;
	text-align: left;
	font-size: 18px;
}

#primary a.astbutton.centeredbutton img {
	height: 120px;
	position: absolute;
	top: -48px;
	right: 0;
}

#comments.comments-area {
	background: rgba(255,255,255,0.5);
	padding: 15px;
}

#comments.comments-area h2.comments-title {
	margin: 0 0 10px;
}

#ninja_forms_widget-2 {
	background: rgba(255,255,255,0.95);
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

#secondary #ninja_forms_widget-2 h2.widget-title {
	margin-bottom: 5px;
}

#secondary .ninja-forms-field {
	font-size: 12px;
}

#secondary .nf-form-fields-required {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 5px;
}

#secondary .label-above .nf-field-label {
	margin-bottom: 2px;
}

#secondary .nf-field-container {
	margin-bottom: 10px;
}

#secondary .nf-field-container.submit-container {
	margin-bottom: 0;
}

#contactmap {
	border: 5px solid #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.25);
}

#obit-list-container-home {
	padding: 15px 0;
	background: rgba(0,0,0,0.1);
}

.obit-list-home {
	display: block;
	float: left;
	width: 236px;
	margin-right: 12px;
}

.obit-list-home:last-child { margin-right: 0; }

.obit-list-home-photo img {
	border: 2px solid #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	vertical-align: bottom;
	padding: 2px;
	border-radius: 2px;
}

.obit-list-home-name a {
	text-align: center;
	color: #0B3345;
	font-weight: 900;
	padding: 5px;
	text-decoration: none;
	display: block;
	font-size: 18px;
	line-height: 1.1em;
	text-shadow: 0 1px 0 #fff;
}

.obit-list-home-shortbio {
	padding: 10px;
	font-size: 12px;
}

.entry-content ul#resourcecenter {
	margin-left: 5px;
}

#resourcecenter li {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

#respond {
	background: #fff;
	padding: 15px;
}

#respond h3#reply-title {
	margin-top: 0;
}

ol.comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

ol.comment-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	list-style: none;
}

/* ol.comment-list .reply { display: none; } */

#primary a.comment-reply-link {
	background: rgba(11,51,69,0.25);
	padding: 5px 10px;
	font-weight: 900;
	border-radius: 5px;
	text-decoration: none;
}

#primary a.comment-reply-link:hover {
	color: #fff;
}

ol.children {
	margin: 15px 0 10px 10px;
	padding: 10px 0 0 30px;
	border-left: 5px solid #ddd;
}

#reviewstars {
	background: rgba(0,0,0,0.8);
	padding: 15px 0;
	color: #fff;
}

#reviewstars-text {
	display: block;
	max-width: 300px;
	float: left;
	font-size: 19px;
	text-shadow: 0 1px 0 #000;
	line-height: 1.1em;
	font-weight: 700;
	padding: 15px 0;
	color: #FAE175;
}

#reviewstars-text hr {
	margin: 15px 0;
}

#reviewstars-box1, #reviewstars-box2 {
	display: block;
	float: left;
}

#reviewstars-box1 {
	margin-right: 15px;
	height: 170px;
}

#reviewstars-widgets {
	display: block;
	float: right;
}

#socialbadges {
	display: block;
	float: left;
	margin-left: 50px;
	padding: 20px 0;
}

.socialbadge {
	display: block;
	clear: both;
	border-radius: 5px;
	background: #333E7F;
	color: #fff;
	max-width: 154px;
}

.socialbadge img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 37px;
}

.socialbadgetext {
	display: block;
	float: left;
	padding: 2px 10px;
	font-weight: 700;
	color: #fff;
	text-align: left;
}

.socialbadgefollow {
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
}

.socialbadgelink {
	display: block;
	font-weight: 900;
	font-size: 18px;
	line-height: 18px;
	color: #f5e08c;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

.socialbadge br { display: none; }

.service-details-box {
	font-size: 16px;
	line-height: 1.5em;
}

.service-details-box h2 {
	line-height: 1.2em;
	margin-bottom: 15px;
}

.obit-timeanddate { color: gold; }

#servicePageList {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}

#servicePageList li {
	padding: 10px;
	font-weight: 900;
	width: 30%;
	font-size: 21px;
	display: flex;
	align-items: center;
	margin: 5px;
}

#servicePageList li a {
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25);
	margin: 0 auto;
	color: #fff;
}

#servicePageList {
	background: #0B3345;
	border-radius: 5px;
}

#serviceCTA {
	display: block;
	text-align: center;
	font-size: 21px;
	font-weight: 900;
	color: #5d0505;
}

#primary .astbutton.getmapbutton {
	background: gold;
	color: #111;
	margin: 5px 0 10px;
}

#primary .astbutton.getmapbutton:hover {
	background: yellow;
	color: #222;
}

.acf-map {
	margin: 0;
}

.obit-timeanddate span { color: #fff; }

@media (min-width: 980px) {
	#header-contact { padding-right: 0; }
	
	.obit-list-home-photo {
		height: 236px;
		overflow: hidden;
	}
	
	.obit-list-home-name a {
		height: 60px;
	}
}

@media (max-width: 1500px) {
	/*#hiimpact .slide01 img { margin-top: -200px; } */
}

@media (max-width: 980px) {

	#primary { width: 100%; }
	
	#secondary { width: 100%; display: block; clear: both; margin: 0 auto; padding: 0 15px; }
	
	#main { padding: 0 15px; }
	
	.alignright, .alignleft {
		display: block;
		clear: both;
		margin: 0 auto;
		float: none;
	}
	
	.bx-wrapper, .bx-viewport, #slider1 { height: auto;	}
	
	.logolink {
		float: none;
		display: block;
		text-align: center;
		margin: 0 auto;
		line-height: 1em;
	}
	
	#header { padding: 15px; }
	
	.logolink span { display: block; clear: both; }
	
	#header-address, #header-contact, #header-phone { display: block; clear: both; float: none; }
	
	#hiimpact img, #hiimpact .slide01 img, #hiimpact img.slide02, #hiimpact img.slide03, #hiimpact img.slide04 { margin-top: 0; }
	
	#hiimpact-text {
		position: static;
		font-size: 23px;
		line-height: 23px;
		top: auto;
		background: rgba(0,0,0,0.75);
	}
	
	#site-navigation { display: none; }
	
	#header-right {
		float: none;
		display: block;
		text-align: center;
		padding: 0 10px;
	}
	
	#header-social {
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	
	.homeboxes {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#homeboxes3 aside, #homeboxes4 aside {
		display: block;
		margin: 0 auto 10px auto;
		width: 100%;
		float: none;
		clear: both;
	}
	
	.homeboxes img { margin: 0 auto; }
	
	#bottom-content {
	border-top: 5px solid #fff;
	}

	.bottom-content-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#bottom-content-left-wrap {
		clear: both;
		float: none;
		width: 100%;
	}

	#bottom-content-left {
		clear: both;
		float: none;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	#bottom-content-right-wrap {
		clear: both;
		float: none;
		width: 100%;
	}

	#bottom-content-right {
		clear: both;
		float: none;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#reviewstars-text {
		float: none;
		max-width: 100%;
		padding: 15px;
		text-align: center;
	}
	
	#reviewstars-box1 {
		height: auto;
		margin: 0 auto;
	}
	
	#reviewstars-box2 {
		margin: 0 auto;
	}
	
	#reviewstars-box1, #reviewstars-box2 {
		float: none;
	}
	
	#reviewstars-widgets {
		display: block;
		width: 270px;
		float: none;
		margin: 0 auto;
	}
	
	#reviewstars-text {
		float: none;
		max-width: 100%;
		padding: 15px;
		text-align: center;
	}
	
	#reviewstars-box1 {
		height: auto;
		margin: 0 auto;
	}
	
	#reviewstars-box2 {
		margin: 0 auto;
	}
	
	#reviewstars-box1, #reviewstars-box2 {
		float: none;
	}
	
	#reviewstars-widgets {
		display: block;
		width: 270px;
		float: none;
		margin: 0 auto;
	}
	
	#socialbadges {
		float: none;
		clear: both;
		margin: 0 auto;
		max-width: 180px;
	}
	
	.socialbadge { border-radius: 0; margin: 0 auto; }

	.obit-list-home {
		float: none;
		margin: 0 auto;
	}

	.obit-list-home:last-child {
		margin-right: auto;
	}

	#servicePageList li {
		width: 50%;
		font-size: 18px;
		padding: 10px;
		text-align: center;
		align-items: center;
	}

	#servicePageList li a {
		margin: 0 auto;
	}

}

@media (min-width: 981px) and (max-width: 1440px) {

	#hiimpact img {
		/* margin-top: -10px; */
	}

}

#allfaiths {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em 1em 0 1em;
	color: #fff;
	font-weight: 700;
	font-size: 1.15rem;
	text-shadow: 0 1px 0 rgba(255,255,255,0.025);
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	margin-bottom: 0.5em;
	text-align: center;
	line-height: 1em;
	font-family: 'Merriweather', serif;
}

#allfaiths span {
	font-family: 'Merriweather', serif;
}

#allfaiths img {
	height: 72px;
	opacity: 0.75;
}

#allfaiths img:last-of-type {
	transform: scaleX(-1);
}

.bx-wrapper img {
	height: 100%;
	object-fit: cover;
}

#urns-catalog {
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.125);
	padding: 1rem;
	display: block;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	font-size: 1.25rem;
	color: #0B3345;
	border: 2px solid #0B3345;
	border-radius: 2px;
	line-height: 1em;
	width: 220px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#urns-pricelist {
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.125);
	padding: 1rem;
	display: block;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	font-size: 1.25rem;
	color: #0B3345;
	border: 2px solid #0B3345;
	border-radius: 2px;
	line-height: 1em;
	width: 220px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#urns-catalog img {
	display: block;
	margin-bottom: 8px;
	width: 220px;
}

#urns-cta {
	font-weight: 700;
	font-size: 1.125rem;
}

#urns-cta span {
	font-size: 1rem;
	font-style: italic;
	display: block;
}

#custom_html-4 .textwidget {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em;
	margin-top: 1em;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

#custom_html-4 .textwidget.flex-col {
	flex-direction: column;
}

#custom_html-4 .textwidget.flex-col #urns-catalog {
	margin: 2em 0;
}
a#urns-catalog {
    pointer-events: none;
}