<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Doors Child Theme
Theme URI: http://themeforest.net/item/doors-onepage-multipurpose-wordpress-theme/8899186
Author: Doors One page Parallax Theme
Author URI: http://xpeedstudio.com
Description: Doors Onepage MultiPurpose wordpress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: doors
Template: doors
*/

ul {
    padding-left: 12px;
}

/* hedaer */
#navigation .navbar-right {
    margin-right: 0 !important;
}
.xs_search {
    display: none;
}

@media (max-width: 991px) {
    .nav-header .navbar-brand {
        padding: 0 15px;
    }
    .nav-header a.navbar-brand img {
        height: 65px;
        width: auto;
        margin: 0 auto;
    }
}

/* slider */
.brand-promotion .media {
    display: flex;
}
.brand-promotion .media .col-sm-4 {
    display: flex;
    align-self: stretch;
}
.brand-promotion .brand-content {
    /*min-height: 226px;*/
    height: 100%;
    background-color: #f6cb21;
    color: #000000;
}

.brand-promotion .brand-content .media-body h2 {
    color: #000000;
}

.brand-promotion .brand-content:hover {
    background-color: #f6cb21;
    color: #000000;
}
.brand-promotion .brand-content:hover .media-body h2 {
    color: #000000;
}

@media all and (min-width: 768px) and (max-width:992px) {
    /*.brand-promotion .brand-content {
        min-height: 280px;
    }*/
    .brand-promotion .brand-content .media-body {
        width: 100%;
    }
}

@media all and (max-width:768px) {
    /*.brand-promotion {
        display: none;
    }*/
    .brand-promotion .media,.brand-promotion .media .col-sm-4 {
        display: block;
    }
}

/* quote */
.quote-content h2:before {
    display: none;
}


/* perchÃ¨ sceglierci */
.c-section_services * {
    font-family: 'aller_lightregular';
    font-size: 16px;
}
.c-section_services h2 {
    font-family: 'allerregular';
    font-weight: normal;
    font-size: 24px;
}
.c-section_services .elementor-button {
    width: 100%;
    font-weight: 700;
}

/* News */
.single-blog .entry-meta {
    display: none;
}

/* Chi siamo */
.home .elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.5rem;
}
.home .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: none;
}

/* Footer */
#wpcf7-f142-o1 * {
    font-size: 14px;
}

#wpcf7-f142-o1 .wpcf7-list-item {
    margin: 0;
}

/* internal pages */
#banner-area {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#time-slots-container label {
    font-weight: 500;
}

.wpcf7-submit {
    background-color: #F6CB21 !important;
    color: #000000 !important;
}

.wpcf7-submit:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}</pre></body></html>