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

*
{
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-family: 'khandregular';
	}
.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 {
    color: #fff;
    float: left;
    padding: 0 10px 0 0;
    width: auto;
}
.location span {
    font-size: 16px;
    padding: 0 5px;
}
.social-icon {
    float:right;
    margin-left: 30px;
    width: auto;
}

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

.icon-list span img {
    position: relative;
    top: 3px;
    width: 20px;
}
.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: 275px;
}
.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: 29px 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(http://www.restaurantbite.com/wp-content/themes/restaurant-bite/restaurant-bite/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 {
    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;
    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;
    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: 18px;
    font-weight: 500;
    line-height: normal;
}

/************************menu-section**************************/
section.menu {
	background:url(http://www.restaurantbite.com/wp-content/themes/restaurant-bite/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-head > h2 {
	color: #543935;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.block-1 {
    float: left;
    width: 25%;
}

/*********************contact-us**********************/
.contact-us {
    display: inline-block;
    position: relative;
    width: 100%;
}
.contact-us iframe {
    display: inline-block;
    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: 420px;
    margin: -40px 0 0;
    padding: 20px;
    text-align: center;
    width: 250px;
}
.chef-img {
    border: 2px solid #fff;
    display: inline-block;
    width: 100%;
}
.chef-img > img {
    height: 200px;
    position: relative;
    top: 60px;
    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;
}

.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;
}