/*!
Theme Name: felpita
Theme URI: http://underscores.me/
Author: Luigi Faragalli
Author URI: http://www.adpower.it/
Description: PSAG Felpita Undederscores theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: felpita
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

felpita is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "https://use.typekit.net/ehe3cbw.css";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
@font-face {
  font-family: 'Lovelo';
  src: url("font/Lovelo-Black.eot");
  src: url("font/Lovelo-Black.woff2") format("woff2");
  src: url("font/Lovelo-Black.woff") format("woff");
  src: url("font/Lovelo-Black.otf") format("opentype");
  src: url("font/Lovelo-Black.ttf") format("truetype"); }
/* variabili */
html {
  font-size: 63%;
  font-family: 'Montserrat', sans-serif; }

body {
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
  font-weight: 500;
  overflow-x: hidden; }

h1 {
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  letter-spacing: .0001em; }

p {
  color: #ffffff; }

h4 {
  font-weight: 600;
  font-size: 28px;
  color: #666;
  margin: 0;
  line-height: 1.3;
  letter-spacing: .0001em; }

a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #3f3f3f;
  letter-spacing: .001em; }

p.top-titles {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.small-title {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.project-link {
  text-decoration: none;
  border-bottom: 2px solid #b00f24;
  padding: 5px 0;
  font-size: 1.5rem; }

section {
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column: 1/span 12; }

.project-info {
  background: #ffffff;
  padding: 20px 20px 30px; }

.project-left .box {
  grid-column: 3/span 5;
  grid-row: 1/span 3;
  width: 100%; }

.project-left .project-info {
  grid-column: 2/span 3;
  grid-row: 2/span 1; }

.project-right .box {
  grid-column: 6/span 5;
  grid-row: 1/span 3;
  width: 100%; }

.project-right .project-info {
  grid-column: 5/span 3;
  grid-row: 2/span 1; }

.box {
  position: relative;
  overflow: hidden; }

img {
  width: 100%; }

.overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #ececec;
  width: 100%;
  height: 100%; }

.wrap {
  width: 100%;
  overflow: hidden;
  position: relative; }

.wrap .pan {
  width: 900vw;
  position: relative; }

.pan {
  -webkit-transition: all 333ms ease-out;
  -ms-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out; }

.wrap .pan section {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #008FD4; }

article.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

html.touch, html.touch body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* ------------------------------------------------------------ */
#scrollcounter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  display: none; }

.parallax-0, .parallax-1, .parallax-2, .parallax-3, .parallax-4, .parallax-5, .parallax-6 {
  width: 100vw;
  height: 100vh;
  position: absolute; }

.sections-home {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  font-size: 60px; }
  .sections-home h5 {
    margin: 0; }
  .sections-home img {
    position: absolute; }
  .sections-home .cta-home-slide {
    position: absolute;
    bottom: 5vh;
    left: calc( 50% - 16.5vw );
    z-index: 1000;
    width: 33vw;
    height: 90vh; }
    .sections-home .cta-home-slide span {
      display: block;
      font-size: 16px;
      font-weight: 400;
      background-color: rgba(255, 255, 255, 0.5);
      color: rgba(0, 47, 135, 0.6);
      padding: 5px 15px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      text-decoration: none;
      position: absolute;
      bottom: 1vh;
      left: 50%;
      -webkit-transform: translateX(-50%);
      /* WebKit */
      -moz-transform: translateX(-50%);
      /* Mozilla */
      -o-transform: translateX(-50%);
      /* Opera */
      -ms-transform: translateX(-50%);
      /* Internet Explorer */
      transform: translateX(-50%);
      /* CSS3 */ }
    .sections-home .cta-home-slide:hover span {
      background-color: white; }

body .responsive-menu-button {
  top: 1vh; }
  body .responsive-menu-button .responsive-menu-label {
    color: #2566EC;
    position: relative;
    top: -5px; }
  body .responsive-menu-button:hover .responsive-menu-label {
    color: white; }
body #responsive-menu-container #responsive-menu li.responsive-menu-item a {
  padding-left: 6%; }
body #responsive-menu-container #responsive-menu-wrapper .sito-psag {
  margin: 10vh 0 0 6%;
  font-size: 12px;
  padding-bottom: 20px; }
  body #responsive-menu-container #responsive-menu-wrapper .sito-psag a {
    color: white; }
    body #responsive-menu-container #responsive-menu-wrapper .sito-psag a:hover {
      text-decoration: none; }
  body #responsive-menu-container #responsive-menu-wrapper .sito-psag .img-psag {
    display: block;
    margin-top: 10px;
    width: 100px;
    height: auto;
    padding: 6px 8px;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }

#section-1-1 .arrow-left {
  display: none; }

.section-1 {
  background-repeat: repeat-x;
  background-size: 100% auto; }
  .section-1 .contenuto {
    margin: 0 auto; }
  .section-1 img {
    bottom: 0; }
  .section-1 .donna {
    left: 9%;
    width: auto;
    height: 80%;
    max-height: 1152px; }
  .section-1 .wave {
    right: -5%;
    opacity: .7;
    height: 100%;
    width: auto; }
  .section-1 .medio-blanco {
    position: absolute;
    bottom: 15%;
    left: 18%;
    text-align: center; }
    .section-1 .medio-blanco .medio {
      font-family: 'Lovelo', sans-serif;
      padding: 12px 10px 0;
      display: inline-block;
      line-height: 1;
      font-weight: 300;
      font-size: 1em;
      color: white;
      padding: 0;
      font-size: 0.65em;
      letter-spacing: 8px;
      margin-bottom: 10px;
      display: block; }
      @media (max-width: 1439px) {
        .section-1 .medio-blanco .medio {
          padding-top: 8px; } }
    .section-1 .medio-blanco .blanco {
      font-family: 'Lovelo', sans-serif;
      padding: 12px 10px 0;
      display: inline-block;
      line-height: 1;
      font-weight: 300;
      font-size: 1em;
      color: #0285c5;
      background-color: white; }
      @media (max-width: 1439px) {
        .section-1 .medio-blanco .blanco {
          padding-top: 8px; } }
  .section-1 .pack-blanquisimo {
    position: absolute;
    bottom: 15%;
    right: 15%;
    width: 30vw;
    text-align: center; }
    .section-1 .pack-blanquisimo .pack {
      position: relative;
      width: 80%;
      max-width: 350px;
      margin: 0 auto -30px auto; }
    .section-1 .pack-blanquisimo .blanquisimo {
      font-family: 'Lovelo', sans-serif;
      padding: 12px 10px 0;
      display: inline-block;
      line-height: 1;
      font-weight: 300;
      font-size: 1em;
      color: white;
      background-color: #e7110f;
      display: inline-block;
      margin: 0 auto; }
      @media (max-width: 1439px) {
        .section-1 .pack-blanquisimo .blanquisimo {
          padding-top: 8px; } }

.section-2 {
  background-position: left bottom; }
  .section-2 .wave {
    right: 0;
    bottom: 0;
    height: 100vh;
    width: auto; }
  .section-2 .pequenos {
    font-family: 'Lovelo', sans-serif;
    padding: 12px 10px 0;
    display: inline-block;
    line-height: 1;
    font-weight: 300;
    font-size: 1em;
    position: absolute;
    top: 20vh;
    right: 27%;
    color: white;
    background-color: #f9339a;
    font-size: 0.65em; }
    @media (max-width: 1439px) {
      .section-2 .pequenos {
        padding-top: 8px; } }
  .section-2 .pack-siempre {
    position: absolute;
    bottom: 10vh;
    right: 5%;
    width: 45vw;
    text-align: center; }
    .section-2 .pack-siempre .pack {
      position: relative;
      max-width: 780px;
      margin-bottom: -10vh; }
    .section-2 .pack-siempre .siempre {
      font-family: 'Lovelo', sans-serif;
      padding: 12px 10px 0;
      display: inline-block;
      line-height: 1;
      font-weight: 300;
      font-size: 1em;
      color: #0e428c;
      background-color: white; }
      @media (max-width: 1439px) {
        .section-2 .pack-siempre .siempre {
          padding-top: 8px; } }

.section-10 {
  background-position: -10vw 5vh;
  background-size: 100vw auto; }
  .section-10 .wave {
    right: 0;
    bottom: 0;
    height: 100vh;
    width: auto; }
  .section-10 .felicidad {
    font-family: 'Lovelo', sans-serif;
    padding: 12px 10px 0;
    display: inline-block;
    line-height: 1;
    font-weight: 300;
    font-size: 1em;
    position: absolute;
    top: 20vh;
    right: 27%;
    color: white;
    background-color: #00c0d7;
    font-size: 0.65em; }
    @media (max-width: 1439px) {
      .section-10 .felicidad {
        padding-top: 8px; } }
  .section-10 .pack-calidad {
    position: absolute;
    bottom: 10vh;
    right: 5%;
    width: 45vw;
    text-align: center; }
    .section-10 .pack-calidad .pack {
      position: relative;
      max-width: 620px;
      margin-bottom: -4vh; }
    .section-10 .pack-calidad .calidad {
      font-family: 'Lovelo', sans-serif;
      padding: 12px 10px 0;
      display: inline-block;
      line-height: 1;
      font-weight: 300;
      font-size: 1em;
      color: #e2211c;
      background-color: white; }
      @media (max-width: 1439px) {
        .section-10 .pack-calidad .calidad {
          padding-top: 8px; } }

.section-3 {
  background-position: left top; }
  .section-3 .wave {
    top: 0;
    right: 0;
    height: 100vh;
    width: 70vw; }
  .section-3 .felicidad {
    font-family: 'Lovelo', sans-serif;
    padding: 12px 10px 0;
    display: inline-block;
    line-height: 1;
    font-weight: 300;
    font-size: 1em;
    position: absolute;
    bottom: 64vh;
    right: 40%;
    color: #55d63b;
    background-color: white; }
    @media (max-width: 1439px) {
      .section-3 .felicidad {
        padding-top: 8px; } }
  .section-3 .pack-todos {
    position: absolute;
    bottom: 12vh;
    right: 9%;
    width: 36vw;
    text-align: center; }
    .section-3 .pack-todos .pack {
      position: relative;
      width: 70%;
      max-width: 300px;
      margin-bottom: 20px; }
    .section-3 .pack-todos .todos {
      font-family: 'Lovelo', sans-serif;
      padding: 12px 10px 0;
      display: inline-block;
      line-height: 1;
      font-weight: 300;
      font-size: 1em;
      background-color: #00a0e0;
      color: white; }
      @media (max-width: 1439px) {
        .section-3 .pack-todos .todos {
          padding-top: 8px; } }

.section-4 {
  background-position: -250px bottom; 
  background-position: left 15% top 80px;
}
  .section-4 .wave {
    bottom: 0;
    height: 100vh;
    width: auto; }
  .section-4 .logo_disney {
    display: none;
    top: 10vh;
    right: 0;
    width: 15%; }
  .section-4 .suavidad {
    font-family: 'Lovelo', sans-serif;
    padding: 12px 10px 0;
    display: inline-block;
    line-height: 1;
    font-weight: 300;
    font-size: 1em;
    position: absolute;
    top: 20vh;
    right: 42%;
    background-color: #ff1919;
    background-color: white;
    color: white; 
    color: #f90085;
  }
    @media (max-width: 1439px) {
      .section-4 .suavidad {
        padding-top: 8px; } }
  .section-4 .pack-alegria {
    position: absolute;
    bottom: 15vh;
    right: 15%;
    width: 38vw;
    text-align: right; }
    .section-4 .pack-alegria .pack {
      position: relative;
      max-width: 500px; }
    .section-4 .pack-alegria .alegria {
      font-family: 'Lovelo', sans-serif;
      padding: 12px 10px 0;
      display: inline-block;
      line-height: 1;
      font-weight: 300;
      font-size: 1em;
      /* background-color: #ffa200; */
      background-color: #00a0e0;
      transform: translateX(9%);
      color: white; }
      @media (max-width: 1439px) {
        .section-4 .pack-alegria .alegria {
          padding-top: 8px; } }

.section-5 {
  background-position: 110% 10vh;
  background-size: auto 100vh;
  background-size: cover;  }
  .section-5 .wave {
    bottom: 0;
    right: 0;
    height: 100vh;
    width: auto; }
  .section-5 .practico {
    position: absolute;
    top: 22vh;
    right: 55%;
    font-family: 'Lovelo', sans-serif;
    padding: 12px 10px 0;
    display: inline-block;
    line-height: 1;
    font-weight: 300;
    font-size: 1em;
    background-color: #0033ff;
    color: white;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 1439px) {
      .section-5 .practico {
        padding-top: 8px; } }
  .section-5 .pack-unico {
    position: absolute;
    width: 32vw;
    bottom: 12vh;
    right: 10%;
    text-align: center; }
    .section-5 .pack-unico .pack {
      position: relative;
      max-width: 500px;
      margin-bottom: -6vh; }
    .section-5 .pack-unico .unico {
      font-family: 'Lovelo', sans-serif;
      padding: 12px 10px 0;
      display: inline-block;
      line-height: 1;
      font-weight: 300;
      font-size: 1em;
      background-color: white;
      color: #011689;
      padding-left: 15px;
      padding-right: 15px; }
      @media (max-width: 1439px) {
        .section-5 .pack-unico .unico {
          padding-top: 8px; } }

.section-6 {
  background-position: left bottom;
  background-size: 40vw auto;
  background-color: #00a8e1;
  text-align: center; }
  .section-6 .logo-disney {
    width: 22vw;
    height: auto;
    top: 10vh;
    left: 0;
    max-width: 420px; }
  .section-6 .title {
    color: white;
    margin: 22vh auto 0 auto;
    font-size: 0.8em;
    font-weight: 500; }
  .section-6 .pack {
    position: relative;
    width: 30vw;
    height: auto;
    max-width: 500px;
    margin: 5vh auto; }
  .section-6 .lato-rosso {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3.4vw;
    height: 100vh;
    background-color: red;
    border-left: 3px solid black; }
  .section-6 .descubri {
    position: absolute;
    bottom: 10vh;
    right: 0;
    font-size: 0.5em;
    font-weight: 100;
    padding: 10px 80px 10px 30px;
    -webkit-border-top-left-radius: 40px;
    -moz-border-top-left-radius: 40px;
    -o-border-top-left-radius: 40px;
    -ms-border-top-left-radius: 40px;
    border-top-left-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-bottom-left-radius: 40px;
    -o-border-bottom-left-radius: 40px;
    -ms-border-bottom-left-radius: 40px;
    border-bottom-left-radius: 40px;
    bottom: 16.5vh;
    color: red;
    background-color: white;
    z-index: 999; }
  .section-6 .personaggi {
    position: absolute;
    bottom: 20vh;
    right: 0;
    width: 15vw;
    z-index: 1000; }

.section-7 {
  background-position: center center; }
  .section-7 .scoiattolo {
    width: 8vw;
    height: auto;
    top: 16vh;
    left: 0; }
  .section-7 .abandonar {
    position: relative;
    top: 18vh;
    left: 0;
    background: #78ae40;
    background: -moz-linear-gradient(left, #78ae40 0%, #298f47 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #78ae40), color-stop(100%, #298f47));
    background: -webkit-linear-gradient(left, #78ae40 0%, #298f47 100%);
    background: -o-linear-gradient(left, #78ae40 0%, #298f47 100%);
    background: -ms-linear-gradient(left, #78ae40 0%, #298f47 100%);
    background: linear-gradient(to right, #78ae40 0%, #298f47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78ae40', endColorstr='#298f47', GradientType=1 );
    color: white;
    font-size: 0.3em;
    padding: 1.5vh 30px 1.5vh 9vw;
    display: inline-block;
    font-weight: 500;
    line-height: 1.2;
    -webkit-border-top-right-radius: 40px;
    -moz-border-top-right-radius: 40px;
    -o-border-top-right-radius: 40px;
    -ms-border-top-right-radius: 40px;
    border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-bottom-right-radius: 40px;
    -o-border-bottom-right-radius: 40px;
    -ms-border-bottom-right-radius: 40px;
    border-bottom-right-radius: 40px; }
  .section-7 .pack {
    width: 26vw;
    height: auto;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    /* WebKit */
    -moz-transform: translate(-50%, 50%);
    /* Mozilla */
    -o-transform: translate(-50%, 50%);
    /* Opera */
    -ms-transform: translate(-50%, 50%);
    /* Internet Explorer */
    transform: translate(-50%, 50%);
    /* CSS3 */
    max-width: 430px; }
  .section-7 .cane {
    width: 23vw;
    height: auto;
    bottom: 15vh;
    right: 6vw;
    max-width: 440px;
    z-index: 999; }

.section-8 {
  background-position: center bottom; }
  .section-8 .pack {
    width: 75vw;
    height: auto;
    top: 22vh;
    left: 0;
    max-width: 1440px; }
  .section-8 .title {
    position: relative;
    top: 8vh;
    font-size: 1.1em;
    color: white;
    font-weight: 100;
    text-align: center; }
    .section-8 .title b {
      font-weight: 500; }
  .section-8 .pedice {
    position: absolute;
    bottom: 10vh;
    right: 0;
    font-size: 0.5em;
    font-weight: 100;
    padding: 10px 80px 10px 30px;
    -webkit-border-top-left-radius: 40px;
    -moz-border-top-left-radius: 40px;
    -o-border-top-left-radius: 40px;
    -ms-border-top-left-radius: 40px;
    border-top-left-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-bottom-left-radius: 40px;
    -o-border-bottom-left-radius: 40px;
    -ms-border-bottom-left-radius: 40px;
    border-bottom-left-radius: 40px;
    color: #009de0;
    background-color: white;
    bottom: 8vh; }

.section-9 {
  background-position: left 30%;
  background-size: 110% auto;
  display: grid; }
  .section-9 .payoff {
    width: 74vw;
    height: auto;
    top: 25vh;
    left: calc( 50% - 40vw );
    max-width: 1420px; }
  .section-9 .packs {
    position: relative;
    top: 38vh;
    margin: 0 auto; }
    .section-9 .packs .pack-rdc {
      position: relative;
      width: 30vw;
      max-width: 500px; }
    .section-9 .packs .pack-tov {
      position: relative;
      width: 16vw;
      max-width: 280px;
      padding: 0 0 20px 30px; }
  .section-9 .pedice {
    position: absolute;
    bottom: 10vh;
    right: 0;
    font-size: 0.5em;
    font-weight: 100;
    padding: 10px 80px 10px 30px;
    -webkit-border-top-left-radius: 40px;
    -moz-border-top-left-radius: 40px;
    -o-border-top-left-radius: 40px;
    -ms-border-top-left-radius: 40px;
    border-top-left-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-bottom-left-radius: 40px;
    -o-border-bottom-left-radius: 40px;
    -ms-border-bottom-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: red;
    color: white;
    font-weight: 500;
    font-size: 0.6em;
    padding: 10px 50px 10px 40px; }

/*
#section-1 .parallax-0{
	background-color: #008FD4;
}

#section-1 .parallax-1{
	background-image: url(../img/slide/1/1_donna_blanquisimo.png);
	background-repeat: no-repeat;
	background-size: cover;
	// left: 100vw;
}

#section-1 .parallax-2{
	background-image: url(../img/slide/1/2_wave_blanquisimo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	// left: 100vw;
}

#section-1 .parallax-3{
	background-image: url(../img/slide/1/3_claim_pack_blanquisimo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
	background-position-y: bottom;
	// left: 100vw;
}

#section-2 .parallax-0{
	background-image: url(../img/slide/2/0_bg_individuales.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#section-2 .parallax-1{
	background-image: url(../img/slide/2/1_prodotto.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#section-2 .parallax-2{
	background-image: url(../img/slide/2/2_wave_individuales.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
}

#section-2 .parallax-3{
	background-image: url(../img/slide/2/3_claim_pack_individuales.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
	background-position-y: bottom;
}

#section-3 .parallax-0{
	background-color: #ffffff;
}

#section-3 .parallax-1{
	background-image: url(../img/slide/3/1_bg_infinity.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: left;
	right: 0px !important;
}

#section-3 .parallax-2{
	background-image: url(../img/slide/3/2_wave_rdc_infinity.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: right;
	background-position-y: bottom;
	right: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#section-3 .parallax-3{
	background-image: url(../img/slide/3/3_rdc_pack_claim.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: right;
	background-position-y: bottom;
	left: 0px !important;
	right: auto;
}

#section-4 .parallax-0{
	background-color: #ffffff;
}

#section-4 .parallax-1{
	background-image: url(../img/slide/4/1_BG_DISNEY.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#section-4 .parallax-2{
	background-image: url(../img/slide/4/2_wave_disney.png);
	background-repeat: no-repeat;
	background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#section-4 .parallax-3{
	background-image: url(../img/slide/4/3_logodisney.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 4vh;
	left: 0px !important;
	background-position-x: right;
}

#section-4 .parallax-4{
	background-image: url(../img/slide/4/4_fazz_pack10.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#section-4 .parallax-5{
	background-image: url(../img/slide/4/5_fazzdisney_felpita.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#section-4 .parallax-6{
	background-image: url(../img/slide/4/6_suaveyalegre.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#section-5 .parallax-0{
	background-color: #ffffff;
}

#section-5 .parallax-1{
	background-image: url(../img/slide/5/0_BG_servilletas.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#section-5 .parallax-2{
	background-image: url(../img/slide/5/1_wave_servilletas.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#section-5 .parallax-3{
	background-image: url(../img/slide/5/2_claim_pack_servilletas.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: right;
	background-position-y: bottom;
}
*/
#intro {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(9, 1fr); }

.menu-zone {
  background-color: rgba(213, 18, 35, 0.9);
  position: fixed;
  height: 10vh;
  width: 100%;
  z-index: 1;
  top: -10vh;
  border-bottom: 1px solid #000000; }

.d-grid {
  display: grid;
  height: 100vh;
  align-content: end;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 100vw; }

#agenzia .d-grid {
  align-content: center; }

#menu {
  position: fixed;
  width: 300px;
  background-color: rgba(51, 51, 51, 0.9);
  padding: 10vh 1em 1em 1em;
  box-sizing: border-box;
  height: 100%;
  right: -300px;
  top: 0;
  z-index: 0;
  text-align: left;
  font-family: 'arial';
  color: #F1F1F1;
  font-weight: bold;
  font-size: 20px; }

#menu a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-weight: 200; }

#menu a:hover {
  color: rgba(255, 255, 255, 0.9); }

#menu ul {
  list-style-type: none;
  padding-left: none; }

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
  right: 0px !important;
  left: auto !important;
  background-color: transparent !important; }

#nav {
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 2000;
  height: 4em;
  padding: 1em;
  box-sizing: border-box;
  cursor: pointer; }

#nav:hover {
  opacity: .6; }

#masthead {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 10vh;
  min-height: 70px; }

.site-branding {
  height: 100%;
  text-align: center; }

#logo {
  height: 90%;
  width: auto; }

a.link-header-profesional {
  position: absolute;
  top: calc( 50% - 25px );
  right: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  text-decoration: none;
  background-color: #01AEE7;
  color: white;
  text-align: left;
  padding: 8px 20px 8px 30px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-top-left-radius: 40px;
  -o-border-top-left-radius: 40px;
  -ms-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-bottom-left-radius: 40px;
  -o-border-bottom-left-radius: 40px;
  -ms-border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a.link-header-profesional:hover {
    padding-right: 50px; }

.social-links {
  position: absolute;
  top: calc( 50% - ( 30px / 2 ) );
  right: 180px; }
  .social-links > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: auto 30px;
    background-repeat: no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }
    .social-links > a:hover {
      background-position-x: -30px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    .social-links > a#link-facebook {
      background-image: url(../img/social/facebook.png);
      margin-right: 10px; }
    .social-links > a#link-instagram {
      background-image: url(../img/social/instagram.png); }

.arrow-left {
  left: 0 !important;
  right: auto !important;
  position: absolute;
  z-index: 999;
  bottom: 0;
  cursor: pointer;
  padding-left: 20px;
  padding-top: 45vh;
  padding-bottom: 43vh;
  padding-right: 45vw; }
  .arrow-left > img {
    position: static !important; }

.arrow-right {
  right: 0 !important;
  left: auto !important;
  position: absolute;
  z-index: 1010;
  bottom: 0;
  cursor: pointer;
  padding-right: 40px;
  padding-top: 45vh;
  padding-bottom: 43vh;
  padding-left: 45vw; }
  .arrow-right > img {
    position: static !important; }

.arrow-left:hover > img, .arrow-right:hover > img {
  -webkit-transform: scale(120%);
  /* WebKit */
  -moz-transform: scale(120%);
  /* Mozilla */
  -o-transform: scale(120%);
  /* Opera */
  -ms-transform: scale(120%);
  /* Internet Explorer */
  transform: scale(120%);
  /* CSS3 */ }

#menu-header {
  position: fixed;
  top: 10vh;
  height: 5vh;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
  display: grid;
  grid-template-columns: 10% 10% 10% 10%;
  grid-template-rows: 1fr;
  grid-column-gap: 2px;
  justify-content: right; }

.menu-header-item {
  background-color: rgba(0, 47, 135, 0.6);
  text-align: center;
  position: relative; }

.menu-header-item:hover {
  background-color: #FFFF00; }

.menu-header-item.active {
  background-color: #FFFF00; }

.menu-header-item:hover a {
  color: #002F87; }

.menu-header-item.active a {
  color: #002F87; }

.menu-header-item a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  line-height: 5vh;
  display: block;
  width: 100%;
  font-size: 14px; }

#responsive-menu-container #responsive-menu-wrapper {
  position: relative;
  top: 10vh; }

#menu-footer {
  position: fixed;
  bottom: 0px;
  height: 5vh;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2px;
  justify-content: left;
  z-index: 999; }

.menu-footer-item {
  background-color: rgba(0, 47, 135, 0.6);
  text-align: center;
  position: relative; }

.menu-footer-item.linea-disney {
  background-color: #EF9D15; }

.menu-footer-item.empty,
.menu-footer-item.empty:hover {
  background: none !important; }

.menu-footer-item:hover {
  background-color: #ffffff !important; }

.menu-footer-item.active {
  background-color: #ffffff !important; }

.menu-footer-item:hover a {
  color: #002F87; }

.menu-footer-item.active a {
  color: #002F87; }

.menu-footer-item a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  height: 100%;
  line-height: 1.2em;
  display: grid;
  align-content: center;
  padding: 0 5px; }

.menu-footer-item.linea-disney {
  background-color: rgba(239, 157, 21, 0.95); }

.menu-footer-item.linea-kids {
  background-color: rgba(132, 196, 240, 0.95); }

.menu-footer-item.linea-infinity {
  background-color: rgba(165, 15, 124, 0.95); }

.menu-footer-item.linea-fiestas {
  background-color: rgba(228, 0, 43, 0.95); }

#responsive-menu-container {
  background-color: rgba(0, 47, 135, 0.9) !important; }

.parallax-3 h1 {
  font-size: 60px;
  font-weight: 800;
  padding-top: 20px;
  padding-left: 40px; }

.parallax-3 h2.descrizione {
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
  padding-left: 40px;
  max-width: 800px; }

.goffrature-container {
  background-repeat: repeat-x;
  background-size: contain;
  padding: 10px 10px 60px; }
  .goffrature-container .goffrature {
    max-width: 980px;
    margin: 10px auto; }
    .goffrature-container .goffrature h4 {
      text-transform: uppercase;
      font-size: 18px;
      color: white; }
    .goffrature-container .goffrature p {
      font-size: 12px; }
    .goffrature-container .goffrature .goffrature-slider {
      max-width: 600px;
      margin: 20px auto;
      overflow: hidden; }
      .goffrature-container .goffrature .goffrature-slider .anteprima_goffratura {
        float: left;
        width: 25%;
        margin-bottom: 30px; }
        .goffrature-container .goffrature .goffrature-slider .anteprima_goffratura > img {
          display: block;
          width: 120px;
          margin: 0 auto; }

.papel-higienico .goffrature-container {
  background-image: url(../img/layout/bk_goffr_ci.png); }

.rollos-de-cocina .goffrature-container {
  background-image: url(../img/layout/bk_goffr_rdc.png); }
  .rollos-de-cocina .goffrature-container .goffrature-slider {
    max-width: 400px; }
    .rollos-de-cocina .goffrature-container .goffrature-slider .anteprima_goffratura {
      width: 50%; }

body #cboxOverlay, body #colorbox {
  z-index: 99999; }
body #cboxLoadedContent {
  background-color: white; }
body #cboxNext {
  top: 50%;
  right: 8px; }
body #cboxPrevious {
  top: 50%;
  left: 8px; }

/* ----------------------- Category Papel Higienico ------------------------------------- */
.archive {
  background-color: #F2F2F2; }

#intro-papel-higienico {
  overflow: hidden;
  position: relative; }

#intro-papel-higienico .parallax-0 {
  background-image: url(../img/papel-higienico/0-background.png);
  background-repeat: no-repeat;
  background-size: cover; }

#intro-papel-higienico .parallax-1 {
  background-image: url(../img/papel-higienico/1-wave.png);
  background-repeat: no-repeat;
  background-size: cover; }

#intro-papel-higienico .parallax-2 {
  background-image: url(../img/sfondi-prodotti/papel-higienico.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

/* ----------------------- Category Rollos de Cocina ------------------------------------- */
#intro-rollos-de-cocina .parallax-2 {
  background-image: url(../img/sfondi-prodotti/rdc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

/* ----------------------- Category Servilletas ------------------------------------- */
#intro-servilletas .parallax-2 {
  background-image: url(../img/sfondi-prodotti/Tov.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

/* ----------------------- Category Panuelos ------------------------------------- */
#intro-panuelos .parallax-2 {
  background-image: url(../img/sfondi-prodotti/fazzoletti.png);
  background-image: url(../img/sfondi-prodotti/fazzoletti-new-min.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

/* ----------------------- Category Individuales ------------------------------------- */
#intro-individuales .parallax-2 {
  background-image: url(../img/sfondi-prodotti/individuales-back.png);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: center center; }

#intro-papel-higienico .parallax-3 {
  color: #ffffff;
  padding-top: 10vh; }

.arrow-down {
  position: absolute;
  z-index: 0;
  left: calc(50% - 42px);
  cursor: pointer;
  bottom: 65px !important;
  top: auto !important; }

#category-list {
  padding-top: 10vh;
  height: auto;
  padding-bottom: 10vh;
  overflow: hidden; }

#category-list h2 {
  color: #193878;
  font-weight: 800;
  padding-top: 20px;
  padding-left: 40px;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 0px; }

.category-list-item {
  width: 48%;
  float: left;
  border-bottom: 2px solid #2566EC;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  height: 595px; }
  .category-list-item > a {
    display: block;
    width: 50%;
    position: relative;
    height: 530px;
    text-decoration: none; }
    .category-list-item > a .wp-post-image {
      width: 100%;
      position: relative;
      margin: 40px 0 80px 0; }
    .category-list-item > a .vedi3d {
      position: relative;
      width: 100%;
      text-align: center;
      font-size: 12px;
      font-weight: 500;
      color: #999;
      top: -130px; }
      .category-list-item > a .vedi3d > img {
        width: 35px; }
    .category-list-item > a.not-colorbox {
      cursor: default; }
      .category-list-item > a.not-colorbox .vedi3d {
        display: none; }

.category-list-item .post-thumbnail:hover ~ a .category-list-item-button {
  background-color: #FFFF00;
  color: #2566EC; }

.category-list-item-button {
  background-color: #2566EC;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 15px;
  cursor: pointer;
  width: 50%; }

.category-list-item-button:hover {
  background-color: #FFFF00;
  color: #2566EC; }

.category-list-item-button-mobile,
.category-box-area-formati-mobile {
  display: none; }

.clear {
  clear: both; }

.category-box-area-formati {
  font-size: 22px;
  color: #2566EC;
  min-height: 33px;
  position: relative;
  top: 30px; }

.category-box-area-formati .titolo_altri_formati,
.category-box-area-formati-mobile .titolo_altri_formati {
  font-size: 14px;
  color: #002F87;
  display: inline-block;
  margin-right: 5px; }

.category-box-area-formati a {
  color: #002F87;
  text-decoration: none; }

.category-box-area-formati a.formato-attivo {
  color: #01AEE7; }

.category-box-area-formati a:hover {
  color: #2566EC;
  text-decoration: none; }

.category-list-item a.post-thumbnail {
  cursor: default; }

.category-list-item {
  /*
  &.category-rollos-de-cocina {
  	.scheda .inner-sheet {
  		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  	}
  }
  */ }
  .category-list-item .scheda {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    display: grid;
    height: 100%;
    padding-bottom: 50px; }
    .category-list-item .scheda .inner-sheet {
      display: grid;
      background-color: #cccccc;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: auto;
      padding-top: 5px;
      padding-bottom: 5px;
      align-items: center;
      height: 180px; }
      .category-list-item .scheda .inner-sheet .inner-sheet-label {
        grid-column: 1 / 3;
        margin-left: 20px;
        color: #002F87;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        font-weight: 600; }
      .category-list-item .scheda .inner-sheet .inner-sheet-value {
        grid-column: 3 / 5;
        margin-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #002F87;
        font-size: 12px; }
      .category-list-item .scheda .inner-sheet div:nth-last-child(2) {
        border-bottom: none; }
      .category-list-item .scheda .inner-sheet div:last-child {
        border-bottom: none; }

.category-list-item .scheda .inner-text {
  position: relative;
  height: 253px; }
  .category-list-item .scheda .inner-text h3 {
    color: #999999;
    font-weight: 600;
    font-size: 14px; }
  .category-list-item .scheda .inner-text p {
    color: #999999;
    font-size: 12px; }
  .category-list-item .scheda .inner-text .link_esterno {
    color: #999999;
    font-size: 13px; }
    .category-list-item .scheda .inner-text .link_esterno:hover {
      text-decoration: none; }

.category-list-item .scheda .inner-sheet-title-wrapper {
  position: relative;
  height: 110px; }
  .category-list-item .scheda .inner-sheet-title-wrapper .inner-sheet-title {
    position: absolute;
    right: 0px;
    color: #002F87;
    background-color: #FFFF00;
    bottom: 0px;
    width: 60%;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    font-size: 16px; }

#category-list .category-individuales {
  height: 600px; }
#category-list .decori-individuales {
  float: left;
  width: 48%;
  padding: 0 40px; }
  #category-list .decori-individuales .titolo_decori {
    font-size: 16px;
    font-weight: 500;
    margin: 40px 0;
    text-align: center;
    color: #999999; }
  #category-list .decori-individuales .box-decori-individuales {
    padding: 40px 20px 0;
    position: relative;
    height: 600px; }
    #category-list .decori-individuales .box-decori-individuales .decoro-slider {
      width: 90%;
      margin: 0 auto; }
      #category-list .decori-individuales .box-decori-individuales .decoro-slider .slick-prev {
        left: -45px; }
      #category-list .decori-individuales .box-decori-individuales .decoro-slider .slick-prev::before, #category-list .decori-individuales .box-decori-individuales .decoro-slider .slick-next::before {
        color: #666;
        font-size: 40px; }
    #category-list .decori-individuales .box-decori-individuales .decoro-singolo {
      display: inline-block;
      padding-bottom: 10px; }
      #category-list .decori-individuales .box-decori-individuales .decoro-singolo .immagine_decoro {
        width: 70%;
        max-width: 570px;
        margin: 0 auto;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.5);
        box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.5); }

/* ----------------------- Category Rollos de cocina ------------------------------------- */
#intro-rollos-de-cocina {
  overflow: hidden;
  position: relative; }

#intro-rollos-de-cocina .parallax-0 {
  background-image: url(../img/papel-higienico/0-background.png);
  background-repeat: no-repeat;
  background-size: cover; }

#intro-rollos-de-cocina .parallax-1 {
  background-image: url(../img/papel-higienico/1-wave.png);
  background-repeat: no-repeat;
  background-size: cover; }

#intro-rollos-de-cocina .parallax-2 {
  /* sostituire con immagine rotoli da cucina */
  background-image: url(../img/sfondi-prodotti/rdc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

#intro-rollos-de-cocina .parallax-3 {
  color: #ffffff;
  padding-top: 10vh; }

/* ----------------------- Category Servilletas ------------------------------------- */
#intro-servilletas {
  overflow: hidden;
  position: relative; }

#intro-servilletas .parallax-0 {
  background-image: url(../img/papel-higienico/0-background.png);
  background-repeat: no-repeat;
  background-size: cover; }

#intro-servilletas .parallax-1 {
  background-image: url(../img/papel-higienico/1-wave.png);
  background-repeat: no-repeat;
  background-size: cover; }

#intro-servilletas .parallax-2 {
  /* sostituire con immagine tovaglioli */
  /* background-image: url(../img/papel-higienico/2-product.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

#intro-servilletas .parallax-3 {
  color: #ffffff;
  padding-top: 10vh; }

/* ----------------------- Category Panuelos ------------------------------------- */
#intro-panuelos {
  overflow: hidden;
  position: relative; }

#intro-panuelos .parallax-0 {
  background-image: url(../img/papel-higienico/0-background.png);
  background-repeat: no-repeat;
  background-size: cover; }

#intro-panuelos .parallax-1 {
  background-image: url(../img/papel-higienico/1-wave.png);
  background-repeat: no-repeat;
  background-size: cover; }

#intro-panuelos .parallax-2 {
  /* sostituire con immagine tovaglioli */
  /* background-image: url(../img/papel-higienico/2-product.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

#intro-panuelos .parallax-3 {
  color: #ffffff;
  padding-top: 10vh; }

/* ----------------------- Category Individuales ------------------------------------- */
#intro-individuales {
  overflow: hidden;
  position: relative; }

#intro-individuales .parallax-0 {
  background-image: url(../img/papel-higienico/0-background.png);
  background-repeat: no-repeat;
  background-size: cover; }

#intro-individuales .parallax-1 {
  background-image: url(../img/papel-higienico/1-wave.png);
  background-repeat: no-repeat;
  background-size: cover; }

#intro-individuales .parallax-2 {
  /* sostituire con immagine tovaglioli */
  /* background-image: url(../img/papel-higienico/2-product.png); */
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: center 150px; }
  #intro-individuales .parallax-2 .pack-individuales {
    display: block;
    width: 35vw;
    max-width: 600px;
    margin: 25vh auto; }

#intro-individuales .parallax-3 {
  color: #ffffff;
  padding-top: 10vh; }
  #intro-individuales .parallax-3 h2.descrizione {
    width: 33%; }

/* ----------------------- Modal ------------------------------------- */
body.category-papel-higienico #cboxOverlay,
body.category-rollos-de-cocina #cboxOverlay {
  background-color: #F2F2F2; }

.modal {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  max-width: 1000px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 0px; }

.blocker {
  background-color: rgba(0, 0, 0, 0.4); }

.modal-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: 1fr auto 1fr;
  margin-left: 20px;
  margin-right: 20px; }

.modal-inner-image {
  grid-column: 1 / 2;
  grid-row: 1 / 4; }

.modal-inner-text p {
  color: #999999; }

.modal-inner-text {
  grid-column: 2 / 3;
  grid-row: 2 / 3; }
  .modal-inner-text h3 {
    color: #999999;
    font-weight: 600; }
  .modal-inner-text h3.modal-inner-text-title {
    text-transform: uppercase;
    color: #002F87;
    font-size: 32px;
    border-bottom: 1px solid #2566EC;
    margin-bottom: 0px;
    font-weight: 800; }

.modal-inner-sheet {
  display: grid;
  background-color: #cccccc;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  padding-top: 5px;
  padding-bottom: 5px; }
  .modal-inner-sheet .modal-inner-sheet-label {
    grid-column: 1 / 4;
    margin-left: 20px;
    color: #002F87;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff; }
  .modal-inner-sheet .modal-inner-sheet-value {
    grid-column: 4 / 5;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff; }
  .modal-inner-sheet div:nth-last-child(2) {
    border-bottom: none; }
  .modal-inner-sheet div:last-child {
    border-bottom: none; }

.modal-inner-sheet-title-wrapper {
  position: relative; }
  .modal-inner-sheet-title-wrapper .modal-inner-sheet-title {
    position: absolute;
    right: 0px;
    color: #002F87;
    background-color: #FFFF00;
    bottom: 0px;
    width: 25%;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    font-size: 22px; }

.data-visibile-yes {
  display: block; }

.data-visibile-no {
  display: none; }

body.page-id-454 article.page {
  margin-top: 10px; 
  padding: 20px 0 30px; }

body.page-id-473 {
  margin-bottom: 0;
  background-color: #2566EC; }
  body.page-id-473 .site-main {
    padding-top: 12vh;
    height: 100%;
    color: white; }
    body.page-id-473 .site-main article.page {
      width: 80%;
      max-width: 860px;
      margin: 0 auto;
      font-size: 16px; }
      body.page-id-473 .site-main article.page .wpcf7-form .row .form-group {
        overflow: hidden;
        margin-bottom: 25px; }
        body.page-id-473 .site-main article.page .wpcf7-form .row .form-group label {
          float: left;
          width: 30%;
          padding-left: 5%; }
        body.page-id-473 .site-main article.page .wpcf7-form .row .form-group .wpcf7-form-control-wrap {
          float: left;
          width: 60%; }
          body.page-id-473 .site-main article.page .wpcf7-form .row .form-group .wpcf7-form-control-wrap input, body.page-id-473 .site-main article.page .wpcf7-form .row .form-group .wpcf7-form-control-wrap textarea {
            padding: 6px 10px;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            width: 100%; }
        body.page-id-473 .site-main article.page .wpcf7-form .row .form-group .wpcf7-submit {
          margin: 40px auto;
          padding: 10px 30px;
          display: block;
          font-size: 16px;
          background-color: white;
          color: #002F87;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -o-border-radius: 12px;
          -ms-border-radius: 12px;
          border-radius: 12px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          border: 0;
          cursor: pointer; }
          body.page-id-473 .site-main article.page .wpcf7-form .row .form-group .wpcf7-submit:hover {
            background-color: #002F87;
            color: white; }
      body.page-id-473 .site-main article.page .wpcf7-form .row a {
        color: white;
        font-weight: 500; }
        body.page-id-473 .site-main article.page .wpcf7-form .row a:hover {
          color: rgba(255, 255, 255, 0.7); }

.mini-footer {
  font-size: 14px; }
  .mini-footer a img {
    width: 150px;
    height: auto;
    margin-left: 20px;
    padding: 8px 10px;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }

.site-main.generica {
  max-width: 1024px;
  margin: 20px auto;
  padding: 40px 15px; }
  .site-main.generica p, .site-main.generica ol {
    color: #999999;
    font-size: 14px; }
  .site-main.generica a {
    color: #2566EC; }
    .site-main.generica a:hover {
      color: #002F87; }

body.page-template-blog {
  background-color: #01AEE7; }
  body.page-template-blog .header-blog {
    margin: 15vh auto 20px auto;
    max-width: 980px; }
    body.page-template-blog .header-blog p {
      font-size: 14px;
      font-weight: 400; }
  body.page-template-blog .fascia-autori {
    margin: 30px auto 0;
    max-width: 980px;
    background-color: white;
    padding: 15px;
    display: none; }
    body.page-template-blog .fascia-autori .autori {
      margin: 15px 0;
      padding-left: 0;
      overflow: hidden; }
      body.page-template-blog .fascia-autori .autori li {
        list-style: none;
        float: left;
        width: 33.3333%; }
        body.page-template-blog .fascia-autori .autori li a.immagine_autore {
          display: block;
          padding: 0 10px;
          text-decoration: none; }
          body.page-template-blog .fascia-autori .autori li a.immagine_autore .immagine {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
            border: 1px solid #ccc;
            display: flex;
            width: 50%;
            margin: 0 auto; }
          body.page-template-blog .fascia-autori .autori li a.immagine_autore .nome_autore {
            text-align: center;
            font-size: 16px;
            margin-top: 10px; }
          body.page-template-blog .fascia-autori .autori li a.immagine_autore:hover img {
            opacity: 0.7; }
          body.page-template-blog .fascia-autori .autori li a.immagine_autore:hover .nome_autore {
            color: steelblue; }

body.single-blog, body.single-autori_blog {
  background-color: #01AEE7; }
  body.single-blog .site-main, body.single-autori_blog .site-main {
    background-color: white;
    max-width: 980px;
    margin: 15vh auto; }
    body.single-blog .site-main article, body.single-autori_blog .site-main article {
      margin-bottom: 40px; }
      body.single-blog .site-main article .entry-header, body.single-autori_blog .site-main article .entry-header {
        background-color: #01AEE7;
        padding: 15px; }
      body.single-blog .site-main article .entry-content, body.single-autori_blog .site-main article .entry-content {
        padding: 15px;
        overflow: hidden; }
        body.single-blog .site-main article .entry-content .immagine-post, body.single-blog .site-main article .entry-content video, body.single-autori_blog .site-main article .entry-content .immagine-post, body.single-autori_blog .site-main article .entry-content video {
          width: 40%;
          float: left;
          margin-right: 10px; }
        body.single-blog .site-main article .entry-content p, body.single-autori_blog .site-main article .entry-content p {
          margin-top: 0; }
        body.single-blog .site-main article .entry-content a, body.single-autori_blog .site-main article .entry-content a {
          color: steelblue; }
          body.single-blog .site-main article .entry-content a:hover, body.single-autori_blog .site-main article .entry-content a:hover {
            text-decoration: none; }
      body.single-blog .site-main article .entry-meta, body.single-autori_blog .site-main article .entry-meta {
        overflow: hidden;
        font-size: 14px;
        margin-bottom: 20px; }
        body.single-blog .site-main article .entry-meta a.torna-blog, body.single-autori_blog .site-main article .entry-meta a.torna-blog {
          color: white;
          font-weight: 400;
          margin: 0;
          float: right;
          text-decoration: none; }
          body.single-blog .site-main article .entry-meta a.torna-blog:hover, body.single-autori_blog .site-main article .entry-meta a.torna-blog:hover {
            text-decoration: underline; }
      body.single-blog .site-main article .entry-header h1, body.single-autori_blog .site-main article .entry-header h1 {
        font-size: 40px;
        margin-bottom: 20px; }
      body.single-blog .site-main article p, body.single-autori_blog .site-main article p {
        color: #666;
        font-size: 14px;
        line-height: 1.8;
        font-weight: 400; }
    body.single-blog .site-main .post-navigation, body.single-autori_blog .site-main .post-navigation {
      background-color: #01AEE7;
      padding: 15px 0; }
    body.single-blog .site-main .nav-links a, body.single-autori_blog .site-main .nav-links a {
      font-size: 12px;
      color: #333; }
      body.single-blog .site-main .nav-links a:hover, body.single-autori_blog .site-main .nav-links a:hover {
        color: steelblue; }

body.error404 section.error-404 {
  height: 100vh;
  background-color: #65aee9;
  text-align: center;
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 0 5%; }
  body.error404 section.error-404 .page-header h1 {
    font-size: 6em;
    font-weight: bold; }
  body.error404 section.error-404 .page-content h4 {
    font-size: 1.6em;
    color: white;
    margin-bottom: 40px; }
  body.error404 section.error-404 .page-content img {
    width: 90%;
    max-width: 500px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
