html {
		background:#fff;  

}
.preserve-newlines {
    white-space: pre-line;
}
a {
	color: #7f392f;
}

#category .product, #category .category {
   font-size:1em;   
}

#category .category .name, #category .product .name {
	color:#000;
	font-size:1.2em;
}

@media (min-width: 992px) {
	.col-sm-3.category img {
		max-height: 260px !important;
	}

	.col-sm-3.category .image-container {
		height: 280px;
	}
}

hr {
	border: 1px solid black;	
}

h2 {
	margin-left: 20px;
	padding: 20px;
	font-size: 2em;
	font-family: 'Carattere', cursive;
}

h2 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h2:before,
h2:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

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);
}

#navigation li.parent {
	cursor: pointer;
}

#navigation li.parent li a::after {
	content: '';
	font-family: inherit;
}

#gallery {
	background: #000;
}
#alt-images {
    padding-top: 0px;
}
#product #details {
    margin-top: 0;
}

#navigation {
	display: table;
	background: #FFF;
}

#navigation::after {
	display: block;
	clear: both;
	content: '';
}

p {
    margin: 0 15px 25px 15px;
	color: #000;
	font-size: 1.2em;
	line-height: 1.5;
    text-rendering: optimizeLegibility;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	
}
li {
font-size: 1em;
	
    text-rendering: optimizeLegibility;
	font-family: 'Urbanist', sans-serif;
}

.content {
	
}
#product .description {
    padding-top: 10px;
	padding-bottom: 5px;
	color: #000;
}


h3, h4, h5 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
html.dark, html.dark body {
   
    	background:#fff;
}
.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;

	color:#262626;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

}

.btn-link {
    color: #e8478a;
    font-weight: normal;
    
    font-size: 1.5em;
	    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:3em;
	
	color: #262626;
	margin-bottom: 10px;
	border-bottom: 1px solid #262626;
}
#product .description {
	  
}

#product .option .title {
	  color: #000;
}
#header{
	background:#000; 
}

.banner-title {
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 25px #000, 0 0 50px #000;
	font-size: 38px;
	font-family: 'Carattere', cursive;
	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;
	color: #ff0;
}
.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){
	.banner-title {
		font-size: 56px;
	}

	.banner-subtitle {
		font-size: 22px;
	}
}

.banner-button {
	display: table;
	margin: auto;
	min-width: 180px;
	
	font-size: 18px;
	line-height: 35px;
	color: rgba(255, 255, 255, .9);
	text-shadow: 0 0 2px rgba(255, 255, 255, .6);
	
	border: 1px solid rgba(255, 255, 255, .8);
	box-shadow: 0 0 3px rgba(255, 255, 255, .3);
	text-transform: uppercase;
	background-color: rgb(196, 12, 12);
}

.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, .4); 
}

/*collection banner*/
#hours {
	background:#8cc63e;
	padding: 10px;
	font-size: 1em;
	color:#000;
	text-align: center;
	border-bottom: 5px solid #000;
}

.tagline-text {
	
	font-size: 1em;
	line-height:1.2em;
	color:#000;
	margin-top:20px;
	}


	#logo img {
    display: block;
    max-width: 100%;
		
		padding: 10px;
	margin: auto;
}

#address {
	cursor: default;
	margin-top: 15px;
	color: #fff;
	
	font-size:1.2em;		
	text-align: center;
	
}

.phone a {
	color: #fff;
}

#navigation {
	margin-left: -30px;
	/*border-bottom: 1px solid #fff;*/
	/*box-shadow:0 0px 10px rgba(0, 0, 0, .8);*/
	position: relative;
	z-index: 1000;
	
	
	margin: auto;
	max-width: 1920px;
	font-family: 'Urbanist', sans-serif;
    
    text-transform: uppercase;
	
}

#navigation a {
	color: #242424;
	font-size: 14px;
}

#navigation li.lv-2.child {
	font-size: 1em;
	padding: 5px;
}
	

#navigation li:hover a {
	color: #000;
}
#navigation-wrapper { 
	border-bottom: 1px solid #194235;
}
#navigation ul ul {
	width: 240px;
	border-bottom: 3px solid #194235;
	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;
}

@media (max-width: 767px) {
	html body #navigation li:not(.active) ul {
		box-shadow: none;
	}
}

#navigation ul {
    float: none;
    width: 100%;
}

#navigation li ul a,
#navigation li:hover ul a {
	color: #000;
}

#page{
	
}
/*
.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%;
	}
	
}
#product .product-name {
    font-size: 2em;
	}
.square:hover .caption {
	margin-top: -5px;
	background: rgba(255, 255, 255, .9);
    
    border: 2px solid #003300;
}

.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.3em;
	text-align: center;
	transform: translate(-50%, -50%);
	
	transition: .2s;
	max-width: 350px;
	
	background: rgba(255, 255, 255, .6);
    
    border: 2px solid #fff;
}
.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: #003300;
	font-size: 1em;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.text-boxes {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #003300;
}

.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: 'Carattere', cursive;
	color: #fff;
}

.text-box-subtitle {
	color: #fff;
	font-size: .6em;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.text-box-paragraph {
	max-width: 32em;
	color: #fff;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.text-box-paragraph-centered {
	text-align: center;
}

a.text-boxes:hover {
	text-decoration: none !important;
}

.title {
	color: #000;
	font-size: 1.3em;
	
}

#homepage.title {
	color: #fff;
	text-shadow: 0.1em 0.1em 0.05em #000;
	font-size: 1.3em;
}

.columns {
	padding-left: 0;
	padding-right: 0;
}

html.dark .btn-primary {
	padding: .7em 20px .5em;
	background-color: #92d30a;
	border-color: #b1f41f;
	color: #000;
	line-height: 2em;
	transition: .2s;
}

html.dark .btn-primary:hover {
	background-color: #446105;
	border-color: #70a108;
	color: #FFF;
}
/*top nav*/
/*end of top nam*/
#shopping-cart .product .price {
    color: #000;
}
#product .values .value {
    color: #000;
}
#content{
	margin: auto;
	padding-bottom: 30px;
}

#content img {
	display: inline-block;
}

h1 {
	 font-size:2em;
	font-family: 'Urbanist', sans-serif;
	color: #194235;
	padding-left:10px;
}

#breadcrumbs {
	background: transparent;
	color:#999;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

#breadcrumbs a{
	color:#000;
}

.btn-primary,
.btn-primary:visited {
	background: #e8478a;
	border-color: #da2872;
}

.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: #555;
}

#footer {
	clear: both;	
	padding: 30px 0;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	background:#003300; 	
	
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer .footer-title {
	font-weight:90px;	
	text-decoration: underline;
}

#footer ul {
	position: relative;
	padding: 20px 0;
	list-style-type: none;
}

#footer2 {
	padding: 20px 0;
	color: #fff;
	font-size: .8em;
	background:#003300; 
}

.checkout #footer2 {
	background:#003300; 
}

#footer2 a {
	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-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
font-style: normal;
/*	padding-top: 20px;*/
	top:50%;
	 
    
}
.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;
}

.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;
	
}
/*
.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;
	
}*/


/*about the team page css ends*/

/* Team Section
--------------------------------*/
#team {
  background: #000;
  padding: 0 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: auto;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member p {
	text-align: justify;
	margin: 0;
}
#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #2dc997;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.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*/

@media (min-width: 600px){
	.main-banner {
		padding-top: 50%;
	}
}

@media (min-width: 1200px)
{	
.container {
    width: 1200px;
}

}

@media (min-width: 991px)
{
	.main-banner {
		padding-top: 28.333%;
	}
}

@media screen and (max-width: 991px)
{
	#logo {
		margin: 0px auto;
	}
}

@media screen and (max-width: 767px)
{
	#logo {
		font-size: 2.1em;
	}

	#footer2 {
		font-size: .65em;
	}
	
	a[href^=tel]{ color:#Fff; text-decoration:none;}
	
	html body #website-controls {
   
    background: #194235;
}
	
}

@media screen and (min-width: 768px)
{
	#website-controls {
		margin-top: 15px;
	}


	#search {
		margin-left: -15px;
		margin-right: -15px;
	}

		
	
	#navigation ul{
/*	display: table;*/
	margin: auto;
	width: auto;
	float: left;
}
	#address {
		display:grid;
	}
	
	
}
@media (min-width: 767px)
{
	
	.combo-text-image {
		display: flex;
		width: 100%;
		min-height: 500px;
		overflow: hidden;
		text-align: center;
		background: #fff;  
		
	}

	.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)
{
	
	a[href^="tel"] {
 color: #fff;
}
	#wedding-nav .lv-2  {
		display: none;
		
	}
	#wedding-nav::after {
display: none;
	}
	
	#logo {
		margin: 0px auto;
	}
	#header{
		
	}
	#address{
		text-align: center;
		
		
		padding: 5px;
		margin-top: 0;
		line-height:1em;
	}
	.phone{
		
		text-align: center;
		line-height:2em;
		
	}
	
	.street,
	.town {
		display: block;
	}
	.square-third {
		width: 100%;	
}
.square-half {
		width: 100%;	
}
	.square-threequarter {
		width: 100%;	
}

	.square-quarter {
		width: 100%;	
}

	#navigation ul
{
	width: auto;
}

}

@media screen and (max-width: 424px)
{
	#header{
		
	}
	#logo {
		
	}
	p {
  
	font-size: 1em;
}
	li {
	    font-size: 1em;
	}
}

@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;
	}
}

@media screen and (max-width: 390px)
{
	#logo{
		margin: 5px auto;
	}
}

@media screen and (max-width: 387px)
{
	#logo{
		margin: 5px auto;
	}
		a[href^="tel"] {
 color: #000;
}
	.text-box-paragraph {
		text-align: center;
	}
	.text-box {
    padding: 40px 15px;
		
	} 
	.wedding-main img {
    margin: 0;
   
    max-width: 100%;
  
}
	#footer {
		text-align: center;
	}
}

@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;
	}
}
