@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
/* ==================== box sizing ==================== */
*,
*::after,
*::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ====================  ==================== */
.animate {
  transition: all .36s ease-out;
}
/* ==================== reset ==================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* ==================== wp styles ==================== */
.alignleft {
  float: left;
  margin-right: 20.0px;
  margin-bottom: 20.0px;
  max-width: 100%;
  height: auto;
  display: block;
  width: 291.0px;
}

.alignright {
  float: right;
  margin-left: 20.0px;
  margin-bottom: 20.0px;
  max-width: 100%;
  height: auto;
  display: block;
  width: 291.0px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  height: auto;
}

.alignnone {
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
  border: 1.1px solid rgba(0,0,0,0.2);
  margin-bottom: 25.0px;
}

.wp-caption {
  width: auto!important;
}

.wp-caption a {
  display: block;
}

.wp-caption img {
  display: block;
  width: 100%;
}

.wp-caption-text {
  color: rgba(0,0,0,0.8);
  padding: 6.6px 12.8px;
}

@media all and (max-width: 720px) {
  .alignleft,
  .alignright {
    width: 100%;
  }
}
/* ==================== selection ==================== */
/* ==================== https://coolors.co/5e5d56-e1dd8f-e0777d-4c86a8-477890 ==================== */
::-moz-selection {
  background-color: #4c86a8;
  color: white;
}

::selection {
  background-color: #4c86a8;
  color: white;
}
/* ==================== headings ==================== */
.h1,
h1 {
  font-size: 39.1px;
}

.h2,
h2 {
  font-size: 31.3px;
}

.h3,
h3 {
  font-size: 25.0px;
}

.h4,
h4 {
  font-size: 20.0px;
}

.h5,
h5 {
  font-size: 16px;
  font-weight: bold;
}

.h6,
h6 {
  font-size: 12.8px;
  font-weight: bold;
}
/* ==================== container ==================== */
.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 48.8px;
  max-width: 1110.2px;
}

.container-fluid {
  width: 100%;
  padding: 0 8.2px;
  position: relative;
}

@media screen and (max-width: 720px) {
  .container {
    padding: 0 20.0px;
  }
  .container-fluid {
    padding: 0 20.0px;
  }
}
/* ==================== form ==================== */
button,
input,
textarea,
select {
  font-family: inherit;
  line-height: inherit;
  font-size: 16px;
  border: 1.4px solid currentColor;
  padding: 8.2px;
  display: block;
  width: 100%;
  color: currentColor;
}

button:not(:last-of-type),
input:not(:last-of-type),
textarea:not(:last-of-type),
select:not(:last-of-type) {
  margin-bottom: 20.0px;
}

textarea {
  width: 100%;
  min-height: 149.0px;
  resize: vertical;
}

button,
[type="submit"],
.btn {
  text-decoration: none;
  color: white;
  background-color: #4c86a8;
  padding: 4.2px 25.0px;
  line-height: 1.6;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  text-align: center;
}

button:hover,
[type="submit"]:hover,
.btn:hover {
  box-shadow: 0 0 2.1px black;
}

button:active,
[type="submit"]:active,
.btn:active {
  box-shadow: 0 0 2.1px black inset;
}

button:focus,
[type="submit"]:focus,
.btn:focus {
  outline: none;
}

button:focus:active,
[type="submit"]:focus:active,
.btn:focus:active {
  outline: none;
}
/* ==================== no select ==================== */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ==================== disabled ==================== */
[disabled],
.disabled,
:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
/* ==================== focus ==================== */
:focus {
  outline: currentColor 1.7px dotted;
  outline-offset: -3.4px;
}
/* ==================== box ==================== */
.box {
  position: relative;
  padding: 48.8px;
  margin: 48.8px;
  border: 1.1px solid #dedede;
  background-color: white;
  border-radius: 5.2px;
}
@media all and (max-width: 500px) {
  .box {
    padding: 20.0px;
    margin: 20.0px 0;
  } 
}
/* ==================== lists ==================== */
.the_content ul {
  list-style: disc;
  padding-left: 48.8px;
  margin: 25.0px 0;
}

@media all and (max-width: 480px) {
  .the_content ul {
    padding-left: 25.0px;
  }
}

.the_content ul li:not(:first-of-type) {
  margin-top: 8.2px;
}
/* ==================== card_0 ==================== */
.card_0 {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 232.8px;
  display: block;
}
.card_0 > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card_0 .inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 39.1px 39.1px 39.1px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  transform: translateY(-10px);
  opacity: 0;
  color: white;
}
.card_0 .visible-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12.8px;
  background-color: rgba(255,255,255,0.2);
  color: white;
  font-size: 12.8px;
}
.card_0:hover .visible-text {
  transform: translateY(100%);
}
.card_0 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
}
.card_0:hover .bg {
  opacity: 1;
}
.card_0:hover .inside {
  transform: translateY(0);
  opacity: 1;
}
.card_0 .lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card_0 .lines .line {
  position: absolute;
  background-color: white;
  transition:all 350ms 200ms;
}
.card_0 .lines .line:nth-child(1),
.card_0 .lines .line:nth-child(2),
.card_0 .lines .line:nth-child(5),
.card_0 .lines .line:nth-child(6) {
  width: 0%;
  height: 1px;
}
.card_0 .lines .line:nth-child(3),
.card_0 .lines .line:nth-child(4),
.card_0 .lines .line:nth-child(7),
.card_0 .lines .line:nth-child(8) {
  width: 1px;
  height: 0%;
}
.card_0 .lines .line:nth-child(1) {
  top: 20.0px;
  right: 50%;
  margin-right: -20.0px;
}
.card_0 .lines .line:nth-child(2) {
  top: 20.0px;
  left: 50%;
  margin-left: -20.0px;
}
.card_0 .lines .line:nth-child(3) {
  top: 50%;
  right: 20.0px;
  margin-top: -20.0px;
}
.card_0 .lines .line:nth-child(4) {
  bottom: 50%;
  right: 20.0px;
  margin-bottom: -20.0px;
}
.card_0 .lines .line:nth-child(5) {
  bottom: 20.0px;
  right: 50%;
  margin-right: -20.0px;
}
.card_0 .lines .line:nth-child(6) {
  bottom: 20.0px;
  left: 50%;
  margin-left: -20.0px;
}
.card_0 .lines .line:nth-child(7) {
  top: 50%;
  left: 20.0px;
  margin-top: -20.0px;
}
.card_0 .lines .line:nth-child(8) {
  bottom: 50%;
  left: 20.0px;
  margin-bottom: -20.0px;
}
.card_0:hover .lines .line:nth-child(1),
.card_0:hover .lines .line:nth-child(2),
.card_0:hover .lines .line:nth-child(5),
.card_0:hover .lines .line:nth-child(6) {
  width: 50%;
}
.card_0:hover .lines .line:nth-child(3),
.card_0:hover .lines .line:nth-child(4),
.card_0:hover .lines .line:nth-child(7),
.card_0:hover .lines .line:nth-child(8) {
  height: 50%;
}
/* ==================== lazy load ==================== */
img[data-src] {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
img[data-src].loaded {
  opacity: 1;
}
/* ==================== prodotto correlato ==================== */
li.prodotto-correlato {
  display: block;
  width: 100%;
  height: 291.0px;
  position: relative;
  background-color: rgba(0,0,0,0.8);
}
li.prodotto-correlato a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(255,255,255,0.8);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
li.prodotto-correlato a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-out;
}
li.prodotto-correlato a:hover img {
  opacity: 0.2!important;
}
li.prodotto-correlato a span.text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20.0px;
  background-color: rgba(0,0,0,0.2);
}
/* ==================== framework ==================== */
html,
body {
  min-height: 100vh;
  font-family: 'Oswald', sans-serif;
}
html.noscroll,
body.noscroll {
  overflow: hidden;
}

body {
  line-height: 1.6;
  font-size: 16px;
  background-color: white;
  color: #5e5d56;
  text-rendering: optimizeLegibility;
}

html  {
  scroll-behavior: smooth;
}

a:not(.btn) {
  color: #4c86a8;
}

.uppercase {
  text-transform: uppercase;
}

strong, b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

p,
.p {
  font-size: 16px;
}

p:not(:last-of-type) {
  margin-bottom: 31.3px;
}

small,
.small {
  font-size: 12.8px;
}

.valign-middle {
  vertical-align: middle;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.mb0 {
  margin-bottom: 0;
}

.fa,
.fas {
  line-height: 1.6;
  font-size: inherit; 
}

object,
embed,
iframe {
  display: block;
  width: 100%;
  height: 454.7px;
}

@media all and (max-width: 720px) {
  object,
  embed,
  iframe {
    height: 186.3px;
  }
}

.underline {
  text-decoration: underline;
}

em {
  font-style: italic;
}

pre {
  background-color: black;
  color: white;
  padding: 12.8px;
  margin: 12.8px;
  font-family: monospace;
  font-size: 10.2px;
}

ul.reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.center {
  text-align: center;
}

/* ======= cols ======= */

.cols {
  font-size: 0;
}

.cols > * {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
/* ============== */
.clr::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}
/* ======================================== */
.cromas_custom_gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 8.2px 0 8.2px -8.2px;
}
.cromas_custom_gallery .card_1 {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 232.8px;
  flex: 1 1 232.8px;
  padding: 8.2px;
}
.cromas_custom_gallery.columns_1 .card_1 {
  flex: 0 0 100%;
}
.cromas_custom_gallery.columns_2 .card_1 {
  flex: 0 0 50%;
}
.cromas_custom_gallery.columns_3 .card_1 {
  flex: 0 0 33.333333333%;
}
.cromas_custom_gallery.columns_4 .card_1 {
  flex: 0 0 25%;
}
.cromas_custom_gallery.columns_5 .card_1 {
  flex: 0 0 20%;
}
.cromas_custom_gallery.columns_6 .card_1 {
  flex: 0 0 16.666666667%;
}
@media all and (max-width: 480px) {
  .cromas_custom_gallery.columns .card_1 {
    flex: 1 1 100%;
  }
}
.cromas_custom_gallery.columns.count_1 .card_1 {
  flex: 1 1 100%;
}
.cromas_custom_gallery .card_1 > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 8.2px;
  right: 8.2px;
  bottom: 8.2px;
  left: 8.2px;
}
.cromas_custom_gallery .card_1 .visible-text {
  position: absolute;
  bottom: 0;
  left: 8.2px;
  right: 8.2px;
  width: 100%;
  padding: 12.8px;
  background-color: rgba(0,0,0,0.2);
  color: white;
  font-size: 12.8px;
}
.cromas_custom_gallery .card_1 .invisible-text {
  position: absolute;
  bottom: 0;
  left: 8.2px;
  right: 8.2px;
  width: 100%;
  padding: 12.8px;
  background-color: rgba(0,0,0,0.2);
  color: white;
  font-size: 12.8px;
  transform: translateY(100%);
}
.cromas_custom_gallery .card_1:hover .visible-text {
  transform: translateY(-480%);
  opacity: 0;
}
.cromas_custom_gallery .card_1:hover .invisible-text {
  transform: translateY(0);
}
/* ==================== tile ==================== */
li.tile {
  position: relative;
  background-color: rgba(0,0,0,0.08);
}
li.tile.shape_0 {
  grid-row: span 2;
  grid-column: span 2;
}
li.tile.shape_1 {
  grid-row: span 2;
  grid-column: span 3;
}
li.tile.shape_2 {
  grid-row: span 2;
  grid-column: span 1;
}
li.tile.shape_3 {
  grid-row: span 1;
  grid-column: span 2;
}
li.tile:nth-child(1) {
  grid-row: 1 / span 2;
  grid-column: 1 / span 2;
}
@media all and (max-width: 980px) {
  li.tile {
    grid-row: unset!important;
    grid-column: unset!important;
    height: 119.2px;
    font-size: 16px;
  }
  li.tile h4 {
    font-size: 12.8px;
  }
  li.tile p {
    font-size: 5.2px;
  }
  ul#tiles li.tile div.back h4 {
    padding: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    color: rgba(255,255,255,.8);
    font-size: 12.8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul#tiles li.tile div.back h4 p {
    font-size: 12.8px;
  }
}
/* ==================== tile flipper ==================== */
li.tile {
  display: block;
  perspective: 1110.2px;
  overflow: hidden;
  position: relative;
}
li.tile div.front div.text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.8);
  padding: 5.2px 12.8px;
}
li.tile div.back h4 {
  padding: 20.0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 48.8px);
  height: calc(100% - 48.8px);
  background-color: rgba(0,0,0,0.6);
  color: rgba(255,255,255,0.8);
  font-size: 20.0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
li.tile img {
  display: block;
  object-fit: cover;
}
li.tile div.front img {
  width: 100%;
  height: 100%;
}
li.tile div.front,
li.tile div.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
li.tile div.front {
  z-index: 2;
  transform: rotateY(0deg);
}
li.tile div.back {
  transform: rotateY(180deg);
  background-color: white;
}
li.tile[data-animate-direction="vertical"] div.back {
  transform: rotateX(180deg);
}
li.tile div.back img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
li.tile div.back .link {
  padding: 12.8px;
}
li.tile div.back .link a {
  display: block;
}
li.tile a.flipper {
  display: block;
  transition: all 0.8s ease-out;
  transform-style: preserve-3d;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
li.tile[data-animate-direction="vertical"] a.flipper {
  transition: all 0.8s ease-out;
}
li.tile:hover a.flipper,
li.tile.hover a.flipper {
  transform: rotateY(180deg);
}
li.tile[data-animate-direction="vertical"]:hover a.flipper,
li.tile[data-animate-direction="vertical"].hover a.flipper {
  transform: rotateX(180deg);
}
/* ====================  ==================== */