/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */








/* ---------------------- CONTACT FROM 7- ------------------------- */
.premium-cf-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.premium-cf-row > p,
.premium-cf-row > br {
    display: none;
}

.premium-cf-half {
    flex: 1 1 calc(50% - 10px);
}

.premium-cf-full {
    flex: 1 1 100%;
}

.premium-cf-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.premium-cf-row .wpcf7-form-control-wrap,
.premium-cf-field {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.premium-cf-field {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.premium-cf-field:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 3px #E1FF00;
}

.premium-cf-row .wpcf7-submit {
    padding: 14px 32px;
    background: #E1FF00;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .premium-cf-half {
        flex-basis: 100%;
    }
}