/*
Theme Name:  LemonChili Child
Template:    lemonchili
Description: Wordpress Theme
Author: red_sun (Gerda Gimpl)
Author URI: http://www.red-sun-design.com
Theme URI: http://themes.red-sun-design.com/lemonchili
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 2.00
*/

/**
 * Body Override
 */
html body {
    color: #444;
}

/**
 * Override
 */
.boxbg {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.intro,
.chef-highlight {
    padding: 10px;
    margin-bottom: 10px;
}

.intro h1 {
    margin-top: 0;
    margin-bottom: 10px;
}

.intro p small {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

.intro p,
.chef-highlight p {
    padding-left: 10px;
    padding-right: 10px;
}

.intro img {
    max-width: 100%;
    max-height: 280px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.chef-highlight p {
    text-align: center;
}

/**
 * Menu
 */

.menu-category.col12 {
    width: 100%;
}

.menu-desc {
    margin-left: auto;
    margin-right: auto;
}

.menu-category {
    margin: 20px auto;
    width: 95%;
    text-align: center;
}

.menu-category img {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    max-height: 340px;
}

.menu-price-table {
    margin-top: 30px;
}

.menu-price-table caption,
.menu-price-table td {
    color: #444648;
}

.menu-price-table caption {
    font-weight: bold;
    font-size: 14px;
}

@media (min-width: 750px) {
    .boxbg {
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    .home #content .col12 {
        width: 100%;
    }
    .intro,
    .chef-highlight {
        padding: 20px;
        margin: 10px;
    }
    .intro p,
    .chef-highlight p {
        padding-left: 20px;
        padding-right: 20px;
    }
}