/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/

/* #header{background:#fff} */
/* .nav-bar ul a{color:white;}  */
 li#menu-item-538 a {
    font-weight: bold;
}
.nav-bar{
} 
.nav-bar ul a i {
     font-size: .9em;
    margin-right: 3px;
}

li.phone-link a {
    text-shadow: .5px .5px 0 #fff;
}
.dk h1:after {
    display: none;
}

.bordered{padding:1em}

.bordered .wrap {
    padding:  2em;
    border-radius: 0rem;
/*     border: 1em solid #ce1a1a; */
    color: #222;
    background:  #e8e6cf;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
 
.banner-decor{
	width:100%;
	text-align:center;
	position:relative;
	margin-bottom:1em;
	padding: 0em;
	border-radius:0rem;
	text-shadow:3px 2px black;
	color:#fff;
	background:  #ffffff00;
}

body .bg-light{background-color:#fff !important}

hr {
    margin-top: 0rem;
    margin-bottom: 1.25rem;
    border: 0;
	width:100%;
    border-top-style: double !important;
	border-top: .5em solid #444;

}
.wpfh-obit-alternate-left {
    float: left;
    width: calc(20% - 10px);
    padding: 5px;
    background-color: #EFEFEF;
}
@media only screen and (min-width: 768px) {
	.banner-decor{
				margin:0em 3em;
	width:auto;

text-align:center;
	position:relative;
	margin-bottom:1em;
	padding: 2.5em;
	border-radius:0px;
	text-shadow:none;
		color:#000;
		background: #ffffffe3;
	}
	.banner-decor:hover{
	background:  #ffffff;
}
}