﻿/*
Theme Name: WP Takeout Genie
Theme URI: http://premopress.com
Description: WP Takeout Genie
Author: PremoPress
Author URI: http://premopress.com
Version: 1.0.37
Tags: Food, Restaurant
*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Anton);

.owl-page.active{
	display:none;
}

.delete_coupon, .delete_tips{
	float:right;
	cursor:pointer;
	padding-right: 10px;
}

.alert-danger{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.cart_page_delete_coupon, .cart_page_delete_tips{
	float:right;
	cursor:pointer;
	margin-left: 10px;
	margin-right: 5px;
	padding-right: 3px;
	padding-left: 3px;
	background: -moz-linear-gradient(top, #fe9f32, #e58619);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe9f32), color-stop(100%,#e58619));
	background: -webkit-linear-gradient(top, #fe9f32, #e58619);
	background: -o-linear-gradient(top, #fe9f32, #e58619);
	background: -ms-linear-gradient(top, #fe9f32, #e58619);
	background: linear-gradient(top, #fe9f32, #e58619);
	border: none;
	border-radius: 7px;
	text-align: center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0px 0px 2px; 
	color: #ffffff;
}


.sub-menu{
	position: absolute;
	z-index: 900;
	width: 113px;
	height: auto;
	padding-right: 0px;
	/*left: -10px !important;*/
	top: 50px !important;
	background: #0e88ac;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #ffffff;
	text-align: left;
	/*display:block !important;*/
}

/*.sub-menu*/

.sub-menu li{
	list-style: none;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-top: 5px;
	width: 113px;
	background: #000000;
	padding-right: 5px;
	border-bottom: 1px solid #4c4c4c;
	margin-left: -40px;
}

.sub-menu li a{
	color:#ffffff;
	text-align: left;
	font-size: 13px;
	list-style: none;
	/*margin-left: -30px;*/
}

.nav > li > a:hover::after, .nav > li > a:focus:after, .nav .current-menu-item a:after, .nav > li > .active:after {
	content: ' '; 
 	display: block; 
	width: 0; 
	left: 47%;
	bottom: 0%;
    position: absolute; 
	height: 0; 
	border-bottom: 5px solid #fe951b; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent; 
}

.alert {
	padding: 5px;
}

.datepicker{
	margin-top: -900px !important;  
}

.hidden_date{
	position:relative;
}

.for_slider{
	position: relative;
	width: 100%;
}

a, a:hover{
	/*color: #ef8b1d;*/
	text-decoration: none;
}

.arrow-left {
  background: url(images/slider-left.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 40%;
  margin-top: -15px;
  width: 84px;
  height: 84px;
  z-index: 100500;
}
.option_check{
	padding-right: 5px;
}
.arrow-right {
  background: url(images/slider-right.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 40%;
  margin-top: -15px;
  width: 84px;
  height: 84px;
  z-index: 100500;
}
input[type="checkbox"]{
	margin: 0px;
}
.option_item{
	margin-top: -3px !important;
}
.count_and_order{
	text-align: right;
	display:inline-block;
}
.options_container{
	padding-left: 0px;
}
#ExampleMessage{
	width: 100%;
	height: 60px;
	margin-top: 5px;
}

.blog{
	margin-top: 0px !important;
}

body{
	background: #ffffff;
	width: auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	/*font-family: "Noto Sans", sans-serif;*/
	color: #4c4c4c;
}

header{
	background: url(images/background_wpt.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 220px;
	width: 100%;
	overflow: hidden;
}

.menu_responsive{
	display:none;
}

.container{
	max-width: 990px;
}




/*search*/
.searchform{
	margin-bottom: 0px;
	background: #000000;
	padding-bottom: 5px;
}

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

.head_s_input{
	width: 20px;
	height: 17px;
	font-size: 12px;
	margin-bottom: 0px !important;
	width: 100px;
	font-size: 12px !important;
	margin-right: 11px;
	text-transform: uppercase;
	padding: 7px 6px !important;
	background: #000000 !important;
	border: none !important;
	font-weight: bold;
}
.head_s_submit{
	margin-top: 4px;
	background: url(images/sloop.png);
	background-repeat: no-repeat;
	width: 32px !important;
	border: none;
	background-position-y: 7px;
	padding-bottom: 10px;
}
/*end search*/

/* image alignment start */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}









/* image alignment end */



/*Buttons*/
.buttons_header{
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
}
.view_cart_head, .checkout_head{
	border-radius: 5px;
	text-decoration: none;
	width: 95px;
	height: 22px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.view_cart_head:hover, .checkout_head:hover{
	text-decoration: none;
}
/*End Buttons*/

/*Social*/
.wpt_soc_header{
	margin-top: 15px;
	margin-left: 10%;
}
.wpt_facebook{
	background:url(images/wpt_icons/facebook-logo.png);
	height: 17px;
	width: 19px;
	display: inline-block;
	background-repeat: no-repeat;
}
.wpt_twitter{
	background:url(images/wpt_icons/twitter-icon.png);
	height: 17px;
	width: 23px;
	display: inline-block;
	background-repeat: no-repeat;
}
.wpt_google{
	background: url(images/wpt_icons/googleplus-icon.png);
	height: 17px;
	width: 23px;
	display: inline-block;
	background-repeat: no-repeat;
}
.wpt_flickr{
	background: url(images/wpt_icons/flickr-icon.png);
	height: 17px;
	width: 33px;
	display: inline-block;
	background-repeat: no-repeat;
}
.wpt_youtube{
	background:url(images/wpt_icons/youtube-icon.png);
	height: 17px;
	width: 23px;
	display: inline-block;
	background-repeat: no-repeat;
}
.wpt_pinterest{
	background:url(images/wpt_icons/pinterest-icon.png);
	height: 17px;
	width: 23px;
	display: inline-block;
	background-repeat: no-repeat;
}
.wpt_linkedin{
	background:url(images/wpt_icons/linkedin-icon.png);
	height: 17px;
	width: 29px;
	display: inline-block;
	background-repeat: no-repeat;
}
.footer_icons{
	text-align: right;
}
/*End Social*/

/*home widgets*/
.top_home_area{
	position: relative;
}

.top_home_area .featured_items{
	padding-left: 5px;
}

.owl-prev, .owl-next{
	/*background: ;*/
	position:absolute;
	top:13%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 31px;
	height: 31px;
}
.owl-next{
	right: 1%;
}
.owl-prev{
	right: 5%;
}
/*end home widgets*/

.menu-header{

}

.head_high{
	/*background: red;*/
	/*height: 60px;*/
	margin-top: 49px;
}

.head_logo_wpt{
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}

.menu_soc_buttons{
	background: #181818;
	height: 107px;
	padding-right: 0px;
	padding-left: 0px;
}

.wpt_menu{
	/*border-bottom: 3px solid #fe951b;*/
}

.nav{
	margin-bottom: 0px;
	/*overflow: hidden;*/
}

.nav-pills > li {
	background: #000000;
	margin-left: 2px;
	position: relative;
}

.nav > li > a:hover::after, .nav > li > a:focus:after, .nav .current-menu-item a:after{
/*	background: #fe951b;*/
	content: ' '; 
 	display: block; 
	width: 0; 
	left: 47%;
	bottom: 0%;
    position: absolute; 
	height: 0; 
	border-bottom: 5px solid #fe951b; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent; 
}

.nav-pills > li > a {
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 13px;
	padding-right: 15px;
	padding-left: 16px;
	text-transform: uppercase;
	color: #ffffff;
}

.nav > li > a:hover {
	background:transparent;
}

.home{
	/* margin-top: -19px; */
	position: relative;
	z-index: 100;

}

.home_content{
	min-height: 500px;
	margin-left: 0px;
	margin-bottom: 26px;
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.home_sidebar.col-md-3{
	min-height: 460px;
	background: #212121;
	margin-top: 19px;
	margin-left: 0px;
	box-shadow: 3px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow:3px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 0px 10px rgba(0,0,0,0.5);
	margin-bottom: 15px;
}

.regular_page_content{
	padding-top: 50px;
	padding-left: 19px;
	padding-right: 20px;
	padding-bottom: 18px;
}

.regular_title{
	font-family: 'Anton', sans-serif;
	/*color: #fe951b;*/
	font-size: 32px;
	margin-bottom: 19px;
	text-transform: uppercase;
}

/*BLOG*/
.single_title{
	font-family: 'Anton', sans-serif;
	/*color: #fe951b;*/
	font-size: 29px;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 18px;
}

.blog_post_postmeta{
	margin-bottom: 34px;
}

ul.post-categories{
	margin: 0;
	padding-left: 4px;
	display: inline;
}

ul.post-categories li{
	display: inline;
}

.no_sir{
	color: #c3c3c3;
}

.blog_post_meta_link{
	color: #535353;
}

.blog_post_meta_link a, .blog_post_meta_link a:hover{
	color: #535353;
	text-decoration: none;
}

.full_width{
	min-height: 200px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	margin-bottom: 26px;
	padding-top: 50px;
	padding-left: 19px;
	padding-right: 20px;
	padding-bottom: 18px;
}

.blogs_img img{
	width: 195px;
	height: 170px;
	float: left;
	padding-right: 10px;
}

.share_wpt{
	background: #f6f3f3;
	width: 453px;
	padding-top: 24px;
	padding-bottom: 23px;
	padding-left: 20px;
	margin-bottom: 40px;
	margin-top: 30px;
}

.share_word{
	float: left;
	font-size: 18px;
	margin-right: 15px;
	font-weight: bold;
}

.face_share{
	background: url(images/4321.png) no-repeat scroll 0 top transparent;
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	display: inline-block;
	background-position-y: 0px;
}
.twit_share{
	background: url(images/4321.png) no-repeat scroll -33px top transparent;
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	display: inline-block;
	background-position-y: 0px;
}
.linked_share{
	background: url(images/4321.png) no-repeat scroll -76px top transparent;
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	display: inline-block;
	background-position-y: 2px;
	margin-left: 10px;
}
.mail_share{
	background: url(images/4321.png) no-repeat scroll -311px top transparent;
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	display: inline-block;
	background-position-y: 0px;
	margin-left: 10px;
}
.reddit_share{
	background: url(images/4321.png) no-repeat scroll -123px top transparent;
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	display: inline-block;
	background-position-y: 0px;
	margin-left: 10px;
}
.tumblr_share{
	background: url(images/4321.png) no-repeat scroll -170px top transparent;
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	display: inline-block;
	background-position-y: 0px;
	margin-left: 10px;
}
.google_share{
	background: url(images/4321.png) no-repeat scroll -215px top transparent;
	background-repeat: no-repeat;
	width: 26px;
	height: 19px;
	display: inline-block;
	background-position-y: 0px;
	margin-left: 10px;
}
.pint_share{
	background: url(images/4321.png) no-repeat scroll -262px top transparent;
	background-repeat: no-repeat;
	width: 26px;
	height: 19px;
	display: inline-block;
	background-position-y: 0px;
	margin-left: 10px;
}

#comments-title {
	margin-bottom: 25px;
	margin-top: 40px;
	line-height: 35px;
	font-size: 20px;
	color: #7f7f7f;
	text-transform: uppercase;
}

#comments-wrapper{
	border-top: 1px solid #cccccc;
}

#comments{
	width: 665px;
}

.commentlist {
	list-style: none;
	color: #7f7f7f;
	margin-left: 0px;
}

.comment-reply-title{
	color: #7f7f7f;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 25px;
}

.post_comment_avatar {
	float: left;
	padding-right: 15px;
}

.comment-wrapper {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

.children {
	list-style: none;
}

.post_comment_meta {
	margin: 0px !important;
}

.post_comment_meta, .post_comment_meta a, .post_comment_meta a:hover {
	font-weight: bold;
	color: #747474;
	text-decoration: none;
	padding-bottom: 5px;
}
.reply a{
	color: #505050;
}
.reply a:hover{
	color: #505050;
}

#comment_text {
	width: 100%;
	height: 85px;
}

.form-submit #submit{
	border: none;
	width: 155px;
	height: 30px;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.75);
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 30px;
}

.post-wrapper{
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.blog_post_pagination{
	text-align: center;
	padding-top: 10px;
}

.page-numbers.current {
	background: #000000;
	color: #ffffff !important;
	text-decoration: none !important;
}

.page-numbers{
	background: #ff9426;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #000000 !important;
	margin-right: 5px;
	text-decoration: none !important;
}

.prev.page-numbers, .next.page-numbers{
	background: none;
}

/*BLOG END*/

/*STAFF*/
.staff_page_title{
	margin-top: 40px;
	margin-left: 32px;
	margin-bottom: 15px;
	/*color: #fe951b;*/
	font-size: 26px;
	font-family: 'Anton', sans-serif;
}
.post-wrapper-for-staff{
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.post-wrapper-staff{
	width: 350px;
	float: left;
	margin-left: 5px;
}
.staff_photo {
	float: left;
	padding-right: 15px;
}
.staff {
	/*color: #d69007;*/
	font-size: 14px;
	padding-bottom: 5px;
	display: inline-block;
	font-weight: bold;
}
.staff-cat{
	padding-left: 0px;
	padding-right: 0px;
}
.staff-title{
	/*color: #fe951b;*/
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
}
.staff_office, .staff_mail{
	color: #4c4c4c;
	padding-left: 5px;
	font-weight: normal;
}
.staff_small_facebook{
	background: url("images/soc-staff-small.png") no-repeat scroll 0px 0px transparent;
	display: inline-block;
	height: 32px;
	width: 28px;
	margin-left: 2px;
}

.staff_small_twitter{
	background: url("images/soc-staff-small.png") no-repeat scroll -27px 0px transparent;
	display: inline-block;
	height: 32px;
	width: 28px;
	margin-left: 2px;
}

.staff_small_google{
	background: url("images/soc-staff-small.png") no-repeat scroll -56px 0px transparent;
	display: inline-block;
	height: 32px;
	width: 28px;
	margin-left: 2px;
}

.staff_small_linkedin{
	background: url("images/soc-staff-small.png") no-repeat scroll -84px 0px transparent;
	display: inline-block;
	height: 32px;
	width: 28px;
	margin-left: 2px;
	}

.staff_small_youtube{
	background: url("images/soc-staff-small.png") no-repeat scroll -111px 0px transparent;
	display: inline-block;
	height: 32px;
	width: 28px;
	margin-left: 2px;
}

.staff_small_flickr{
	background: url("images/soc-staff-small.png") no-repeat scroll -138px 0px transparent;
	display: inline-block;
	height: 32px;
	width: 28px;
	margin-left: 2px;
}
.single_staff{
	padding-left: 17px;
}
.single_staff_img {
	float: left;
	padding-right: 17px;
}
.single-staff-title{
	/*color: #fe951b;*/
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
}
.single_staff_info{
	float: left;
	width: 312px;
}
.contact_facebook{
	background: url("images/social.png") no-repeat scroll 0px 0px transparent;
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-left: 3px;
}

.contact_twitter{
	background: url("images/social.png") no-repeat scroll -34px 0px transparent;
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-left: 3px;
}

.contact_youtube{
	background: url("images/social.png") no-repeat scroll -138px 0px transparent;
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-left: 3px;
}

.contact_linkedin{
	background: url("images/social.png") no-repeat scroll -104px 0px transparent;
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-left: 3px;
}

.contact_google{
	background: url("images/social.png") no-repeat scroll -70px 0px transparent;
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-left: 3px;
}

.contact_flickr{
	background: url("images/social.png") no-repeat scroll -173px 0px transparent;
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-left: 3px;
}
.single-staff-more{
	margin-left: 17px;
	margin-top: 20px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 22px;
	border: 1px solid #e3e2e2;
	margin-right: 30px;
}
.down_staff li{
	float: left;
	list-style-image: url(images/sun.png);
	margin-left: 35px;
	/*color: #e6a529;*/
	font-weight: bold;
}
.info_down{
	color: #4c4c4c;
	font-weight: normal;
}
/*END STAFF*/

/*location*/
.location_page_title{
	font-family: 'Anton', sans-serif;
	margin-top: 50px;
	margin-left: 17px;
	font-size: 35px;
	/*color: #fe951b;*/
	margin-bottom: 25px;
}
.directions-left{
	max-width: 450px;
}
.directions-left.col-md-7{
	margin-left:2.564102564102564% !important;
}
.directions-right{
	width: 230px;
	color: #999999;
}
#map_canvas {
	height: 395px;
}
.location_content{
	margin-left: 17px;
	margin-bottom: 70px;
}
#visitor_address{
	margin-top: 10px;
	width: 257px;
	/*height: 23px;*/
}
#get_directions{
	width: 175px;
	height: 33px;
	font-size: 13px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: none;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}
.test{
	background: #fe951b;
	margin-left: 20px;
}
.locations_phone{
	background: url(images/locations-phone.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
}
.locations_pin{
	background: url(images/locations-pin.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	margin-top: 10px;
	background-position-y: 3px;
}
.locations_email{
	background: url(images/locations-email.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	margin-top: 10px;
	background-position-y: 4px;
}
img.adp-marker {
	width: 22px;
	height: 40px;
}
.adp-marker {
	padding-right: 30px;
}
/*end Location*/

/*MENU*/
.menu_page_container{
	margin-left: 17px;
	margin-top: 50px;
}
.menu_page_title{
	font-family: 'Anton', sans-serif;
	margin-top: 50px;
	font-size: 35px;
	/*color: #fe951b;*/
	margin-bottom: 5px;
}
.menu_cat_section_title{
	width: 260px;
	border-left:4px solid #000000; 
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #4c4c4c;
	/*background:url(images/cat_section.png);*/
}
.menu_cat_section .owl-carousel{
	padding-top: 10px;
}
.menu_page_title_single{
	float: left;
	font-family: 'Anton', sans-serif;
	font-size: 35px;
	margin-bottom: 5px;
	width: 70%;
}
.menu_page_title_single .cat_menu_price{
	float:none;
}
.menu_reviews_number{
	float: right;
	overflow: auto;
	background: url(images/reply-dialog.png);
	background-repeat: no-repeat;
	padding-left: 37px;
	margin-right: 25px;
	/*color: #fe951b;*/
}
.menu_cat_section{
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 20px;
	position: relative;
}
.menu_cat_single{
	/*margin-left: 13px;*/
	margin-left: 3px;
	display: inline-block;
	padding: 10px;
	width: 96%;
	min-height: 310px;
	margin-top: 25px;
	margin-bottom: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.taxonomy-menu{
	width:160px !important;
	display: inline-table !important;
}
.four{
	margin-left: 0px;
}
.cat_link{
	width: 116px;
	height: 35px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
	margin-left: 80%;
}
.cat_link a, .cat_link a:hover{
	/*color: #ffffff;*/
	text-decoration: none;
	margin-left: 20px;
	margin-top: 10px;
	display: inline-block;
	font-family: 'Anton', sans-serif;
}
.title_price{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
	font-size: 19px;
}
.cat_menu_title{
	font-family: 'Anton', sans-serif;
	float: left;
}
.cat_menu_title a{
	color: #4c4c4c;
}
.specials_title a{
	color: #FFFFFF;
}
.cat_menu_price{
	/*color: #fe951b;*/
	float: right;
}
.excerpt_menu_cat{
	margin-top: 10px;
	text-align: center;
}
.cat_menu_more{
	margin-top: 10px;
}
.menu_taxonomy{
	/*margin-left: 17px;*/
	margin-top: 51px;
	padding-bottom: 20px;
}
.single_menu_img{
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
	width: 100%;
	margin-top: 17px;
}
.options_menu_title{
	font-family: 'Anton', sans-serif;
	margin-top: 10px;
	font-size: 22px;
	/*color: #fe951b;*/
}
.menu_options_content{
	margin-top: 14px;
}
#menu_single_options{
	height: 40px !important;
	margin-top: 13px;
	margin-right: 15px;
}
.counter_plus{
	border: 0;
	padding-right: 8px;
	padding-left: 8px;
	/*background: orange;*/
	padding-top: 9px;
	padding-bottom: 11px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
	color: #ffffff;
	cursor: pointer;
	font-family: 'Anton', sans-serif;
}
.counter_number{
	width: 41px;
	position: relative;
	z-index: 10;
	background: #ffffff;
	display: inline-block;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 8px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
.counter_minus{
	border: 0;
	padding-right: 9px;
	padding-left: 9px;
	/*background: orange;*/
	padding-top: 9px;
	padding-bottom: 11px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
	/*color: #ffffff;*/
	cursor: pointer;
	font-family: 'Anton', sans-serif;
}
.menu_order{
	border: none;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: 15px;
}
.single_menu_content{
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
}
.share_it_title, .more_images_title, .menu_related_title{
	font-family: 'Anton', sans-serif;
	margin-top: 50px;
	font-size: 22px;
}
.more_images_title{
	margin-top: 20px;
}
.group2 img{
	margin-top: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
	margin-right: 20px;
}
.related_img img{
	width: 100px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
}
.related_item{
	width: 118px;
	float: left;
	text-align: center;
}
.slug_title{
	font-size: 16px;
	font-weight: bold;
}
.menu_related_title{
	margin-bottom: 25px;
}
.related_item_title{
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
}
#menu_comments{
	width: 96%;
}
#menu-comments-title{
	margin-top: 26px;
	font-family: 'Anton', sans-serif;
	font-size: 22px;
	margin-bottom: 22px;
}
#menu_comments .comment-respond .comment-reply-title{
	color: #000000;
	font-size:19px;
	font-weight: bold;
	text-transform: none;
	margin-top: 2px;
}
.menu_comment_author_link{
	background: url(images/comment-dialog.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 20px;
	overflow: auto;
	background-position-y: 4px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #585858;
}
.menu_comment_date{
	background: url(images/comment-calendar.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 20px;
	overflow: auto;
	background-position-y: 2px;
	font-weight: bold;
	color: #585858;
}
.menu_comment_text{
	float: left;
	font-weight: bold;
	color: #585858;
	margin-top: 10px;
}
.reply_menu_link{
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 8px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
}
.reply_menu_link a, .reply_menu_link a:hover{
	text-decoration: none;
	font-weight: bold;
}
#menu_submit{
	margin-left: 77%;
	border: none;
	width: 155px;
	height: 30px;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.75);
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 30px;
}
.event_soc {
	margin-top: 20px;
}
.blog_post_share_image {
	background: url(images/f-shareob.png);
	height: 19px;
	width: 51px;
	display: inline-block;
}
.mail_f {
	position: relative;
	margin-left: 2px;
}
.mail_f img{
	margin-top: -10px;
}
.comment-respond{
	margin-top: 10px;
}
/*END MENU*/

/*Sidebar*/
.recent_reviews{
	/*margin-left: 20px;*/
}
.widget_reviews_title{
	margin-top: 26px;
	font-family: 'Anton', sans-serif;
	font-size: 22px;
	margin-bottom: 22px;
}
.review_item{
	color: #bbbbbb;
	padding-bottom: 15px;
	padding-top: 20px;
	border-bottom: 1px dashed #4d4d4d;
	width: 225px;
}
/*.scissors{
	background: url(images/scissors.png);
	position: absolute;
	background-repeat: no-repeat;
	height: 25px;
	z-index: 10;
	left: -7px;
	width: 17px;
	top: 38%;
}*/
.post_rev_avatar{
	float: left;
	padding-right: 10px;

}
.post_rev_avatar img{
	border: 3px solid #ffffff;
}
.rev_author{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.rev_text_au{
	float: left;
	width: 72%;
}
.specials_item{
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 9px;
	width: 100%;
	margin-bottom: 14px;
	position: relative;
	color: #ffffff;
}
.specials_items_img{
	float: left;
}
.specials_items_img img{
	width: 108px;
	height: 57px;
}
.specials_price{
	float: right;
	font-size: 26px;
}
.dollar_sign{
	font-size: 16px;
	padding-right: 3px; 
}
.specials_title{
	float: left;
}
.specials_more{
	float: right;
}
.specials_more_button{
	width: 71px;
	height:24px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	border: none;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#shopping_cart{
	position: relative;
	min-height: 100px;
}
.widget_reviews_title img{
	position: absolute;
	top: -65px;
	right: -35px;
}
.shopping_cart_body{
	margin-top: 30px;
}
.cart_show_orders{
	color: #ffffff;
	margin-bottom: 13px;
}
.single_order_body{
	margin-bottom: 10px;
}
.total, .up_total_coupons, .up_total_delivery, .up_total_tips, .up_total_tax{
	margin-top: 10px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	margin-left: 3px;
	border-radius: 10px;
	background: #101010;
	color: #ffffff;
}
.tg-table-paper{
	width: 222px;
	color: #ffffff;
}
.del_item{
	background: #101010;
	padding-left: 10px !important;
	width: 15px;
	cursor: pointer;
}
.tg-table-paper .tg-even td{
	background: #101010;
}
.tg-table-paper td, .tg-table-paper th { 
	background-color: #000000; 
	border: 1px transparent solid; 
	color: #ffffff; 
	padding: 10px; 
	padding-left: 15px;
	vertical-align: middle; 
}
/* top-left border-radius */
table tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
	max-width: 87px;
}
.tg-bf { font-weight: bold; } .tg-it { font-style: italic; }
.tg-left { text-align: left; } .tg-right { text-align: right; } .tg-center { text-align: center; }
/* bottom-right border-radius */
/*table tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}*/
.checkout {
	margin-left: 8px;
	margin-top: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 19px;
	text-decoration: none;
	display: block;
	border: none;
	border-radius: 7px;
	width: 212px;
	text-align: center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.checkout:hover{
	text-decoration: none;
}
/*End Sidebar*/

/*Cart Page*/
.cart_title{
	/*margin-top: 50px;*/
	margin-left: 21px;
	font-family: 'Anton', sans-serif;
	font-size: 28px;
}
.shopping_cart_page_content{
	width: auto;
	min-height: 300px;
	border: 1px solid #eeeeee;
	margin: 5px;
	margin-bottom: 35px;
	padding-bottom: 10px;
}
.page_cart_table_title{
	background: #e6e6e5;
	width: auto;
	line-height: 50px;
}
.row_cart_product{
	border-bottom: 1px solid #e6e6e5;
	line-height: 50px;
}
.product_title_table{
	padding-left: 15px;
}
.cart_table_quantity{
	text-align: center;
}
.cart_page_counter_number{
	width: 41px;
	position: relative;
	z-index: 10;
	line-height: 1px;
	background: #ffffff;
	display: inline-block;
	text-align: center;
	/*height: 15px;
	padding-top: 11px;*/
	height: 56px;
	padding-top: 26px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	margin-left: -3px;
	margin-right: -3px;
}
.cart_page_counter_plus{
	border: 0;
	padding-right: 8px;
	padding-left: 8px;
	padding-top:3px;
	padding-bottom: 3px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	cursor: pointer;
	font-family: 'Anton', sans-serif;
}
.cart_page_counter_minus{
	border: 0;
	padding-right: 9px;
	padding-left: 9px;
	padding-top:3px;
	padding-bottom: 3px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	cursor: pointer;
	font-family: 'Anton', sans-serif;
}
.remove_cart_page{
	text-align: center;
}
.remove_cart_item_page{
	border: none;
	border-radius: 7px;
	text-align: center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.total_shopping_checkout.col-md-7{
	text-align: right;
}
.apply_coupon, .checkout_cart_page, .apply_tip{
	border: none;
	border-radius: 5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.continue_shopping{
	border: none;
	border-radius: 5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #aeaeae;
	background: -moz-linear-gradient(top, #aeaeae, #969696);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeaeae), color-stop(100%,#969696));
	background: -webkit-linear-gradient(top, #aeaeae, #969696);
	background: -o-linear-gradient(top, #aeaeae, #969696);
	background: -ms-linear-gradient(top, #aeaeae, #969696);
	background: linear-gradient(top, #aeaeae, #969696);
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.total_amount, .coupon_amount, .delivery_amount, .tips_amount, .tax_amount{
	font-size: 18px;
	margin-bottom: 5px;
	color: #000000;
}
.total_amount, .delivery_amount, .tax_amount{
	margin-right: 30px;
}
.under_table{
	margin-top: 23px;
}
/*End Cart Page*/

/*Checkout*/
.checkout_title{
	margin-top: 50px;
	margin-left: 21px;
	font-family: 'Anton', sans-serif;
	font-size: 28px;
}
.pay, .pay_by_userself{
	border: none;
	border-radius: 5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.contact_info, .payment_method{
	font-family: 'Anton', sans-serif;
	color: #000000;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 10px;
}
input[type="radio"]{
	margin: 0px !important;
	margin-bottom: 3px !important;
	margin-left: 5px !important;
}
.bef_rad, .bef_now_late{
	color: #000000;
	font-size: 16px;
}
.hidden_address, .hidden_date{
	display: none;
}
.delivery_fail{
	margin-bottom: 10px;
	color: red;
}
.apply_input, .tip_input, .coupon_input{
	margin-bottom: 0px !important;
	margin-right: 5px !important;
}
.coupon_title{
	margin-top: 10px;
}
.name_checkout, .email_checkout, .phone_checkout{
	width:70%;
}
.under_coupon_input, .under_tip_input{
	margin-bottom: 10px;
	margin-top: 10px;
}
/*End Checkout*/

/*Confirm*/
.round_img{
	margin: 0 auto;
	width: 111px;
}
.confirm_content{
	text-align: center;
	width:50%;
	margin: 0 auto;
	padding-top: 20px;
	min-height: 200px;
	font-size: 20px;
}
/*End confirm*/

/*Home Area*/
.featured_items_title{
	margin-top: 26px;
	margin-left: 17px;
	font-family: 'Anton', sans-serif;
	font-size: 26px;
	margin-bottom: 22px;
}
.page_feutered{
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 40px;
}
.f_page_img{
	float: left;
	padding-right: 17px;
}
.bottom_home_area{
	margin-left: 22px;
	margin-top: 30px;
	margin-bottom: 45px;
}
.our_hours_title{
	width: 84%;
	border-left: 4px solid #000000;
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.day{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #bbbbbb;
	padding-left: 10px;
	width: 84%;
}
.name_day{
	width: 45%;
	display: inline-block;
}
.time{
	/*margin-left: 115px;*/
}
.closed{
	background: url(images/open-close.png);
	display: inline-block;
	height: 17px;
	background-repeat: no-repeat;
	background-position-y: 5px;
	padding-left: 85px;
}
.open{
	background: url(images/open-close.png);
	display: inline-block;
	height: 17px;
	background-repeat: no-repeat;
	background-position-y: -26px;
	padding-left: 19%;
}
.img_content{
	margin-top: 20px;
}
.old_phone{
	float: left;
	padding-right: 20px;
}
.content_order_now{
	float: left;
	width: 150px;
}
.order_now_phone, .order_now_email{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 7px;
}
/*End Home Area*/

footer{
	background: url(images/footer_background.png);
	background-repeat: repeat;
	/*background-size: contain;*/
	min-height: 329px;
	width: 100%;
}

.footer_top{
	padding-top: 35px;
	min-height: 275px;
	border-bottom: 1px solid #505050;
}
.footer_widget_content{
	/*width: 300px;*/
	margin-left: 0px;
}
.footer_widget_title{
	font-family: 'Anton', sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
}
#menu-footer-navigation{
	margin-left: -20px;
}
/*#menu-footer-navigation li{
	list-style-image: url(images/orange-point.png);
}*/
#menu-footer-navigation li a{
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 9px;
	display: inline-block;
}
.footer_bottom{
	min-height: 60px;
}
.f_menu{
	padding-left: 10%;
}
.about_us{
	/*width: 265px;*/
	margin-left: 0px;
}
.about_us_text{
	color: #ffffff;
}
.footer_logo{
	background: url(images/footer-logo.png);
	background-repeat: no-repeat;
	width: 253px;
	height: 72px;
	overflow: auto;
}
.recommended_widget{
	float: right;
	/*width: 245px;*/
	margin-left: 0px;
}
.rec_title_price{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 19px;
}
.rec_title{
	float: left;
	color: #ffffff;
	font-family: 'Anton', sans-serif;
}
.rec_price{
	float: right;
}
.rec_content{
	color: #ffffff;
}

/*RIP Second Bootstrap I miss You*/
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}
/*End RIP Second Bootstrap I miss You*/

/* Testing widget */
@media all and (min-width: 1900px) {  .for_slider{ height:469px; }
}


@media (min-width: 991px) and (max-width: 1141px){
	.container{
		width: 990px;
	}
	.widget_reviews_title img{
		right: -31px;
	}
}

@media (max-width: 990px) {
	header{
		height:auto;
		background:#000000;
	}
	.sub-menu{
		position:relative;
		top:0px !important;
		left:0px !important;
		width:100%;
		background:#000000;
	}
	.sub-menu li{
		width:100%;
		margin-left: 0px;
	}
	.head_high{
		width:auto;
		margin-top: 0px;
	}
	.head_logo_wpt{
		float:none;
		text-align: center;
	}
	.menu_responsive{
		display:block;
		/*background:#fe951b;*/
	}
	.wpt_menu{
		display:none;
	}
	.wpt_soc_header{
		text-align: center;
		margin-left: 0px;
	}
	.nav-pills > li{
		float:none;
	}
	#searchform{
		text-align: center;
	}
	.buttons_header{
		padding-left: 24%;
		margin-bottom: 10px;
	}
	.menu_soc_buttons{
		height:auto;
		width:auto;
	}

	.arrow-right, .arrow-left{
		display:none;
	}

	.owl-prev{
		right:5%;
	}

	.day, .our_hours_title{
		width:100%;
	}
	.bottom_home_area{
		margin-left: 0px;
	}

	.widget_reviews_title img {
		position: absolute;
		top: -24px;
		right: -10px;
	}

   .home{
		margin-top: 10px;
	}

    .single .home{ margin-top: 0px; }


	.share_wpt{
		width:auto;
	}

	#menu_submit{
		margin-left: 43%;
	}
	.count_and_order{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.recommended_widget{
		float: none;
	}
	.footer_icons{
		text-align: center;
	}

    .menu_page_title, 
    .page-template-menu_template-php {
        margin-top:0!important;
     }
}

@media (max-width: 480px) {
    
          .regular_page_content img.aligncenter,
          .regular_page_content img.alignleft,
          .regular_page_content img.alignright{
           	    float: none;
		    margin: 0;
		    padding-bottom: 10px;
		    width: 100%;          
           }

	.cat_link{
		margin-left: 67%;
	}

   .loading{
        width:100%;
        height:100%;
        background-image:url("images/Loading_circle.gif");
        background-repeat:no-repeat;
        background-color:#fff;
        float:left;        
     }

}

@media (max-width: 320px) {
	.owl-prev, .owl-next{
		top: 15%;
	}
	.owl-prev{
		right:10%;
	}
	.cat_link {
		margin-left: 50%;
	}
}

/*
.regular_page_content img.alignright{ float:right; margin-left:10px;}

.regular_page_content img.alignleft { float:left; margin-right:10px; }

.regular_page_content img.alignnone { float:none; margin:10px; }

*/

