:root {
	--colorPrim: #0d1f2c;
	--colorPrim: #d9b8c3;
	--colorSec: #e3a94f;
	--colorSec: #333333;
}

body {
	background: #f9f9f9;
	color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #555;
}

.container {
	background: #f9f9f9;
}

.head-container {
	border-bottom: 1px solid #fff;
	background: var(--colorPrim);
	display: none;
}

.topnav-container,
.navbar-default {
	background: var(--colorPrim);
}

.page1 .topnav-container,
.page1 .navbar-default {
	background: var(--colorPrim);
}

.topnav-container .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.topnav-container.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.cartHeader,
.confirmTell,
#footer dt,
.addressData a,
.addressData a:visited{
	color: #555;
}

.addressData a:hover{color:#333}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: var(--colorSec);
}

.navbar-default .navbar-nav > li > a.current {
	color: var(--colorSec);
}

.navbar-default .navbar-nav > li > a.current::before {
    content: '';
    width: 2px;
    height: 10px;
    background: var(--colorSec);
    display: inline-block;
    margin-right: 1rem;
    transform: rotate(20deg);
}

.catNavigator dt {color:#333;}

.catNavigator dd,
.catNavigator a:link,
.catNavigator a:visited {
	color: #555;
}

.catNavigator a:hover,
.catNavigator a:focus,
.catNavigator a.current {
	color: #e7b3c5;
	text-decoration: none;
}

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

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

.footerContainer { border-top: 1px solid #fff;  background: #ebdde2;    background-image:url(../upload/files/images/floral_texture.jpg); color: #555}
.footerContainer .container{ border-top: 0px solid #dadada;background:inherit;}
.footerContainer .row img {display:none;}
.footerContainer .footerRow img {display:block;max-height:200px;}

#footer a:link, #footer a:visited {color:#555}
#footer a:hover {color: #5c604d}
#footer dd {color:#555;}

.panel-default>.panel-heading {background:inherit;}
body {font-family: 'Jost', sans-serif; font-size: 15px;}
.highlight{/* background:#c4cac1; */}
a {color: #e7b3c5} 
a:hover, a:focus {text-decoration:none; color: #777;}
h1, h2, h3, h4, h5, h6 {font-family: 'Jost', sans-serif;}
h1, h2{font-family: 'Brygada 1918', serif;}
h1 {font-size:3.2rem;font-weight:600;}
h2 {font-size:2.2rem;}
.cartHeader, .confirmTell, #footer dt {font-weight:400; font-family: 'Jost', sans-serif;}
strong, b {font-weight: 700;}

.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: 14px;display:inline-block; text-transform:none;font-family: 'Brygada 1918', serif; }
.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;
}



.navbar-header{/* float:left; */margin-top:-10px}
.page1 .navbar-header{/* float:left; */margin-top:-50px;}
 
.navbar-nav {border-top: 0px solid #fff;border-bottom: 0px solid #fff;list-style:none;/* text-align:right; *//* margin-top:-100px; */position:relative;z-index:999;padding-right:3rem;}

.navbar-collapse {padding-left:0px;padding-right:0px;}

/** buttons **/
.btn-primary{border: 1px solid #d9b8c3;background:#d9b8c3;padding:1rem 2rem;border-radius:20px;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 #c2a5af;background:#c2a5af;} 
.btn-header {border-radius: 0px;  border: 1px solid #DADADA;}
.btn-header:hover { color:#fff}
a.btn-header:hover{color:#fff}
.btn-default{border: 1px solid #555;background:#555;padding:1rem 2rem;border-radius:20px;font-weight:400;color:#fff;}
.btn-default:hover{border:1px solid #333;background:#333;color:#fff;}

.btnBack {border: 1px solid #555;background:#555;padding:1rem 2rem;border-radius:20px;font-weight:400;color:#fff;}

@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: #5c604d;}
.navbar-toggle:hover .icon-bar{background-color:#fff}
.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:#555}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background:#f0f0f0;color:#555}
.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:#5c604d}

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

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

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

#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:18px}

/**** MARKS TWEAKS FOR v65 BUGS ****/
.socialHead i {padding-right: 12px;}
.catImages, .designButton{height:330px}
.catImages {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:#fff;}
.addressDataMobile a:hover{color:#deb0a3;}
.pageMap{margin-top:20px;border: 0px solid #c3b48d;border-radius:0px 10px 10px 10px;}
#content{margin-bottom:30px;margin-top:3rem;}
.page1 #content {margin-bottom:0px;}
.owl-carousel{margin-bottom:20px;}
.addressData-right .fa{margin-right:8px}
#mobilenav .adminButton{margin-right:10px}
.pageGallery h1{display:none;}
.loginFormControl{height:45px;padding-top:10px}
.owlDiv img{max-width:100%;margin-bottom:10px;margin-top:-5px;}
.selectDate{z-index:100;}
.basketDetail .deliveryInfo{display:inline-block}
@media (max-width: 768px){
.dropdown-menu {max-height: 400px;width: 100%;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
}

.addressDataMobile a{color:#fff;}
.addressDataMobile a:hover{color:#666;}

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

.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%;
    list-style: none;
    background: var(--colorPrim);
    padding: 0px;
    text-align: center;
    margin-top: 10px;
}

.mobile-nav > li > a {
    display: block;
    border-top: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 400;
    text-transform: lowercase;
    color: #fff;
}

.mobile-nav > li > a:hover,
.mobile-nav > li > a:focus {
	background: var(--colorSec);
	color: #fff;
}

.testLogin {
    background: var(--colorPrim);
    text-align: center;
    margin-top: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--colorSec);
}

.adminButton {margin-left:10px;margin-right:10px;color:#fff!important;background:#444;font-weight:300;font-size:12px;border:1px solid #444;border-radius:20px;}

.adminButton:hover {border:1px solid #555;color:#fff;background:#555;color:#fff;}

.adminButton a {color:#fff;}

.designButton .panel-body img, .promotionPanel img{width:230px;height:230px;object-fit:cover;object-position:50% 50%}

.designButton .panel-body img, .catImages .panel-body img{width:230px;height:230px;object-fit:cover;object-position:50% 50%}

.imagesmall.col-sm-3 {
    padding-left:0px;
}

.imageNote {margin-top:10px;}
.designPrices {
    background:none;
    border:none;
    padding-left:0px;
    margin-top:-10px;
}
.designPrices label {font-size:1.5rem;}
#detailRight p {
    float:none!important;
}

.pageContact {background:#ebdfe3;padding:3rem;border-radius:20px;}
.pageContact .btn-primary {margin-right:0.5rem;}
.form-control {border-radius:20px;box-shadow:none;}
.pageContact h2 {font-size:2.3rem;}

.markZ {
    background-size:cover;
    background-position:center;
    height:200px;
    /* border:40px solid #0d1f2c; */
    border-top:0px;
}
.page1 .topbanner-container {padding:0rem 0rem;margin-top:0rem;}

#customTop.container {width:100%;padding-left:0px;padding-right:0px;background:inherit;}

.page1 .markZ {
	height: 600px;
	border-bottom: 2px solid #fff;
	border: 40px solid #0d1f2c;
	border-top: 0px;
}

.customSocial {
    text-align: center;
    position: relative;
    top: 0rem;
    z-index: 999;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    padding: 0.5rem;
    background: var(--colorPrim);
    padding-bottom: 0.8rem;
    font-family: 'Brygada 1918', serif;
}

.customSocial p {margin-bottom:0rem;}
.customSocial i{margin-right:0.5rem;margin-left:1rem;}
.customSocial .fa-shopping-bag {
  font-size:1.7rem;
}
.customSocial .fa-phone-square {
    font-size:1.9rem!important;
}
.customSocial .fa-envelope {
  font-size:1.7rem!important;
}
.customSocial a {
    color:#fff;
}
.customSocial a:hover {
    color:#676767;
}

.shoppIcon {margin-right:1rem;display:inline-block;}

.mainFooter {padding-top:3rem;padding-bottom:2rem;font-size:1.5rem;}
.mainFooter a {color:#777;}
.mainFooter a:hover {color:#333;}
.customFooterCol {padding-top:3rem;}
.customFooterCol p {line-height:3rem;}
.customFooterCol h3 {font-size:2.4rem;font-family: 'Brygada 1918', serif;margin-bottom:1rem;}
.footerAdd {margin-top:1rem;font-size:1.3rem;text-align:center;font-family: 'Brygada 1918', serif;}
.faCustom a {font-size:3rem;margin-right:1rem;}
.footerEnd img {margin-top:1rem;}

.textureBox {
    background:#fdeef4;
    background-image:url(../upload/files/images/floral_texture.jpg);
    text-align:center;
    padding:12rem;
    color:#666;
    max-width:1170px;
    margin-right:auto;margin-left:auto;
    padding-left:15px;padding-right:15px;
}
.textureBox p {font-size:1.6rem;max-width:70%;margin-right:auto;margin-left:auto;}
.textureBox h2 {color:#666;font-size:3rem;max-width:70%;margin-right:auto;margin-left:auto;}


.fullWidthSection {margin-top:0rem;margin-bottom:0rem;background: #f9f9f9;padding-top:1rem;padding-bottom:5rem;}
.homeBox {text-align:center;}
.homeBox h2 {font-size:2.5rem;margin-top:1.5rem;margin-bottom:15px;}
.panelsRow {max-width:1170px;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}

.middleSubTitle {text-align:center;font-size:2rem;width:60%;margin-right:auto;margin-left:auto;margin-top:3rem;padding-left:15px;padding-right:15px;}
.middleSubTitle::after {
    content:'';
    display:block;
    width:1px;
    height:20px;
    background:#d9b8c3;
    margin-right:auto;margin-left:auto;
    margin-bottom:2rem;
}

.colourAccent {
	color: #d9b8c3;
	font-style: italic;
	font-family: 'Brygada 1918', serif;
}

.page1 .content-container {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.page1 .contentFull {
	padding-left: 0px;
	padding-right: 0px;
}

.homeIntroTwo {
    text-align:left;
    margin-bottom:0rem;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:0rem;
}

.rightBanner {
	background-image: url(../upload/files/images/homeRight.jpg);
	height: 100%;
	background-size: cover;
	background-position: center;
}

.leftText {
	background: #fdeef4;
	padding: 3rem;
	color: #666;
	text-align: left;
	height: auto;
	padding: 5rem;
}

.aboutText {
	background: #6688c51c;
	color: #666;
}

.homeIntroTwo h2 {
	font-size: 3.5rem;
	color: #fff;
	text-align: left;
}

.no-gutter [class*="-6"] {
    padding-left: 0;
    padding-right: 0;
}

.no-gutter {
	margin-right: 0px;
	margin-left: 0px;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}


/** BANNER **/
.homeBanner {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:100%;
    text-align:center;
}

.homeBanner h2 {
    font-size: 7rem;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 0 10px #555;
}

.homeBanner p {
	color: #fff;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btnBanner {
	background: var(--colorPrim);
	padding: 1rem 2rem;
	font-weight: 400;
	border: 2px solid var(--colorPrim);
	color: #fff;
	border-radius: 20px;
}


/** FIXES **/
.footerContainer img[src="/upload/mt/bf348/upload/files/images/footer_wp.png"] {
    content: url(/upload/mt/arib270/images/footerCard_defaultGrey.png);
}


/** REDESIGN **/
.navbar-brand > img {
	max-height: 240px;
}

/** ROTATING BANNER **/
.owl-carousel .owlCustom {
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    border: 20px solid var(--colorPrim);
}

.owl-carousel img {
    height: 600px;
    object-fit: cover;
    object-position: center;
}


.introContainer {text-align:center;max-width:60%;margin-right:auto;margin-left:auto;margin-bottom:4rem;}

.introContainer::after {
    content:'';
    display:block;
    width:1px;
    height:20px;
    background:#ba9aa5;
    margin-right:auto;margin-left:auto;
    margin-top:3rem;
}

.page5 .introContainer {
	max-width: 100%;
	text-align: left;
}

.page29 .introContainer {
	max-width: 100%;
	text-align: left;
}

.introBig {
	font-size: 2rem;
}

.weddingContainer {
	text-align: center;
}

.bigIntro {
	font-size: 1.8rem;
}

.weddingMiddleTitle {
    text-align:center;
    font-family: 'Brygada 1918', serif;
    font-size:3rem;
}

.weddingMiddle {
	margin-bottom: 7rem;
	margin-top: 7rem;
}

.weddingTextRight {
	font-size: 1.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.weddingTextRight h2 {
	font-size: 3.5rem;
}

.weddingImageLeft img {
	box-shadow: -20px -20px 0px #d1d1d1;
}

.bigEnding {
	text-align: center;
	font-size: 2rem;
}

.bigEnding2 {
	text-align: center;
	font-size: 1.8rem;
}

.leftExtras {
	display: none;
}

.customButton {
	z-index: 999;
	top: 6rem;
	text-align: right;
	position: relative;
	padding-right: 4rem;
	display: none;
}

.btnNav {
	border-radius: 20px;
	background: var(--colorPrim);
	border: 2px solid #fff;
}

.btnNav:hover {
	background: #fff;
	border: 2px solid #fff;
	color: var(--colorPrim);
}

.page1 .customButton {
	display: block;
}

.designButton .title {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	font-weight: 500;
}

#lyRecTel label:before {
	content: "Recipient ";
}

#lyRecTel label:after {
	content: " *";
}

@media (max-width:768px) {
    #customTop.container {display:none;}
    .head-container {display:inline;}
    .customFooterCol {text-align:center;}
    .equal {display:block;}
    .rightBanner {height:400px;}
    .btnHome {margin-bottom:2rem;}
    .page1 .navbar-header{float:none;margin-top:50px}
    .page1 .markZ {border:20px solid #0d1f2c;}
}


/** REVIEWS HOME **/
/** REVIEWS ROTATOR **/
.review {
    transition: all 0.3s linear;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 10%;
    min-height: 340px;
    color: #555;
    justify-content: center;
}

.homeReviews h1 {
    color: #fff;
}

.author {
	margin-bottom: 20px;
	text-transform: capitalize;
	font-weight: 300;
	letter-spacing: 0.25rem;
	font-size: 2rem;
}

.date {
  display: none;
}

.info {
    margin-bottom: 0.75rem;
    font-size: 1.8rem;
}

.prev-btn,
.next-btn {
	fill: #555;
	width: 1.25rem;
	background: transparent;
	border-color: transparent;
	margin: 0;
	transition: all 0.3s linear;
	cursor: pointer;
}

.next-btn {
    margin-right: 50px;
}

.prev-btn:hover,
.next-btn:hover {
	fill: #fff;
}

button svg {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    padding: 10px;
    transition: .3s;
}

button svg:hover {
    background: #e8cfd3;
    fill: #555;
}

.homeReviews p,
.homeReviews h4 {color: #555;}

/** MOVE REVIEW CONTROLS **/
.button-container {
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    z-index: 10;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.homeReviews {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    border-bottom: 5px solid #e8cfd3;
}

@media (max-width: 767px) {
    .button-container {
        position: relative;
    }
}

span.starReviews i {
    color: #d9b8c3;
    font-size: 3rem;
    margin-bottom: 20px;
}