@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');
@import url(https://db.onlinewebfonts.com/c/8d75c1a34c9c173ebd27fcad1345240f?family=Stone+Print+W00SC+Bold+SC);
/* Updated */

/* hide */

#contact-address span.address {
    display: unset;
}

div#download-app {
    background: #fff;
    border-top: 2px dashed #b1ac96;
    border-bottom: 2px dashed #b1ac96;
}

#download-app .section-content .section-title2 {
    font-size: 43px !important;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase !important;
    color: #B52128 !important;
}

.download-app-content {
    font-size: 18px !important;
    margin-top: -20px !important;
}


.location-about {
    font-size: 0px !important;
}

.location-about:after {
    content: "62 Queen St, St Marys";
    font-size: 20px;
}


html:has(link[href*="alamore.com.au"]) #footer-copyright b {
  font-size: 0;
}

html:has(link[href*="alamore.com.au"]) #footer-copyright b::after {
  content: "Al Amore Pizza";
  font-size: 15px;
}


html:has(link[href*="alamore.com.au/stmarys/"]) #footer-copyright b {
  font-size: 0;
}

html:has(link[href*="alamore.com.au/stmarys/"]) #footer-copyright b::after {
  content: "Al Amore Pizza St. Marys";
  font-size: 15px;
}


/* #footer-copyright b{
    font-size: 0px;    
}

#footer-copyright b:after{
    content: "Al Amore Pizza" !important;
    font-size: 15px;
} */


.p1{
    color: white;
    font-size: 18px;
    font-family: "Poppins";
    
}


.button-edged {
    color: #000000 !important;
    font-family: "Stone Print W00SC Bold SC";
    font-size: 1.5em;
    background-color: #f0ba64 !important;
    border: none !important;
}

.button-edged:hover {
    background: #f0ba64  !important;
    color: white !important;
}


@font-face {
    font-family: 'Rust';
    src: url(fonts/Intro-Rust.otf);
}


@font-face {
    font-family: 'alex';
    src: url(fonts/alex.ttf);
}


@font-face {
    font-family: 'Auth';
    src: url(fonts/Autography.otf);
}

@font-face {
    font-family: 'Acari';
    src: url('./fonts/Acari.ttf');
}

@font-face {
    font-family: 'Bitumen';
    src: url('./fonts/Bitumen.otf');
}

@font-face {
    font-family: "Stone Print W00SC Bold SC";
    src: url("https://db.onlinewebfonts.com/t/8d75c1a34c9c173ebd27fcad1345240f.eot");
    src: url("https://db.onlinewebfonts.com/t/8d75c1a34c9c173ebd27fcad1345240f.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/8d75c1a34c9c173ebd27fcad1345240f.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/8d75c1a34c9c173ebd27fcad1345240f.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/8d75c1a34c9c173ebd27fcad1345240f.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/8d75c1a34c9c173ebd27fcad1345240f.svg#Stone Print W00SC Bold SC")format("svg");
}

/* landing */

body {
    font-family: 'Poppins', sans-serif !important;
    background: #dbcec2 !important;
}

.navbar .container {
    background: #ffffff !important;
}


#landing {
    background: url('./uploads/land1.jpg') no-repeat !important;
    overflow: hidden;
}

#landing:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: #111 !important; */
    background: url('./uploads/landing02.jpg') no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
    z-index: 1;
}

#landing #desktopSplide-track:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(90deg, rgb(5 5 5 / 66%) 35%, rgb(0 0 0 / 0%) 50%); */
    background-attachment: fixed;
    z-index: 2;
}

/* #desktopSplide:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(255 255 255 / 35%) 45%, rgb(255 255 255 / 0%) 0%), url('./uploads/l-bg.png') no-repeat !important;
    background-position: 0% 70% !important;
    background-size: cover;
    z-index: 10;
    opacity: .3;
} */

#desktopSplide .splide__slide {
    background-size: cover !important;
    background-position: center !important;
    transition: 1s all ease-in-out;
}

#desktopSplide .splide__arrow,
#desktopSplide .splide__pagination {
    z-index: 11;
    display: none;
}

#desktopSplide {
    z-index: 2;
}

#landing #landing-content {
    width: 600px;
    z-index: 999;
    left: 35%;
    text-align: left;
    top: 50%;
    transition: 1s all ease;
}

#landing #landing-content #tag-line {
    text-align: left;

}

.thead {
    font-family: 'Bitumen';
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 5px;
    text-align: center;
    color: #000000;
}

#landing #landing-logo img {
    width: 330px;
}

#landing-logo {
    text-align: start;
}

p.p-tagline {
    color: #E03837;
    font-size: 50px;
    font-family: 'Din';
    font-weight: 700;
    text-shadow: 3px 3px 0px #0000004f, 5px 4px 0px rgb(0 0 0 / 10%);
}

p.p-text {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: normal;
}

.p2 {
    font-weight: 300;
    font-family: 'Rust';
    font-size: 70px;
    color: white;
    text-align: center;
}

/* store-data */
#store-data {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 44%)),
        url(./uploads/stored01.jpg) no-repeat;
    background-size: cover !important;
    background-position: left !important;
    background-attachment: scroll !important;
}

#store-data h2 {
    font-family: "Stone Print W00SC Bold SC";
    font-size: 3em;
    color: #f0ba64;
    font-weight: 500;
    letter-spacing: 0px;
}

#store-location {
    color: #ffffff !important;
}

.col-md-3 {
    color: #ffffff;
    font-weight: 600;
}

/* menu-nav */
#menu {
    background: #ffffff;
    /* text-align: center; */
    box-shadow: 0px 1px 4px rgb(0 0 0);
}

#menu ul li a {
    font-family: 'Poppins' !important;
    text-shadow: none !important;
    font-size: 20px;
    font-weight: 600;
    color: #000000 !important;
    background: #ffffff !important;
    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: #000000 !important;
    background: #f0ba64 !important;
    /* background-image: linear-gradient(to left, #F36349 , #FCBC38) !important; */
    /* font-weight: 900; */
    /* transform: scale(1); */
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    color: #000000 !important;
    background: #f0ba64 !important;
    border-bottom: none !important;
    /* background-image: linear-gradient(to right, #F36349 , #FCBC38) !important; */
}

.pn-Advancer {
    background: #000000;
}

.pn-Advancer_Icon {
    fill: #fff !important;
}

/* menu */
.menu-item {
    /* background: url(./uploads/menu-bg.jpg) no-repeat !important; */
    background: #131313;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    padding: 20px;
    border-bottom: transparent;
}

#menu-items {
    /* background: linear-gradient(rgb(17 17 17 / 67%), rgb(17 17 17 / 67%)), url(./uploads/menu.png) #2A2126 no-repeat !important; */
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

#menu-items .menu-item:first-child {
    padding-top: 2em;
}

.menu-item #menu_items ul {
    display: flex;
    flex-wrap: wrap;
}

#menu-items .menu-item h1:after {
    content: "Inform us if you have any allergies before ordering";
    letter-spacing: 1px;
    /* background: #000000; */
    font-family: "Oswald" !important;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    margin: auto;
    display: block;
    font-size: 18px;
    border-bottom: 2px solid #f0ba64;
    
}

#menu-items .menu-item h1 {
    position: relative;
    text-align: center;
    color: #f0ba64 !important;
    padding: 15px;
    border-radius: 5px;
    width: fit-content;
    margin: auto;
    font-family: "Stone Print W00SC Bold SC";
    font-weight: 500 !important;
    font-size: 2.5em !important;
    height: fit-content;
    letter-spacing: 0px;
    /* 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 #11111142, 5px 4px 0px rgb(0 0 0 / 10%); */
    background: transparent !important;
}

#menu-items ul li.group,
#menu-items ul li.single {
    width: 45%;
    margin: 10px inherit;
    border: 3px solid #f0ba64;
    background: #ffffff;
    border-radius: 3px;
    padding: 10px;
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background-color: #f0ba64;
    border-radius: 20px;
    border: 2px solid #ffffff;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.46);
}

#menu-items .item-title-container .item-title {
    /* width: 100% !important; */
    font-size: 1.3em;
    font-family: "Poppins" !important;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #000000;
    max-height: max-content !important;
    -webkit-line-clamp: 5;
}

li.group:hover .item-title,
li.single:hover .item-title,
.item-description {
    color: #000000 !important;
}

#menu-items .item-title-container .item-title:after {
    content: '';
    display: block;
    margin-top: 3px;
    width: 0;
    height: 2px;
    background: #000000;
    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: #000000;
    color: #fff;
    font-family: 'Bitter';
    font-weight: 800;
    font-size: 14px !important;
    border-radius: 4px;
    padding: 8px 12px;
    height: fit-content;
    transition: .2s;
    border: 2px solid black;
}

li.group:hover .item-price,
li.single:hover .item-price {
    /* background: #ad9770;
    color: #ffffff;
    /* box-shadow: 0px 0px 5px #000000; */
   
}

.item-description {
    color: #fff;
    /* -webkit-line-clamp: 3; */
}

#menu-desc-header,
#menu-desc-footer {
    color: #fff;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.menu-item .item-thumb {
    display: flex !important;
    align-items: center;
    background-color: transparent;
    overflow: hidden;
}

.menu-item .item-thumb img {
    padding: 5px;
    position: relative;
    object-fit: contain;
}

.modal-deals .modal-body .deal-modal-body-selection-list .deal-item-thumb {
    overflow: hidden;
}

.modal-deals .modal-body .deal-modal-body-selection-list .deal-item-thumb img {
    transform: scale(1);
}

/* about us */

.container-main {
    display: flex;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    gap: 20px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
}

.grp-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.grp-txt {
    text-align: center;
    align-self: center;
}

p.header1 {
    font-size: 30px !important;
    font-family: 'rust';
    margin: 10px auto;
}

.header1 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.text1 {
    font-size: 1em;
    color: #555;
}

#menu-items>.item-icons-container {
    background-color: #dbcec2 !important;
}


#about-us {
    background: url(./uploads/about_03.jpg) no-repeat;
    background-size: cover;
    background-position: center !important;
    background-attachment: scroll !important;
    padding-top: 10px !important;
}



#about-us .d1 {
    width: 85%;
    padding-top: 150px;
    margin: auto;
    text-align: center;
    transition: all 1s ease;
}

.people {
    border: 5px solid black;
}

#about-us .d1 img.a-logo {
    width: 300px;
    transition: all 1s ease;
    background: black;
    border-radius: 20px;
}

.h-wel {
    font-size: 30px !important;
}


.d1 h2 {
    font-size: 45px;
    font-weight: 500;
    font-family: "Stone Print W00SC Bold SC";
    margin: 3% auto;
    color: #f0ba64;
    /* text-shadow: 3px 3px 0px #000000b8, 5px 4px 0px rgb(0 0 0 / 10%); */
}

.gmap {
    display: none;
    margin: 0 auto;
    display: none;
    padding: 10px;
    background: white;
    border-radius: 20px;
    justify-content: center;
}

#contactus {
    display: none;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
    margin-left: 10px;
    width: 45%;
    font-family: 'Rust';
    background: white;





    h1,
    label {
        color: orange;
    }
}

#openinghours {
    display: none;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
    font-family: 'Rust';
    background: white;

    h1,
    th {
        color: orange;
    }
}

.header-texts{
    font-family: 'Poppins';
    line-height: 70px;
}

.header-p1 {
    color: #f0ba64;
    font-family: "Stone Print W00SC Bold SC";
    text-align: start;
    font-weight: 600;
    font-size: 1.3em;
    border-radius: 10px;
    /* -webkit-text-stroke: 1px #000000; */
}

.header-p2{
  font-size: 3em;
  font-family: "Stone Print W00SC Bold SC";
  color: black;
  background: #f0ba64;
  width: fit-content;
  border-radius: 10px;
  padding: 10px;
  text-shadow: none;
}

.header-p3{
   font-size: 2.5em;
    color: #f0ba64;
    text-align: start;
    font-family: "Stone Print W00SC Bold SC";
}

#form-button{
    text-align: start;
}


/* responsive size*/
@media (max-width: 1899px) {
    #desktopSplide .splide__slide {
        background-size: 90% !important;
        background-position: 150px center !important;
    }

    #landing #landing-content {
        /* width: 35%; */
        left: 25%;
    }
}

@media (max-width: 1799px) {}

@media (max-width: 1699px) {
    
    #landing #landing-content {
     left: 35%;
    }
}

@media (max-width: 1599px) {
    
    #landing #landing-content {
     left: 35%;
    }
}

@media (max-width: 1499px) {
    #landing #landing-content {
        /* width: 35%; */
        left: 50%;
    }

    p.p-text {
        width: 90%;
    }

    p.p-tagline {
        font-size: 42px;
    }

    #landing #landing-content {
     left: 35%;
    }
}

@media (max-width: 1399px) {}

@media (max-width: 1350px) {
    #desktopSplide .splide__slide {
        background-size: 110% !important;
        background-position: -80px center !important;
    }

    p.p-tagline {
        font-size: 42px;
    }

    p.p-text {
        font-size: 15px;
    }

    body {
        padding-bottom: 0;
    }
    
    #landing #landing-content {
        left: 40%;
    }
    
}

@media (max-width: 1299px) {
    #landing #landing-content {
        left: 50%;
    }

    p.p-text {
        width: 80%;
    }
    
    #landing #landing-content {
        left: 40%;
    }
}

/* tablet */
@media (max-width: 1024px) {

    #landing-logo {
        text-align: center;
    }

    .location-about:after {
       font-size: 20px;
    }
    
    #wrap {
        overflow: hidden;
    }

    #main-content {
        padding-bottom: 0px;
    }

    #landing:before {
        background:
            linear-gradient(rgb(0 0 0 / 68%), rgb(0 0 0 / 80%)), url('./uploads/landing02.jpg') no-repeat center / cover !important;
        background-position: 100% center !important;
    }

    #desktopSplide .splide__slide {
        background-size: 200% !important;
        background-position: 100% center !important;
    }

    #landing #desktopSplide-track:before {

        background-attachment: fixed;
    }

    #landing #landing-content {
        width: 100%;
        left: 50%;
        text-align: center;
        top: 50%;
        transition: 1s all ease;
    }

    p.p-tagline {
        text-align: center;
    }

    .header-texts{
        line-height: 80px;
    }

    .header-p1 {
        font-size: 2em;
        text-align: center;
    }

    .header-p2 {
          margin: auto;
    }
    
    .header-p3 {
          text-align: center;
    }

    #form-button {
        text-align: center;
    }

    a#store-location {
        color: #fff;
    }

    #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: 17px !important;
    }

    #menu-items .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 4px 13px 4px 13px;
        /* border: 1px solid #E03837 !important; */
        border-radius: 3px;
    }

    .menu-item .item-thumb {
        float: none;
        position: relative;
        display: flex !important;
        flex: 0 0 40%;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        height: auto;
        min-height: 160px;
        max-width: 300px;
        margin-right: 10px;
    }

    .menu-item .item-block {
        margin: 0;
        width: 60% !important;
        padding: 0 10px 10px 0px;
    }

    .item-price {
        font-size: 15px !important;
    }

    .thead {
        font-size: 50px;
        text-shadow: none;
    }
}

@media (max-width: 999px) {
    #store-data #store-details {
        text-align: center;
    }

    #contactus {
        width: 100%;
        margin: 20px auto;
        padding: 40px;
    }

    .container-main {
        display: flex;
        flex-direction: column;
    }

    .grp-img {
        object-fit: contain;
        margin: auto;

        img {
            width: 350px;
        }
    }

    .h-wel {
        font-size: 25px !important;
    }

    #about-us .d1 h2 {
        font-size: 30px;
        margin-top: 30px;
    }
}

@media (max-width: 899px) {
    #desktopSplide .splide__slide {
        background-size: 200% !important;
        background-position: 70% center !important;
    }

    #store-data h2 {
        font-size: 40px;
        letter-spacing: 6px;
        font-weight: 500;
    }
}

@media (max-width: 799px) {

      .location-about:after {
       font-size: 15px;
    }

    .header-texts{
        line-height: 60px;
    }
    
    #desktopSplide .splide__slide {
        background-size: 240% !important;
        background-position: 70% center !important;
    }

    #landing #landing-logo img {
        width: 300px;
    }


    #landing #landing-content #tag-line {
        text-align: center;
        font-size: 30px;
    }

    .p1 {
        font-family: 'Rust';
        font-weight: 200;
        font-size: 25px;
    }

    .p2 {
        font-family: 'Rust';
        font-weight: 200;
        font-size: 35px;
    }

    #about-us p.p1 {
        width: fit-content;
        font-size: 15px;
        font-weight: 100;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #about-us p.p2 {
        width: fit-content;
        font-size: 15px;
        font-weight: 100;
        margin: 0 auto;

    }

    #menu ul li a {
        border-radius: 0px;
    }

    .menu-item #menu_items ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: 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: flex-start;
        top: 0;
        width: 50% !important;
        transform: none;
        background: none !important;
    }

    .menu-item .item-thumb img {
        min-height: 150px !important;
    }

    .menu-item .item-block {
        position: relative !important;
        padding: 10px 10px 10px 0;
    }

    .item-block-no-image {
        padding: 10px;
    }

    #menu-items .item-title-container {
        width: 100% !important;
    }

    .item-description {
        font-size: 13px !important;
    }
}

@media (max-width: 699px) {
    #menu-items .modal {
        overflow-y: scroll !important;
    }

    #desktopSplide .splide__slide {
        background-size: 260% !important;
        background-position: 70% center !important;
    }

    #store-data {
        background-position: right !important;
    }
}

@media (max-width: 599px) {

    #menu-items .modal {
        overflow-y: scroll !important;
    }

    #desktopSplide .splide__slide {
        background-size: 280% !important;
        background-position: 70% center !important;
    }

    #menu-items .menu-item h1 {
        padding: 10px;
        font-size: 30px !important;
        background: transparent !important;
    }

    .menu-item #menu_items ul {
        display: flex;
        align-items: flex-start;
    }

    #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;
        position: relative;
        max-width: 100% !important;
        min-height: 170px !important;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 10px;
        margin: 0 !important;
        transform: scale(2);
        object-fit: contain;
    }


    .item-description {
        font-size: 13px !important;
    }

    .item-price {
        font-size: 16px !important;
    }

    .item-block-no-image {
        width: 100%;
    }

    .text1 {
        font-size: 15px !important;
    }

    p.header1 {
        font-size: 20px !important;
        font-family: 'quickjob';
        margin: 10px auto;
    }

}

@media (max-width: 560px) {
    p.p-tagline {
        font-size: 37px;
    }

    .rc-anchor-light {
        background: #f9f9f9;
        color: #000;
        max-width: 200px;
    }

    #desktopSplide .splide__slide {
        background-size: 300% !important;
        background-position: 70% center !important;
    }
}

@media (max-width: 499px) {
    p.p-tagline {
        font-size: 32px;
    }

    p.p-text {
        font-size: 14px;
    }

    #desktopSplide .splide__slide {
        background-size: 350% !important;
        background-position: 70% center !important;
    }

    #store-data {
        background-position: 20% right !important;
    }
}

@media (max-width: 430px) {
    p.p-tagline {
        font-size: 28px;
    }

    #desktopSplide .splide__slide {
        background-size: 380% !important;
        background-position: 70% center !important;
    }

    #store-data {
        background-position: center !important;
    }
}

@media (max-width: 399px) {
    #desktopSplide .splide__slide {
        background-size: 400% !important;
        background-position: left !important;
    }

    li#navbar-right-fb-link,
    li#navbar-right-ig-link {
        display: none;
    }
}

@media (max-widtH: 330px) {
    #menu-items .menu-item h1 {
        padding: 10px;
        font-size: 30px !important;
        background: transparent;
    }
}