/*!
Theme Name: freydoz
Theme URI: http://underscores.me/
Author: Alessandro Vecchiato
Author URI: http://www.alessandrovecchiato.com
Description: Description
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: freydoz
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.

OSM Franchising 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
--------------------------------------------------------------*/
/* Reveal */
/* Sweep To Top */
/* Sweep To Left */
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.full-width, .hero, .sidebar-home-content, .sidebar-footer-content, .panel-image, .clienti-giorgio-freydoz, .eventi-corsi, .eventi-corsi .eventi-giorgio-freydoz {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/*
    Flex direction
 */
.clienti-giorgio-freydoz {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.full-width, .sidebar-home-content, .sidebar-footer-content, .panel-image, .eventi-corsi {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/*
    Flex wrap
 */
.clienti-giorgio-freydoz, .eventi-corsi .eventi-giorgio-freydoz {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
.panel-image {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.hero {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }

/*
    Align items
 */
.panel-image {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

/*
    Align self
 */
.panel-image-prop, .clienti-preview, .eventi-corsi .eventi-preview {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start; }

.hero .hero-title {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center; }

/*
    Align content
 */
.eventi-corsi .eventi-giorgio-freydoz {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start; }

/*---------------- Full Width Bar --------------------*/
.full-width {
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (min-width: 769px) {
    .full-width {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: left;
      padding: 2em 0; } }

/*---------------- Columns --------------------*/
.half {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%; }
  @media (min-width: 769px) {
    .half {
      width: 50%; }
      .half:first-child {
        padding-right: 2.5em; } }

.right {
  margin-left: auto; }

/*---------------- Middle --------------------*/
.middle-content {
  width: 100%;
  padding: 1em 0; }

/*---------------- Hero --------------------*/
.hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  .hero .hero-title {
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: center;
    width: 100%;
    padding: 2.5em 1em; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #272525;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.1;
  font-family: "Pragati Narrow", sans-serif; }

h1 {
  font-size: 2.4em;
  padding-top: 2em;
  padding-bottom: 2em;
  font-weight: 900; }
  @media (min-width: 1025px) {
    h1 {
      font-size: 2.6em; } }

h2 {
  font-size: 2.2em;
  margin-top: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  font-weight: 800; }
  @media (min-width: 1025px) {
    h2 {
      font-size: 2.4em; } }

h3 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.5em;
  font-weight: 700; }
  @media (min-width: 1025px) {
    h3 {
      font-size: 2.2em; } }

h4 {
  font-size: 1.45em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700; }
  @media (min-width: 1025px) {
    h4 {
      font-size: 1.65em; } }

h5 {
  font-size: 1.1em;
  margin-top: 0;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-weight: 600; }
  @media (min-width: 1025px) {
    h5 {
      font-size: 1.3em; } }

h6 {
  font-size: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  @media (min-width: 1025px) {
    h6 {
      font-size: 1.25em; } }

p {
  padding-top: 0.25em;
  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. */ }
  body [data-aos-duration='4000'] [data-aos],
  body [data-aos][data-aos][data-aos-duration='4000'] {
    transition-duration: 4000ms; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

section {
  padding: 0;
  margin: 0;
  border: 0; }

ul, ol {
  margin: 0;
  padding-left: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0; }

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: 0;
  line-height: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

td,
th {
  padding: 3em 1.5em; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 3px solid #2B83B4;
  border-color: #2B83B4;
  border-radius: 0px;
  background: #2B83B4;
  color: #fff;
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.8em 4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: 3px solid #2B83B4;
    background: #fff;
    color: #2B83B4; }
  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: #2B83B4; }

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: 0px;
  padding: 10px;
  font-size: 95%; }
  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%;
  background: linear-gradient(90deg, #fff 20px, transparent 1%) center, linear-gradient(#fff 20px, transparent 1%) center, #2B83B4;
  background-size: 22px 22px; }

.nf-before-form-content {
  display: none; }

.wp-block-ninja-forms-form {
  padding-top: 1em;
  padding-bottom: 30px; }

.submit-wrap {
  margin-top: 15px; }

.nf-error-msg,
.nf-error-field-errors {
  display: none; }

.nf-field-element textarea {
  height: 170px !important; }

.nf-field-container,
#ninja_forms_required_items {
  clear: none !important; }

.nf-field-container,
#ninja_forms_required_items {
  margin-bottom: 5px !important; }

.nf-field-label label {
  font-weight: 200 !important; }

.nf-form-title {
  display: none; }

.left-field {
  width: 49%;
  float: left;
  margin-right: 1%; }

.right-field {
  width: 49%;
  float: left;
  margin-left: 1%; }

.full-field {
  width: 100%;
  float: left; }

.textarea-wrap {
  float: left;
  width: 100%; }

@media (min-width: 769px) {
  .single-soluzioni .nf-form-cont {
    width: 50%; } }

@media (min-width: 769px) {
  .widget .nf-form-cont {
    padding: 0 1em; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2B83B4;
  text-decoration: none; }
  a:visited {
    color: #2B83B4; }
  a:hover, a:focus, a:active {
    color: #2B83B4; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.menu-button {
  position: absolute;
  right: 5px;
  top: 0;
  margin-top: 50px;
  margin-right: 5px;
  z-index: 99999;
  border: none;
  background: none;
  padding: 0; }

.main-navigation button:hover,
.main-navigation button:focus {
  background: none; }

.main-navigation ul {
  display: none; }

.main-navigation.toggled {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center; }
  .main-navigation.toggled ul {
    display: block;
    margin-top: 90px;
    margin-left: 0;
    padding-left: 0;
    padding: 25px 0;
    list-style-type: none;
    background-color: #272525; }
    .main-navigation.toggled ul ul {
      background: none; }
      .main-navigation.toggled ul ul li {
        margin: 0;
        padding: 5px 0; }
        .main-navigation.toggled ul ul li a {
          font-style: italic;
          font-size: 80%;
          text-transform: none; }
    .main-navigation.toggled ul li {
      padding: 1.5em 0; }
      .main-navigation.toggled ul li a {
        text-transform: uppercase;
        text-decoration: none;
        font-style: normal;
        font-size: 90%;
        letter-spacing: 2px;
        color: #fff;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s; }
  .main-navigation.toggled .sub-menu {
    padding: 0;
    margin: 0; }

@media (min-width: 769px) {
  .main-navigation {
    display: block;
    min-height: 70px;
    text-align: center;
    float: right;
    margin-top: 0;
    font-family: "Pragati Narrow", sans-serif; }
    .main-navigation ul {
      list-style: none;
      text-align: right;
      min-height: 70px;
      padding-top: 0;
      margin-top: 0; }
      .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        line-height: 2.5em;
        text-align: center;
        float: left;
        display: none;
        position: absolute;
        top: 55px;
        left: -10px;
        height: auto;
        padding: 0; }
        .main-navigation ul ul ul {
          left: 0;
          top: 0; }
        .main-navigation ul ul li {
          float: none;
          width: 100%;
          padding: 0 5px;
          margin: 0;
          height: 40px;
          margin-bottom: 0; }
          .main-navigation ul ul li a {
            padding: 0 10px;
            height: 65px;
            margin-bottom: 0; }
          .main-navigation ul ul li ul {
            left: 200px; }
          .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
            left: 189px;
            top: -1px; }
        .main-navigation ul ul a {
          width: 200px; }
      .main-navigation ul li:hover > ul,
      .main-navigation ul li.focus > ul {
        display: block;
        left: -10px;
        padding: 0; }
    .main-navigation li {
      float: left;
      text-align: center;
      line-height: 1;
      margin: 25px 0 0 2.5em; }
      .main-navigation li a {
        display: inline-block;
        width: auto;
        text-transform: uppercase;
        text-decoration: none;
        font-style: normal;
        color: #4A4A4A; }
        .main-navigation li a:hover {
          color: #2B83B4;
          -o-transition: .5s;
          -ms-transition: .5s;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          transition: .5s; }
    .main-navigation li.franchising a {
      z-index: 98; }
    .main-navigation .current_page_item a, .main-navigation .current-menu-item a {
      border-bottom: 4px solid #2B83B4; }

  .main-navigation.toggled ul {
    display: none; }
  .main-navigation.toggled .menu-button {
    display: block; }

  .menu-button {
    display: none; }

  .main-navigation ul {
    display: block; } }
/*--------------------------------------------------------------
# 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: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #4A4A4A;
    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 {
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*Sidebar Home*/
.widget-home-area {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
  padding: 4em 0; }

.sidebar-home-content {
  width: 100%;
  max-width: 1200px;
  padding: 0 0.5em;
  margin: 0 auto;
  text-align: left; }
  @media (min-width: 769px) {
    .sidebar-home-content {
      padding: 0 2em; } }
  @media (min-width: 769px) {
    .sidebar-home-content {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: left; } }

.widget-home {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }
  @media (min-width: 769px) {
    .widget-home {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      width: 50%;
      padding-right: 4em;
      padding-left: 0;
      margin-bottom: 0; } }
  .widget-home:last-child {
    padding-left: 4em;
    padding-right: 0; }
  .widget-home h3 {
    color: #fff;
    text-shadow: 0px 2px 2px #141414; }

/*Sidebar Footer*/
.widget-footer-area {
  background-color: #fff;
  font-size: 130%; }

.sidebar-footer-content {
  width: 100%;
  max-width: 1200px;
  padding: 0 0.5em;
  margin: 0 auto;
  text-align: left; }
  @media (min-width: 769px) {
    .sidebar-footer-content {
      padding: 0 2em; } }
  @media (min-width: 769px) {
    .sidebar-footer-content {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: left; } }
  .sidebar-footer-content .widget {
    margin: 0 auto; }
  .sidebar-footer-content a span:hover {
    text-decoration: underline; }

.sidebar-footer-content .widget {
  padding: 3em 1em; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.site-content {
  width: 100%;
  max-width: 1200px;
  padding: 0 0.5em;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .site-content {
      padding: 0 2em; } }

.content-area {
  margin-top: 70px; }

.nav-links,
.edit-link {
  display: none; }

.blog .content-area {
  margin-top: 2em; }
  @media (min-width: 769px) {
    .blog .content-area {
      margin-top: 3em; } }
.blog article {
  width: 100%;
  margin-bottom: 2.5em;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  -moz-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  background-color: #fff;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }
  @media (min-width: 769px) {
    .blog article:hover {
      -webkit-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.95);
      -moz-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.95);
      box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.95); } }
  .blog article .entry-header,
  .blog article .entry-content,
  .blog article .entry-footer {
    padding: 0.5em 2em; }
  .blog article .entry-header {
    padding: 1em 2em 0 2em; }
  .blog article .entry-footer {
    padding: 0 2em 3em 2em; }
  .blog article .entry-meta {
    color: #666;
    font-style: italic; }

.single-post article {
  margin-top: 3em;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  -moz-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  background-color: #fff;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  padding-top: 1em; }
  @media (min-width: 769px) {
    .single-post article {
      max-width: 750px; }
      .single-post article:hover {
        -webkit-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.95);
        -moz-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.95);
        box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.95); } }
  .single-post article .entry-footer {
    display: none; }
.single-post .entry-header,
.single-post .entry-content,
.single-post .entry-footer,
.single-post .post-navigation {
  position: relative;
  padding: 0.5em 2em; }
  @media (min-width: 769px) {
    .single-post .entry-header,
    .single-post .entry-content,
    .single-post .entry-footer,
    .single-post .post-navigation {
      padding: 0.8em 3em; } }
.single-post .post-thumbnail {
  margin: 0;
  padding: 0;
  width: 100%; }
.single-post .posted-on,
.single-post .byline {
  background-color: #0076B7;
  font-size: 80%;
  padding: 0.5% 2%;
  color: #fff; }
  .single-post .posted-on a,
  .single-post .byline a {
    color: #fff; }
.single-post .byline {
  background-color: #00AAF3; }
.single-post .entry-footer {
  color: #666; }
  .single-post .entry-footer a {
    color: #666; }

.header-content {
  width: 100%;
  max-width: 1200px;
  padding: 0 0.5em;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .header-content {
      padding: 0 2em; } }

/* HEADER */
.site-header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 2px 9px 0px rgba(84, 83, 64, 0.15);
  -moz-box-shadow: 0px 2px 9px 0px rgba(84, 83, 64, 0.15);
  box-shadow: 0px 2px 9px 0px rgba(84, 83, 64, 0.15);
  width: 100%;
  position: fixed;
  z-index: 99999; }

.site-branding {
  width: auto; }
  .site-branding img {
    max-width: 200px; }

/* FOOTER */
.site-footer {
  background-color: #fff;
  border-bottom: 20px solid #F0F0F2;
  padding: 1.5em 0;
  font-size: 80%;
  text-align: center;
  position: relative; }
  @media (min-width: 769px) {
    .site-footer {
      padding: 2.5em 0;
      text-align: left; } }

.site-info {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  .site-info section {
    margin-right: 6px; }

.privacy-menu {
  display: inline-block; }
  .privacy-menu li {
    width: auto;
    padding-right: 0.5em; }
  .privacy-menu li:before {
    content: "\007c";
    display: inline-block;
    margin-right: 6px; }

/* HERO IMAGE */
.panel-image {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  margin-top: 2em;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  -moz-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  background-color: #fff;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

.panel-image:hover {
  -webkit-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.95);
  -moz-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.95);
  box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.95); }

.panel-image-prop {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: left;
  color: #fff;
  font-size: 120%;
  font-weight: 700;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.2em;
  padding: 2em; }
  @media (min-width: 769px) {
    .panel-image-prop {
      max-width: 500px; } }

@media only screen and (min-width: 768px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%; }

  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%; }

  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto; } }
.wp-block-cover-image {
  margin-bottom: 0; }

.black {
  background-color: #171C22;
  color: #fff; }

.grey {
  background-color: #F0F0F2;
  padding: 2.5em; }

.blue {
  background-color: #1D4D66;
  color: #fff; }

.bkg-home {
  min-height: 700px; }

.page-template-fullwidth-template .hentry {
  width: 100%;
  max-width: 100%; }

.block {
  min-height: 500px;
  height: 100%; }

@media (min-width: 769px) {
  .wp-block-column:first-child {
    padding-right: 2em; } }
.wp-block-column:nth-child(2) {
  display: block; }
  @media (min-width: 769px) {
    .wp-block-column:nth-child(2) {
      padding-left: 2em; } }

.content {
  width: 100%;
  max-width: 1200px;
  padding: 0 0.5em;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .content {
      padding: 0 2em; } }

.service-header {
  background-color: #46464E;
  min-height: 30px;
  width: 100%;
  font-size: 80%;
  font-weight: 200;
  padding: 5px 0; }
  .service-header ul li {
    display: inline;
    color: #fff; }
  .service-header ul a {
    color: #fff; }

.contactmenu {
  float: left;
  font-size: 90%; }
  .contactmenu li {
    padding-right: 6px; }
    @media (min-width: 769px) {
      .contactmenu li {
        padding-right: 20px; } }

.socialmenu {
  float: right; }
  .socialmenu li {
    padding-left: 6px; }
    @media (min-width: 769px) {
      .socialmenu li {
        padding-left: 20px; } }

.wp-block-cover-image .wp-block-cover-image-text {
  width: 100%;
  max-width: 1200px;
  padding: 0 0.5em;
  margin: 0 auto;
  text-shadow: 0px 2px 2px #323232; }
  @media (min-width: 769px) {
    .wp-block-cover-image .wp-block-cover-image-text {
      padding: 0 2em; } }

.wp-block-columns {
  display: block;
  padding: 4em 0; }
  @media (min-width: 769px) {
    .wp-block-columns {
      display: flex; } }

.tipo-filtro-menu {
  padding: 3em 1em;
  text-align: center; }
  .tipo-filtro-menu li {
    display: inline;
    font-size: 130%;
    padding: 0 0.5em;
    border-right: 1px solid #ccc; }
    .tipo-filtro-menu li:last-child {
      border-right: none; }

.clienti-preview {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 33.33%;
  padding: 0.5em;
  text-align: center; }
  .clienti-preview figure {
    -webkit-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
    -moz-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
    box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
    background-color: #fff; }
  @media (min-width: 769px) {
    .clienti-preview {
      width: 20%; } }

@media (min-width: 769px) {
  .eventi-corsi {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
.eventi-corsi .eventi-giorgio-freydoz {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  margin-top: 30px; }
  @media (min-width: 769px) {
    .eventi-corsi .eventi-giorgio-freydoz {
      width: 68%;
      margin-right: 1em; } }
.eventi-corsi .eventi-preview {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 47%;
  margin: 1.5%; }
  .eventi-corsi .eventi-preview:first-child {
    width: 97%; }
  .eventi-corsi .eventi-preview figure img {
    width: 100%; }
  .eventi-corsi .eventi-preview h3 {
    color: #2B83B4; }
  .eventi-corsi .eventi-preview section {
    padding: 1em; }
.eventi-corsi .eventi-sidebar {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  margin-top: 30px; }
  @media (min-width: 769px) {
    .eventi-corsi .eventi-sidebar {
      width: 28%;
      margin-left: 1em; } }
.eventi-corsi .widget {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  -moz-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  background-color: #fff;
  margin: 1.5% 0 1em 0; }
  .eventi-corsi .widget li {
    border-bottom: 1px solid #D0CDCD;
    padding: 0.5em;
    font-size: 95%; }
    .eventi-corsi .widget li a {
      color: #4A4A4A; }
.eventi-corsi .widget-title {
  background-color: #2B83B4;
  color: #fff;
  padding: 0.15em 0.25em; }

.eventi-preview {
  width: 50%;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  -moz-box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  box-shadow: 0px 0px 19px 0px rgba(77, 75, 77, 0.45);
  background-color: #fff; }

/*--------------------------------------------------------------
## 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; }

/*# sourceMappingURL=style.css.map */
