/*
Theme Name: Grand Restaurant Child
Theme URI: http://themes.themegoods2.com/grandrestaurant
Description: Premium Cafe & Restaurant Theme
Version: 1.0
Tags: yellow, white, responsive-layout, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandrestaurant
Template: grandrestaurant
*/

@import "bootstrap.css";

@font-face {
    font-family: 'Plaza';
    src: url('fonts/plaza.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.plaza,
.plaza h2,
.plaza div h2,
.plaza * h2 {
    font-family: 'Plaza', sans-serif !important;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding:10px;
    text-align:center;
    border-radius: 7px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.badge {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.allergene-col-left{
    text-align: left;
}
.allergene-col-right{
    text-align: right;
}
.badgezeit{
    position: absolute; left: 16px; top: 10px;background: #578334; color: white; padding: 3px 7px; border-radius: 7px;
}
.badgezeit-all{
   background: #578334; color: white; padding: 3px 7px; border-radius: 7px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Lato", Sans-serif;
}

.author,
.byline,
#about_the_author,
.post-author,
.entry-meta .author,
.author-info,
.author-box {
    display: none !important;
}



#reservationPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: white;
    padding: 20px;
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.eventer-single-event-info li span{
font-size:15px !important;
}
.eventer-event-save > span {
    width: 200px;
}

p,h1,h2,h3,h4,h5,h6,div,span,a,label{
    font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif !important;
}

div.time-picker li {
    height: 20px !important;
}


@media (max-width: 576px) {
    h2.ppb_title { font-size: 22px; }

    .badgezeit{
        position: inherit;
    }
    .allergene-col-left{
        text-align: center;
    }
    .allergene-col-right{
        text-align: center;
    }
}