@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ruge+Boogie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');
:root {
--heading: 'HV Fitzgerald';
}
@font-face {
    font-family: 'HV Fitzgerald';
    src: url('../upload/files/fonts/HVFitzgerald-Bold.woff2') format('woff2'),
        url('../upload/files/fonts/HVFitzgerald-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HV Fitzgerald';
    src: url('../upload/files/fonts/HVFitzgerald-Regular.woff2') format('woff2'),
        url('../upload/files/fonts/HVFitzgerald-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color: #555;
	letter-spacing: 2px;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 17px;
	background: #fff;
	color: #555;
}

.cke_show_borders {
	background: #fff;
	color: #555;
}

.topnav-container,
.navbar-default {
	background: none;
}
.topnav-container{
-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}  

.topnav-container {
	background: rgba(51, 51, 51, 0.5);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.topnav-container .navbar-header img {
	height: 120px;
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
} 

.head-container {
	background: none;
}

@media (max-width: 525px){
	.head-container {
		border-bottom: 0px;
	}
} 

.addressData a,
.addressData a:visited {
	color: #fff;
}

.addressData a:hover {
	color: #73826f;
}

a {color: #73826f} 
a:hover,
a:focus {text-decoration:none; color: #000;}

hr{border:none;border-bottom:1px solid;margin:0 0 1.1em}

/** TO LAYER HEADER AND TOPNAV AFTER FIXING TOPNAV POSITION **/
.head-container {z-index:999}
.topnav-container {z-index:9}

.content-container {
	margin-top: 180px;
}

.page1 .content-container,
.page4 .content-container,
.page31 .content-container {
	margin-top: 0px;
}

/** bootstrap **/
.no-gutters p{margin-bottom:0px}
.row.no-gutters {margin-right: 0px;margin-left: 0px;}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {padding-right: 0px;padding-left: 0px;}

.homepanel {margin-top:0px; margin-bottom:0px}

/** STYLING FOR TESTIMONIALS BOOTSTRAP **/
.equal {display: flex;display: -webkit-flex;flex-wrap: wrap;margin-bottom:20px}
.tests {
    background:#f1eeee;
    margin-bottom:20px;
    min-height: 500px;
    padding:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:100%;
}

/** nav bar **/
.navbar-brand {margin-bottom: 5px; margin-top: 0px;float:left}
.navbar-right {width:60%}

/** LEFT NAV **/
.catNavigator dt {color:#333; padding-bottom: 5px; margin-left: 15px;text-transform:uppercase;font-size:1em}
.catNavigator dt::after {content: '';display: block;width: 50px;height: 2px;background: #ddd;margin-top: 6px;}
.catNavigator dd, .catNavigator a:link, .catNavigator a:visited {padding-bottom: 5px;  color:#555}
.catNavigator dd{margin-left: 15px;}
.catNavigator a:hover, .catNavigator a:focus, .catNavigator a.current {color: #73826f; text-decoration:none}


/** DROPDOWN MENU **/
.dropdown-toggle .dropdown {background:#73826f;}
.dropdown-header{color:#5c604d}
.dropdown-menu{background:#fff}
.dropdown-menu>li>a, .dropdown-menu>li>a:visited {color:#555}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background:#f7f0f0; color:#73826f}
.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 {background:#73826f; color:#fff}

/** PANELS **/
.panel{background: #fff;border: 1px solid #fff;color:#555; border-radius: 0; min-height:330px}
.panel:hover{background: #fff; border: 1px solid #bbb;color: #000; text-decoration:none}
.designPrices {background:#f9f9f9; border: 1px solid #c5c5c5;box-shadow:0px 0px 10px #aaaaaa42;border-radius:8px;}
.designButton:hover, .designButton:focus, .designItems, .catImages:hover {background: #fff; border: 1px solid #bbb;color: #000; text-decoration:none}
.newsPanel:hover{background: #fff; border: 1px solid #bbb;color: #000; text-decoration:none}
.panel-heading h2 {color:#555;}

/** BUTTONS **/
.btn-primary{background:#73826f; color: #fff;}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active, .btn-primary:active:focus,.btn-primary.active.focus{background:#c4cac1;color:#fff;} 
.btn-default{background:#999;border:0px solid #474949;color:#fff;}
.btn-default:hover{background-image:none;background-color:#676666;border:0px solid #676666}

/** FOOTER **/
.footerContainer {background:rgba(51, 51, 51, 0.5); font-size:14px} 
.footerContainer .container {border-top: 0px}
#footer dt {color:#333; font-size:17px}
#footer a:link, #footer a:visited {padding:10px; color:#fff}
#footer a:hover {color: #73826f}
.footerSocial {min-width:150px}
/** #customBottom.container {margin-bottom: -90px;padding-top:20px;display:none;} **/

/** MOBILE NAV ETC **/
.navbar-toggle .icon-bar {background-color:#fff}
.navbar-toggle:hover .icon-bar {background-color:#73826f}
.mobile-nav .dropdown-menu {background:#777}
.mobile-nav li.dropdown a:focus {background:none; color:#73826f}



/**** MARKS TWEAKS FOR v65 BUGS ****/
.socialHead i {padding-right: 12px;}
.catImages, .designButton{height:355px}
.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:#fff;}
.addressDataMobile a:hover{color:#73826f;}
.pageMap{margin-top:20px}
#content{margin-bottom:30px}
.owl-carousel{margin-bottom:20px}
.addressData-right .fa{margin-right:8px}
#mobilenav a{color:#fff; text-align:right; margin-right:40px}
#mobilenav a:hover{color:#73826f; background:#777}
#mobilenav .adminButton a{color:#fff;}
#mobilenav .adminButton{margin-right:10px}
.mobilenav .collapse{background:#777}
.mobile-nav {background:#777}
.testLogin {background:#777; padding:10px}
.pageGallery h1{display:none;}
.loginFormControl{height:45px;padding-top:10px}
@media (min-width: 992px){
.footerContainer iframe {margin-bottom: -355px;border-top: 1px solid #bbb !important;padding-top: 15px;margin-left: 475px;}
}
@media (max-width: 768px){
.dropdown-menu {max-height: 400px;width: 100%;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
/**#customBottom.container {margin-bottom: -120px;}**/
.topnav-container .navbar-header img{height:65px}
}

/** TO COLLAPSE TOPNAVE SO AS NOT TO CRASH INTO LOGO **/
@media (max-width: 1330px){
.navbar-collapse.collapse {display:none!important}
.navbar-toggle{display:inline-block!important}
.noPadding {display: block!important;}
.page-header{display:none;}
}

/** TO FORMAT THE MENU IN MOBILE VERSION **/
#mobilenav {background-color:#777}
.mobile-nav>li>a {color:#fff;}

/** FOR THE ABOUT US IMAGE BOOTSTRAP **/
@media (min-width: 1000px){
.btgrid_about {margin-left:270px; margin-right:270px}    
}

/** STRETCH AND CENTRE GALLERY IMAGES **/
/** STRETCH AND CENTRE GALLERY IMAGES **/
.galleryCell .panel-body {position: relative;overflow: hidden;max-height: 220px;max-width:100%;margin: 16px;padding: 0px;}
.galleryCell img {overflow: hidden;min-height:220px;object-fit:cover;object-position:50% 50%;width:100%!important;height:100%!important;}
.galleryCell .panel,.galleryCell .panel:hover{border:none;background:none;box-shadow:none;moz-box-shadow:none;-webkit-box-shadow:none;}
.galleryTitle{/** position: absolute;top:0;width: 100%;height:100%; **/background: rgba(255,255,255,0.5);padding-top: 100px;padding-bottom: 30px;padding-left:10px;padding-right:10px;opacity:0;-webkit-transition: opactity 1s; transition:opacity 1s}
.galleryCell:hover .galleryTitle{opacity:1;color:#fff}
.galleryCell{margin:0px;padding:0px}

#pageFilters a {color:#555}

.page30 .pageContact{max-width:1140px;margin-left:auto;margin-right:auto}

.pageLocations {text-align:center; margin-bottom:20px}

.footerContainer img {content:url(../upload/files/images/footer-wp.png);}

/*** changes to header Nov 2019 ***/
.navbar-brand{padding:25px 15px 10px 15px}
.navbar-nav{margin-top:0px;position: absolute;right: 30px;top:90px;-webkit-transition: top 0.4s;transition:top 0.4s}
.topStyle{background: rgba(34,34,34, 0.9);}
.topStyle .navbar-header img{height:60px}
.topStyle .navbar-nav{top:55px}

/*.basketDetail:before{content:'All delivery orders for the 23rd and 24th will be delivered on either 22nd, 23rd or 24th depending on locality but will be delivered before Christmas.';display:block;padding:20px;font-weight:700;text-align:center;color:#f00;}*/

#lyRecLine1 label:after{content:'please include Village';display:block;}


.page2 .catDesign2, .page2 #catDesign2 {
    display:none;
}

.content-container.gallery #leftNavigator{display:none}
.content-container.gallery .contentLeft{width:100%;max-width:1370px;margin:auto;float:none;}
#pageFilters{display:none}

.designButton img {
    max-height: 280px;
}
.catImages .img-responsive {
    max-height: 280px;
}
#lyRecTel label:after, #lyRecFName label:after, #lyRecLName label:after {
    content: " *";
}

.homeNotice {text-align:center;margin-top:4rem;margin-bottom:4rem;max-width:60%;margin-left:auto;margin-right:auto;font-weight:400;font-size: 19px;}
.homeNotice h2 {font-size:3rem;}
.homeNotice h2::after {
    content:'';display:block;
    width:100px;
    height:1px;
    background:#73826f;
    margin-right:auto;
    margin-left:auto;
    margin-top:2rem;}
    
  .payFrame{margin-top:0px}
  
  #ui-accordion-accordion-panel-0>p:before{content:'Please note national deliveries (out of our own Norwich delivery area) orders will be relayed to a local florist to the area and therefore will not be supplied by ourselves.';display:block;margin:20px;}
  
  .myInsta iframe{max-height:332px;}
.myInsta{width:100%;max-width:845px;margin:auto;}

.page25 .catImages .img-responsive, .page45 .catImages .img-responsive, .page53 .catImages .img-responsive {max-height:none;}
.page25 .catImages, .page45 .catImages, .page53 .catImages {height:100%;}
.page25 .catImages.panel, .page45 .catImages.panel, .page53 .catImages.panel {box-shadow:none;min-height:none;}
.page25 .catImages .panel-heading, .page45 .catImages .panel-heading, .page53 .catImages .panel-heading {position: absolute;top: 80%;left: 50%;transform: translate(-50%, -50%);background:#9b8076;
border-radius:0px;padding:1rem;}
.page25 .catImages .panel-heading h2, .page45 .catImages .panel-heading h2, .page53 .catImages .panel-heading h2 {color:#fff;font-weight:500;margin-bottom:0px;font-family:'Old Standard TT'}

.page53 .catImages .img-responsive {width:340px;height:340px;object-fit:cover;object-position:center;}
.page25 .catImages .img-responsive {width:340px;height:340px;object-fit:cover;object-position:center;}

.basketDetail div.row + p{display:none}

.page39 .catImages .img-responsive {max-height:none;}
.page39 .catImages {height:100%;}
.page39 .catImages.panel {box-shadow:none;min-height:0px;}
.page39 .catImages .panel-heading {position: absolute;top: 80%;left: 50%;transform: translate(-50%, -50%);background:#9b8076;
border-radius:0px;padding:1rem;}
.page39 .catImages .panel-heading h2 {color:#fff;font-weight:500;margin-bottom:0px;font-family:'Old Standard TT'}


.centerText{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-shadow:0px 0px 30px #333;font-size:2.8rem;text-transform:uppercase;font-weight:400;letter-spacing:2px;text-align: center}
.centerText a{color:#fff}
.centerText::after {
    content:'';
    display:block;
    width:50px;
    height:2px;
    background:#fff;
    margin-left:auto;margin-right:auto;
    margin-top:1rem;
}

.page1 .content-container {
    /**background-image:url(../upload/files/images/corner_bg4.png);**/
    background-repeat:no-repeat;
    background-position:top left;
    margin-top:-20px;
}

@media (max-width:768px) {
    .mobileTextOverlay {
        background:#ffffffc9;
        padding:1rem;
    }
}

.leftExtras {display: none;}

.designpage #leftNavigator {display:none;}
@media (min-width: 768px) {
    .designpage .col-sm-9.contentLeft {
        width: 100%
    }
}

.homeHashTagline {font-size:2.5rem;}
@media (max-width:420px) {
    .homeHashTagline {font-size:1.6rem;}
    .homeNotice {max-width:100%!important;}
}

@media (max-width: 767px) {
	
	li.page41 {
		font-family: 'Pinyon Script', serif;
	}
}

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

/** fixing the blurred images by displaying at normal size and centered **/
.splide__track{text-align:center}
.splide__slide img{width:auto!important}
.mainImage {max-height:400px}
#thumb-carousele-list li{height:150px!important}
#thumb-carousele-list {margin-top:10px!important}

/** Add on pop up **/
.addOnImage2 img {width:240px;max-height:200px;object-fit:cover;object-position:50% 50%}

@media (max-width:768px){
#addCrossSales .col-xs-4{width:100%;text-align:center;display:block;}
.addOnImage2 img{margin:auto;}
.xsaleTitle{text-align:center!important;}
 } 
 
  .homePanels img {
    object-fit: cover;
    border-radius: 500px;
    opacity: 0.9;
	border: 7px solid #cdd1c2;
}

.centerText a {
    color: #fff;
    filter: brightness(1.5);
    text-shadow: 2px 2px 10px #000;
}


.reviewButtons .btnReview {
    margin-bottom: 10px;
}


@media (max-width: 768px) {
	.owl-carousel.owlTop.owl-theme.owl-loaded {
		margin-top: 125px;
	}
	.owl-carousel.owlTop.owl-theme.owl-loaded {
		display: none;
	}
}

@media (min-width: 769px) {
	.owl-carousel.owlTop.owl-theme.owl-loaded {
    margin-top: 180px;
}
	.owl-carousel.markB3.owlBottom.owl-theme.owl-loaded {
    display: none;
}
}

.owl-carousel.markB3.owlBottom.owl-theme.owl-loaded, .owl-carousel.markB3.owlBottom.owl-theme.owl-loaded img {
    height: calc(100vh - 125px);
    object-fit: cover;
}

.owl-carousel.markB3.owlBottom.owl-theme.owl-loaded {
    margin-top: 125px;
}

.owl-carousel.owlTop.owl-theme.owl-loaded, .owl-carousel.owlTop.owl-theme.owl-loaded img {
    height: calc(100vh - 180px);
    object-fit: cover;
}


/** WEDDING **/
.wedFormCustom img {
    width: 100%;
    object-fit: cover;
    height: 90vh;
}

.wedFormCustom .col {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
	background:#e8e2e0;
}

.contactForm input,
.contactForm textarea {
    border: none;
    border-bottom: 1px solid #55555580;
    border-radius: 0;
    box-shadow: none;
}

.wedFormHere p {
	display: none;
}

.contactForm{
    padding: 20px;
}

.wedFormCustom p {
    font-size: 2rem;
    font-family: 'Old Standard TT';
    font-weight: 400;
    color: #715f58;
    margin: 0;
}


.page30 .pageContact {
	display: block;
}

.page30 .pageContact {
	max-width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3rem;
}

@media (min-width: 768px) {
    .page30 .pageContact .form-group .col-sm-9 {
        width: 100%;
    }
    .page30 .pageContact .form-group .col-sm-3 {
        width: 100%;
        font-weight:500;
        display: flex;
        flex-direction: row;
		text-align: left;
    }
}

.weddingMiddle {
	height: 350px;
	background-size: cover;
	background-position: center;
}

.weddingMiddleCont {
	background: #33333329;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: #fff;
}

.weddingMiddleCont h2 {
	color: #fff;
	font-size: 4rem;
	margin-bottom: 10px;
}

.weddingMiddleCont p {
	font-size:2rem;
	font-weight:300;
}



.page46 #contentContainer {
    padding: 0;
}

.page46 #info {
    padding: 0;
}

body,
html {
    overflow-x: hidden;
}

.btgrid.wedPageGrid {
    background: #555;
    color: #fff;
	    border-bottom: 5px solid #e8cfd3;
}

.wedPageGrid img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.wedPageGrid .content {
	min-height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wedPageGrid p {
    margin: 0;
    text-align: center;
}

.wedPageGrid h1 {
    color: #e8cfd3;
    text-align: center;
    font-family: 'Vidaloka';
}

.wedPageGrid .wedPageText {
    padding: 40px;
    font-size: 2rem;
    z-index: 5;
    position: relative;
}

.wedPageGrid .wedPageText:after {
    content: '';
    height: 150vh;
    position: absolute;
    right: -15px;
    width: 250px;
    z-index: 1;
    box-shadow: 100px 0 75px #555;
    z-index: 2;
}

@media (min-width: 992px) { 
	.wedPageGrid2 .wedPageText:after {
		left: -15px;
		box-shadow: -100px 0 75px #555;
	}
}

@media (min-width: 992px) {
	.wedPageGrid {
		overflow: hidden;
	}
}

@media (max-width: 991px) {
	.wedPageGrid .wedPageText:after {
		content: '';
		height: 200px;
		position: absolute;
		left: -25vw;
		bottom: 0;
		width: 200vw;
		z-index: 1;
		box-shadow: 0px 100px 75px #555;
	}
}

@media (max-width: 991px) {
	.wedPageGrid2 .row {
		display: flex;
		flex-direction: column-reverse;
	}
}


.wedPageGrid .wedPageText p {
    margin-bottom: 10px;
    z-index: 3;
	color: #e8cfd3;
}

.page33 .content-container,
.page33 #info {
	padding: 0;
}

p.wedTestimonial:before,
p.wedTestimonial:after {

    font-size: 20rem;
    font-family: 'Ruge Boogie', script;
    line-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 60px;
	color: #9b8076;
}

p.wedTestimonial:before {
	content: '“';
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

p.wedTestimonial:after {
	content: '"';
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}

p.wedTestimonial {
    padding: 60px;
    margin: 0;
}

.wedPageText a,
.wedSteps a {
    color: #e8cfd3;
}

.wedPageText a:hover,
.wedSteps a:hover {
    color: #fff;
}

.page46 #content {
    margin: 0;
}

.wedSteps {
    background: #555;
    color: #fff;
    padding: 40px;
}

span.noCircle {
    background: #e8cfd3;
    padding: 20px;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 4rem;
    margin: auto;
}

.wedSteps h1 {
    color: #e8cfd3;
    text-align: center;
}

.wedSteps img {
    width: 100%;
    aspect-ratio: 1.4 / 1;
    object-fit: cover;
    margin: auto;
	border-radius: 25px;
}

.wedSteps h3 {
    color: #e8cfd3;
    font-family: 'Lobster';
}

.footerContainer img[src="/upload/styles/images/footer.png"] {
    content: url(/upload/mt/amas355/images/footerCard_defaultWhite.png);
}


.markZ {
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 180px;
}

.markZ .owlCustom {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.markZ .owlCustom h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 5rem;
}

html:has(.markZ) .content-container {
	margin: 0;
}

body.page25, body.page30, body.page39, body.page45, body.page53, body.page54 {background:#e8e2e0;}

.page49 .content-container {
	padding:0px;
}
.page49 .contentFull {padding:0px;}
.page33 #content {margin-top:0px;}
.page49 #content {margin-top:0px;margin-bottom:0px;}
.page49 #info {padding-top:0px;}
.weddingCoverBg {background:#333;height:600px;background-size:cover;background-position:center;}
.no-gutter [class*="-4"] {
    padding-left:0;
    padding-right:0;
}
.no-gutter {margin-right:0px;margin-left:0px;margin-bottom:0px;}

.weddingBrochure {background:#e8e2e0;padding:4rem;text-align:center;}
.weddingBrochure img {max-width:60px;margin-bottom:20px;}
.weddingBrochure h1 {font-family: "Pinyon Script", serif;font-size:7rem;color:#9b8076;margin-top:1rem;}
.weddingFlourish {font-family: "Old Standard TT", serif;text-transform:uppercase;font-size:2rem;display:block;position:relative;left:0px;color:#715f58;}
.weddingBrochure h2 {font-family: "Old Standard TT", serif;color:#9b8076;}
.brochureTitle {text-transform:uppercase;letter-spacing:3px;font-size:1.2rem;font-family: "Old Standard TT", serif;}
.weddingBrochure a {color:#9b8076;}

h1.weddingHeading {font-family: "Pinyon Script", serif;text-align:center;font-size:6rem;margin-top:2rem;color:#9b8076;}
h1.weddingHeading .weddingFlourish {margin-top:1rem;}

.designButton .title, .catImages .panel-heading h2 {font-family:serif;font-weight:400;}

#shoppingBasket{max-width:1200px;margin:auto;}
#shoppingBasket h1{text-align:center;font-family:serif;letter-spacing:0px}
#lyAccLogin{display:none;}
.delBox1, .delBox2{display: block;margin: auto;float: none;background: #f9f9f9;border-radius: 8px;padding: 20px;width:100%;border: 1px solid #c5c5c5;box-shadow:0px 0px 10px #aaaaaa42}
.delBox1 h2, .delBox2 h2{text-transform:uppercase;letter-spacing:0px;font-family:serif;text-align:center;color:#73826f}
/**.delBox1 h2:first-child{display:nxone;} **/
.delBox2{text-align:center}
#shoppingBasket .buttonSection{text-align:center}

.orderform h1{text-align:center;font-family:serif;letter-spacing:0px}
#deliveryDetails{max-width:1200px;margin:auto;}
#sf1 .ui-accordion-content, #sf2 .ui-accordion-content{background:#f9f9f9;margin-top:10px;border:1px solid #c5c5c5}

#sf2 h3 {
    border: none;
    background: #555555;
	color:#fff;
	border-radius:6px;
}
.footFixedBar{
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #73826f;
    left: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    z-index:10;
}
.footFixedBar a{color:#fff;display:block;padding: 15px;}

.faq {
    list-style: none;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top:0rem;
    margin-bottom:3rem;
}
.faq li {
    border-bottom: 1px solid #dfdad8;
    margin-bottom: 5px;
    padding-bottom:10px;
}
.faq .answer li {border-bottom:0px;}
.faq .answer h3 {margin-top:0rem;}
.faq li.active .answer {
    max-height: none !important;
    padding-bottom: 0px;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
    color:#222;
    font-size:1.5rem;
	padding-top:1rem;
}
.faq li.active .answer h4 {font-size:1.7rem;margin-bottom:15px;}
.faq li.active .question {
    color: #222;
    transition: color 0.5s ease;
}
.faq li.active {border-bottom:0px;}
.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: 16px;
    left: -40px;
    top: 30px;
    z-index: 2;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
    background:#73826f;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    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 {
    font-size: 1.8rem;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding: 0px 0 0px;
    transition: color 0.5s ease;
    top:-5px;
    margin-bottom:5px;
    font-family: "Old Standard TT", serif;
	letter-spacing:0px;
}

@media (max-width:768px) {
	.equal {display:block;}
	.page49 .content-container {margin-top:125px;}
	.page46 #contentContainer, .page33 #contentContainer {margin-top:125px;}

    .productCol, .catImages {
        width: calc(100% / 2);
        float: left;
		padding-left:4px;
		padding-right:4px;
    }
    .page53 .catImages {width:100%;float:none;height:100%!important;}
    .page25 .catImages {width:100%;float:none;height:100%!important;}
	.productCol .designButton, .catImages{height:330px;}
	.productCol .panel-body, .catImages .panel-body{padding:8px;}
	.productCol .panel, .panel.catImages{min-height:330px;}
	.catImages .img-responsive, .productCol .img-responsive {
    /* max-height: 280px; */
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
	}
}
@media (max-width:525px) {
.productCol .designButton, .catImages{height:275px!important;}
.productCol .panel, .panel.catImages{min-height:275px;}
}

.catOccasions h2:not(.panel-heading h2) {display:none;}
.page2 #catDesign1 {display:none;}

.owlTop .owlId2 img {display:none!important;}
.videoBanner {height:100%;height:100%;}
.bannerVid {height:calc(100vh - 180px);width:100%;object-fit:cover;object-position:center}

.gallery h1 {font-family: "Pinyon Script", serif;font-size:7rem;color:#9b8076;margin-bottom:15px;text-align:center;}
.content-container.gallery {background:#e8e2e0;}
.gallery .contentLeft p:has(a) a {color:#9b8076!important;}
.gallery .contentLeft p:has(a) {text-align:center;}

.page59 .content-container {width:100%;max-width:100%;padding-left:0px;padding-right:0px;}
.page59 .contentFull {padding-left:0px;padding-right:0px;padding-top: 0px!important;}
.page59 #content {margin-top: 0px;margin-bottom: 0px;}
.weddingBg {background:#e7e2e0;}

.weddingBannerGrid {display:grid;grid-template-columns:1fr 1fr 1fr;}
.weddingBannerGridImage {height:600px;background:#666;}
.weddingBannerGridImage img, .weddingImage img {height:100%;width:100%;object-position:center;object-fit:cover;}

.weddingGrid, .weddingEndingGrid {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows: 1fr;
}
.weddingGridTriple {
	grid-template-columns:1.5fr 1fr 1fr;
}
.weddingColText {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	padding:5rem;
	font-family:var(--heading);
	color:#222;
	height:700px;
}
.weddingGridTwo .weddingColText {align-items:center;justify-content:center;}
.weddingGridOne .weddingColText p:first-of-type {margin-bottom:auto;}
.weddingColText h2 {font-family:var(--heading);text-transform:uppercase;color:#222;font-size:5rem;}
.weddingColText h3 {font-family:var(--heading);text-transform:uppercase;color:#222;font-size:3rem;margin-bottom:15px;}
.weddingColTextInner {max-width:80%;}

.weddingImage {height:700px;}
.weddingImage img, .weddingPriceColImage img, .weddingEndingImage img {height:100%;width:100%;object-fit:cover;object-position:center;}

.weddingPriceGrid {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:1fr;
}
.weddingPriceGuide {text-align:center;font-family:var(--heading);max-width:50%;margin:auto;padding:6rem 0px;color:#222;}
.weddingPriceGuide h2 {font-family:var(--heading);color:#222;text-transform:uppercase;font-size:4rem;margin-bottom:15px;}

.weddingPriceColImage, .weddingEndingImage {height:600px;}
.weddingPriceCol {display:flex;flex-direction:column;justify-content:center;font-family:var(--heading);color:#222;padding:3rem;}
.weddingPriceCol h3 {font-family:var(--heading);text-transform:uppercase;color:#222;font-size:3rem;margin-bottom:15px;}
.weddingPriceCol:first-of-type {align-items:flex-end;text-align:right;}
.weddingPriceGuideEnd {text-align:center;font-family:var(--heading);margin-bottom:0px;padding:4rem 0px;}

@media (max-width:768px) {
	.page59 .content-container {width:100%;max-width:100%;padding-left:0px;padding-right:0px;margin-top: 125px;}
	.weddingGrid {grid-template-columns:1fr;}
	.weddingBannerGrid {grid-template-columns:1fr 1fr 1fr;}
	.weddingGridTriple {grid-template-columns:1fr 1fr;}
	.weddingGridTriple .weddingColText {grid-column:1/4;}
	.weddingColText h2 {font-size:3rem;}
	.weddingGridTwo .weddingImage {order:3;}
	.weddingPriceGuide {max-width:90%;}
	.weddingPriceGrid {grid-template-columns:1fr;}
}