/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */

::selection {
    color: #fff;
    background: #C21532;
}

.logo2 {
    position: absolute;
    top: 530px;
    right: -300px;
    width: 100%;
}

.prefooter button {
    padding: 7px 100px;
}

footer .main-footer a {
    color: #fff;
    text-decoration: underline;
}

footer .main-footer a:hover {
    color: #fff;
    text-decoration: none;
}

span.countdown {
    white-space: nowrap;
}

.testo-e-immagine img {
    vertical-align: middle;
    display: inline-block;
}

.prefooter {
    position: fixed;
    bottom: 0;
    z-index: 9999 !important;
}

/*++++++++++ Media Query ++++++++++*/
@media (max-width: 1199.98px) {
    .prefooter button {
        padding: 3px 45px;
        margin-top: 10px;
        font-size: 25px;
    }

    .countdown {
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
        display: inline-flex;
        align-items: baseline;
        gap: .35em;
    }

    .countdown .num {
        display: inline-block;
        min-width: 2ch;
        text-align: right;
        font-variant-numeric: tabular-nums;
    }

    .countdown .seg {
        display: inline-flex;
        gap: .25em;
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
    .elementor-widget-image-box .elementor-image-box-img img {
        display: inline-block !important;
    }

}

@media (min-width: 833.98px) {
    .prefooter button {
        margin-left: 15px;
    }
}