/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
.full-width-header-class {
    min-height: 100vh !important;
    background-image: url('https://www.candera.eu/wp-content/uploads/2024/03/Candera-Team1-3.jpg');
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 767px) {
    .full-width-header-class {
        background-size: 100% auto !important;
        background-position: center top !important;
    }
}

.my-button-class:hover {
    transform: scale(1.2); /* Increase the scale factor as needed */
    transition: transform 0.3s ease; /* Add a smooth transition effect */
}

#et-footer-nav {
    text-align: center;
}
#menu-footer-menu {
    display: inline-block;
    /* Additional styles if needed */
}

/* Remove border from social media icons in the footer */
.et_pb_social_media_follow_0_tb_footer .et_pb_with_border {
    border: none !important;
}
.et-l--footer{
    padding: 0 !important; /* Remove all padding from footer */
}
/* ========================================
   HONEYPOT - HIDE COMPLETELY
   ======================================== */

/* Hide the honeypot input field */
input[name="website-url"],
.wpcf7-form input.hp-field,
.wpcf7-form .hp-field,
span[data-name="website-url"],
.wpcf7-form-control-wrap[data-name="website-url"] {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: -9999 !important;
}

/* Hide the wrapper span/p that CF7 creates */
span[data-name="website-url"] {
    display: none !important;
}


