/*
	Theme Name: Cbs Serramenti
	Description: Cbs Serramenti WordPress Theme
	Version: 1.4.3
	Author: Vincenzo Pandico
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element */
html {
  font-size: 100%;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.66em;
  color: #000;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 0;
}
ul,
ul ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
ul li,
ul ul li {
  display: inline-block;
  position: relative;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 0;
}
.alignleft {
  float: left;
  margin: 0;
}
a img.alignright {
  float: right;
  margin: 0;
}
a img.alignnone {
  margin: 0;
}
a img.alignleft {
  float: left;
  margin: 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 0;
  max-width: 10%;
  padding: 0;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 0;
}
.wp-caption.alignleft {
  margin: 0;
}
.wp-caption.alignright {
  margin: 0;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0;
}
/*------------------------------------*\
    VISUAL COMPOSER
\*------------------------------------*/
/* loop global box-sizing */
.vc_gitem_row .vc_gitem-col {
  padding: 20px !important;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.vc_btn3-container {
  margin-bottom: 0 !important;
}
.vc_gitem-post-data {
  margin-bottom: 20px !important;
}
/* button */
.vc_general.vc_btn3 {
  line-height: initial !important;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*------------------------------------*\
    COLORS
\*------------------------------------*/
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Nunito';
  src: url('fonts/Nunito/Nunito-ExtraBold.woff2') format('woff2'), url('fonts/Nunito/Nunito-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('fonts/Nunito/Nunito-Regular.woff2') format('woff2'), url('fonts/Nunito/Nunito-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url('fonts/Nunito/Nunito-Light.woff2') format('woff2'), url('fonts/Nunito/Nunito-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Asap Condensed';
  src: url('fonts/AsapCondensed/AsapCondensed-Bold.woff2') format('woff2'), url('fonts/AsapCondensed/AsapCondensed-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: 'Nunito';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
span {
  margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Asap Condensed';
  font-weight: bold;
  color: #259E8F;
  margin: 0 0 30px 0;
}
h1 {
  font-size: 60px;
  line-height: 69px;
}
h2 {
  font-size: 60px;
  line-height: 69px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  font-family: 'Nunito';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #7A6E64;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
main {
  padding-top: 80px;
}
/* wrapper */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}
main {
  padding-top: 100px;
}
.mobile {
  display: none;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
/* mobile menu button */
.menu-toggle-mobile {
  display: none;
  position: absolute;
  right: 0;
}
.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999;
}
.header-container {
  height: 100px;
  margin: 0 auto;
  padding: 0 60px;
}
.header .logo {
  display: block;
  float: left;
  padding: 20px 0;
  text-decoration: none;
}
.header .logo-img {
  height: 60px;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.header ul li a {
  font-family: 'Nunito';
  font-size: 16px;
  font-weight: bold;
  line-height: 100px;
  display: block;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  color: #7A6E64;
  text-decoration: none;
  text-transform: uppercase;
}
.header ul li#menu-item-165 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  margin-left: 20px;
}
.header ul li#menu-item-165 a {
  line-height: 38px;
  background: #259E8F;
  border-radius: 20px;
  color: #fff;
  padding: 0 20px;
  display: inline-block;
}
.header ul li a:hover,
.header .menu-btn:hover {
  text-decoration: underline;
}
.header ul li.current-menu-item a {
  text-decoration: underline;
}
/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: visible;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
}
.menu-item-has-children:hover > .sub-menu {
  display: block;
}
/*------------------------------------*\
    ELEMENTS
\*------------------------------------*/
img {
  width: 100%;
  height: auto;
}
pre {
  font-family: 'Nunito';
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  color: #259E8F;
}
.cta {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #C5C3BE;
  text-transform: uppercase;
}
.cta :hover {
  background-color: #7A6E64;
}
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  margin: 0 15px !important;
  background: #cccccc !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #259E8F !important;
}
.section-contact {
  margin-left: -60px;
  margin-right: -60px;
  padding: 80px 60px;
  background-color: #EAF7F5;
}
.section-contact .intro h2 {
  text-align: center;
}
.section-contact .intro p {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 60px !important;
}
.section-contact .wpcf7 {
  max-width: 970px;
  margin: 0 auto;
}
.section-contact .wpcf7 p {
  margin-bottom: 30px !important;
}
.section-contact .wpcf7 input,
.section-contact .wpcf7 select,
.section-contact .wpcf7 textarea {
  width: 100%;
  line-height: 50px;
  padding: 0 30px;
  border: 0;
  border-radius: 20px;
  color: #707070;
}
.section-contact .wpcf7 select {
  color: #707070;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.section-contact .wpcf7 select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.section-contact .wpcf7 select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.section-contact .wpcf7 select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.section-contact .wpcf7 textarea {
  padding: 30px;
  line-height: 24px;
}
.section-contact .wpcf7 .wpcf7-list-item {
  margin: 0 30px 0 0;
}
.section-contact .wpcf7 .wpcf7-list-item label {
  display: flex;
}
.section-contact .wpcf7 .wpcf7-list-item label input {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  accent-color: #259E8F;
}
.section-contact .wpcf7 .wpcf7-not-valid-tip {
  padding: 10px 30px 0 30px;
}
.section-contact .wpcf7 .row {
  display: flex;
}
.section-contact .wpcf7 .row .col {
  width: 50%;
}
.section-contact .wpcf7 .row .col-left {
  padding-right: 10px;
}
.section-contact .wpcf7 .row .col-right {
  padding-left: 10px;
}
.section-contact .wpcf7 .row.user-type {
  margin-bottom: 20px;
}
.section-contact .wpcf7 .row.user-type p {
  margin-bottom: 0 !important;
}
.section-contact .wpcf7 .row.message p {
  width: 100%;
}
.section-contact .wpcf7 .row.send p {
  width: 100%;
  position: relative;
}
.section-contact .wpcf7 .row.send input {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  width: fit-content;
  background-color: #259E8F;
  color: #fff;
  border-radius: 24px;
  display: block;
  margin: 0 0 0 auto;
}
.section-contact .wpcf7 .row.send .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.pagination {
  margin-top: 40px;
  text-align: center;
}
.pagination .wp-pagenavi {
  height: 55px;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi .current,
.pagination .wp-pagenavi .extend {
  font-size: 18px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #7A6E64;
  color: #fff;
  opacity: 0.5;
  margin: 0 20px 0 0;
  padding: 0;
  display: inline-block;
  border-radius: 50%;
  border: none;
}
.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi span.current {
  border: none !important;
  background-color: #7A6E64;
  opacity: 1;
}
.pagination .wp-pagenavi .extend {
  background-color: transparent;
  color: #7A6E64;
}
.pagination .wp-pagenavi .current {
  opacity: 1;
}
/*------------------------------------*\
    HOME
\*------------------------------------*/
.home-section-header:before {
  content: '';
  width: 60px;
  height: calc((100vh - 100px) / 2);
  background: #EFEFED;
  display: block;
  position: absolute;
  left: -45px;
  bottom: 0;
}
.home-section-header:after {
  content: '';
  width: 60px;
  height: calc((100vh - 100px) / 2);
  background: #EFEFED;
  display: block;
  position: absolute;
  right: -45px;
  bottom: 0;
}
.home-section-header {
  position: relative;
}
.home-section-header .wpb_text_column video,
.home-section-header .wpb_text_column img {
  width: 100%;
  height: calc(100vh - 120px);
  border-radius: 50px;
  object-fit: cover;
}
.home-section-header .wpb_text_column video {
  margin-bottom: -6px;
}
.home-section-header .wpb_text_column:after {
  content: '';
  width: 100%;
  height: 60px;
  background: #EFEFED;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-section-benefit {
  padding-top: 80px !important;
  padding-bottom: 80px;
  background-color: #EFEFED;
}
.home-section-benefit .wpb_text_column {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}
.home-section-benefit .wpb_text_column p {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}
.home-section-benefit .wpb_text_column a {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #C5C3BE;
  text-transform: uppercase;
}
.home-section-benefit .wpb_text_column a :hover {
  background-color: #7A6E64;
}
.home-section-benefit .wpb_text_column a:hover {
  background-color: #7A6E64;
}
.home-section-chi-siamo {
  padding-top: 80px !important;
  padding-bottom: 80px;
}
.home-section-chi-siamo .wpb_text_column {
  max-width: 1220px;
  margin: 0 auto;
}
.home-section-chi-siamo .wpb_text_column p {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  color: #259E8F;
}
.home-section-chi-siamo .wpb_text_column a {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #C5C3BE;
  text-transform: uppercase;
  margin: 40px 0 0 auto;
}
.home-section-chi-siamo .wpb_text_column a :hover {
  background-color: #7A6E64;
}
.home-section-chi-siamo .wpb_text_column a:hover {
  background-color: #7A6E64;
}
.home-section-chi-siamo .wpb_text_column + .wpb_text_column {
  max-width: 480px;
  margin: 40px 0 0 auto;
}
.home-section-chi-siamo .wpb_text_column + .wpb_text_column p {
  font-size: 18px;
  font-weight: normal;
  line-height: initial;
  color: #7A6E64;
}
.home-section-prodotti {
  padding-top: 80px !important;
  padding-bottom: 80px;
  background-color: #EFEFED;
}
.home-section-prodotti .row-intro {
  margin-bottom: 80px;
}
.home-section-prodotti .row-intro .wpb_text_column {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}
.home-section-prodotti .row-intro .wpb_text_column p {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.home-section-prodotti .row-intro .wpb_text_column a {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #C5C3BE;
  text-transform: uppercase;
}
.home-section-prodotti .row-intro .wpb_text_column a :hover {
  background-color: #7A6E64;
}
.home-section-prodotti .row-intro .wpb_text_column a:hover {
  background-color: #7A6E64;
}
.home-section-prodotti .row-content .item {
  margin-bottom: 80px;
  padding: 30px;
}
.home-section-prodotti .row-content .item .info {
  background: #fff;
  border-radius: 24px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-section-prodotti .row-content .item img {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 180px;
  border-radius: 50%;
  background-color: #7A6E64;
}
.home-section-prodotti .row-content .item h2 {
  font-family: 'Nunito';
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
  height: 42px;
  overflow: visible;
  color: #259E8F;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.home-section-prodotti .row-content .item:hover img {
  background-color: #259E8F;
}
.home-section-realizzazioni {
  padding-top: 80px !important;
  padding-bottom: 80px;
}
.home-section-realizzazioni .row-intro {
  margin-bottom: 80px;
}
.home-section-realizzazioni .row-intro .wpb_text_column {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}
.home-section-realizzazioni .row-intro .wpb_text_column p {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.home-section-realizzazioni .row-intro .wpb_text_column a {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #C5C3BE;
  text-transform: uppercase;
}
.home-section-realizzazioni .row-intro .wpb_text_column a :hover {
  background-color: #7A6E64;
}
.home-section-realizzazioni .row-intro .wpb_text_column a:hover {
  background-color: #7A6E64;
}
.home-section-realizzazioni .row-content {
  /*.item.swiper-slide-active {
			.info { 
				opacity: 1;
				transition: all 0.2s ease-in-out;
			}
		}*/
}
.home-section-realizzazioni .row-content .item {
  margin-bottom: 80px;
  padding: 30px;
}
.home-section-realizzazioni .row-content .item .featured-image img {
  border-radius: 24px;
}
.home-section-realizzazioni .row-content .item .info {
  background: #7A6E64;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  opacity: 0;
}
.home-section-realizzazioni .row-content .item .info p {
  font-family: 'Nunito';
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.home-section-realizzazioni .row-content .item .info h3 {
  font-family: 'Nunito';
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  color: #fff;
}
.home-section-realizzazioni .row-content .item .info h3 a {
  color: #fff;
}
.home-section-realizzazioni .row-content .item:hover .info {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.home-section-dicono {
  padding-top: 80px !important;
  padding-bottom: 80px;
  background-color: #7A6E64;
}
.home-section-dicono .row-intro {
  margin-bottom: 80px;
}
.home-section-dicono .row-intro .wpb_text_column {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}
.home-section-dicono .row-intro .wpb_text_column pre {
  color: #fff;
}
.home-section-dicono .row-intro .wpb_text_column h2 {
  color: #fff;
}
.home-section-dicono .row-intro .wpb_text_column p {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}
.home-section-dicono .row-intro .wpb_text_column a {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #C5C3BE;
  text-transform: uppercase;
}
.home-section-dicono .row-intro .wpb_text_column a :hover {
  background-color: #7A6E64;
}
.home-section-dicono .row-intro .wpb_text_column a:hover {
  background-color: #7A6E64;
}
.home-section-dicono .row-content .item {
  margin-bottom: 80px;
  padding: 0 30px;
}
.home-section-dicono .row-content .item .content h3 {
  font-family: 'Nunito';
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}
.home-section-dicono .row-content .item .content p {
  color: #fff;
}
.home-section-blog {
  padding-top: 80px !important;
  padding-bottom: 80px;
}
.home-section-blog .row-intro {
  margin-bottom: 80px;
}
.home-section-blog .row-intro .wpb_text_column {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}
.home-section-blog .row-intro .wpb_text_column p {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.home-section-blog .row-intro .wpb_text_column a {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #C5C3BE;
  text-transform: uppercase;
}
.home-section-blog .row-intro .wpb_text_column a :hover {
  background-color: #7A6E64;
}
.home-section-blog .row-intro .wpb_text_column a:hover {
  background-color: #7A6E64;
}
.home-section-blog .row-content .item .featured-image {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.home-section-blog .row-content .item .featured-image .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #259E8F;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
}
.home-section-blog .row-content .item .info {
  width: 100%;
}
.home-section-blog .row-content .item .info .content {
  display: block;
  margin-bottom: 60px;
  padding-left: 0;
}
.home-section-blog .row-content .item .info .content h2 {
  font-family: 'Nunito';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.home-section-blog .row-content .item .info .content h2 a {
  color: #259E8F;
}
.home-section-blog .row-content .item .info .content h2 span.category {
  font-weight: normal;
}
.home-section-blog .row-content .item .info .content a.read-more {
  text-transform: uppercase;
  color: #7A6E64;
  text-decoration: underline;
}
/*------------------------------------*\
    CHI SIAMO
\*------------------------------------*/
.chi-siamo-section-title {
  margin-top: 80px;
  margin-bottom: 80px;
}
.chi-siamo-section-description {
  margin-bottom: 80px;
}
.chi-siamo-section-description .col-left .wpb_text_column {
  margin-bottom: 40px !important;
  padding-right: 30px;
}
.chi-siamo-section-description .col-left .wpb_text_column p {
  font-size: 32px;
  line-height: 42px;
  color: #259E8F;
}
.chi-siamo-section-description .col-left .wpb_single_image {
  margin-bottom: 40px;
  padding-right: 30px;
}
.chi-siamo-section-description .col-right .wpb_text_column {
  padding-left: 30px;
}
.chi-siamo-section-description .col-right .wpb_text_column h2 {
  font-family: 'Nunito';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.chi-siamo-section-servizi {
  padding-top: 80px !important;
  padding-bottom: 20px;
  background-color: #EFEFED;
}
.chi-siamo-section-servizi .row-intro {
  margin-bottom: 80px;
}
.chi-siamo-section-servizi .row-intro .wpb_text_column {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}
.chi-siamo-section-servizi .row-intro .wpb_text_column p {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}
.chi-siamo-section-servizi .row-content .wpb_column .vc_column-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.chi-siamo-section-servizi .row-content .wpb_column .vc_column-inner .wpb_text_column {
  padding: 30px 30px 60px 30px;
  border-radius: 30px;
  background-color: #fff;
  margin-bottom: 60px !important;
}
.chi-siamo-section-servizi .row-content .wpb_column .vc_column-inner .wpb_text_column h6 {
  font-family: 'Asap Condensed';
  font-size: 60px;
  font-weight: bold;
  line-height: 69px;
  margin-bottom: 0;
}
.chi-siamo-section-servizi .row-content .wpb_column .vc_column-inner .wpb_text_column h3 {
  font-family: 'Nunito';
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  color: #7A6E64;
  min-height: 76px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.chi-siamo-section-servizi .row-content .wpb_column .vc_column-inner .wpb_text_column p {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.chi-siamo-section-servizi .row-content.small {
  display: flex;
  justify-content: center;
}
.chi-siamo-section-servizi .row-content.small .wpb_column:last-child {
  display: none;
}
.chi-siamo-section-team {
  padding-top: 80px !important;
  padding-bottom: 20px;
}
.chi-siamo-section-team .row-intro {
  margin-bottom: 80px;
}
.chi-siamo-section-team .row-intro .wpb_text_column {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}
.chi-siamo-section-team .row-intro .wpb_text_column p {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}
.chi-siamo-section-team .row-content .wpb_column .vc_column-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.chi-siamo-section-team .row-content .wpb_column .vc_column-inner .wpb_single_image img {
  max-width: 270px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.chi-siamo-section-team .row-content .wpb_column .vc_column-inner .wpb_text_column {
  padding: 0;
  margin-bottom: 60px !important;
}
.chi-siamo-section-team .row-content .wpb_column .vc_column-inner .wpb_text_column h3 {
  font-family: 'Nunito';
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  color: #259E8F;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.chi-siamo-section-team .row-content .wpb_column .vc_column-inner .wpb_text_column h6 {
  font-family: 'Nunito';
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 10px;
  color: #7A6E64;
}
.chi-siamo-section-team .row-content .wpb_column .vc_column-inner .wpb_text_column p {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.chi-siamo-section-team .row-content.small {
  display: flex;
  justify-content: center;
}
.chi-siamo-section-team .row-content.small .wpb_column:last-child {
  display: none;
}
.chi-siamo-section-pubblicazioni {
  padding-top: 80px !important;
  padding-bottom: 100px;
  background-color: #7A6E64;
}
.chi-siamo-section-pubblicazioni .row-intro {
  max-width: 1220px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.chi-siamo-section-pubblicazioni .row-intro pre {
  color: #fff;
}
.chi-siamo-section-pubblicazioni .row-intro h2 {
  color: #fff;
}
.chi-siamo-section-pubblicazioni .row-content {
  max-width: 1024px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.chi-siamo-section-pubblicazioni .row-content .wpb_text_column h3 {
  font-family: 'Nunito';
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  color: #fff;
}
.chi-siamo-section-pubblicazioni .row-content .wpb_text_column p {
  color: #fff;
}
.chi-siamo-section-pubblicazioni .row-content .wpb_text_column a {
  color: #fff;
  text-decoration: underline;
}
/*------------------------------------*\
    SOCIETÀ BENEFIT
\*------------------------------------*/
.benefit-section-title {
  margin-top: 80px;
  margin-bottom: 80px;
}
.benefit-section-description {
  margin-bottom: 80px;
}
.benefit-section-description .col-left .wpb_text_column {
  margin-bottom: 40px !important;
  padding-right: 30px;
}
.benefit-section-description .col-left .wpb_text_column p {
  font-size: 32px;
  line-height: 42px;
  color: #259E8F;
}
.benefit-section-description .col-left .wpb_single_image {
  margin-bottom: 40px;
  padding-right: 30px;
}
.benefit-section-description .col-right .wpb_text_column {
  padding-left: 30px;
}
.benefit-section-description .col-right .wpb_text_column h2 {
  font-family: 'Nunito';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.benefit-section-pubblicazioni {
  padding-top: 80px !important;
  padding-bottom: 100px;
  background-color: #7A6E64;
}
.benefit-section-pubblicazioni .row-intro {
  max-width: 1220px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.benefit-section-pubblicazioni .row-intro pre {
  color: #fff;
}
.benefit-section-pubblicazioni .row-intro h2 {
  color: #fff;
}
.benefit-section-pubblicazioni .row-content {
  max-width: 1024px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.benefit-section-pubblicazioni .row-content .wpb_text_column h3 {
  font-family: 'Nunito';
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  color: #fff;
}
.benefit-section-pubblicazioni .row-content .wpb_text_column p {
  color: #fff;
}
.benefit-section-pubblicazioni .row-content .wpb_text_column a {
  color: #fff;
  text-decoration: underline;
}
/*------------------------------------*\
    HUB PRODOTTI
\*------------------------------------*/
body.page-id-119 .section-newsletter {
  display: none;
}
.hub-prodotti-section-title {
  margin-top: 80px;
  margin-bottom: 80px;
}
.hub-prodotti-section-description {
  margin-bottom: 80px;
}
.hub-prodotti-section-description .col-left .wpb_text_column {
  margin-bottom: 40px !important;
  padding-right: 30px;
}
.hub-prodotti-section-description .col-left .wpb_text_column p {
  font-size: 32px;
  line-height: 42px;
  color: #259E8F;
}
.hub-prodotti-section-description .col-left .wpb_single_image {
  margin-bottom: 40px;
  padding-right: 30px;
}
.hub-prodotti-section-description .col-right .wpb_text_column {
  padding-left: 30px;
}
.hub-prodotti-section-description .col-right .wpb_text_column h2 {
  font-family: 'Nunito';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.hub-prodotti-section-loop {
  margin-bottom: 80px;
}
.hub-prodotti-section-loop .wpb_text_column {
  margin-left: -30px;
  margin-right: -30px;
}
.hub-prodotti-section-loop .wpb_text_column .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.hub-prodotti-section-loop .wpb_text_column .wpb_wrapper .item {
  width: calc(33.3% - 60px);
  margin-bottom: 60px;
  padding: 30px;
}
.hub-prodotti-section-loop .wpb_text_column .wpb_wrapper .item .info {
  background: #efefed;
  border-radius: 24px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hub-prodotti-section-loop .wpb_text_column .wpb_wrapper .item img {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 180px;
  border-radius: 50%;
  background-color: #7A6E64;
}
.hub-prodotti-section-loop .wpb_text_column .wpb_wrapper .item h2 {
  font-family: 'Nunito';
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
  height: 42px;
  overflow: visible;
  color: #259E8F;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.hub-prodotti-section-loop .wpb_text_column .wpb_wrapper .item:hover img {
  background-color: #259E8F;
}
/*------------------------------------*\
    SINGLE PRODOTTI
\*------------------------------------*/
body.single-prodotti .section-newsletter {
  display: none;
}
body.single-prodotti .title {
  margin-top: 80px;
  margin-bottom: 80px;
}
body.single-prodotti .description {
  display: flex;
  margin-bottom: 80px;
}
body.single-prodotti .description .col-left {
  width: 50%;
  padding-right: 30px;
}
body.single-prodotti .description .col-left p {
  font-size: 32px;
  line-height: 42px;
  color: #259E8F;
}
body.single-prodotti .description .col-right {
  width: 50%;
  padding-left: 30px;
}
body.single-prodotti .description .col-right h2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
body.single-prodotti .info {
  display: flex;
  margin-bottom: 80px;
}
body.single-prodotti .info .col-left {
  width: 50%;
  padding-right: 30px;
}
body.single-prodotti .info .col-right {
  width: 50%;
  padding-left: 30px;
}
body.single-prodotti .info .col-right .section-faq h2 {
  font-family: 'Nunito';
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}
body.single-prodotti .info .col-right .section-faq .single-faq {
  border-bottom: 2px dashed #7A6E64;
  margin-bottom: 20px;
}
body.single-prodotti .info .col-right .section-faq .single-faq .accordion {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: 0.4s;
  position: relative;
}
body.single-prodotti .info .col-right .section-faq .single-faq .accordion:after {
  content: '+';
  font-family: 'Nunito';
  font-size: 30px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #7A6E64;
  position: absolute;
  top: -8px;
  right: 0;
  border-radius: 50%;
}
body.single-prodotti .info .col-right .section-faq .single-faq .accordion.active:after {
  content: '-';
}
body.single-prodotti .info .col-right .section-faq .single-faq .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
body.single-prodotti a.cta {
  margin-bottom: 80px;
}
/*------------------------------------*\
    HUB REALIZZAZIONI
\*------------------------------------*/
body.page-id-128 .section-newsletter {
  display: none;
}
.hub-realizzazioni-section-title {
  margin-top: 80px;
  margin-bottom: 80px;
}
.hub-realizzazioni-section-description {
  margin-bottom: 80px;
}
.hub-realizzazioni-section-description .col-left .wpb_text_column {
  margin-bottom: 40px !important;
  padding-right: 30px;
}
.hub-realizzazioni-section-description .col-left .wpb_text_column p {
  font-size: 32px;
  line-height: 42px;
  color: #259E8F;
}
.hub-realizzazioni-section-description .col-left .wpb_single_image {
  margin-bottom: 40px;
  padding-right: 30px;
}
.hub-realizzazioni-section-description .col-right .wpb_text_column {
  padding-left: 30px;
}
.hub-realizzazioni-section-description .col-right .wpb_text_column h2 {
  font-family: 'Nunito';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.hub-realizzazioni-section-filters {
  margin-bottom: 80px;
}
.hub-realizzazioni-section-filters .search-filter-input-group {
  display: flex;
  width: 100% !important;
}
.hub-realizzazioni-section-filters .search-filter-input-group .search-filter-input-radio {
  padding: 0;
  background-color: #EFEFED;
  flex: 1 1 auto;
}
.hub-realizzazioni-section-filters .search-filter-input-group .search-filter-input-radio label {
  font-size: 18px;
  line-height: 60px;
  padding: 0;
  text-transform: uppercase;
}
.hub-realizzazioni-section-filters .search-filter-input-group .search-filter-input-radio label span.search-filter-input-radio__control {
  display: none;
}
.hub-realizzazioni-section-filters .search-filter-input-group .search-filter-input-radio label span.search-filter-input-radio__label {
  justify-content: center;
  color: #7A6E64;
  margin: 0;
  padding-left: 0;
}
.hub-realizzazioni-section-filters .search-filter-input-group .search-filter-input-radio--is-active,
.hub-realizzazioni-section-filters .search-filter-input-group .search-filter-input-radio:hover {
  background-color: #259E8F;
}
.hub-realizzazioni-section-filters .search-filter-input-group .search-filter-input-radio--is-active label span.search-filter-input-radio__label,
.hub-realizzazioni-section-filters .search-filter-input-group .search-filter-input-radio:hover label span.search-filter-input-radio__label {
  color: #fff;
}
.hub-realizzazioni-section-loop {
  margin-bottom: 80px;
}
.hub-realizzazioni-section-loop .search-filter-query-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -30px;
  margin-right: -30px;
}
.hub-realizzazioni-section-loop .search-filter-query-posts .item {
  width: calc(33.3% - 60px);
  margin: 0 30px 60px 30px;
  position: relative;
}
.hub-realizzazioni-section-loop .search-filter-query-posts .item .featured-image img {
  border-radius: 24px;
}
.hub-realizzazioni-section-loop .search-filter-query-posts .item .info {
  background: #7A6E64;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  opacity: 0;
}
.hub-realizzazioni-section-loop .search-filter-query-posts .item .info p {
  font-family: 'Nunito';
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.hub-realizzazioni-section-loop .search-filter-query-posts .item .info h3 {
  font-family: 'Nunito';
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  color: #fff;
}
.hub-realizzazioni-section-loop .search-filter-query-posts .item .info h3 a {
  color: #fff;
}
.hub-realizzazioni-section-loop .search-filter-query-posts .item:hover .info {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
/*------------------------------------*\
    SINGLE REALIZZAZIONI
\*------------------------------------*/
body.single-realizzazioni .section-newsletter {
  display: none;
}
body.single-realizzazioni article {
  position: relative;
}
body.single-realizzazioni .title {
  margin-top: 80px;
  margin-bottom: 60px;
}
body.single-realizzazioni .typology {
  line-height: 60px;
  text-transform: uppercase;
  padding: 0 30px;
  background-color: #7A6E64;
  color: #fff;
  width: fit-content;
  position: absolute;
  margin-top: -60px;
  right: 90px;
}
body.single-realizzazioni .featured:before {
  content: '';
  width: 60px;
  height: calc((100vh - 100px) / 2);
  background: #EFEFED;
  display: block;
  position: absolute;
  left: -60px;
  bottom: 0;
}
body.single-realizzazioni .featured:after {
  content: '';
  width: 60px;
  height: calc((100vh - 100px) / 2);
  background: #EFEFED;
  display: block;
  position: absolute;
  right: -60px;
  bottom: 0;
}
body.single-realizzazioni .featured {
  position: relative;
}
body.single-realizzazioni .featured video {
  width: 100%;
  height: calc(100vh - 120px);
  border-radius: 50px;
  object-fit: cover;
  margin-bottom: -6px;
}
body.single-realizzazioni .featured .container:after {
  content: '';
  width: 100%;
  height: 60px;
  background: #EFEFED;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body.single-realizzazioni .description {
  margin-left: -60px;
  margin-right: -60px;
  padding: 80px 60px 60px 60px;
  background: #EFEFED;
  display: flex;
}
body.single-realizzazioni .description .col-left {
  width: 50%;
  padding-right: 30px;
}
body.single-realizzazioni .description .col-left p {
  font-weight: normal;
  color: #259E8F;
}
body.single-realizzazioni .description .col-left p strong {
  font-weight: bold;
}
body.single-realizzazioni .description .col-right {
  width: 50%;
  padding-left: 30px;
}
body.single-realizzazioni .description .col-right p {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}
body.single-realizzazioni .info {
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}
body.single-realizzazioni .info .col-left {
  width: 50%;
  padding-right: 30px;
}
body.single-realizzazioni .info .col-left h2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
body.single-realizzazioni .info .col-right {
  width: 50%;
  padding-left: 30px;
}
body.single-realizzazioni .info .col-right h2 {
  font-family: 'Nunito';
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}
body.single-realizzazioni .info .col-right .single-faq {
  border-bottom: 2px dashed #7A6E64;
  margin-bottom: 20px;
}
body.single-realizzazioni .info .col-right .single-faq .accordion {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: 0.4s;
  position: relative;
}
body.single-realizzazioni .info .col-right .single-faq .accordion:after {
  content: '+';
  font-family: 'Nunito';
  font-size: 30px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #7A6E64;
  position: absolute;
  top: -8px;
  right: 0;
  border-radius: 50%;
}
body.single-realizzazioni .info .col-right .single-faq .accordion.active:after {
  content: '-';
}
body.single-realizzazioni .info .col-right .single-faq .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
body.single-realizzazioni .gallery {
  margin-bottom: 50px;
}
body.single-realizzazioni .gallery .intro {
  margin-bottom: 40px;
}
body.single-realizzazioni .gallery .intro p {
  font-size: 32px;
  line-height: 42px;
}
body.single-realizzazioni .gallery .loop {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
body.single-realizzazioni .gallery .loop img {
  width: 33.3%;
  height: auto;
  padding: 30px;
}
body.single-realizzazioni a.cta {
  margin-bottom: 80px;
}
/*------------------------------------*\
    HUB POSTs
\*------------------------------------*/
body.page-template-template-blog .header {
  background-color: #EAF7F5;
}
body.page-template-template-blog .title {
  margin-left: -60px;
  margin-right: -60px;
  margin-bottom: 80px;
  padding: 80px 60px 60px 60px;
  background-color: #EAF7F5;
}
body.page-template-template-blog .title h1 {
  margin-bottom: 0;
}
body.page-template-template-blog .content {
  display: flex;
  margin-bottom: 80px;
}
body.page-template-template-blog .content .col-left {
  width: 70%;
  padding-right: 60px;
}
body.page-template-template-blog .content .col-left .search-filter-query-posts .item {
  display: flex;
}
body.page-template-template-blog .content .col-left .search-filter-query-posts .item .featured-image {
  position: relative;
  width: 50%;
}
body.page-template-template-blog .content .col-left .search-filter-query-posts .item .featured-image img {
  margin-bottom: 35px;
}
body.page-template-template-blog .content .col-left .search-filter-query-posts .item .featured-image .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #259E8F;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
}
body.page-template-template-blog .content .col-left .search-filter-query-posts .item .info {
  width: 50%;
}
body.page-template-template-blog .content .col-left .search-filter-query-posts .item .info .content {
  display: block;
  margin-bottom: 60px;
  padding-left: 30px;
}
body.page-template-template-blog .content .col-left .search-filter-query-posts .item .info .content h2 {
  font-family: 'Nunito';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
body.page-template-template-blog .content .col-left .search-filter-query-posts .item .info .content h2 a {
  color: #259E8F;
}
body.page-template-template-blog .content .col-left .search-filter-query-posts .item .info .content h2 span.category {
  font-weight: normal;
}
body.page-template-template-blog .content .col-left .search-filter-query-posts .item .info .content a.read-more {
  text-transform: uppercase;
  color: #7A6E64;
  text-decoration: underline;
}
body.page-template-template-blog .content .col-right {
  width: 30%;
}
body.page-template-template-blog .content .col-right .articles-categories {
  margin-bottom: 60px;
  padding: 60px 30px;
  border-radius: 50px;
  background-color: #EFEFED;
}
body.page-template-template-blog .content .col-right .articles-categories h3 {
  font-family: 'Nunito';
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  color: #7A6E64;
  padding: 0 30px;
}
body.page-template-template-blog .content .col-right .articles-categories .search-filter-input-radio {
  padding: 0;
}
body.page-template-template-blog .content .col-right .articles-categories .search-filter-input-radio label {
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
body.page-template-template-blog .content .col-right .articles-categories .search-filter-input-radio label .search-filter-input-radio__control {
  display: none;
}
body.page-template-template-blog .content .col-right .articles-categories .search-filter-input-radio label .search-filter-input-radio__label {
  padding: 20px 30px;
  margin-bottom: 0;
  color: #259E8F;
}
body.page-template-template-blog .content .col-right .articles-categories .search-filter-input-radio label:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #7A6E64;
  margin-bottom: 0;
}
body.page-template-template-blog .content .col-right .articles-categories .search-filter-input-group .search-filter-input-radio:first-child label:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #7A6E64;
  margin-bottom: 0;
}
body.page-template-template-blog .content .col-right .articles-categories a {
  font-weight: bold;
  text-transform: uppercase;
  color: #259E8F;
  display: inline-block;
  width: fit-content;
  padding: 0 30px;
}
body.page-template-template-blog .content .col-right .articles-categories a span.category {
  font-weight: 300;
}
body.page-template-template-blog .content .col-right .articles-categories .divider {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #7A6E64;
  margin-bottom: 20px;
}
/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/
body.single-post .header {
  background-color: #EAF7F5;
}
body.single-post .title {
  margin-left: -60px;
  margin-right: -60px;
  margin-bottom: 80px;
  padding: 80px 60px 60px 60px;
  background-color: #EAF7F5;
}
body.single-post .title h1 {
  margin-bottom: 0;
}
body.single-post .content {
  display: flex;
  margin-bottom: 80px;
}
body.single-post .content .col-left {
  width: 70%;
  padding-right: 60px;
}
body.single-post .content .col-left .info {
  color: #259E8F;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body.single-post .content .col-left .description {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #7A6E64;
}
body.single-post .content .col-left .description h2 {
  font-family: 'Nunito';
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 30px;
}
body.single-post .content .col-left .description img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
body.single-post .content .col-left .description p + h2 {
  margin-top: 30px;
}
body.single-post .content .col-left .description p + img {
  margin-top: 10px;
}
body.single-post .content .col-left .navigation {
  display: flex;
  justify-content: space-between;
}
body.single-post .content .col-left .navigation a {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #C5C3BE;
  text-transform: uppercase;
  margin: 0;
}
body.single-post .content .col-left .navigation a :hover {
  background-color: #7A6E64;
}
body.single-post .content .col-right {
  width: 30%;
}
body.single-post .content .col-right .articles-categories,
body.single-post .content .col-right .articles-related {
  margin-bottom: 60px;
  padding: 60px 30px;
  border-radius: 50px;
  background-color: #EFEFED;
}
body.single-post .content .col-right .articles-categories h3,
body.single-post .content .col-right .articles-related h3 {
  font-family: 'Nunito';
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  color: #7A6E64;
  padding: 0 30px;
}
body.single-post .content .col-right .articles-categories a,
body.single-post .content .col-right .articles-related a {
  font-weight: bold;
  text-transform: uppercase;
  color: #259E8F;
  display: inline-block;
  width: fit-content;
  padding: 0 30px;
  margin-bottom: 20px;
}
body.single-post .content .col-right .articles-categories a span.category,
body.single-post .content .col-right .articles-related a span.category {
  font-weight: 300;
}
body.single-post .content .col-right .articles-categories .divider,
body.single-post .content .col-right .articles-related .divider {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #7A6E64;
  margin-bottom: 20px;
}
/*------------------------------------*\
    HUB REVIEW
\*------------------------------------*/
.review-section-title {
  margin-top: 80px;
  margin-bottom: 80px;
}
.review-section-description {
  margin-bottom: 80px;
}
.review-section-description .col-left .wpb_text_column {
  margin-bottom: 40px !important;
  padding-right: 30px;
}
.review-section-description .col-left .wpb_text_column p {
  font-size: 32px;
  line-height: 42px;
  color: #259E8F;
}
.review-section-description .col-left .wpb_single_image {
  margin-bottom: 40px;
  padding-right: 30px;
}
.review-section-loop {
  margin-bottom: 80px !important;
}
.review-section-loop .search-filter-query-posts {
  column-count: 2;
}
.review-section-loop .search-filter-query-posts .item {
  margin-bottom: 60px;
  padding: 0 30px;
}
.review-section-loop .search-filter-query-posts .item .content img {
  width: auto;
  height: 13px;
  margin-bottom: 20px;
}
.review-section-loop .search-filter-query-posts .item .content h2 {
  font-family: 'Nunito';
  font-size: 18px;
  line-height: 24px;
  color: #7A6E64;
  margin-bottom: 20px;
}
.review-section-loop .search-filter-query-posts .item .content p {
  color: #7A6E64;
}
/*------------------------------------*\
    CONTATTI
\*------------------------------------*/
.contatti-section-title {
  margin-top: 80px;
  margin-bottom: 80px;
}
.contatti-section-description {
  margin-bottom: 40px;
}
.contatti-section-description .col-left .wpb_text_column {
  margin-bottom: 40px !important;
  padding-right: 30px;
}
.contatti-section-description .col-left .wpb_text_column p {
  font-size: 32px;
  line-height: 42px;
  color: #259E8F;
}
.contatti-section-description .col-left .wpb_single_image {
  margin-bottom: 40px;
  padding-right: 30px;
}
.contatti-section-form {
  padding: 0 60px 80px 60px;
  background-color: #fff;
}
.contatti-section-form .col-left {
  padding-right: 60px;
}
.contatti-section-form .col-left .wpcf7 input,
.contatti-section-form .col-left .wpcf7 select,
.contatti-section-form .col-left .wpcf7 textarea {
  background-color: #EFEFED;
}
.contatti-section-form .col-left .wpcf7 .row.user-type p {
  margin-bottom: 20px !important;
}
.contatti-section-form .col-right h2 {
  font-family: 'Nunito';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.contatti-section-form .col-right ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  color: #7A6E64;
}
.contatti-section-form .col-right ul li img {
  width: 20px;
  height: 25px;
  margin-right: 20px;
  vertical-align: middle;
}
.contatti-section-form .col-right ul li a {
  color: #7A6E64;
}
.contatti-section-map iframe {
  width: 100%;
  margin-bottom: -8px !important;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.section-newsletter {
  padding-top: 80px !important;
  padding-bottom: 60px;
  background-color: #EAF7F5;
}
.section-newsletter .row-title {
  margin: 0 auto;
  padding: 0 60px;
  text-align: center;
}
.section-newsletter .row-title h6 {
  font-size: 60px;
  line-height: 69px;
  margin-bottom: 60px;
  color: #259E8F;
}
.section-newsletter .row-content {
  margin: 0 auto;
  padding: 0 60px;
}
.section-newsletter .row-content ._form-content {
  max-width: 738px;
  margin: 0 auto;
}
.section-newsletter .row-content ._form-content ._error-inner {
  color: red;
  padding-left: 30px;
  padding-top: 10px;
}
.section-newsletter .row-content ._form-content .row {
  display: flex;
}
.section-newsletter .row-content ._form-content .row > div {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 10px;
}
.section-newsletter .row-content ._form-content .row > div label {
  display: none;
}
.section-newsletter .row-content ._form-content .row > div input {
  width: 100%;
  line-height: 50px;
  padding: 0 30px;
  border: 0;
  border-radius: 20px;
  color: #7A6E64;
  background-color: #fff;
}
.section-newsletter .row-content ._form-content .row > div + div {
  padding-right: 0;
  padding-left: 10px;
}
.section-newsletter .row-content ._form-content .row.privacy > div {
  padding-right: 0;
}
.section-newsletter .row-content ._form-content .row.privacy > div fieldset {
  display: flex;
  flex-direction: row-reverse;
  border: none;
  margin: 0;
  padding: 0;
}
.section-newsletter .row-content ._form-content .row.privacy > div fieldset input {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  accent-color: #259E8F;
  vertical-align: middle;
}
.section-newsletter .row-content ._form-content .row.marketing > div {
  padding-right: 0;
}
.section-newsletter .row-content ._form-content .row.marketing > div label {
  display: inline-block;
}
.section-newsletter .row-content ._form-content .row.marketing > div input {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  accent-color: #259E8F;
}
.section-newsletter .row-content ._form-content .row.marketing > div fieldset {
  display: flex;
  border: none;
  margin: 0;
  padding: 0;
}
.section-newsletter .row-content ._form-content .row.marketing > div fieldset legend {
  margin-bottom: 15px;
}
.section-newsletter .row-content ._form-content .row.marketing > div fieldset ._checkbox-radio {
  display: flex;
  margin-right: 30px;
}
.section-newsletter .row-content ._form-content .row.submit button {
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  width: fit-content;
  background-color: #259E8F;
  color: #fff;
  border-radius: 24px;
  display: block;
  margin: 0 auto;
  padding: 0 30px;
  border: none;
}
.footer {
  border-top: 1px solid #f4f4f4;
  padding: 80px 20px 60px 20px;
  background-color: #EFEFED;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
}
.footer .wrapper .col {
  width: 33.3%;
}
.footer .wrapper .col-1 {
  width: 40%;
}
.footer .wrapper .col-1 .logo img {
  width: 170px;
  margin-bottom: 20px;
}
.footer .wrapper .col-1 p {
  max-width: 460px;
  margin-bottom: 50px;
}
.footer .wrapper .col-1 .social {
  display: flex;
  margin-bottom: 60px;
}
.footer .wrapper .col-1 .social a {
  margin-right: 20px;
  margin-bottom: 0;
}
.footer .wrapper .col-1 .social a img {
  width: 30px;
}
.footer .wrapper .col-2 {
  width: 30%;
  padding-top: 90px;
  padding-left: 60px;
}
.footer .wrapper .col-2 a {
  font-family: 'Nunito';
  font-size: 16px;
  font-weight: bold;
  color: #7A6E64;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}
.footer .wrapper .col-3 {
  width: 30%;
  padding-top: 90px;
}
.footer .wrapper .col-3 h6 {
  font-family: 'Nunito';
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  color: #259E8F;
}
.footer .wrapper .col-3 ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  color: #7A6E64;
}
.footer .wrapper .col-3 ul li a {
  color: #7A6E64;
  margin-bottom: 0;
}
.footer .wrapper .col-3 ul li img {
  width: 20px;
  height: 25px;
  margin-right: 20px;
  vertical-align: middle;
}
.footer .wrapper .col-3 .social {
  display: flex;
  margin-bottom: 60px;
}
.footer .wrapper .col-3 .social a {
  margin-right: 20px;
  margin-bottom: 0;
}
.footer .wrapper .col-3 .social a img {
  width: 30px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1025px) {
  .header li {
    float: left;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  .header.shrinked {
    height: 60px;
  }
  .header.shrinked .logo {
    padding: 10px 0;
  }
  .header.shrinked .logo-img {
    height: 40px;
  }
  .header.shrinked ul li a {
    line-height: 60px;
  }
  .header.shrinked ul li#menu-item-165 {
    height: 60px;
  }
}
@media only screen and (max-width: 812px) {
  /*------------------------------------*\
	    TYPOGRAPHY
	\*------------------------------------*/
  /*------------------------------------*\
	    STRUCTURE
	\*------------------------------------*/
  .wrapper {
    padding: 0 15px;
  }
  main {
    padding-top: 80px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  /*------------------------------------*\
	    HEADER
	\*------------------------------------*/
  .header {
    height: 80px;
  }
  .header-container {
    height: 80px;
    padding: 0;
  }
  .header .logo {
    padding: 15px;
  }
  .header .logo-img {
    height: 50px;
  }
  .header .menu-icon {
    padding: 39px 20px;
  }
  .header .menu-icon .navicon {
    margin-bottom: 0;
  }
  .header .menu {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .header ul li {
    text-align: center;
  }
  .header ul li a {
    line-height: 48px;
  }
  .header ul li#menu-item-165 a {
    width: fit-content;
    margin: 0 auto;
  }
  /*------------------------------------*\
	    ELEMENTS
	\*------------------------------------*/
  .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .section-contact {
    margin-left: -15px;
    margin-right: -15px;
    padding: 80px 15px 60px 15px;
  }
  .section-contact .wpcf7 .row {
    display: block;
  }
  .section-contact .wpcf7 .row .col-left {
    width: 100%;
    padding-right: 0;
  }
  .section-contact .wpcf7 .row .col-right {
    width: 100%;
    padding-left: 0;
  }
  .section-contact .wpcf7 .row.user-type p {
    margin-bottom: 20px !important;
  }
  .pagination {
    margin-top: 0;
  }
  /*------------------------------------*\
	    HOME
	\*------------------------------------*/
  .home-section-header:after {
    display: none;
  }
  .home-section-header .wpb_text_column video {
    position: relative;
    z-index: 9;
  }
  .home-section-header .wpb_text_column video,
  .home-section-header .wpb_text_column img {
    height: calc(100vh - 120px);
    max-height: 480px;
  }
  .home-section-chi-siamo .wpb_text_column + .wpb_text_column {
    max-width: 100%;
    margin: 40px 0 40px 0 !important;
  }
  .home-section-prodotti .row-intro {
    margin-bottom: 20px;
  }
  .home-section-realizzazioni .row-intro {
    margin-bottom: 20px;
  }
  .home-section-dicono .row-content .item {
    padding: 0;
  }
  /*------------------------------------*\
	    CHI SIAMO
	\*------------------------------------*/
  .chi-siamo-section-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .chi-siamo-section-description .col-left {
    margin-bottom: 40px;
  }
  .chi-siamo-section-description .col-left .wpb_text_column {
    padding-right: 0;
  }
  .chi-siamo-section-description .col-left .wpb_single_image {
    padding-right: 0;
  }
  .chi-siamo-section-description .col-right .wpb_text_column {
    padding-left: 0;
  }
  .chi-siamo-section-servizi .row-content.small {
    display: block;
  }
  .chi-siamo-section-team .row-content.small {
    display: block;
  }
  .chi-siamo-section-pubblicazioni .row-content img {
    margin-bottom: 40px;
  }
  /*------------------------------------*\
	    SOCIETÀ BENEFIT
	\*------------------------------------*/
  .benefit-section-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .benefit-section-description .col-left {
    margin-bottom: 40px;
  }
  .benefit-section-description .col-left .wpb_single_image {
    padding-right: 0;
  }
  .benefit-section-description .col-left .wpb_text_column {
    padding-right: 0;
  }
  .benefit-section-description .col-right .wpb_text_column {
    padding-left: 0;
  }
  .benefit-section-pubblicazioni .row-content img {
    margin-bottom: 40px;
  }
  /*------------------------------------*\
	    HUB PRODOTTI
	\*------------------------------------*/
  .hub-prodotti-section-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hub-prodotti-section-description .col-left .wpb_text_column {
    padding-right: 0;
  }
  .hub-prodotti-section-description .col-right .wpb_text_column {
    padding-left: 0;
  }
  .hub-prodotti-section-description {
    margin-bottom: 40px;
  }
  .hub-prodotti-section-loop .wpb_text_column .wpb_wrapper {
    display: block;
  }
  .hub-prodotti-section-loop .wpb_text_column {
    margin-left: initial;
    margin-right: initial;
  }
  .hub-prodotti-section-loop .wpb_text_column .wpb_wrapper .item {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
  }
  /*------------------------------------*\
	    SINGLE PRODOTTI
	\*------------------------------------*/
  body.single-prodotti .title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body.single-prodotti .description {
    display: block;
    margin-bottom: 40px;
  }
  body.single-prodotti .description .col-left {
    width: 100%;
    padding-right: 0;
  }
  body.single-prodotti .description .col-right {
    width: 100%;
    padding-left: 0;
  }
  body.single-prodotti .info {
    display: block;
  }
  body.single-prodotti .info .col-left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }
  body.single-prodotti .info .col-right {
    width: 100%;
    padding-left: 0;
  }
  /*------------------------------------*\
	    HUB REALIZZAZIONI
	\*------------------------------------*/
  .hub-realizzazioni-section-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hub-realizzazioni-section-description {
    margin-bottom: 40px;
  }
  .hub-realizzazioni-section-description .col-right .wpb_text_column {
    padding-left: 0;
  }
  .hub-realizzazioni-section-filters {
    margin-bottom: 40px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hub-realizzazioni-section-filters .search-filter-input-group {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .hub-realizzazioni-section-filters .search-filter-input-group > div {
    padding: 0 15px !important;
  }
  .hub-realizzazioni-section-loop .search-filter-query-posts {
    display: block;
    margin-left: initial;
    margin-right: initial;
  }
  .hub-realizzazioni-section-loop .search-filter-query-posts .item {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
  }
  /*------------------------------------*\
	    SINGLE REALIZZAZIONI
	\*------------------------------------*/
  body.single-realizzazioni .featured:before {
    display: none;
  }
  body.single-realizzazioni .featured:after {
    display: none;
  }
  body.single-realizzazioni .featured video {
    position: relative;
    z-index: 9;
  }
  body.single-realizzazioni .title {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  body.single-realizzazioni .description {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 15px 40px 15px;
  }
  body.single-realizzazioni .description .col-left {
    width: 100%;
    padding-right: 0;
  }
  body.single-realizzazioni .description .col-right {
    width: 100%;
    padding-left: 0;
  }
  body.single-realizzazioni .info {
    display: block;
  }
  body.single-realizzazioni .info .col-left {
    width: 100%;
    padding-right: 0;
  }
  body.single-realizzazioni .info .col-right {
    width: 100%;
    padding-left: 0;
  }
  body.single-realizzazioni .gallery .loop {
    display: block;
    margin-left: initial;
    margin-right: initial;
  }
  body.single-realizzazioni .gallery .loop img {
    width: 100%;
    padding: 15px;
  }
  /*------------------------------------*\
	    HUB POSTs
	\*------------------------------------*/
  body.page-template-template-blog .title {
    margin-left: -15px;
    margin-right: -15px;
    padding: 80px 15px 60px 15px;
  }
  body.page-template-template-blog .content {
    display: block;
  }
  body.page-template-template-blog .content .col-left {
    width: 100%;
    padding-right: 0;
  }
  body.page-template-template-blog .content .col-left .search-filter-query-posts .item .featured-image img {
    margin-bottom: 0;
  }
  body.page-template-template-blog .content .col-right {
    width: 100%;
    padding-left: 0;
  }
  body.page-template-template-blog .content .col-left .search-filter-query-posts .item {
    display: block;
  }
  body.page-template-template-blog .content .col-left .search-filter-query-posts .item .featured-image {
    width: 100%;
    margin-bottom: 40px;
  }
  body.page-template-template-blog .content .col-left .search-filter-query-posts .item .info {
    width: 100%;
  }
  body.page-template-template-blog .content .col-left .search-filter-query-posts .item .info .content {
    margin-bottom: 40px;
    padding-left: 0;
  }
  /*------------------------------------*\
	    SINGLE POST
	\*------------------------------------*/
  body.single-post .content {
    display: block;
    margin-bottom: 60px;
  }
  body.single-post .content .col-left {
    width: 100%;
    padding-right: 0;
  }
  body.single-post .content .col-right {
    width: 100%;
  }
  body.single-post .content .col-left .navigation {
    display: none;
  }
  /*------------------------------------*\
	    HUB REVIEW
	\*------------------------------------*/
  .review-section-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .review-section-description {
    margin-bottom: 40px;
  }
  .review-section-loop {
    margin-bottom: 40px !important;
  }
  .review-section-loop .search-filter-query-posts {
    column-count: 1;
  }
  .review-section-loop .search-filter-query-posts .item {
    padding: 0;
  }
  /*------------------------------------*\
	    CONTATTI
	\*------------------------------------*/
  .contatti-section-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contatti-section-description {
    margin-bottom: 0;
  }
  .section-contact.contatti-section-form {
    padding-top: 0;
  }
  .contatti-section-form .col-left {
    padding-right: 0;
  }
  /*------------------------------------*\
	    FOOTER
	\*------------------------------------*/
  .section-newsletter .row-title {
    padding: 0 15px;
  }
  .section-newsletter .row-content {
    padding: 0 15px;
  }
  .section-newsletter .row-content ._form-content .row {
    display: block;
  }
  .section-newsletter .row-content ._form-content .row > div {
    padding-right: 0;
  }
  .section-newsletter .row-content ._form-content .row > div + div {
    padding-left: 0;
  }
  .footer {
    padding: 60px 5px;
  }
  .footer .wrapper {
    display: block;
  }
  .footer .wrapper .col-1 {
    width: 100%;
  }
  .footer .wrapper .col-1 .social {
    display: none;
  }
  .footer .wrapper .col-2 {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
    column-count: 2;
  }
  .footer .wrapper .col-3 {
    width: 100%;
    padding-top: 60px;
  }
  .footer .wrapper .col-3 .social {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .menu {
    overflow: auto;
  }
  .header .menu-btn:checked ~ .menu {
    min-height: calc(100vh - 80px);
  }
  .header ul li {
    display: block;
  }
  .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
  }
}
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/*------------------------------------*\
    HEADER
\*------------------------------------*/
/*------------------------------------*\
    ELEMENTS
\*------------------------------------*/
/*------------------------------------*\
    HOME
\*------------------------------------*/
/*------------------------------------*\
    CHI SIAMO
\*------------------------------------*/
/*------------------------------------*\
    SOCIETÀ BENEFIT
\*------------------------------------*/
/*------------------------------------*\
    HUB PRODOTTI
\*------------------------------------*/
/*------------------------------------*\
    SINGLE PRODOTTI
\*------------------------------------*/
/*------------------------------------*\
    HUB REALIZZAZIONI
\*------------------------------------*/
/*------------------------------------*\
    SINGLE REALIZZAZIONI
\*------------------------------------*/
/*------------------------------------*\
    HUB POSTs
\*------------------------------------*/
/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/
/*------------------------------------*\
    HUB REVIEW
\*------------------------------------*/
/*------------------------------------*\
    CONTATTI
\*------------------------------------*/
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
