/*
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 "../grandrestaurant/style.css";


label.gdpr_label span a {
    color: #cfa670;
}

/*Datenschutz Bestaetigung*/
form#tg_reservation_form #gdpr, form#tg_reservation_form .gdpr_label {
    display: none;
}
div.time-picker {    
    height: 200px !important;
    width: 6em !important;  
    background: #eee !important;
}
}
/*.reservation_form input[type=text]*/

.reservation_form select {
    color: #000;
}

option[value="1"] {
    /*background: #E91E63;*/
    color: #eee;
}
select#seats option {
    color: #000 !important;
}

/*.select::after { 
                content: '\25BC'; 
                position: absolute; 
                top: 0; 
                right: 0; 
                bottom: 0; 
                padding: 0 1em; 
                background: #34495E; 
                pointer-events: none; 
            } */

a.tel-reservierung {
    color: #cfa670;
}
.reservation_form_wrapper a {
    color: #cfa670;
}

.reservation_form input[type=text], .reservation_form textarea, .reservation_form select, 
.reservation_form input[type=text]:focus, .reservation_form textarea:focus {
	border: 1px solid #fff;
 }