/*
Theme Name: Deverso ETG BS5 current
Theme URI: https://tuosito.com
Author: Il tuo nome
Author URI: https://tuosito.com
Description: Tema personalizzato per Deverso ETG con Bootstrap 5.3
Version: latest
License: GPL v2 or later
Text Domain: deverso-etg-bs5
Tags: bootstrap, bootstrap5, responsive, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ==========================================================================
   Variabili CSS personalizzate
   ========================================================================== */
:root {
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --etg-primary: #896A43;
    --etg-primary-light: #c9aA83;
    --etg-primary-dark: #694A23;
    --etg-secondary: #313131;
    --etg-accent: #f093fb;
    --etg-bkg-light: #F7F5F0;
    --etg-bkg-white: #ffffff;
    --etg-color-txt-title: #333333;
    --etg-color-txt-body: #4A4A4A;
    --etg-color-txt-footer: #EAEAEA;
    --etg-padding-top-bottom-mini: 40px;
    --etg-padding-top-bottom: 80px;
    --etg-padding-top-bottom-mobile: 56px;
    --etg-container-max-width: 2400px;
    --etg-container-stadard: 1100px;

    --etg-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(137, 106, 67, 0.25);

}

body>div.deversoOverlayLoadingPage{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
body>div.deversoOverlayLoadingPage svg{
    opacity: 0.1;
}

.highlightWidget{
    border: 5px dashed red!important;
}

.blurWidget{
    filter: blur(5px)!important;
}



/*
style definito in: assets/css/theme.css
 */

/*
header,
footer,
main>section{
    display:block;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
    border:20px dashed red;
}
*/
