/*
Theme Name: Fresh Food Restaurant
Theme URI: https://www.buywpthemes.net/products/free-restaurant-wordpress-theme/
Author: Peccular
Author URI: https://www.buywpthemes.net/
Description: Restaurant WordPress Theme has been crafted to suit fine dining, casual, or high-tech dining, motels, etc.  Selecting an exceptional restaurant theme is a great way to pique people’s interests and curiosity about your food business. No matter what type of food business you may be into, you may own motel, manage fine dining restaurant, café, snack shop, or cloud kitchen, a good design  can make all the different for your food business to stand out. Get as creative as possible and at the same time do your best to stay true to your business values and vision. Restaurant WordPress Theme we’ve curated offers aesthetics as well as functionality. Our designers have spent time to come up with a creative concept, their understanding of target market, and industry trend reflects in the design. Restaurant WordPress Theme can be self-managed and is responsive in nature (adjusts as per screen size of visitor and his/her bowser preference). You can present everything about your restaurant from address, food menu, ambience, and so on. It has been beautifully designed that will help visitors/potential guests envision their dining experience. Restaurant WordPress template isn’t just decorative online presence. It is a strategic tool that will work for your restaurant as part of the team and help you to establish a unique identity in the market. Using Restaurant WP template will strengthen you brand recognition and will help to create a certain impression about your hotel or restaurant in the mind of your potential customer. You can download and install Restaurant WP theme within minutes. Install it, upload images, and share information about foods you serve, and it’s all set for a take off! Having a website is essential part of running a business. Own easy to use restaurant WordPress theme. 
Version: 0.1
Tested up to: 5.8
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: fresh-food-restaurant
Slug: fresh-food-restaurant
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.waves {
    position: absolute;
    width: 100%;
    height: 31vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
}

#slider-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0%;
    background-repeat: no-repeat;
    width: 100% !important;
/*    background:#f1f1f1;*/
   background-image: url(assets/images/slider_bg.png) !important;
    background-size: cover;
}

.hero-style .slide-text{position: relative;}
/*.hero-style .slide-text p:after{
    content: "";
    position: absolute;
    left: 0%;
   
    right: 0;
    bottom: 0;
    top: 40px;
    background-repeat: no-repeat;
}*/
.footer-area {
    background: #F6FAFF;
    position: relative;
    display: block;
    overflow: initial;
    z-index: 1;
    padding:3em 0 0em 0;
    background-repeat: no-repeat;
    background-size:cover ;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.recentcomments a {
    display: inline-block !important;
    padding-left: 18px !important;
    margin: 0 !important;
}

.slider-img-overlay {
    position: absolute;
    left: 0;
    right: 52.5%;
    top: 0;
    bottom: 0;
    background: #161415;
    opacity: 1;
    clip-path: polygon(0 0, 67% 0, 100% 100%, 0% 100%);
}
.slider-img-overlay-outer {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    clip-path: polygon(0 0, 68% 0, 100% 100%, 0% 100%);
}

@media (max-width: 1600px) {
    #slider-section .seximg { top: 68.9%;}
}

@media (max-width: 1299px) {
    #slider-section .seximg {
        top: 70%;
    }
}
@media (max-width: 1199px) {
#slider-section .seximg {
        top: 74%;
    }
}

@media (max-width: 1024px) {
    #slider-section .seximg {
        top: 77.6%;
    }
}

@media (max-width: 1023px) {
    #slider-section .seximg {
        display: none;
    }
}

@media (max-width: 991px) {
/*.slider-img-overlay-outer {  right: 35%;}
.slider-img-overlay { right: 38.5%;}*/

}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}