/* 
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
*/

.scallop::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    content: " ";
    background: radial-gradient(circle at 50% 0%, white 25%, white 26%, transparent 0%);
    background-color: transparent;
    background-size: 3em 6em;
    height: 50px;
    background-repeat: repeat-x;
    background-position: -25px 0px;
    transform: rotate(180deg);
    z-index: 1;
}

.scallop::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    content: " ";
    background: radial-gradient(circle at 50% 0%, white 25%, white 26%, transparent 0%);
    background-color: transparent;
    background-size: 3em 6em;
    height: 50px;
    background-repeat: repeat-x;
    background-position: -25px 0px;
    z-index: 1;
}

.scallop-top::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    content: " ";
    background: radial-gradient(circle at 50% 0%, white 25%, white 26%, transparent 0%);
    background-color: transparent;
    background-size: 3em 6em;
    height: 50px;
    background-repeat: repeat-x;
    background-position: -25px 0px;
    z-index: 1;
}

.scallop-bottom::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    content: " ";
    background: radial-gradient(circle at 50% 0%, white 25%, white 26%, transparent 0%);
    background-color: transparent;
    background-size: 3em 6em;
    height: 50px;
    background-repeat: repeat-x;
    background-position: -25px 0px;
    transform: rotate(180deg);
    z-index: 1;
}

/* MENU ITEMS */

table.menu-items td {
    background: none !important;
    border: none;
    border-top: solid 1px #00000024;
    padding: 12px 0px;
    vertical-align: middle;
}

.menu-items p,
.menu-items h5 {
    line-height: 1.3em;
    margin: 0;
}

.menu-items #name {
    font-weight: 600;
}

.menu-items #price {
    line-height: 0em
}

.menu-items #item_picture {
    object-fit: cover;
    width: 50px;
    height: 50px;
}

/* FOOTER */

.footer-text p {
    font-size: 12px;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .footer-text p {
        text-align: center;
    }
}

/* GRAVITY FORMS - GENERAL */

.gform_button, .gform_wrapper button, [type=submit] {
    border: none;
    padding: 10px 40px;
    opacity: .7;
    background-color: #74c4e0;
    border-color: #74c4e0;
}

.gform_button:hover, .gform_wrapper button:hover, .gform_button:active, .gform_wrapper button:active, .gform_button:focus, .gform_wrapper button:focus, [type=submit]:hover   {
    opacity: 1;
    background-color: #74c4e0 !important;
    border-color: #74c4e0;
}

#field_submit {
    justify-content: center;
}

/* GRAVITY FORMS - ORDER FORM */

.radio-toolbar {
    margin: 10px auto !important;
    padding-top: 10px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar input[type="radio"]:checked + label {
    display: none;
}

.radio-toolbar input[value="remove"] + label svg {
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    max-width: 100% !important;
    color: #fff;
    font-weight: bold;
    margin-right: 3px;
    padding: 2px;
}

.radio-toolbar input[value="remove"] + label {
    color: red !important;
    max-width: 100% !important;
    opacity: .7;
}

.radio-toolbar input[value="remove"]:hover + label {
    opacity: 1;
    cursor: pointer;
}

.radio-toolbar input[value="add"] + label svg {
    display: flex;
    background-color: #74c4e0;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    max-width: 100% !important;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px !important;
    padding: 5px;
}

.radio-toolbar input[value="add"] + label {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: .7;
}

.radio-toolbar input[value="add"]:hover + label {
    opacity: 1;
    cursor: pointer;
}

.radio-toolbar .gchoice {text-align: center;}

.ginput_container_date input {
    width: 100% !important;
}


/* FORMS */

#field_3_2033 {
    display: none;
}

.gpnf-nested-entries, .gpnf-nested-entries th{
    background: transparent !important;
    border: none !Important;
}

.gpnf-nested-entries tr:first-of-type {
    border-top: none;
}

.gpnf-nested-entries tr {
    background: transparent !important;
    border-top: thin solid #000 !important;
}

.gpnf-nested-entries td {
    border: none;
    vertical-align: middle;
}

.gpnf-nested-entries button {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}