html {
		background:#F0EFEB;   

}
html.dark, html.dark body {
    color: #FFF;
    background-color: #23262e;
}
.preserve-whitespace {
   
    line-height: 30px;
}

#website-controls .flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

html body .desktop-cart .btn-default {
    border: none;
    background: transparent;
	background: #2C3E50;
}
.btn-block {
    display: inline;
}

	
@media (min-width: 992px) {
	#website-controls {
        margin-top: 0px;
        margin-bottom: 15px;
    }

	#website-controls .flex-container {
		justify-content: flex-end;
		flex-wrap: nowrap;
	}
	#website-controls .search-outer {
		padding-left: 0;
		order: 1;
	}
	#website-controls .desktop-cart {
		order: 2;
	}
}

html body .btn-default {
    background: #2C3E50;
	color: #fff;
   
    box-shadow: none;
}html.dark #product .values {
    background: #23262e;
}
#product .values label {
   
    border-left: 1px solid #F0EFEB;
}

#category.outlined-products .col-sm-4.outlined-box .box-bg {
	background: #fff;
	margin: 10px;
	position: relative;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s  ease-in-out;
}
#category.outlined-products .col-sm-4.outlined-box .box-bg:hover, #category.outlined-products .col-sm-4.outlined-box .box-bg:active {
	opacity: .5;
}

#category .col-sm-4.outlined-box img {
	max-height: 100% !important;
}

#category.outlined-products .col-sm-4.outlined-box .details {
	display: block;
	padding: 5px;
	background: #899583;
	width: 100%;
    margin: auto;
    text-align: center;
	margin-top: 0px;
    position: relative;
	z-index: 2;    
	min-height: 55px;
/*	display: flex;*/ 
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
#category.outlined-products .col-sm-4.outlined-box .details:before {
	/* display:block;
	background: #000;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0), rgba(0,0,0,1));  /* Chrome 10-25, Safari 5.1-6 */
	/* background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/* height: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	content: '';
	position: absolute;
	top: -20px;
	left: 0;  */
}
#category.outlined-products .col-sm-4.outlined-box .details span, #category.outlined-products .col-sm-4.outlined-box .details a {
	color: #fff;
}

#category.outlined-products .col-sm-4.outlined-box .image-container {
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	position: relative;
	height: 280px;
}


#category .col-sm-4.outlined-box .image {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	position: absolute !important;
	overflow: hidden;
	bottom: 0 !important;
	z-index: 1;
}

#category .col-sm-4.outlined-box img {
	max-height: 100% !important;
	height: 100%;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: top;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}

#category .product .price::before {
	display: none;
    
}






.checkout .heading {
   
    background: #F0EFEB;
    border-top: 1px solid #23262e;
    border-bottom: 1px solid #23262e; 
	text-align: center;
}
.preserve-newlines {
    white-space: pre-line;
}
#category .product, #category .category {
   font-size:1em;   
	
}

#category .category .name, #category .product .name {
	
	font-size:1.2em;
	color: #000;
	text-transform: uppercase;
	
}
#category .product .name

 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#side-navigation ul {
	list-style-type: none;
	padding: 0;
}

#side-navigation a {
	display: block;
	margin: 5px;
	
}

#side-navigation a.lv-1 {
	
	
	color: #2C3E50;
	
	display: block;
    font-size: 1.2em;
    font-weight: 300!important;
    margin-top: 20px;
    padding-bottom: 5px;
	/*border-bottom: 1px solid #999;*/
}

#side-navigation a.lv-2 {
	
	color: #999;
}
#side-navigation a.lv-2 child::hover {
	
	color: #000;
}
#side-navigation a.lv-2.child:hover {
    color: #2c3e50;
    text-decoration: none;
}
#side-navigation a.lv-1:hover {
    color: #fff;
    text-decoration: none;
}

#side-navigation .side-nav-callout-text ul {
	background: none;
}

.side-nav-links {
	font-size: 1.1em;  
}
.icon-credit-card {
    height: 34px;
    max-width: 55px;
    
}
.fa-lg {
   
    line-height: 1.75em;
}
#addons > .row{
		display: flex;
		align-items:start;
		flex-wrap:wrap;
		justify-content:space-between
	}

	#addons > .row .addon{
		width:33%;
	}

.footer-text-columns h4 {
	text-align: left;
	color: #fff;
	font-size: 18px;
}

.footer-text-columns .location-list {
	text-align: justify;
	color: #fff;
	
	max-height: 150px;
	margin-bottom: 20px;
    overflow-y: scroll;
}
.footer-text-columns .location-list p {
	color: #fff;
	font-size: 16px;
}
.footer-text-columns ::-webkit-scrollbar {
    display: none;
}
.footer-text-columns .fa {
	font-size: 60px;
    color: #ffffff;
}

@media (min-width: 992px) {

	#navigation.mega-nav .flex-container > ul:not(.bottom-row-nav) {
		position: relative;
	}
	#navigation.mega-nav ul:not(.bottom-row-nav) li.lv-1.parent:hover ul {
		display: grid;
		grid-template-columns: 33.3% 33.3% 33.3%;
		width: 860px;
		padding: 20px 50px;
	}

	#navigation.mega-nav ul:not(.bottom-row-nav) li {
		position: static;
	}

	
	#navigation.mega-nav ul:not(.bottom-row-nav) li.lv-1.parent li.lv-2.child {
		padding: 0;
		border-bottom: none;
	}
	
	.col-sm-3.category img {
		max-height: 260px !important;
	}

	.col-sm-3.category .image-container {
		height: 280px;
	}

	#category.outlined-products .col-sm-4.outlined-box .image-container {

		height: 400px;
	}
}

hr {
	border: 1px solid black;	
}

h2 {
	
	font-size: 2.5em;
	font-family: "Taviraj", serif;
	color: #2c3e50;
}

h2 {
    font-size: 28px;
    
    color: #2c3e50;
    padding-left: 10px;
	text-align: center;
}



h2:after {
    margin: 0 20px 0 20px;
}
#navigation a.parent::after {
	font-family: 'FontAwesome';
    content: " \f0d7";
}

#navigation li.lv-1.parent:hover {
	/*background: linear-gradient(to top, #333 6px, transparent 6px);*/
	background: #000;
}

#navigation li.parent {
	cursor: pointer;
}
#navigation li.parent {
	cursor: pointer;
}


#navigation li.parent li a::after {
	content: '';
	font-family: inherit;
}
a {
color: #2C3E50;
   
}

#gallery {
	background: #000;
}
#alt-images {
    padding-top: 0px;
}
#product #details {
    margin-top: 0;
}
#navigation::after {
	display: block;
	clear: both;
	content: '';
}

p {
  /*  margin: 0 15px 25px 15px;*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #999;
	font-size: 16px;
	line-height: 1.8;
    text-rendering: optimizeLegibility;
	/* font-family: 'Roboto Condensed', sans-serif; */
	padding-bottom: 15px;
}
#checkout-progress li::before, #checkout-progress li::after {
   
    background: #fff;
}

li {

	
    text-rendering: optimizeLegibility;
	
}
h6 {
    font-size: 12px;
    color: #000;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.content {
	
}
#product .description {
    padding-top: 10px;
	padding-bottom: 20px;
	color: #999;
}

.description1 {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 3px;
    color: #a94442 !important;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}
h3 {
 
color: #2C3E50;
	font-size: 28px;
    font-family: "Taviraj", serif;
   
	
}
h4, h5 {
 
color: #999;
	font-size: 20px;
    
   
    
	
}


.google-review-card .google-review-text { 
   
    color: black;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #21362a;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px;
}
body {
	float: left; 
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	
	font-family: 'Poppins', sans-serif;
	background: #F0EFEB;

}
#addons {
  margin-bottom: 20px;
  border: 1px solid #F0EFEB;
  border-radius: 2px;
}
.addon .name {
 
  font-size: 14px;
  line-height: 1em;
}
 #product .price::before {
 
  vertical-align: text-bottom; 
}


#product .prices {
	padding-bottom: 0;
	padding-top: 20px;

}
.btn-link {
    color: #2C3E50;
    font-weight: normal;
   
	    border: 1px solid #DDD;
    border-radius: 2px;
	margin-bottom: 10px;

}
#product .values label:hover {
    color: #000;
   
}

a:hover {
    color: #000;
}

#product .product-name {
	 font-size:5em;
	
	color: #2C3E50;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
#product .description {
	  font-size: 16px;
	text-align: justify;
}

#product .option .title {
	  color: #000;
}
#header{
	 
	max-width: 1400px;
	margin: auto;
}
#header-wrapper{
	background: #899583;
}
.banner-title {
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 25px #000, 0 0 50px #000;
	font-size: 36px;
	font-family: "Taviraj", serif;
	line-height: .9em;
}

.banner-subtitle {
	display: inline-block;
	padding: 1em;
	color: rgba(255, 255, 255, .8);
	text-shadow: 0 0 5px #000;
	font-size: 15px;
	line-height: .9em;
}
.areas-served{
	text-align: center;
	
}
.footer-text {
	color: #fff;
	
	font-size: 1em;
}


@media screen and (min-width: 480px){
	.banner-title {
		font-size: calc(34px + 22 * (100vw - 480px) / 480);
	}

	.banner-subtitle {
		font-size: calc(12px + 7 * (100vw - 480px) / 480);
	}
}

@media screen and (min-width: 1200px){
	#header {
		max-width: 95%;
	}
	.square-half {
		min-height: 500px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.banner-title {
		font-size: 66px;
	}

	.banner-subtitle {
		font-size: 22px;
	}
	#category.outlined-products .col-sm-4.outlined-box .image-container {
		height: 400px;
	}
}

.banner-button {
	display: table;
	margin: 10px auto;
	min-width: 170px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 50px;
	color: rgba(255, 255, 255, .9);
	text-shadow: 0 0 5px #000;
	box-shadow: 0 0 8px rgba(255, 255, 255, .9);
	background: #2c3e50;
}

.main-banner{
	position: relative;
	width: 100%;
	padding-top: 80%;
	text-align: center;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.banner {
	width: 100%;
}

.banner-contents-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner-contents {
	min-width: 60%;
	max-width: 600px;
	padding: 30px 0;
	background: rgba(255, 255, 255, .5);
	border: 1px solid #fff;
}

/*collection banner*/
#hours {
	background:#8cc63e;
	padding: 10px;
	
	color:#000;
	text-align: center;
	border-bottom: 5px solid #000;
}

.tagline-text {
	
	
	line-height:1.2em;
	color:#000;
	margin-top:20px;
	}

#logo {
	
	margin: 2px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#logo img {
	display: block;
	max-width: 100%;
	height: auto;
	padding: 3px;
}


#address {
	cursor: default;
	margin-top: 15px; 
	color: #999;
	line-height: 1.4em;
		font-size: 16px;
	text-align: center;  
	
}

.phone {	
	font-size:1.4em;
	margin-bottom:5px; 
	line-height: 1.4em;
}
#header .phone a {
	color: #999;
}
#navigation {
	margin-left: -30px;
	/*border-bottom: 1px solid #fff;*/
	/*box-shadow:0 0px 10px rgba(40, 54, 24, .8);*/
	position: relative;
	z-index: 1000;
	
	
	margin: 0;
	
	
}

#navigation a {
	color: #fff;
	text-transform: uppercase; 
	letter-spacing: 1px;
	    padding: 0 12px;
	
}

#navigation li.lv-2.child {
	
	padding: 5px;
	border-bottom: 1px solid #999;
}

#navigation li li {
    border-bottom: 1px solid #999;
}

	

#navigation li:hover a {
	color: #F0EFEB;
}

#navigation ul ul {
	width: 240px;
	border-bottom: 3px solid #000;
	box-shadow:
		0 4px 3px rgba(0, 0, 0, .5),
		0 14px 12px rgba(0, 0, 0, .1);
}

#navigation li:last-child ul {
	left: 0;
	right: auto;
}
#product {
    padding-top: 4px;
}

@media (min-width: 768px) and (max-width: 992px){
    .mega-nav .container {
        width: 99%;
    }
	#navigation.mega-nav a {
		padding: 0 8px;
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	html body #navigation li:not(.active) ul {
		box-shadow: none;
	}
	html body #navigation .lv-1 {
		color: #2c3e50;
	}

	.product-text-row .text-container h1 {
		font-size: 28px;
	}
	
	#footer {
		text-align: center;
	}
	#website-controls > .flex-container {
	flex-wrap: nowrap;
	}
	#website-controls .nav-toggle {
	order: 1;
	}
	#website-controls .search-outer {
	order: 2;
	}
	#website-controls .mobile-cart {
	order: 3;
	}

	/* sticky nav on mobile */
    html body #website-controls, html body #navigation {
		position: fixed !important;
		background: #fff;
	}
	
	
	
}

#navigation ul {
    float: none;
    width: 100%;
}

#navigation li ul a,
#navigation li:hover ul a {
	color: #000;
}

#page{
	
	
	margin: auto;
}
/*
.container-widest {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1920px;
}
*/
.square {
	display: block;
	float: left;
	position: relative;
	background-size: cover;
	margin-bottom: 15px;
}

.square-half::after {
	display: block;
	content: '';
	padding-top: 50%;
}

.square-third::after {
	display: block;
	content: '';
	padding-top: 100%;
}
.square-threequarter::after {
	display: block;
	content: '';
	padding-top: 50%;
}
.square-quarter::after {
	display: block;
	content: '';
	padding-top: 50%;
}

@media (min-width: 768px){
	.square-quarter::after {
		padding-top: 75%;
	}
	/* desktop sticky nav */
	.sticky-nav #navigation {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		background: rgba(137, 149, 131, .9);
	}
}

.square:hover .caption {
	margin-top: -5px;
	background: rgba(255, 255, 255, .9); 
	border: 1px solid #000;
	color: #000;
}

.square-half .caption:hover .title:hover {
	color: #000;
	
}
.square-half:hover {
	color: #000;}
	
.square-third {
	width: 33.333%;	
}

.square-threequarter {
	width: 75%;	
}
.square-quarter {
	width: 25%;	
}
.square-half {
	width: 50%;	
}

.square.half{
    display: block;
    float: left;
    position: relative;
    background-size: 100% auto;
    background: cover;
    border: 10px solid #fff;
}
.square.quarter{
    display: block;
    float: left;
    position: relative;
    background-size: 100% auto;
    background: cover;
    border: 10px solid #fff;
}

.caption {		
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	padding: 20px;
	line-height: 1.5em;
	text-align: center;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .6);
	border: 1px solid #fff;
	transition: .2s;
	max-width: 350px;
}
.square.threequarter{
    display: block;
    float: left;
    position: relative;
    background-size: 100% auto;
    background: cover;
    border: 10px solid #fff;
}

.caption3 {
	position: absolute;
	top: 50%;
	left: 20%;
	
	line-height: 1.3em;
	text-align: center;
	transform: translate(0, -50%);	
	
	
}

.super-title {
	color: #000;
	
	
}

.text-boxes {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #2C3E50;
}

.text-box {
	padding: 80px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-box:first-child {
	padding-bottom: 0;
}

.text-box:last-child {
	padding-top: 0;
}

.text-box-title {
	text-align: center;
	font-size: 2.5em;
	font-family: 'Style Script', cursive;
	color: #fff;
}

.text-box-subtitle {
	color: #fff;
	font-size: .6em;
	
}

.text-box-paragraph {
	max-width: 32em;
	color: #fff;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.3em;
	
}

.text-box-paragraph-centered {
	text-align: center;
}

a.text-boxes:hover {
	text-decoration: none !important;
}

.title {
	color: #000;
	font-size: 2em;
	font-family: 'Style Script', cursive;
	
}

#homepage.title {
	color: #fff;
	text-shadow: 0.1em 0.1em 0.05em #000;
	font-size: 1.3em;
}

.columns {
	padding-left: 0;
	padding-right: 0;
}

.btn-primary, .btn-primary:visited {
	padding: .7em .5em;
	background-color: #2c3e50; 
	border-color: #2c3e50;
	color: #fff;
	line-height: 2em;
	transition: .2s;
	width: 240px;
	max-width: 90%;
	margin: 2px 2px 2px 0;
	border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #fff; 
	color: #000;
	text-shadow: none;
}

.btn-secondary, .btn-secondary:visited {
	padding: .7em .5em;
	background-color: transparent;
	border-color: #000;
	color: #000;
	line-height: 2em;
	transition: .2s;
	width: 240px;
	max-width: 90%;
	margin: 2px 2px 2px 0;
	border-radius: 0;
}

.btn-secondary:hover, .btn-primary:focus, .btn-primary:active {
	/* background-color: #000; 
	color: #fff;
	text-shadow: none; */
	background-color: #fff; 
	color: #000;
	text-shadow: none;
}



/*top nav*/
/*end of top nam*/
#shopping-cart .product .price {
    color: #000;
}

#content{
	margin: auto;
	padding-bottom: 30px;
	max-width: 80%
}

#content img {
	display: inline-block;
}

h1 {
	 font-size: 32px;
	color: #2c3e50;
	text-transform: capitalize;
	text-align: center;
	font-family: "Taviraj", serif;
}
#breadcrumbs-wrapper {
	
border-bottom: 1px solid #999; 
}

#breadcrumbs {
	background: transparent; 
	color:#2c3e50; 
	font-size: 14px;
	
}

#breadcrumbs a{
	color:#999;
}

.btn-primary,
.btn-primary:visited {
	/* background: #2C3E50;
	border-color: #aeae92; */
	/* max-width: 75%;
    margin: auto; */
}
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    width: fit-content;
    margin: auto;
	color: #333;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
	/* background: #060606;
	border-color: #262626; */
}

#category .product .button {
	width: 5em;
	margin: auto;
}

#category .product-subtitle {
	font-size: 17px;
	font-style: italic;
	color: #ccc;
}

#footer {
	clear: both;	
	padding: 30px 0;
	color: #fff;
	
	background:#2c3e50; 	
	border-top: 1px solid #958a48;
}

#footer a, #footer li {
	color: #fff;
    font-size: 16px;
    margin-bottom: 0.75em;
    
   
	text-decoration: none;
}

#footer .footer-title {
	font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-bottom: 0.5em;
	    
}

#footer ul {
	position: relative;
	padding: 20px 0;
	list-style-type: none;
}

#footer2 {
	padding: 20px 0;
	color: #999;
	font-size: 14px;
	background:#2c3e50; 
}

.checkout #footer2 {
	background:#2c3e50;  
}

#footer2 a {
	color: #999;
}
#footer a:hover {
	color: #fff;
}

#footer2 a:hover { 
	color: #fff;
}
img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}



.social.blog {
background:#ef8731;
}
.fa fa-blog-f:before, .fa-blog:before {
    content: "\f09e";
}
#header ul {
    position: relative;
    padding: 2px 0;
    list-style-type: none; 
	
	
}

.wedding-main img{
	margin: 0;
	margin-left: -15px;
	    max-width: 103%;
	border-bottom: 1px solid #000;
}

.wedding-sm-txt{
	text-align: center;
	font-size: 2em;
	margin-top: -8px;
	margin-bottom: 27px;
}
.wedding-logo img{
	margin: auto auto 20px;
}
.wedding-txt{
	line-height: 2em;
	font-size: 1.2em;
}



.social.ww {
    background: #19b5bc;
}
ww-f:before, .fa-ww:before {
    content:   "\f1e7";
}
.callout-btn {
    border: 1px solid #000;
    margin: 11px auto;
    width: 100px;
    padding: 9px;
    font-size: 1em;
    text-transform: uppercase;
}
.callout-title {
   margin-bottom: .5em;
    padding: 0;
    font-size: 2.125rem;
    text-align: center;
	
font-style: normal;
/*	padding-top: 20px;*/
	top:50%;
	 
    
}
#product .values .value {
    min-height: 5em;
    padding-top: 20px;
    padding-bottom: 0;
	color: #999;
	
}

.callout-text-color {
	background: #d6dbcc;
}
.callout-text {
	/*background: #000;*/
/*	width: 50%;
	float: left;*/
	top:50%;
}
.callout-text-2 {
	background: #d6dbcc;
	width: 50%;
	float: right;
}


.wedding-pic {
	position: relative;
	float: right;
	width: 50%;
	overflow: hidden;
}

.wedding-pic img{
	height: 100%;
}

.wedding-pic-2 img{
	width: 50%;
	background: contain;
	height: 100%;
	float: left;
}

.content .gallery-albums {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.gallery-albums .album-preview {
	max-width: 100%;
}

.homepage-callout img {
    margin: auto;
	border: 10px solid #1f1f1e;
	margin-bottom: 10px;
}

.homepage-callout:hover,
.homepage-callout:active {
	text-decoration: none;
}

.homepage-callout .name {
	color: #fff;
    vertical-align: middle;
    float: left;
    line-height: 18px;
	
}
.caption2{
    position: absolute;
    bottom: 1.5em;
    left: .5em;
    right: .5em;
    background: rgba(0,0,0,0.6);
    padding: 1em;
    font-size: 14px;
	width: 80%;
	margin: auto;
}
.homepage-callout .subtitle {
    float: right;
    font-style: italic;
    font-size: 10px;
    vertical-align: bottom;
    color: #9dcb3c;
    line-height: 18px;
}

.homepage-callout p {
	text-align:center;
	color:#21362a;
	font-size:1em;
	
}
html #product .option {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    background: #F0EFEB;
	border-top: 1px solid #F0EFEB; 
	    border-bottom: 1px solid #F0EFEB;
	 /*   margin-left: 15px;*/
    max-width: 90%;
	
    
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}


/*
.homepage-callout .caption {
	float: left;
	width: 100%;
	
	padding: 15px;
	color: #21362a;
	
	font-size: 1.7em;
	line-height: 1em;
	text-align:center;
	border-top:1px dotted #21362a;
	
}*/



.text-center {
    text-align: center;
    
}
.block {
	margin-bottom: 20px;
}
/*table section*/
.table-success, .table-success>td, .table-success>th {
    background-color: #c3e6cb;
}


/*end of table section*/



















.homepage .col-sm-3.category, .homepage .col-sm-3.product, .homepage .col-sm-4.category, .homepage .col-sm-4.product {
	padding: 0;
	}



.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.product-text-row {
	display: flex;
    justify-content: center;
    align-items: stretch;
	flex-wrap: wrap;
/*	background: #fff;*/
    padding: 30px 0;
}

.product-text-row .text-container {
  
    min-height: 100%;
    text-align: left;
    position: relative;
	padding: 30px;
}
.product-text-row .text-container {
	text-align: left;
}
.banner-contents {
	background: transparent;
	border: none;
	}

.homepage #breadcrumbs-wrapper {
		border: none;
	}

.product-text-row .text-container h1 {
	text-align: left;
	font-family: "Taviraj", serif;
	font-weight: 400;
	font-style: normal;
}

.product-text-row .text-container p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	text-align: justify;
}

.text-img-section .flex-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
}


.text-img-section .tall-image {
	min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	margin: 0 -15px;
	position: relative;
	box-shadow: inset 0em -5em 10em black;
}



.text-img-section .tall-image .caption, .square-half .caption  {
	bottom: 0;
	top: auto;
	background: transparent;
	border:none;
	color: #fff;
}
.text-img-section .tall-image .caption {
	bottom: -40px;
}
.text-img-section .tall-image .caption .title, .text-img-section .tall-image .caption .super-title, .square-half .caption .title, .square-half .caption .super-title {
	color: #fff;
}
.text-img-section .tall-image .caption .title, .square-half .caption .title {
	font-family: "Taviraj", serif;
	line-height: 1.1;
}
.text-img-section .tall-image .caption .super-title {
	font-size: 1.2em;
}
.text-img-section .text-container {
	background: #feeaee;
	padding: 30px;
}

.text-img-section .text-container h2 {
	text-align: left;
	color: #000;
	padding-left: 0;
}
.text-img-section .text-container p {
	color: #23262e;
}

.square-half .caption:hover {
color: #000;
}

@media (min-width: 1200px){
	.product-text-row .text-container h1 {
		font-size: 48px;
	}
.text-img-section .tall-image .caption .title {
	font-size: 36px;
}
.text-img-section .text-container {
	padding: 50px;
}

.text-img-section .text-container h2 {
	font-size: 42px;
}

}




@media (min-width: 600px){
	.main-banner {
		padding-top: 50%;
	}
}

@media (min-width: 991px)
{
	.main-banner {
		padding-top: 42%;
	}
}

@media screen and (max-width: 991px)
{
	#product .prices {
		padding-top: 0px;
		text-align: center;
	}
	#product .prices .price {
		padding: 5px;
	}
	#logo {
		margin: 0px auto;
	}
}

@media screen and (max-width: 767px)
{
	#logo {
		font-size: 2.1em;
	}

	#footer2 {
		font-size: .65em;
	}
	h1, h3 {
    font-size: 22px;
	}
	
	
	
	html body #website-controls {
   
    background: #2C3E50;
}
html body #website-controls {
        height: 58px;
}
	#content{
	
	max-width: 100%
}
	
}

@media screen and (min-width: 768px)
{

	#navigation .flex-container {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	
	#navigation .flex-container > ul {
		margin-left: 0;
		margin-right: 0;
	
	}

	#website-controls {
		margin-top: 15px;
	}


	#search {
		margin-left: -15px;
		margin-right: -15px;
	}

		
	
	#navigation ul{
/*	display: table;*/
	margin: auto;
	width: auto;
	float: none;
}
	#address {
		display:grid;
	}
	
	.gallery-albums .album-preview {
		max-width: 46%;
	}
}
@media (min-width: 767px)
{
	
	.combo-text-image {
		display: flex;
		width: 100%;
		min-height: 500px;
		overflow: hidden;
		text-align: center;
		background: #343232;  
		
	}

	.combo-text {
		display: block;
		width: 50%;
		padding: 4em 2em;
		font-family: inherit;
		font-weight: normal;
		font-size: 1em;
		line-height: 1.6;
		text-rendering: optimizeLegibility;
		vertical-align: middle;
	}

	.combo-image {
		display: block;
		position: relative;
		width: 50%;
		min-height: 500px;
		overflow: hidden;
	}

	.combo-image img {
		position: absolute;
		top: 0;
		left: 50%;
		max-width: none;
		height: 100%;
		object-fit: cover;
		transform: translateX(-50%);
	}

	.combo-text-image-reverse,
	.combo-text-image:nth-of-type(odd) {
		direction: rtl;
	}

	.combo-text-image:nth-of-type(odd) .combo-text,
	.combo-text-image:nth-of-type(odd) .combo-image,
	.combo-text-image-reverse .combo-text,
	.combo-text-image-reverse .combo-image {
		direction: ltr;
	}
	
	.square {
		margin: 0;
		border: 10px solid #fff;
	}

	.text-boxes {
		flex-direction: row;
	}

	.text-boxes-reverse {
		flex-direction: row-reverse;	
	}

	.text-box {
		width: 50%;
		padding: 100px 50px !important;
	}
}

@media screen and (max-width: 767px)
{
	
	
	#wedding-nav .lv-2  {
		display: none;
		
	}
	#address-mobile {
		text-align: center;
	}
	#wedding-nav::after {
display: none;
	}
	
	#logo {
		margin: 0px auto;
		display: table;
	}
	#header{
		
	}
	#address{
		text-align: center;
		
		color: #fff;
		padding: 5px;
		margin-top: 0;
		line-height:1em;
	}
	.phone{
		
		text-align: center;
		line-height:2em;
	}
	
	.street,
	.town {
		display: block;
		color: #999;
	}
	.square-third {
		width: 100%;	
}
.square-half {
		width: 100%;	
}
	.square-threequarter {
		width: 100%;	
}

	.square-quarter {
		width: 100%;	
}

	#navigation ul
{
	width: auto;
}
	
	#product .values {
  /*  display: flex;*/
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
} 
	#product .values .value-name {
    line-height: 1em;
		display: inline-block;
		font-size: 16px;
	}
	#product .values .value {
    min-height: 5em;
    padding-top: 10px;
    padding-bottom: 0;
}
	#addons > .row{
		display: flex;
		align-items:start;
		flex-wrap:wrap;
		justify-content:space-between
	}

	#addons > .row .addon{
		width:33%;
	}
}

@media screen and (max-width: 424px)
{
	#header{
		
	}
	#logo {
		
	}
	p {
  
	font-size: 1em;
}
	li {
	    font-size: 1em;
	}#addons-wrapper {
		margin: 10px;
}
	html.dark #addons, html.dark #shopping-cart .product, html.dark #shopping-cart .totals {
     background: #23262e; 
     border: 2px solid #23262e;
}
	

@media screen and (max-width: 398px)
{
	.square-third {
		width: 100%;	
}
	.square-half {
		width: 100%;	
}
	.square-threequarter {
		width: 100%;	
}

	.square-quarter {
		width: 100%;	
}


	.title1 {
    font-size: 2em;
	}
	.super-title2 {
  
    font-size: 1em;
		text-align: justify;
	}
		
	#address{
		position: relative;
		z-index: 100;
	}
	#logo{
		margin: 4px auto;
	}
	h2 {
   
    font-size: 1.2em;
	}
	.banner-title {
	
	font-size: 36px;
	}
	.banner-contents {
  background: transparent;
  border: none;
    padding: 30px;
	}
	
}

@media screen and (max-width: 390px)
{
	#logo{
		margin: 5px auto;
	}
}

@media screen and (max-width: 387px)
{
	#logo{
		margin: 5px auto;
	}
	a[href^="tel"] {
 color: #fff;
}
	.wedding-main img {
    margin: 0;
   
    max-width: 100%;
  
}
}

@media screen and (max-width: 383px)
{
	#logo{
		margin: 6px auto;
	}
	h1 {
    font-size: 2em;
    
}
}

@media screen and (max-width: 367px)
{
	#header{
	
	}
	#logo {
		margin-top: -4px;
	}
	.phone {
 
    text-align: center;
    line-height: 2em;
		color: #fff;
}

	
}

@media screen and (max-width: 268px)
{
	#header{
		
	}
}

@media (min-width: 767px){
	.email-subscription-form {
		max-width: none;
	}

	.email-subscription-form br {
		display: none;
	}

	.email-subscription-form h4 {
		float: left;
		width: 180px;
		padding-right: 20px;
	}

	.email-subscription-form input[type="email"] {
		float: left;
		height: 44px;
		width: calc(100% - 360px);
		max-width: 300px;
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.email-subscription-form input[type="submit"] {
		height: 44px;
		width: 180px;
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}
/* adjusting category image display */
@media (min-width: 768px) { 
	.cat-container {
		width: 100%;
		max-width: 1500px;
		margin: auto; 
	}
	#category .col-sm-4, .container-widest #category .col-sm-3 {
	padding-left: 5px;
	padding-right: 5px;
	}
	#category .col-sm-4 .image-container {
		/* height: 300px; */
	}
	#category .col-sm-3 .image-container {
		background: #F0EFEB;
		height: 300px;
		}

	 #category .col-sm-4.product .image,
	 #category .col-sm-4.category .image  {
		/*bottom: 10% !important;*/
	}
	 #category .col-sm-3.product .image  {
		bottom: 0% !important;
		height: 260px;
	}

	#category .col-sm-4.product img {
		/* max-height: 320px!important; */
		
	}
	 #category .col-sm-3.product img {
		max-height: 260px!important;
		
	}
}

@media (min-width: 1200px)
{	
	.container {
		width: 1180px;
	}

	#page .container {
		width: 100%;
		max-width: 1180px;
	}
	
	.col-sm-3.category,
	.col-sm-3.product,
	.col-sm-4.category,
	.col-sm-4.product {
		padding-top: 10px;
		padding-bottom: 15px;
	}

	#category .col-sm-4.product .image,
	#category .col-sm-4.category .image {
		/* height: 420px; */
	}

	#category .col-sm-4 .image-container {
		/* height: 400px; */
	}

	#category .col-sm-4.product img,
	#category .col-sm-4.category img {
		/* max-height: 460px!important; */
	}
	
	
}


.local-page .large-featured-product .price{
	color:white;
}

.local-page #large-featured-products-controls{
	bottom: 1.5rem;
	top: initial;
}

.local-page #large-featured-products-controls > .col-xs-12{
	text-align:center;
	margin: 0 !important;
	width: 100%;
}


.local-page #category .details{
	margin-top:.5rem;
	display:block;
}


@media(min-width:900px){
	.local-page .local-map-container + .content-container > h2:first-of-type{
		width:calc(50% - 60px);
	}
}

@media(min-width: 767px){
	
	.local-page #category .image{
		display: flex;
		align-items: center;
		justify-content: center;
		top:50%;
		transform:translateY(-50%);
	}
}

@media (min-width: 1420px)
{	
	.product-text-row .text-container h1 {
		font-size: 48px;
	}
	.container {
		width: 1400px;
	}

	#page .container {
		width: 100%;
		max-width: 1400px;
	}

	#navigation.mega-nav ul:not(.bottom-row-nav) li.lv-1.parent:hover ul {
		width: 1200px;
		padding: 20px 100px;
	}
}