/* CSS Document */




/* ====== 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; }




/* ====== FONT STYLES ====== */
body { 
	font-family: 'opensans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #34333A; }

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

h1 { font-family: 'opensans', sans-serif; font-size: 28px; color: #3a4556; font-weight: 400; margin-bottom: 16px; }
h2 { font-family: 'opensans', sans-serif; font-size: 22px; color: #6c8aa4; font-weight: 600; margin-bottom: 16px; }
h3 { font-family: 'opensans', sans-serif; font-size: 20px; color: #333; font-weight: 400; margin-bottom: 16px; }
h4 { font-family: 'opensans', sans-serif; font-size: 14px; color: #34333A; font-weight: 600; margin-bottom: 6px; margin-top: 26px; }
h5 { font-family: 'opensans', sans-serif; font-size: 24px; color: #34333A; font-weight: 600; margin-bottom: 10px; }
h6 { font-family: 'opensans', sans-serif; font-size: 14px; color: #34333A; font-weight: 600; margin-bottom: 10px; }




/* ====== LINK STYLES ====== */
/* unvisited link */
a:link { color: #34333a; }
/* visited link */
a:visited { color: #34333a; }
/* mouse over link */
a:hover { color: #dda627; }
/* selected link */
a:active { color: #34333a; }

.text-link { font-weight: 600; }



/* ====== STRUCTURAL SELECTORS ====== */
header    { width: 100%; background-color: #3a4556; margin-bottom: 6px; margin-top: 36px; }
@media (min-width: 600px) { header { margin-top: 0; } }

nav       { width: 100%; background-color: #d4dce1; margin-bottom: 6px; z-index: 10; }
main      { display: block; }
sidebar   { display: block; }
footer    { width: 100%; background: #d4dce1; }
section   { width: 100%; }
row       { display: flex; width: 100%; min-height: 260px; }

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



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

.mb-20 { margin-bottom: 20px; }
.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; }



.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; }


/* ====== RESPONSIVE LAYOUT ====== */
.area-flexwrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 1em; }

.area-three-thirds { width: 100%; }
.area-two-thirds { flex-basis: 600px; flex-grow: 9999; }
.area-one-third { flex-basis: 300px; flex-grow: 1; }

.areas-reverse { flex-direction: column-reverse; }
@media (min-width: 970px) { .areas-reverse { flex-direction: row-reverse; } }







/* ====== PAGE HEADER ====== */
.header-section { display: flex; flex-wrap: wrap; justify-content: center; }
@media (min-width: 860px) { .header-section { justify-content: space-between; } }

.header-logo { width: 100%; max-width: 380px; }
.header-links { width: 100%; max-width: 380px; }
.header-contact { display: flex; justify-content: flex-end; margin-top: 18px; margin-bottom: 12px; }
.header-search { margin-bottom: 20px; visibility: hidden; }


.header-sociallinks { display: flex; visibility: hidden; }

.header-iconlink {
	position: relative;
	display: block;
    border-radius: 50%;
	border: transparent;
    background-color: #6c8aa4;
    height: 32px;
    width: 32px;
	margin-left: 8px; }

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


.header-telephone { font-size: 22px; padding: 0 40px; }
.header-telephone a:link { color: #fff; }
.header-telephone a:hover { color: #dea626; }


.search {
	width: 100%;
	position: relative;
	display: flex; }

.searchTerm {
	width: 100%;
	margin-left: 110px;
	margin-right: 0;
	border: transparent;
  	padding-left: 10px;
  	height: 32px;
  	border-radius: 16px;
  	outline: none;
  	color: #34333A; }

.searchTerm:focus{ color: #34333A; }

.searchButton {
	position: absolute;
	left: calc(100% - 32px);
 	width: 32px;
 	height: 32px;
 	border-radius: 50%;
	border: transparent;
    background-color: #6c8aa4;
  	text-align: center;
  	color: #fff;
  	cursor: pointer;
 	font-size: 16px; }

.searchButton:hover { background-color: #dda627; }







/* ====== NAVIGATION ====== */
.navigation {
	width: 100%;
    height: 0; }
@media (min-width: 600px) { 
.navigation {
	height: 30px;
	background-color: #d4dce1;
	margin-bottom: 6px;  } }







/* ====== BANNER / SLIDER ====== */
.banner-area {  }

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

.banner-image {  }

.banner-box {
	position: absolute;
	padding: 60px; 
	background-color: aqua;
	bottom: 0;
	right: 0; }






/* ====== CATEGORY LINKS ====== */
.cards-all {
	display: flex;
    flex-wrap: wrap;
    gap: 38px;
	justify-content: center;
	padding: 40px 0 80px 0; }

.card-memorialcategory {
    display: flex;
    flex-direction: column;
	justify-content: flex-end;
    padding: 20px;
    width: 100%;
	max-width: 260px;
	aspect-ratio: 4 / 5;
	border-radius: 8px;
	text-align: center; }
    

.background-image-01 { 	background-image: url("../images/card001a.jpg"); }
.background-image-02 { 	background-image: url("../images/card002.jpg"); }
.background-image-03 { 	background-image: url("../images/card003a.jpg"); }
.background-image-04 { 	background-image: url("../images/card004a.jpg"); }


.background-image-effect {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
    isolation: isolate;
    overflow: hidden; }

.background-image-effect::before {
    content: "";
    position: absolute;
    inset: 0;
	top: 80px;
    z-index: -1;
    background: linear-gradient(0deg, rgb(255 255 255 / 0.7), rgb(255 255 255 / 0)); }


.card-boxshadow { box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, .2); }

.card-boxshadow:hover { box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .2); cursor: pointer; }


.button-shopnow { 
	display: inline-block;
	width: 122px; 
	padding: 8px 28px;
	border-radius: 20px;
	border: 2px solid #dda627;
	font-size: 13px;
	color: #34333A;
	margin-inline: auto; }
.button-shopnow:hover { background-color: #dda627; }







/* ====== FOOTER ====== */
.footer-top { 
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 1em; }
.footer-menulinks { flex-basis: 500px; flex-grow: 9999; margin-top: 18px; margin-bottom: 20px;}
.footer-grouplinks { flex-basis: 400px; flex-grow: 1; max-width: 400px; margin-inline: auto; }

.menulinks-container { display: flex; justify-content: space-around; }

.footer-linkscolumn { width: 100%; max-width: 230px; }
.footer-linkscolumn h5 { margin-bottom: 20px; }
.footer-linkscolumn li { margin-bottom: 10px; }


.ourgroup-title { width: 100%; text-align: center; }

.ourgroup {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; 
    border: 1px solid #fff;
    border-radius: 8px; }

.group-item p { font-size: 12px; line-height: 1.2rem; margin-bottom: 5px; text-align: center; color: #222; margin-top: 10px; }
.group-item a { color: #3f3f3f; }
.group-item a:hover { color: #777; }



.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: 15px; }
@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-sociallinks-menu {
	width: 120px;
	display: flex;
	margin-left: -12px; }


.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; }






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

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

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

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

















