@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);

body {
	font-family: Carme, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background: #f0efe1;
	color: #79896a;
}

.highlight {
	background: #f0efe1;
}

a,
.catNavigator dt {color: #546049;} 

a:hover,
a:focus {
	text-decoration: none;
	color: #4a6a81;
}

h3,
h4,
h5,
h6 {
	color: #4E4C4C;
	font-family: Carme,Tahoma,Geneva,sans-serif;
}

h1,
h2 {
	font-family: 'Cinzel', serif;
	color: #546049;
}

.cartHeader,
.confirmTell,
#footer dt {
	color: #ffffff;
	font-family: Carme,Tahoma,Geneva,sans-serif;
}

strong,
b {font-weight: 500;}

.head-container {
	border-bottom: 6px solid #667455;
	padding: 4px;
	background: #79896a;
}

.topnav-container,
.navbar-default {background: inherit;}

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

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

.addressData a:hover {color: #505a47;} 

.left {
	padding-right: 5px;
	margin-bottom: 15px;
	padding-left: 0px;
}

.right {
	padding-left: 5px;
	padding-right: 0px;
}

.promotionPanel .img-responsive,
.category .img-responsive,
.product .img-responsive,
.productSquare .img-responsive {
    display: inline-block;
    border: solid 4px #667455;
    min-height: 180px;
}

/** 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 {
	color: #667455;
	font-size: 14px;
	display: inline-block;
	border: 3px solid #f0efe1;
	padding: 7px;
	margin-left: 6px;
}

.navbar-default .navbar-nav > li > a.current,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #79896a;
	border: solid 3px #79896a;
}

.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: none;
	margin-top: 120px;
}
 
.navbar-nav {
	list-style: none;
	text-align: center;
	margin-top: 10px;
}

/** Left Nav **/
.catNavigator dd,
.catNavigator a:link,
.catNavigator a:visited {color: #546045;}

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


/** buttons **/
.btn-primary {
	background-image: none;
	background-color: #79896a;
	color: #f0efe1;
	border: 1px solid #f0efe1;
	border-radius: 0em;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
	background-image: none;
	background-color: #79896a;
	border: 1px solid #f0efe1;
} 

.btn-header {
	border-radius: 0px;
	border: 1px solid #DADADA;
}

.btn-header:hover {
	background: #000;
	color: #fff;
}

a.btn-header:hover {color: #fff;}

.btn-default {
	background-image: none;
	background-color: #474949;
	border: 1px solid #474949;
}

.btn-default:hover {
	background-image: none;
	background-color: #979999;
	border: 1px solid #474949;
}

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

.singleBanner {margin: 0px 12px;}


/** Designs **/
.panel {
	background: #f0efe1 url(../images/qb2.png);
	border: 4px solid #79896a;
	border-radius: 0em;
}

.panel:hover {
	background: #79896a url(../images/qb.png);
	border: 5px solid #79896a;
	border-radius: 0em;
}

.designButton:hover,
.designButton:focus,
.designItems,
.catImages:hover {
	background: #f0efe1 url(../images/qb2.png);
	border: 4px solid #79896a;
	color: #4E4C4C;
	text-decoration:none;
}

.newsPanel:hover {
	background: #fafafa;
	border: 1px solid #D7D5D5;
	color: #4E4C4C;
	text-decoration: none;
}

.promotionPanel span.title {
	display: block;
	font-size: 0.9em;
	margin: 8px auto 0;
	color: #667455;
	font-weight: bold;
}

.promotionPanel span.title strong {
	display: block;
	font-size: 1.1em;
	font-weight: bolder;
}

h1.title {
	color: #667455;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 20px 0 20px 0;
}

h2.title {
	color: #4E4C4C;
	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;
	border-bottom: 1px solid #DADADA;
}

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: #cccccc;}

.dropdown-header {color: #5e7f96;}

.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: #79896a;}

.homepanel {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.date-disp-square-sm {
	background-color: #e93395;
	border: 1px solid #e93395;
}

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

/** FOOTER **/
.footerContainer {
	border-top: 0px solid #79896a;
	background: #79896a;
	color: #fff;
}

#footer a:link,
#footer a:visited {color: #fefefe;}

#footer a:hover {color: #505a47}

#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;}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	border: solid 5px #79896a !important;
}

.owl-carousel .owl-loaded {
	display: block;
	margin-top: -20px !important;
}

.mobile-nav {
    width: 100%;
    margin-top: 0px;
    list-style: none;
    padding: 0px;
    text-align: center;
    margin-top: 10px;
}

.testLogin {text-align: center;}

#mobilenav .dropdown-menu a {color: #555;}

.dropdown-menu {font-size: 13px;}

.designButton{height: 340px;}

.designPrices{background: #ecebd6;}

.btnBack {
	border-radius: 0px;
	background: #dcdbbf;
}

.orderSummaryText .header {color: #555;}

.orderconfirm .confirmBoxes .col-sm-5 {min-height: 655px;}

.textTop {
    font-size: 1.5em;
    margin: 0 auto;
    min-height: 10px !important;
    position: relative;
    text-align: center;
    background-color: #79896a;
    color: #fff;
    padding: 0px 0;
}

.weddingsHeader {
    max-height: 500px;
    margin: auto;
}

.customerNotice {
    text-align: center;
    border: 5px solid #79896a;
    border-radius: 15px;
    padding: 20px;
}

.leftExtras {
    display: none;
}


/* ------------- GOOGLE REVIEWS PLUGIN CSS -------------- */
#map-plug {display: none;}

#google-reviews {
	display: flex;
	flex-wrap: wrap;
}

.review-item {
	background: #f9f9f9;
	border: solid 1px #f0f0f0;
	margin: 0 auto;
	padding: 1em;
	margin-bottom: 15px;
	width: 100%;
	border-radius: 10px;
}

@media ( max-width:450px) {
  .review-item {
	  flex: 1 1 90%;
	}
}

.review-meta,
.review-stars {font-size:90%;}

.review-stars {
	position: absolute;
	left: 130px;
	margin-top: -22px;
}

.review-author {
	text-transform: capitalize;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
	display: block;
}

.review-author:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;width: 87%;
	height: 1px;
	background: #e6e6e6;
	z-index: 1;
	margin-top: 10px;
	margin-left: 57px;
	max-width: 69vw;
}

.review-author i {
	position: relative;
	background: #f9f9f9;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
	z-index: 5;
}

.review-date {
	opacity: .6;
	display: block;
}

.review-text {
	line-height: 1.55;
	margin: auto;
	margin-left: 34px;
	clear: none;
	margin-top: -27px;
	font-size: 14px;
}

.review-stars ul {
	display: inline-block;
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.review-stars ul li {
	float: left;
	list-style: none !important;
	margin-right: 1px;
	line-height: 1;
}

.review-stars ul li i {
	color: #E4B248;
	font-size: 1.4em;
	font-style: normal;
}

.review-stars ul li i.inactive {color: #c6c6c6;}

.star:after {content: "\2605"; }

.quote {
	display: inline-block;
	margin-top: 10px;
	height: 22px;
	background-image: url(../images/quotes.png);
	width: 28px;
}


/** BANNER **/
.markZ {
    margin-bottom: 20px;
    border: 5px solid #79896a;
	background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    min-height: 0;
    max-height: none;
}

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

/** ADDED BY BILL FOR STATIC BANNER ON HOME PAGE 200126 **/
.itemBanner {
	margin-bottom: 10px;
	margin-top:20px;
    border: 5px solid #79896a;
	background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    min-height: 0;
    max-height: none;
}

.bannerText {
    text-align: center;
    padding: 60px;
    font-size: 2rem;
}

.bannerText {
    text-align: center;
    padding: 20px;
    font-size: 2rem;
}



.bannerText p {
    color: #fff;
    font-size: 2.4rem;
    text-shadow: 0 0 10px #000;
}

.bannerText h2 {
    color: #fff;
    font-size: 4rem;
    text-shadow: 0 0 10px #000;
}

.bannerText h1 {
    font-size: 4rem;
    color: #fff;
	text-shadow: 0 0 10px #000;
}


.footerContainer img[src="/upload/styles/images/footer-clear.png"] {
    content: url(/upload/mt/box467/images/footer_fp_white.png);
}

/** CHANGES OCTOBER 2024 **/
.navbar-nav li.page26 a, .navbar-nav li.page26 a.current,.navbar-nav li.page26 a:focus{color:#fff;background:#79896a;border:3px solid #79896a;}
.navbar-nav li.page26 a:hover, .navbar-nav li.page26 a.current:hover{color:#79896a;background:none;}

/** CHRISTMAS LINK **/
.navbar-nav li.page42 a, .navbar-nav li.page42 a.current,.navbar-nav li.page42 a:focus{color:#cf2828;background:none;border:3px solid #cf2828;}
.navbar-nav li.page42 a:hover, .navbar-nav li.page42 a.current:hover, .navbar-nav li.page42 a.current{color:#fff;background:#cf2828;border:3px solid #cf2828;}
