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






/* ----------------------------- Ninja Form CSS ----------------------------- */



.nf-before-form-content, .feedback-form .nf-after-form-content {
    display: none;
}



/* Newsletter (banner) form */
.newsletter-banner-form nf-rows-wrap {
    display: flex;
    gap: 15px;
}
.newsletter-banner-form .nf-row:first-child {
    width: 100%;
    margin-right: -80px;
}
.newsletter-banner-form .nf-field-container {
    margin-bottom: 0;
}
.newsletter-banner-form input[type="email"] {
    padding: 18px 15px 16px 15px !important;
}
.newsletter-banner-form input[type="submit"] {
    border-radius: 0 40px 40px 0;
    padding: 22px 29px 19px 29px !important;
}
.newsletter-banner-form input[type="submit"]:hover {
    background-color: #363F5E !important;
    border-width: 0px;
    color: white;
}



/* Gift Voucher form */
.gift-voucher-form .nf-row:first-child h3 {
    margin-top: 0;
}
.gift-voucher-form h3 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.gift-voucher-form h4 {
    color: #1E415C;
    text-align: center;
    font-size: 28px;
}
@media (max-width: 768px) {
    .gift-voucher-form img {
        max-width: unset;
        width: 100%;
    }
}


/* Blog styles */
.blog-item-container h2 a {
    text-decoration: none !important;
}



/* First order 10 form */
.fot-form-container input[type="email"] {
    margin-bottom: 14px;
}
.fot-form-container button {
    width: 100%;
}
.fot-form-container.alt .fields-container {
    display: flex;
}
.fot-form-container.alt input[type="email"] {
    margin-bottom: 0px;
    width: 65%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.fot-form-container.alt button {
    width: 35%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}



/* Header */
.elementor-nav-menu small {
    background-color: pink;
}
