/*
Theme Name: Funeral Pro
Theme URI: https://www.hebdenbridgefunerals.co.uk/
Description: This is the Funeral Pro theme created for the Genesis Framework.
Author: Mckenzie Creative
Author URI: https://www.mckenziecreative.co.uk/

Version: 1.3.2

Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, e-commerce, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

Template: genesis
Template Version: 2.4

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: funeral-pro
Requires at least: 5.3
Requires PHP: 5.6
*/


/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Accessible Menu
		- Site Header Navigation
		- Primary Navigation
		- Footer Navigation
	- Content Area
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Team Page
	- Sidebar
	- Offscreen Content
	- Footer Widgets
	- Site Footer
	- Fadein Effect
	- Media Queries
		- Max-width: 1340px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 860px
	- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #222;
	font-family: agenda, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	overflow-x: hidden;
    letter-spacing: 0.25px;
}


html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.front-page .overlay,
.gallery img,
.site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

a {
	color: #825d6f;
	text-decoration: none;
    font-weight: 600;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
    
}

p {
	margin: 0 0 20px;
	padding: 0;
}
p:empty {display:none;}

p.nomargin {
    margin: 0 0 10px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
    font-family: agenda, sans-serif;
    font-weight:500;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content .wp-block-quote p {
    color:#999!important;
    font-family: agenda, sans-serif!important;
    line-height:1.4!important;
    font-weight:500;
}
 .entry-content .wp-block-quote::before {
    color: #825d6f!important;
    content: "\201C";
    display: block;
    font-family: 'agenda'!important;
    font-size: 95px!important;
    font-style: normal;
    font-weight: 700;
    height: 0;
    left: -60px!important;
    position: relative;
    text-align: left;
    top: -29px!important;
}

.entry-content .wp-block-quote {
    border: none;
    margin: 24px 24px 24px 75px!important;
}

.green-block {
    background-color: #a5bfa2;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.price-para {
    margin: 0;
}

.img-header { margin-top:-20px;}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: agenda, sans-serif;
    font-weight: 700;
    font-style: normal;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

.wp-block-cover__inner-container h1 {
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

h1.wp-block-heading {
    color: #825d6f;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 30px;
}

h2 {
    color: #825d6f;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 30px;
}

h3 {
	    font-size: 26px;
    line-height: 1.1;
    font-size: 2.6rem;
    font-weight: 500;
    color: #808080;
}

h3.cover-title {
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	margin-bottom: 10px;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
    color:#444;
}

h4.advice {
    margin-top: 0!important;
    margin-bottom: 15px!important;
}

.wp-block-cover.alignfull.mask {
    z-index: 100;
    margin: -60px;
}

.entry-content h4 {
    color:#e4c5cc;
	margin-top: 40px;
    margin-bottom: 7px;
}

.landing-page .entry-content h4,
.lead-capture-page .entry-content h4 {
	margin-bottom: 40px;
	margin-top: 60px;
	text-align: center;
}

h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

h6 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 100;
    line-height: 1;
    color: #999;
    margin-top: 35px;
}

.uk-scope .uk-link, .uk-scope a {
    color: #634855!important;
    text-decoration: none;
    cursor: pointer;
}

.uk-scope .uk-h3, .uk-scope h3 {
    font-size: 24px;
    line-height: 1.2!important;
    font-weight: bold!important;
}


.wp-block-image.size-full {
    overflow: clip;
    transition: all .3s ease;
}


.wp-block-image {
    transform: scale(1);
    transition: all .3s ease;
}

.wp-block-image img:hover {
    transform: scale(1.1);
    transition: all .3s ease;
}

.wp-block-image img {
    transform: scale(1);
    transition: all .3s ease;
}

img.wp-image-1093  {
    transform: none;
}

img.wp-image-1093:hover {
    transform: none;
    transition: all .3s ease;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

img.vertical {
	vertical-align: top;
}

figure {
	margin: 0;
}

.video-top {
    height: 80vh;
}

.vidbg-frontend-buttons {
    z-index: 100000000;
}



/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none !important;
    color: #444 !important;
}

.wp-block-cover.alignfull.has-parallax {
    min-height: 650px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
    padding-bottom: 0px!important;
    margin-top: 73px!important;
}


/* Obituaries
--------------------------------------------- */

.obituaries-page {
    background: #fff;
}

.obituaries-description {
    margin-top: 110px;
}

.obituaries-page h1 {
    font-size: 42px;
    text-align:center;
    line-height: 1;
    margin: 0 0 30px;
    color: #6F4F66;
}

h3.obituaries {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    color: #444;
    letter-spacing: -0.5px;
    color: #a5bfa2;
    margin-top: 10px;
}

.obituaries-cover {
    position: relative;
}

.obituaries-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.obituaries-cover img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.obituaries-content {
    text-align: center;
    margin: 40px auto;
}
.obituaries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 40px;
    max-width: 80%;
    margin: 0 auto;
}
.obituary-item {
    background:#fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
.obituary-item img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.read-more:hover {
    background-color: #999;
    color: #fff;
}
.pagination {
    text-align: center;
    margin: 30px 0;
}

.pagination a, 
.pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    background: #f0f0f0;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background: #60725e;
    color: #fff;
}

.pagination .current {
    background: #a5bfa2;
    color: #fff;
    font-weight: bold;
}

.page-id-2106 .wp-block-button__link {
    color: #ffffff;
    background-color: #a5bfa2;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

.wp-block-button__link:hover {
    color: #ffffff;
    background-color: #825d6f;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

/* Latest News
--------------------------------------------- */

.news-page {
    background: #fff;
}

.news-page h1 {
    color: #825d6f;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}

.news-cover {
    position: relative;
    margin-top: 180px;
}

.news-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-family: agenda, sans-serif;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    letter-spacing: 5px;
}

.news-cover img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.news-content {
    text-align: center;
    margin: 40px 15%;
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 15%;
}
.news-item {
    background:#fff;
    text-align: left;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
.news-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 250px;
    overflow: hidden;
    object-fit: cover;
}

.news-item h3 {
    font-family: agenda, sans-serif;
    font-weight: 900;
    color:#825d6f;
    margin-top:20px;
    text-align:left;
}

.news-title a {
    font-weight:100!important;
}

.news-item h3:hover {
    color:#333;
}
.news-item p {
    font-family: agenda, sans-serif;
    font-weight: 300;
    text-align:left;
}



/* Forms
--------------------------------------------- */

a.tel, a.mail { color:#825d6f; }
a.tel:hover, a.mail:hover { color:#222; }

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border-radius: 0;
	color: #000;
	font-family: agenda, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.5;
	padding: 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: #eee;
	outline: none;
}

input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
input[type="url"],
textarea {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

::placeholder {
	color: #000;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="select"],
input[type="submit"],
.button {
	background-color: #825d6f!important;
	border: 0;
	border-radius: 6px;
	color: #fff!important;
	cursor: pointer;
	font-family: agenda, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
    transition: all 0.5s ease;
}

.button.large {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px 30px;
}

.landing-page .button.large,
.lead-capture-page .button.large {
	margin-top: 40px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #000;
	color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.35);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.35);
    transition: all 0.5s ease;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.button-outline {
	background-color: #fff;
	border: solid 1px #a5bfa2;
	color: #a5bfa2;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px 30px;
	text-transform: uppercase;
	width: auto;
	word-spacing: 2px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0);
    transition: all 0.5s ease;
}

.button-outline:hover {
	background-color: #80A190;
	border: solid 1px #80A190;
	color: #fff;
    font-weight: 500;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.35);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.20);
    transition: all 0.5s ease;
}

.button-solid {
	background-color: #a5bfa2;
	border: solid 1px #a5bfa2;
	color: #fff!important;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px 30px;
	text-transform: uppercase;
	width: auto;
	word-spacing: 2px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0);
    transition: all 0.5s ease;
}

.button-solid:hover {
	background-color: #222;
	border: solid 1px #222;
	color: #fff!important;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.35);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.20);
    transition: all 0.5s ease;
}
.button-block {
	background-color: #825d6f;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-family: agenda, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
    transition: all 0.5s ease;
}

.button-block:hover {
	background-color: #222;
	color: #fff;
    transition: all 0.5s ease;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #f5f5f5;
	border-width: 0;
	color: #666;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

a.more {
    color: #222;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 15px;
}

a.more:hover {
    color: #60725e;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 15px;
}

div#box2:hover a, div#box4:hover a {
    color: #60725e;
}

p.comment-form-inline {
    display: inline flex
;
    flex-direction: row;
    width: 49%;
}

input#author {
    width: 80%;
}

input#email {
    width: 100%;
}

p.comment-form-cookies-consent {
    display: flex
;
}

input#wp-comment-cookies-consent {
    margin: 0 10px 0 0;
}

/* Essential Grid
--------------------------------------------- */

.esg-grid .mainul li.eg-jefferson-wrapper { border-radius: 0!important; }
.esg-grid .mainul li.eg-jimmy-carter-wrapper {
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    min-height:402px;
}
.eg-jimmy-carter-element-3-a, .eg-jimmy-carter-element-11-a  {
    display: none!important;
}

.eg-jimmy-carter-element-9 {
    letter-spacing: -0.25px;
}

.front-page-7 .eg-jimmy-carter-element-1 a { color:#a5bfa2!important;}
.front-page-7 .eg-jimmy-carter-element-1 a:hover { color:#222;}

.eg-jefferson-element-3 { padding:0 20px 0!important;}

/* Shift Nav
---------------------------------------------------------------------------- */

.contact {
    display: block;
    padding: 20px!important;
    font-size: 20px;
    font-weight: 500;
    text-align:center;
}

.contact a {
    color:#fff;
    line-height:2;
}

.contact a:hover {
    color:#335e52;
}

.muchloved-funerals-widget {
    margin-bottom: 40px;
}



/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 700;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	display: block;
	font-weight: bold;
	height: auto;
	padding: 20px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 73px auto 0;
	max-width: 70%;
	word-wrap: break-word;
}

.landing-page .site-inner,
.lead-capture-page .site-inner {
	margin-top: 0;
	max-width: 60%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding:0px 60px 80px;
	width: 100%;
}

.content-sidebar .content {
	border-right: 1px solid #eee;
	float: left;
}

.sidebar-content .content {
	border-left: 1px solid #eee;
}

.full-width-content .content {
	border-right: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%;
}

.full.full-width-content .content,
.full.landing-page .site-inner,
.full.lead-capture-page .site-inner {
	max-width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 35%;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.base-container {
    Padding: 28px 20px 5px;
    overflow: auto;
    background-color: #f4f4f4;
    text-align: left;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

div#overdale {
    float: right;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
    background: #242f5c;
    max-height:175.38px;
}

div#advice_container {
    border-top: solid 1px #b5b5b5;
    margin-top: 30px;
    padding-top: 30px;
}

p.nomargin {
    font-size:16px;
}

.base-container  h4 {
   color: #825d6f;
    margin-top: 0px;
}

div#nafd img { height: 120px;  width: 120px; }
div#saif img {  height: 135px; width: 135px; }

.green-panel { background:#e4c5cc;}

/* Column Classes
  Link: Link: http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.breadcrumb {
	text-align: center;
}

.after-entry {
	padding-bottom: 60px;
}

.author-box {
	line-height: 1.5;
	padding-bottom: 20px;
}

.breadcrumb {
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 10px;
}




/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form:before {
	color: #999;
	content: "\f4a5";
	font-family: "ionicons";
	font-size: 20px;
	left: 15px;
	position: absolute;
	top: 6px;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.search-form input[type="search"] {
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-top: 12px;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

/* Widgetkit
-------------------------------------------- */

button.gm-control-active.gm-fullscreen-control {
    background-color: transparent!important;
    box-shadow: none!important;
}
button.gm-control-active {
    background-color: transparent!important;
    box-shadow: none!important;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 48px;
	font-size: 4.8rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #d43c67;
}

.widget-title {
	font-family: agenda, sans-serif;
    Font-weight:700;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 40px;
	margin-left: 0;
	margin-top: 10px;
	text-align: center;
}

.entry-content p.gallery-caption,
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------- */

.wp-block-cover.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.wp-block-cover.alignfull.is-light.has-parallax {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.widget {
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .widget-title {
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry,
.sidebar .featured-content .entry {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.footer-widgets .featured-content .entry-header,
.sidebar .featured-content .entry-header {
	text-align: left;
}

.footer-widgets .featured-content .entry-header::after,
.sidebar .featured-content .entry-header::after {
	display: none;
}

.footer-widgets .featured-content .entry-title,
.sidebar .featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footer-widgets .featured-content .entry-meta,
.sidebar .featured-content .entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-widgets .featured-content .entry-meta a,
.sidebar .featured-content .entry-meta a {
	color: #000;
	text-decoration: none;
}

.footer-widgets .featured-content .entry-meta a:hover,
.footer-widgets .featured-content .entry-meta a:focus,
.sidebar .featured-content .entry-meta a:hover,
.sidebar .featured-content .entry-meta a:focus {
	color: #d43c67;
}

.footer-widgets .featured-content .entry-image,
.sidebar .featured-content .entry-image {
	vertical-align: top;
}

.featured-content a.alignleft,
.featured-content a.alignright,
.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content a.aligncenter,
.featured-content a.alignleft,
.featured-content a.alignnone,
.featured-content a.alignright {
	border-bottom-width: 0;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.featured-content .more-posts-title {
	display: block;
	padding-top: 30px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget input {
	text-align: center;
}

.after-entry .enews-widget,
.landing-page .enews-widget,
.lead-capture-page .enews-widget {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.landing-page .enews-widget,
.lead-capture-page .enews-widget,
.offscreen-content .enews-widget {
	background-color: #f5f5f5;
	padding: 60px;
}

.enews-widget form {
	margin-left: 20px;
	margin-right: 20px;
}

.offscreen-content .enews-widget form {
	margin-left: 60px;
	margin-right: 60px;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews-widget form + p {
	margin-top: 20px;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.landing-page .enews-widget input,
.lead-capture-page .enews-widget input,
.offscreen-content .enews-widget input {
	background-color: #fff;
}

.enews-widget input[type="submit"] {
	background-color: #000;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	margin: 0;
	width: auto !important;
}

.enews-widget input:hover[type="submit"] {
	background-color: #d43c67;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

.genesis-skip-link a {
	background: #fff;
}

/* Display outline on focus */
:focus {
	color: #000;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 9990;
}

.white .site-header {
   -webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,0.25);
    box-shadow: 0 15px 25px 0 rgba(0,0,0,0.25);
}

.site-header .title-area {
    background-size: contain !important;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 27px;
	padding-top: 27px;
	width: 20%;
}

.header-image .title-area {
	margin: 25px 0 35px 50px;
    padding: 0;
    width: 320px;
}

.site-title {
	font-family: agenda, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #000;
	text-decoration: none;
}

.header-image .site-title > a {
	background-size: contain !important;
	float: left;
	min-height: 130px;
	width: 320px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-title,
.site-description {
	display: block;
	height: 0;
	text-indent: -9999px;
}

/* Header Right
-------------------------------------------- */

.widget_text.extendedwopts-md-right.header-right.widget-wrap {
    margin: 15px 50px 0 0;
}

.header-right-content br { content: ""; }
.header-right-content br:after { content: "  |  "; color:#a5bfa2; }
.header-right-content { float: right; text-align: right; margin-right: 50px; font-size: 30px; margin-top: 50px; }


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
    background-color: #e4c5cc;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-family: agenda, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 20px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #d43c67;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.simple-dark .esg-filterbutton, .simple-dark .esg-navigationbutton {
    background: #825d6f!important;
}

.simple-dark .esg-filterbutton.selected { background: #a5bfa2!important;}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

/* Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 30px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px;
}

/* Uber Menu
----------------------------------------------- */

.ubermenu .ubermenu-target-text { text-transform: uppercase; }
ul.ubermenu-submenu.ubermenu-submenu-align-full_width { padding: 50px 0 25px; }
li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-level-1.ubermenu-column.ubermenu-column-auto.ubermenu-has-submenu-stack.ubermenu-item-type-column { display: flex;  align-items: center; }
ul.ubermenu-submenu.ubermenu-submenu-type-stack { margin-bottom: 0; padding-bottom: 0!important; }
ul.ubermenu-submenu.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    display: flex;
    justify-content: center;
}

.ubermenu-content-block h2 {color:#444;}


.ubermenu-main .ubermenu-submenu.ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target { padding:5px;}
.ubermenu .ubermenu-item-layout-icon_left>.ubermenu-target-title { margin-left: 0!important; }
.ubermenu-main .ubermenu-item-normal > .ubermenu-target { font-size: 18px;  font-weight: 400; }
.ubermenu.ubermenu-horizontal.ubermenu-items-vstretch .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target.ubermenu-content-align-right { justify-content: center!important; }
ul.ubermenu-submenu.ubermenu-submenu-id-161.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-autoclear.ubermenu-submenu-padded { padding: 15px 10%!important; }

/* Content Area
---------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog .content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.page .content .entry {
	border-bottom: none;
}

.lead-capture-page .entry {
	margin-bottom: 0;
}

.page .content .entry,
.single .content .entry {
	padding-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content code {
	background-color: #000;
	color: #eee;
}

.center {
	text-align: center;
}

.intro {
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	margin-bottom: 40px;
	text-align: center;
}

/* Entry Meta
--------------------------------------------- */

.entry-header {
	text-align: center;
}

.entry-header::after {
	display:none;
}

p.entry-meta {
	display:none;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	max-width: 76%;
    clear: both;
    margin: 40px auto;
    text-align: left;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination a {
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}

.archive-pagination a:hover,
.archive-pagination a:focus {
	color: #d43c67;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: agenda, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination li.active a {
	background-color: #000;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Team Page
---------------------------------------------------------------------------- */

.team-page .content {
	max-width: 100%;
}

.team-page .content .entry {
	margin-bottom: 40px;
}

.team-page h2.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
	margin-top: 20px;
}

.team-page .one-fourth .entry {
	margin-bottom: 40px;
}

.team-page .one-fourth .entry-header::after {
	display: none;
}

.team-page .entry-content p:last-child,
.team-page .one-fourth .team-title {
	margin-bottom: 0;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 20px;
	font-size: 2rem;
}

.sidebar .widget {
	border-bottom: 1px solid #eee;
	padding: 50px 60px 60px;
}


/* Offscreen Content
---------------------------------------------------------------------------- */

.no-scroll {
	overflow: hidden;
}

.offscreen-content {
	background-color: rgba( 255, 255, 255, 1.0);
	display: none;
	height: 100%;
	left: 0;
	overflow-y: scroll;
	padding: 20px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.offscreen-content .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.offscreen-container {
	display: table;
	height: 100vh;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.offscreen-container .widget-area {
	display: table-cell;
	padding-bottom: 20px;
	vertical-align: middle;
	width: 100%;
}

/* Offscreen Content Icon
--------------------------------------------- */

.ion-ios-close-empty,
.ion-ios-more {
	font-size: 36px;
	font-size: 3.6rem;
}

.ion-ios-close-empty {
	margin-right: 10px;
}

.offscreen-content-icon,
.offscreen-content-toggle {
	position: fixed;
	right: 20px;
	top: 18px;
	z-index: 9998;
}

.admin-bar .offscreen-content-icon,
.admin-bar .offscreen-content-toggle {
	top: 52px;
}

.offscreen-content button,
.offscreen-content-icon button {
	background-color: #fff;
	color: #000;
	font-size: 20px;
	font-size: 2rem;
	padding: 2px 10px 2px 12px;
}

.offscreen-content button:hover,
.offscreen-content-icon button:hover {
	color: #d43c67;
}




/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	font-size: 20px;
	font-size: 2rem;
	clear: both;
}

.footer-widgets .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 60px;
	padding-right: 60px;
}

.footer-widgets .widget-area {
	float: left;
	padding-bottom: 60px;
	padding-top: 60px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 30%;
}

.footer-widgets-2 {
	padding-left: 4%;
	padding-right: 4%;
	width: 40%;
}

.footer-widgets p {
	margin-bottom: 20px;
}

.footer-widgets .button {
	background-color: #000;
	color: #fff;
	margin-top: 10px;
}

.footer-widgets .button:hover {
	background-color: #d43c67;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
    background-color:#634855;
    font-weight:700;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
    text-transform: uppercase;
    font-size:14px;
    color:#fff;
}

.site-footer .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 60px;
	padding-right: 60px;
}

.site-footer p {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
	color:#e4c5cc!important;
}
div#overdale-long {
    display: none;
}


/* Fadein Effect
---------------------------------------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	-moz-animation:    fadein 1s;
	-ms-animation:     fadein 1s;
	-o-animation:      fadein 1s;
	animation:         fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}


/* Media Queries
---------------------------------------------------------------------------- */


@media only screen and (max-width: 1440px) {

    .site-inner {  max-width: 90%; }
    .front-page-2 .widget-full .wrap {  max-width: 80%; }
    .front-page-7 .wrap { max-width: 100%; }
    .ubermenu .ubermenu-target { padding: 15px 10px!important; }
    .front-page-2 .two-fifths.first { width: 38%; }
    .front-page-2 .three-fifths { width: 40%; }
    .front-page-2 p { line-height: 1.45; }
    .wp-block-cover.alignfull.has-parallax { min-height: 400px; }
}

@media only screen and (max-width: 1360px) {
    .front-page-2 .widget-full .wrap {  max-width: 84%; }
    .front-page-7 .wrap { max-width: 100%; }
    .esg-grid .mainul li.eg-jimmy-carter-wrapper { padding: 20px 20px 17px 20px!important;  min-height: 392px }
}

@media only screen and (max-width: 1280px) {
    
    .front-page-2 .widget-full .wrap {  max-width: 90%; }
    .site-inner { margin-top: 200px !important; }
    ul.ubermenu-submenu.ubermenu-submenu-id-161.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-autoclear.ubermenu-submenu-padded {  padding: 15px 5% !important; }
    .ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target { font-size: 14px!important; }
    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { font-size: 14px!important; }
    p.nomargin { font-size: 15px; }
    .base-container { Padding: 15px 20px 0px;}
    

}

@media only screen and (max-width: 1024px) {
    
    .front-page-1 {height: 73vh;}
    .front-page-2 .widget-full .wrap {  max-width: 100%; }
    .front-page-2 p { font-size: 1.8rem; line-height: 1.5; }
    .front-page-3 p { font-size: 16px; line-height: 1.1; }
    h4 { font-size: 2.2rem; line-height: 1; }
    .front-page-3 .fa-2xl { font-size: 2.5em; margin-bottom: 15px; }
    .news-cover { min-height: 300px;margin-top:0px; }
    .news-cover img { min-height: 300px; margin-top:80px; }
    .news-grid { grid-template-columns: repeat(2, 1fr); padding: 0 7%; }
    .front-page-1 { margin-top: 80px; padding:0;}
    .site-inner { margin-top: 160px !important; }
    .base-container.five-sixths { width: 79%; }
    div#overdale.one-sixth { width: 19.5%; margin-left: 1%; }
    
}



@media only screen and (max-width: 800px) {

	.content, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-primary, .site-header .nav-primary, .title-area { width: 100%; }
    .title-area { padding-bottom: 15px; }
	
	.site-inner { max-width: 100%; margin-top: 0; padding: 5% 7% 10%;  clear:both!important;}
	.content,
	.content-sidebar .content,
	.sidebar-content .content { float: none; padding: 0; }
	.content-sidebar .content { border-right: none; }
	.sidebar-content .content { border-left: none; }
	.sidebar .widget { padding: 5%; }
	.sidebar .widget:last-child { border-bottom: none; }
	.footer-widgets-2 { padding-left: 0; padding-right: 0; }
	.site-footer { padding-bottom: 40px; padding-top: 40px; }
	.site-footer .genesis-nav-menu a { padding-left: 10px; padding-right: 10px; }
    
    .widget_text.extendedwopts-md-right.header-right.widget-wrap {  margin: 0 auto; text-align: center; }
    .header-right-content { font-size: 24px; float: none; margin: 0 auto; text-align: center; }
    .front-page-2 p { line-height: 1.35; }
    .header-image .title-area { margin: 25px auto!important; text-align: center; min-width: 320px; clear:both;}
    .front-page-1 .wrap {  max-width: 65%; }
    .site-header .title-area { background: url(/wp-content/uploads/2025/09/HebdenBridge-Logo.jpg) no-repeat !important; }
    .widget-area.header-widget-area { clear: both; }
    .front-page-2 .two-fifths.first { width: 41%; }
    .front-page-2 .three-fifths { width: 53%; }
    .front-page-6 { padding: 0; }
    .header-image .site-title > a { float: none; }
    .site-header .title-area { height: 130px; width: 320px; }
    header.site-header { display: flex ; align-items: center; justify-content: center; justify-items: center; padding-bottom: 30px; }
    .front-page-1 h1 { line-height: 0.8;}
    h3.cover-title { padding: 0 5%; margin: 50px 0 0; }
    
    
}

@media only screen and (max-width: 600px) {
    
    .header-right-content br:after { content: " "; color:#a5bfa2; }

	.after-entry .enews-widget,
	.landing-page .enews-widget,
	.lead-capture-page .enews-widget {
		padding: 20px;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
    .one-fifth,
	.one-sixth,
	.one-third,
	.three-fourths,
    .three-fifths
	.three-sixths,
	.two-fourths,
    .two-fifths,
	.two-sixths,
	.two-thirds
    {
		margin: 0;
		width: 100%;
	}

	.footer-widgets .wrap,
	.site-footer .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.offscreen-content .enews-widget {
		padding: 20px;
	}

	.offscreen-content p {
		line-height: 1.5;
	}
    .front-page-1 .wrap { max-width: 80%; }
    .front-page-2 .widget-full .wrap { max-width: 100%; width:100%; }
    .front-page-2, .front-page-3 { padding: 50px 0 0; }
    .five-sixths, .four-sixths, .one-fourth, .one-half, .one-fifth, .one-sixth, .one-third, .three-fourths,.three-fifths, .three-sixths, .two-fourths, .two-fifths, .two-sixths, .two-thirds
    { margin: 0; width: 100%; }
    
    .news-content {  margin: 40px 5%;}
    .news-cover { min-height: 300px;margin-top:0px; }
    .news-cover img { min-height: 300px; margin-top:20px; }
    .news-grid { grid-template-columns: repeat(1, 1fr); padding: 0 7%; }
    .news-title { font-size: 48px; }
    
    div#esg-grid-2-2 { padding: 15px 0 40px!important; }

}

@media only screen and (max-width: 460px) {
    .wp-block-cover__inner-container h1 { letter-spacing: 1px!important;  }
    .site-inner { padding: 0 7%; text-align:center; }
    img.wp-block-cover__image-background.wp-image-1528 { width: 100%; height: 24%; }
    .wp-block-cover.alignfull.mask { margin: -23px; }
    .base-container { text-align: center; }
    div#nafd { width: 42%; float: left; }
    div#saif { width: 42%; float: right; }
    h4.green {  margin-bottom: 20px; }
    .wp-block-spacer { height: 50px!important; }
    h2 { font-size: 34px; font-size: 3.4rem; }
    h3 { font-size: 24px; font-size: 2.4rem; }
    .entry-content .wp-block-quote {  margin: 24px 24px 24px 60px!important; text-align: left; }
    div#overdale { display: none; }
    div#overdale-long { display: block; margin-bottom: 20px; }
    .base-container.five-sixths { width: 100%; margin-bottom: 20px; }
    .front-page-2 .two-fifths.first { width: 100%; }
    .front-page-2 .three-fifths { width: 100%; margin-bottom: 50px;  }
    .front-page-5 { padding: 100px 7%; }
    h3.cover-title { margin: 0; }
    h3.cover-title { font-size: 44px; }
    .tg .tg-xl23 { color: #000!important; }
    .table-responsive { margin-top: 150px; }
    .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {  justify-content: center; }
    .site-inner { margin-top: 280px !important; }
    .page-id-720 .site-inner, .page-id-725 .site-inner, .page-id-764 .site-inner, .page-id-794 .site-inner { margin-top: 150px !important; }
    
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	* {
		opacity: 1 !important;
	}

}
