/*
Theme Name: Restaurant
Theme URI: http://themewagon.com/demo/Restaurant/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description:
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: restaurant
*/
/*========================
GLOBAL
=========================*/

.error  li{
    color: red !important;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: #eee;
}

a:active {
    text-decoration: underline;
}





h1 {
    font-size: 37px;
    font-weight: 900;
    width: 414px;
    letter-spacing: 0.040em;
}
.navactive{
   border-bottom: 1px solid #ccc;
}
p.desc-text{
    font-size: 14px;
    line-height: 25px;
    word-spacing: 2px;
    text-align: justify;
    margin-top: 20px;
      margin-bottom: 20px;
}
.text-content.container {
    margin-top: 65px;
  margin-bottom: 20px;
}
.right-text p{
    text-align: left !important;
    border-bottom: 1px solid;
    padding: 10px 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
.img-section-space {
    margin-top: 5px;
}
.fa-2x{
    padding-top: 5px;
}
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoonacfe.eot?-yinaf8');
    src:url('../fonts/icomoond41d.eot?#iefix-yinaf8') format('embedded-opentype'),
    url('../fonts/icomoonacfe.woff?-yinaf8') format('woff'),
    url('../fonts/icomoonacfe.ttf?-yinaf8') format('truetype'),
    url('../fonts/icomoonacfe.svg?-yinaf8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
    content: "\e600";
}

.icon-github:before {
    content: "\e601";
}

.icon-twitter:before {
    content: "\e602";
}

.icon-linkedin:before {
    content: "\e603";
}

.carousel-slide{
    float: right !important;
    margin-right: -15px;
}

li.item{
    position: relative;
    width: 100%; /* for IE 6 */

    background:#666;
}

.icon_knife {
    width: 40px;
    height: 20px;
    margin: 30px auto;
    opacity: 0.8;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDAgODUuMyI+PHBhdGggZD0iTTI5OC43IDEyLjZDMjk3LjUgNS41IDI4OC43IDEgMjgzLjEgMWwtODcuOSAwLjNMMzAuNiAxLjVjLTE0LjQgMC0yNS4xIDgtMjUuNSA4LjNsLTUuNCA0bDMuNyA1LjkgYzI1LjkgNDAuOSA3MSA1Ni4zIDEwNC4zIDYyLjFjMzkuMiA2LjcgNzUgMi42IDg4LjMtMS42YzQuMy0xLjQgOC40LTMuMyA5LjMtOGwwLjEtMS4xbDAtMC42YzAtMi4zLTAuNy00LjctMS44LTguNSBjLTAuMi0wLjgtMC41LTEuOC0wLjktM2MtMS4zLTQuMi0zLjQtMTEuMy00LjUtMTYuOGMzLjMtMS4xIDUuOC0xLjggNi42LTEuOWMxLjUgMCA4IDEuNyAxMy40IDMuNmwwLjUgMC4ybDAuNSAwLjEgYzIgMC4zIDEyLjEgMS43IDE2LjQgMS43YzQuMSAwIDEzLjEtMS40IDE1LjctMS45bDAuNC0wLjFsMC40LTAuMWM1LjgtMS45IDEwLjktMy4zIDEyLjYtMy42YzAuOSAwLjMgMi45IDEuMiA1IDIuNCBjMC40IDAuMyAwLjkgMC42IDEuNCAwLjhsMSAwLjZsMS4yIDBsNi4yLTAuNWMwLjIgMCAwLjQgMCAwLjYtMC4xbDguOC0xLjRjNC4yLTEuNyA3LjktNC4yIDkuOC03LjRsMC40LTAuN2wwLjItMC43IGMwLjUtMi4xIDAuOC01LjYgMC44LTkuMUMzMDAgMTcuOCAyOTkuMiAxNC40IDI5OC43IDEyLjZ6Ii8+PC9zdmc+) no-repeat center;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transformm;
}

.icon_knife:hover {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

h1, h2, p, span, a {
    font-family: "museo-sans", helvetica, sans-serif;
    color: #2f2e2f;
    margin: 0;
    padding: 0;
    font-weight:900;
}



span{
	
	color:#8B9448;
	
	
}


.limit {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}





.color_animation_cta {

	border: solid 1px gray;
	text-decoration: initial;
    /* word-spacing: 5px; */
    margin-right: -30px;
    margin-left: -30px !important;
    color: #666 !important;
		
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
	
}


.color_animation_cta:hover{
    color: #ccc !important;
}









.color_animation {
    text-decoration: initial;
    /* word-spacing: 5px; */
    margin-right: -30px;
    margin-left: -30px !important;
    color: #666 !important;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.color_animation:hover{
    color: #ccc !important;
}
/*========================
    NAV
=========================*/
div#bs-example-navbar-collapse-1 {
    height: 368px;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
}
.navbar-brand{
    font-family: 'Pacifico', cursive;
    font-size: 34px !important;
    text-decoration: none;

    color: white !important;

}


.navbar-brand{

  
	 width: 100%;
   height:100%;
  background: url('../images/logo.png') no-repeat; 
    background-size: cover;

}​

}


nav {
    background: #fff !important;
    font-size: 18px;
    color: white !important;
 width: 100%;
}

li{
    color: white !important;
    /*padding-left: 10px;*/
    word-spacing: 5px !important;
}
/*========================
INTRO CONTAINER
=========================*/
.starter_container {
    margin-top: -21px;
    padding: 0;
    min-width: 100%;
    height: 100%;
    background: url('../images/home.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
    background-position: center;
}
.follow_container {
    width: 100%;
    position: absolute;
    top: 35%;
    text-align: center;
}
.starter_follow {
    display: inline-block;
    width: 80%;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
}
.top-title{
    color: white;
    font-family: 'Playball', cursive;
    font-size: 120px;
    font-weight: 400;
 }
.second-title {
    font-weight: lighter;
    font-size: 30px;
    font-style: italic;
    text-transform: capitalize;
}

.white{
    color: white;
}

/* ========================
    IMAGE INTRO BANNER CONTENT
   =========================*/

.background_content {
    position: relative;
    top: 0px;
    width: 100%;
    height: 350px;
    background-color: white;
    margin: 0 auto 0 auto;
    z-index: 98;
    text-align: center;
}

.background_content h1 {
    font-size: 3em;
    width: 60%;
    position: relative;
    top: 24%;
    color: white;
    padding: 0;
    border: 0;
    display: inline-block;
}

.background_content h1 span {
    color: white;
    border-bottom: 8px solid #fff;
}

.beer.background_content{
    background: url('../images/organicsetup.jpg') no-repeat center center;
    background-size: cover;
    background-position: 70% 50%;
}

.bread.background_content{
    background: url('../images/bread.jpg') no-repeat center center;
    background-size: cover;
    background-position: 70% 50%;
}
 .featured.background_content{
    background: url('../images/featured.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


  .featured.background_content{
    background: url('../images/organicsetup1.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

    .featured.pieoftheday{
    background: url('../images/girl_eating_pie.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


 .menu.background_content{
    background: url('../images/home.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}



 .contacts.background_content{
    background: url('../images/pricing.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 5px;
}


.reservation.background_content{
    background: url('../images/perk_up_card.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bread.background_content{
    background: url('../images/breakfast.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


img .footimg{
	
	
	
	}





/*========================
ABOUT CONTENT (desktop view)
=========================*/

#story{

margin-top: -20px;
}

.aboutimg{
width: 56%;
height:100%;

}



img-section .perksimg{

  no-repeat center center;
   background-size: cover;
   background-position: center;

   pading:15px;
  width: 80%;
  height:100%;




}



.orgstrip{
  no-repeat center center;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
  width: 100%;
  height:100%;

}



#menu{

margin-bottom: -50px;



}


.flamedstrip{

padding-top: 20px;
no-repeat center center;
 background-size: cover;
 background-position: center;
 background-attachment: fixed;
width: 100%;
height:100%;


}




.waysimg{
  no-repeat center center;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
  width: 100%;
  height:100%;

-webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;

}



.btn {
  width:100%;

  background-image: -webkit-linear-gradient(top, #899099, #5F666F);
  background-image: -moz-linear-gradient(top, #899099, #5F666F);
  background-image: -ms-linear-gradient(top, #899099, #5F666F);
  background-image: -o-linear-gradient(top, #899099, #5F666F);
  background-image: linear-gradient(to bottom, #899099, #5F666F);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 23px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {

  text-decoration: none;


}



#story{
background-image: url('../images/contact_bg.jpg') ;
background-position: left;


}

#order{
background-image: url('../images/contact_bg.jpg');

}


#order .text-content {

text-align: center;
padding:10px;

}
#order h2{

font-size: 25px;
margin-top:-15px;
margin-bottom:15px;
 color:#5f666f;

}

#order h4{

font-size: 1.3em;
margin-top:15px;

}


form .orderup {

background-color: #C83337;
color:#fff;
border-radius:5px;
font-size: 1em;

}


.orderup button{
   width:180px;
  display: block;

  height: auto;
  padding:10px;
  color:#5f666f;
  background:#fff;
  border:none;
  border-radius:3px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto !important;
  box-shadow: 0px 1px 4px rgba(0,0,0, 0.40);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.40);
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.40);
  text-align: center;
  width:53%;
   
}

.orderbtn button{

text-align: center;

}


.orderup a:link{
  text-decoration: none;
}

.orderup{

width: 100%;
height:50px;
font-size: 1.3em;
}





	button{
    width:10;
    display: block;
    margin:20px;
    padding:15px;
    color:#fff;

    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto !important;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    text-align: center;
}








/*========================
DESCRIPTION BODY CONTENT
=========================*/
#menu description_content {
    padding: 50px 0;
    width: 100%;
    background: #fff;
    margin: 0 auto 0 auto;
    z-index: 99;
    position: relative;
    background: white;
    text-align: center;
    background: url('../images/pricing.jpg') no-repeat center, center;
}
.description_body {
    margin: 45px auto;
    max-width: 300px;
}
h1 {
    font-size: 28px;
    font-weight: 900;
    width: 100%;
    letter-spacing: 0.040em;
    display: inline-block;
    padding: 7px 16px;
    margin: 0;
    margin-bottom: 10px;
}


.col-md-6 h1{

font-size: 2.6em;
border: 0px;
background:#60676f;
color:#fff;

}






/*========================
IMAGE DESCRIPTION BODY CONTENT
=========================*/


.aboutimg img{
width:90%;
height:90%;


}

 .org_strip{
background-image:url('../images/orgstrip.png');

width: 100%;
  height: 100%;



}



/*========================
MENU MAIN BLOCK
=========================*/

.columnsContainer, header { position: relative; margin: .5em; }

.leftColumn, .rightColumn, footer, header {   padding: 1.25em; }

.leftColumn { margin-bottom: .5em; }


/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 19.5em; }

	.rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }
}





.inline-items {
  margin-top: 0;
}

.inline-items li {
  margin-left: 0;
  border-left: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

.inline-items li:first-child {
  margin-left: 0;
  border: none;
  padding-left: 0;
  padding-right: 10px;
}

.inline-items li:last-child {
  padding-right: 0;
}





table td tr {
padding-top:10px;
padding-bottom:10px;
padding-right: 10px;
width:50%;

}
table th {
font-size: 1.2em;
width:50%;
}

table td {
font-size: .9em;
padding-right: 10px;
padding-bottom: 10px;
}





.leftColumn h1{
  font-size: 2.6em;
  color:#fff;
background-color: #60676f;




}



.perkup{
background-image: url('../images/home.png');



}








/*    featured dishes    */
.info{
    overflow: hidden;
    margin-bottom: 80px;
}

.info .title{
    float: left;
    position: relative;
}

.info .title h3{
    color: #3b3b3b;
    font-family: "aleo-bold", arial;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.info .title .separator{
    position: absolute;
    width: 200px;
    height: 1px;
    background: #e5e3e3;
    top: 10px;
    right: -220px;
}
.featured_dishes{
    padding: 40px 0;

}

.caroufredsel_wrapper{
    width: 100%!important;
}

.featured_dishes .slider_nav{
    float: right;
}

.featured_dishes .slider_nav a{
    display: block;
    width: 9px;
    height: 9px;
    float: left;
    margin-left: 10px;
    text-indent: 999px;
    text-decoration: none;
    background: url('../images/pagination.png') no-repeat;
}

.featured_dishes .slider_nav a.selected{
    background: url('../images/pagination_active.png') no-repeat;
}


.featured_dishes .dishes{
    overflow: hidden;
}

.featured_dishes .dishes article{
    display: block;
    width: 230px;
    float: left;
    margin-right: 60px;
}

.featured_dishes .dishes article:last-child{
    margin-right: 0;
}

.featured_dishes .dishes article .dishe_img{
    display: block;
    width: 230px;
    height: 200px;
    overflow: hidden;
}

.featured_dishes .dishes article .dish_info{
    overflow: hidden;
    margin: 30px 0 10px 0;
}

.featured_dishes .dishes article .dish_info h2{
    float: left;
    width: 85%;
}

.featured_dishes .dishes article .dish_info h3{
    float: right;
}

.featured_dishes .dishes article .dish_info h3,
.featured_dishes .dishes article .dish_info h2{
    margin: 0;
    color: #555;
    font-family: "aleo-light", arial;
    font-size: 16px;
    font-weight: lighter;

}

.featured_dishes .dishes article .rating ul{
    list-style: none;
    overflow: hidden;
}

.featured_dishes .dishes article  ul.rating li{
   display: block;
   width: 12px;
   height: 11px;
   float: left;
   margin-right: 5px;

   background-position: 0 0;
}

.featured_dishes .dishes article  ul.rating li.no-star{
   background-position: -13px 0;
}



.contact-us h1{
border:#fff;
padding-left:45px;
padding-right:45px;
font-size: 1.8em;
}

.contact-us h4{
font-weight: 300;
margin-top: 0;
padding-left:45px;
padding-right:45px;


}



/*========================
END OF MENU MAIN BLOCK
=========================*/






/*========================
FIRST FOOTER CONTENT
=========================*/
.first_footer {
    background-color: #1e1e1e;
    text-align: center;
}
.social_heading,
.social_info {
    display: block;
}
.social_heading {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.040em;
    color: #fff;
    text-align: center;

    padding:20px;
}
.social_info,
.social_icons {
    margin: 18px 0 50px 0;
}

.social_info a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.200em;
    line-height: 1.400em;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    width: 210px;
}

.social_info a:hover {
    color: #6c8f34;
}

.social_icons {
    padding: 0;
}

.social_icons li {
    list-style: none;
    display: inline-block;
    padding:0;
}

.social_icons li:nth-child(1),
.social_icons li:nth-child(2),
.social_icons li:nth-child(3) {
    margin: 0 50px 0 0;
}
.social_icons li a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.social_icons li a:hover {
    color: #6c8f34;
}

.direction a{
    color: white !important;
}



  .footimg{
		  
  
 
    
        text-decoration: none;
        color: white !important;
        width:50%;	
		
  		no-repeat;    
		background-size: cover;

  		padding:15px 15px;

		margin-bottom:5px;
	
    }
	
	
}



/*========================
SECOND FOOTER CONTENT
=========================*/

footer.sub_footer {
    background-color: #60676f;
    padding: 20px;
}

p.sub-footer-text{
    color: #6B6B6B;
}

p.sub-footer-text a{
    color: #BDBDBD;
    text-decoration: none;
}

/*Contact */

.contact-text{
    margin:45px auto;
}
/* Contact Form */
#contact .contact-form{
    margin: 0 auto;
    padding:25px 25px 0px 25px;
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);

    /* -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2); */
}


#contact {
  background-image: url('../images/contact_bg.jpg');



}


.mail-message-area{
    width:100%;
    padding:0 15px;
}

.mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
}

.not-visible-message{
    height:0px;
    opacity: 0;
}

.visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
}

.inner.contact {
    padding: 50px 0;
}

/* Input Styles */

.form{
    width: 100%;
    padding: 16.94px;
    /* background:#E2E2E2; */
    border: 1px solid rgba(13, 12, 12, 0.23);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.form:hover{
    border:1px solid #666:
}

.form:focus{
    color: white;
    outline: none;
    border:1px solid #eee;
}

.textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
}
/* Generic Button Styles */
.button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}

.button:hover{
    background:#8BC3A3;
    color:white;
}

/* Send Button Styles */

.form-btn{
    width:180px;
    display: block;
    float: left;
    height: auto;
    padding:15px;
    color:#fff;
    background:#60676f;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto !important;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    text-align: center;
}
.form-btn:hover{
    background:#ccc;
    color: white;
    border:none;
}

.form-btn:active{
    opacity: 0.9;
}

div.fa {
    display: block;
    padding: 30px 0px 25px 0px;
}

div .fa-2x {
    padding: 30px 0px 25px 0px;
}

h1 {
    text-transform: capitalize;
}
.navbar-default {
    border: 0 !important;
}

/*========================
MEDIA QUERIES MOBILE
=========================*/

@media (max-width: 660px) {
    .top-title {
        font-size: 67px;
    }

    .second-title {
        font-size: 21px;
    }
	
	
	
	
	.navbar-brand{
        font-family: 'Pacifico', cursive;
        font-size: 34px !important;
        text-decoration: none;
        color: white !important;
        width:77%;	

  background: url('../images/logo.png') no-repeat; 
    background-size: cover;
	
padding:15px;
	
    }
	
	
	
	
	

    .background_content h1 {
        width: 80%;
        font-size: 4.3em;
    }

    .form-btn {
        margin: 0px auto;
        /* display: block; */
    }
	
	
	.orgstrip{
		
		display:none;
		
		}
	
	.flamedstrip{
		
			display:none;
		
		}
	
	
	
	  .featured.background_content{
    background: url('../images/up_pie.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
 
}


 .menu.background_content{
    background: url('../images/organicsetup1.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
   
}


	 .contacts.background_content{
    background: url('../images/pricing.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
  
    padding: 5px;
}
	
	
	 .reservation .background_content{
    background: url('../images/pricing.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
  
    padding: 5px;
}

         .featured.pieoftheday{
    background: url('../images/girl_eating_pie.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
	
	
	
	button{
    width:10;
    display: block;
    margin:20px;
    padding:25px;
    color:#fff;

    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto !important;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    text-align: center;
}
	
	
	
	
	
	
	
	
	
}
	
	
	
	
	
	
	
		/*========================
MEDIA QUERIES mobile
=========================*/


    @media (max-width: 559px){
    .starter_container {
        height: 100%;
    }
    .background_content h1 {
      top: 33%;
    }


.navbar-brand{
        font-family: 'Pacifico', cursive;
        font-size: 34px !important;
        text-decoration: none;
        color: white !important;
width:54%;
  background: url('../images/logo.png') no-repeat; 
    background-size: cover;
	padding:15px 15px

	
    }
	
	
	




}
	
	
	
			
	
		




/*========================
MEDIA QUERIES TABLET
=========================*/

    @media (min-width : 428px ){



        .starter_container {
            height: 120%;
        }



	




    /*========================
    NAV
    =========================*/
    .navbar-default{
        height: 85px;
        padding-top: 10px;
    }

    nav li{
        padding-right: 0px;
    }
    .navbar-brand{
        font-family: 'Pacifico', cursive;
        font-size: 34px !important;
        text-decoration: none;
        color: white !important;
        width:300px;	
			
  background: url('../images/logo.png') no-repeat; 
    background-size: cover;
padding:15px 15px;
margin-left:15px;
	
    }
	
	
    nav {
        position: fixed;
        display: block;
        position: fixed;
        width: 100%;
        height: 65px;
        z-index: 100;
        margin: 0;
        padding: 0;
        background-color: #1e1e1e;
        text-align: center;
    }
    .logo {
        display: none;
    }
    .main-nav {
        padding: 0;
        margin: 18px auto 0 auto;
    }
    .main-nav li {
        display: inline-block;
        list-style: none;
        margin: 0 29px 0 29px;
    }
    .logo a,
    .main-nav a {
        font-size: 0.75000em;
        font-weight: 700;
        /* letter-spacing: 0.250em; */
        text-decoration: none;
        color: #fff;
        display: block;
        text-align: center;
        padding: 2px 0;
        transition: color 0.3s ease-in-out;
    }
    .main-nav a:hover {
        color: #6c8f34;
    }
    .direction a {
        border: 5px solid rgba(0,0,0,0);
        display: inline-block;
        width: 45px;
        height: 45px;
        background-size: 30px;
    }
    .direction a:hover {
        border: 5px solid #6D903C;
    }

    /*========================
    DESCRIPTION BODY CONTENT
    =========================*/

    .description_body {
        margin: 45px auto;
        max-width: 500px;
    }
    h1 {
        font-size: 32px;
        font-weight: 900;
        width: 100%;
        letter-spacing: 0.040em;

      text-align: center;
    }
    .picture_content {
        display: inline-block;
        padding: 0 20px;
    }

    /*========================
    IMAGE INTRO BANNER CONTENT
    =========================*/

    .background_content {
        position: relative;
        top: 0px;
        width: 100%;
        height: 570px;
        background-color: white;
        margin: 0 auto 0 auto;
        z-index: 98;
        text-align: center;
    }

    .background_content h1 {
        font-size: 5em;
        position: relative;
        top: 41%;
        width: 100%;
        color: white;
        padding: 0;
        border: 0;
        display: inline-block;
    }

    .background_content h1 span {
        color: white;
        padding: 0;
        border-bottom: 10px solid #fff;
    }
}
    /*========================
    Social Connect
    =========================*/

    section.social_connect {
        background-color:#ccc;
        text-align: center;
        margin-bottom: 50px;
        padding:20px;
        background-image:url('../images/brick_bg.jpg');
  }

    .social_heading {
        font-size: 33px;
        margin: 50px 0 0 0;

    }

        .social_connect p {
            font-size:15px;
          padding-top: 20px;

        }

    .social_info a {
        font-size: 24.93px;
    }

    .social_icons li a {
        font-size: 30px;
    }

    .social_info a {
        display: inline-block;
        margin: 0 auto;
        width: 325px;
    }

/*END OF MEDIA QUERY*/

/*========================
MEDIA QUERIE DESKTOP
=========================*/

@media (min-width: 1100px) {

    .starter_container {
        background-attachment: fixed;
    }






    /*========================
    BACKGROUND CONTENT
    =========================*/


    .background_content h1 {
        font-size: 7em;
        position: relative;
        top: 41%;
        width: 100%;
        color: white;
        padding: 0;
        border: 0;
        display: inline-block;
        margin-top: 20px;
    }

    .background_content h1 span {
        color: white;
        padding: 0;
        border-bottom: 12px solid #fff;
    }

    /*========================
    DESCRIPTION BODY CONTENT
    =========================*/

    .margin-right {
        margin-right: 5%;
    }

    .margin-left {
        margin-left: 5%;
    }

    .background_content:nth-of-type(2),
    .background_content:nth-of-type(4) {
        background-attachment: fixed;
    }

    .description_body {
        max-width: 450px;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        margin-top: 10px;
    }


    .picture_content {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }





    /*========================
    FIRST FOOTER CONTENT
    =========================*/

    .social_heading {
        font-size: 33px;
        margin: 50px 0 0 0;
    }

    .come_in .social_info a {
        font-size: 24.93px;
        display: inline-block;
        margin: 0 auto;
        width: 565px;
    }

    .come_in .social_info {
        margin-bottom: 25px;
    }

    .or_call .social_info a {
        font-size: 24.93px;
        display: inline-block;
        margin: 0 auto;
        width: auto;
    }

    .social_icons li a {
        font-size: 30px;
    }
}


@media (max-width: 427px){
	
	    .navbar-brand{
 
        font-size: 34px !important;
        text-decoration: none;
        color: white !important;
        width:25%;	
		
  		background: url('../images/logo_mark.png') no-repeat;    
		background-size: cover;

  		padding:15px 15px;

		margin-bottom:5px;
	
    }
	
	
	
	
}

@media (min-width : 344px ){
	navbar-brand{
        font-family: 'Pacifico', cursive;
        font-size: 34px !important;
        text-decoration: none;
        color: white !important;
width:70%;
  background: url('../images/logo_mark.png') no-repeat; 
    background-size: cover;
	padding:15px 15px

	
    }
	
	
}

@media (max-width: 198px){
	
		    .navbar-brand{
 
        font-size: 34px !important;
        text-decoration: none;
        color: white !important;
        width:70%;	
		
  		background: url('../images/logo_mark.png') no-repeat;    
		background-size: cover;

  		padding:15px 15px;

		margin-bottom:5px;
	
    }
}
	
	@media (max-width : 343px ){
	
		    .navbar-brand{
 
        font-size: 34px !important;
        text-decoration: none;
        color: white !important;
        width:32%;	
		
  		background: url('../images/logo_mark.png') no-repeat;    
		background-size: cover;

  		padding:15px 15px;

		margin-bottom:5px;
	
    }
	
	
	}
