/* 
Theme Name: Ga Engineering Child
Theme URI: https://www.gaengineering.it/
Description: Ga Engineering Child Theme
Author: The Space
Author URI: https://www.thespacesm.com/
Template: ga-engineering
Version: 2.0.0
Text Domain: ga-engineering
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 */

/*ENTRAMBI*/
.grecaptcha-badge { 
    visibility: hidden;
}

/*didascalie*/
.dida-scuro p {
    width: fit-content;
    color: #0e0d2f;
    padding: 6px 16px;
    border-radius: 0px;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 1px;
	background-color: #cee7d5;
    font-weight: 600;
}

.dida-chiaro p {
	background-color: #cee7d5;
    font-weight: 600;
    width: fit-content;
    color: #0e0d2f;
    padding: 6px 16px;
    border-radius: 0px;
    font-size: 14px;
    margin-bottom: 20px;
}

#uc_post_accordion_elementor_6032d46 .uc-heading {
flex-direction: row-reverse;
    justify-content: space-between;
}
.space-accordion .uc_ac_box:not(.uc-item-active) span.ue_accordion_icon {
	 content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/11/symbol-02.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.space-accordion .uc_ac_box.uc-item-active span.ue_accordion_icon {
	 content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/11/symbol-03.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.elementor-counter-number-prefix{
    font-weight: 100;
    font-size: 110px;
}

.elementor-field-textual{
    padding: 5px !important;
}

/*SOLO MOBILE*/
@media (min-width: 768px) {
}
/*SOLO DESKTOP*/
@media (max-width: 767,90px) {
}