/*
Theme Name: CCS 2025
Theme URI: https://ccs.cl/
Author: ResIT - Tu Partner Digital
Author URI: https://resit.cl/
Description: Tema para el sitio web de la Cámara de Comercio de Santiago
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ccs-theme
*/

/* Elementor custom styles */
.elementor-page.elementor-editor-active {
    margin-top: 90px!important;
}

.elementor-page.elementor-editor-active .e-con:first-child>.e-con-inner>.elementor-widget>.elementor-widget-container, .elementor-page.elementor-editor-active .e-con:first-child>.elementor-widget>.elementor-widget-container {
    margin-top: -90px!important;
}

.e-con, .elementor-widget {
    margin: 0 !important;
    padding: 0 !important;
}

/* Ajusta el header solo cuando el usuario está logueado */
.admin-bar .elementor-element header, .admin-bar .elementor-element .supernav.supernav--in {
    margin-top: 32px!important; /* Altura de la barra de admin en desktop */
}

@media (max-width: 782px) {
    .admin-bar .elementor-element header {
        margin-top: 46px!important; /* Altura de la barra de admin en móviles */
    }
}

@media (min-width: 720px) {
    section.section--hero {
        margin-top: 0!important;
    }
}


