@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&display=swap');

/* NEW */

/* nav */
.navbar {
    background: #123C64;
    border-bottom: none;
}

.navbar .container {
    width: 70%;
    margin: auto;
}

.navbar-brand {
    display: none;
}

div#bs-example-navbar-collapse-1 {
    background: transparent;
}

ul.nav.navbar-nav.navbar-right {
    float: none !important;
    display: flex;
    justify-content: space-evenly;
}

.navbar li a {
    text-transform: uppercase;
    transition: all 250ms;
    overflow: hidden;
}

.navbar li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #fff;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
    font-weight: 800;
    font-family: 'Google Sans Flex';
    letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a.active {
    color: #123C64 !important;
    background: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    background: #fff;
    color: #123C64 !important;
}

.navbar li a:hover::before {
    width: 100%;
}

.navbar.navbar-default.navbar-fixed-top.black {
    background: #123C64 !important;
}

.black div#bs-example-navbar-collapse-1 {
    margin-top: 0;
}

/* Main */
#main {
    background: linear-gradient(to bottom, rgb(255 255 255 / 60%) 0%, rgb(255 255 255 / 60%) 100%), url(https://d2ova09jg8x3xk.cloudfront.net/foodiebarandkitchen.com.au/uploads/new-bg.jpg) no-repeat;
    /* background: #F5F4F1; */
    background-size: cover !important;
    background-position: top !important;
    background-attachment: scroll !important;
}

.welcome {
    text-shadow: none;
}

.log-img {
    width: 280px;
}

.welcome-to {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Google Sans Flex';
    color: #123C64;
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 40px;
}

.tagline-title {
    font-size: 40px;
    font-family: "Google Sans Flex";
    font-weight: 800;
    color: #123C64;
    text-shadow: none;
    text-transform: uppercase;
    margin: 40px auto auto auto;
    text-decoration: 2px underline;
    text-underline-offset: 10px;
}

.welcome #contact-details p {
    color: #3c3c3c;
    font-family: 'Poppins';
    text-shadow: none;
    font-size: 0px;
}

#main a button {
    margin-top: 20px;
    padding: 12px 30px;
    background: none !important;
    color: #123C64 !important;
    text-decoration: none;
    font-family: "Google Sans Flex";
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid #123C64;
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: 1px;
}

#main a button:hover {
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #123C64;
    background: #123C64 !important;
}

#main #menu-scroll-down a {
    color: #123C64;
}

/* Menu Section */
#menu {
    background: linear-gradient(to bottom, rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 90%) 100%), url(https://d2ova09jg8x3xk.cloudfront.net/foodiebarandkitchen.com.au/uploads/s-bg2.jpg) no-repeat;
    /* background: #ecebeb !important; */
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    /*     backdrop-filter: blur(5px);
    background: rgb(255 255 255) !important; */
}

#menu .panel-default>.panel-heading {
    padding-top: 20px;
}

#menu .panel {
    background: #FDF5EF !important;
    margin-top: 50px !important;
    border: 5px solid #fff;
    outline: 5px solid #123C64;
    border-radius: 10px;
    /* box-shadow: 6px 6px 0px #5f5f5f6e; */
    /*     -webkit-box-shadow: 6px 6px 2px 0px #050505a8;  
    -moz-box-shadow:    6px 6px 2px 0px #050505a8; 
    box-shadow:         10px 10px 7px 0px #050505a8; */
}

.panel-body #menu-row {
    display: flex !important;
    flex-wrap: wrap !important;
}

#menu {
    background-color: #f9f9f9;
    color: #eee;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

#menu-row .menu-item {
    width: 40% !important;
    margin: 20px auto !important;
}

#menu-row .menu-item:last-child {
    width: 40% !important;
    margin: 20px 5% !important;
}

#menu .page-title {
    color: #123C64 !important;
    /*     -webkit-text-fill-color: #231f20;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff; */
    text-transform: capitalize !important;
    margin-top: 30px;
    text-align: center;
    margin-bottom: -30px !important;
    font-weight: 900;
    font-size: 70px;
    font-family: 'Oleo Script Swash Caps' !important;
    margin-bottom: 0px !important;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0px #ffffff, 5px 4px 0px rgb(0 0 0 / 10%);
}

h2.panel-title {
    text-transform: capitalize !important;
    font-weight: 800 !important;
    /* margin-bottom: -30px !important; */
    text-align: center;
    background: #FDF5EF !important;
    letter-spacing: 1px;
    padding: 10px 0;
}

#menu h2>span {
    color: #123C64 !important;
    text-transform: capitalize !important;
    z-index: 1;
    /* position: relative; */
    width: fit-content;
    margin: auto;
    font-family: 'Google Sans Flex' !important;
    font-weight: 900 !important;
    text-align: center !important;
    font-size: 34px;
    /* border-radius: 30px; */
    padding: 0px 15px;
    /* border-bottom: 3px solid #2f2960;
     */
}

#menu h2:before {
    position: absolute;
    content: "";
    /* background-color: #e35237;
     */
    display: block;
    height: 5px;
    width: 100%;
    top: 50%;
}

.menu-item h4 {
    text-align: left;
    text-transform: uppercase !important;
    margin-top: 20px;
    margin-bottom: 2px;
    color: #123C64 !important;
    font-family: 'Google Sans Flex', sans-serif !important;
    font-weight: 900 !important;
    font-size: 16px;
    line-height: 25px !important;
    /*border-bottom: 3px dotted #643b3b;*/
}

.menu-prices {
    text-align: center;
    color: #123C64 !important;
    padding: 3px;
    font-family: 'Google Sans Flex', sans-serif !important;
    font-weight: 900 !important;
    font-size: 14px;
    text-decoration: none !important;
}

span.dollar-symbol {
    margin-right: -4px !important;
    margin-left: 5px !important;
    text-decoration: none !important;
}

span#item_price_0 .dollar-symbol {
    margin-right: 0px !important;
    margin-left: 5px !important;
}

span#item_price_1 .dollar-symbol {
    margin-right: 0px !important;
    margin-left: 5px !important;
}

span#item_price_2 .dollar-symbol {
    margin-right: 0px !important;
    margin-left: 5px !important;
}

.menu-item p {
    color: #111 !important;
    text-align: left;
    text-transform: capitalize !important;
    font-family: 'Open Sans' !important;
    font-weight: 400;
    font-size: 13px;
    /* border-bottom: 1px dashed #63442F; */
}

#menu-row hr {
    border-top: #123C64 dotted 0px;
    margin-bottom: 15px !important;
}

.menu-border {
    display: none;
}

.menu_title_footer,
.menu_title_header {
    color: #111;
    text-align: center;
    text-transform: lowercase;
    font-size: 16px !important;
    font-style: italic !important;
}

.menu_title_header p {
    margin-bottom: 20px;
}

.menu_title_header a {
    background: #123C64 !important;
    color: #fff;
    padding: 10px;
}

.menu_title_header a:hover {
    background: #18171b;
}

/* horizontal lines */
hr {
    border-top: 1px solid #000;
}

/* about */
#about {
    text-align: center;
    background: #e1e1e1;
}

#about h1 {
    margin: 30px auto;
    color: #123C64;
    font-family: "Google Sans Flex";
    font-weight: 800;
}

#about p {
    font-size: 14px;
    font-weight: 300;
    color: #111;
    font-family: 'Poppins';
    line-height: 30px;
}

/* Contact Section */
#contact {
    background: linear-gradient(to bottom, rgb(255 255 255 / 70%) 0%, rgb(255 255 255 / 70%) 100%), url(https://d2ova09jg8x3xk.cloudfront.net/foodiebarandkitchen.com.au/uploads/new-bg.jpg) no-repeat;
    /* background: #F1F0EE !important; */
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
    color: #eee;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

#contact .page-title {
    font-weight: 800;
    font-size: 50px;
    color: #fff;
    font-family: 'Google Sans Flex' !important;
}

#openinghours .page-title {
    color: #123C64;
}

#contact #contact-details,
#contact #cuisine {
    color: #fff;
    text-align: left;
    font-family: 'Google Sans Flex', sans-serif !important;
    font-weight: 600;
}

div#contactus {
    background-color: #123C64;
    padding-bottom: 10px;
    margin-bottom: 15px;
    -moz-box-shadow: 30px 30px 0px -10pxx #ccc;
    -webkit-box-shadow: 30px 30px 0px -10px #ccc;
    box-shadow: 20px 20px 0px -10px rgb(222 151 22 / 0%);
    border-radius: 5px;
}

#map .glyphicon,
#contact .glyphicon {
    color: #fff;
}

#contact hr {
    border-top: 1px dotted #f3f3f3;
}

#contact label,
#loyalty label {
    color: #fff;
    text-transform: capitalize;
}

#contact label::after,
#loyalty label::after {
    content: ':';
}

#contact-form .form-control,
#loyalty-form .form-control {
    color: #252122 !important;
    background: #ffffff;
    box-shadow: none;
    border-radius: 5px !important;
    border-bottom: 1px solid #ffffff;
}

#contact-form .form-control:focus,
#loyalty-form .form-control:focus {
    color: #fff;
    border-top: none !important;
}

#contact button,
#loyalty button {
    border-radius: 8px;
    border: 2px solid #123C64!important;
    background: #fff;
    box-shadow: none;
    font-size: 20px;
    /*     letter-spacing: .10em; */
    font-weight: 800;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    padding: 15px 30px;
    cursor: pointer;
    font-family: 'Google Sans Flex';
    color: #123C64;
    width: 100%;
}

#contact button:hover,
#loyalty button:hover {
    border-radius: 8px;
    border: #fff solid 2px !important;
    background: #123C64;
    color: #fff;
    box-shadow: none;
}

/* Opening Section */
div#openinghours {
    padding-left: 40px;
    padding-right: -40px;
}

div#openinghours h2 {
    color: #f3f3f3;
}

#openinghours th {
    color: #123C64;
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    font-weight: 400;
}

#openinghours .day {
    color: #123C64;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

#openinghours td {
    color: #141414;
    font-family: 'Google Sans Flex', sans-serif !important;
    font-weight: 400;
}

#openinghours h2 {
    font-weight: 300;
    margin-bottom: 30px;
    color: #141414;
    font-family: 'Google Sans Flex', sans-serif;
}

/* Others */
footer {
    background: #fff !important;
    /*     backdrop-filter: blur(2px) !important; */
    color: #2a235c !important;
}

#footer h1 {
    background: url(https://d2ova09jg8x3xk.cloudfront.net/foodiebarandkitchen.com.au/images/logo.png) no-repeat center;
    width: 100%;
    height: 100px;
    background-size: 100px;
    font-size: 0px !important;
    /*     filter: grayscale(); */
}

#footer p {
    color: #222 !important;
    /* font-weight: 600;
     */
}

footer #footer-ofe strong {
    color: #222 !important;
    font-weight: 100;
}

/* Others */
.cd-top {
    background-color: #123C64;
}

.cd-top2 {
    background-color: #123C64;
    border-radius: 0px;
    font-family: 'Google Sans Flex';
    text-align: center !important;
}

/* media query */
@media (max-width: 1599px) {
    .welcome {
        top: 55% !important;
    }
    .log-img {
        width: 220px !important;
    }
    .tagline-title {
        font-size: 45px;
    }
    #main a button {
        margin-top: 0px !important;
    }
}

@media (max-width: 1199px) {
    .navbar .container {
        width: 100% !important;
        margin: auto !important;
    }
    .welcome {
        width: 100%;
    }
}

@media (max-width: 768px) {
    div#bs-example-navbar-collapse-1 {
        background: #123C64 !important;
        margin-top: 0 !important;
    }

    ul.nav.navbar-nav.navbar-right {
        float: none !important;
        display: block;
        margin: 10px auto;
    }

    ul.nav.navbar-nav.navbar-right li {
        padding: 10px 0;
    }

    .navbar li a {
        padding: 5px;
    }

    /* #main {
        background: linear-gradient(to bottom, rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 90%) 100%), url(https://d2ova09jg8x3xk.cloudfront.net/projects.deliverit.com.au/recottosloe/uploads/n-landing-bg.jpg) no-repeat !important;
        background-position: center !important;
    } */

    .tagline-title {
        font-size: 35px !important;
    }

    .panel-body #menu-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }

    #menu-row .menu-item {
        width: 100% !important;
        padding: 10px !important;
        /* color: #fefefe; */
        text-align: center !important;
    }

    #menu-row .menu-item:last-child {
        width: 100% !important;
        margin: 0 !important;
    }

    #menu {
        padding: 20px;
    }
}

@media (max-width: 599px) {
    .tagline-title {
        font-size: 35px !important;
        line-height: normal !important;
    }

    div#openinghours {
        padding-left: 10px !important;
    }

    .welcome {
        top: 50% !important;
    }
}

@media (max-width: 499px) {
    .log-img {
        width: 180px !important;
    }

    .tagline-title {
        font-size: 30px !important;
    }

    .welcome #contact-details {
        font-size: 14px !important;
    }

    #menu h2>span {
        font-size: 26px !important
    }
}