/**
* Theme Name: Aesthetica Child
* Description: This is a child theme of Aesthetica.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: aesthetica
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: aesthetica-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/* === Contact Form Style 1 === */
.contact-form-style-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-form-style-1 >div >p { margin: 0;}
/* Όνομα + Email δίπλα-δίπλα */
.contact-form-style-1 div:nth-child(1),
.contact-form-style-1 div:nth-child(2) {
    flex: 1;
    min-width: 250px;
}
.contact-form-style-1 div { flex: 1 1 100%; }
.contact-form-style-1 .flex-1 { flex: 1 !important; min-width: 250px !important; }
#cmsmasters_body .elementor-widget-cmsmasters-contact-form .wpcf7-response-output { margin-top: 20px; }
/* Responsive: στο κινητό κάθετα */
@media (max-width: 600px) {
    .contact-form-style-1 {
        flex-direction: column;
    }
}
.grecaptcha-badge {
    display: none;
}
