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


/* GENERAL */
h1,h2,h3,h4,h5,h6,p,a,span
{
    margin: 0;
}

/* MAIN HEADER */

/* HOMEPAGE */
.enov_separator_menu
{
    flex: 1;
    margin: 0 !important;
    padding: 0 10px; 
}

/* GRAVITY FORM - RESERVATION */
#gform_1 .gform_fields
{
    grid-template-columns: repeat(5,1fr);
}
#gform_1 .gform_fields .gfield.gfield--width-third
{
    grid-column: span 1;
}
#gform_1 .gform_fields .gfield.gfield--width-half
{
    grid-column: span 1; 
}

@media screen and (max-width: 768px)
{
    #gform_1 .gform_fields .gfield.gfield--width-third
    {
        grid-column: span 5;
    }
    #gform_1 .gform_fields .gfield.gfield--width-half
    {
        grid-column: span 5; 
    }
}

#gform_1 .gform_footer
{
    justify-content: center;
    margin-top: 25px;
}
#gform_1 select
{
    border-radius: 0;
    height: 44.5px;
}
#gform_1 select option
{
    color: #ffffff !important;
    background-color: #030202 !important;
}


/* GRAVITY FORM - RESERVATION EVENT */
#gform_2 select
{
    border-radius: 0;
    height: 44.5px;
}
#gform_2 select option
{
    color: #000 !important;
    background-color: #fdfae9 !important;
}


/* Disable reservations */
.disable-reservation-enov .enov_event_reservation_section
{
    filter: opacity(0.3);
    pointer-events: none;
}

/* Event loop btn */
.enov_custom_btn_event
{
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FEFAE900;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px; 
    display: inline-block;
    line-height: 1;
    padding: 12px 24px;

    transition: all .3s;
}
.enov_custom_btn_event:hover
{
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}


@media screen and (max-width: 500px)
{
    .enov_btn_mobile_reservation a 
    {
        padding: 10px 14px !important;  
    }
}
