/* 
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 */
html, body {
    overflow-x: hidden;
}

/*
Animazione pulsanti
*/
.hover-translate .elementor-button-icon svg {
    transition: transform 0.3s ease;
}

.hover-translate  .elementor-button:hover .elementor-button-icon svg {
    transform: translateX(5px);
}

/*
Immagine con icona
*/
.with-icon .elementor-widget-container {
    position: relative;
    display: inline-block; 
}
  
  /* Stile per l'icona */
.with-icon  .elementor-widget-container:after {
    content: url('/wp-content/uploads/2024/04/cuore.png'); 
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 1;
}

/*
CF7
*/

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: white;
}

.wpcf7-spinner {
    position: absolute;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #da1515;
}

span.wpcf7-not-valid-tip {
    color: #da1515;
    margin-top: 10px;
}

.wpcf7 .row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: space-between;
}

.wpcf7 .column {
    flex: auto;
    width: 48%;
}

.wpcf7 .full-row {
    width: 100%;
}

.wpcf7 label {
    width: 100%;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    color: white;
    opacity: 0.5; 
}

.wpcf7 input, .wpcf7 textarea {
    border-color: #0B6FFD;
    background-color: white,
 }


.wpcf7 .wpcf7-submit {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    transition:  all .3s;
    text-transform: uppercase;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 116px;
}
