@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* hide */
#deals-of-the-day,
#our-menu,
#footer-subscribe,
.menu-locations,
#download-app .section-content .section-title,
#about-us .section-title,
.btn-franchise,
#download-app {
    display: none !important;
}

#landing {
    background: linear-gradient(#eeeeee00, #eeeeee1c), url(https://d2ova09jg8x3xk.cloudfront.net/caesarsitaliancuisineftg.com.au/uploads/bg.jpg) no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: bottom !important;
    overflow: hidden !important;
}

#landing #landing-content {
    width: 100%;
    z-index: 100;
    top: 48%;
    transition: all 1s ease;
}

#landing #landing-form {
    width: fit-content;
}

#landing #landing-logo img {
    width: 350px;
    /* filter: drop-shadow(0px 0px 4px #FCD74A); */
    transition: 1s all ease;
}

p.p-tagline1 {
    font-size: 65px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin: 20px auto auto auto;
}

p.p-tagline1:before {
    content: attr(alt);
    position: absolute;
    width: 100%;
    -webkit-text-stroke: 10px #CB2223;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

p.p-tagline2 {
    font-size: 40px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: lowercase;
    color: #111;
    -webkit-text-stroke: 1px #111;
    margin: auto;
}

p.p-tagline2:before {
    content: attr(alt);
    position: absolute;
    width: 100%;
    -webkit-text-stroke: 10px #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

p.p-text {
    color: #111;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    width: 60%;
    margin: auto;
    line-height: normal;
    margin: 30px auto auto auto;
}

button.btn-store-list.button-edged {
    display: none;
}

/* store-data */

#store-data {
    background: linear-gradient(#eeeeee00, #eeeeee1c), url(https://d2ova09jg8x3xk.cloudfront.net/caesarsitaliancuisineftg.com.au/uploads/caesars-bg.jpg) no-repeat;
    background-size: cover !important;
    background-position: center 50% !important;
    background-attachment: scroll !important;
    color: #111;
}

#store-data #store-details {
    font-weight: 500;
}

.office-info p, #h-address a {
    color: #111;
}

#store-data h2 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    -webkit-text-stroke: 1px #CB2223;
    text-shadow: 2px 2px 0px #CB2223, 5px 4px 0px rgb(0 0 0 / 10%);
}

/* menu-nav */

#menu {
    background: #0B6C41;
    text-align: center;
    box-shadow: 0px 1px 4px rgb(0 0 0);
}

#menu ul li a {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    background: #0B6C41 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 0.3s ease-in-out, font-weight 0.2s ease;
}

#menu ul li a:hover,
#menu ul li:hover>a {
    color: #CB2223 !important;
    background: #fff !important;
    /* background-image: linear-gradient(to left, #F36349 , #FCBC38) !important; */
    border-bottom: 4px solid #CB2223 !important;
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    color: #CB2223 !important;
    background: #fff !important;
    border-bottom: 4px solid #CB2223  !important;
    /* background-image: linear-gradient(to right, #F36349 , #FCBC38) !important; */
}

.pn-Advancer {
    background: #0B6C41 !important;
}

.pn-Advancer_Icon {
    fill: #fff !important;
}

/* menu */

.menu-item {
    background: #fff;
    padding: 20px;
    border-bottom: transparent;
}

#menu-items {
    background: #fff
}

#menu-items .menu-item:first-child {
    padding-top: 2em;
}

#menu-items .menu-item h1 {
    position: relative;
    text-align: center;
    background: #0B6C41 !important;
    color: #fff !important;
    width: fit-content;
    margin: auto;
    padding: 12px 20px;
    border-radius: 10px;
    font-family: 'Oswald';
    font-weight: 600 !important;
    font-size: 45px !important;
    text-transform: capitalize;
    height: fit-content;
    /* box-shadow: 0px 0px 15px #ffc8826e; */
    /* -webkit-text-fill-color: #090909;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-shadow: 4px 4px 0px #1e1e1e42, 5px 4px 0px rgba(0, 0, 0, 0.15); */
    text-shadow: 2px 2px 0px #000000, 5px 4px 0px rgb(0 0 0 / 10%);
}

#menu-items ul li.group,
#menu-items ul li.single {
    background: transparent;
    padding: 20px;
    border: 1px solid #0B6C41;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #0B6C41;
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background: #fff;
    border: 1px solid #0B6C41;
    box-shadow: 6px 6px 0px #0B6C41;
    /* transform: scale(1); */
}

#menu-items .item-title-container .item-title {
    /* width: 100% !important; */
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #CB2223;
    max-height: max-content !important;
    -webkit-line-clamp: 5;
}

/* li.group:hover .item-title,
li.single:hover .item-title {
    color: #C91F21 !important;
} */

#menu-items .item-title-container .item-title:after {
    content: '';
    display: block;
    margin-top: 3px;
    width: 0;
    height: 2px;
    background: #CB2223;
    transition: .2s;
}

#menu-items ul li.group:hover .item-title-container .item-title:after,
#menu-items ul li.single:hover .item-title-container .item-title:after {
    width: 100%;
}

.item-price {
    background: #CB2223;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 15px !important;
    border-radius: 4px;
    padding: 8px 12px;
    height: fit-content;
    transition: .2s;
}

/* li.group:hover .item-price,
li.single:hover .item-price {
    background: #fff;
    color: #656A03;
    box-shadow: 0px 0px 10px #fff;
} */

.item-description {
    color: #111;
    -webkit-line-clamp: 5;
}

#menu-desc-header,
#menu-desc-footer {
    color: #111;
    text-align: center;
    width: fit-content;
    margin: auto;
}

/* about us */

#about-us {
    background: url('https://d2ova09jg8x3xk.cloudfront.net/caesarsitaliancuisineftg.com.au/uploads/caesars-bg.jpg') no-repeat;
    background-position: center 12% !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    /* background: #fff; */
}

#about-us .d1 {
    width: 85%;
    margin: auto;
    text-align: center;
    transition: all 1s ease;
}

#about-us .d1 img.a-logo {
    width: 200px;
    margin-top: 20px;
    /* filter: drop-shadow(0px 0px 5px #1111118f); */
    transition: all 1s ease;
}

#about-us .d1 h2 {
    font-family: 'Oswald';
    color: #CB2223;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    /* text-shadow: 2px 2px 0px #fff, 5px 4px 0px rgb(0 0 0 / 10%); */
}

h2.h-wel {
    font-size: 55px !important;
    font-weight: 900;
    font-family: 'Oswald' !important;
    margin: 30px auto;
    color: #fff !important;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    height: auto;
    letter-spacing: 1px;
    -webkit-text-stroke: 1px #CB2223;
    text-shadow: 2px 2px 0px #CB2223, 5px 4px 0px rgb(0 0 0 / 10%);
}

#about-us p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    width: fit-content;
    line-height: normal;
}

#about-us p.p1 {
    width: fit-content;
}

/* responsive */

@media (max-width: 1440px) {
    body {
        padding-bottom: 0;
    }

    p.p-tagline1 {
        font-size: 55px;
    }

    p.p-tagline2 {
        font-size: 40px;
    }
}

@media (max-width: 1099px) {
    #landing #landing-content #tag-line {
        text-shadow: none;
    }

    /* store-data */
    #store-data h2 {
        font-size: 45px;
    }

    .pn-Advancer {
        width: 45px !important;
        padding: 5px !important;
    }

    svg.pn-Advancer_Icon {
        width: 20px !important;
        fill: #fff !important;
    }

    .pn-Advancer_Left {
        left: 0 !important;
    }

    .pn-Advancer_Right {
        right: 0 !important;
    }

    #menu-ul .first {
        margin-left: 15px;
    }

    #menu-ul li:last-child {
        margin-right: 20px;
    }

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 45%;
        margin: 10px auto;
        display: flex;
        align-content: flex-start;
        min-height: -webkit-fill-available;
    }

    #menu-items ul li.group:last-child,
    #menu-items ul li.single:last-child {
        width: 45%;
        margin: 10px auto 10px 2.5%;
    }

    #menu-items .item-title-container {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }

    .menu-item #menu_items ul li .visual-tag-label+.item-price {
        margin: 5px 0 0 0;
    }

    .menu-item #menu_items ul li .item-block-no-image .visual-tag-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100% !important;
    }

    .menu-item #menu_items ul li .visual-tag-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100% !important;
    }

    #menu-items .item-title-container .item-title {
        min-height: fit-content !important;
        width: fit-content !important;
        font-size: 15px !important;
    }

    #menu-items .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 4px 13px 4px 13px;
        border: 1px solid #CB2223 !important;
        border-radius: 3px;
    }
}

@media (max-width: 999px) {
    #store-data #store-details {
        text-align: center;
    }

    p.p-text {
        width: 80%;
    }

    #store-data h2 {
        font-size: 45px;
    }

    #menu-items .menu-item h1 {
        font-size: 40px !important;
    }
}

@media (max-width: 799px) {
    #landing {
        background: linear-gradient(rgb(255 255 255 / 50%), rgb(255 255 255 / 50%)), url('https://d2ova09jg8x3xk.cloudfront.net/caesarsitaliancuisineftg.com.au/uploads/bg.jpg') !important;
        background-position: left !important;
    }
    
    .pn-Advancer {
        width: 40px !important;
        padding: 5px 10px !important;
    }

    svg.pn-Advancer_Icon {
        width: 15px !important;
        fill: #fff !important;
        height: 30px;
    }

    /* store-data */
    #store-data h2 {
        font-size: 40px;
    }

    #menu-cont>#menu>#menu-ul>li>a.menu-active {
        border-bottom: none !important;
    }

    #menu-items .menu-item h1 {
        font-size: 30px !important;
    }

    .menu-item #menu_items ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* align-items: flex-start; */
    }

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 45%;
        margin: 10px auto;
        display: flex;
        padding: 10px;
        /* border: 1px solid #cf2b36; */
        align-items: flex-start;
    }
    
    .menu-item .item-thumb {
        position: relative !important;
        display: flex !important;
        justify-content: center;
        top: 0;
        width: 50% !important;
        transform: none;
        background: none !important;
    }

    .item-block-no-image {
        padding: 10px;
    }

    #menu-items .item-title-container {
        width: 100% !important;
    }

    .item-description {
        font-size: 13px !important;
    }

    h2.h-wel {
        font-size: 40px !important;
    }
}

@media (max-width: 699px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    p.p-text {
        font-size: 15px;
    }
}

@media (max-width: 599px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    /* menu-nav */
    .menu-item #menu_items ul {
        display: flex;
        align-items: flex-start;
    }

    #menu ul li a {
        padding: 7px 15px !important;
    }

    #menu-items .menu-item h1 {
        font-size: 40px !important;
    }

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 100%;
        margin: 10px auto;
        display: flex;
        align-items: flex-start;
        min-height: -webkit-fill-available;
    }

    #menu-items ul li.group:last-child,
    #menu-items ul li.single:last-child {
        width: 100%;
        margin: 10px auto 20px auto;
    }

    .menu-item .item-thumb img {
        transition: opacity 1s ease-out, transform 1s ease-out;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 !important;
        transform: scale(1);
    }

    .menu-item .item-block {
        width: 100%;
        margin: auto;
    }

    .item-description {
        font-size: 13px !important;
    }

    .item-price {
        font-size: 15px !important;
    }
}

@media (max-width: 499px) {
    #landing #landing-logo img {
        width: 300px;
    }

    #store-data h2 {
        font-size: 35px;
    }

    #menu-items .menu-item h1 {
        font-size: 30px !important;
    }
}

@media (max-width: 399px) {
    #landing #landing-logo img {
        width: 250px;
    }
    
    p.p-tagline1 {
        font-size: 40px;
    }

    p.p-tagline2 {
        font-size: 35px;
    }

    p.p-tagline1:before {
        -webkit-text-stroke: 6px #CB2223;
    }

    p.p-tagline2:before {
        -webkit-text-stroke: 6px #fff;
    }

    h2.h-wel {
        font-size: 26px !important;
    }
}

@media (max-width: 325px) {
    #landing #landing-logo img {
        width: 200px;
    }

    p.p-tagline1 {
        font-size: 38px;
    }

    p.p-tagline2 {
        font-size: 32px;
    }

    /* store-data */
    #store-data h2 {
        font-size: 25px !important;
    }
}