@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
.raleway,
.default_section_heading,
.menu_bars,
.countdown ul.count_down li,
.hashtags_div a {
    font-family: 'Montserrat', sans-serif;
}

.food_variation .half_section_main .half_section_picture {
    background: url("http://www.themesindustry.com/html/arone/food-resturant-assets/images/half_section_left_food.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.food_variation .half_section_right .half_section_picture {
    background: url("http://www.themesindustry.com/html/arone/food-resturant-assets/images/half_section_right_food.jpg") !important;
}

.food_variation .customer_feedback_section {
    background: url("http://www.themesindustry.com/html/arone/food-resturant-assets/images/food_review_section.jpg") !important;
}


/* Popular Dishes Section */

.menu-img img {
    width: 100%;
    transition: 300ms;
}

.menu-detail-outer {
    box-shadow: 0px -1px 30px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.menu-detail {
    padding: 15px 25px;
    transition: 300ms;
}

.menu-img {
    overflow: hidden;
}

.menu-detail h2 span {
    float: right;
}

.menu-detail h2 {
    transition: 300ms;
}

.menu-detail-outer:hover .menu-img img {
    transform: scale(1.2);
}

.menu-detail-outer:hover .menu-detail h2 {
    color: #FFFFFF !important;
}


/* Food Company Section */

.food_about_bg {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background-position: center !important;
    background-size: cover !important;
    background: url("http://www.themesindustry.com/html/arone/food-resturant-assets/images/food-bg.jpg");
}

@media only screen and (max-width: 1600px) {
    .food_about_bg {
        padding-top: 85%;
    }
}

@media only screen and (max-width: 1200px) {
    .food_about_bg {
        padding-top: 105%;
    }
}