/* CSS Document */

/* 
.showborderred    {border: 3px solid red; }
.showborderblue   {border: 2px solid blue; }
.showborderorange {border: 1px solid orange; }
.showbordergreen  {border: 1px solid green; }
.showborderaqua   {border: 1px solid aqua; }
.showborderblack  {border: 1px solid black; }
.showborderyellow {border: 1px solid yellow;}
.showborderpurple {border: 2px solid purple; }
.showborderpink   {border: 2px solid pink; }

 */

/*
var(--wg-darkblue);
var(--wg-mediumblue);
var(--wg-lightblue);
var(--wg-yellow);
var(--lightgreybackground);
var(--darkgreybackground);
var(--hovergrey);
var(--othertext-white);
*/


/* ====== CUSTOM STYLES ====== */
:root {
	--wg-darkblue: #3a4556;
	--wg-mediumblue: #6c8aa4;
	--wg-lightblue: #a3cdef;
	--wg-yellow: #dda627;
	--bodytext-grey: #333333;
	--othertext-white: #f2f2f2;
	--lightgreybackground: #d4dce1;
	--darkgreybackground: #333333;
	--hovergrey: #a8b1ba;
	--lightyellow: #e4ab3a14; }




.bgcolour-lightblue { background-color: var(--wg-lightblue); }
.bgcolour-mediumblue { background-color: var(--wg-mediumblue); }
.bgcolour-darkblue { background-color: var(--wg-darkblue); }
.bgcolour-lightyellow { background-color: var(--lightyellow); }

.bgcolour-pink { background-color: #df9894; }

/*
.optionbg-lightblue { background-color: #a5d0f0; }
.optionbg-darkblue { background-color: #3a4556; }
.optionbg-midbluelight { background-color: #879db4; }
.optionbg-midbluedark { background-color: #6c8aa3; }
*/



/* ====== RESET - Initial ====== */
*, *::before, *::after { padding: 0; margin: 0; /*font: inherit;*/ box-sizing: border-box; }
html { font-size: 14px; text-align: left; scroll-behavior: smooth; }
body { background: #fff; min-height: 100vh; overflow-x: hidden; }
ol, ul { list-style: none; }
/*ul > li { margin: 0 0 5px 20px; }
ul > li > ul > li { margin-left: 40px; }
ul {margin-bottom: 20px; } */
a { text-decoration: none; }


/* ====== RESET - Override ====== */
img, picture, video { display: block; width: 100%; height: auto; }


.blogtext ul {
	list-style-type: disc;
    margin: 0 0 14px 40px; }

.blogtext ol {
	list-style-type: decimal;
    margin: 0 0 14px 40px; }

.blogtext li { margin-bottom: 5px; }



/* ========================================================================================================BODY, FONTS & SYMANTIC SELECTORS ====== */
body { 
	font-family: 'opensans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #333333; }

p { 
	font-family: 'opensans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	line-height: 1.5em; 
	margin-bottom: 1rem; }

h1 { font-family: 'opensans', sans-serif; font-size: 30px; color: #56667f; font-weight: 400; margin-bottom: 18px; } /* MAIN HEADINGS */
h2 { font-family: 'opensans', sans-serif; font-size: 20px; color: #3a4556; font-weight: 400; margin-bottom: 18px; line-height: 1.3; } /* SUB HEADING */
h3 { font-family: 'opensans', sans-serif; font-size: 20px; color: #6c8aa4; font-weight: 400; margin-bottom: 16px; margin-top: 26px; } /* SUB SUB HEADING */
h4 { font-family: 'opensans', sans-serif; font-size: 17px; color: #3a4556; font-weight: 400; margin-bottom: 10px; margin-top: 10px; } /* SHOP AND SECTION LINKS */
h5 { font-family: 'opensans', sans-serif; font-size: 17px; color: #3a4556; font-weight: 400; margin-bottom: 10px; margin-top: 14px; } /* CALL TO ACTION */
h6 { font-family: 'opensans', sans-serif; font-size: 14px; color: #333333; font-weight: 600; margin-bottom: 6px; margin-top: 26px; } /* FOOTER & LIST HEADINGS */


header    {
	width: 100%;
	background-color: var(--wg-darkblue);
	margin-top: 0;
	background-image: none;
	background-repeat: no-repeat;
    background-position: center; }
/*@media (min-width: 1090px) { header { background-image: url("../images/header-background.png"); } }*/

container { display: block; width: 100%; max-width: 1160px; margin: 0 auto; padding-left: 20px;  padding-right: 20px; }
@media (min-width: 600px) { container { padding-left: 40px; padding-right: 40px; } }

nav       { width: 100%; background-color: var(--lightgreybackground); margin-bottom: 6px; z-index: 10; }
section   { display: block; width: 100%; }
main      { display: block; width: 100%; }
aside     { display: block; width: 100%; }
footer    { width: 100%; background: var(--lightgreybackground); }






/* ===================================================================================================================== LINK STYLES AND UTILITIES ====== */

/* unvisited link */
/*a:link { color: #34333a; }*/
a:link { color: #3a4556; }
/* visited link */
/*a:visited { color: #34333a; }*/
a:visited { color: #3a4556; }
/* mouse over link */
a:hover { color: #dda627; }
/* selected link */
a:active { color: #3a4556; }


.text-link { display: inline-block; line-height: 14px; font-weight: 600; border-bottom: 1px solid #333333; }
.text-link:hover { font-weight: 600; border-bottom: 1px solid #dda627; }

.text-link-cta { display: inline-block; line-height: 18px; font-weight: 600; border-bottom: 1px solid #3a4556; }
.text-link-cta:hover { font-weight: 600; border-bottom: 1px solid #dda627; }

.text-centered { text-align: center; }
.text-bold { font-weight: 600; }
.text-italic { font-style: italic; }
.align-right { text-align: right; }

.direction-ltr { direction: ltr; }

.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mt-80 { margin-top: 80px; }
.mt-100 { margin-top: 100px; }
.mt-120 { margin-top: 120px; }

.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-80 { margin-bottom: 80px; }
.mb-100 { margin-bottom: 100px; }

.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-60 { padding-top: 60px; }

.pb-20 { padding-bottom: 20px; }
.pb-40 { padding-bottom: 40px; }
.pb-60 { padding-bottom: 60px; }






/* =============================================================================================================================== SECTION STYLES ====== */

.banner-area {  }
.page-content {   }








/* =============================================================================================================================== PAGE HEADER ====== */

.header-content { display: flex; flex-wrap: wrap; justify-content: center; }
@media (min-width: 880px) { .header-content { justify-content: space-between; } }
.header-logo { width: 100%; max-width: 380px; }
.header-links { width: 100%; max-width: 400px; display:flex; align-items: flex-end; padding-bottom: 10px; }
.header-contact { margin-top: 0px; width: 100%; display: flex; justify-content: space-between; }


.header-phone {
	height: 42px;
	padding-top: 2px; }
.icon-phone {
	position: relative;
	margin-right: 8px;
    color: #fff;
    font-size: 18px; }
.link-phone { font-size: 18px; }
.link-phone a:link { color: #fff; }
.link-phone a:visited { color: #fff; }
.link-phone a:hover { color: #dea626; }


.header-hours {
	height: 42px;
	padding-top: 0; }
.icon-hours {
	position: relative;
	margin-right: 7px;
    color: #fff;
    font-size: 18px; }
.link-hours {
	font-size: 19px;
	display: inline-block;
	cursor: pointer;
	color: #fff; }
.link-hours:hover { color: #dea626; }


.header-facebook {
	height: 42px;
	padding-top: 0;
	display: none; }
@media (min-width: 500px) { .header-facebook { display: block; } }
.icon-facebook {
	position: relative;
	display: block;
    border-radius: 50%;
	border: transparent;
    background-color: #fff;
    height: 28px;
    width: 28px;
	margin-right: 5px;
    color: #fff;
    font-size: 18px; }
.icon-facebook:hover { background-color: var(--wg-yellow); }
.fa-facebook-f { 
	font-size: 19px;
	color: #3a4556;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); }







/* =============================================================================================================================== FOOTER ====== */
.footer-top { 
	display: flex;
	flex-wrap: wrap;
	justify-content: center; }
@media (min-width: 1234px) { .footer-top{ justify-content: space-between; } }

.footer-menulinks { width: 100%; max-width: 570px; }
.footer-grouplinks { width: 100%; max-width: 570px; }
.footer-grouplinks { width: 100%; max-width: 500px; }


.menulinks-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around; }
.footer-linkscolumn { width: 100%; max-width: 188px; text-align: center; }
@media (min-width: 1234px) { .footer-linkscolumn { text-align: left; } }
.footer-linkscolumn h6 { margin-bottom: 28px; }
.footer-linkscolumn li { margin-bottom: 10px; }



.ourgroup-container {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; 
    border: 1px solid #fff;
    border-radius: 8px; }
.ourgroup-title { width: 100%; text-align: center; }
.group-item p { font-size: 12px; line-height: 1.2rem; margin-bottom: 18px; text-align: center; color: #222; margin-top: 2px; }
.group-item a { color: #3f3f3f; }
.group-item a:hover { color: var(--wg-yellow); }



.footer-bottom { border-bottom: 1px solid grey;  }

.partners-title { width: 100%; margin-top: 40px; text-align: center; }
.partners { display: flex; flex-wrap: wrap; justify-content: space-around; margin: 0 0 40px 0; border: 1px solid #fff; border-radius: 8px; }
@media (min-width: 540px) { .partners { justify-content: space-between; } }

.partner-item { text-align: center; max-width: 146px; margin: 10px 20px 0 20px; }
.partner-item p { font-size: 12px; line-height: 1.2rem; margin-bottom: 5px; color: #3f3f3f; margin-top: 10px; }


.footer-sign-off {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse; }
@media (min-width: 700px) { .footer-sign-off { flex-direction: row; justify-content: space-between; } }

.footer-copyright {
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin-inline: auto;
	font-size: 10px;
	padding-top: 20px; }
@media (min-width: 700px) { .footer-copyright { text-align: left; margin: 0; } }

.footer-sociallinks {
	width: 300px;
	display: flex;
	justify-content: center;
	margin-bottom: 14px;
	margin-inline: auto;
	padding-top: 10px; }
@media (min-width: 700px) { .footer-sociallinks { justify-content: flex-end; margin: 0; } }

.footer-iconlink {
	position: relative;
	display: block;
    border-radius: 50%;
	border: transparent;
    background-color: #3a4556;
    height: 32px;
    width: 32px;
	margin-right: 5px; }

.footer-iconlink:hover { background-color: #dda627; }

.sociallink-westerleigh {
	margin-right: 10px; margin-right: 12px;
    margin-top: 8px;
    font-size: 11px; }

.fa-linkedin-in { 
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); }

.fa-instagram { 
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); }







/* =============================================================================================================================== BANNER AREA ====== */

.hero-banner { 
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	border-radius: 8px;
    overflow: hidden; }




.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    z-index: 0; }

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0; }

.rslides li:first-child {
    position: relative;
    display: block;
    float: left; }

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0; }

.rslides {
    margin: 0 auto; }

.rslides_container {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 6px;
    overflow: hidden; }

.rslides1_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: .7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: url(themes.png) left top no-repeat;
    margin-top: -45px; }

.rslides1_nav:active {
    opacity: 1; }

.rslides1_nav.next {
    left: auto;
    background-position: right top;
    right: 0; }

.rslides2_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91% ; }

.rslides2_nav.next {
    left: auto;
    right: 0; }

.rslides3_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    opacity: .6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(themes.gif) left 50% no-repeat #000;
    width: 38px; }

.rslides3_nav:active {
    opacity: 1; }

.rslides3_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0; }

.rslides1_nav:focus, .rslides2_nav:focus, .rslides3_nav:focus {
    outline: 0; }

.rslides_tabs {
    margin-top: -24px;
    text-align: center; }

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
    z-index: 10;
    position: relative; }


.rslides_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 9px;
    height: 9px; }

.rslides_tabs .rslides_here a {
    background: #222;
    background: rgba(0, 0, 0, .8); }



.caption {
    width: auto;
    position: absolute;
    display: block;
    top: 10%;
    left: 8px;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 3vw;
    text-shadow: 1px 1px 1px #333; }

.caption2 {
    width: auto;
    position: absolute;
    display: block;
    top: 68px;
    left: 48px;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 28px; }


.paging {
    float: left;
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #3a4557; }







/* ======================================================= MODAL ====== */
.modal {
	margin: auto;
	padding: 20px;
	max-width: 480px;
	min-width: 380px;
	border: 0;
	box-shadow: 0 0 10px rgb(0 0 0 / .3);
	border-radius: 10px; }
.modal::backdrop { background: rgb(0 0 0 / .4); }


.button-modal {
	display: block;
	margin-inline: auto;
	cursor: pointer;
    padding: 6px 28px;
	border: none;
	outline: none;
	background-color: var(--wg-lightblue);
    border-radius: 20px;
    font-size: 13px;
	color: #34333A;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out; }

.button-modal:hover {
	background-color: var(--wg-yellow);
	color: #fff; }

	
.opening-times-table > table {
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 12px;
	line-height: 22px;
	min-width: 340px;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
		
.opening-times-table > table th, .opening-times-table > table td {
	padding: 16px 10px 0 10px; }

.opening-times-table > table tbody tr {
	border-bottom: 1px solid #dddddd; }

.opening-times-table > table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3; }
	
.opening-times-table > table tr td:first-of-type {
	font-weight: 600;
	vertical-align: text-top; }


.modal p { font-size: 14px; }
/*.modal tbody { padding: 10px; }*/






/* ============================================================= TABLE LAYOUT ====== */




table { 
    background: #FFF;
    margin-bottom: 1.25em;

	border-collapse: collapse;
    table-layout: auto;
	max-width: 100%;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px; }

table, tbody, tr, td {
	padding: 10px;
    border: 1px solid #DDD; }







/* ============================================================= HOME PAGE LAYOUT ====== */

.wrapper-home {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 40px; }
/* Less than or equal to 900px */
@media (width <= 900px) {.wrapper-home { grid-template-columns: 1fr; } }


.google-review { padding-top: 10px; }
.google-review img { max-width: 380px; }
.google-review p { font-size: 11px; margin-top: 10px; }


.notice-title {
    padding: 2px 10px;
    background-color: var(--wg-mediumblue);
    border-radius: 6px;
    margin-top: 70px;
	margin-bottom: 20px; }
.notice-title h5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0; }


.hr-wrapper { padding: 10px 0 10px 0; }
.hr-wrapper hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }


.home-links-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px; 
	margin-bottom: 20px; }
@media (min-width: 1074px) { .home-links-wrapper { margin-bottom: 60px; } }

.homelink {
	border-radius: 16px;
	overflow: hidden; }
					
.homelink-image	{ }
.homelink-text { padding-left: 10px; }
.homelink-text h5 { color: #fff; }

.home-links-wrapper > div:nth-child(1) { background-color: var(--wg-darkblue); border: 2px solid var(--wg-darkblue); }
.home-links-wrapper > div:nth-child(2) { background-color: var(--wg-mediumblue); border: 2px solid var(--wg-mediumblue); }
.home-links-wrapper > div:nth-child(3) { background-color: var(--wg-yellow); border: 2px solid var(--wg-yellow); }


.sidebar-title {
	padding: 2px 10px;
	background-color: var(--wg-darkblue); 
	border-radius: 6px;
	margin-bottom: 20px; }
.sidebar-title h5 { color:#fff; margin-top: 0; margin-bottom: 0; }
	
.sidebar-iconlink {
	display: flex;
	margin-top: 20px; }
.sidebar-iconlink h5 { margin-top: 0; margin-bottom: 0; }
	
.sidebar-iconlink-image {  
	width: 76px;
    margin-right: 14px; }

.sidebar-iconlink-details {
    width: 210px; }
	




	
	
/* ========================================================== CONTACT PAGE LAYOUT ====== */


.wrapper-contact {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 40px; }
/* Less than or equal to 900px */
@media (width <= 900px) {.wrapper-contact { grid-template-columns: 1fr; } }


.contact-address {  }

.contact-form {  }

.contact-directions {  }


.map-responsive {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    height: 0;
	border: 1px solid #bfbcb3;
	border-radius: 6px; }

.map-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.surveylinks { margin-bottom: 20px; }
.surveylinks li { line-height: 24px; }





/* =============================================================== FORM STYLES ====== */

.name2 { display: none; }

.container-form { margin-left: 0; }
.section-form { margin-left: 0; }
.section-form-submit { width: 97%; }
.container-button { text-align: right; }


.section-form-title {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.section-title-left {
    min-width: 200px; }

.section-title-right {
    min-width: 200px; }

.section-form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }





.column-form-half {
    margin-left: 40px;
    margin-bottom: 12px;
    margin-right: 22px;
    width: 100%; }
@media screen and (min-width: 1120px) {
.column-form-half { width: 44%; }
}


.column-form-half-small {
    margin-left: 40px;
    margin-bottom: 12px;
    margin-right: 22px;
    width: 100%; }
@media screen and (min-width: 1120px) {
.column-form-half-small { width: 42%; }
}




.column-form-half-contained {
    margin-left: 40px;
    margin-bottom: 12px;
    width: 84%; }

.column-form-full {
    margin-left: 40px;
    margin-bottom: 12px;
    width: 92%; }

.form-stack {
    margin-bottom: 10px;
    width: 100%; }
@media screen and (min-width: 1120px) {
.form-stack { width: 49%; }
.stack-left { margin-left: 20px; }
}

.stack-left .stack-right { margin: 0; }


.column-form-max {
    margin-left: 0px;
    margin-bottom: 12px;
    width: 100%; }

.formstyle label {
    padding: 6px 0px 6px 0px;
	margin-bottom: 0px;
    font-size: 14px;
    color: #4d4d4d; }

.inputstyle {
	padding: 8px;
	border-radius: 4px;
	margin-bottom: 0px;
	border: 1px solid #ccc;
    width: 100%; }

.inputstyle-short {
	padding: 8px;
	border-radius: 4px;
	margin-bottom: 0px;
	border: 1px solid #ccc;
    width: 64%; }

.form-button {
    background-color: #6c8aa3; /* Light Blue */
    border: 0px solid #999;
    border-radius: 16px;
    padding: 7px 26px 6px 26px;
    margin: 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    cursor: pointer;
    display: inline-block;
    box-shadow: 1px 2px 8px #888888; }

.form-button:hover {
    background-color: #e6b646; /* Yellow */
    color: #555; }



input[type=checkbox] {
    transform: scale(1.5);
}


.form-section-item {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between; }







/* ========================================================NEWS & EVENTS LAYOUT ====== */


.grid-container-blog {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
	gap: 40px; }
	


.blogitem {
	padding: 8px;
    border: 1px solid #eee;
	border-radius: 6px; }

/* Less than or equal to 568px */
@media (width <= 658px) {.blogitem { max-width: 563px; } }

/* Between 658px and 960px */
@media (658px <= width <= 960px) { .blogitem { max-width: 412px; } }

/* Between 960px and 1260px */
@media (960px <= width <= 1260px) { .blogitem { max-width: 360px; } }

/* Greater than or equal to 1200px */
@media (width >= 1260px) { .blogitem { max-width: 360px; } }



.blogitem img {
    border: 1px solid #eee;
	border-radius: 4px; }

.blogitem p {
	margin-bottom: 4px; }

.blogitem-post-image {
	padding: 8px;
    border: 1px solid #eee;
    border-radius: 6px;
	margin-bottom: 20px; }

.blogitem-post-image img {
    border: 1px solid #eee;
	border-radius: 4px; }

.blogitem-home {
	margin-bottom: 30px;
	max-width: 480px; }

.blogitem-home-image-link-wrapper {
	display: flex; }

.blogitem-home-image {
    border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden; }

.blogitem-home-link {
	min-width: 90px;
	background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 7px, transparent 7px) 0% 0%/8px 8px no-repeat,
				radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 7px, transparent 7px) 100% 0%/8px 8px no-repeat,
				radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 7px, transparent 7px) 0% 100%/8px 8px no-repeat,
				radial-gradient(circle at 0 0, #ffffff 0, #ffffff 7px, transparent 7px) 100% 100%/8px 8px no-repeat,
				linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 16px) no-repeat,
				linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 2px) no-repeat,
				linear-gradient(90deg, #fdfdfd 0%, #adadad 100%);
	border-radius: 8px;
	padding: 5px;
	display: grid;
	place-items: center; }

.blogitem-home h5 {
	margin-top: 6px;
	margin-bottom: 6px; }

.blogitem-home p {
	font-size: 12px;
	margin-bottom: 0; }

.home-blog-link p:hover { color: #dda627; }




.eventitems-list {
	margin-bottom: 60px; }

.eventitem-page {
	display: flex;
	flex-wrap: wrap;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 8px; }

.eventimage-page {
	width: 100%;
	margin-right: 20px; }

/* Less than or equal to 568px */
@media (width <= 658px) {.eventimage-page { max-width: 563px; } }


/* Between 960px and 1260px */
@media (658px <= width <= 1260px) { .eventimage-page { max-width: 342px; } }

/* Greater than or equal to 1200px */
@media (width >= 1260px) { .eventimage-page { max-width: 342px; } }


.eventimage-page img {
    border: 1px solid #eee;
	border-radius: 4px; }

.eventheading-page {
	width: 100%;
	max-width: 700px; }

.event-date { margin-bottom: 4px; }





/* ======================================================== GALLERY ====== */

.grid-container-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(164px, 1fr));
	gap: 18px; }


.gallerytitle {
	margin-top: 40px;
	margin-bottom: 12px; }

.gallery-item {
	padding: 4px;
    border: 1px solid #ccc;
	border-radius: 6px; }

.gallery-item img {
	border-radius: 5px; }

/* FLEXBOX GALLERY */
/*
.mini-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 12px; }

.mini-gallery-item {
	padding: 4px;
    border: 1px solid #ccc;
	width: 100%;
	max-width: 174px; }
*/



.blog-textandimage {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    gap: 20px; }
@media (width <= 940px) {.blog-textandimage { justify-content: center; } }


.textandimage-text {
	width: 48%;
	max-width: 360px; }
@media (width <= 940px) {.textandimage-text { width: 100%; } }


.textandimage-image {
	width: 48%;
	max-width: 360px; }
@media (width <= 940px) {.textandimage-image { width: 100%; } }




/* ============================================== BUTTONS ====== */


/* This is for the Shop */
.button-yellow {
    padding: 8px 28px;
    border-radius: 20px;
    border: 2px solid #dda627;
    font-size: 13px;
	background-color: #fff;
	color: #34333A;
    transition: all 0.3s ease-in-out; }
	
.button-yellow:hover {
	background-color: #dda627;
	color: #fff; }




.button-blue {
    background-color: var(--wg-darkblue);
    border: 0px solid var(--wg-darkblue);
    border-radius: 16px;
    padding: 6px 18px 6px 18px;
    margin: 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    cursor: pointer;
    box-shadow: 1px 2px 4px var(--lightgreybackground); }

.button-blue:hover {
    background-color: #dea626;
	color: #34333A; }












/* ========================================================== ACCORDIAN STYLES ====== */



#tabbedpanels1, #tabbedpanels2 {
    width: 100%; }

#tabbedpanels1 div, #tabbedpanels2 div {
    padding: 8px;
    margin-bottom: 20px; }

#tabbedpanels1 li, #tabbedpanels2 li {
    list-style: outside;
    margin-left: 16px;
    width: 98%;
    margin-top: 4px;
	line-height: 1.3rem; }


#tabbedpanels1 h3 a, #tabbedpanels2 h3 a {
    width: 100%;
    position: relative;
    padding: 4px 4px 4px 34px;
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
	display: block; }

#tabbedpanels1 h3 a:before, #tabbedpanels2 h3 a:before {
    position: absolute;
    content: '+';
    top: -2px;
    left: 12px;
    font-size: 24px;
	font-weight: 300; }



#tabbedpanels1 .open a, #tabbedpanels2 .open a {
    width: 100%;
    position: relative;
    padding: 4px 4px 4px 34px;
	background-color: var(--wg-mediumblue);
    color: #fff;
    border-radius: 6px; }


#tabbedpanels1 .open a:before, #tabbedpanels2 .open a:before {
    position: absolute;
    content: '-';
    top: -2px;
    left: 12px;
    font-size: 24px;
	font-weight: 300; }


.tabbedpanels-title {
	margin-bottom: 16px !important; 
    margin-top: 16px !important; }








/* ========================================================== MEMORIAL BROCHURE DOWNLOADS ====== */

.downloads { width: 100%; }

.download-intro { width: 100%; }

.download-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 40px; }

.downloadtab {
    padding: 0px;
    border: 1px solid #bbb;
    background-color: #ccc;
    float: left;
    clear: both;
    color: #FFF;
    border-radius: 8px;
    max-width: 400px;
    margin-top: 24px;
    margin-right: 10px;
    margin-bottom: 24px;
    margin-left: 10px;
    /*margin-left: 60px;*/
    position: relative; }

.downloadtab img {
    padding: 0px;
    float: left;
    color: #FFF;
    width: 36%;
    margin-right: 20px;
    -ms-transform: rotate(-7deg);/* IE 9 */
    -webkit-transform: rotate(-7deg);/* Chrome, Safari, Opera */
    transform: rotate(-7deg);
    box-shadow: 1px 2px 8px #888888; }

.downloadname {
    padding: 12px;
    margin: 12px 12px 12px 24px;
    color: #445868;
    font-size: 16px; }

.downloadtab::after {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
    content: "\f358";
    position: absolute;
    font-size: 38px;
    bottom: 6px;
    right: 6px;
	color: #fff; }

.downloadtab:hover::after {
	color: var(--wg-yellow); }








/* =============================== BOOK OF REMEMBRANCE - MEMORIAL SQUARE ====== */

.bor-image-squares {
	display: flex; }

.memorialsquare {
    width: 100%;
	max-width: 240px;
    border: 1px solid #ccc;
    padding: 4px;
    margin-right: 4px;
    line-height: 0px;
text-align: center; }

.memorialsquare:first-child { margin-right: 20px; }

.memorialsquare img { margin-bottom: 10px; }










/* ========================================================== MEMORIAL ADVISOR ====== */

.memorial-advisor {
    margin: 0px 0px 40px 0px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #f2f2f2;
    border-radius: 20px;
    align-items: center; }

@media screen and (min-width: 900px) {
.memorial-advisor { margin: 0px 80px 40px 80px; }
}

.memorial-advisor-image {
    border: 1px solid #ccc;
    padding: 4px;
    margin: 20px 40px 20px 40px;
    line-height: 0px;
    max-width: 300px;
    border-radius: 4px;
    background: #fff; }

.memorial-advisor-text {
    padding: 4px;
    margin: 20px 40px 20px 40px;
    max-width: 410px; }







/* ========================================================== PERSONALISATION ====== */


.personalisation-option-left-right {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 0 40px;
	align-items: center;
    justify-items: center; }
/* Less than or equal to 800px */
@media (width <= 800px) {.personalisation-option-left-right { grid-template-columns: 1fr; } }


.personalisation-option-right-left {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 0 40px;
	align-items: center;
    justify-items: center;
	direction: rtl; }
/* Less than or equal to 800px */
@media (width <= 800px) {.personalisation-option-right-left { grid-template-columns: 1fr; } }



.personalisation-option-intro-image { max-width: 240px; margin: 0; }

.personalisation-option-intro-image img { display: block; border-radius: 8px; }

.personalisation-option-details { width: 100%; max-width: 780px; }

.personalisation-option-title {
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: 2px; }

.personalisation-option-description { display: block; }

.personalisation-examples-title {
    width: 100%;
    margin: 10px 0 5px 0; }

.personalisation-item-title {
	font-size: 13px;
	text-align: center;
	margin-bottom: 0.6rem; }



.personalisation-examples-all {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	gap: 20px; }
@media screen and (min-width: 600px) { .personalisation-examples-all { flex-wrap: nowrap; } }

.personalisation-examples-all-infills {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	gap: 20px; }
@media screen and (min-width: 800px) { .personalisation-examples-all-infills { flex-wrap: nowrap; } }


.personalisation-example-2 { max-width: 300px; }
.personalisation-example-2 img { border-radius: 6px; }

.personalisation-example-4 { max-width: 150px; }
.personalisation-example-4 img { border-radius: 6px; }

.personalisation-example-8 { max-width: 150px; }
.personalisation-example-8 img { border-radius: 6px; }

















/* ===================================================== ASHES IN SPACE ====== */

.ashes-intro-left-right {
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 0 40px;
	align-items: center;
    justify-items: center; }
/* Less than or equal to 800px */
@media (width <= 800px) {.ashes-intro-left-right { grid-template-columns: 1fr; } }


.ashes-intro-right-left {
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 0 40px;
	align-items: center;
    justify-items: center;
	direction: rtl; }
/* Less than or equal to 800px */
@media (width <= 800px) {.ashes-intro-right-left { grid-template-columns: 1fr; } }

.auratitle {
    display: block;
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: 2px;
	margin-bottom: 20px; }

.auraimage img {
    display: block;
    border-radius: 16px; }

.ashes-download-container {
    display: flex;
    justify-content: center; }









/* ===================================================== ASHES IN VINYL ====== */

.vinyl-intro-left-right {
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 0 40px;
	align-items: center;
    justify-items: center; }
/* Less than or equal to 800px */
@media (width <= 800px) {.vinyl-intro-left-right { grid-template-columns: 1fr; } }


.vinyl-intro-right-left {
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 0 40px;
	align-items: center;
    justify-items: center;
	direction: rtl; }
/* Less than or equal to 800px */
@media (width <= 800px) {.vinyl-intro-right-left { grid-template-columns: 1fr; } }

.vinyltitle {
    display: block;
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: 2px;
	margin-bottom: 20px; }

.vinylimage img {
    display: block;
    border-radius: 50%; }

.vinyl-download-container {
    display: flex;
    justify-content: center; }

.vinyl-examples-body {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-evenly; }

.vinyl-examples-list {
	width: 100%;
	max-width: 300px; }







/* ===================================================== MEDIA KEEPSAKES ====== */

.media-intro-left-right {
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 0 40px;
	align-items: center;
    justify-items: center; }
/* Less than or equal to 800px */
@media (width <= 800px) {.media-intro-left-right { grid-template-columns: 1fr; } }


.media-intro-right-left {
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 0 40px;
	align-items: center;
    justify-items: center;
	direction: rtl; }
/* Less than or equal to 800px */
@media (width <= 800px) {.media-intro-right-left { grid-template-columns: 1fr; } }

.mediatitle {
    display: block;
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: 2px;
	margin-bottom: 20px; }








/* ===================================================================== MEMORIALS ====== */


.memorial-intro-left-right {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 0 40px;
	align-items: center;
    justify-items: center; }
/* Less than or equal to 800px */
@media (width <= 800px) {.memorial-intro-left-right { grid-template-columns: 1fr; } }

.memorial-intro-right-left {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 0 40px;
	align-items: center;
    justify-items: center;
	direction: rtl; }
/* Less than or equal to 800px */
@media (width <= 800px) {.memorial-intro-right-left { grid-template-columns: 1fr; } }

.memorial-intro-title {
    display: block;
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: 2px;
	margin-bottom: 20px; }

.memorial-intro-image img {
    display: block;
    border-radius: 16px; }






.memorialcategories-borderyellow {
    width: 100%;
    background-color: #fff;
    border: 8px solid #F5CB88;
    border-radius: 24px;
	padding: 30px; }

.memorialcategories-wrapper {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }

.memorial-category {
    width: 100%;
    max-width: 400px;
    margin: 40px 16px 10px 16px;
    background-color: #fff; }
@media screen and (min-width: 760px) { .memorial-category { max-width: 220px; } }
@media screen and (min-width: 848px) { .memorial-category { max-width: 260px; } }
@media screen and (min-width: 1044px) { .memorial-category { max-width: 196px; } }

.memorial-category img {
	display: block;
	border-radius: 50%; }

.memorial-category p {
	text-align: center;
	margin-top: 10px; }







.memorial-options-wrapper {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px; }
@media screen and (min-width: 1000px) { .memorial-options-wrapper { padding: 0 20px; } }

.optionscontainer-thirdpage {
    width: 100%;
    max-width: 400px;
    max-height: 740px;
    margin: 0 auto 40px auto;
    background-color: #fff; }
@media screen and (min-width: 760px) { .optionscontainer-thirdpage { max-width: 320px; } }
@media screen and (min-width: 1000px) { .optionscontainer-thirdpage { max-width: 260px; } }

.option-icon {
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative; }

.option-icon img {
    border-radius: 50%;
	max-width: fit-content; }

.option-image {
    margin-top: -26px;
    margin-bottom: 10px; }

.option-image img {
    display: block;
    border-radius: 8px; }

.option-title {
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: 2px;
	margin-bottom: 12px; }




.item-options {
    display: flex;
    justify-content: space-between;
    margin-top: 10px; }

.item-icons {
	display: flex;
    max-width: 160px;
    height: 32px; }

.item-icons img {
    max-width: 32px;
    height: 100%;
    object-fit: cover;
	margin-right: 4px; }

.item-link {
    width: 180px;
    max-height: 32px;
    text-align: end; }



.icon-options-wrapper {
    display: flex;
	flex-wrap: wrap;
    margin-bottom: 12px; }

.icon-item-key {
	display: flex;
    height: 32px;
    align-items: center;
    padding-right: 48px;
    margin-top: 8px; }

.icon-image img {
    max-width: 32px;
    height: 100%;
    object-fit: cover; }

.icon-name p {
	margin: 4px 0 4px 8px; }





.memorial-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }


.memorialitem-halfpage {
    width: 100%;
    max-width: 400px;
    max-height: 560px;
    margin: 0 20px 80px 20px;
    background-color: #fff; }

.memorialitem-title {
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: 2px;
	margin-bottom: 10px; }

.memorialitem-description p {
	font-size: 16px;
	margin: 0; }


.memorialitem-attributes { display: flex; }

.memorialitem-attributeheading { width: 70px; }

.memorialitem-attributeheading p { font-size: 14px; font-weight: 600; }

.memorialitem-attributedetail { width: 100%; max-width: 300px; }

.memorialitem-attributedetail p { font-size: 14px; }

.memorialitem-options {
    display: flex;
    justify-content: space-between;
    margin-top: 10px; }


.memorialitem-icons {
	display: flex;
    max-width: 160px;
    height: 32px; }

.memorialitem-icons img { margin-right: 4px; }

.memorialitem-link {
    width: 180px;
    max-height: 32px;
    text-align: end; }









/* ===================================================== PROMOTION-10 ====== */

.promo-grid-container-4col {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 30px;
	justify-content: center;
	width: 100%;
	padding: 30px; }
	
.promo-grid-container-5col {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
	gap: 30px;
	justify-content: center;
	width: 100%;
	padding: 30px; }


.promo-wrapper { border-radius: 10px; }
.promoitem-wrapper { border-radius: 12px; }
.promoitem-wrapper img { display: block; border-radius: 10px; }
		
.optiontext {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    color: #fff;
    font-weight: 300;
    margin-left: 6px; }
	
.promoitem-footertext {
	text-align: center;
	margin-top: 10px;
    padding-bottom: 10px;
	padding-inline: 16px; }
	
.promoitem-footertext p {
	font-size: 12px;
	line-height: 1.5em; }
	
.promotion-termstext li {
    list-style: outside;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 1.5em;
    padding-bottom: 6px; }




















/* ========================================================== LISTS ====== */

/*
container li {
	list-style-type: disc;
	margin: 0 0 10px 40px; }
}
*/

.maintext li {
	list-style-type: disc;
	margin: 0 0 10px 40px; }
}



.returns-list { margin-bottom: 20px; margin-left: 20px; }
.returns-list li { margin-bottom: 10px; }
.returnsform { max-width: 640px; }

.table-terms-conditions { margin: 20px; }
.table-terms-conditions td { padding: 20px; }

.list-terms-conditions-1 li { line-height: 1.5em; margin: 0 0 10px 20px; }
.list-terms-conditions-2 li { line-height: 1.5em; margin: 0 0 8px 40px; }
.list-terms-conditions-3 li { line-height: 1.5em; margin: 0 0 8px 60px; }





.liststyle-1 li {
	list-style-type: disc;
	margin: 0 0 10px 40px; }


.liststyle-2 li {
	list-style-type: circle;
	margin: 0 0 10px 40px; }









/* ============================================ MISCELLANEOUS UTILITIES ======  */

.cta-booking-text-top {
	display: flex; }

.cta-booking-text-top img {
    width: 100%;
    max-width: 48px;
    height: fit-content;
    margin-top: 20px;
	margin-right: 20px; }

.cta-booking-text-bottom { }

.cta-booking-text {
	font-family: 'opensans', sans-serif;
    font-size: 18px;
    color: #6c8aa3;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 14px;
    font-style: italic;
    line-height: 28px;
    letter-spacing: 0px; }








/* ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ======  */
/* ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ====== PAGES ======  */




/* === COMMON ELEMENTS === */

.grid-container-3col {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 40px;
	justify-content: center;
	width: 100%;
	padding: 40px; }

.grid-container-4col {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
	gap: 40px;
	justify-content: center;
	width: 100%;
	padding: 40px; }
	
.promotion-termstext li {
    list-style: outside;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 1.5em;
    padding-bottom: 6px; }

.featurecontainer-borderyellow { }
.featurecontainer-bgmediumblue { }
.featurecontainer-bgdarkblue { }









/* === CREMATION MEMORIALS PAGE === */
	
.featurecontainer-cremationmemorials { 
	border-radius: 24px;
	border: 12px solid #F5CB88; }

.featurecontainer-cremationmemorials-header {
	margin: 40px 40px 0 40px; }

.cremationmemorials-itemwrapper { padding: 18px; }
.cremationmemorials-itemwrapper img {
	border-radius: 50%;
	border: 4px solid #fff;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out; }
.cremationmemorials-itemwrapper img:hover {
	border: 4px solid var(--wg-yellow); }
.cremationmemorials-itemwrapper p {
	margin-top: 10px;
	margin-bottom: 0; }




.flexwrapper-lr {
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
	flex-direction: column;
	align-items: center; }
@media screen and (min-width: 800px) { 
.flexwrapper-lr { flex-direction: row; justify-content: space-between; } }

.flexwrapper-rl {
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
	flex-direction: column;
	align-items: center; }
@media screen and (min-width: 800px) { 
.flexwrapper-rl { flex-direction: row-reverse; justify-content: space-between; } }

.flexitem-onequarter {
	max-width: 300px; }
@media screen and (min-width: 900px) { .flexitem-onequarter { max-width: 25%; } }
@media screen and (min-width: 1000px) { .flexitem-onequarter { max-width: 20%; } }
.flexitem-onequarter img { border-radius: 12px; }
.flexitem-threequarters { flex: 1; }

.cremationmemorials-itemtitle {
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: 2px;
	margin-bottom: 18px; }
.cremationmemorials-itemdescription {
    display: block; }




.flexwrapper-options {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-evenly; }

.flexitem-option {
	max-width: 88%;
    margin: 20px 10px; }
@media screen and (min-width: 540px) { .flexitem-option { max-width: 66%; } }
@media screen and (min-width: 740px) { .flexitem-option { max-width: 44%; } }
@media screen and (min-width: 934px) { .flexitem-option { max-width: 25%; } }
.flexitem-option img { border-radius: 12px; }

.option-icon-main {
	width: 52px;
	margin-inline: auto; 
	position: relative; }
.option-icon-main img {
	border-radius: 50%; }

.option-image-thirdpage { margin-top: -26px; margin-bottom: 10px; }
.option-image-thirdpage img { border-radius: 12px; }

.option-itemtitle {
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: 2px;
	margin-bottom: 18px; }

.option-itemdescription {
    display: block; }

.yellow-horozontal-bar {
    background-color: #F5CB88;
    width: 100%;
    max-width: 470px;
    height: 64px;
    border-radius: 32px 0 0 32px;
	margin-left: auto;
    padding-left: 8px;
    display: flex; }	
	
.options-engraved {
    display: flex;
    align-items: center; }

.options-engraved img {
	width: 52px;
    border-radius: 50%; }

.option-engraved-note p {
	margin-bottom: 0;
	margin-left: 20px; }








/* === PROMO 20 PAGE === */

.featurecontainer-promo20 { border-radius: 12px 12px 0 0; }

.featurecontainer-promo20-footertext {
	border-radius: 0 0 12px 12px;
	text-align: center;
	margin-top: -16px;
    padding-bottom: 10px;
	padding-inline: 16px; }

.featurecontainer-promo20-footertext p {
	font-size: 12px;
	line-height: 1.5em; }

.promo20-itemwrapper { border-radius: 12px; }
.promo20-itemwrapper img { display: block; border-radius: 12px; }

.promo20-itemheading {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #fff;
    font-weight: 400;
    margin-left: 12px; }

.promo20-offerdatetext {
	font-family: 'Encode Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
	color: #6c8aa3; }





	


/* === MEMORIALS ONLINE PAGE === */
	
.grid-container-5col {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
	gap: 30px;
	justify-content: center; }
		
.card {
	background-color: white;
	border-radius: 8px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, .2);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 100%; }

.card-image {
	 background-color: grey; }
	
.card-content {
	padding: 10px 10px 10px 10px; 
	text-align: center;
	flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: space-between; }
	
.card-details { display: block; }
	
.card-button { padding: 8px 0; }
	
.card-details p { font-family: 'opensans', sans-serif; font-size: 14px; color: #333333; font-weight: 600; margin-bottom: 10px; }














