<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name: Hueman Child - Associazione Futuro ROSA
 Theme URI: http://alxmedia.se/
 Description: hueman Child Theme per associazione Futuro ROSA
 Author: Laura Di Vita - LDV
 Author URI: http://click2dev.it/
 Template: hueman
 Tags: personalizzazione tema Hueman per l'associazione Futuro ROSA
 Version: 1.0.0
 */


/* ----- LDV - MODIFICHE AL FOGLIO DI STILE QUI SOTTO ----- */

@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

.page-title span.Foldercategory {
    display: none;
}
span.autore {
    display: none;
}

body {
    color: #2c2c2c;
    font-weight: normal;
}

#header {
    background: url(http://voltoweb.it/futurorosa/wp-content/uploads/sites/58/2018/02/banner.jpg) no-repeat right;
    background-size: 37%;
    background-position-y: 24%;
}
#header .pad {
    padding-top: 55px;
    padding-bottom: 55px;
}
.site-title, .site-description {
    float: none;
}

.site-description {
    font-size: 25px;
    color: #527685;
    line-height: initial;
}
.site-title a {
    font-family: 'Dancing Script', cursive;
    font-size: 200%;
    font-weight: normal;
    color: #c42570;
}

@media only screen and (max-width: 719px) {
    #header {
        background-position-y: top;
    }
    #header .pad {
        padding: 0px;
    }
    .site-title {
        padding: 55px 0 !important;
        background-color: rgba(255, 255, 255, 0.75);
    }
}
</pre></body></html>