/***** CSS Index *****/


/***** Base CSS *****/
/***** Google Font *****/
@import url('https://fonts.googleapis.com/css?family=Bad+Script|Playfair+Display:400,700|Roboto:300,400&display=swap');

/***** Body CSS *****/
* {
    padding: 0;
    margin: 0;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    color: #555;
    background-color: #f2f2f2;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, a {
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    color: #555;
}
p {
    margin-bottom: 0;
    color: #555;
}
a:hover {
    text-decoration: none;
}
/***** Heading CSS *****/
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h1, h1 a {
    font-size: 56px;
}
h2, h2 a {
    font-size: 36px;
}
h3, h3 a {
    font-size: 28px;
}
h4, h4 a {
    font-size: 24px;
} 
h5, h5 a {
    font-size: 20px;
}
h6, h6 a {
    font-size: 16px;
}
/***** Image CSS *****/
img {
    max-width: 100%;
    height: auto;
}
/***** Ul & Li CSS *****/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/***** Focus CSS *****/
a:focus,
input:focus,
button:focus,
textarea:focus {
    outline: 0 solid;
}

/***** ScrollUp CSS *****/
#scrollUp {
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    /*background: rgba(0,0,0,0.5);*/
    background: #cc8800;
    border-radius: 50%;
    /*box-shadow: 0 0px 6px 2px #ddd;*/
}
/***** END Base CSS *****/

/***** common CSS *****/
.section-padding {
    padding: 100px 0;
}
h3.title {
    font-size: 32px;
}
p.title-sub {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    color: #cc9966;
    text-transform: uppercase;
    margin-top: 5px;
}
/* ================================ */

/***** site wrapper *****/
.site-wrapper {
    overflow-x: hidden;
}

/*banner slider area*/
.banner-slider-area {
    position: relative;
    /*overflow: hidden;*/
}
.banner-slider-area,
.home-banner-slider,
.home-banner-slider .single-slide {
    height: 650px;
    width: 100%;
}

/*main menu navbar*/
.banner-slider-area .navbar {
    padding: 5px 0;
    background: rgba(0,0,0,0.5) !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.banner-slider-area .navbar-expand-lg .navbar-collapse {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}
.navbar-nav li {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    color: #fff;
}
.navbar-nav li:first-child {
    padding-left: 0;
}
.navbar-nav li:last-child {
    padding-right: 0;
}
.navbar-nav li:before {
    /*font-family: "Font Awesome 5 Free";
    content: "\f068";*/
    content: "-";
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.navbar-nav li:first-child:before {
    content: "";
}
.navbar-dark .navbar-nav li .nav-link {
    color: #fff;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.navbar-dark .navbar-nav li:hover .nav-link {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/*site logo*/
.logo {
    width: 150px;
    height: auto;
    text-align: center;
}

/*header social links*/
.header-social a {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.header-social a:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

/*home banner slider*/
.home-banner-slider .single-slide {
    position: relative;
    background-position: center;
    background-size: cover;
}
.home-banner-slider .single-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
/*single slide content*/
.home-banner-slider .single-slide-content {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
}
.single-slide-content h2,
.single-slide-content p,
.single-slide-content a {
    color: #fff;
}
.single-slide-content h2 {
    font-size: 60px;
    margin-bottom: 80px;
}
.single-slide-content p {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 50px;
}
.single-slide-content a {
    display: inline-block;
    padding: 10px 30px;
    background: rgba(0,0,0,0.7);
    font-size: 20px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.single-slide-content a:hover {
    background: rgba(255,255,255, 0.6);
    color: #000;
}
/*home banner slider nav buttons*/
.home-banner-slider .owl-nav button {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.home-banner-slider .owl-nav button.owl-next {
    left: auto;
    right: 20px;
}
.home-banner-slider .owl-nav button i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    background: rgba(255,255,255, 0.7);
    font-size: 30px;
    border-radius: 50%;
}

/*banner bottom mini image*/
.banner-bottom-mini-img {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1.5px dashed #ccc;
    padding: 5px;
}

/*about section*/
.about-text {
    padding-right: 30px;
}
.about-text .about-title-area {
    margin-bottom: 50px;
}
.about-text h5 {
    margin: 25px 0;
}
.about-text .chef-name span {
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
    padding: 10px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.about-text .chef-name img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 20px;
}
.chef-quote {
    margin-top: 20px;
    color: #aaa;
}
.chef-quote p.quote-text {
    font-family: 'Bad Script', cursive;
    font-size: 24px;
    line-height: 1.5;
    padding: 0 70px;
    color: #cc9966;
}

/*pancake section*/
.pancake-section {
    background-position: left center;
    background-size: cover;
}
.pancake-image,
.pancake-image img {
    width: 100%;
    height: 100%;
}
.pancake-text {
    background: #f2f2f2;
    padding: 50px;
    height: 100%;
    width: 100%;
}
.pancake-text .pancake-title-area {
    margin-bottom: 50px;
}
.pancake-text p.pancake-detail {
    margin-bottom: 80px;
}

/*pancake text bg*/
.pancake-text-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background-image: url(../img/art-windmill.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

/*pancakes slider*/
.pancakes-slider {
    padding: 0 50px;
    overflow-x: hidden;
    position: relative;
}
.pancake-single-slide {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.pancake-single-slide img {
    width: 100%;
    height: 100%;
}
/*pancakes slider nav buttons*/
.pancakes-slider .owl-nav button {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.pancakes-slider .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}
.pancakes-slider .owl-nav button i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #aaa;
    background: rgba(255,255,255, 0.7);
    border: 1px solid #aaa;
    border-radius: 50%;
}

/*pancake ready time*/
.pancake-ready-time {
    width: 115px;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    box-shadow: -8px 8px 15px 1px #555;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: -33px;
    right: -50px;
}
.pancake-ready-time .ready {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}
.pancake-ready-time .time {
    color: #cc8800;
}

/*breakfast section*/
.breakfast-section {
    background-position: center;
    background-size: cover;
}
/*breakfast prices*/
.breakfast-prices {
    padding: 20px;
    background: rgba(0,0,0,0.5);
}
.breakfast-title-area,
.breakfast-prices .single-breakfast {
    margin-bottom: 40px;
    color: #fff;
}
.breakfast-prices .single-breakfast:last-child {
    margin-bottom: 0;
}
.breakfast-title-area h3.title,
.single-breakfast .breakfast-item {
    color: #fff;
}
.single-breakfast p {
    color: #ccc;
    font-size: 15px;
    margin: 8px 0 12px;
}
.single-breakfast .price {
    color: #dfbf9f;
}
/*breakfast text*/
.breakfast-text {
    background: url(../img/breakfast-right-side.png) top center;
    background-size: cover;
    padding: 50px 55px 50px 35px;
}
.breakfast-text .establish {
    padding: 0 40px;
}
.breakfast-text .breakfast-detail {
    margin-top: 100px;
}
.breakfast-text .breakfast-detail p {
    line-height: 1.8;
    margin: 20px 0;
}
.breakfast-text .breakfast-read-btn {
    display: inline-block;
    padding: 6px 35px;
    font-size: 15px;
    color: #cc9966;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #cc9966;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.breakfast-text .breakfast-read-btn:hover {
    background: rgba(0,0,0,0.1);
}

/*sandwich section*/
.sandwich-title-area {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-top: 70px;
    position: relative;
}
.sandwich-title-bg {
    position: absolute;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

/*sandwich blogs*/
.sandwich-blogs .sandwich-single-blog {
    margin-bottom: 40px;
}
.sandwich-blogs .sandwich-single-blog:last-child {
    margin-bottom: 0;
}
.sandwich-single-blog img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px #aaa;
}
.sandwich-single-blog .blog-title a {
    display: inline-block;
    color: #cc9966;
    margin: 10px 0 15px;
}
.sandwich-single-blog p {
    font-size: 14px;
}
/*sandwich image*/
.sandwich-image {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 50px;
}
.sandwich-image img {
    width: 100%;
    height: 400px;
    margin: 20px 0;
    border: 10px solid #fff;
}

/*sandwich prep details*/
.sandwich-prep-details {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 100%;
    width: 130px;
    background: rgba(255,255,255,0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
}
.sandwich-prep-details .sandwich-single-prep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 140px;
    border-bottom: 1px solid #cc9966;
}
.sandwich-prep-details .sandwich-single-prep:last-child {
    border-bottom: none;
    background-position: bottom center;
    background-size: cover;
}
.sandwich-single-prep .job-title {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #cc9966;
}
.sandwich-prep-details .sandwich-single-prep:last-child .time {
    color: #cc8800;
}

/*full recipe tag*/
.full-recipe-tag {
    display: inline-block;
    background: #fff;
    border: 1px solid #cc9966;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: -15px;
}
.full-recipe-tag a {
    display: inline-block;
    padding: 8px 20px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #cc9966;
    font-size: 15px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.full-recipe-tag a:hover {
    background: rgba(0,0,0,0.1);
}

/*footer section*/
.footer-content .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.footer-content .footer-menu ul li {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    color: #555;
}
.footer-content .footer-menu ul li:first-child {
    padding-left: 0;
}
.footer-content .footer-menu ul li:last-child {
    padding-right: 0;
}
.footer-content .footer-menu ul li:before {
    /*font-family: "Font Awesome 5 Free";
    content: "\f068";*/
    content: "-";
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.footer-content .footer-menu ul li:first-child:before {
    content: "";
}
.footer-content .footer-menu ul li a {
    color: #555;
    text-transform: uppercase;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.footer-content .footer-menu ul li:hover a {
    color: #000;
}

.footer-content .footer-logo {
    margin: 0 40px;
}

/*copyright*/
.copyright {
    text-align: center;
}

.copyright .my-site-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.copyright .my-site-link:hover {
    color: #1EA433;
}
/* ================================ */