<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Child Seventeen
Theme URI: http://fabriziogiacosa.com
Author: Fabrizio Giacosa
Author URI: http://fabriziogiacosa.com
Description: Un child theme di Twenty Seventeen
Template: twentyseventeen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyseventeen
*/
@import url('https://fonts.googleapis.com/css2?family=Raleway&amp;display=swap');

body, p {font-family: Raleway, sans-serif;}
.site-title {letter-spacing:2px;}

#top-menu {text-transform: uppercase; font-size:0.7rem; letter-spacing:2px;}

ul ul {
list-style:square
}

.fglist {
margin-left: 2em;
}

a.fg-btn {
display: inline-block;
padding: 0.9rem 1.5rem;
color: #fff;
background-color: #232323;
text-transform: uppercase;
font-size: 0.7rem;
border: 1px solid #232323;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a.fg-btn:hover, a.fg-btn:focus, a.fg-btn:active {
background-color: #fff;
border: 1px solid #232323;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}

/* Link nella colonna sinistra del template personalizzato */
.fg-side-text a {
border-bottom: 1px solid #222222;
}

.fg-side-text a:hover {
border-bottom: 2px solid #222222;
}
/* end */

footer.site-footer {background-color: #f7f7f7;}

h2.widget-title {
font-size:0.75rem;
color: #546e7a;
}

@media screen and (min-width: 48em) {
body.page-template-page-full .page-full-width #primary .entry-content {
width: 100%;
}

body.page-template-page-full .page-full-width #primary .entry-header {
width: 100%;
}
}

.post .entry-header .entry-title, .page .panel-content .recent-posts .entry-title {
font-weight: 700;
font-size: 2rem;
}

.single-jetpack-portfolio .entry-title {
font-weight: 700;
border-bottom: 3px solid #eee;
}

.portfolio-entry-title {
text-align: center;
font-size: 1.2rem;
}

.single-featured-image-header, .panel-image {
height: 50vh;
max-height:600px;
}

/* Elimina l'ombreggiatura nei link alle immagini */
.gallery-row a, .gallery-row a:hover {
-webkit-box-shadow: none;
box-shadow: none;
}

.site-footer .widget-area {
border-bottom: 1px solid #ddd;
margin-bottom: 2em;
}
/*Grid*/
.container {
  margin: 0 auto;
  max-width: 112.0rem;
  padding: 0;
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding &gt; .column {
  padding: 0;
}

.row.row-wrap {
  flex-wrap: wrap;
}

.row.row-top {
  align-items: flex-start;
}

.row.row-bottom {
  align-items: flex-end;
}

.row.row-center {
  align-items: center;
}

.row.row-stretch {
  align-items: stretch;
}

.row.row-baseline {
  align-items: baseline;
}

.row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.row .column.column-offset-10 {
  margin-left: 10%;
}

.row .column.column-offset-20 {
  margin-left: 20%;
}

.row .column.column-offset-25 {
  margin-left: 25%;
}

.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.row .column.column-offset-50 {
  margin-left: 50%;
}

.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.row .column.column-offset-75 {
  margin-left: 75%;
}

.row .column.column-offset-80 {
  margin-left: 80%;
}

.row .column.column-offset-90 {
  margin-left: 90%;
}

.row .column.column-10 {
  flex: 0 0 10%;
  max-width: 10%;
}

.row .column.column-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

.row .column.column-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.row .column.column-33, .row .column.column-34 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row .column.column-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.row .column.column-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.row .column.column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.row .column.column-66, .row .column.column-67 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.row .column.column-75 {
  flex: 0 0 75%;
  max-width: 75%;
}

.row .column.column-80 {
  flex: 0 0 80%;
  max-width: 80%;
}

.row .column.column-90 {
  flex: 0 0 90%;
  max-width: 90%;
}

.row .column .column-top {
  align-self: flex-start;
}

.row .column .column-bottom {
  align-self: flex-end;
}

.row .column .column-center {
  -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 40rem) {
  .row {
    flex-direction: row;
    margin-left: -1.0rem;
    width: calc(100% + 2.0rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1.0rem;
  }
}</pre></body></html>