:root {
    --colour1: #f3f3ed;
    --colour2: #D3D2BB;
    --colour3: #9c9a6c;
    --colour4: #D9D9D9;
    --colour5: #545454;
    --white: #ffffff;
    --black: #000000;
    --headingFont: 'Fraunces', serif;
    --bodyFont: "Sen", sans-serif;
}

body {background:var(--colour1);color: #222}
.container {background:var(--colour1);}
.head-container {border-bottom: 1px solid #ecdfd7;background:var(--white);display:none;}
.topnav-container, .navbar-default {background:var(--white);}
.topnav-container.container-fluid {padding-left:0px;padding-right:0px;border-bottom:1px solid #ecdfd7;}
.topnav-container .container-fluid {padding-left:0px;padding-right:0px;}
h1, h2, h3, h4, h5, h6 {color: #222;letter-spacing:0px;}
.cartHeader, .confirmTell {color: #222;}

.addressData a, .addressData a:visited {color:#222;}
.addressData a:hover{color:#9eb286}

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

.catNavigator dt {color:#222;text-transform:none;font-size:16px;font-weight:400;font-family:var(--headingFont)}
.catNavigator dd, .catNavigator a:link, .catNavigator a:visited { color:#222}
.catNavigator a:hover, .catNavigator a:focus, .catNavigator a.current { color: #998c98; text-decoration:none}
#leftNavigator {padding-top:15px;}
.leftExtras {display:none;}

#leftNavigator dl {background:none;border:1px solid #ecdfd7;margin-bottom:10px;max-width:85%;border-radius:10px;padding:10px;}
#leftNavigator dl:first-child dt {background:var(--colour3);padding:1rem;color:#fff;border-radius:7px;border:0px;}
#leftNavigator dl:first-child {padding:10px;}
#leftNavigator dl dt {padding:1rem;border-bottom: 1px solid #ecdfd7;}
.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: 0px solid #dadada;color:#222;}
.panel:hover{background:#e6e5d8;border:0px 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, .promotionPanel {background:var(--white);box-shadow:none;border:0px;border-radius:10px;}
.designButton:hover, .promotionPanel:hover {background:#e6e5d8;border:0px;}
.designButton img, .promotionPanel img {max-height:none;border-radius:8px;transition:0.5s all;width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: none;
    object-fit: cover;}
.designButton .title, .designButton .price {color:#222;}
.designButton .title, .promotionPanel span.title {font-family:var(--headingFont);font-size:2rem;margin-top:1.3rem;font-weight:400;}
.designButton .price {font-weight:500;margin-top:5px;position:absolute;bottom:120px;left:25px;padding:1rem 2rem;border-radius:0px 8px 0px 8px;background:var(--colour5);color:#fff;font-size:1.3rem;}

.catImages {background:#faf8f6;box-shadow:none;border:0px;border-radius:10px;position:relative;}
.catImages .panel-body {position:relative;}
.catImages .img-responsive {max-height:none;border-radius:8px;}
.catImages img{width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: none;
    object-fit: cover;}
.catImages .panel-heading {padding:inherit;position: absolute;top:0;left: 0px;right: 0;display:flex;align-items:flex-end;justify-content:center;height:100%;}
.catImages .panel-heading h2 {margin-bottom:15px;background:var(--colour5);color:#fff;padding:1rem 3rem;border-radius:0px 8px;text-transform:none;font-size:1.5rem;font-weight:400;}
.catImages:hover {border:0px;background:#e6e5d8;}

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: 1px solid #e8ded8;background:var(--colour1);color: #222;padding-left:0px;padding-right:0px;}
.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-left:0px;padding-right:0px;}
.customFooter {max-width:1400px;margin:auto;padding:8rem 30px;}
.footerCol h3 {font-size:2rem;color:var(--black);font-weight:500;}
.footerCol p {line-height:25px;color:#222;}
.footerColLong h3 {margin-bottom:15px;font-size:3rem;line-height:40px;}

.footerEnding {background:var(--colour3);color:#23223c;}
.footerEndingCont {display:flex;justify-content: space-between;max-width:1400px;margin:auto;padding:15px 30px;color:#f1e9e4;}
.footerEndingCont p {margin-bottom:0px;text-transform:uppercase;letter-spacing:1px;font-size:10px;font-weight:500;}

.footerCol a:not(.btn) {color:#222;}
.footerEnding a {color:#f1e9e4;}

body {font-family:var(--bodyFont);font-size: 15px;}
.highlight{/* background:#c4cac1; */}
a {color: var(--colour3)} 
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.5rem;font-weight:500;}
h2 {font-size:2.2rem;font-weight:400;}
.cartHeader, .confirmTell {font-weight:400;font-family:var(--headingFont);font-size:2rem;}
strong, b {font-weight: 600;}
.fa {font-family: 'FontAwesome'!important;font-weight:300!important;}

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

/** 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: 14px;display:inline-block; text-transform:uppercase;font-weight:500;letter-spacing:2px;}
.navbar-right { width:100%;  margin-top: 0px;margin-right:0px} 
.navbar-nav>li{float:none;display:inline}
.navbar-brand>img {margin-left: auto;margin-right: auto;max-width:210px;}
.navbar-header{float:none;margin-top:-50px}
 
.navbar-nav {border-top: 0px solid #DADADA; border-bottom: 0px solid #DADADA;list-style:none;text-align:center;margin-bottom:0px;}
.navbar-collapse {padding-left:0px;padding-right:0px;}


.navBarFixed {
    position:fixed;
    right:0;
    left:0;
    z-index:999;
    background:var(--colour3);
    transition: all 1s cubic-bezier(0.42, 0, 0, 1.03);
}
.navBarFixed .navbar-default {background:var(--colour3);transition: all 1s cubic-bezier(0.42, 0, 0, 1.03);}
.navBarFixed .navbar-header {margin-top:-15px;margin-bottom:-10px;}
.topnav-container.navBarFixed {border-bottom:0px;}
.navBarFixed .navbar-nav {margin-top: 5px;margin-bottom:0px;}
.navBarFixed .navbar-brand>img {
    content:url("../images/logos/logo_inverse.png");
    margin-top:-35px;
    max-width:210px;
}
.navBarFixed .navbar-default .navbar-nav>li>a {color:#fff;}
.navBarFixed .navbar-default .navbar-nav>li>a.current {color:var(--colour2);}
.navBarFixed .navbar-default .navbar-nav>li>a:hover {color:var(--colour2);}

/** buttons **/
.btn-primary{border: 1px solid var(--colour3);background:var(--colour3);padding:1rem 3rem;border-radius:20px;text-transform:capitalize;font-weight:400;}
.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 var(--colour5);background:var(--colour5);color:#fff;} 
.btn-header {border-radius: 0px;  border: 1px solid #DADADA;}
.btn-header:hover { color:#9eb286}
a.btn-header:hover{color:#9eb286}
.btn-default, .btnBack {border: 1px solid #333;background:#333;padding:1rem 3rem;border-radius:20px;text-transform:capitalize;font-weight:400;color:#fff;}
.btn-default:hover, .btnBack:hover {border:1px solid #333;background:#333;color:#fff;}

.designButton .btn-default {display:none;}
.designButton .btnspace {margin-right:0px;margin-top:8px;padding:0.8rem 4rem;font-size:1.3rem;margin-bottom:6px;border:1px solid;}

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

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

@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:#f1e9e4;margin:0px 5px;border-radius:2px;}
.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:#f1e9e4;background:var(--colour5);border-radius:3px;}

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

.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:auto;margin-bottom:18px}
.galleryCell img{max-height:420px; aspect-ratio:1 / 1.2; object-fit:cover;}
#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 {height:auto}
.designButton {height:auto;}
.newsPanelHeight{min-height:240px}
.navbar-right .dropdown-menu {left:0;top:33px;box-shadow:none;border:0px;background:var(--colour5);}
.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:#222}
#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;}
}

#mobilenav .dropdown-menu {height:auto;box-shadow:none;border-radius:0px 0px 10px 10px;border:0px;background:var(--colour5);margin-top:0px;padding:0px;}
#mobilenav .dropdown-menu a {text-align:center;padding:8px 0px;text-transform:uppercase;border-bottom:1px solid #3e3e52;color:#fff;}

.addressDataMobile a{color:#222;}
.addressDataMobile a:hover{color:#2d2d2d;}

.navbar-toggle {border-color: #222;border:none;}
.navbar-toggle .icon-bar {background-color: #222;}
.navbar-toggle .icon-bar:hover {background-color:#2d2d2d;}
.navbar-toggle:hover .icon-bar{background-color:#2d2d2d}

.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:#f1e9e4;padding:0px;text-align:center;margin-top:10px;}
.mobile-nav>li>a{display:block;border-top:none;border-bottom:1px solid #f9f3ef;padding-bottom:8px;padding-top:8px;font-weight:400;text-transform:uppercase;color:#fff;}
.mobile-nav>li>a:hover, .mobile-nav>li>a:focus {background:#faf8f6;color:#fff;border-radius:0px;}
#mobilenav .mobile-nav .dropdown a:hover {border-radius:10px 10px 0px 0px;background:var(--colour5);color:#fff;border-top:0px;border-bottom:0px;}
.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;}

#customTop.container{background:none;width:100%;max-width:1400px;display:flex;align-items:center;justify-content:flex-end;padding:0px 30px;}
.headerWrap {display:flex;flex-direction:row-reverse;background:#6f6d48;z-index:999;border-radius:0px 0px 5px 5px;border:1px solid #6f6d48;border-top:0px;}
.headerWrap a {color:#fff;}
.headerWrap a:hover {color:#f1e9e4;}
.headerWrapLeft{margin-right:auto;}
.headerIcons .fa-shopping-bag {padding-left:0px;}
.headerIcons {border-left:1px solid #6f6d48;padding:1rem 1.5rem;}
.headerIcons i {font-size:16px}
.phoneNumberImg {padding:1rem 2rem;font-size:14px;font-weight:400}
.phoneNumberImg i {font-size:17px!important;margin-right:5px;position:relative;top:2px;}

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.no-gutter [class*="-6"] {padding-left:0;padding-right:0;}
.no-gutter {margin-right:0px;margin-left:0px;}
.content-container {width:100%;max-width:1400px;margin:auto;}
#info {padding-top:0px;}
.occassion #info, .designtype #info {padding-top:15px;}
#content {margin-top:0px;}
.page1 #content {margin-bottom:0px;}
.occassion #content, .designpage #content, .designtype #content {margin-top:3rem;}
.page1 .desSelection {padding-top:0px;}
.marginTop {margin-top:2rem;}

.whatsInBloom {text-align:center;margin:5rem auto;}
.whatsInBloom h2 {font-size:6rem;font-weight:500;color:#23223c}
.bloomSub {margin-bottom:-20px;margin-left:75px;font-size:1.7rem;font-weight:500;color:#4b4e6a;}
.bloomSub::before {
	content:'';
	display:inline-block;
	width:20px;
	height:1px;
	background:#4b4e6a;
	position:relative;
	bottom:4px;
	margin-right:10px;
}

.markZ {
    height: 50vh;
    background-size:cover;
    background-position:center;
    border-radius:10px;
}
.homeBanner {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:100%;
    padding:5rem;
    background:#11111133;
    border-radius:10px;
    text-align:center;
}
.homeBanner h2 {font-size:4.5rem;color:#fff;margin-bottom:20px;font-weight:600;}

.page2 .markZ, .page31 .markZ {height:20vh;}
.page2 .homeBanner, .page9 .homeBanner {display:none;}

.homePanelBg {
    background:#333;
    height:400px;
    background-size:cover;
    background-position:center;
    border-radius:10px;
    position:relative;
    overflow:hidden;
}
.homePanelCont {
    height:100%;
    border-radius:10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    position:relative;
    z-index:1;
}
.homePanelCont h2 {color:#fff;font-size:3.5rem;margin-bottom:15px;text-shadow:0px 0px 30px #000;}
.subHeading {margin-bottom:10px;text-transform:uppercase;letter-spacing:2px;font-weight:500;text-shadow:2px 2px 2px #000;}
.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.05);
}

.customQuote {text-align:center;margin:2rem auto;margin-top:7rem;font-size:2.5rem;position:relative;max-width:60%;font-family: 'Fraunces', serif;}
.customQuoteCite {
        display:block;
        font-size:1.5rem;
        margin-top:-2rem;
        color:var(--colour2);
        margin-bottom:0rem;
}
.customQuote p::before {
        content:'\201C';
        display:block;
        font-size:10rem;
        position:relative;
        margin-top:0rem;
        color: var(--colour2);
        margin-bottom:-2rem;
}
.owl-dots{display: flex;align-items: center;justify-content: center;margin-top: 0px;padding-bottom:0rem;}
.owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #333;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--colour2);
}
.introContainer {text-align:justify;max-width:70%;margin:4rem 0px;font-size:1.7rem;border-bottom:0px solid #23223c;}
.introContainer h1 {border-bottom:1px solid #23223c;padding:2rem 0rem;;display:inline-block;color:#23223c;font-size:3rem;}

.catOccasions h2:not(.catImages h2) {
    display:none;
}
.page38 #catDesign2 {display:none;}
.page38 .catSelection {padding-top:0px;}

.splide__track--nav>.splide__list>.splide__slide.is-active {border:1px solid #ecdfd7!important;padding:0.5rem;border-radius:3px;}
#thumb-carousele-list {margin-top:20px!important;}
.imageNote {margin-top:15px;font-size:1.2rem;}
.designPrices {background:none;border:0px;padding:0px;}
.form-control {box-shadow:none;border-radius:8px;}
#detailRight {border:1px solid #ecdfd7;padding:2rem;border-radius:10px;}
.designPrices .designBold {border-bottom:1px solid #ecdfd7;padding-bottom:10px;text-transform:uppercase;letter-spacing:1px;}
.designPrices label {font-size:1.5rem;margin-bottom:5px;}
.mainImage {float:left;border-radius:3px;max-height:420px;}
#designBlock {margin-top:15px;}
#detailRight p[style*="float:right"] {float:none!important;display:flex;align-items:center;justify-content:center;margin-top:15px;}

.homeLowerGrid {
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
height:500px;
}

.homeLowerGridBg { grid-area: 2 / 1 / 8 / 11;background:var(--colour2);border-radius:10px;}
.homeLowerGridImage { grid-area: 1 / 2 / 6 / 6;border-radius:10px;background-size:cover;background-position:center;}
.homeLowerGridCont {grid-area: 3 / 6 / 6 / 10;padding:0px 4rem;color:#fff;font-size:1.8rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;}
.homeLowerGridCont h2 {color:#fff;font-size:3rem;margin-bottom:15px;}
.homeLowerGridCont a {color:#fff;}

.homeLower {max-width:70%;text-align:justify;margin:8rem auto;}
.homeLower h1 {margin-bottom:10px;font-size:5rem;color:var(--black)}
.homeLowerSub {text-align:center;font-size:2rem;}

#lyAccLogin {display:none;}
.cartWrapper, .newCSBlock .designList, .newCSBlock h2  {border:1px solid #ecdfd7;}
.basket h1 {text-align:center;margin:4rem 0px;}
#shoppingBasket .crossSellProducts .designButton img {max-height:200px;}
.crossSellProducts .designButton .title {font-size:1.5rem;}
.crossSellProducts .designButton .price {font-size:1.2rem;bottom:110px;}

.weddingPackage {
  border-radius:10px;
  color:#012c32;
  border:1px solid #958994;
  min-height:450px;
}
.weddingPackageBody {padding:2rem;}
.weddingPackage h2 {color:#222;font-size:2rem;border-bottom:1px solid #958994;padding:2rem;margin-bottom:0px;text-align:center;}
.weddingPackagePrice {font-size:1.8rem;font-weight:500;text-align:center;padding:1rem;background:var(--colour3);color:#f1e9e4;position:absolute;bottom:0;border-radius:0px 0px 10px 10px;left:0;right:0;width:auto;margin-right:15px;margin-left:15px;}

.page33 #leftNavigator, .page36 #leftNavigator{display:none}

.contactLeft {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	height:100%;
	padding:4rem;
	border:1px solid #ecdfd7;
	border-radius:10px;
	color:#222;
}
.contactLeft a, .contactLeft h2 {color:#222;}
.contactLeft a:hover {color:#4e4d27;}

.pageContact .form-control {box-shadow:none;background:none;border:1px solid #bfb0a6;border-radius:8px;}
.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%;}
.contactTitle {text-align:center;margin-top:6rem;margin-bottom:0px;}
.contactRow {margin-top:2rem;}

.map-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:100%;
border-radius:10px;
}
.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.crossSellProducts .designList .desSelection:nth-child(1) {display:none;}

/** TEAM PAGE **/

.teamPic img {
  -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
transition: 0.8s;
border-radius:100%;
}

.teamBox:hover .teamPic img{
-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}

.faq {
    list-style: none;
    padding-left: 40px;
    padding-right: 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top:2rem;
    margin-bottom:3rem;
}
.faq li {
    border-bottom: 1px solid #ecdfd7;
    margin-bottom: 10px;
    padding-bottom:10px;
}
.faq li.active .answer {
    max-height: none !important;
    padding-bottom: 25px;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
    color:#222;
    font-size:1.5rem;
}
.faq li.active .question {
    color: #23223c;
    transition: color 0.5s ease;
}
.faq .answer {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .plus-minus-toggle {
    cursor: pointer;
    height: 25px;
    position: relative;
    width: 15px;
    left: -40px;
    top: 30px;
    z-index: 2;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
    background: #23223c;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 13px;
    transition: transform 500ms ease;
}
.faq .plus-minus-toggle:after {
    transform-origin: center;
}
.faq .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}
.faq .plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}
li.active .plus-minus-toggle.collapsed:after {
    transform: rotate(135deg);
}
li.active .plus-minus-toggle.collapsed:before {
    transform: rotate(225deg);
}
.faq .question {
    color: #222;
    font-size: 1.7rem;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding: 0px 0 0px;
    transition: color 0.5s ease;
    top:-9px;
    margin-bottom:5px;
}

.page25 .pageContact {max-width:50%;margin:auto;}

.weddingIntroLeft {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height: 50vh;
	background: #23223cba;
	border-radius:10px 10px 10px 10px;
	color:#fff;
	font-size:1.7rem;
	text-align:center;
}
.weddingIntroLeft h1 {color:#fff;}
.weddingIntroLeft p {max-width:70%;}
.weddingIntroLeft div .btn:nth-child(2) {background:none;color:#fff;}
.weddingIntroLeft div .btn:nth-child(2):hover {background:#f1e9e4;color:#222;border:1px solid #f1e9e4;}
.introContainer div .btn:nth-child(2) {background:none;color:#222;}
.weddingIntroLeft div .btn, .introContainer div .btn {margin-right:8px;}

.weddingFirstRow {margin:8rem 0px;margin-bottom:4rem;}
.weddingContentLeft {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	height:calc-size(min-content, size + 150px);
	padding:0px 3rem;
	text-align:left;
}
.weddingContentLeft h2 {font-size:2.5rem;}
.weddingImageRight {
	height:100%;
	background-size:cover;
	background-position:center;
	border-radius:10px;
}

.delBox {
	border:1px dashed var(--colour2);
	border-radius:10px;
	padding:2rem;
	min-height:220px;
	margin-bottom:4rem;
}

.imageNews span {
	display:block;
	height:300px;
	background-position:center;
	background-size:cover;
	border-radius:8px;
}
.newsPanelHeight {padding:10px;background:none;border:1px solid #ecdfd7;border-radius:10px;min-height: 530px!important;}
.subDate {margin-bottom:10px;font-size:1.2rem;}
.newsTitle {margin-top:15px;margin-bottom:5px;}
h1.newsTitle {margin-top:0px;}
.newsPanelHeight .caption {font-size:1.5rem;}
.newsPanelHeight .caption p:nth-child(4) {margin-bottom:0px;}
.newspage #leftNavigator {padding:0px;padding-left:15px!important;}
.newspage .catNavigator dd {display:flex;align-items:center;justify-content:flex-start;}
.newsImageBlock {display:none;}
.newsArticlePadding {margin-top:4rem;}

.teamGrid .col-sm-6{margin-bottom:3rem;}
.teamPic {margin-bottom:2rem;margin-top:2rem;}
.teamPic img {max-width:200px;border-radius:100%;}
.teamFooter {padding:2rem;background:var(--colour3);color:#fff;font-size:1.2rem;text-align:center;border-radius:10px;}
.teamFooter p {margin-bottom:0px;}
.teamHeading {border-bottom:1px solid #ecdfd7;padding-bottom:0rem;margin-bottom:2rem;}
.teamHeading h2 {font-size:2.5rem;}

.teamBox {display: flex;flex-direction:column;height:100%;padding:15px;border:1px solid var(--colour2);border-radius:10px;}
.teamBody {flex-grow:1;}

#pageFilters {background:#faf8f6;border-radius:5px;}

.page7 .owlDiv img, .page5 .owlDiv img{
	height:50vh;
	object-fit:cover;
	border-radius:10px;
}

#detailLeft .ribbonCat{display:none;}

@media (max-width:768px) {
	.equal {display:block;}
    #customTop.container {display:none;}
    .navbar-header {margin-top:50px;margin-bottom:0rem;}
    .head-container {display:block;}
    .equal {display:block;}
    .homePanelBg {margin-bottom:2rem;}
    .customQuote {max-width:90%;margin-top:6rem;}
    .footerEndingCont {display:block;text-align:center;}
    .customFooter {padding:6rem 30px;}
    .homeLowerGrid {height:auto;}
    .homeLowerGridImage { grid-area: 1 / 2 / 4 / 10;}
    .homeLowerGridCont {grid-area: 4 / 1 / 7 / 11;padding:4rem;}
    .homeLower {max-width:100%;}
    .homePanelCont {padding:1rem;}
    .homePanelCont h2 {font-size:3rem;}
    .subHeading {font-size:1.2rem;}
	.delBox {margin-bottom:2rem;}
	.introContainer {max-width:100%;text-align:left;margin:4rem auto;}
	.weddingContentLeft {padding:0px;height:100%;}
	.weddingImageRight {height:400px;margin-top:3rem;}
	.weddingIntroLeft p {max-width:100%;}
	.weddingIntroLeft {padding: 3rem;height:65vh;}
	.weddingFirstRow {margin-top:4rem;}
	.marginTop {margin-top:0px;}
	.weddingIntroLeft div .btn {margin-right:0px;margin-bottom:10px;}
	.page4 .markZ, .page5 .markZ {height:65vh;}
	.contactFormCustom, .page25 .pageContact {max-width:90%;}
	.contactRight {height:500px;margin-top:2rem;}
	.imageNote {margin-bottom:1.5rem;}
	.splide__slide img {width:100%!important}
	.designpage h1, .occassion h1 {text-align:center;margin-bottom:3rem;}
	.occassion #content, .designpage #content {margin-top:2rem;}
	.mobileMarginTop {margin-top:3rem;}
	 .productCol {
        width: calc(100% / 2);
        float: left;
		padding-left:4px;
		padding-right:4px;
    }
	 .productCol .panel-body{padding:8px;}
	 .navbar-brand>img {max-width:120px;}
	 .navBarFixed .navbar-brand>img {max-width:120px;margin-top:50px;}
	 .navBarFixed .navbar-header {margin-top: 0px;margin-bottom: 0px;}
	 .designButton .title, .promotionPanel span.title {font-size:1.4rem;}
}
@media (min-width: 768px) {
    .page33 .col-sm-9.contentLeft,  .page36 .col-sm-9.contentLeft {
        width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 15px;
    }
}


.orderSummaryText {background: #f3f3ed;border: 1px solid #555555;}
.orderSummaryText .items {border-bottom: 1px solid #555555; }
.orderSummaryText .lineitem {border-bottom: 1px solid #555555;}
.orderSummaryText .header {color: #111;}
.ui-accordion .ui-widget-content {border: #555555 1px solid;}
.breadcrumb {background-color: #555555;color:#fff}
.breadcrumb>.active {color:#fff;}
.paymentSectionDate, .paymentSectionItems, .paymentSectionDelAd, .paymentSectionDelName {background: #f3f3ed;border: 1px solid #555555;}