/*
Theme Name: Elementra Child Theme
Template: elementra
Theme URI: https://elementra.themerex.net/
Description: Elementra Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

:root {
    --cor-primaria: #559d36;
    --cor-secundaria: #c5d201;
} 

.wrapper_footer {
    background: #00162D !important;
}


.franqueado_menu.menu-item {
    border: 2px solid var(--cor-primaria);
    border-radius: 50px;
}

.logo_footer .elementor-widget-container:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 3px;
    background-color: #559a32;
    left: 220px;
    top: 35px;
}

.tarja_footer {
    content: "";
    top: -50px;
    position: absolute;
    background: #c5d301;
    height: 3px;
    width: 1000px;
    right: -8px;
}


a.trx_addons_scroll_to_top.trx_addons_icon-up.inited.show {
    display: none !important;
}

.wa__btn_popup .wa__btn_popup_icon {
    width: 65px;
    height: 65px;
}

.page-id-4816 .header_desktop {
    background-color: transparent !important;
}

.page-id-48816 .header_desktop a {}

.page-id-4816 .header_desktop .menu-item a {
    color: #fff !important;
}

.page-id-4816 .header_desktop .menu-item a:hover {
    color: var(--cor-secundaria) !important;
}



/**** FORM SOLUTTO ****/

.form-solutto {
    max-width: 700px;
}

.form-solutto .form-row {
    margin-bottom: 20px;
}

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

.form-solutto input,
.form-solutto select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.form-solutto button {
    background: #559d36;
    color: #fff;
    padding: 14px 24px;
    border: none;
    border-radius: 6px;
}

label > input[type="checkbox"] {
    border: none;
    padding: 0;
    width: auto;
    position: relative;
}

.form-row.checkbox label {
    display: flex;
    gap: 10px;
    font-size: 13px;
    align-items: flex-start;
    line-height: 1.4;
    font-weight: normal;
}

label > input[type="checkbox"]:checked:before {
    background: radial-gradient(circle, #559d36 55%, #fff 65%);
    
}
