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

/* ==========================================================================
   Variabili CSS personalizzate
   ========================================================================== */
:root {
    line-height: 150%; /* 27px */
    --website-primary: #1D4434;
    --website-primary-light: #3D6454;
    --website-primary-dark: #0D3424;
    --website-secondary: rgba(106, 52, 0, 0.80);
    --website-secondary-full: #6A3400;
    --website-third:#FFF5E2;
    --website-fourth:#FFE9BD;
    --website-accent: #BA5C00;

    --website-bkg-white: #ffffff;

    --website-color-white: #ffffff;
    --website-color-light: #FFFAF0;
    --website-color-secondary: #E9DEC7;
    --website-color-dark: #4E4B4A;


    --website-bkg-btn: #008668;
    --website-white: #FFFFFF;
    --website-color-txt-title: #3D3D3D;
    --website-color-txt-body: #4D5359;
    --website-container-full-max-width: 2400px;
    --website-container-max-width: 1440px;
    --website-box-max-width: 800px;
    --website-max-width-container-title-header: 720px;
    --website-padding-top-bottom-header: 160px;
    --website-padding-top-bottom: 80px;
    --website-padding-top-bottom-mini: 40px;
    --website-padding-top-bottom-mobile: 40px;
}

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;
}

/*
hide WPML
 */
body .otgs-development-site-front-end,
body #included-files-fie-on-wp-footer,
body .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
    display: none!important;
}
