:root {
    --headingFont: "Playfair Display", serif;
    --bodyFont: "Montserrat", sans-serif;
}

body {background: #aeba96 ; color: #222}
.container {background:#aeba96 ;}
.head-container {border-bottom: 1px solid #9eb173;background:#aeba96 ;}
.topnav-container, .navbar-default {background:#aeba96 ;}
.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: #464931;}
.cartHeader, .confirmTell {color: #464931;}

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

.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:#222;text-transform:none;font-size:15px;font-weight:500;}
.catNavigator dd, .catNavigator a:link, .catNavigator a:visited { color:#222}
.catNavigator a:hover, .catNavigator a:focus, .catNavigator a.current { color: #464930;text-decoration:none}

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

.leftCart dt {font-size:0px;}
.leftCart dt::after {
    content:'Shopping Cart';
    font-size:15px;
    display:block;
}
#leftNavigator {padding-top:15px;}
.leftExtras {display:none;}

.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 {border-radius:0px;box-shadow:none;background:none;border:0px;margin-bottom:3rem;}
.designButton:hover {border:0px;background:none;}
.designButton .panel-body {padding:0px;}
.designButton img {max-height:none;border-radius:5px;}
.designButton img {max-height:none;width:320px;height:320px;object-fit:cover;object-position:50% 50%;border-radius:6px;}
.designButton .title {font-family:var(--headingFont);font-weight:500;font-size:1.8rem;margin-top:1.2rem;color:#222;}
.designButton .price {font-weight:500;font-size:1.2rem;background:none;border:1px solid #464931;padding:0.5rem 2rem;border-radius:20px;transition:0.3s all;display:inline-block;color:#222;margin-top:1rem;}
.designButton:hover .price {box-shadow:-5px 5px 0px #464931;}

.catImages {border-radius:5px;background:none;border:0px;}
.catImages:hover {background:none;border:0px;}
.catImages .img-responsive {max-height:none;max-height:none;width:320px;height:320px;object-fit:cover;object-position:50% 50%;border-radius:6px;}
.catImages .panel-body {padding:0px;}
.catImages .panel-heading {position:absolute;display:flex;align-items:flex-end;justify-content:center;height:100%;width:100%;}
.catImages .panel-heading h2 {padding:1rem 2.5rem;background:#464930;border-radius:20px;color:#fff;text-transform:none;font-weight:400;font-size:1.7rem;}
.catImages:hover .panel-heading h2 {background:#aeba94;color:#222;}

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: #464931; 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%;max-width:1400px;padding:0px 30px;}

.customFooter {color:#fff;padding:10rem 0px;font-size:1.3rem;padding-bottom:4rem;font-weight:400;}
.customFooterCol h3 {font-size:1.7rem;margin-bottom:15px;color:#fff;letter-spacing:1px;}
.customFooterColFirst h3 {color:#fff;font-size:2rem;}
.customFooterColFirst p {max-width:90%;}
.customFooterCol i {font-size:2.2rem;margin-right:10px;color:#fff;}
.customFooterCol a {color:#fff;}
.customFooterCol a:hover, .customFooterCol i:hover {color:#aeba96;}
.customFooterCol p {line-height:23px;}
.footerCards {margin-bottom:3rem;}
.footerCards img {max-width:220px;}

.footerCopy {border-top:1px solid #54573b;color:#fff;font-size:1.2rem;padding:2rem 0px;}

body {font-family:var(--bodyFont);font-size: 14px;font-weight:400;}
.highlight{/* background:#c4cac1; */}
a {color: #464931} 
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:600;}
h2 {color:#222;font-size:2.5rem;}
.cartHeader, .confirmTell {font-weight:400;font-family:var(--headingFont);}
strong, b {font-weight: 700;}
.fa {font-family: 'FontAwesome'!important;font-weight:300!important;}
.removeprodbtn {font-weight:600;font-size:1.4rem;}

.head-container {padding: 4px 0;}
.topbanner-container {  padding-left: 0px;  padding-right: 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: 13px;display:inline-block; text-transform:uppercase;font-weight:500;letter-spacing:1px;}
.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:450px;}
.navbar-header{float:none;margin-top:50px}
 
.navbar-nav {border-top: 0px solid #DADADA; border-bottom: 0px solid #9eaa85;list-style:none;text-align:center;background:#464931;margin-top:10px;}
.navbar-collapse {padding-left:0px;padding-right:0px;}

/** buttons **/
.btn-primary{border: 1px solid #464931;background:#464931;padding:1rem 2.5rem;font-weight:500;border-radius:20px;font-size:1.3rem;}
.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 #40432d;background:#40432d;color:#fff;} 
.btn-header {border-radius: 0px;  border: 1px solid #9eaa85;}
.btn-header:hover { color:#464931}
a.btn-header:hover{color:#464931}
.btn-default, .btnBack {border: 1px solid #464931;background:none;padding:1rem 2.5rem;font-weight:500;border-radius:20px;color:#222;font-size:1.3rem;}
.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;}

.btn-lg {font-size:1.4rem;}
.btnGo {margin-right:0px;}

@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:#fff}
.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:#fff;background:#3c3f29}

.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 {height:auto}
.designButton {height:auto;}
.newsPanelHeight{min-height:240px}
.navbar-right .dropdown-menu {left:0;top:34px;box-shadow:none;border-radius:3px;background:#3c3f28;}
.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 .dropdown-menu a{color:#fff;text-align:center;font-size:1.4rem;padding-top:5px;padding-bottom:5px;}
#mobilenav .dropdow-menu a{color:#222}
#mobilenav .dropdown-menu {background:#464930;box-shadow:none;border:0px;top:35px;border-radius:0px;border-top:1px solid #3e4129;}
#mobilenav a:hover{color:#fff}
#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:#222;}
.addressDataMobile a:hover{color:#464930;}

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

.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:#aeba94;padding:0px;text-align:center;margin-top:10px;}
.mobile-nav>li>a{display:block;border-top:none;border-bottom:1px solid #9eb170;padding-bottom:8px;padding-top:8px;font-weight:500;text-transform:none;color:#fff;}
.mobile-nav>li>a:hover, .mobile-nav>li>a:focus {background:#46492f;color:#fff}
.testLogin {background:#aeba94;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;}
.page1 .content-container {max-width:100%;padding-left:0px;padding-right:0px;}
.page1 .contentFull {padding-left:0px;padding-right:0px;}
.customContainer {max-width:1400px;padding-left:30px;padding-right:30px;margin:auto;}
.page1 .pageDesigns {max-width:1400px;margin:auto;padding:0px 30px;}
.page1 #content {margin-bottom:0px;}

.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 #9eaa85!important;padding:5px;border-radius:2px;}
.imageNote {margin-top:1rem;font-size:1.2rem;}
.designPrices {background:none;border:0px;padding:0px;}
.designPrices .designBold {font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:1.3rem;border-bottom:1px solid #9eaa85;padding-bottom:10px;color:#464931;}
.designPrices label {font-size:1.4rem;margin-bottom:2px;font-weight:500;}
#detailRight {border:1px solid #9eaa85;padding:2rem;border-radius:5px;}
#designBlock {margin-top:0px;}

.homeQuickBuys {text-align:center;margin-bottom:4rem;margin-top:5rem;font-size:1.6rem;}
.homeQuickBuys h2 {font-size:2.5rem;margin-bottom:10px;}
.homeQuickBuysButtons {text-align:center;}
.homeQuickBuysButtons .btn {margin:0px 5px;font-size:1.3rem;}
.homeQuickBuysButtons .btn:nth-child(2) {background:none;color:#222;}

.flowerSubContainer {height:550px;margin-top:2rem;background-size:cover;background-position:center;}
.flowerSubContainerCont {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:100%;
    color:#fff;
    text-align:center;
    font-weight:400;
    background:#464931d9;
}
.flowerSubContainerCont .btn {border:1px solid #fff;margin-top:1rem;background:none;}
.flowerSubContainerCont h2 {color:#fff;font-size:3rem;max-width:60%;line-height:30px;margin-bottom:20px;}
.flowerSubHeading {font-size:1.7rem;margin-bottom:10px;font-weight:400;}
.flowerSubContainerCont p {max-width:40%;font-size:1.7rem;}

.homeLowerBg {background: #464930;color:#fff;padding:10rem 0px;border-bottom:1px solid #54573b;font-weight:400;}
.homeLowerBg h1, .homeLeft h2 {color:#fff;font-weight:400;font-size:3rem;}
.homeLeft {text-align:center;max-width:90%;margin:auto;font-size:1.5rem;}
.homeLeft .btn {background:none;border:1px solid #fff;}

.markZ {
    height:550px;
    background-position:center;
    background-size:cover;
}
.homeBanner {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:100%;
    color:#fff;
    background:#1111113d;
    font-size:1.8rem;
    text-align:center;
}
.homeBanner h2 {font-size:3.5rem;color:#fff;margin-bottom:15px;}

.page2 .markZ {
    height:150px;
}
.page2 .homeBanner {display:none}

.panelBg {background:#d0a6a5;height:350px;background-size:cover;background-position:center;position:relative;overflow:hidden;border-radius:5px;}
.panelCont {display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;height:100%;color:#fff;background:#33333324;position:relative;z-index:999;padding:3rem;}
.panelCont h2 {color:#fff;margin-bottom:0px;font-size:3rem;}
.marginRow {margin-top:2rem;}

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

.pageContact .form-control {border-radius:3px;box-shadow:none;background:none;border:1px solid #464931;color:#222;}
.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;
}
}
.pageContact {background: #a4b18a;padding:2rem;border-radius:6px;}
.contactForm .form-horizontal .form-group:nth-child(13) .col-sm-3 {display:none;}
.contactForm .form-horizontal .form-group:last-child {margin-bottom:0px;}

.contactLeft i {margin-right:5px;font-size:15px!important}
.contactLeft a {color:#222;}
.contactLeft a:hover {color:#464930}
.contactSocial i {font-size:2.5rem;margin-right:10px;}
.marginRow {margin-top:3rem;margin-bottom:4rem;}
.contactLeft {font-size:1.5rem;font-weight:400;}

.pageIntro {text-align:center;max-width:60%;margin:5rem auto;margin-top:2rem;font-size:1.7rem;}

.page2 #catDesign1 {display:none;}
.page2 .catDesignTypes {margin-bottom:3rem;}

.weddingEnding {text-align:center;max-width:60%;margin:auto;margin-top:4rem;}
.page4 .pageContact {max-width:70%;margin:auto;background:none;}

.weddingIntro {text-align:center;max-width:70%;margin:auto;font-size:1.7rem;padding:3rem;}
.page4 .breakTitle {margin-bottom:2rem;}

.weddingLeft {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	height:100%;
	padding:2rem;
}
.weddingLeft h2 {line-height:35px;}

.weddingGrid {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
height:450px;
}
.weddingGridOne {grid-area: 1 / 4 / 8 / 9;background-size:cover;background-position:center;z-index:999;border-radius:4px;}
.weddingGridTwo {grid-area: 2 / 1 / 6 / 5;background-size:cover;background-position:center;border-radius:4px;}
.weddingRight {
	padding:2rem;
}

.page33 #catDesign3, .page5 #catDesign2 {display:none;}

@media (max-width:768px) {
    #designBlock {margin-top:20px;}
	.equal {display:block;}
	.navbar-brand>img {margin-left: auto;margin-right: auto;max-width:350px;}
	.panelBg {margin-bottom:3rem;}
	.marginRow {margin-top:1rem;}
	.homeQuickBuys {margin-top:0rem;}
	.flowerSubContainerCont p, .flowerSubContainerCont h2 {max-width:90%;}
	.homeLeft {max-width:90%;}
	.customFooter {padding-top:5rem;}
	.pageIntro, .weddingEnding {max-width:100%;}
	.weddingIntro {max-width:100%;font-size:1.6rem;padding:0px;margin-bottom:4rem;text-align:left;}
	.topnav-container.container-fluid {border-bottom:1px solid #9eb170;}
	.weddingLeft {padding:0px;}
	.weddingGrid {height:350px;}
	.page4 .pageContact {max-width:90%;}
	.contactRight {margin-top:2rem;}
	#mobilenav .dropdown-menu {height:150px;}
}

.orderSummaryText {background: #aeba96;border: 1px solid #464931;color:#fff}
.orderSummaryText .header {color: #fff;}
.ui-accordion .ui-widget-content {border: #464931 1px solid;}

.breadcrumb {background-color: #555555;color:#fff}
.breadcrumb>.active {color:#fff;}
.paymentSectionDate, .paymentSectionItems, .paymentSectionDelAd, .paymentSectionDelName {background: #aeba96;border: 1px solid #464931;}
.confirmBox {color:#fff;}