/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Hero Section
    3.0 About Section
    4.0 Opening Hour Section
    5.0 Menu Section
    6.0 Portfolio Section
    7.0 Chefs Section
    8.0 Reservation Form
    9.0 Testimonial Section
    10.0 Blog Section
    11.0 Social Section
    12.0 Footer Widget Section
    13.0 Footer Section
    14.0 Scroll to Top
    
    ==========================================================================
    Foxstar
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open Sans:400,600');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
	color: #282828;
}
h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}
h2{
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #303133;
    letter-spacing: -0.01em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{
    letter-spacing: 1px;
}
p{
    font-size: 14px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f7f7f7;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #282828;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.container{
    height: 100%;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.fs_btn{
    background-color: #a53c47;
    color: #fff;
    font-size: 12px;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 2px;
    text-transform: uppercase;
}
.fs_btn:focus,
.fs_btn:hover{
    background-color: #cc5763;
    color: #fff;
}
.fs_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}
.fs_btn.btn_2{
    border: 2px solid #fff;
    background-color: #fff;
    color: #282828;
}
.fs_btn.btn_2:hover{
    background: none;
    color: #fff;
}


/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
  Hero Section
   ========================================================================== */
.hero_section{
    background-image: url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 570px;
}
.hero_section.overlay:before{
    background-color: rgba(0,0,0,0.6);
}
.hero_section .container{
    height: 100%;
}
.hero_section .hero_content{}
.hero_section .hero_content h1 {
    font-size: 45px;
    line-height: 55px;
}
   
/* ==========================================================================
   About Section
   ========================================================================== */
.about_section{
    overflow: hidden;
    position: relative;
}
.about_img{
    background-image: url(../img/about-img.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about_section .about_content{
    padding: 60px 15px;
}

/* ==========================================================================
   Opening Hour Section
   ========================================================================== */
.opening_hour_section{
    background-image: url(../img/oh-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
    -webkit-background-size: cover;
    background-size: cover;
}
.opening_hour_section.overlay:before{
    background-color: rgba(0,0,0,0.6);
}
.opening_hour_section:after{
    background: url(../img/oh-img-right.png) no-repeat scroll right center;
    content: '';
    width: 350px;
    height: 301px;     
    position: absolute;
    right: 100px;
    top: -50px;
    z-index: 10;
}
.opening_hour_section h2{}
.opening_hour_section .oh_content{}
.opening_hour_section .oh_content li{
    display: inline-block;
    margin-right: 30px;
    color: #fff;
}

/* ==========================================================================
   Menu Section
   ========================================================================== */
.menu_section{}
.menu_section .menu_wrap{}
.menu_section .menu_wrap h3{
    background-color: #a53c47;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    margin: 0 0 20px;
}
.menu_section .menu_wrap .menu_list{}
.menu_section .menu_wrap .menu_list li{
    margin-bottom: 20px;
    position: relative;
}
.menu_section .menu_wrap .menu_list li h4{
    text-transform: uppercase;
    position: relative;
    color: #282828;
    margin: 0 0 6px;
    overflow: hidden;
    width: 90%;
}
.menu_section .menu_wrap .menu_list li h4:after{
    color: #181818;
    content: ". . . . . . . . . . . . . . . . . . . . " 
    ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " 
    ". . . . . . . . . . . . . . . . . . . . ";
    font-weight: normal;
    margin-left: 7px;
    position: absolute;
    top: -2px;
    white-space: nowrap;
    width: 0;
}
.menu_section .menu_wrap .menu_list li span.price{
    font-size: 24px;
    color: #282828;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
}
.menu_section .menu_wrap .menu_list li p{
    margin: 0;
    font-size: 12px;
    line-height: 18px;
}
.menu_section .menu_middle_content{}
.menu_section .menu_middle_content img{
    width: 100%;
    margin-top: -30px;
    margin-bottom: 15px;
}
.menu_section .menu_middle_content p{}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.gallery_section{}
.project_slider{}
.project_slider .slider_content{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}
.project_slider .slider_content .project_info{
    background-color: rgba(165, 60, 71,0.9);
    color: #fff;
    padding: 30px;
    margin-left: 80px;
    width: 500px;
}
.project_slider .slider_content .project_info h3{
    text-transform: uppercase;
}
.project_slider .slider_content .project_info p{}
.project_slider .owl-dots {
    background-color: #a53c47;
    display: inline-block;
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.project_slider .owl-dots div{
    border: 2px solid #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.project_slider .owl-dots div.active{
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   Chefs Section
   ========================================================================== */
.chefs_section{}
.chefs_section .chef_list{}
.chefs_section .chef_list .chef_info{
    background-color: #a53c47;
    padding: 40px 0;
    border-radius: 5px;
}
.chefs_section .chef_list .chef_info img{
    width: 60%;
    border-radius: 50%;
    margin: 0 0 25px
}
.chefs_section .chef_list .chef_info:hover img{
    padding: 5px;
    border: 2px solid #fff;
}
.chefs_section .chef_list .chef_info h3{
    text-transform: uppercase;
    margin: 0 0 3px;
}
.chefs_section .chef_list .chef_info h4{
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 15px;
}
.chefs_section .chef_list .chef_info .social_links{
    display: block;
    text-align: center;
}
.chefs_section .chef_list .chef_info .social_links li{
    display: inline-block;
    margin: 0 5px;
}
.chefs_section .chef_list .chef_info .social_links li a{
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    margin: 0;
}
.chefs_section .chef_list .chef_info .social_links li a:hover{
    background-color: #fff;
    color: #a53c47;
}

/* ==========================================================================
   Reservation Form
   ========================================================================== */
.reservation_section{
    position: relative;
}
.reservation_section .res_bg {
    background-image: url(../img/reserv-img.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.reservation_section .left_img img{
    width: 100%;
    height: 100%;
}
.reserv_form {
    background-color: #a53c47;
    padding: 50px 30px;
}

.reserv_form .form-control{
    background: #fff;
    border: none;
    box-shadow: none;
    color: #181818;
    border-radius: 3px;
    height: 50px;
}
.reserv_form .form-control:hover{
    background-color: #eee;
}
.reserv_form .fs_btn.style_1{
    background-color: #181818;
    color: #fff;
    border: 2px solid #181818;
}
.reserv_form .fs_btn.style_1:hover{
    background: none;
    color: #fff;
}
.reserv_form .alert{
    display: none;
}
#ajax_form .alert.alert-success,
#ajax_form .alert.alert-danger{
    display: block;
} 
.reserv_form input::-webkit-input-placeholder,
.reserv_form textarea::-webkit-input-placeholder{
   color: #181818 !important;
}

.reserv_form input:-moz-placeholder,
.reserv_form textarea:-moz-placeholder{ /* Firefox 18- */
   color: #181818 !important;  
}

.reserv_form input::-moz-placeholder,
.reserv_form textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #181818 !important;  
}

.reserv_form input:-ms-input-placeholder,
.reserv_form textarea:-ms-input-placeholder{  
   color: #181818 !important;  
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{}
.testimonial_section h2 {
    line-height: 30px;
    margin: 45px 0;
}
.testi_carousel{
    position: relative;
}
.testi_carousel .testi_item{}
.testi_carousel .testi_item img{
	width: 160px;
	height: 160px;
	float: left;
	margin-right: 25px;
	border-radius: 50%;
}
.testi_carousel .testi_item .testi_content{
	padding: 30px 0;
}
.testi_carousel .testi_item h3{
    text-transform: uppercase;
    font-weight: 600;
	margin: 0 0 -5px;
}
.testi_carousel .testi_item span{
	display: block;
	margin: 0 0 10px;
}
.testi_carousel .testi_item p{
	margin: 0;
}
.testi_carousel .owl-nav{}
.testi_carousel .owl-nav div{
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #a53c47;
    position: absolute;
    left: -35px;
    top: calc(50% - 15px);
    transition: all 0.5s ease-in-out;
}
.testi_carousel .owl-nav div:hover{
    transition: all 0.5s ease-in-out;
}
.testi_carousel .owl-nav div.owl-next{
    left: auto;
    right: -35px;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_section img{
    width: 100%;
}
.blog_post .blog_content{
    border: 1px solid #ddd;
    padding: 15px;
}
.blog_post .blog_content h4{
    text-transform: uppercase;
    margin: 0 0 3px;
}
.blog_post .blog_content .post_meta{
    display: block;
    margin-bottom: 10px;
}
.blog_post .blog_content span a{
    font-size: 12px;
    color: #444;
}
.blog_post .blog_content p{
    margin-bottom: 10px;
}

.blog_post .blog_content a{
    font-size: 15px;
    color: #444;
}
.blog_post .blog_content a:hover{
    text-decoration: underline;
}
/* ==========================================================================
   Social Section
   ========================================================================== */
.social_share_section{}
.social_icons{}
.social_icons .social_content{
    display: block;
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}
.social_icons .social_content:hover{
    opacity: 0.8;
    color: #fff;
}
.social_icons .social_content i{
    font-size: 20px;
    margin-right: 5px;
}
.social_icons .social_content.facebook{ background-color: #1f337a; }
.social_icons .social_content.twitter{ background-color: #32b6e6; }
.social_icons .social_content.gplus{  background-color: #f05038; }
.social_icons .social_content.linkedin{  background-color: #2c91d9; }

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget_section{}
.widget_section .col-xs-6{
    padding: 15px;
}
.widget_content{
    color: #ddd;
}
.widget_content h3{
    font-weight: 600;
    margin: 0 0 10px;
}
.widget_content a{}
.social_links{
}
.social_links li{
    display: inline-block;
}
.social_links li a{
    display: inline-block;
    color: #ddd;
    font-size: 16px;
   margin-right: 10px;
}
.widget_list li a:hover,
.social_links li a:hover{
    color: #fff;
    text-decoration: underline;
}
.widget_list{}
.widget_list li{}
.widget_list li a{
    color: #ddd;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
	display: block;
    border-top: 1px solid #444;
	color: #fff;
	text-align: center;
	padding: 35px 0;
}
.footer_section p{
    text-transform: uppercase;
    color: #ddd;
    font-size: 12px;
	margin: 0;
} 

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #a53c47;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #cc5763;
    color: #fff;
}