/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.elementor-widget-text-editor ul {
	margin-bottom:20px;
}

.elementor-widget-button:not(.btn-plain) a.elementor-button:before,
#drink-tabs button:before {
    content: " ";
    position: absolute;
    top: -8px;
    left: 5px;
    right: 5px;
    bottom: -8px;
    border: 2px solid var(--e-global-color-primary);
}

/* =========== GLOBAL =========== */
.custom-open-table {
    background: white;
    padding: 20px;
    border-radius: 2px;
    margin-top: 20px !important;
}

.grecaptcha-badge { visibility: hidden; }

div#post-404page {
    padding: 10% 5%;
}
#post-404page .error-message {
	font-size:75px;
}
#post-404page a{
	color:#FFF9ED;
}
#post-404page .circle-yes {
    background: transparent !important;
}

/* ========= MAILCHIMP ========= */


/* Custom Mailchimp styles */
div#mc_embed_signup{background:#171615; clear:left; max-width: 100%;}
div#mc_embed_signup .button {
	background:#FFF9ED; 
	color: #1D1D1D;
    font-family: 'Montserrat';
    font-size: 14px;
	text-transform:uppercase;
}
#mce-EMAIL-HELPERTEXT {
	border: 0 ;
  clip: rect(1px, 1px, 1px, 1px) ;
  -webkit-clip-path: inset(50%) ;
  clip-path: inset(50%) ;
  height: 1px ;
  overflow: hidden ;
  margin: -1px ;
  padding: 0 ;
  position: absolute ;
  width: 1px ;
  white-space: nowrap ;
}
/* =========== NEWSLETTER =========== */

input.wpcf7-form-control.wpcf7-text,
select.wpcf7-form-control.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea{
    border-radius: 0;
	background: #171615;
    color: #FFF9ED;
    font-family: 'Montserrat';
}
::placeholder {
    color: #FFF9ED !important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #FFF9ED;
    color: #1D1D1D;
    font-family: 'Montserrat';
	padding: 13px 29px;
	font-size:14px;
}
.wpcf7-select-parent>.select-arrow {
    background: transparent !important;
    color: #FFF9ED !important;
    border: 0px !important;
}
span.wpcf7-form-control-wrap, label {
    color: #FFF9ED;
    font-family: 'Montserrat';
}
span#hiringform-checkbox {
    display: flex;
    flex-direction: column;
}
.wpcf7-captchar:focus, .wpcf7-form .wpcf7-date:focus, 
.wpcf7-form .wpcf7-number:focus, .wpcf7-form .wpcf7-quiz:focus, 
.wpcf7-form .wpcf7-select:focus, .wpcf7-form .wpcf7-text:focus,
.wpcf7-form textarea:focus{
	border-color: #dfae24 !important;
}

/* ======== HIDDEN LABELS ========= */
.label-hidden {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* ============= MENU ============= */
div.menu-item {
    padding-left: 1.5em;
    text-indent:-1.5em;
	padding-bottom:10px;
}
span.item-name {
	font-weight:600;
}
span.item-price {
	color:#989898;
}
span.item-tag img {max-width:25px; margin-right:5px;}

.menu-selector-btn {border-bottom: 1px solid transparent; cursor:pointer;}
.menu-selector-btn.active {border-color:#fff;}

.menu-item .item-tag {display:none;}
#menu-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.menu-selector-btn {
    display: flex;
    align-content: center;
    align-items: center;
}

/* ============= DRINK MENU ============ */
.drink-btn.active {
	background: #6e1b1f !important;
}
.drink-btn.active span {
	color:#fff !important;
}



/* ============= Google Reviews ============== */
.ti-rating, .ti-rating-text, .ti-widget.ti-goog .ti-rating-text span, .ti-widget.ti-goog .ti-rating-text span strong {
	color:#fff !important;
}

/* ============= RESPONSIVE ================ */
@media (min-width:1025px) {
    .nav-btn {
        background: rgb(207, 173, 46);
        background: linear-gradient(54deg, #773c12 5%, #dcbc33 40%, #dcbc33 60%, #773c12 95%);
        border-radius: 3px;
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-btn > a, .nav-btn:hover > a {color:#000 !important;}
}
@media screen and (max-width:850px) and (min-width:601px) {
	body .ot-date-picker.ot-dtp-picker-selector.wide,
	body .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button,
	body .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
    	width: 145px;
	}
}