﻿body {
  /*  padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}




.gb-about {
    background-size: cover;
}

.gb-about .about {
    text-align: center;
}

    .gb-about .about .icon {
        margin-right: 15px;
        display: block;
    }

.gb-about .section-title {
    margin-bottom: 40px;
}

.about-info {
    float: left;
    width: 65%;
    text-align: left;
}

.gb-about .about {
    margin-top: 40px;
    overflow: hidden;
}

    .gb-about .about span {
        font-size: 42px;
        width: 75px;
        overflow: hidden;
        height: 75px;
        line-height: 84px;
        text-align: center;
        display: inline-block;
        border-radius: 100%;
        border: 1px solid #f26522;
        position: relative;
    }

    .gb-about .about .icofont {
        border-radius: 100%;
        overflow: hidden;
        line-height: 40px;
    }

    .gb-about .about span:before {
        position: absolute;
        content: "";
        top: 3px;
        left: 3px;
        width: 67px;
        height: 67px;
        border-radius: 100%;
        border: 8px solid transparent;
    }

    .gb-about .about:hover .icofont,
    .gb-about .about:hover span:before {
        border-color: #f26522;
    }

.about-info h3 {
    color: #333;
    font-size: 18px;
    position: relative;
    margin: 0 0 30px;
}

    .about-info h3:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -17px;
        width: 50px;
        height: 1px;
        background-color: #f26522;
    }

.gb-about-us .about-info {
    float: none;
    width: 100%;
    margin-top: 100px;
}

    .gb-about-us .about-info h1 {
        padding-bottom: 20px;
    }

.gb-about-us .about-title {
    margin-bottom: 40px;
}

.gb-about-us .btn.btn-primary {
    margin-top: 30px;
}

.about-images {
    max-width: 375px;
    position: relative;
    margin-bottom: 50px;
}

    .about-images .about-image {
        padding: 15px;
        background-color: #f9f9f9;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.115);
        -moz-box-shadow: 0 6px 12px rgba(0,0,0,.115);
        -ms-box-shadow: 0 6px 12px rgba(0,0,0,.115);
        -o-box-shadow: 0 6px 12px rgba(0,0,0,.115);
        box-shadow: 0 6px 12px rgba(0,0,0,.115);
    }

        .about-images .about-image.image-absolute {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 45px;
            left: 45px;
        }
.gb-cta.section-padding {
    padding: 130px 0;
}

.cta-info {
    max-width: 1020px;
    display: inline-block;
}

    .cta-info h1 {
        margin: 0 0 30px;
    }

    .cta-info h2 {
        font-size: 55px;
        line-height: 60px;
        margin: 5px 0 70px;
    }

    .cta-info .btn.btn-primary {
        padding: 20px 45px;
    }

/* gb-food-menu */

.gb-food-menu {
    background-size: cover;
    background-repeat: no-repeat;
}

.portfolio-menu {
    text-align: center;
    margin-bottom: 30px;
}

    .portfolio-menu ul li {
        font-size: 20px;
        color: #000;
        cursor: pointer;
        padding: 5px 10px;
        display: inline-block;
    }

        .portfolio-menu ul li:hover,
        .portfolio-menu ul li.cbp-filter-item-active {
            color: #f26522;
        }

.food-menu {
    overflow: hidden;
}

    .food-menu > ul {
        margin: 0 -15px;
    }

        .food-menu > ul > li {
            float: left;
            width: 25%;
            padding: 25px 15px;
            border-right: 1px solid #e9e9e9;
            border-top: 1px solid #e9e9e9;
        }

            .food-menu > ul > li:nth-child(1),
            .food-menu > ul > li:nth-child(2),
            .food-menu > ul > li:nth-child(3),
            .food-menu > ul > li:nth-child(4) {
                border-top: 0;
                padding-top: 0;
            }

            .food-menu > ul > li:nth-child(4),
            .food-menu > ul > li:nth-child(8),
            .food-menu > ul > li:nth-child(12),
            .food-menu > ul > li:nth-child(16),
            .food-menu > ul > li:nth-child(20),
            .food-menu > ul > li:nth-child(24) {
                border-right: 0;
            }

            .food-menu > ul > li p {
                margin-bottom: 0;
            }

    .food-menu ul li:last-child {
        border-right: 0;
    }

.item-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

    .item-image img {
        width: 100%;
    }

.gb-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.food-menu ul li:hover .gb-overlay,
.menu-item:hover .gb-overlay,
.gallery:hover .gb-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.overlay-content {
    text-align: center;
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(242, 101, 34, 0.9);
}

    .overlay-content i {
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        font-size: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }

.menu-title {
    overflow: hidden;
    margin-bottom: 20px;
}

    .menu-title span {
        float: left;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        padding: 2px 10px;
        margin-right: 10px;
        background-color: #f26522;
    }

    .menu-title h3 {
        float: left;
        font-size: 18px;
        color: #333;
        margin: 2px 0;
    }

.food-menu-one .food-menu > ul > li {
    padding: 15px;
}

.food-menu-one .item-image {
    margin-bottom: 0;
}

.overlay-content li {
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    border-bottom: 0 !important;
}

    .overlay-content li:before {
        position: absolute;
        content: "";
        top: 50%;
        left: -8px;
        width: 3px;
        height: 3px;
        background-color: #fff;
    }

    .overlay-content li:last-child {
        margin-right: 0;
    }

.food-menu-one .overlay-content {
    border: 1px solid #fff;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.food-menu-one .gb-overlay {
    padding: 15px;
    background-color: rgba(242, 101, 34, 0.9);
}

    .food-menu-one .gb-overlay h3 {
        font-size: 16px;
    }

    .food-menu-one .gb-overlay .price {
        color: #f26522;
        padding: 8px 7px;
        display: block;
        background-color: #fff;
        border-radius: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        font-weight: 700;
        margin-left: -20px;
    }

#portfolio-content .menu-item {
    margin: 20px 0;
}

