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

*
{
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-family: 'khandregular';
	list-style:none;
	}
.main
{
	position:relative;}
	
.top-header {
    background: #543935 none repeat scroll 0 0;
    display: inline-block;
    width: 100%;
}
.very-top-left {
    display: inline-block;
    padding: 16px 0;
    width: 100%;
}	
.location {
    background: #a07759 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    float: left;
    padding: 2px 10px;
    width: auto;
}
.location span {
    font-size: 16px;
    padding: 0 5px;
}
.location span a {
    color: #fff;
}
.social-icon {
    float:right;
    margin-left: 30px;
    width: auto;
}

.icon-list {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 32px;
    margin: 12px 5px 5px;
    padding: 5px;
    text-align: center;
    width: 32px;
}

.icon-list span img {
    position: relative;
    top: 3px;
    width: 16px;
}
.log-area {
    float: right;
}
.log-area li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    float: left;
    list-style: outside none none;
    padding: 15px;
}
.log-area li:last-child {
    border-left:none;
}

.log-area ul li a {
    color: #fff;
    font-size: 17px;
}
/**************header section*****************/
header.header {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    width: 100%;
}
.logo {
    float: left;
    padding: 15px 0;
    width: auto;
}
.fixed {
    left: 0;
    position: fixed;
    top: 0;
    transition: width 0.2s ease 0s;
    width: 100%;
	background:#fff !important;
	z-index:9999999;
	box-shadow:0px 2px 2px #000;
}
.logo img {
    width: 100%;
}
.nav.nav-menu {
    float: right;
    width: auto;
}
.nav.nav-menu > ul {
    display: inline-block;
    margin: 0;
}
.nav.nav-menu li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 30px 22px 27px;
}
.nav.nav-menu li a {
    color: #000;
    font-size: 20px;
    /*text-shadow: 0 1px 1px #000;*/
}
.nav.nav-menu li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 31px 22px;
}
.nav.nav-menu li.active {
    background: rgba(84, 57, 53, 0.7) none repeat scroll 0 0;
    border-bottom: 2px solid #f3f19c;
}
.nav-menu li.active > a {
    color: #f3f19c;
	/*text-shadow: 0 1px 1px #f3f19c;*/
}
/*****************banner section*****************/
section.banner {
	background:url(images/1.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;	
}

.banner h1 {
    color: #fff;
    font-size: 64px;
    text-align: center;
    text-shadow: 2px 1px 0 #000;
    text-transform: uppercase;
}

.banner h2 {
    color: #fff;
    font-size: 42px;
    font-weight: lighter;
    text-align: center;
    text-shadow: 2px 1px 0 #000;
    text-transform: uppercase;
	font-family: 'khandlight';
}
.banner p {
    color: #fff;
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
    text-shadow: 2px 1px 0 #000;    
	font-family: 'khandlight';
}
.banner-txt {
    background: rgba(87, 57, 53, 0.6) none repeat scroll 0 0;
    display: inline-block;
    padding: 165px 0;
    width: 100%;
}

/*****************food-section******************/
.great-food {
    display: inline-block;
    width: 100%;
}

.food-sec {
    background: rgba(196, 153, 112, 0.35) none repeat scroll 0 0;
    display: inline-block;
    margin: 30px 0;
    padding: 10px;
    width: 100%;
}
.food-left {
    background: #9c8e7e none repeat scroll 0 0;
    box-shadow: 2px 2px 3px #000;
    float: left;
	 min-height: 383px;
    width: 30%;
}
.food-left-txt {
    padding: 35px 35px 36px;
}
.food-left-txt p {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}
.food-left-img {
    display: inline-block;
    position: relative;
    width: 100%;
}
.food-left-img > img {
    width: 100%;
}
.food-right {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 3px #969696;
    float: left;
    min-height: 383px;
    width: 70%;
}
.food-right-head > h2 {
    color: #543935;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.food-right-txt {
    margin: 25px auto;
    width: 90%;
}
.food-right-txt > p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.food-right-img {
    display: inline-block;
    margin-top: 3px;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 100%;
}
.food-right-img > img {
    position: relative;
    right: -40px;
    top: 35px;
}


/*******************about-us section*******************/

.aboutus {
    display: inline-block;
    margin: 35px 0;
    width: 100%;
}

.about-left {
    float: left;
    margin-right: 5%;
    width: 55%;
}
.about-right > img {
    width: 100%;
}
.about-right {
    float: right;
    width: 35%;
}
.about-left-head {
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}
.about-left-head > h2 {
    color: #543935;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.about-content {
    display: inline-block;
    padding: 10px 0 20px;
    width: 100%;
}

.about-content > p {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

/************************menu-section**************************/
section.menu {
	background:url(http://www.restaurantbite.com/wp-content/themes/restaurant-bite/images/menu.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
}
.menu-block {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 40px 0;
    padding: 20px;
    width: 100%;
}

.menu-left {
    float: left;
    padding: 20px;
    width: 30%;
}
.menu-left-head {
    text-align: center;
}
.menu-left-head > p {
    color: #ada635;
    font-size: 22px;
}
.menu-left-head h3 {
    color: #533834;
    font-size: 32px;
    font-weight: bold;
}
.menu-cont {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.menu-img {
    display: inline-block;
    width: 100%;
}
.menu-cont > p {
    font-size: 16px;
}
.menu-img > img {
    width: 100%;
}

.menu-right {
    float: left;
    padding: 20px;
    width: 70%;
}
.tm-menu-dots {
    background-image: linear-gradient(to right, rgba(56, 47, 47, 0.5) 33%, rgba(0, 0, 0, 0) 0%);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 3px 1px;
    height: 1px;
    position: absolute;
    top: 24px;
    width: 100%;
}

.menu-list-sec {
    float: left;
    margin-right: 5%;
    width: 45%;
}
.product {
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}
.product-head {
    display: inline-block;
    position: relative;
    width: 100%;
}
.product-head h4 {
    float: left;
    font-size: 24px;
}
.price {
    background: #fff none repeat scroll 0 0;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}

.tm-menu-desc {
    clear: both;
    color: #938372;
    display: block;
	font-size: 18px;
}

.product-cont {
    margin-top: 15px;
}


/***************gallery section*****************/

.gallery {
    display: inline-block;
    margin: 40px 0;
    width: 100%;
}
.gallery-head {
    padding: 20px 0;
    text-align: center;
}
.gallery-block {
    display: inline-block;
    width: 100%;
}
.gallery-head > h2 {
	color: #543935;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.block-1 {
    float: left;
    width: 25%;
}
.block-1 img {
    width: 100%;
}

/*********************contact-us**********************/
.contact-us {
    display: inline-block;
    position: relative;
    width: 100%;
}
.contact-blog {
    background: #543935 none repeat scroll 0 0;
    padding: 20px 20px 15px;
    position: absolute;
    right: 4.5%;
    top: 0;
    width: 350px;
}
.contact-head {
    text-align: center;
}
.contact-head > h3 {
    color: #fff;
    font-size: 32px;
}

.form-control.cont-inp {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    min-height: 42px;
}
.btn.btn-primary.form-submit-btn {
    background: #f9e587 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #543935;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}
/*********************footer-section***********************/
.footer {
    background: #543935 none repeat scroll 0 0;
    border-top: 2px solid #f2d344;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

.footer-sec {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}

.chef-block {
    background: #2b2a26 none repeat scroll 0 0;
    float: left;
    height: 320px;
    margin: -40px 0 0;
    padding: 20px;
    text-align: center;
    width: 250px;
}
.chef-img {
    border: 2px solid #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.chef-img > img {
    height: 200px;
    position: relative;
    top: 35px;
    width: 200px;
}

.footer-rest {
    float: left;
    margin: 0 5%;
    width: 30%;
}
.footer-rest.footer-hours {
    margin-right: 0;
    width: 25%;
}
.foot-head > h2 {
    color: #fff;
    font-size: 32px;
}
.foot-head > p {
    color: #fff;
    font-size: 16px;
}
.foot-head {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.foot-contact li {
    color: #fff;
    font-size: 18px;
    list-style: outside none none;
    margin: 10px 0;
}
.foot-contact span {
    padding-right: 10px;
}
.foot-contact ul li a {
    color: #fff;
}

.open-hours-list li {
    border-bottom: 2px solid #fff;
    display: inline-block;
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
}
.open-hours-list span {
    color: #fff;
    float: right;
}
.open-hours-list ul li p.day {
    color: #fff;
    float: left;
    margin: 0;
}
.open-hours-list li:last-child {
    border: medium none;
}
.copyright {
    background: #412622 none repeat scroll 0 0;
    padding: 10px;
    text-align: center;
}
.copyright p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

#pull
{
	display:none;}
.right-header {
    float: right;
}
.left-header {
    float: left;
}
/*******************responisve part********************/
@media (max-width:1200px)
{
	.banner-txt {
    background: rgba(87, 57, 53, 0.6) none repeat scroll 0 0;
    display: inline-block;
    padding: 75px 0 0px;
    width: 100%;
}
.block-1 {
    float: left;
    width: 33%;
}
.block-1 img {
    width: 100%;
}
}


@media(min-width:768px) and (max-width:1024px)
{
	.block-1 {
    float: left;
    width: 33%;
}
.banner-txt {
    background: rgba(87, 57, 53, 0.6) none repeat scroll 0 0;
    display: inline-block;
    padding: 75px 0 70px;
    width: 100%;
}
.logo {
    float: left;
    padding: 15px 0;
    width: 285px;
}
}


@media(max-width:767px)
{
	.very-top-left {    
    text-align: center;  
}
	.location {    
    display: inline-block;
    float: none;  
}

.right-header {
    display: inline-block;
    text-align: center;
    width: auto;
}
.social-icon {
    display: inline-block;
    float: none;
}
.log-area {
    display: inline-block;
    float: none;
}
.log-area li {
    border: medium none;
}

.logo {
    float: none;
    margin: 0 auto;
    width: 285px;
}
.nav.nav-menu.nab-part ul li a {
	color: #fff;
	position: relative;
	z-index: 9999;
}
.nav.nav-menu.nab-part ul li {
	text-align: center;
	width: 100%;
	padding: 3px 0px;
}
.nav.nav-menu.nab-part {
	display: inline-block;
	width: 100%;
	background: hsl(208, 26%, 21%);
	margin: 5px 0;
	padding: 8px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}



.nav.nav-menu.nab-part {
	border-bottom: 0;
}



.nav.nav-menu.nab-part ul {
	display: none;
	height: auto;
}
.nav.nav-menu.nab-part a#pull {
	background-color: hsl(208, 26%, 21%);
	color: hsl(0, 0%, 100%);
	display: block;
	padding: 0 11px;
	position: relative;
	width: 94%;
}
.nav.nav-menu.nab-part a#pull::after {
    background: rgba(0, 0, 0, 0) url("http://www.restaurantbite.com/wp-content/themes/restaurant-bite/images/menu.png") no-repeat scroll 0 0 / 25px auto;
    content: "";
    display: inline-block;
    height: 30px;
    position: absolute;
    right: -18px;
    top: -3px;
    width: 30px;
}
.nav.nav-menu.nab-part ul {
    border-top: 1px solid #fff;
    margin: 6px 0 !important;
    width: 100%;
}


.food-left {   
    width: 100%;
}
.food-left-img {  
    text-align: right;    
}
.food-left-img > img {
    width: 250px;
}
.food-right {   
    width: 100%;
}
section.menu {
    background: rgba(0, 0, 0, 0) url("http://www.restaurantbite.com/wp-content/themes/restaurant-bite/images/menu.jpg") no-repeat scroll center center / cover ;
}

.menu-left {    
    width: 100%;
}

.menu-img {
    display: none;
    width: 100%;
}

.menu-right {    
    width: 100%;
}

.block-1 {
    float: left;
    width: 50%;
}

.block-1 img {
    width: 100%;
}

.footer-rest {
    float: left;
    margin: 0 5%;
    width: 50%;
}
.footer-rest.footer-hours {
    margin-right: 0;
    width: 50%;
}
section.banner {
    background: rgba(0, 0, 0, 0) url("images/1.jpg") no-repeat scroll 0 0 / cover ;
}

.food-left {   
    min-height: auto;   
}
.food-right {  
    min-height: auto;  
}
}


@media(max-width:480px) and (min-width:320px)
{
	.logo {
    float: none;
    margin: 0 auto;
    width: 250px;
}
	.social-icon {
    margin-left: 0;
}
.banner-txt {
    display: inline-block;
    padding: 65px 0;
    width: 100%;
}
.banner h1 {   
    font-size: 30px;    
}
.banner h2 {   
    font-size: 28px;    
}
.banner p {    
    font-size: 20px;   
}
.about-left {   
    width: 100%;
}
.block-1 {
    float: left;
    width: 100%;
}

.about-right {    
    width: 100%;
}
.menu-list-sec {   
    margin-right: 0;
    width: 100%;
}
.footer-rest.footer-hours {
    margin: 0;
    width: 100%;
}
.footer-rest {
    margin: 0;
    width: 100%;
}
.contact-blog {
    background: #543935 none repeat scroll 0 0;
    padding: 20px 20px 15px;
    position: static;
    right: 4.5%;
    top: 0;
    width: 100%;
}
.contact-us iframe {   
    height: 250px;    
    width: 100%;
}
.chef-block {
    background: #2b2a26 none repeat scroll 0 0;
    float: left;
    height: 265px;
    margin: -40px 0 0;
    padding: 20px;
    text-align: center;
    width: 250px;
}

.chef-img > img {
    height: 160px;
    position: relative;
    top: 35px;
    width: 160px;
}

}


@media(max-width:340px)
{
	.contact-blog {
    background: #543935 none repeat scroll 0 0;
    padding: 20px 20px 15px;
    position: static;
    right: 4.5%;
    top: 0;
    width: 100%;
}}