@charset "UTF-8";
/* CSS Document */

@import url(../fonts/stylesheet.css);
.clear {
	clear: both;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
* {
	box-sizing: border-box;
}
a.eat24-stnd {
	font-size: 16px;
	background-color: #ce0000;
	color: #fff;
	box-shadow: .0625em .0625em .1875em rgba(34,34,34,.5), inset 0 0 0 .0625em #a80000;
	margin: 10px auto;
}
a.eat24-stnd:hover {
	box-shadow: .0625em .0625em .1875em rgba(34,34,34,.5), inset 0 0 0 .125em #a80000;
}
a.eat24-stnd::after {
	border-color: transparent transparent transparent #fff;
}
body {
	background-image: url(../images/bodybg.png);
	background-color: #ac997b;
	background-position: center top;
	font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
	padding: 50px 0;
}
.body_wrapper {
	max-width: 980px;
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px;
	background-image: url(../images/corner-top-left.jpg), url(../images/corner-top-right.jpg), url(../images/corner-bottom-left.jpg), url(../images/corner-bottom-right.jpg), url(../images/border-top.jpg), url(../images/border-left.jpg), url(../images/border-right.jpg), url(../images/border-bottom.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y, repeat-x;
	background-position: top left, top right, bottom left, bottom right, center top, left top, right top, center bottom;
}
.inner_body_wrapper {
	background-color: #312f2f;
	padding: 20px;
}
.content {
	margin: 20px auto 0;
	box-sizing: border-box;
}

/****** HEADER STYLES ******/

header {
	padding: 10px 10px 5px;
	position: relative;
}
a.logo {
	display: block;
	width: 25%;
	min-width: 125px;
	background-position: center center;
	box-sizing: border-box;
	float: right;
	margin: -30px 0;
}
a.logo img {
	width: 100%;
}
.rest_name {
	color: #fff;
	font-size: 5vw;
	text-transform: uppercase;
	text-align: center;
}
.contact-box {
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.contact-box .address {
	font-weight: bold;
}
.contact-box .address span {
	display: block;
	text-transform: uppercase;
	color: #eee;
}
.contact-box .address span.nowrap {
	white-space: nowrap;
	display: inline;
}
header .social_btns {
	margin-top: 10px;
}
header .social_btns a {
	display: inline-block;
	width: 32px;
	height: 32px;
	opacity: .9;
}
header .social_btns a:hover {
	opacity: 1;
}
a.facebook {
	background-image: url(../images/social_icons/facebook_32.png);
}
a.gplus {
	background-image: url(../images/social_icons/gplus_32.png);
}
a.instagram {
	background-image: url(../images/social_icons/instagram_32.png);
}
a.twitter {
	background-image: url(../images/social_icons/twitter_32.png);
}
a.yelp{
	background-image: url(../images/social_icons/yelp_32.png);
}

/****** NAVIGATION STYLES ******/

nav {
	text-align: center;
}
ul.navig {
	margin: 25px 0;
	text-align: center;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}
li.main_nav {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin: 0 15px;
}
li.main_nav:hover {
}
a.primary_nav {
	color: #ca5e39;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
a.primary_nav:hover {
	color: #fff
}
a.active, a.active:hover {
	color: #96a05f;
}
ul.sub_nav_box {
	display: none;
	z-index: 10;
	box-shadow: 1px 1px 3px #000;
	position: absolute;
	padding: 0;
	width: 150px;
}
li.main_nav:hover ul.sub_nav_box {
	display: block;
}
li.sub_nav {
	padding: 5px 10px;
	background-color: #bc4f35;
	list-style-type: none;
}
a.secondary_nav {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: #676767 1px 1px 3px;
}
a.secondary_nav:hover {
	text-decoration: underline;
}

nav select {
	display: none;
	width: 100%;
	background: #fff;
	color: #000;
}

/****** HOMEPAGE STYLES ******/
.welcome_to {
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	text-align: center;
	font-size: 25px;
}
.home_img {
	width: 75%;
	margin: 0 auto;
	margin-top: 10px;
	border: 3px double #999;
}
.home_img img {
	display: block;
	width: 100%;
}
.logo_home_info {
	width: 100px;
	height: 100px;
	display: block;
	margin: 5px auto;
	border: solid 1px #c71609;
}
.rest_blurb_home_info {
	color: #fff;
	text-align: center;
	width: 48%;
	float: left;
	padding-top: 20px;
	line-height: 1.5;
}
.payment_options {
	margin: 5px auto 0;
	width: 100%;
	height: 18px;
	background-image: url("../images/payment_options.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

/****** LOCATION STYLES ******/

.location_map {
	width: 100%;
	height: 500px; /*Location Page*/
	/*height: 150px;*/ /*About Page*/
}

/****** ABOUT STYLES ******/

.delivery_info {
	text-align: center;
	width: 48%;
	float: right;
}
.section_title {
	font-size: 25px;
	color: #96a05f;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	margin: 20px 0;
}
.section_box {
	padding: 10px 0;
}
.line_title, .line_info {
	display: inline-block;
	padding: 0 5px;
	font-size: 16px;
	color: #fff;
}
.line_info img {
	margin-top: 5px;
}
.about_payment_options, .contact_info {
	padding: 5px;
}
.yelp_reviews {
	text-align: center;
	margin-top: 20px;
}
.yelp_stars {
	display: block;
	width: 84px;
	height: 15px;
	margin: 5px auto;
	background-image: url(../images/yelp_stars_map.png);
	background-position: 0 174px;
}
a.yelp_text {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.yelp_text:hover {
	text-decoration: underline;
}

/****** MEDIA QUERIES ******/

@media screen and (min-width: 980px) {
	.rest_name {
		font-size: 50px;
	}
}
@media screen and (max-width: 900px) {
	.contact-box {
		font-size: 15px;
	}
	nav {
	}
	a.primary_nav {
		font-size: 14px;
	}
}
@media screen and (max-width: 725px) {
	.rest_blurb_home_info {
		float: none;
		width: 100%;
	}
	.delivery_info {
		float: none;
		width: 100%;
	}
	.rest_blurb_home_info, .delivery_info {
		width: 100%;
	}
}
@media screen and (max-width: 650px) {
	.contact-box {
		font-size: 13px;
	}
	header .social_btns a {
		width: 28px;
		height: 28px;
		background-size: contain;
	}
}
@media screen and (max-width: 600px) {
	a.primary_nav {
		font-size: 12px;
	}
}
@media screen and (max-width: 550px) {
	a.logo {
		display: none;
	}
	.contact-box {
		float: none;
		text-align: center;
		width: 100%;
		margin-top: 5px;
	}
	nav ul.navig {
		display: none;
	}
	nav select {
		display: block;
	}
	.location_map {
		height: 300px;
	}
	body {
		padding-top: 0;
	}
	.line_title, .line_info {
		float: none;
		width: 100%
	}
	.column {
		float: none;
		width: 100%;
	}
	.body_wrapper {
		width: 100%;
		padding: 10px;
	}
	.inner_body_wrapper {
		padding: 0;
	}
	.rest_blurb_home_info, .delivery_info {
		width: 100%;
	}
}
