/*
	Theme Name: IC Video
	Description: IC Video 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 {
  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 */
  /* 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 {
  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;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0;
          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;
  }
}
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Figtree';
  src: local('Figtree Bold'), local('Figtree-Bold'), url('fonts/Figtree/Figtree-Bold.woff2') format('woff2'), url('fonts/Figtree/Figtree-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: local('Figtree SemiBold'), local('Figtree-SemiBold'), url('fonts/Figtree/Figtree-SemiBold.woff2') format('woff2'), url('fonts/Figtree/Figtree-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: local('Figtree Medium'), local('Figtree-Medium'), url('fonts/Figtree/Figtree-Medium.woff2') format('woff2'), url('fonts/Figtree/Figtree-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: local('Figtree Light'), local('Figtree-Light'), url('fonts/Figtree/Figtree-Light.woff2') format('woff2'), url('fonts/Figtree/Figtree-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Figtree';
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
span {
  margin: 0 0 20px 0;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.11em;
}
h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.11em;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.11em;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11em;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.11em;
}
h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.11em;
}
p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.66em;
  color: #919292;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
html {
  scroll-behavior: smooth;
}
.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}
main {
  padding-top: 90px;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
/* mobile menu button */
.menu-toggle-mobile {
  display: none;
  position: absolute;
  right: 0;
}
.header {
  background-color: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 999;
}
.header-container {
  max-width: 1150px;
  margin: 0 auto;
  height: 90px;
}
.header .logo {
  display: block;
  float: left;
  padding: 25px 0px;
  text-decoration: none;
}
.header .logo-img {
  height: 40px;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}
.header ul li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 90px;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.header ul li a:after {
  content: '';
  height: 20px;
  width: 100%;
  max-width: calc(100% - 30px);
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FFB400;
  z-index: -1;
  opacity: 0;
}
.header ul li:hover a:after {
  opacity: 1;
  transition: all 0.2s ease-out;
}
/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: visible;
  background: transparent;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          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 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          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
\*------------------------------------*/
.page-section-header {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F1F3F5;
}
.page-section-header .row-content {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
}
.page-section-header .row-content .col-left .wpb_text_column h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 52px;
  margin-bottom: 40px;
}
.page-section-header .row-content .col-left .wpb_text_column p {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #020202;
}
.page-section-header .row-content .col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-section-header .row-content .col-right .wpb_text_column a {
  font-weight: 300;
  text-transform: uppercase;
}
.page-section-header .row-content .col-right .wpb_text_column a:after {
  background-image: url(img/icons/arrow-top-right-black.svg);
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  margin-left: 5px;
}
.page-section-contact {
  padding-top: 120px !important;
  padding-bottom: 120px;
  text-align: center;
}
.page-section-contact .wpb_text_column h6 {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
}
.page-section-contact .wpb_text_column p {
  font-weight: 500;
  color: #020202;
  max-width: 520px;
  margin: 0 auto 30px auto;
}
.page-section-contact .wpb_text_column a {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  background-color: #020202;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 120px;
}
/*------------------------------------*\
    HOME
\*------------------------------------*/
.home-section-header:before {
  content: '';
  width: 60px;
  height: calc((100vh - 90px) / 2);
  background: #F1F3F5;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0;
}
.home-section-header {
  position: relative;
}
.home-section-header .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1 !important;
}
.home-section-header .swiper-container {
  max-width: calc(100% - 60px);
  margin-left: 60px;
  overflow: hidden;
}
.home-section-header .swiper-button-next.swiper-button-disabled,
.home-section-header .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.home-section-header .swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  background-color: #F1F3F5;
  position: absolute;
  right: 0 !important;
  bottom: 60px !important;
  margin-top: auto !important;
  color: #020202 !important;
  border-bottom: 1px solid #cbc9c9;
}
.home-section-header .swiper-button-next:after {
  font-size: 16px !important;
}
.home-section-header .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background-color: #F1F3F5;
  position: absolute;
  left: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  margin-top: auto !important;
  color: #020202 !important;
}
.home-section-header .swiper-button-prev:after {
  font-size: 16px !important;
}
.home-section-header .swiper-slide {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background: #020202;
}
.home-section-header .swiper-slide .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.home-section-header .swiper-slide .wpb_single_image img {
  width: 100vw;
  height: auto;
  max-height: calc(100vh - 90px);
  -o-object-fit: cover;
     object-fit: cover;
}
.home-section-header .swiper-slide .wpb_text_column {
  max-width: 1250px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}
.home-section-header .swiper-slide .wpb_text_column .wpb_wrapper {
  max-width: 720px;
  padding-left: 120px;
}
.home-section-header .swiper-slide .wpb_text_column h2 {
  font-size: 62px;
  margin-bottom: 40px;
  color: #fff;
}
.home-section-header .swiper-slide .wpb_text_column p {
  color: #fff;
  display: flex;
}
.home-section-header .swiper-slide .wpb_text_column p:before {
  content: '';
  height: 2px;
  min-width: 40px;
  background-color: #fff;
  display: inline-block;
  margin-top: 14px;
  margin-right: 40px;
}
.home-section-header .row-social {
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
  left: 90px;
  z-index: 99;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: flex;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.home-section-header .row-social .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.home-section-header .row-social .wpb_text_column .wpb_wrapper {
  display: flex;
}
.home-section-header .row-social .wpb_text_column .wpb_wrapper p {
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home-section-header .row-social .wpb_text_column .wpb_wrapper a {
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.home-section-header .row-contact {
  position: absolute;
  width: 60px;
  height: calc(100vh - 210px);
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-top: 100px;
  display: flex;
  justify-content: flex-start;
}
.home-section-header .row-contact .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.home-section-header .row-contact .wpb_text_column .wpb_wrapper {
  display: flex;
}
.home-section-header .row-contact .wpb_text_column .wpb_wrapper p {
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home-section-header .row-contact .wpb_text_column .wpb_wrapper a {
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  color: #fff;
  display: inline-block;
}
.home-section-header .row-cta-projects {
  position: absolute;
  right: 240px;
  bottom: 120px;
  z-index: 9;
}
.home-section-header .row-cta-projects .wpb_text_column a {
  width: 142px;
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 50%;
  text-align: center;
}
.home-section-header .row-cta-projects .wpb_text_column a span.link {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
.home-section-header .row-cta-projects .wpb_text_column a span:before {
  background-image: url('img/icons/arrow-top-right-white.svg');
  background-size: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  margin: 0 auto 5px auto;
}
.home-section-header .row-cta-projects .wpb_text_column a:hover {
  background-color: #020202;
}
.home-section-header .row-cta-projects .wpb_text_column a:hover span.link {
  color: #FFB400;
}
.home-section-header .row-cta-projects .wpb_text_column a:hover span:before {
  background-image: url('img/icons/arrow-top-right-yellow.svg');
}
.home-section-header .row-cta-scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  text-align: center;
}
.home-section-header .row-cta-scroll .wpb_text_column a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-section-header .row-cta-scroll .wpb_text_column a:before {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.home-section-servizi:before {
  content: '';
  width: 140px;
  height: 70px;
  background-color: #FFB400;
  border-radius: 140px 140px 0 0;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-section-servizi {
  padding-top: 80px !important;
  padding-bottom: 0;
}
.home-section-servizi .row-intro {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 60px;
}
.home-section-servizi .row-intro .wpb_text_column h2 {
  font-size: 60px;
}
.home-section-servizi .row-content {
  display: flex;
}
.home-section-servizi .row-content .wpb_single_image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 76px;
  margin-bottom: 40px !important;
  padding: 0 25px 0 25px;
}
.home-section-servizi .row-content .wpb_text_column {
  padding: 0 25px 0 25px;
}
.home-section-servizi .row-content .wpb_text_column h3 {
  font-size: 20px;
}
.home-section-servizi .row-content .wpb_text_column p {
  font-size: 14px;
}
.home-section-servizi .row-content .wpb_text_column a {
  font-weight: 300;
  text-transform: uppercase;
}
.home-section-servizi .row-content .wpb_text_column a:after {
  background-image: url('img/icons/arrow-top-right-black.svg');
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  margin-left: 5px;
}
.home-section-servizi .row-content .wpb_column {
  padding-top: 40px;
  padding-bottom: 80px;
  border-right: 1px solid #CBC9C9;
}
.home-section-servizi .row-content .wpb_column:last-child {
  border-right: 0;
}
.home-section-about {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 120px !important;
  padding-bottom: 120px;
}
.home-section-about .vc_row {
  display: flex;
}
.home-section-about .vc_row .col-left .wpb_single_image {
  text-align: center;
}
.home-section-about .vc_row .col-left .wpb_single_image figure {
  position: relative;
}
.home-section-about .vc_row .col-left .wpb_single_image figure:before {
  content: '';
  width: 40px;
  height: 140px;
  background-color: #FFB400;
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
}
.home-section-about .vc_row .col-left .wpb_single_image img {
  max-width: 420px;
}
.home-section-about .vc_row .col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-section-about .vc_row .col-right .wpb_text_column {
  margin-bottom: 20px !important;
}
.home-section-about .vc_row .col-right .wpb_text_column h2 {
  font-size: 60px;
  margin-bottom: 40px;
}
.home-section-about .vc_row .col-right .wpb_text_column a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.home-section-about .vc_row .col-right .wpb_text_column a:after {
  background-image: url('img/icons/arrow-top-right-black.svg');
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  margin-left: 5px;
}
.home-section-about .vc_row .col-right .vc_tta-container {
  margin-bottom: 40px;
}
.home-section-about .vc_row .col-right .vc_tta-container .vc_tta-panel.vc_active .vc_tta-panel-heading a:after {
  content: '-';
}
.home-section-about .vc_row .col-right .vc_tta-container .vc_tta-panel-heading {
  margin-bottom: 0 !important;
  /*h3.vc_tta-panel-title:after {
		  				content: '+';
		  				width: 30px;
		  				height: 30px;
		  				border: 1px solid @grey;
		  				border-radius: 50%;
		  				display: block;
		  				position: absolute;
		  				right: 0;
		  				top: 15px;
		  				line-height: 25px;
	    				text-align: center;
		  			}*/
}
.home-section-about .vc_row .col-right .vc_tta-container .vc_tta-panel-heading h3.vc_tta-panel-title {
  font-size: 20px;
  line-height: 60px;
  border-bottom: 1px solid #F1F3F5;
  margin-bottom: 0;
  position: relative;
  background: #fff;
}
.home-section-about .vc_row .col-right .vc_tta-container .vc_tta-panel-heading h3.vc_tta-panel-title a {
  padding: 0;
}
.home-section-about .vc_row .col-right .vc_tta-container .vc_tta-panel-heading h3.vc_tta-panel-title a:after {
  content: '+';
  width: 30px;
  height: 30px;
  border: 1px solid #F1F3F5;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  line-height: 25px;
  text-align: center;
}
.home-section-about .vc_row .col-right .vc_tta-container .vc_tta-panel-body {
  padding: 20px 0;
}
.home-section-about .vc_row .col-right .vc_tta-container .vc_tta-panel-body .wpb_text_column {
  margin-bottom: 0 !important;
}
.home-section-video {
  padding-top: 0 !important;
}
.home-section-video .wpb_text_column {
  display: none;
}
.home-section-progetti:before {
  content: '';
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f3f5;
}
.home-section-progetti {
  padding-top: 120px !important;
  padding-bottom: 98px;
}
.home-section-progetti .row-intro {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 90px;
  display: flex;
}
.home-section-progetti .row-intro .col-left .wpb_text_column h2 {
  font-size: 60px;
  font-weight: bold;
}
.home-section-progetti .row-intro .col-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-section-progetti .row-intro .col-right .wpb_text_column {
  text-align: right;
}
.home-section-progetti .row-intro .col-right .wpb_text_column a:before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #FFB400;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -25px;
}
.home-section-progetti .row-intro .col-right .wpb_text_column a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #020202;
}
.home-section-progetti .row-intro .col-right .wpb_text_column a:after {
  background-image: url(img/icons/arrow-top-right-black.svg);
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  margin-left: 5px;
}
.home-section-progetti .row-loop .search-filter-results {
  max-width: 1194px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.home-section-progetti .row-loop .search-filter-results .item {
  width: 33.3%;
  padding: 22px;
  position: relative;
}
.home-section-progetti .row-loop .search-filter-results .item img {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-section-progetti .row-loop .search-filter-results .item .content {
  position: absolute;
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 0 30px;
  background-color: #FFB400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
.home-section-progetti .row-loop .search-filter-results .item .content p.title {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #020202;
}
.home-section-progetti .row-loop .search-filter-results .item .content p.place {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #020202;
  margin-bottom: 0;
}
.home-section-progetti .row-loop .search-filter-results .item .content p.place:before {
  background-image: url('img/icons/icon-map-placeholder.png');
  background-size: 18px 18px;
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  content: "";
  vertical-align: text-top;
}
.home-section-progetti .row-loop .search-filter-results .item:hover .content {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.home-section-progetti .row-loop .search-filter-results .pagination {
  display: none;
  width: 100%;
  margin-left: 20px;
}
.home-section-progetti .row-loop .search-filter-results .pagination .wp-pagenavi span,
.home-section-progetti .row-loop .search-filter-results .pagination .wp-pagenavi a {
  display: inline-block;
  text-align: center;
  width: 30px;
}
.home-section-progetti .row-loop .search-filter-results .pagination .wp-pagenavi span.pages {
  display: none;
}
.home-section-featuring {
  padding-top: 80px !important;
  padding-bottom: 40px;
}
.home-section-featuring .swiper-container {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden;
}
.home-section-featuring .vc_row {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.home-section-featuring .vc_row .wpb_single_image {
  margin-bottom: 40px !important;
}
.home-section-featuring .vc_row .wpb_single_image .vc_single_image-wrapper {
  background-color: #f1f3f5;
}
.home-section-featuring .vc_row .wpb_single_image img {
  mix-blend-mode: multiply;
}
.home-section-featuring .swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  background-color: #F1F3F5;
  color: #020202 !important;
}
.home-section-featuring .swiper-button-next:after {
  font-size: 16px !important;
}
.home-section-featuring .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background-color: #F1F3F5;
  color: #020202 !important;
}
.home-section-featuring .swiper-button-prev:after {
  font-size: 16px !important;
}
.prodotti-section-banner.home {
  display: none;
}
.home-section-commenti:after {
  content: '';
  width: 40px;
  height: 140px;
  background-color: #ffb400;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.home-section-commenti:before {
  content: '';
  width: 40px;
  height: 140px;
  background-color: #ffb400;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.home-section-commenti {
  margin-bottom: 0;
  padding-top: 80px !important;
  padding-bottom: 80px;
}
.home-section-commenti .swiper-container {
  overflow: hidden;
}
.home-section-commenti .vc_row.row-intro .wpb_text_column h2 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.home-section-commenti .vc_row.swiper-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.home-section-commenti .vc_row.swiper-slide .wpb_text_column {
  padding: 0 15px;
  text-align: center;
}
.home-section-commenti .vc_row.swiper-slide .wpb_text_column p {
  font-size: 15px;
}
.home-section-commenti .vc_row.swiper-slide .wpb_text_column p strong {
  font-size: 20px;
  color: #020202;
}
.home-section-commenti .vc_row.swiper-slide .wpb_text_column p strong a {
  text-decoration: underline;
}
.home-section-commenti .swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  background-color: #F1F3F5;
  color: #020202 !important;
}
.home-section-commenti .swiper-button-next:after {
  font-size: 16px !important;
}
.home-section-commenti .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background-color: #F1F3F5;
  color: #020202 !important;
}
.home-section-commenti .swiper-button-prev:after {
  font-size: 16px !important;
}
.section-newsletter {
  padding-top: 60px !important;
  padding-bottom: 60px;
}
.section-newsletter .wpb_text_column {
  text-align: center;
}
.section-newsletter .wpb_text_column p {
  color: #919292;
}
.section-newsletter .wpb_text_column a {
  color: #919292;
}
.section-newsletter .wpb_text_column input[type="email"] {
  margin: 0;
  padding: 0 15px;
  border: none;
  line-height: 32px;
  width: 100%;
  max-width: 420px;
  font-size: 15px;
}
.section-newsletter .wpb_text_column input[type="submit"] {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  background-color: #020202;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 120px;
  border: none;
  width: initial;
}
/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about-section-servizi {
  padding-top: 80px !important;
  padding-bottom: 40px;
}
.about-section-servizi .row-intro {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 60px;
  display: flex;
}
.about-section-servizi .row-intro .col-left .wpb_text_column h2 {
  font-size: 60px;
  margin-bottom: 40px;
}
.about-section-servizi .row-intro .col-left .wpb_text_column p {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #020202;
}
.about-section-servizi .row-intro .col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-section-servizi .row-intro .col-right .wpb_text_column p {
  margin-bottom: 0;
}
.about-section-servizi .row-content {
  display: flex;
}
.about-section-servizi .row-content .wpb_single_image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 76px;
  margin-bottom: 40px !important;
  padding: 0 25px 0 25px;
}
.about-section-servizi .row-content .wpb_text_column {
  padding: 0 25px 0 25px;
}
.about-section-servizi .row-content .wpb_text_column h3 {
  font-size: 20px;
}
.about-section-servizi .row-content .wpb_text_column p {
  font-size: 14px;
}
.about-section-servizi .row-content .wpb_text_column a {
  font-weight: 300;
  text-transform: uppercase;
}
.about-section-servizi .row-content .wpb_text_column a:after {
  background-image: url('img/icons/arrow-top-right-black.svg');
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  margin-left: 5px;
}
.about-section-servizi .row-content .wpb_column {
  padding-top: 40px;
  padding-bottom: 80px;
  border-right: 1px solid #CBC9C9;
}
.about-section-servizi .row-content .wpb_column:last-child {
  border-right: 0;
}
.about-section-servizi .row-content.small {
  max-width: 786px;
}
.about-section-persone {
  padding-top: 120px !important;
  padding-bottom: 120px;
}
.about-section-persone .row-intro {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 120px;
  display: flex;
}
.about-section-persone .row-intro .col-left .wpb_text_column h2 {
  font-size: 60px;
  margin-bottom: 40px;
}
.about-section-persone .row-intro .col-left .wpb_text_column p {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #020202;
}
.about-section-persone .row-intro .col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-section-persone .row-intro .col-right .wpb_text_column p {
  margin-bottom: 20px;
}
.about-section-persone .row-content {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.about-section-persone .row-content .wpb_column > .vc_column-inner > .wpb_wrapper {
  max-width: 280px;
  margin: 0 auto;
}
.about-section-persone .row-content .wpb_single_image {
  position: relative;
  text-align: center;
}
.about-section-persone .row-content .wpb_single_image img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 50%;
}
.about-section-persone .row-content .vc_row {
  width: calc(100% - 30px);
  height: calc(100% - 68px);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  background-color: rgba(255, 180, 0, 0.9);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  height: auto;
  max-width: 280px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding-bottom: 40px;
  display: none;
}
.about-section-persone .row-content .vc_row .wpb_single_image {
  text-align: center;
  display: inline-block;
}
.about-section-persone .row-content .vc_row .wpb_single_image img {
  width: 40px;
  height: auto;
  margin: 0 5px 0 5px;
}
.about-section-persone .row-content .wpb_text_column {
  text-align: center;
}
.about-section-persone .row-content .wpb_text_column h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-section-persone .row-content .wpb_text_column p {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #020202;
}
.about-section-persone .row-content .wpb_text_column p + p {
  text-transform: initial;
  color: #919292;
}
.about-section-persone .row-content > .wpb_column:hover .vc_row {
  display: flex;
}
/*------------------------------------*\
    PRODOTTI
\*------------------------------------*/
.page-section-header.prodotti .row-brands {
  max-width: 1180px;
  margin-top: 60px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
}
.page-section-header.prodotti .row-brands .wpb_column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-section-header.prodotti .row-brands .wpb_single_image {
  text-align: center;
}
.page-section-header.prodotti .row-brands .wpb_single_image img {
  width: 100%;
  height: 40px;
}
.page-section-header.prodotti .row-brands .wpb_single_image.optoma img {
  height: 55px;
}
.page-section-header.prodotti .row-brands .wpb_single_image.epson img:hover {
  content: url(/wp-content/uploads/2025/03/epson-logo-blu.svg);
}
.page-section-header.prodotti .row-brands .wpb_single_image.barco img:hover {
  content: url(/wp-content/uploads/2025/03/barco-logo-red.svg);
}
.page-section-header.prodotti .row-brands .wpb_single_image.optoma img:hover {
  content: url(/wp-content/uploads/2025/03/optoma-logo-red.svg);
}
.prodotti-section-content {
  padding-top: 120px !important;
  padding-bottom: 120px;
}
.prodotti-section-content .vc_row {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
}
.prodotti-section-content .vc_row .wpb_column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodotti-section-content .vc_row .wpb_single_image {
  text-align: center;
}
.prodotti-section-content .vc_row .wpb_single_image img {
  width: 100%;
  max-height: 50px;
}
.prodotti-section-content .vc_row .wpb_single_image.optoma img {
  max-height: 78px;
}
.prodotti-section-banner:before {
  content: '';
  width: 40px;
  height: 140px;
  background-color: #ffb400;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.prodotti-section-banner:after {
  content: '';
  width: 40px;
  height: 140px;
  background-color: #ffb400;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.prodotti-section-banner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.prodotti-section-banner .col-right .wpb_text_column h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 40px;
}
.prodotti-section-banner .col-right .wpb_text_column h2 + p {
  max-width: 300px;
  display: inline-block;
  float: left;
}
.prodotti-section-banner .col-right .wpb_text_column p + p a {
  width: 142px;
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #020202;
  border-radius: 50%;
  text-align: center;
}
.prodotti-section-banner .col-right .wpb_text_column p + p a span {
  font-size: 13px;
  font-weight: 600;
  color: #020202;
  text-transform: uppercase;
  display: block;
}
.prodotti-section-banner .col-right .wpb_text_column p + p a span:before {
  background-image: url(/wp-content/themes/icvideo/img/icons/arrow-top-right-black.svg);
  background-size: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  margin: 0 auto 5px auto;
}
/*------------------------------------*\
    CASE
\*------------------------------------*/
body.case-da-esterno .page-section-header .row-content .col-left .wpb_text_column h1 {
  margin-bottom: 20px;
}
.case-section-content {
  padding-top: 120px !important;
  padding-bottom: 120px;
}
.case-section-content .vc_row {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0;
  display: flex;
}
.case-section-content .vc_row .wpb_text_column img {
  width: 100%;
  height: auto;
}
.case-section-content .col-left {
  padding-right: 60px;
}
.case-section-content .col-left .wpb_text_column {
  margin-bottom: 110px !important;
}
.case-section-content .col-left .wpb_single_image {
  margin-bottom: 60px !important;
}
.case-section-content .col-right .wpb_text_column strong {
  color: #020202;
}
/*------------------------------------*\
    PROGETTI HUB
\*------------------------------------*/
.progetti-section-loop {
  padding-top: 98px !important;
  padding-bottom: 120px;
}
.progetti-section-loop .search-filter-results {
  max-width: 1194px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.progetti-section-loop .search-filter-results .item {
  width: 33.3%;
  padding: 22px;
  position: relative;
}
.progetti-section-loop .search-filter-results .item img {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.progetti-section-loop .search-filter-results .item .content {
  position: absolute;
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 0 30px;
  background-color: #FFB400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
.progetti-section-loop .search-filter-results .item .content p.title {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #020202;
}
.progetti-section-loop .search-filter-results .item .content p.place {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #020202;
  margin-bottom: 0;
}
.progetti-section-loop .search-filter-results .item .content p.place:before {
  background-image: url('img/icons/icon-map-placeholder.png');
  background-size: 18px 18px;
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  content: "";
  vertical-align: text-top;
}
.progetti-section-loop .search-filter-results .item:hover .content {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.progetti-section-loop .search-filter-results .pagination {
  display: block;
  width: 100%;
  margin-left: 20px;
}
.progetti-section-loop .search-filter-results .pagination .wp-pagenavi span,
.progetti-section-loop .search-filter-results .pagination .wp-pagenavi a {
  display: inline-block;
  text-align: center;
  width: 30px;
}
.progetti-section-loop .search-filter-results .pagination .wp-pagenavi span.pages {
  display: none;
}
/*------------------------------------*\
    PROGETTO SINGLE
\*------------------------------------*/
main.project .intro {
  background: #F1F3F5;
  margin-left: -60px;
  margin-right: -60px;
}
main.project .intro .content {
  max-width: 1270px;
  margin: 0 auto;
  padding: 120px 60px 100px 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.project .intro .content .col-1 {
  width: 45%;
}
main.project .intro .content .col-1 h1 {
  font-size: 52px;
  line-height: 52px;
}
main.project .intro .content .col-2 {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.project .intro .content .col-2 p.title {
  font-size: 20px;
  font-weight: bold;
  color: #020202;
  margin-bottom: 0;
}
main.project .intro .content .col-2 p.description {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  min-height: 54px;
}
main.project .intro .content .col-3 {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.project .intro .content .col-3 p.title {
  font-size: 20px;
  font-weight: bold;
  color: #020202;
  margin-bottom: 0;
}
main.project .intro .content .col-3 p.description {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  min-height: 54px;
}
main.project .intro .content .col-4 {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.project .intro .content .col-4 p.title {
  font-size: 20px;
  font-weight: bold;
  color: #020202;
  margin-bottom: 0;
}
main.project .intro .content .col-4 p.description {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  min-height: 54px;
}
main.project .featured-image {
  margin-left: -60px;
  margin-right: -60px;
  margin-bottom: 120px;
}
main.project .featured-image img {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
main.project .block-1 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
  margin: 0 auto;
}
main.project .block-1 .col-left {
  width: 45%;
  margin-bottom: 60px;
}
main.project .block-1 .col-left p {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  max-width: 390px;
  color: #020202;
}
main.project .block-1 .col-right {
  width: 55%;
  margin-bottom: 80px;
}
main.project .block-1 .col-right ul {
  list-style-type: disc;
  margin-left: 15px;
}
main.project .block-1 .col-right ul li {
  display: list-item;
  margin-bottom: 20px;
}
main.project .block-1 .col-right a {
  text-decoration: underline;
}
main.project .gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: 1194px;
  margin: 0 auto;
}
main.project .gallery .image-item {
  width: 33.3%;
}
main.project .gallery .image-item img {
  width: 100%;
  height: auto;
  padding: 22px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: transparent !important;
}
main.project .gallery .image-item.item-1 {
  width: 100%;
}
main.project .gallery .image-item.item-2 {
  width: 50%;
}
main.project .gallery .image-item.item-3 {
  width: 33.3%;
}
main.project .gallery .image-item.item-4 {
  width: 50%;
}
main.project .gallery .image-item.item-6 {
  width: 33.3%;
}
main.project .media {
  max-width: 1150px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 22px !important;
}
main.project .media video {
  width: 100%;
}
main.project .media p {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 0;
}
main.project .media p iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main.project .divider {
  background-color: #F1F3F5;
  width: 100vw;
  max-width: 100%;
  height: 30vh;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -30vh;
  z-index: -1;
}
main.project .highlight {
  margin-left: -60px;
  margin-right: -60px;
  padding-top: 120px;
  background-color: #F1F3F5;
}
main.project .highlight .content {
  max-width: 940px;
  margin: 0 auto;
}
main.project .highlight .content p {
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  color: #020202;
  margin-bottom: 0;
}
main.project .block-2 {
  margin-left: -60px;
  margin-right: -60px;
  padding-top: 120px;
  background-color: #F1F3F5;
}
main.project .block-2 .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
  margin: 0 auto;
}
main.project .block-2 .content .col-left {
  width: 45%;
  margin-bottom: 60px;
}
main.project .block-2 .content .col-left p {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  max-width: 390px;
  color: #020202;
}
main.project .block-2 .content .col-right {
  width: 55%;
  margin-bottom: 120px;
}
main.project .block-2 .content .col-right ul {
  list-style-type: disc;
  margin-left: 15px;
}
main.project .block-2 .content .col-right ul li {
  display: list-item;
}
main.project .block-2 .content .col-right a {
  text-decoration: underline;
}
main.project .related-project {
  margin-left: -60px;
  margin-right: -60px;
  background-color: #F1F3F5;
}
main.project .related-project .item img {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: 0;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
main.project .related-project .item .container {
  display: block;
  margin-left: 0;
  background-color: #fff;
  position: relative;
  z-index: 9;
  margin-top: -200px;
}
main.project .related-project .item .container .content {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
main.project .related-project .item .container .content .col-left p.next-project {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #020202;
}
main.project .related-project .item .container .content .col-left a.next-project-title h5 {
  font-size: 26px;
  font-weight: bold;
  line-height: 25px;
  color: #020202;
  margin-bottom: 10px;
}
main.project .related-project .item .container .content .col-left a.next-project-title h5 br {
  display: none;
}
main.project .related-project .item .container .content .col-left p.next-project-place {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #020202;
  margin-bottom: 30px;
}
main.project .related-project .item .container .content .col-left p.next-project-place:before {
  background-image: url('img/icons/icon-map-placeholder.png');
  background-size: 18px 18px;
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  content: "";
  vertical-align: text-top;
}
main.project .related-project .item .container .content .col-left a.next-project {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
}
main.project .related-project .item .container .content .col-left a.next-project:after {
  background-image: url(img/icons/arrow-top-right-black.svg);
  background-size: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  margin-left: 5px;
}
main.project .related-project .item .container .content .col-right a {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 142px;
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #020202;
  border-radius: 50%;
  text-align: center;
}
main.project .related-project .item .container .content .col-right a span {
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0 30px;
  display: block;
}
main.project .related-project .item .container .content .col-right a span:before {
  background-image: url(img/icons/arrow-top-right-black.svg);
  background-size: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  margin: 0 auto 10px auto;
}
main.project .related-project .item .container .content .col-right a:hover {
  background-color: #FFB400;
}
main.project .contact {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-color: #F1F3F5;
  margin-left: -60px;
  margin-right: -60px;
}
main.project .contact h6 {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
}
main.project .contact p {
  font-weight: 500;
  color: #020202;
  max-width: 520px;
  margin: 0 auto 30px auto;
}
main.project .contact a {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  background-color: #020202;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 120px;
}
/*------------------------------------*\
    CONTATTI
\*------------------------------------*/
.contatti-section-form {
  padding-top: 120px !important;
  padding-bottom: 90px;
}
.contatti-section-form .vc_row {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.contatti-section-form .vc_row .col-left {
  padding-left: 40px;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.title {
  margin-bottom: 20px !important;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  color: #020202;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.title p:before {
  background-image: url(img/icons/icon-map-placeholder-yellow.svg);
  background-size: 31px 42px;
  display: inline-block;
  margin-right: 20px;
  width: 31px;
  height: 42px;
  content: "";
  vertical-align: text-top;
  margin-left: -40px;
  vertical-align: baseline;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.address {
  margin-bottom: 40px !important;
  padding-left: 12px;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.address p {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #020202;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.phone {
  margin-bottom: 40px !important;
  padding-left: 12px;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.phone p a {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: underline;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.whapp {
  margin-bottom: 40px !important;
  padding-left: 12px;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.whapp p a {
  background-color: #25d366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.whapp p a:before {
  background-image: url('img/icons/icon-whapp.png');
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  margin-right: 20px;
  vertical-align: text-top;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.social {
  padding-left: 12px;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.social p {
  display: inline-block;
}
.contatti-section-form .vc_row .col-left .wpb_text_column.social p a {
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
  color: #020202;
  text-transform: uppercase;
}
.contatti-section-form .vc_row .col-right input,
.contatti-section-form .vc_row .col-right textarea {
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  border: 1px solid #CBC9C9;
  padding: 0 20px;
  width: 100%;
}
.contatti-section-form .vc_row .col-right .row {
  margin-bottom: 20px;
}
.contatti-section-form .vc_row .col-right .row.col-2 {
  display: flex;
}
.contatti-section-form .vc_row .col-right .row.col-2 .col-left {
  padding-left: 0;
  padding-right: 20px;
}
.contatti-section-form .vc_row .col-right .row.col-2 .col-right {
  padding-left: 20px;
  padding-right: 0;
}
.contatti-section-form .vc_row .col-right .row.acceptance .wpcf7-list-item {
  margin: 0;
}
.contatti-section-form .vc_row .col-right .row.acceptance .wpcf7-list-item label {
  display: flex;
}
.contatti-section-form .vc_row .col-right .row.acceptance .wpcf7-list-item label input {
  display: inline-block;
  width: initial;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-right: 15px;
}
.contatti-section-form .vc_row .col-right .row.submit {
  text-align: center;
}
.contatti-section-form .vc_row .col-right .row.submit input {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  background-color: #020202;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 120px;
  border: none;
  width: initial;
}
.contatti-section-form .vc_row .col-right .row.submit .wpcf7-spinner {
  position: absolute;
  right: 0;
  margin: 14px 15px;
}
.contatti-section-map .wpb_raw_code iframe {
  width: 100%;
  margin-bottom: -10px;
}
/*------------------------------------*\
    PRIVACY POLICY
\*------------------------------------*/
.privacy-section-content .wpb_text_column {
  max-width: 1150px;
  margin: 120px auto !important;
}
/*------------------------------------*\
    BANNER COOKIES PRIVACY POLICY
\*------------------------------------*/
#cookie-notice .cookie-notice-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 20px 20px;
}
#cookie-notice .cookie-notice-container .cn-text-container {
  margin-bottom: 20px;
  text-align: left;
}
#cookie-notice .cookie-notice-container .cn-text-container a {
  color: #FFB400;
  text-decoration: underline;
}
#cookie-notice .cookie-notice-container .cn-buttons-container #cn-refuse-cookie {
  background-color: transparent;
}
#cookie-notice #cn-close-notice {
  display: none;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  border-top: 1px solid #f4f4f4;
  padding: 60px 0;
}
.footer .row-1 {
  max-width: 1150px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
}
.footer .row-1 .col {
  width: 25%;
}
.footer .row-1 .col .content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.footer .row-1 .col .content p.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #020202;
  margin-bottom: 10px;
}
.footer .row-1 .col.col-1 img {
  height: 40px;
}
.footer .row-1 .col.col-3 a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  color: #FFB400;
  text-decoration: underline;
  margin-bottom: 10px;
}
.footer .row-1 .col.col-4 a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer .row-2 {
  max-width: 1150px;
  margin-left: auto !important;
  margin-right: auto !important;
}
/*------------------------------------*\
    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;
    transition: all 0.2s ease-out;
  }
  .header.shrinked .logo {
    padding: 10px 0;
    transition: all 0.2s ease-out;
  }
  .header.shrinked .logo-img {
    height: 40px;
    transition: all 0.2s ease-out;
  }
  .header.shrinked ul li a {
    line-height: 60px;
    transition: all 0.2s ease-out;
  }
}
@media only screen and (max-width: 1024px) {
  /*------------------------------------*\
	    TYPOGRAPHY
	\*------------------------------------*/
  /*------------------------------------*\
	    STRUCTURE
	\*------------------------------------*/
  main {
    padding-top: 70px;
  }
  .wrapper {
    padding: 0 15px;
  }
  /*------------------------------------*\
	    HEADER
	\*------------------------------------*/
  .header {
    height: 70px;
  }
  .header-container {
    height: 70px;
  }
  .header .logo {
    padding: 15px;
  }
  .header .logo-img {
    height: 40px;
  }
  .header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: auto;
  }
  .header .logo {
    padding: 15px;
  }
  .header .menu-icon {
    padding: 34px 15px;
  }
  .header .menu-icon .navicon {
    margin-bottom: 0;
  }
  .header .menu-btn:checked ~ .menu {
    min-height: calc(100vh - 70px);
    background-color: #fff;
  }
  .header ul li {
    width: 100%;
    display: block;
  }
  .header ul li a {
    font-size: 50px;
    line-height: 1.33em;
    text-align: center;
  }
  .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
  }
  /*------------------------------------*\
	    ELEMENTS
	\*------------------------------------*/
  .page-section-header {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .page-section-header .row-content {
    display: block;
  }
  .page-section-header .row-content .col-left {
    margin-bottom: 40px;
  }
  .page-section-contact {
    padding-top: 80px !important;
    padding-bottom: 80px;
  }
  /*------------------------------------*\
	    HOME
	\*------------------------------------*/
  .home-section-header {
    height: calc(100vh - 70px);
  }
  .home-section-header .swiper-container {
    max-width: calc(100%);
    margin-left: 0;
  }
  .home-section-header .row-social {
    display: none;
  }
  .home-section-header .row-contact {
    display: none;
  }
  .home-section-header .swiper-slide .wpb_text_column {
    top: calc(50% - 120px);
  }
  .home-section-header .swiper-slide .wpb_text_column .wpb_wrapper {
    padding-left: 15px;
  }
  .home-section-header .swiper-slide .wpb_text_column h2 {
    font-size: 50px;
    line-height: 1.33em;
  }
  .home-section-header .swiper-slide .wpb_text_column p {
    padding-right: 15px;
  }
  .home-section-header .swiper-slide .wpb_text_column p:before {
    min-width: 30px;
    margin-right: 15px;
  }
  .home-section-header .swiper-slide .wpb_single_image img {
    height: calc(100vh - 70px);
    max-height: calc(100vh - 70px);
  }
  .home-section-header .row-cta-projects {
    position: relative;
    right: 0;
    bottom: 120px;
  }
  .home-section-header .row-cta-projects .wpb_text_column a {
    width: 80px;
    height: 80px;
  }
  .home-section-header .row-cta-scroll {
    display: none;
  }
  .home-section-servizi {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 40px;
  }
  .home-section-servizi .row-intro {
    margin-bottom: 40px;
  }
  .home-section-servizi .row-intro .wpb_text_column h2 {
    font-size: 50px;
    line-height: 1.33em;
    text-align: center;
  }
  .home-section-servizi .row-content {
    display: block;
  }
  .home-section-servizi .row-content .wpb_column {
    border-right: 0;
  }
  .home-section-servizi .row-content .wpb_single_image {
    padding: 0;
    text-align: center;
  }
  .home-section-servizi .row-content .wpb_text_column {
    padding: 0;
    text-align: center;
  }
  .home-section-servizi .row-content .wpb_column {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .home-section-about {
    width: 100%;
    max-width: 100%;
    padding-top: 80px !important;
    padding-bottom: 60px;
  }
  .home-section-about .vc_row {
    display: block;
  }
  .home-section-about .vc_row .col-left .wpb_single_image img {
    width: 100%;
    margin-bottom: 40px;
  }
  .home-section-about .vc_row .col-right .wpb_text_column h2 {
    font-size: 50px;
    line-height: 1.33em;
  }
  .home-section-about .vc_row .col-right {
    display: block;
  }
  .home-section-about .vc_row .col-left .wpb_single_image figure:before {
    display: none;
  }
  .home-section-progetti {
    padding-top: 80px !important;
    padding-bottom: 40px;
  }
  .home-section-progetti .row-intro {
    margin-bottom: 40px;
  }
  .home-section-progetti .row-intro .col-left .wpb_text_column h2 {
    font-size: 50px;
    line-height: 1;
  }
  .home-section-progetti .row-loop .search-filter-results {
    display: block;
  }
  .home-section-progetti .row-loop .search-filter-results .item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .home-section-progetti .row-loop .search-filter-results .item .content {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home-section-progetti .row-loop .search-filter-results .item .content p.title {
    color: #fff;
  }
  .home-section-progetti .row-loop .search-filter-results .item .content p.place {
    color: #fff;
  }
  .home-section-progetti .row-loop .search-filter-results .item .content p.place:before {
    background-image: url(img/icons/icon-map-placeholder-yellow.svg);
  }
  .home-section-featuring {
    padding-top: 80px !important;
    padding-bottom: 40px;
  }
  .home-section-featuring > .vc_row {
    display: flex;
    flex-wrap: wrap;
  }
  .home-section-featuring > .vc_row > .wpb_column {
    width: 50%;
  }
  .home-section-featuring .swiper-button-prev {
    width: 30px !important;
    left: 0;
    background: transparent;
  }
  .home-section-featuring .swiper-button-next {
    width: 30px !important;
    right: 0;
    background: transparent;
  }
  /*------------------------------------*\
	    ABOUT
	\*------------------------------------*/
  .about-section-servizi .row-intro {
    display: block;
    margin-bottom: 40px;
  }
  .about-section-servizi .row-content {
    display: block;
  }
  .about-section-servizi .row-content .wpb_column {
    padding-top: 0;
    padding-bottom: 40px;
    border-right: 0;
  }
  .about-section-servizi .row-content .wpb_single_image {
    padding: 0;
    text-align: center;
  }
  .about-section-servizi .row-content .wpb_text_column {
    padding: 0;
    text-align: center;
  }
  .about-section-persone {
    padding-top: 80px !important;
    padding-bottom: 40px;
  }
  .about-section-persone .row-intro {
    display: block;
    margin-bottom: 40px;
  }
  .about-section-persone .row-content .vc_column_container {
    margin-bottom: 40px;
  }
  /*------------------------------------*\
	    PRODOTTI
	\*------------------------------------*/
  /*------------------------------------*\
	    PROGETTI HUB
	\*------------------------------------*/
  .progetti-section-loop {
    padding-top: 80px !important;
    padding-bottom: 0px;
  }
  .progetti-section-loop .search-filter-results {
    display: block;
  }
  .progetti-section-loop .search-filter-results .item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .progetti-section-loop .search-filter-results .item .content {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .progetti-section-loop .search-filter-results .item .content p.title {
    color: #fff;
  }
  .progetti-section-loop .search-filter-results .item .content p.place {
    color: #fff;
  }
  .progetti-section-loop .search-filter-results .item .content p.place:before {
    background-image: url(img/icons/icon-map-placeholder-yellow.svg);
  }
  .progetti-section-loop .search-filter-results .pagination {
    margin-left: 0;
  }
  /*------------------------------------*\
	    PROGETTO SINGLE
	\*------------------------------------*/
  main.project .intro {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  main.project .intro .content {
    padding: 40px 15px 20px 15px;
  }
  main.project .intro .content .col-1 {
    width: 100%;
    margin-bottom: 0;
  }
  main.project .intro .content .col-1 h1 {
    font-size: 50px;
    line-height: 1.33em;
    margin-bottom: 40px;
  }
  main.project .intro .content .col-2 {
    width: 100%;
  }
  main.project .intro .content .col-3 {
    width: 100%;
  }
  main.project .intro .content .col-4 {
    width: 100%;
  }
  main.project .featured-image {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
  }
  main.project .featured-image img {
    width: 100%;
    height: auto;
  }
  main.project .block-1 {
    display: block;
  }
  main.project .block-1 .col-left {
    width: 100%;
    margin-bottom: 40px;
  }
  main.project .block-1 .col-right {
    width: 100%;
    margin-bottom: 40px;
  }
  main.project .gallery {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  main.project .gallery .image-item img {
    padding: 20px 0;
  }
  main.project .gallery .image-item.item-1 {
    width: 100%;
  }
  main.project .gallery .image-item.item-2 {
    width: 100%;
  }
  main.project .gallery .image-item.item-3 {
    width: 100%;
  }
  main.project .gallery .image-item.item-4 {
    width: 100%;
  }
  main.project .gallery .image-item.item-6 {
    width: 100%;
  }
  main.project .divider {
    display: none;
  }
  main.project .media {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 40px;
  }
  main.project .highlight {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  main.project .highlight .content {
    padding-bottom: 40px;
  }
  main.project .block-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    background-color: #fff;
  }
  main.project .block-2 .content {
    display: block;
  }
  main.project .block-2 .content .col-left {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  main.project .block-2 .content .col-right {
    width: 100%;
    margin-bottom: 80px;
  }
  main.project .related-project {
    margin-left: 0;
    margin-right: 0;
  }
  main.project .related-project .item .container {
    margin-top: initial;
  }
  main.project .related-project .item .container .content {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 40px;
    margin-left: 0 !important;
  }
  main.project .related-project .item .container .content .col-right a {
    width: 100px;
    height: 100px;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    margin: 40px auto 0 auto;
  }
  main.project .contact {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /*------------------------------------*\
	    CASE DA ESTERNO
	\*------------------------------------*/
  .case-section-content {
    padding-top: 60px !important;
    padding-bottom: 80px;
  }
  .case-section-content .vc_row {
    display: block;
  }
  .case-section-content .col-left {
    padding-right: 0;
  }
  .case-section-content .col-left > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .case-section-content .col-left .wpb_text_column {
    margin-bottom: 40px !important;
  }
  .case-section-content .col-left .wpb_single_image {
    margin-bottom: 40px !important;
  }
  .case-section-content .col-right > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  /*------------------------------------*\
	    CONTATTI
	\*------------------------------------*/
  .contatti-section-form {
    padding-top: 80px !important;
    padding-bottom: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contatti-section-form .vc_row .col-left {
    padding-left: 0;
  }
  .contatti-section-form .vc_row .col-left .wpb_text_column.title p:before {
    position: absolute;
    right: 0;
  }
  .contatti-section-form .vc_row .col-left .wpb_text_column.address {
    padding-left: 0;
  }
  .contatti-section-form .vc_row .col-left .wpb_text_column.phone {
    padding-left: 0;
  }
  .contatti-section-form .vc_row .col-left .wpb_text_column.social {
    padding-left: 0;
  }
  .contatti-section-form .vc_row .col-left .wpb_text_column.social p a {
    margin-right: 10px;
  }
  /*------------------------------------*\
	    FOOTER
	\*------------------------------------*/
  .footer {
    padding: 80px 0 40px 0;
  }
  .footer .row-1 {
    flex-wrap: wrap;
  }
  .footer .row-1 .col {
    width: 50%;
  }
  .footer .row-1 .col .content {
    margin: 0 0 40px 0;
  }
  .footer .row-1 .col.col-1,
  .footer .row-1 .col.col-3 {
    padding-right: 15px;
  }
  .footer .row-1 .col.col-2,
  .footer .row-1 .col.col-4 {
    padding-left: 30px;
  }
  .footer p.copyright {
    font-size: 10px;
    text-align: center;
  }
}
