/**
Theme Name: ILD Design Theme Child
Author: E-Wave Team
Author URI: https://e-wave.it
Description: This is a custom child theme for Italian Luxury Design Essence brand
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ild-design-theme-child
Template: hello-elementor
*/

/* CUSTOM E-WAVE CSS */
#btn-contact-wrapper{
    cursor: pointer;
}

/* CONTACT FORM 7*/

.wpcf7 {}

.wpcf7 .fc-row {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7 .fc-row h3 {

}

.wpcf7 .fc-row p {
    margin: 10px 0;
}

.wpcf7 .fc-row .fc-field {
    flex-basis: 48%;
    margin: 0 1%;
}

.wpcf7 .fc-row .fc-field.fc-request,
.wpcf7 .fc-row .fc-field.fc-privacy-check,
.wpcf7 .fc-row .fc-field.fc-submit {
    flex-basis: 98%;
}

.wpcf7 .fc-row .fc-field input,
.wpcf7 .fc-row .fc-field textarea {
    width: 100%;
    min-height: 40px;
    background-color: #131313;
    color: #fff;
    border: 1px solid #cba37c;
    padding: 5px;
}

.wpcf7 .fc-row .fc-field input[type='checkbox'] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: inherit;
    height: 15px;
    width: 15px;
    background-color: #131313;
    border: 2px solid #cba37c;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.wpcf7 .fc-row .fc-field input[type="checkbox"]:checked {
    background-color: #cba37c;
}

input[type="checkbox"]:checked::before {
    content: '\2713';
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wpcf7 .fc-row .fc-field.fc-privacy-check .wpcf7-list-item {
    margin: 0;
}

.wpcf7 .fc-row .fc-field.fc-privacy-check span.wpcf7-list-item-label {
    font-size: 0.6em;
}

.wpcf7 .fc-row .fc-field.fc-submit {
    text-align: center;
}

.wpcf7 .fc-row .fc-field.fc-submit input {
    cursor: pointer;
}

.wpcf7 .fc-row .fc-field.fc-submit .wpcf7-spinner {
    margin: 20px;
    background-color: #cba37c;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0.2em 1em !important;
    margin: 0.5em !important;
    border: 1px solid #bb9831 !important;
    text-align: center;
    font-size: 0.6em;
    opacity: 0.75;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #cba37c !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.error .wpcf7-response-output {
    border: 1px solid #cb7c7c !important;
}

/* ERRORS */
.wpcf7 .fc-row .wpcf7-not-valid-tip {
    color: #bb9831;
    font-size: 0.6em;
    font-style: italic;
    margin: 10px 0;
}

/* 3D EMBED */
#embed3da .elementor-widget-container,
#embed3d .elementor-widget-container {
    margin: auto;
    width: 85vw;
    position: relative;
    overflow: hidden;
    padding-top: 48vw;    
}


#embed3da .elementor-widget-container iframe,
#embed3d .elementor-widget-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}