/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1761982389
Updated: 2025-11-01 07:33:09

*/

.bookingForm .wpforms-field {
    padding: 10px 0px !important;
}
.bookingForm .wpforms-field select option {
    color: black;
}
.bookingForm button.wpforms-submit {
    width: 100%;
}
.bookingForm form input,.bookingForm form label,.bookingForm form div,.bookingForm form select, .bookingForm form teaxarea, .bookingForm form button {
        font-family: var(--e-global-typography-0799e26-font-family), Sans-serif !important;
    font-size: 16px !important;
    font-weight: var(--e-global-typography-0799e26-font-weight) !important;
    text-transform: var(--e-global-typography-0799e26-text-transform) !important;
    line-height: var(--e-global-typography-0799e26-line-height) !important;
    letter-spacing: var(--e-global-typography-0799e26-letter-spacing) !important;
}
.bookingForm form label{
	margin-bottom:5px !important;
}
.bookingForm form button{
    font-weight: 600 !important;
}
.elementor-popup-modal a.dialog-close-button {
    border-radius: 100px;
    padding: 8px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}