/*
Theme Name: RetekBisztro Theme
Theme URI: https://retekbisztro.hu/
Description: A theme for RetekBisztro
Author: MasMedia
Author URI: https://masmedia.hu/
Version: 1.0.0
Text Domain: retekbisztro
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

body.page-template-booking-template {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

body.page-template-booking-template {
    display:flex;
    height:100vh;
    width:100vw;
    justify-content:center;
    align-items:center;
}

button.btr_popup_button {
    background-color:#fff;
    padding:20px 40px;
}

body.page-id-11 {
	background-image: url("https://mini.retekbisztro.hu/wp-content/uploads/2023/12/retek-bisztro-bg.jpg");
}

/* button.btr_popup_button {
	visibility: hidden!important;
}
body.page-template-booking-template {
    overflow: hidden;
}
body.page-template-booking-template .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
body.page-template-booking-template #table-booking-popup {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
} */