/*!
Theme Name: ingame2
Theme URI: http://underscores.me/
Author: ruwd
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ingame
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ingame is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.checkbox__price {
    display: inline-block !important;
}

.loading {
    opacity: 0.7;
}

body.admin-bar .mfp-bg {
    z-index: 100000;
}

body.admin-bar .mfp-wrap {
    z-index: 100001;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    background: #000;
    transition: all .3s;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .9;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .3s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-content.loading {
    opacity: 0.6 !important;
}

form .controls {
    position: relative;
}

div#food-mess {
    position: absolute;
    top: 4rem;
    right: 1rem;
    padding: 1rem;
    border-radius: 5px;
    background: #fff;
    z-index: 999;
}

.form-control.is-invalid, .was-validated label.checkbox .form-control:invalid + span {
    color: #ec2227;
}

.thankyou__call {
    color: #333333;
}


.book-quest__promo {
    position: relative;
}

.book-quest__promo .book-message__price {
    position: absolute;
    right: 15px;
    bottom: 10px;
}


.ui-autocomplete {
    max-height: 140px;
    overflow-y: auto;
}

.food__amount {
    text-align: right;
}
.food__input {
    display: inline-block;
    background: #fff;
    width: 44px;
    height: 28px;
    vertical-align: middle;
    border-width: 2px 0;
    border-style: solid;
    border-color: #ec3539;
    text-align: center;
}

.food__plus, .food__minus {
    width: 28px;
    height: 28px;
    background: #ec2227;
    color: #fff;
    font-size: 23px;
    line-height: 34px;
    vertical-align: middle;
}
button.food__minus {
    border-radius: 2px 0 0 2px;
}
button.food__plus {
    border-radius: 0 2px 2px 0;
}
.food__buttons {
    display: block!important;
    position: relative;
}
.food-size {
    display: block;
    margin-bottom: 15px;
}
.food-size__switch {
    display: inline-block!important;
}
.food__price {
    position: absolute;
    left: 0;
    bottom: 0;
}
.tooltip {
    z-index: 999999 !important;
    margin-top: -40px !important;
    pointer-events: none;
}
@media (max-width: 991.98px){
    .map .map__info {
        position: relative;
    }
}

span.error-buttons {
    float: right;
    cursor: pointer;
}
span.error-buttons span{
    color: #fff;
}

span.error-buttons span:hover{
    text-decoration: underline;
}

.book-message.book-message--lounge.disabled {
    opacity: 0.7;
    flex-wrap: wrap;
}

.book-message.book-message--lounge.disabled .input-qty button {
    cursor: no-drop;
}

.book-message.book-message--lounge.disabled .input-qty button svg {
    opacity: 0.4;
}

form .book-note{
    font-size: 12px;
    color: #ec2227;
    margin-left: 5px;
}