:root {
    --scriptFont: 'segoe_scriptregular';
    --font: "Inter", sans-serif;
    --headingFont: "Fraunces", serif;
}

@font-face {
    font-family: 'segoe_scriptregular';
    src: url('../upload/files/fonts/segoesc.woff2') format('woff2'),
         url('../upload/files/fonts/segoesc.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {background: #fffffc; color: #222}
.container {background:#fffffc;}
.head-container {border-bottom: 1px solid #f4f0e3;background:#fffffc;}
.topnav-container, .navbar-default {background:#fffffc;}
.topnav-container.container-fluid {padding-left:0px;padding-right:0px;}
.topnav-container .container-fluid {padding-left:0px;padding-right:0px;}
h1, h2, h3, h4, h5, h6 {color: #222;}
.cartHeader, .confirmTell {color: #222;}

.addressData a, .addressData a:visited {color:#222;}
.addressData a:hover{color:#735b69}

.navbar-default .navbar-nav>li>a { color: #fff;}
.navbar-default .navbar-nav>li>a.current, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {color: #fff;}

.catNavigator dt {color:#333;text-transform:none;font-size:16px;font-weight:300}
.catNavigator dd, .catNavigator a:link, .catNavigator a:visited { color:#222}
.catNavigator a:hover, .catNavigator a:focus, .catNavigator a.current { color: #735b69; text-decoration:none}

#leftNavigator {padding-top:15px;}
.leftExtras {display:none;}

#leftNavigator dl {background:none;border:1px solid #ede5e9;margin-bottom:10px;max-width:90%;border-radius:2px;}
#leftNavigator dl:first-child dt {background:#735b69;padding:1rem;color:#fff;border-radius:2px;border:0px;}
#leftNavigator dl:first-child {padding:5px;}
#leftNavigator dl dt {padding:1rem;border-bottom: 1px solid #ede5e9;}
.catNavigator dd {padding-left:1rem;}

.leftCart dt {font-size:0px;}
.leftCart dt::after {
    content:'Shopping Cart';
    font-size:16px;
    display:block;
}

.panel{background: #fcfcfc;border: 1px solid #dadada;color:#222;}
.panel:hover{background:#fcfcfc;border:1px solid #909090;}
.designButton:hover, .designButton:focus, .designItems, .catImages:hover {  background: #fcfcfc; border: 1px solid #909090;color: #222; text-decoration:none}
.newsPanel:hover{  background: #fcfcfc; border: 1px solid #909090;color: #222; text-decoration:none}
.panel-heading h2 {color:#222;}

.designButton img {max-height:none;border-radius:2px;width:320px;height:300px;object-fit:cover;object-position:50% 50%;}
.designButton {border:1px solid #ede5e9;background:none;border-radius:5px;}
.designButton:hover {border:1px solid #735b69;background:none;color:#222;}
.designButton .panel-body {padding:10px;}
.designButton .title {font-weight:300;margin-top:1rem;font-size:1.7rem;text-align:center;font-family:var(--headingFont);}
.designButton .price {text-align:center;font-weight:300;font-size:1.3rem;margin-top:5px;margin-bottom:5px;}

.designButton .price::before {
    content:'';
    display:inline-block;
    width:15px;
    height:1px;
    background:#333;
    margin-right:10px;
    position:relative;
    top:-3px;
    transition:0.5s all;
}
.designButton .price::after {
    content:'';
    display:inline-block;
    width:15px;
    height:1px;
    background:#333;
    margin-left:10px;
    position:relative;
    top:-3px;
    transition:0.5s all;
}
.designButton:hover .price::before, .designButton:hover .price::after {
    width:25px;
}
.price:has(.telToOrderLabel)::after, .price:has(.telToOrderLabel)::before {display:none;}

.catImages .panel-body {padding:10px;}
.catImages {background:none;border:1px solid #ede5e9;box-shadow:none;border-radius:2px;}
.catImages:hover {border:1px solid #735b69;background:none;}
.catImages .img-responsive {max-height:none;border-radius:2px;width:320px;height:330px;object-fit:cover;object-position:50% 50%;}
.catImages .panel-heading {position:absolute;padding:0px;display:flex;align-items:flex-end;justify-content:center;width: 93%;height:100%;}
.catImages .panel-heading h2 {background:#38524a;padding:1rem 2rem;color:#fff;text-transform:none;font-size:1.5rem;margin-bottom:30px;}

h1.title, h2.title {color:#222;}
h1.title::before, h1.title::after, h2.title::before, h2.title::after {border-bottom:1px solid #DADADA;}

.footerContainer {border-top: 0px solid #5c604D;background: #38524a;color: #222}
.footerContainer .container{ border-top: 0px solid #dadada;background:none;}
#footer dt{color:#333;text-transform:uppercase;font-size:14px;font-weight:600}
#footer a:link, #footer a:visited {color:#222}
#footer a:hover {color: #9eb286}
#footer dd {color:#222;}

/** Footer **/
.footerTextAlign {text-align:center;display:none;}
.footerContainer .row img {display:none;}

#customBottom.container {width:100%;padding:10rem;padding-bottom:0rem;border-radius:10px;margin-bottom:0rem;}

.customFooter {max-width:1400px;margin:auto;padding:0px 30px;color:#fff;}
.footerCopy {border-top:1px solid #425f56;padding-top:2rem;padding-bottom:3rem;margin-top:4rem;font-size:1.2rem;}
.customFooterCol a, .customFooterCol h3 {color:#fff;}
.customFooterCol a:hover {color:#735b69;}
.customFooterCol p {font-size:1.3rem;line-height:25px;}
.customFooterCol h3 {font-weight: 300;font-size: 1.8rem;border-bottom:1px solid #425f56;padding-bottom:10px;}
.customFooterCol i {font-size:1.9rem;margin-right:10px;}
.customFooterCol .fa-facebook {font-size:1.7rem;}

body {font-family:var(--headingFont); font-size: 15px;font-weight:300;}
.highlight{/* background:#c4cac1; */}
a {color: #735b69} 
a:hover, a:focus {text-decoration:none; color: #222;}
h1, h2, h3, h4, h5, h6 {font-family:var(--headingFont)}
h1, h2{font-family:var(--headingFont)}
h1 {font-size:3.2rem;font-family:var(--headingFont);font-weight:400;}
h2 {font-size:2.2rem;font-weight:300;}
.cartHeader, .confirmTell {font-weight:400;font-family:var(--headingFont);font-size:1.8rem;}
strong, b {font-weight: 500;}
.fa {font-family: 'FontAwesome'!important;font-weight:300!important;}

.head-container {padding: 4px 0;}
.topbanner-container {padding-left: 0px;padding-right:0px;padding-top:0px;}

/** nav bar **/
.navbar-brand { margin-top: 60px;float:none}
.navbar-default {  border-color: #99a285;border-radius: 0px; border: 0px solid #444; border-right:none; border-left:none; border-top:none}
.navbar-default .navbar-nav>li>a {font-size: 15px;display:inline-block;text-transform:none;font-weight:300;letter-spacing:0px;}
.navbar-right { width:100%;  margin-top: 0px;margin-right:0px} 
.navbar-nav>li{float:none;display:inline;border-right:1px solid #866879;}
.navbar-nav>li:last-child {border-right:0px;}
.navbar-brand>img {margin-left: auto;margin-right: auto;max-width:300px;}
.navbar-header{float:none;margin-top:40px;}
 
.navbar-nav {border-top: 0px solid #f4f0e3; border-bottom: 0px solid #f4f0e3;list-style:none;text-align:center;margin-top:10px;background:#735b69;}
.navbar-collapse {padding-left:0px;padding-right:0px;}

/** buttons **/
.btn-primary{border: 1px solid #735b69;background: #735b69;padding:1rem 2rem;font-weight:300;border-radius:2px;}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active, .btn-primary:active:focus,.btn-primary.active.focus{border: 1px solid #735b69;background: #735b69;} 
.btn-header {border-radius: 0px;  border: 1px solid #DADADA;}
.btn-header:hover { color:#735b69}
a.btn-header:hover{color:#735b69}
.btn-default, .btnBack {border: 1px solid #444;background:#444;padding:1rem 2rem;font-weight:300;border-radius:2px;color:#fff;}
.btn-default:hover, .btnBack:hover {border:1px solid #222;background:#222;color:#fff;}

.btnArrow i {margin-left:5px;transition: margin-left 0.2s ease-in-out;}
.btnArrow:hover i {margin-left:10px;}

.btnGo {margin-right:0px;width:100%;}
.btn-lg {font-size:1.5rem;}

@media (min-width: 1024px) {
.designButton {/* height: 350px; */}
}

h1.title {  display: flex; align-items: center;  text-align: center; margin: 20px 0 20px 0}
h2.title {  font-size: 18px; display: flex; align-items: center;  text-align: center;  margin: 20px 0}

h1.title::before, h1.title::after, h2.title::before, h2.title::after { content: ''; flex: 1;}
h1.title::before, h2.title::before { margin-right: .65em; }
h1.title::after, h2.title::after { margin-left: .65em; } 

@media screen and (min-width: 992px){
    .columns{
        -moz-column-count:3; /* Firefox */
        -webkit-column-count:3; /* Safari and Chrome */
        column-count:3;
        width: 600px;
    }
}

/***** AMENDS BY MARK AUG 2015 *****/
/*size of header contact icons */
.fa-envelope, .fa-phone-square{font-size:21px !important}

/* search box */
#collapseSearch .well{background:#444;border:1px solid #333;}

/* navbar-toggle */
.navbar-toggle {border-color: #dddddd;}
.navbar-toggle .icon-bar {background-color: #222;}
.navbar-toggle:hover .icon-bar{background-color:#9eb286}
.navbar-toggle{float:none;top:3px;margin-left:3px}

.dropdown-header{color:#5c604d}
.dropdown-menu{background:#fcfcfc}
.dropdown-menu>li>a, .dropdown-menu>li>a:visited {color:#222}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background:#f0f0f0;color:#222}
.dropdown-menu .divider{background-color:#f0f0f0}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {color:#9eb286;background:none}

.homepanel {background:#fff;text-align:center;margin-bottom:10px;margin-top:20px}
.date-disp-square-sm{background-color:#9eb286;border:1px solid #9eb286}

.newsH1 {padding:35px 0 15px 0; color: #fff}

#socialShare{margin-top:30px}
.mosaicflow__item {margin: 10px 10px 0px 0px;}

.galleryCell .panel, .galleryCell, .galleryCell .panel-default{height:250px;margin-bottom:18px}
.galleryCell img{max-height:220px}
#content{margin-top:20px}
.dropdown-menu{min-width:240px}
.galleryPageSize{color:#333;font-size:14px}

.contactDetails a{font-size:15px}

/**** MARKS TWEAKS FOR v65 BUGS ****/
.socialHead i {padding-right: 12px;}
.catImages, .designButton{height:300px}
.catImages {height:auto;}
.designButton {height:auto;}
.newsPanelHeight{min-height:240px}
.navbar-right .dropdown-menu {left:0;top:33px}
.headerSearch, .headerCart, .headerEmail, .headerTel{text-align:center;padding-top:12px;font-size:16px}
.headerSearch, .headerCart{padding-top:16px}
.navbar-toggle{margin-top:4px}
.addressDataMobile .col-xs-2{width:20%}
.addressDataMobile a{color:#222;}
.addressDataMobile a:hover{color:#9eb286;}
.pageMap{margin-top:20px}
#content{margin-bottom:30px}
.owl-carousel{margin-bottom:20px}
.addressData-right .fa{margin-right:8px}
#mobilenav a{color:#fff}
#mobilenav .dropdow-menu a{color:#222}
#mobilenav a:hover{color:#222}
#mobilenav .adminButton a{color:#fff;}
#mobilenav .adminButton{margin-right:10px}
.pageGallery h1{display:none;}
.loginFormControl{height:45px;padding-top:10px}
.owlDiv img{max-width:100%}
.selectDate{z-index:100;}
.basketDetail .deliveryInfo{display:inline-block}
.gm-style-iw-d{color:#222;}
@media (max-width: 768px){
.dropdown-menu {max-height: 400px;width: 100%;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
}

.addressDataMobile a{color:#fffffc;}
.addressDataMobile a:hover{color:#9a7c8d;}

.navbar-toggle {border-color: #fffffc;border:none;}
.navbar-toggle .icon-bar {background-color: #fffffc;}
.navbar-toggle .icon-bar:hover {background-color:#9a7c8d;}
.navbar-toggle:hover .icon-bar{background-color:#9a7c8d}

.addressDataMobile li {list-style:none;}
.addressDataMobile{margin-top: 0px;padding-bottom: 0px;border-bottom:0px solid #f1f1f1;margin-bottom:0px;text-align:center;}
.addressDataMobile li {line-height: 35px; padding: 0 0 0 0px;}

.mobile-nav{width:100%;margin-top:0px;list-style:none;background:#735b69;padding:0px;text-align:center;margin-top:10px;}
.mobile-nav>li>a{display:block;border-top:none;border-bottom:1px solid #7c6572;padding-bottom:8px;padding-top:8px;font-weight:300;text-transform:none;color:#fff;}
.mobile-nav>li>a:hover, .mobile-nav>li>a:focus {background:#9a7c8d;color:#fff}
.testLogin {background:#2d2d2d;text-align:center;margin-top:-20px;padding-top:10px;padding-bottom:10px;color:#8a8a8a;display:none;}
.adminButton {margin-left:10px;margin-right:10px;color:#fff!important;background:#b09a51;font-weight:300;font-size:12px;border:1px solid #b09a51;}
.adminButton:hover {border:1px solid #222;color:#fff;background:#222;color:#fff;}
.adminButton a {color:#fff;}

.content-container {width:100%;max-width:1400px;margin:auto;}

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {border: 1px solid #e9e5d9 !important;padding:5px;}
.imageNote {margin-top:10px;}

.designPrices {background:none;border:0px;padding:0px;}
#detailRight {border: 1px solid #e9e5d9;padding:2rem;}
#detailRight p[style*="float:right"] {float:none!important;display:flex;align-items:center;justify-content:center;}
#designBlock {margin-top:0px;}
.designPrices .designBold {text-transform:none;border-bottom: 1px solid #e9e5d9;padding-bottom:10px;font-weight:400;font-size:1.5rem;}
.designPrices label {font-size:1.4rem;margin-bottom:5px;font-weight:300;}

.markZ {
    height:650px;
    background-size:cover;
    background-position:center;
    border-radius:3px;
}

.homeBanner {display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff;text-align:center;}
.homeBanner h1 {color:#fff;}
.homeBanner p {font-size:2rem;}

.homeBannerGrid {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(8, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
height:100%;
margin-bottom:4rem;
}

.bannerGridCont {grid-area: 3 / 5 / 7 / 9;background:#735b69;border-radius:5px;}
.bannerGridPrimary { grid-area: 9 / 1 / 1 / 7;background-size:cover;background-position:center;}
.bannerGridSecondary { grid-area: 1 / 7 / 9 / 13;background-size:cover;background-position:center;}

.bannerGridContInner {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:100%;
    text-align:center;
    padding:4rem;
    color:#fff;
}
.bannerGridContInner h2 {font-size:2.2rem;margin-bottom:30px;color:#fff;font-weight:300;font-family:var(--scriptFont)}
.bannerGridContInner .btn {border:1px solid #fff;}
.accent {font-family:var(--headingFont);font-size:4rem;margin-top:-5px;margin-bottom:10px;display:block;color:#fff;font-weight:400;}

.homePanel {
    background-size:cover;
    background-position:center;
    height:300px;
    position:relative;
    overflow:hidden;
    border-radius:3px 3px 0px 0px;
}
.zoom-in::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-in-out;
}
.zoom-in:focus::after, .zoom-in:hover::after {
  transform: scale(1.03);
}
.homePanelCont {text-align:center;margin-top:0rem;}
.homePanelCont h2 {margin-bottom:10px;margin-top:2rem;font-size:2.5rem;}
.btnHome {width:100%;border-radius:0px 0px 2px 2px;background: #38524a;border: 1px solid #38524a;font-size:1.5rem;color:#fff;}

.homeButtons {text-align:center;}

.quickBuyTitle {text-align:center;margin-top:4rem;font-family:var(--scriptFont)}
.quickBuyTitle h2 {font-family:var(--headingFont);margin-bottom:15px;}
.quickBuyTitle p:first-child {font-family:var(--headingFont);max-width:80%;text-align:justify;margin:auto;margin-bottom:3rem;}

.quickBuyTitle::after {
    content:'';
    display:block;
    width:100px;
    height:1px;
    background:#ede5e9;
    margin:auto;
    margin-bottom:2rem;
    margin-top:3rem;
}

.introTitle {text-align:center;margin-bottom:5rem;font-family:var(--scriptFont);margin-top:5rem;font-size:2.5rem;}

.homeTitle {text-align:center;}
.homeLower {text-align:justify;max-width:80%;margin:auto;margin-top:2rem;margin-bottom:6rem;}
.homeLower h1 {margin-bottom:10px;font-size:3.5rem;}
.homeTitleSub {display:block;font-size:1.7rem;margin-bottom:5px;font-weight:300;}
.homeTitleScript {font-family:var(--scriptFont);font-size:1.5rem;}

.marginRow {margin-top:1rem;}

.pageIntro {text-align:justify;max-width:80%;margin:auto;margin-top:2rem;}
.pageIntro::after {
    content:'';
    display:block;
    width:100px;
    height:1px;
    background:#ede5e9;
    margin:auto;
    margin-bottom:2rem;
    margin-top:3rem;
}

.homeEnding {text-align:center;margin-top:3rem;margin-bottom:3rem;}
.endingScript {display:block;font-family:var(--scriptFont);margin-top:10px;}
.homeEnding h2 {margin-bottom:10px;}
.homeButtons .btn:nth-child(2), .aboutButtons .btn:nth-child(2) {background:none;color:#222;}
.homeButtons .btn, .aboutButtons .btn {margin-right:5px;}

#pageFilters {background:#fffffc;border:1px solid #f4f0e3;}

.pageTitle {text-align:center;}
.weddingRow {margin-top:4rem;}
.page30 .weddingRow {margin-bottom:4rem;}
.weddingMid {text-align:center;margin-top:6rem;margin-bottom:4rem;}
.weddingMid h2 {font-family:var(--scriptFont);margin-bottom:10px;font-size:2.5rem;}
.weddingLeft {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding-right:4rem;
    height:100%;
    text-align:justify;
}
.weddingGrid {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 10px;
grid-row-gap: 0px;
height:450px;
}
.weddingGridOne {grid-area: 1 / 4 / 8 / 9;background:#333;background-size:cover;background-position:center}
.weddingGridTwo {grid-area: 3 / 1 / 8 / 4;background:#444;background-size:cover;background-position:center}

.subMid {text-align:center;font-size:2rem;max-width:60%;margin:auto;margin-bottom:2rem;}

.contactLeft {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	height:100%;
	padding-right:2rem;
}
.contactLeft a {color:#222;}

.form-control {border-radius:0px;box-shadow:none;background:none;border:1px solid #d5d5d5;border-radius:2px;}
.pageContact .col-md-4 {display:none;}
.pageContact .col-md-8 {width:100%;}
.contactForm h2 {display:none;}
.contactForm .col-sm-9 {width:100%;}
@media (min-width: 768px) {
.form-horizontal .control-label {
    text-align:left;
    padding-top: 7px;
    width:100%;
    font-weight:400;
    text-transform:none;
    margin-bottom:10px;
    font-size:1.4rem;
}
}
.contactForm .form-horizontal .form-group:nth-child(13) .col-sm-3 {display:none;}
.contactForm .form-horizontal .form-group:nth-child(13) .col-sm-9 {font-size:1.3rem;}
.contactForm .form-horizontal .form-group:nth-child(12) .col-sm-3 {display:none;}
.contactForm .form-horizontal .form-group:last-child {margin-bottom:0px;}
.contactFormCustom {max-width:60%;margin:5rem auto;margin-top:1rem;}

.contactRight {height:100%;}
.map-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:100%;
}
.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
border-radius:5px;
}
.contactTitle {text-align:center;margin-top:6rem;margin-bottom:0px;}

.basket h1 {text-align:center;margin-top:1rem;margin-bottom:3rem;}
.cartWrapper {border:1px solid #f4f0e3;border-radius:2px;}
#lyAccLogin {display:none;}

.funeralMid {text-align:center;max-width:80%;margin:auto;margin-top:3rem;margin-bottom:3rem;}
#catDesign2 {display:none;}
.designSeason {padding-left:15px;font-size:1.3rem;}

.aboutRight img {max-width:450px;box-shadow:10px 10px 0px #735b69;border-radius:5px;}

.funeralGalTitle {text-align:center;margin:4rem auto;margin-top:2rem;}

@media (min-width: 768px) {
    .col-sm-offset-custom {
        margin-left: 13%;
    }
}

@media (max-width:768px) {
	.bannerGridCont {grid-area: 3 / 3 / 7 / 11;}
	.equal {display:block;}
	#customBottom.container {padding:0rem;padding-top:5rem;}
	.topnav-container.container-fluid {border-bottom:1px solid #f7f4e9;}
	.weddingLeft {padding-right:0px;margin-bottom:3rem;}
	.weddingGrid {height:350px;}
	.funeralMid, .subMid {max-width:100%;}
	.contactFormCustom {max-width:80%;}
	.head-container {background:#735b69;border-bottom:0px;}
	.aboutRight img {max-width:100%;}
}

.orderSummaryText {background: #fffffc;border: 1px solid #735b69;}
.orderSummaryText .header {color: #111;}
.ui-accordion .ui-widget-content {border: #735b69 1px solid;}

.breadcrumb {background-color: #555555;color:#fff}
.breadcrumb>.active {color:#fff;}
.paymentSectionDate, .paymentSectionItems, .paymentSectionDelAd, .paymentSectionDelName {background: #fffffc;border: 1px solid #735b69;}

.stripe-element {background:transparent !important;border:none !important}
.stripe-element fieldset {background-color:#fff;}