#home_page_hero {
    margin-top: 130px;
    background: #fff8e5;
/*    background-image: url(/wp-content/uploads/cremation-services.jpg); */
    background-image: url(/wp-content/uploads/cremation-background-1.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.homepage-hero-wrap {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
}
/*
.content-sidebar-wrap {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
*/
.site-inner .wrap {
	width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
#map_sitewide .widget {
    margin-bottom: 0;
}
.banner-4 {
    margin-bottom: 30px;
    margin-top: 30px;
}
body {
	width: 100%;
    max-width: 100%;
}
#home_page_hero .widget-wrap {
    position: relative;
}
.sub-hero-img {
    position: relative;
    bottom: 102px;
}
.homepage-hero-wrap h1 {
    font-size: 50px;
    margin-bottom: 12px;
}
.homepage-hero-wrap h2 {
    font-size: 36px;
    text-align: left;
}
.hero-button-1 a {
    background: #225d41;
    padding: 20px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 0.4s;
    text-align: center;
}
.hero-button-1 a:hover {
    box-shadow: 2px 2px 8px 1px #958989;
    opacity: 0.85;
}
.hero-button-row {
    display: flex;
    column-gap: 26px;
    margin-top: 30px;
}
.hero-badges-1 {
    margin-top: 30px;
    margin-bottom: 50px;
}
.heading-needs-top-margin {
	margin-top: 20px;
}
#inner_page_hero_sub_image .widget {
    margin-bottom: 0;
}
.sub-hero-img-wrap {
    position: relative;
    top: -101px;
    z-index: 9;
}
.page-header {
	padding: calc(5% + 10.8rem) 0 11%;
}
.home h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
h3.h3cent {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
body:not(.with-page-header) .site-inner {
        padding-top: 0;
}
.three-column-section .su-column.su-column-size-1-3 {
    padding: 30px 20px;
    border-radius: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
}
.su-row.three-column-section {
    margin-top: 40px;
}
.blog h2.entry-title,
.archive h2.entry-title{
    text-align: left;
}
.aligncenter {
    text-align: center;
}


@media only screen and (max-width: 1500px) {
	.sub-hero-img-wrap {
    	top: -80px;
	}
}

@media only screen and (max-width: 1300px) {
	.page-header {
		padding: calc(5% + 10.8rem) 0 16%;
	}
}
	
@media only screen and (max-width: 1260px) {
	.homepage-hero-wrap {
    	padding: 80px 40px;
	}
	.site-header .wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1060px) {
	.sub-hero-img-wrap {
    	top: -65px;
	}
}

@media only screen and (max-width: 1023px) {
	#genesis-nav-primary {
    	width: 100%;
    	clear: both;
    	margin-left: auto;
    	margin-right: auto;
    	padding-left: 0;
    	padding-right: 0;
    	text-align: center;
	}
	ul#menu-main {
    	padding-left: 0;
	}
	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 0 0 24px;
		padding: 6px 0 26px;
	}
}


@media only screen and (max-width: 800px) {
	#genesis-nav-primary {
        text-align: left;
    }
    .nav-primary .genesis-nav-menu > li > a {
        margin-left: unset;
        padding: 8px 0;
    }
    #home_page_hero {
    	margin-top: 0;
	}
	.site-header .wrap {
        padding-left: 12px;
        padding-right: 12px;
        display: flex;
        column-gap: 30px;
        flex-wrap: wrap;
        width: 427px;
        max-width: 100%;
    }
    .site-header,
    .header-image .site-header {
        padding: 12px 0;
        top: 0px;
        display: flex;
        background: #fff8e5;
    }
	#genesis-nav-primary {
    	padding-left: 5%;
    	width: 350px;
    	max-width: 100%;
    	margin-left: 0;
	}
	button.menu-toggle:before {
        right: unset;
	}
	button.menu-toggle.activated::before {
        right: unset;
    }
}

@media only screen and (max-width: 360px) {
	.site-header .wrap {
        column-gap: 4%;
	}
}
/* --- NEW DROPDOWN HEADER AND HERO HEADER --- */

.site-header {
        transition: top 0.4s;
    }
.remove-main-header .site-header {
        top: -1000px;
        transition: top 0.9s;
    }
#drop_down_header_on_scroll {
    top: 0;
    position: fixed;
    width: 1190px;
    max-width: 100%;
}
#drop_down_header_on_scroll .widget_custom_html {
    display: block;
    vertical-align: middle;
}
.drop-down-heading {
    display: inline-block;
}
#drop_down_header_on_scroll {
    box-shadow: 0 5px 13px 0 rgba(18,18,18,.52);
    background: #fff;
    z-index: 99;
    width: 100%;
    opacity: 0;
    transition: opacity .8s ease-in-out;
}
#drop_down_header_on_scroll.display-drop-header {
    opacity: 1;
    background: #fff8e5;
}
.drop-down-header-wrap {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop-down-logo,
.drop-down-heading,
.scheduler-header-wrap.drop-down-header-1 {
    display: inline-block;
}
.drop-down-logo {
    vertical-align: middle;
    float: left;
}
.drop-down-header-wrap .drop-down-header-button-row {
    display: flex;
    column-gap: 26px;
    margin-top: unset;
    justify-content: space-between;
}
#custom_html-14 {
    margin-bottom: 0;
}
.heading-button-wrap {
    float: right;
}
.heading-button-wrap {
    margin-top: 27px;
}
.drop-down-heading {
    margin-right: 42px;
    font-size: 27px;
    font-weight: 400;
    top: 3px;
    position: relative;
}
.drop-down-logo img {
    position: relative;
}
.button-2 a {
    background: #225d41;
    padding: 12px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 0.4s;
    text-align: center;
}
.button-2 a:hover {
    box-shadow: 2px 2px 8px 1px #958989;
    opacity: 0.85;
}
.hero-button-1 {
    max-width: 100%;
}




@media only screen and (max-width: 1280px) {
	.sub-hero-img {
    	bottom: 69px;
	}
}

@media only screen and (max-width: 1080px) {
	.drop-down-heading {
    	font-size: 25px;
	}
}

@media only screen and (max-width: 1023px) {
	.drop-down-heading {
    	font-size: 23px;
	}
	#custom_html-3 {
    	padding-left: 0;
    	/* padding-right: 0; */
    	/* width: 655px; */
    	width: 97%;
    	max-width: 100%;
    	margin-left: auto;
    	margin-right: auto;
    	margin-bottom: 1px;
	}
    .homepage-hero-wrap {
        padding: 110px 40px 80px;
    }
    .page-header {
        padding: calc(12% + 10.8rem) 0 16%;
    }
}

@media only screen and (max-width: 999px) {
	.drop-down-heading {
    	font-size: 21px;
		}
	}
	
@media only screen and (max-width: 960px) {
	.drop-down-heading {
    	font-size: 18px;
	}
	.sub-hero-img {
        bottom: 54px;
    }
}

@media only screen and (max-width: 940px) {
	.drop-down-heading {
/*    	font-size: 21px; */
    	margin-right: 32px;
	}
	#custom_html-3 {
    	padding-right: 50px;
	}
}

@media only screen and (max-width: 910px) {
	.button-2 a {
    	font-size: 15px;
    	line-height: 1.3;
	}
}

@media only screen and (max-width: 880px) {
	.drop-down-heading {
    	font-size: 18px;
	}
	.drop-down-logo a.alignleft, .drop-down-logo img.alignleft {
/*    	width: 220px; */
	}
}

@media only screen and (max-width: 860px) {
	.sub-hero-img-wrap {
        top: -53px;
    }
}

@media only screen and (max-width: 850px) {
	.drop-down-heading {
    	font-size: 16px;
	}
}

@media only screen and (max-width: 820px) {	
	.drop-down-logo {
    	display: none;
	}
	.heading-button-wrap {
    	float: none;
    	margin-left: auto;
    	margin-right: auto;
    	display: block;
    	text-align: center;
	}
	.heading-button-wrap {
    	margin-top: 7px;
	}
	a.button-new2 {
    	padding: 4px 14px;
	}
	#custom_html-3 {
    	margin-bottom: 8px;
	}
	.drop-down-header-wrap {
    	justify-content: center;
    	padding: 12px 8px;
	}
}

@media only screen and (max-width: 800px) {
	.homepage-hero-wrap {
        padding: 40px 40px 20px;
    }
}

@media only screen and (max-width: 799px) {
	.page-header {
    	padding: calc(-12% + 10.8rem) 0 16%;
    }
}
    
@media only screen and (max-width: 760px) {    
    .sub-hero-img-wrap {
        top: -34px;
    }
}

@media only screen and (max-width: 750px) {
	.sub-hero-img {
        bottom: 40px;
    }
}

@media only screen and (max-width: 630px) {
	#custom_html-3 {
    	width: 100%;
	}
	.drop-down-header-wrap .drop-down-header-button-row {
    	column-gap: 14px;
	}
}

@media only screen and (max-width: 600px) {
	.drop-down-heading {
    	font-size: 15px;
	}
}

@media only screen and (max-width: 560px) {
	.drop-down-heading {
/*    	padding: 0 58px; */
    	margin-right: 24px;
	}
	.drop-down-heading a.button-new2 {
    	padding: 4px 10px;
	}
}

@media only screen and (max-width: 550px) {
	.sub-hero-img {
        bottom: 29px;
    }
    .sub-hero-img-wrap {
        top: -27px;
    }
    .page-header {
        padding: calc(-23% + 10.8rem) 0 16%;
    }
    .page-header h1,
    .page-header .author-box-title {
    	font-size: 34px;
	}
}

@media only screen and (max-width: 540px) {
	.drop-down-heading {
    	margin-right: 0;
    	margin-left: 0;
    	margin-bottom: 2px;
    	display: block;
	}
	.heading-button-wrap {
    	margin-top: 2px;
	}
	.drop-down-heading a.button-new2 {
    	font-size: 13px;
    	margin-top: 4px;
	}
	#custom_html-3 {
    	padding-right: 20px;
	}
}

@media only screen and (max-width: 525px) {
	.hero-button-1 a {
    	font-size: 16px;
    	line-height: 1.3;
    	width: 377px;
        max-width: 100%;
	}
	.hero-button-row {
    	flex-wrap: wrap;
    	justify-content: center;
    	row-gap: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.homepage-hero-wrap h1 {
    	font-size: 44px;
	}
	.homepage-hero-wrap h2 {
    	font-size: 30px;
	}
}

@media only screen and (max-width: 450px) {
	.page-header {
        padding: calc(-34% + 10.8rem) 0 16%;
    }
}

@media only screen and (max-width: 420px) {
	.drop-down-heading {
    	padding: 0 !important;
	}
}

@media only screen and (max-width: 350px) {
	.drop-down-heading {
    	padding: 0 !important;
	}
}
/* --- END NEW DROPDOWN HEADER AND HERO HEADER --- */

@media only screen and (max-width: 1023px) {
	#slidingmessage-3572 {
    	display: none;
	}
}


/* --- FOOTER CONTENT --- */

.privacy-policy {
    font-size: 18px;
    text-align: center;
}
.legacy-footer-wrap {
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


/* --- END FOOTER CONTENT --- */