/*
Theme Name: Cuisine
Theme URI: http://themeum.com/wordpress/cuisine
Author: Themeum
Author URI: http://themeum.com/
Description: Cuisine Cafe and Resturant Theme.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: right-sidebar, two-columns
Text Domain: cuisine
*/
@import url(https://fonts.googleapis.com/css?family=Cookie);
@import url('css/bootstrap.min.css');
@import url('css/font-awesome.css');
@import url('css/bistro.css');
@import url('css/main.css');
@import url('css/responsive.css');


.gallery-caption{ }
.bypostauthor{ }
.screen-reader-text{ }

/*=================================
 *=======    Coming Soon    =======
 *================================= */
 html {
  width: 100%;
  height: 100%;
 }

.page-template-coming-soon  {
  width: 100%;
  height: 100%;
}

.comingsoon{
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.comingsoon-wrap {
  width: 100%;
  height: 100%;
  display: table;
}
.comingsoon-content {
  vertical-align: middle;
  display: table-cell;
}

#comingsoon-countdown .countdown-amount{
  display: block;
  font-size: 60px;
  margin-bottom: 15px;
  font-weight: 700;
}
#comingsoon-countdown .countdown-period{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.comingsoon .sub-page-header{
  font-size: 24px;
  font-weight: 700;
}

.comingsoon .soon-page-header {
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
}

.countdown-days{
    color:#fff !important;
}
.countdown-hours{
    color:#fff !important;
}
.countdown-minutes{
    color:#fff !important;
}
.countdown-seconds{
    color:#fff !important;
}

.countdown-section {
  display: inline-block;
  margin: 0 60px 0 0;
  padding: 40px 0 20px 0;
}

.comingsoon .days, 
.comingsoon .hours, 
.comingsoon .minutes, 
.comingsoon .seconds {
  display: block;
  font-size: 60px;
  margin-bottom: 15px;
  font-weight: 700;
}
.countdown-section:after{
  position: absolute;
  content: url(images/coming-soon-count-down.png);
  top: -55px;
  left: 30px;
}

p.comingsoon-message-desc{
    font-size: 24px;
    font-weight: 700;
    /*text-align: center;*/
}
.comingsoon > div{
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.social-share ul{
    margin: 0;
    padding: 0;
}
.comingsoon .social-share ul li {
    display: inline-block;
    margin: 0 15px;
}

.comingsoon-footer {
  margin-top: 90px;
  margin-bottom: 110px;
}

.comingsoon .social-share li a {
    color: rgba(255,255,255,0.7);
    font-size: 24px;
    -webkit-transition: color 400ms;
    transition: color 400ms;
}
.comingsoon .social-share li a:hover {
    color: #fff;
}

.comingsoon-footer .copyright-text {
  font-size: 14px;
  color: #999999;
  margin: 35px 0 0;
}

/*=================================
 *=======    404 page   =======
 *================================= */

.error-page-inner{
    width: 100%;
    height: 100%;
    display: table;
}

.error-code{
  color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: inline-block;
  font-size: 102px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.error-page-inner >div {
    vertical-align: middle;
    display: table-cell;
}
.error-msg{
  text-align: center;
}
.logo-top{

}
.error-page-inner .error-msg .logo-top img{
    /*width: 100%;
    height: 100%;*/
    *background-size: cover !important;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

body.error404 {
  background-color: #444;
}
.error-message{
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 10px;
  text-transform: uppercase;
}
.error-page-inner .btn-primary{
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
}
.error-page-inner a.btn.btn-primary.btn-lg{
  font-size: 18px;
  line-height: 50px;
  padding: 0 30px;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
}
.error-page-inner a.btn.btn-primary.btn-lg:hover {
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
}

.error-page-inner .error-msg a{
  border-radius: 1px;
    border-width: 2px;
    letter-spacing: 3px;
    padding: 9px 15px;
    text-transform: uppercase;
    transition: color 400ms ease 0s, background-color 400ms ease 0s, border-color 400ms ease 0s;
    font-weight: normal;
}
.info-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}


/*=================================
 *=======    Chef Shortcode  =======
 *================================= */

.cuisine-addon-content{
  position: relative;
  z-index: 1;
}
.cuisine-chef-designation{
  font-family: Cookie,sans-serif;
  font-size: 52px;
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
}
.cuisine-chef-title{
  font-family: Montserrat,sans-serif;
  font-size: 60px;
  font-weight: 700;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 40px;
}

.cuisine-chef-description{
  visibility: visible;
  animation-delay: 200ms;
  animation-name: fadeInUp;
  webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  font-weight: normal;
  line-height: 24px;
}

.cuisine-chef-signature{
    visibility: visible;
    animation-delay: 200ms;
    animation-name: zoomIn;
    margin-top: 40px;
    display: inline-block;
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* end of chef css */


/*=================================
 *=======             =======
 *================================= */
.themeum-person{

}

.themeum-person-image{
  margin-top: 30px;
}

.img-responsive{

}
.person-details{
  background-image: -webkit-linear-gradient(top,transparent 0%,#fff 100%);
  background-image: -o-linear-gradient(top,transparent 0%,#fff 100%);
  background-image: linear-gradient(to bottom,transparent 0%,#fff 100%);
  margin-top: -97px;
  padding: 7px;
  position: relative;
  text-align: center;
  z-index: 99999;
}
.person-title{
  color: #333;
  font-family: Merriweather,sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.person-deg{
  color: #888;
  font-size: 16px;
}

.addon-themeum-title .style-title{
  font-family: Cookie,sans-serif;
  word-wrap: break-word;
}
.addon-themeum-title .style-sub-title{
  word-wrap: break-word;
}


.themeum-title{
  text-align: center;
}
.themeum-title .sub_title_pro{
  color: #fff;
  font-family: Merriweather,sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}


/*=================================
 *=======    Client Feedback  =======
 *================================= */

.owl-controls{

}

.owl-stage-outer{
  text-align: center;
}

.owl-nav{
margin: 10px auto;
width: 10%;
}
.owl-prev{
  border: 2px solid #666;
  float: left;
  margin-right: 5px;
  padding: 3px 10px;
  text-align: center;
}
.owl-next{
  border: 2px solid #666;
  overflow: hidden;
  padding: 3px;
  text-align: center;
}

.client-img-responsive{
  margin: 0 auto;
  width: 285px !important;
  height: 285px !important;
}

.pro-client-name{
  margin-bottom: 10px;
}


/*=================================
 *=======  Contact From     =======
 *================================= */

.reservation-button{
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 60px;
}
.tp-generation {
  width: 100%;
  border: 2px solid #e9edf0;
  padding: 12px 10px;
  border-radius: 3px;
}
.tp-generation .wpcf7-form-control-wrap select.wpcf7-form-control {
  color: #333;
  width: 100%;
}



/* video popup*/
.video-popup-ab{
  display: inline-block;
  text-align: center;
  width: 100%;
}
.wide {
  border-bottom: 1px #000 solid;
  width: 4000px;
} 
.fleft { float: left; margin: 0 20px 0 0; }

.cboth { clear: both; }
      

/* ******************************** */
/* menu custom class add homepage 2 */
/* ******************************** */
.menus-items-hover{
  padding-top: 40px;
  padding-bottom: 55px;
  transition: .3s;
  -webkit-transition: .3s;
}
.menus-items-hover:hover{
  background: #e32;
}
.menus-items-hover:hover .image {
  animation: fadeInRight .5s;
}
.menus-items-hover:hover .feature-title {
  animation: fadeInLeft .5s;
}

/* end */


/* ******************************** */
/*            homepage 3            */
/* ******************************** */
.wpb_single_image{
  -webkit-animation-duration: 1s; 
  animation-duration: 1s; 
  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both; 
  animation-delay: 200ms;
  animation-name: fadeInRight;
}

.addon-themeum-title{
  animation: 0.5s ease 0s normal none 1 running fadeInUp;
  -webkit-animation-duration: 1s; 
  animation-duration: 1s; 
  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both; 
  animation-delay: 200ms;
  animation-name: ;
}



/* heading title */

.sub-title-inner .leading{
  font-weight: normal;
}

/* homepage3 */

.themeum-feature-content .feature-sub-title{
  line-height: 25px !important;
}

:hov .cls .addon-special-dishes >div>div >div:last-child:before { content: " "; position: absolute; top: 0; right: 100%; height: 100%; width: 250%; background-image: url(../images/pattern.png); background-repeat: repeat-x; background-position: 100% 0; background-color: #e7272d; z-index: 1; }