/* HOME PAGE DESIGN STRUCTURE */
/* 
1. custom style 
2. TOP BAR SECTION
3. LOGO SECTION 
4. NAVIGATION MENU
5. BANNER SECTION 
*/
/* ====================================
        1. CUSTOM CSS STYLE START 
=======================================*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');
/* 
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif; */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul {
    margin-bottom: 0px;
}
ul li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}
body {
    width: 100%;
    height: 100vh;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
}
/* ====================================
        1. CUSTOM CSS STYLE END 
=======================================*/
/* ====================================
        2. TOP BAR CSS STYLE START 
=======================================*/
#top_bar .topbar_details ul li i {
    color: #232E66;
    padding-right: 7px;
}
#top_bar .topbar_details ul li a {
    color: #232E66;
    font-weight: 500;
}
div#top_bar {
    padding: 10px 0px;
    border-bottom: 1px solid #A8A8A8;
}
#top_bar .topbar_details ul li:first-child {
    border-right: 2px solid #232E66;
    padding-left: 0px;
}
#top_bar ul {
    display: flex;
}
#top_bar .topbar_details ul li {
    padding: 4px 20px;
}
#top_bar .topbar_social ul {
    justify-content: flex-end;
}
#top_bar .topbar_social ul li i {
    color: #232E66;
}
#top_bar .topbar_social ul li {
    padding: 0px 7px;
}
/* ====================================
        2. TOP BAR CSS STYLE END 
=======================================*/
/* ====================================
        3.  CSS STYLE START 
=======================================*/
#navbar_sec ul.navbar-nav {}
#navbar_sec ul li a {
    text-transform: uppercase;
    color: #232E66;
    font-weight: 600;
}
#navbar_sec ul li.nav-item.active {
    background-color: #232E66;
}
#navbar_sec ul li.nav-item.active a {
    color: #fff;
}
#navbar_sec ul li:last-child {
    margin-right: 0px;
}
#navbar_sec ul li {
    margin: 0px 10px;
    padding: 0px 15px;
}
#navbar_sec .navbar {
    padding: 0px;
}
#navbar_sec {
    padding: 10px 0px;
}
/* ====================================
        3.  CSS STYLE END 
=======================================*/
/* ====================================
        4.  CSS STYLE START 
=======================================*/
#banner_section,
#taste-speciality {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;
}
#taste-speciality {
    background-image: url('../img/Fresh_taste.jpg');
    height: 80vh;
}
#banner_section .banner-txt,
#taste-speciality .banner-txt {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
}
#banner_section h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
}
#banner_section p {
    font-style: italic;
    padding: 10px 250px;
}
#banner_section .banner-btn a {
    color: #F08C1C;
    background: #fff;
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    font-size: 22px;
    border: 2px solid #fff;
    transition: all 0.3s ease-in;
}
#banner_section .banner-btn a:hover {
    background-color: transparent;
    color: #fff;
    transition: all 0.3s ease-in;
}
#full-recipes .full-recipes-sec img {
    width: 100%;
}
.ptb-70 {
    padding: 70px 0px;
}
#full-recipes .full-recipes-sec {
    position: relative;
}
#full-recipes .full-recipes-txt {
    position: absolute;
    top: 30%;
    padding: 0px 25px;
    width: 100%;
    display: block;
    color: #fff;
}
#full-recipes .full-recipes-txt h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
#full-recipes .full-recipes-txt p {
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
#full-recipes .full-recipes-txt a {
    background-color: #F08C1C;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 20px;
    border-left: 2px solid #BB6300;
}
/* ====================================
        4.  CSS STYLE END 
=======================================*/
/* ====================================
        5.  CSS STYLE START 
=======================================*/
#popular_recipes {
    background-color: #FBFBFB;
    padding: 50px 0px;
}
#popular_recipes .popular_head_txt h3,
#menu_pg_sec h2 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    color: #232E66;
}
#popular_recipes .popular_head_txt p {
    padding: 20px 0px;
    color: #232E66;
}
#popular_recipes .popular-box h3 {
    color: #232E66;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    margin: 10px 0px;
}
#popular_recipes .popular-box p {
    color: #232E66;
    font-size: 16px;
}
#popular_recipes .owl-nav {
    display: none;
}
#popular_recipes .owl-dots {
    margin-top: 20px;
}
#popular_recipes .owl-dot span {
    border: 2px solid #232E66;
    height: 16px;
    width: 16px;
    padding: 10px;
    background: transparent;
    position: relative;
}
#popular_recipes .owl-dot.active span {
    display: flex;
    align-items: center;
    justify-content: center;
}
#popular_recipes .owl-dot.active span::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #232E66;
    position: absolute;
    border-radius: 50%;
}
#popular_recipes .owl-dot {
    outline: none;
}
/* ====================================
        5.  CSS STYLE END 
=======================================*/
/* ====================================
        6.  CSS STYLE START 
=======================================*/
#about_us .about-img img {
    width: 100%;
}
#about_us p {
    font-size: 18px;
    color: #A8A8A8;
    margin: 10px 0px;
}
#about_us .about-txt h3 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    color: #232E66;
    padding-bottom: 10px;
}
#about_us .border-line {
    width: 120px;
    height: 3px;
    background-color: #232E66;
}
#about_us .read-more-btn a {
    font-size: 22px;
    color: #232E66;
    border: 2px solid #232E66;
    padding: 7px 25px;
}
#about_us .read-more-btn {
    margin-top: 25px;
}
/* ====================================
        6.  CSS STYLE END 
=======================================*/
/* ====================================
        7.  CSS STYLE START 
=======================================*/
#taste-speciality h1 {
    font-size: 45px;
    font-family: 'Papyrus';
    margin-bottom: 20px;
}
#taste-speciality .menu-btn a {
    background-color: #fff;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #232E66;
    border-radius: 5px;
    padding: 10px 25px;
}
#taste-speciality .menu-btn {
    margin-top: 45px;
}
/* ====================================
        7.  CSS STYLE END 
=======================================*/
/* ====================================
        8.  CSS STYLE START 
=======================================*/
#menu_sec .menu-head h4 {
    font-family: 'Papyrus';
    font-size: 50px;
    margin-bottom: 30px;
}
.menu-item h5 {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}
.mt-20 {
    margin-top: 20px;
}
#menu_sec .menu-item ul li {
    font-weight: 500;
    color: #000000;
    font-size: 18px;
    padding: 5px 0px;
}
#menu_sec .menu-item ul {
    margin-top: 20px;
}
#menu_sec .menu-item ul li span {
    color: #F08C1C;
}
/* ====================================
        8.  CSS STYLE END 
=======================================*/
/* FOOTER SECTION START */
footer {
    background-color: #232E66;
    padding: 50px 0px;
    color: #fff;
    padding-bottom: 30px;
}
footer h4 {
    font-family: 'Papyrus';
    margin-bottom: 70px;
}
footer .footer-logo p {
    margin-top: 15px;
}
ul.footer-social li {
    padding-right: 15px;
}
ul.footer-social {
    display: flex;
}
ul.footer-social li i {
    font-size: 25px;
}
/* footer .footer-logo img{
    width: 30%;
} */
footer h5 {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 5px;
}
footer .location i {
    color: #fff;
    font-size: 22px;
    padding-right: 15px;
}
footer .location ul li {
    display: flex;
    padding-bottom: 15px;
}
#navbarNav ul li.current-menu-item {
    background-color: #232E66;
}
#navbarNav ul li.current-menu-item a {
    color: #fff;
}
footer .copyright {
    margin-top: 50px;
}
#navbarNav .menu-header-menu-container {
    width: 100%;
}
#navbarNav ul {
    justify-content: flex-end;
}
footer .copyright p {
    font-size: 18px;
    font-weight: 600;
}

/* MENU PAGE CSS */

#menu_pg_sec {
    padding: 80px 0px;
    background: #232e66;
}
.our_border_line{
    height: 3px;
    width: 98px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 10px;
}
#menu_pg_sec h2 {
    color: #ffffff;
}
div#menu-list{
    padding: 50px 0px;
}
.menu-heading h3 {
    text-align: center;
    color: #232e66;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 40px;
    font-size: 40px;
}
.menu-img img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 15px;
}
/* .menu-img h5{
    text-align: center;
    color: #232e66;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
} */

.menu-img h3{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #232e66;
}
.menu-img {
    margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
    #banner_section h1 {
        font-size: 40px;
    }
    #banner_section p {
        padding: 10px 100px;
    }
    footer h4 {
        margin-bottom: 50px;
    }
    #taste-speciality h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .full-recipes-sec {
        margin-bottom: 20px;
    }
    .footer-logo img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    #top_bar .topbar_social ul,
    #top_bar ul {
        justify-content: center;
    }
    body {
        font-size: 16px;
    }
    #banner_section h1 {
        font-size: 25px;
    }
    #banner_section p {
        padding: 10px 0px;
    }
    #popular_recipes .popular_head_txt h3 {
        font-size: 25px;
    }
    #popular_recipes .popular_head_txt p {
        font-size: 14px;
    }
    #about_us .about-txt h3 {
        font-size: 30px;
        margin-top: 30px;
    }
    #about_us .read-more-btn a {
        font-size: 18px;
        padding: 7px 16px;
    }
    #taste-speciality h1 {
        font-size: 20px;
        line-height: 35px;
    }
    #taste-speciality .menu-btn a {
        font-size: 20px;
        padding: 10px 20px;
    }
    #menu_sec .menu-item ul {
        text-align: center;
    }
    footer h4 {
        margin-bottom: 25px;
        margin-top: 20px;
    }
    footer .copyright p {
        font-size: 16px;
    }
    #banner_section .banner-txt,
    #taste-speciality .banner-txt {
        transform: translate(-50%, -50%);
    }
    #top_bar {
        display: none;
    }
    .ptb-70 {
        padding: 50px 0px;
    }
    footer .copyright {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 400px) {
    #menu_sec .menu-item ul li {
        font-size: 15px;
    }
    a.navbar-brand {
        width: 65%;
    }
    a.navbar-brand img {
        width: 100%;
    }
    #full-recipes .full-recipes-txt {
        top: 15%;
    }
}


.entry-header-inner.section-inner.medium .entry-title {
    text-align: center;
}
div#wpcf7-f58-p65-o1 {
    text-align: center;
}