/* CSS Document */
body {
	background: #161001;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #faf8f4;
}
.group:after {
	/* To clear Float */
	content: "";
	display: table;
	clear: both;
}
h1, h2, h3 {
	font-family: 'Merriweather', serif;
}
h1 {
	background: url(../img/title-bg.png) bottom left no-repeat;
	color: #fff;
	padding: 10px 25px 20px;
	line-height: 1.8rem;
	margin: 0;
}
h2 {
	font-size: 1.3rem;
	font-weight: normal;
	border-bottom: solid 2px #564828;
}
.text-home {
	margin: 15px 50px;
}
.home-img {
	text-align: center;
}
.home-img1 {
	background: #161001;
}
.home-img2 {
	background: #564828;
}
.home-img img {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	max-width: 960px;
}
a.phone-number {
	display: none;
	text-align: right;
	position: absolute;
	right: 15px;
	bottom: 25px;
	font-size: 1.6rem;
	font-family: 'Merriweather', serif;
	color: #fff;
	text-decoration: none;
	line-height: 1.5rem;
}
a.link-top {
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
}
#content {	
	padding: 0 25px;
}
.text-sm {
 font-size: .8rem;
}
.sub-menu {
	text-align: center;
	margin-bottom: 10px;
}
.sub-menu a {
	color: #fff;
	text-decoration: none;
	font-size: .9rem;
	padding: 10px;
	margin: 10px 15px 25px;
	display: inline-block;
	background: #211902;
	text-transform: uppercase;
	border: solid 1px #332502;
}
.sub-menu a:hover {
	background: #564828;
}
li.nav-phone {
	display: none;
	text-align: center;
	font-size: 1.6rem;
	font-family: 'Merriweather', serif;
	color: #fff;
	text-decoration: none;
	line-height: 1.5rem;
}
.menu ul.nav li.nav-phone a {
	border-bottom: none;
	margin-top: 15px;
}
/* Begin styles for Product Links on Home Page */
.menu-item {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: table;
}
.menu-item .item {
	display: table-cell;
	position: relative;
	width: 50%;
}
.menu-item .item-img {
	display: block;
	width: 100%;
}
.menu-item .item-text {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
	transform: translate(-50%, -50%);
	margin: auto;
	z-index: 1;
	text-align: center;
	color: #8d220d;
	background: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-family: 'Merriweather', serif;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px #777;
	font-size: 2rem;
	line-height: 2.3rem;
	padding: 10px 0;
	width: 97%;
}
.menu-item a:hover.item-text {
	background: rgba(22, 16, 1, 0.8);
	width: 100%;
	color: #fff;
	text-shadow: none;
}
/* End styles for Product Links on Home Page */

.listing-container {
	width: 100%;
	list-style: none;
	margin: 0 0 50px;
	padding: 0 20px;
}
.listing-container h3 {
	margin: 0 -45px;
	background: #261d09;
	font-family: 'Merriweather', serif;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	border-bottom: solid 1px #c4c0b6;
	border-image: linear-gradient(to right, #392c0e 0%, #c4c0b6 100%);
	border-image-slice: 1;
}
.item-listing {
	display: table;
	width: 100%;
	margin: 20px 0;
	line-height: 1.4rem;
}
.item-listing .item-img, .item-listing .item-desc {
	display: table-cell;
}
.item-listing .item-desc {
	padding: 25px 25px 11px;
	vertical-align: top;
	border: solid 1px #c4c0b6;
	border-image: linear-gradient(to right, #392c0e 0%, #c4c0b6 100%);
	border-image-slice: 1;
	background: #392c0e;
	background-image: linear-gradient(45deg, #35280c, #191201);
}
.item-listing h2 {
	margin: 0;
	color: #ffda95;
}
.item-listing .item-img {
	width: 38%;
	max-width: 400px;
	vertical-align: top;
	padding-right: 10px;
}
.item-listing .item-img img {
	width: 100%;
	display: block;
	border-radius: 3%;
}
footer {
	margin: 15px 0;
	padding: 15px 25px;
	border-top: solid 2px #564828;
	text-align: center;
}
footer h3 {
	font-weight: normal;
	margin: 15px;
	font-size: 1.5rem;
}
footer a {
	color: #fff;
	text-decoration: none;
}
.nowrap {
	white-space: nowrap;
}
.menu ul.nav1 > li.nav-phone {
	display: none;
}
#menu-header::before {
	content: 'MENU';
	position: absolute;
	right: 53px;
	top: 15px;
	font-family: 'Open Sans', sans-serif;
 font-size: .7rem;
	font-weight: bold;
}
.about-photo {
	display: block;
	float: right;
	margin: 0 0 15px 15px;
	width: 50%;
	max-width: 300px;
	border-radius: 5px;
}
blockquote {
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 1.3rem;	
	line-height: 1.6rem;
	padding: 15px;
	border: solid 1px #c4c0b6;
	border-image: linear-gradient(to right, #392c0e 0%, #c4c0b6 100%);
	border-image-slice: 1;
	background: #392c0e;
	background-image: linear-gradient(45deg, #35280c, #191201);
}
blockquote em {
	font-size: 2rem;	
	color: #baad90;
}

 @media screen and (max-width: 768px) {
	.home-img {
		display: none;
	}
	a.phone-number {
		display: block;
	}
	.menu-item .item-text {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}
@media screen and (max-width: 440px) {
	body {
		font-size: 16px;
	}
	a.phone-number {
		display: none;
	}
	.text-home {
		margin: 10px 25px;
	}
	.menu-item .item {
		display: block;
		width: 100%;
	}
	.menu-item .item-text {
		font-size: 2rem;
		line-height: 2.4rem;
	}
	.menu ul.nav1 > li.nav-phone {
		display: list-item;
	}
	#menu-header::before {
		top: -20px;
		right: 7px;
	}
	.item-listing {
		margin-bottom: 35px;
		
	}
	.item-listing .item-img,  .item-listing .item-desc {
		display: block;
	}
	.item-listing .item-desc {
		padding: 25px 25px 11px;
		border-image: linear-gradient(to top, #392c0e 0%, #c4c0b6 100%);
		border-image-slice: 1;
	}
	.item-listing .item-img {
		width: 100%;
		max-width: 400px;
		border-right: none;
		padding: 0 0 7px;
	}
	.item-listing .item-img img {
		width: 80%;
		margin: 0 auto;
	}
	.about-photo {
		float: none;
		margin: 0 auto 15px;
		width: 100%;
	}
}
		
	
	/* Ensures phone numbers are not clickable on larger devices */
	@media screen and (min-width: 768px) {
	 .nophone {
	 pointer-events: none;
	}
}
