@font-face {
    font-family: 'Brothers';
    font-weight: bold;
    src: url('../omi-font/BrothersBold.ttf');
}

@font-face {
    font-family: 'Brothers';
    font-weight: normal;
    src: url('../omi-font/BrothersRegular.otf');
}

@font-face {
    font-family: 'Gotham';
    font-weight: bold;
    src: url('../omi-font/GothamBoldRegular.ttf');
}

body{
    font-family: 'Brothers' !important;
}

a{
    font-family: 'Brothers' !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wg-blog .bottom {
    margin-top: 0px;
    border-top: 0px solid #e1e2e3;
    padding-top: 19px;
}

.award-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.award-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Banner image of each page excluding concept */

.banner-page .content.space{
    background-image: url(../images/franchise_food.jpeg);
}

.banner-page .content.award{
    background-image: url(../images/awards/FCA_3.jpg);
}

.banner-page .content.contact{
    background-image: url(../images/Noodle_Story_BBQ_Pork.jpeg);
}

.banner-page .content.menu{
    background-image: url(../images/Singapore_Laksa_Signature.jpeg);
}

/* End of Banner */

.wg-space .space-item .img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.intro li p a{
    text-transform: uppercase;
    color: #FFF;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1.5px;
    position: relative;
}

ul.intro li {
    text-transform: uppercase;
    color: #FFF;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1.5px;
    position: relative;
}

.radio-tab {
    padding-left: 3rem;
    text-align: left;
}

.space-item .content {
    background-color: #111111;
    padding: 88px 0 162px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 700px;
    margin-bottom: 2rem;
}

.our-menu.style-1 .center {
    width: 50%;
    margin-top: 0;
}

@media (min-width: 320px) {
    .image-menu {
        width: 70px;
        height: 70px;
    }

    .title-menu {
        margin-top: 0;
        font-size: 17px;
    }

    .description-menu {
        margin-top: 1rem;
        font-size: 10px;
        line-height: normal;
    }
}

@media (min-width: 768px) {
    .image-menu {
        width: 100px;
        height: 100px;
    }

    .title-menu {
        font-size: 36px;
    }

    .description-menu {
        margin-top: 2rem;
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .image-menu {
        width: 150px;
        height: 150px;
    }

    .title-menu {
        font-size: 36px;
    }

    .description-menu {
        margin-top: 2rem;
        font-size: 24px;
    }
}

@media (min-width: 1440px) {
    .image-menu {
        width: 150px;
        height: 150px;
    }

    .title-menu {
        font-size: 40px;
    }

    .description-menu {
        margin-top: 4rem;
        font-size: 24px;
    }
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 100;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: url(../images/localhero_logo.png);
    animation: preload 1.2s linear infinite alternate;
    max-width: 100px;
    max-height: 100px;
}

.wg-contact .top-left .img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-grid {
    padding-top: 135px;
    padding-bottom: 45px;
}

.img-title {
    font-size: 30px;
    color: black;
    max-width: 60%;
    text-align: center;
    line-height: 40px;
}

.review-section-title {
    font-size: 50px;
    color: black;
    max-width: 60%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.section-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem
}

.img-divider {
    width: 80%;
    color: #d10b0b;
    margin-top: 5rem;
}

.popular-posts {
    padding: 129px 0 311px;
    background-color: #fff;
}

.popular-posts .block-text .subtitle {
    margin-bottom: 23px;
}

.popular-posts .container {
    max-width: 1200px;
}

.popular-posts .popularSwiper {
    margin-top: 58px;
}

.block-text.style-2 .subtitle {
    color: #000000;
    font-size: 50px;
    transform: uppercase;
}

.block-text.style-2 .title {
    color: #fff;
}

.block-text.style-2 .text {
    color: #000000;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.center {
    text-align: center;
}

.block-text.center .subtitle::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -76px;
    width: 63px;
    height: 1px;
    background: #000000;
}

.block-text .subtitle::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -76px;
    width: 63px;
    height: 1px;
    background: #000000;
}