/*
Theme Name: Cayman
Theme URI: https://www.sigla.it
Author: Sigla Comunicazione
Author URI: https://www.sigla.it
Description: Starter Theme
Version: 1.0
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cayman
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/* -------------------------------------------------------------------------------- */
/*   INDEX
      1. GENERAL
      2. HELPERS
      3. TYPOGRAPHY
      4. HEADER
      5. FOOTER
      6. HOMEPAGE
      7. PAGES
      8. GRID SYSTEM
      9. WORDPRESS
      10. MEDIA QUERIES
      11. ANIMATIONS
/* -------------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------- */
/* ! 1. GENERAL */
/* -------------------------------------------------------------------------------- */

body {overflow-x: hidden}
body,
html{ font-size: 18px; box-sizing: border-box;margin: 0;padding: 0;  position: relative;
  /*height: 100%; background-color: #D0D1D3;*/}
*,*:before,*:after{ box-sizing: border-box; }
h1,h2,h3,h4,h5,h6, p {margin: 0;padding: 0;}

a{text-decoration: none; cursor: pointer; color: unset}
.seo-title {display: none}
main {padding-top: 0;}
article {width: 100%}



/* -------------------------------------------------------------------------------- */
/* ! 2. HELPERS */
/* -------------------------------------------------------------------------------- */

.m-0 {margin: 0;}
.mt-0 {margin-top: 0;}
.mt-1 {margin-top: 30px;}
.mt-2 {margin-top: 60px;}
.mt-3 {margin-top: 90px;}
.mt-4 {margin-top: 120px;}

.mr-0 {margin-right: 0;}
.mr-1 {margin-right: 30px;}
.mr-2 {margin-right: 60px;}
.mr-3 {margin-right: 90px;}
.mr-4 {margin-right: 120px;}

.mb-0 {margin-bottom: 0;}
.mb-1 {margin-bottom: 30px;}
.mb-2 {margin-bottom: 60px;}
.mb-3 {margin-bottom: 90px;}
.mb-4 {margin-bottom: 120px;}

.ml-0 {margin-left: 0 !important;}
.ml-1 {margin-left: 30px;}
.ml-2 {margin-left: 60px;}
.ml-3 {margin-left: 90px;}
.ml-4 {margin-left: 120px;}

.p-0 {padding: 0;}
.p-1 {padding: 15px}
.p-2 {padding: 30px;}
.p-3 {padding: 90px;}
.pt-0 {padding-top: 0;}
.pt-1 {padding-top: 30px;}
.pt-2 {padding-top: 60px;}
.pt-3 {padding-top: 90px;}
.pt-4 {padding-top: 120px;}

.pr-0 {padding-right: 0;}
.pr-1 {padding-right: 30px;}
.pr-2 {padding-right: 60px;}
.pr-3 {padding-right: 90px;}
.pr-4 {padding-right: 120px;}

.pb-0 {padding-bottom: 0;}
.pb-1 {padding-bottom: 30px;}
.pb-2 {padding-bottom: 60px;}
.pb-3 {padding-bottom: 90px;}
.pb-4 {padding-bottom: 120px;}

.pl-0 {padding-left: 0;}
.pl-1 {padding-left: 30px;}
.pl-2 {padding-left: 60px;}
.pl-3 {padding-left: 90px;}
.pl-4 {padding-left: 120px;}

.auto {margin: 0 auto;}
.none {display: none;}
.hidden {visibility: hidden;}
.relative {position: relative;}
.absolute {position: absolute;}
.fixed {position: fixed;}
.img-res{width: 100%;height: auto;}
.centrato {display: flex; justify-content: center;}

.b-right {border-right: solid 1px #9B9891}
.b-left {border-left: solid 1px #9B9891}

.t-beige {color: #9B9891;}

/* -------------------------------------------------------------------------------- */
/* ! 3. TYPOGRAPHY */
/* -------------------------------------------------------------------------------- */


body{font-family: "Mulish",system-ui, "Helvetica Neue", Arial, sans-serif; }
h1,h2,h3,h4,h5,h6 {color:#273856;}

h1{font-size: 80px;font-family: "Josefin Sans",system-ui, "Helvetica Neue", Arial, sans-serif;font-weight: 700; line-height: 1; letter-spacing: 22px;}
h2{font-size: 60px;font-family: "Josefin Sans",system-ui, "Helvetica Neue", Arial, sans-serif;font-weight: 700; line-height: 1; text-transform: uppercase;letter-spacing: 22px;}
h3{font-size: 38px;font-family: "Josefin Sans",system-ui, "Helvetica Neue", Arial, sans-serif;font-weight: 700; line-height: 1; text-transform: uppercase;letter-spacing: 22px;}
h4{font-size: 28px;font-family: "Josefin Sans",system-ui, "Helvetica Neue", Arial, sans-serif;font-weight: 700; line-height: 46px; font-weight: 600;text-transform: uppercase;letter-spacing: 22px;}
h5{font-size: 21px;font-family: "Josefin Sans",system-ui, "Helvetica Neue", Arial, sans-serif;font-weight: 700; line-height: 20px; font-weight: 600;text-transform: uppercase;letter-spacing: 12px;}
h6{font-size: 16px;font-family: "Josefin Sans",system-ui, "Helvetica Neue", Arial, sans-serif;font-weight: 700; line-height: 1; font-weight: 600; text-transform: uppercase; letter-spacing: 5px;margin-bottom: 10px;}
p {font-size: 18px; 
  line-height: 30px;
  color: #5e5e5e;
  font-weight: 300;
}



footer p strong {color: #fff;}

.t-light {font-weight: 200;}
.t-regular {font-weight: 400;}
.t-bold {font-weight: 600;}
.t-black {font-weight: 800;}

.t-left {text-align: left;}
.t-center {text-align: center;}
.t-right {text-align: right;}

.t-white {color: #fff;}

.maiuscolo {text-transform: uppercase;}

table { margin-bottom: 40px; }
th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #e1e1e1; }

hr {
  margin-top: 20px;
  margin-bottom: 40px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
hr.spacer { border-top: 1px solid transparent; }



/* -------------------------------------------------------------------------------- */
/* ! 4. HEADER */
/* -------------------------------------------------------------------------------- */


.fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  z-index: 5;
  transition: box-shadow .3s;
  background: linear-gradient(180deg, rgb(8 12 18) 0%, rgb(10 16 27 / 30%) 50%, rgba(39,56,86,0) 100%);
  height: 200px;
}

.scroll-down {background: #fff;    box-shadow: 0 1px 0 rgb(0 0 0 / 10%);}

.fixed, .burger {
  transform: translate(0, 0);
}

.fixed {
  order: -1;
  transition: transform .35s;
}

.scrolled header.fixed, .scrolled .burger {
  position: fixed;
  transform: translate(0, -5rem);
}

.fixed > * {
  flex: 1;
}

.fixed a {
  color: #fff;
  transition: color .3s;
}

.header__logo {
  border: 0;
  margin: -1rem 0 0 3rem;
  position: relative;
  display: block;
  z-index: 6000;
}

.header__logo img {    
  width: 175px;
  position: relative;

  height: auto;
}


.menu.about {
  font-size: .8em;
  font-family: "Mulish", sans-serif;
  max-width: 350px;
}





@media screen and (min-width: 1024px) {
.fixed {
  transition: all .6s;
}
.header__logo {
  padding: 0;
}

.burger {
  display: flex;
  margin: 3rem 3rem 0 0;
  height: 2.5rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  flex-direction: column;
  transition: transform .6s;
  cursor: pointer;
}

.burger hr {
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  width: 2.5rem;
  margin: 0.25rem 0;
  transition: transform .6s, opacity .6s;
  align-self: center;
}
.header__menu {display: none}
.menu-opened .header__menu {
  list-style-type: none;
  display: flex;
  margin: 0 -2rem;
  padding: 0 2rem;
  align-items: center;
  justify-content: center;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  align-self: center;
  line-height: 1.35;
  visibility: hidden;
  opacity: 0;
  padding: 5rem 2rem;
  position: relative;
  z-index: 7;
  display: block;
  transition: all .6s;
  font-size: 6vh;
  text-align: center;
  margin-left: -60px;
}

.header__menu ul {padding: 0;}
.header__menu li {list-style-type: none;}


body.menu-opened .fixed {
height: 100vh;
box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
background: #0a0c0f !important;
}
body.menu-opened main {
visibility: hidden;
opacity: 0;
}
body.menu-opened .header__menu {
visibility: visible;
opacity: 1;
}
body.menu-opened .header__menu li a {
opacity: 1;
transform: scale(1);
transition: all .6s;
}

body.menu-opened .burger hr {
margin: 0;
}


body.menu-opened .burger hr:first-child {
transform: rotate(-45deg);
position: relative;
top: 20px;
    border-color: #fff;
}
body.menu-opened .burger hr:nth-child(2) {
opacity: 0;
position: relative;
top: 20px;
}
body.menu-opened .burger hr:last-child {
margin-top: -.19rem;
transform: rotate(45deg);
position: relative;
top: 20px;
    border-color: #fff;
}

.menu.about {
  opacity: 0;
}

.menu.about {
  width: 30rem;
  position: fixed;
  top: 0;
  left: 0;
  margin: 3rem 0 0 3rem;
  padding: 0;
  align-self: flex-start;
  z-index: 999;
}
.menu.about p {
font-family: "Mulish", sans-serif;
font-weight: 400;
color: #fff;
font-size: 1.3rem;
line-height: 1.5;
}

.menu-opened .menu.about {
  opacity: 1;
  transition: all 0.6s;
}

.menu.social {display: none;}

.menu-opened .menu.social {
  display: block;
  text-align: right;
  opacity: 1;
  transition: all 0.6s;

}
.menu-opened .menu.social li a {width: 40px;}




}

@media screen and (max-width: 1023px) {
.fixed {
  display: flex;
}
.header__logo img {

    top: 1.5rem;
}
.fixed .menu.main {
  padding-top: 5rem;
  list-style-type: none;
}
body.menu-opened .fixed {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.arrow {display: none}

.burger {
	display: flex;
        margin: 3rem;
        cursor: pointer;
        height: 2.5rem;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 6;
        flex-direction: column;
        transition: all .3s;
    };
  transition: all .3s;
}
.burger hr {
  border-style: solid;
  border-color: #e1e1e1;
  border-width: 1px;
  width: 2.5rem;
  margin: .25rem 0;
  transition: all .3s;
  align-self: center;
}
.menu-opened .burger hr {
  border-color: #fff;
}
.menu {
  font-size: 3rem;
  line-height: 1.4;
  padding: 1.5rem;
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: all .3s;
  font-family: "Mulish", sans-serif;
}
.menu .menu-item a {
  border: 0 !important;
  transition: opacity .3s;
}
.menu .menu-item a:hover {
  opacity: .5;
}
.menu .dropdown-menu {
  position: relative;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: none;
  margin: 1rem 0;
  font-size: 1.5rem;
  text-align: left;
  right: 0;
  top: 0;
}
/*.menu .dropdown-menu li {
  padding: .5rem 1.5rem;
  border-left: 1px solid #fff;
}*/
.menu.social {
  font-size: 1.5rem;
  padding: 1.5rem;
  background: transparent;
  margin: 0 !important;
  display: block !important;
}
.menu.social .menu-item {
  padding: .5rem 0;
}
.menu.social .menu-item a {
  color: white;
}
.social-icons a {
  width: 50px;
}
body.menu-opened {
  overflow: hidden;
}
body.menu-opened .fixed {
  overflow-y: scroll;
  height: 100%;
  background: #000 !important;
}
body.menu-opened .menu {
  visibility: visible;
  opacity: 1;
  display: block;
}
body.menu-opened .menu:last-child {
  padding-bottom: 7.5rem;
}
body.menu-opened .burger {
  margin: 2.25rem 1.35rem;
}
body.menu-opened .burger hr {
  margin: 0;
}
body.menu-opened .burger hr:first-child {
  transform: rotate(-45deg);
}
body.menu-opened .burger hr:nth-child(2) {
  opacity: 0;
}
body.menu-opened .burger hr:last-child {
  margin-top: -.275rem;
  transform: rotate(45deg);
}
}

@media (max-width: 768px) {
.fixed {
  overflow-x: hidden;
}
.fixed .menu.main {
  padding-top: 1.5rem;
}
.menu {
  font-size: 2rem;
  line-height: 1.2;
}
.menu.social {
  font-size: 1rem;
  padding: 1.5rem;
  background: #1d1e20;
  margin: 0 !important;
  display: flex !important;
}
}

video:before {
  content: ' ';

}

header video {display: none}
.menu-opened header video {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
opacity: 0.3;
}


.header__cta {
  height: 70px;
  padding: 15px 15px 15px 40px;
  border: solid 1px #9B9891;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 20px;
  display: none;
}

/*.scroll-down .header__cta {
  border: solid 1px transparent;
  background-color: #1b273f;
}*/

.service {position: relative}
.service:before {
  content: ' ';
  background-image: url(./img/account.svg);
  width: 18px;
  height: 18px;
  background-size: cover;
  position: absolute;
  left: -26px;
}
.telefono {position: relative; margin-top: 5px;}
.telefono:before {
  content: ' ';
  background-image: url(./img/call.svg);
  width: 18px;
  height: 18px;
  background-size: cover;
  position: absolute;
  left: -26px;
}





/* !   ---4.1 Dropdown */

.dropdown {position: relative;}
.dropdown-menu {
    position: relative;
    list-style: none;
    padding: 1rem 0 !important;
    top: -5px;
    opacity: 1;
    width: 100%;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    text-align: center;
    right: unset;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
}






.dropdown-menu > li a{text-transform: none;}
.dropdown:hover ul {opacity: 1; visibility: visible; transition: all .5s cubic-bezier(.215, .61, .355, 1); top: -5px;}
.arrow {
background-image: url(./img/chevron-down.svg);
width: 24px;
height: 24px;
background-size: cover;
position: absolute;
right: -30px;
top: 38%;
}

/* !   ---4.2 Hover Line animation */

.menu.main a {position: relative;cursor: pointer;}
.menu.main a:hover{color: #fff;text-decoration: none;opacity: 1;}
.menu.main a:before, a:after {content: '';position: absolute;width: 0%;height: 2px;bottom: -2px;background: #09B4E8;opacity: 1}
.menu.main a:before {left: 0}
.menu.main a:after {right: 0;background: #00a0e0;transition: width 0.5s cubic-bezier(.215, .61, .355, 1)}
.menu.main a:hover:before {background: #00a0e0;width: 100%;transition: width 0.5s cubic-bezier(.215, .61, .355, 1)}
.menu.main a:hover:after {background: transparent;width: 100%;transition: 0s}

/* !   4.1 Buttons */

.button, .wp-block-button__link, .wp-block-read-more {
  z-index: 0; 
  display: inline-block;
  color:#fff; 
  padding: 10px 30px;
  margin-top: 43px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.28, 0.44, 0.49, 1); 
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
}

.button, .wp-block-button__link {background-color: #9B9891 !important;  border: 2px solid #9B9891;}
.wp-block-read-more {background-color: #273856 !important;  border: 2px solid #273856;}


.button:before, .wp-block-button__link:before, .wp-block-read-more:before {content: ' '; width: 100%; height: calc(100% + 0.2rem); z-index: -1;position: absolute; bottom: 0; left: 0; transform: translateY(100%);transition: all 0.3s cubic-bezier(0.28, 0.44, 0.49, 1);}
.button:before, .wp-block-button__link:before { background: #78756D;}
.wp-block-read-more:before { background: #1E2B43;}
.button:hover:before, .wp-block-button__link:hover:before, .wp-block-read-more:hover:before {transform: translateY(0%);}
.button:hover, .wp-block-button__link:hover, .wp-block-read-more:hover {color:#fff!important;}
.button:hover, .wp-block-button__link:hover{border: 2px solid #78756D;}
.wp-block-read-more:hover {border: 2px solid #1E2B43;}
.wp-block-button__link {
  border-radius: 0;
  margin-top: 0;
  padding: 20px 30px;
}


/* !   ---4.4 Social Icons */

.social-icons { margin: 0 1.5rem 0 0; padding: 0;}
.social-icons li {list-style-type: none; padding-left: 20px;}
.social-icons > li a[href*="facebook.com"] { content: url(img/facebook.svg); }
.social-icons > li a[href*="instagram.com"] { content: url(img/instagram.svg); }
.social-icons > li a[href*="youtube.com"] { content: url(img/youtube.svg); }
.social-icons > li a[href*="linkedin.com"] { content: url(img/linkedin.svg); }

.social-icons li:first-child {padding-left: 0;}






/* -------------------------------------------------------------------------------- */
/* ! 5. FOOTER */
/* -------------------------------------------------------------------------------- */


footer {background: #273856; padding: 3rem; position: relative; z-index: 1;}
footer .header__logo {margin-left: 0 !important;}
footer .social-icons {display: flex !important;}
.footer-container {max-width: 100% !important;}
.footer-container .col-100 {display: flex;justify-content: center;}
.footer-container h4, .footer-container h5 {margin-left: 10px;}
footer p {color: #fff; text-align: left;}
.footer-1, .footer-2, .footer-3 {opacity:0.5}

.footer .footer-nav {margin-top: 0;}

.footer-nav{padding: 0;list-style-type: none;position: relative; margin-top: 44px;margin-bottom: 0;}
.footer-nav > li {display: inline-block;}
.footer-nav > li a{
  display: block;
  padding: 11px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-copyright {
  border-top: solid 1px #6f6f6d;
  margin-top: 30px;
  justify-content: space-between !important;
}

.footer-copyright .header__menu .site-nav > li a {
  padding: 10px;
}
.footer-copyright p {
  margin-top: 12px;   
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.5;
}
.footer__social {padding-top: 13px;}
.footer__menu { margin-top: 7px; opacity: 0.5;}

@media (max-width: 1499px) {
  footer .grid {padding-left: 0;padding-right: 0;}
}

footer a {text-decoration: none; color: #fff}

.bando {padding: 3rem; background: white;}
.bando .col-50 {padding-right: 1em !important; padding-left: 1em !important;}
.bando .col-50:first-child {padding-left: 0 !important;}
.bando .col-50:last-child {padding-right: 0 !important;}

.bando p {
  font-size: 14px;
  line-height: 24px;
}

.home .bando {display: none;}


/* -------------------------------------------------------------------------------- */
/* ! 6. HOMEPAGE */
/* -------------------------------------------------------------------------------- */


body.home {
  position: absolute;
  width: 100%;
  margin: 0;
  padding-bottom: 50px;
  min-height: 100%;
  box-sizing: border-box;
}

.home footer {display: none;}

/**
 * 4. Home Slider
 */

 .page-template-page-full-slider .ms-main-container,
 .slider-template-default.single-slider .ms-main-container {
     display: flex;
     padding: 0 !important;
 }
 
 .page-template-page-full-slider .ms-container,
 .slider-template-default.single-slider .ms-container {
     padding-top: 0 !important;
 }
 .swiper-container {
     position: fixed;
     width: 100%;
     height: 100vh;
     left: 0;
     top: 0;
     background-color: #151515;
 }
 .swiper-wrapper {
   align-items: center; /* add this will all relevant prefixes */
 }
 .swiper-slide {
     overflow: hidden;
 }
 .overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 1;
     opacity: 1;
     background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, black), color-stop(50%, transparent), color-stop(63%, transparent), to(rgba(0, 0, 0, 1)));
     background: -o-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
     background: linear-gradient(to bottom, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);

     /*-webkit-transition: all .65s ease;
     -o-transition: all .65s ease;
     transition: all .65s ease;*/
   -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
 }
 .swiper-slide-duplicate-active .overlay,
  .swiper-slide-active .overlay {
     opacity: .7;
 }
 .slide-inner {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: #000;
   -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
 }
 .slide-inner--image {
     position: absolute;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     opacity: 1;
   -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
     -webkit-transform: scale(1.07);
         -ms-transform: scale(1.07);
             transform: scale(1.07);
     -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
     -webkit-transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
     transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
     -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
     transition: opacity .6s ease-in-out, transform 2s ease .7s;
     transition: opacity .6s ease-in-out, transform 2s ease .7s, -webkit-transform 2s ease .7s;
 }
.swiper-wrapper:before {
	background: linear-gradient(180deg, rgb(8 12 18) 0%, rgb(10 16 27 / 30%) 50%, rgba(39, 56, 86, 0) 100%);
}
 .swiper-slide-duplicate-active .slide-inner--image,
 .swiper-slide-active .slide-inner--image {
     opacity: 1;
     -webkit-transform: scale(1);
         -ms-transform: scale(1);
             transform: scale(1);
 }
 .slide-inner--video .fullscreen-bg__video {
     position: fixed;
     right: 0;
     bottom: 0;
     opacity: .2;
     min-width: 100%; 
     min-height: 100%;
     -webkit-backface-visibility: hidden;
             backface-visibility: hidden;
     -webkit-transition: opacity .6s ease-in-out;
     -webkit-transition: opacity .6s ease-in-out;
     transition: opacity .6s ease-in-out;
     -o-transition: opacity .6s ease-in-out;
     transition: opacity .6s ease-in-out;
     transition: opacity .6s ease-in-out;
 }
 .swiper-slide-duplicate-active .slide-inner--video .fullscreen-bg__video,
 .swiper-slide-active .slide-inner--video .fullscreen-bg__video {
     opacity: 1;
 }
 /* 4.1 Slider navigation buttons */
 .swiper-button-prev,
 .swiper-button-next {
     text-transform: uppercase;
     color: #fff;
     letter-spacing: .2em;
     line-height: 2em;
     font-size: 14px;
     font-weight: 800;
     width: auto;
     height: 24px;
     background-image: none !important;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
 }
 .swiper-button-prev {
     padding-left: 4em;
     left: 0;
     -webkit-transition: padding-left .3s ease;
     -o-transition: padding-left .3s ease;
     transition: padding-left .3s ease;
 }
 .swiper-button-next {
     padding-right: 4em;
     right: 0;
     -webkit-transition: padding-right .3s ease;
     -o-transition: padding-right .3s ease;
     transition: padding-right .3s ease;
 }
 .swiper-button-prev::after {
     content: "";
     width: 1em;
     height: 2px;
     background-color: #fff;
     position: absolute;
     left: 0;
     top: calc(50% - 1px);
     -webkit-transition: width .3s ease;
     -o-transition: width .3s ease;
     transition: width .3s ease;
 }
 .swiper-button-next::after {
     content: "";
     width: 1em;
     height: 2px;
     background-color: #fff;
     position: absolute;
     right: 0;
     top: calc(50% - 1px);
     -webkit-transition: width .3s ease;
     -o-transition: width .3s ease;
     transition: width .3s ease;
 }
 .swiper-button-prev:hover {
     padding-left: 90px;
 }
 .swiper-button-prev:hover::after {
     width: 65px;
 }
 .swiper-button-next:hover {
     padding-right: 90px;
 }
 .swiper-button-next:hover::after {
     width: 65px;
 }
 
 /* 4.2 Slider inner info */
 .slide-inner--info {
     position: absolute;
     width: auto;
     min-height: 50px;
     bottom: 3em;
     padding: 0 3em;
     color: #fff;
     z-index: 1;
     opacity: 0;
     -webkit-transition: opacity 1s ease;
     -o-transition: opacity 1s ease;
     transition: opacity 1s ease;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
 .swiper-slide-active .slide-inner--info {
     opacity: 1;
     -webkit-transition: opacity 1s ease 1s;
     -o-transition: opacity 1s ease 1s;
     transition: opacity 1s ease 1s;
 }
 .slide-inner--info h1 {
     margin: 12px 0;
     text-transform: uppercase;
     font-weight: 900;
     line-height: 1em;
     color: #fff;
 }
 .slide-inner--info p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    width: 60%;
    margin-bottom: 30px;
 }
 .slide--info__link {
     text-transform: uppercase;
     color: #fff;
     text-decoration: none;
     border-bottom: solid 2px;
 }
 .swiper-slide--bottom {
     position: absolute;
     z-index: 2;
     bottom: 0;
     left: 0;
     right: 0;
     height: 90px;
     width: 100%;
     max-width: 1440px;
     margin: 0 auto;
 }
 
 /* 4.3 Pagination */
 .expanded-timeline {
     position: absolute;
     z-index: 3;
     bottom: 4.5em;
     right: 3em;
     width: 40vh;
     height: 60px;
 }
 .swiper-pagination {
     z-index: 4;
     width: 85%;
     left: 0;
     right: 0;
     height: 1px;
     background-color: rgba(255, 255, 255, .5);
     perspective: 1000px;
     position: absolute;
     top: 34px;
 }
 .swiper-container-vertical .swiper-pagination-progressbar {
     transform: rotate(-90deg);
     -webkit-transform-origin: top right;
     -moz-transform-origin: top right;
     -ms-transform-origin: top right;
     -o-transform-origin: top right;
     transform-origin: top right;
     height: 34vh;
     width: 2px;
     position: absolute;
 }
 .swiper-pagination-progressbar-fill {
     background: #fff !important;
 }
 .expanded-timeline__counter {
     margin-left: 1.8em;
 }
 .expanded-timeline__counter span {
     text-align: center;
     margin-right: 100%;
     padding: 8px 0;
     color: #fff;
     display: block;
 }
 .swiper-counter {
     position: relative;
     width: auto;
     height: 16px;
     margin-bottom: .6em;
 }
 .swiper-counter .count:not(.start) {
     opacity: 0;
 }
 .swiper-counter .count {
     display: block;
     position: absolute;
 }
 .expanded-timeline__total {
     padding-top: .6em;
 }
 .scroll-message {
     position: absolute;
     right: 0;
     top: 8px;
     color: #fff;
     opacity: 1;
     font-size: 12px;
     font-weight: 800;
     letter-spacing: .15em;
 }
 .scroll-svg {
     width: 24px;
     margin: 0 auto 1.2em;
     display: block;
 }

.slider-impostazioni {
  position: fixed;
  z-index: 2;
  top: 50vh;
  left: 48%;
}

.menu-opened .swiper-nav-btn {display: none;}


.slider-button {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  letter-spacing: .15em;
  font-size: 1em;
  padding-left: 3rem;
  line-height: 2.8em;
  transition: all .3s ease;
}
.slider-button::before{
  content: '';
  position: absolute;
  left: 0;
  background: #fff;
  background-color: #fff;
  height: 1px;
  top: 49%;
  width: 2em;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  }
.slider-button:hover::before {
width: 3rem;
}
.slider-button:hover {
padding-left: 4rem;
}

















/* -------------------------------------------------------------------------------- */
/* ! 7. PAGES */
/* -------------------------------------------------------------------------------- */


.wp-block-cover__inner-container {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.wp-block-separator {border: 1px solid #9B9891;}
.page-id-48 .fixed {
  background: #273856;
  height: 130px;
}
.page-id-36 .fixed, .page-id-440 .fixed, .page-id-465 .fixed, .page-id-478 .fixed   {
  height: 130px;
}
.page-id-36.scroll-down .fixed, .page-id-440.scroll-down .fixed, .page-id-465.scroll-down .fixed, .page-id-478.scroll-down .fixed {
  background: #273856;
  height: 130px;
}
.page-id-48 .header__logo, .page-id-36 .header__logo, .page-id-440 .header__logo, .page-id-465 .header__logo, .page-id-478 .header__logo {
  margin: 0rem 0 0 3rem;
}

.menu-opened .fixed {height: 100% !important}

iframe {width: 100%; filter: grayscale(1);}

.page-id-36.page-loaded .header__cta, .page-id-48.page-loaded .header__cta {margin-top: 10px;}
.page-id-36.menu-opened .header__cta, .page-id-48.menu-opened .header__cta {margin-top: 30px}

.single-flotta {background-color: rgb(208, 209, 211);}
.single-flotta .fixed {background: #273856; height: 130px;}
.single-flotta .header__logo {margin: 0rem 0 0 3rem;}
.single-flotta.page-loaded .header__cta {margin-top: 10px;}
.related .columns-3, .related .columns-4 {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.related .columns-3 li {width: 33%; padding: 0 3rem;}
.related .columns-4 li {width: 25%; padding: 0 3rem;}
body.page-template-default {background-color: #D0D1D3;}

/* -------------------------------------------------------------------------------- */

.categoria {
  font-size: 18px;
  text-transform: uppercase;
  color: #273856;
  font-weight: 700;
  letter-spacing: 5px;
}
.single h2, .single h3 {
  color: #9B9891; 
  letter-spacing: 22px;
  margin-top: 10px;
}

.immagine-evidenza {
  max-width: 1200px;
  margin: 0 auto;
}


.wp-block-gallery {display: flex;}
.wp-block-gallery.wp-block-gallery-1 {gap:0 !important}


table tr:first-child td {background: transparent !important;}
table, .wp-block-table td {border: none !important;}
.wp-block-table td:nth-child(odd) {
  border-right: solid 1px #9B9891 !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 7px;
  color: #273856;
  padding-left: 0;
}

.wp-block-table td:nth-child(even) {
  font-size: 16px;
  font-weight: 300;
  color: #5e5e5e;
  padding-left: 20px;
  letter-spacing: 2px;
}

.flotte-template-default .wp-block-query {padding: 90px;}
.flotte-template-default .wp-block-post-featured-image img {height: unset;}

/* Foobox  */
.fbx-light {background-color: rgba(0,0,0,.85);}
.fbx-rounded .fbx-inner {border: none; border-radius: 0;}
.fbx-count {display: none;}
.fbx-light .fbx-next, .fbx-light .fbx-prev, .fbx-light .fbx-close {background-color: transparent;}
.fbx-rounded.fbx-light .fbx-close {border-color: transparent}
.fbx-close svg, .fbx-next svg, .fbx-prev svg {color: white; width: 20px; height: 20px;}
.fbx-rounded .fbx-close {top: -41px; right: -31px;}

/* Galleria Gutenberg */
.gallery-slider {
  width: auto;
  max-width: 1000%;
  margin-right: calc(50% - 47vw) !important;
  margin-left: calc(50% - 47vw) !important;
}

.gallery-slider .swiper {
  overflow: visible; /* importante per vedere le slide laterali */
}

.gallery-slider .swiper-slide {
  width: 70%; /* controlla quanto è grande la slide centrale */
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.3;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.gallery-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.gallery-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.gallery-slider .swiper-slide-prev,
.gallery-slider .swiper-slide-next {
  opacity: 0.3;
  transform: scale(0.9);
}
.gallery-slider .swiper-pagination {display: none}

/* CONFIGURATORE */
.conf-yacht .conf-block {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin: 0 0 1.5rem;
}
.conf-yacht legend {
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0 .5rem;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.conf-yacht .conf-hint {
  margin: 0 0 1rem;
  font-size: .9rem;
  color: #6b7280;
}
.conf-yacht .wpcf7-list-item {
  display: block;
  margin: .35rem 0 .35rem 0;
}
.conf-yacht .wpcf7-list-item label {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  line-height: 1.4;
  cursor: pointer;
}
.conf-yacht input[type="text"],
.conf-yacht input[type="email"],
.conf-yacht input[type="tel"] {
  width: 100%;
  max-width: 420px;
  padding: .6rem .75rem;
  border: 1px solid #cbd2d9;
  border-radius: 8px;
}
.conf-yacht .conf-submit input[type="submit"] {
  background: #c8102e;
  color: #fff;
  border: 0;
  padding: .85rem 2rem;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}
.conf-yacht .conf-submit input[type="submit"]:hover { opacity: .9; }

.wp-block-accordion-heading {text-align: center; padding: 20px}

/* -------------------------------------------------------------------------------- */
/* ! 8. GRID SYSTEM */
/* -------------------------------------------------------------------------------- */

.grid { margin: 0 auto; max-width: 740px; display: flex; flex-flow: row; flex-wrap: wrap;}
.grid--center{justify-content: center;}
.grid--full { max-width: 100%; margin-left: 2rem; margin-right: 2rem; }
.col{ flex: 1;}

[class*='col-'] { position: relative;}

.col-20{ width: 20%; }
.col-25{ width: 25%; }
.col-30{ width: 30%; }
.col-33{ width: 33.33%; }
.col-50{ width: 50%; }
.col-70{ width: 70%; }
.col-80{ width: 80%; }
.col-100{ width: 100%; }

@media (max-width: 991px) {
  .tab-20 { width: 20%; }
  .tab-25 { width: 25%; }
  .tab-33 { width: 33.33%; }
  .tab-50 { width: 50%; }
  .tab-100 { width: 100%; }
}

@media (max-width: 767px) {
  [class*='col-'] { width: 100%;}
  .sma-20 { width: 20%; }
  .sma-25 { width: 25%; }
  .sma-33 { width: 33.33%; }
  .sma-50 { width: 50%; }
  .sma-100 { width: 100%; }

  .sma-hide{display:none}
}




/* -------------------------------------------------------------------------------- */
/* ! 9. WORDPRESS */
/* -------------------------------------------------------------------------------- */

.wp-block-group__inner-container {max-width: 1200px; margin: 0 auto;}
.wp-block-columns {margin-bottom: 0;}

/* Gutenberg general styles */

.wp-block-column {margin-right: 1em !important; margin-left: 1em !important;}
.wp-block-column:first-child {margin-left: 0 !important;}
.wp-block-column:last-child {margin-right: 0 !important;}

/* Gutenberg alignment */
@media only screen and (min-width: 960px) {
  body .alignfull {width: auto;max-width: 1000%;margin-right: calc(50% - 50vw) !important;margin-left: calc(50% - 50vw) !important;}
  body .alignwide {width: auto;max-width: 1000%;margin-right: calc(25% - 25vw);margin-left: calc(25% - 25vw);}
  /*.alignwide img,
  .alignfull img {display: block;margin: 0 auto;}*/
}

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


@media only screen and (min-width: 1400px) {
  body .alignwide {width: auto;max-width: 1200px;margin-right: -120px;margin-left: -120px;}
}


/* Pagination */
.pagination { margin: 40px 0 40px 0; padding: 0; width: 100%; }
.pagination span,
.pagination a { float: left; margin: 0 10px 10px 0; padding: 14px 19px; border: 1px solid #ddd; }

/* Gallery */
.gallery { float: left; margin: 20px 0 20px 0; width: 103.55%; }
.gallery-item { float: left; width: 33.333333%; text-align: center; }
.gallery img { margin: 0 10% 0 0; width: 90%; height: auto; border: none!important; }
.gallery-caption { width: 90%;margin:10px 0 0 0;}

/* Image */
.alignleft { float: left; margin-right: 20px; margin-bottom: 10px; max-width: 97%; height: auto; }
.alignright { float: right; margin-bottom: 10px; margin-left: 20px; max-width: 97%; height: auto; }
.aligncenter { display: block; margin: 0 auto; max-width: 97%; height: auto; }
.alignnone { max-width: 97%; height: auto; }

/* video responsive */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Table */
table {border-collapse: collapse;margin: 40px 0; width:100%;}
table, th, td {border: 1px solid #ddd;padding:10px; font-size: 18px;text-transform: capitalize;}
table  tr:first-child td {font-weight: 900; text-transform: uppercase; background: #eee; padding:12px 8px;}

/* Image Caption */
.wp-caption { margin-top: 1.5rem;margin-bottom: 0px; padding: 10px; max-width: 97%; border: 1px solid #ddd; text-align: center; }
.wp-caption img { margin: 0; padding: 0; width: 100%!important; height: auto; border: 0 none; }
.wp-caption p.wp-caption-text { margin: 0; padding: 8px; font-size: 1em; line-height: 17px; }

/* Stiky */
.sticky { border-right: 3px solid #eee; border-bottom: 3px solid #ddd; }

/* Search */
.search-form {background: #fff;border-bottom:1px solid #333; margin-bottom: 40px;}
.search-form input[type=text]{ width: 80%; color: #333; background: #fff;}
.search-form button{float:right;border: none; background: none;padding: 3px;}

.icon-search{width: 30px;height: 30px;display: block;background: url(img/icons/search.svg) no-repeat center center;}

/* Contact Form 7 */
.wpcf7 label{width:100%}

/* Comments */
.comment-form-author,
.comment-form-email,
.comment-form-url { float: left; margin-top: 20px; margin-right: 3%; width: 30.3333333%; }
.comment-form-author input,
.comment-form-email input,
.comment-form-url input { width: 100%; }

ol.commentlist { margin: 0 0 1em; padding: 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment { padding: 1em; border-top: 1px solid #eee; }
ol.commentlist li.comment div.vcard cite.fn { text-transform: uppercase; font-size: 14px; }
ol.commentlist li.comment div.vcard img.avatar { float: left; margin: 6px 1em 1em 0; border-radius: 50px; }
ol.commentlist li.comment div.comment-meta { font-size: 12px; }
ol.commentlist li.comment ul { margin: 0 0 1em 2em; }
ol.commentlist li.comment div.reply { margin-left: 80px; font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { margin: 1em 0 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment ul.children li.depth-2 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-4 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { /* background: #f9f9f9; */  }
ol.commentlist li.parent { border-left: 1px solid #eee; }
ol.commentlist li.bypostauthor .fn { font-weight: bold; }
ol.commentlist li img{max-width: 97%;}

input[type=text],
input[type=email] { width: 98%;margin-right: 10px; padding: 10px; border: none; background: #eee; -webkit-appearance: none;border-radius: 0;font-size: 14px;}
textarea { padding: 10px; width: 98%; border: none; background: #eee; -webkit-appearance: none;border-radius: 0;font-size: 14px;}
input[type=submit] { margin-top: 10px; padding: 15px 20px; color: #fff; text-transform: uppercase; background: #333; border:none; font-size: 14px;}
#comments { width: 100%; }

/* Calendar Widget */
#wp-calendar { width: 100%; }
#wp-calendar a { padding: 0; border: none; }
#wp-calendar caption,
.screen-reader-text { padding-bottom: 10px; color: #000; text-align: left; text-transform: uppercase; font-weight: 700; font-size: 14px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { padding: 8px; border: 1px solid #fff; background: #f5f5f5; text-align: center; }
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { text-align: right; text-transform: uppercase; font-size: 10px; }
#wp-calendar tfoot #prev { padding-top: 10px; text-transform: uppercase; font-size: 10px; }

/* functional stuff */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




/* -------------------------------------------------------------------------------- */
/* ! 10. MEDIA QUERIES */
/* -------------------------------------------------------------------------------- */

@media (max-width: 1400px) {
	h1 {font-size: 60px;}
}



@media (max-width: 1199px) {

  h1{font-size: 38px; line-height: 1;}
  h2{font-size: 28px; line-height: 1;}
  h3{font-size: 28px; line-height: 1;}
  h4{font-size: 16px; line-height: 1; letter-spacing: 12px}
  h5{font-size: 14px; line-height: 1;}
  p {font-size: 14px; line-height: 21px;}
  .header, main, footer {padding-left: 30px; padding-right: 30px;}
  .slide-inner--info p {font-size: 18px;}
  .menu .dropdown-menu {font-size: 1rem;}
  .related .columns-4 li {padding: 0;}
  


}

@media (max-width: 1023px) /* Tablet Vertical */ {
  .site-nav > li a {padding: 17px;}
  .header__logo {
    border: 0;
    margin: unset;
    position: absolute;
    display: block;
    z-index: 6000;
    top: 0;
    left: 0;
    padding-left: 3em;
  }

	.header__cta {top: 0;}
	.expanded-timeline {display: none}
	.menu.about {display: none !important}
	.menu {padding: 3rem}
	.fixed {display: block}
	.menu.social {display: flex !important; padding: 3rem}
	.page-id-48 .header__logo, .page-id-36 .header__logo, .page-id-440 .header__logo, .page-id-465 .header__logo, .page-id-478 .header__logo {margin: 0;}
	header, main, footer {
        padding-left: 0;
        padding-right: 0;
    }
	.menu-opened header video {display: none}
	.grid--full {margin-left: 0; margin-right: 0;}
	.grid {padding-left: 3em; padding-right: 3em;}
	.wp-block-column {
    margin-right: 0 !important;
    margin-left: 0 !important;
	margin-top: 20px;
	}
	footer .header__logo img {top: 0; margin-bottom: 10px;}
	footer .header__logo {position: relative; padding-left: 0;}
	footer .grid {padding: 0 1.5em}
	.bando .grid {padding-left: 0; padding-right: 0}
	.bando .col-33 {width: 100%; margin-bottom: 20px}
	.bando .pl-1 {padding-left: 0;}
	.bando .pr-1 {padding-right: 0;}
	.related .columns-4 li {width: 50%;}
	.b-right {border-right: none;}
	.b-left {border-left: none;}
	.related .columns-3 li {padding: 0}
	.single-flotta .header__logo {margin: 0}
	body.menu-opened .fixed {background: #273856 !important;}
}


@media (max-width: 768px) {

  .line-menu{display: none;}

}

@media (max-width: 767px) {
  .home main {padding-top: 120px !important;}
  /*main {padding-top: 60px !important;}*/
  .header {display: flex; height: unset}
  .header {padding-left: 30px; padding-right: 30px; padding-bottom: 10px;}
  .header__logo {margin-right: 4px;    top: 0px;left: -10px; width: 90px;}
  .header__logo, .header__cta {z-index: 12;}

  .header__icon{display: block; z-index: 11;position: relative; width: 35px;}
  .header__menu{position: relative;top:0; right:0; left: 0;width: 100%; background: transparent;z-index: 0}
  .header__menu--open{ transform: translateY(0%); overflow: scroll; background: #000;}
  .site-nav {margin-top: 100px; position: relative;}
  .site-nav li{width: 100%;}
  .site-nav li a{width: 100%;display: block;color:#fff;font-size: 18px; text-align: center;}

  .icon-hamburger{ width: 30px;height: 30px;position: absolute;right:0; top: 35px}
  .icon-hamburger span {height: 3px;width: 100%; position: absolute; background: #6f6f6d; top: 11px; transition: all 0.2s ease-in-out; cursor: pointer; border-radius: 3px}
  .icon-hamburger span:before,  .icon-hamburger span:after {height: 3px;width: 100%; position: absolute;     background: #6f6f6d; content: ' '; margin-top: -10px; transition: all 0.3s cubic-bezier(.215, .61, .355, 1);cursor: pointer; border-radius: 3px}
  .icon-hamburger span:after{margin-top: 0;}

  .icon-hamburger--open span{background: transparent!important;}
  .icon-hamburger--open span:before{transform: rotate(45deg);margin-top: 0;}
  .icon-hamburger--open span:after{transform: rotate(-45deg);margin-top: 0;}


  .footer-1, .footer-2, .footer-3 {margin-bottom: 15px;}

  h3 {margin-bottom: 15px;}
	.footer-container .col-100 {display: block}
	.header__logo {padding-left: 2em}
	.header__logo img {width: 145px;}
	.burger {margin: 2rem;}
	.slide-inner--info {padding: 0 1.5em 6em 1.5em; bottom: 0; background: linear-gradient(0deg, rgb(8 12 18) 0%, rgb(10 16 27 / 30%) 90%, rgba(39, 56, 86, 0) 100%)}
	h1 {font-size: 30px}
	.slide-inner--info p {width: unset; font-size: 15px}
	.slider-button {font-size: 14px; margin-bottom: 15px}
	    .menu {padding: 1.5rem; font-size: 2rem;}
	.grid {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
	.bando {padding: 1.5em}
	footer .header__logo {padding-left: 1em;}
	.wp-block-cover__inner-container {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
	}
	.related .columns-4 li {
        width: 100%;
    }
	.wp-block-table td:nth-child(odd) {font-size: 14px;    letter-spacing: 3px;}
	.related .columns-3 li {
		width: 100%;}
	.swiper-button-next, .swiper-button-prev {top: 30%;}

}




/* -------------------------------------------------------------------------------- */
/* ! 11. PRELOADER */
/* -------------------------------------------------------------------------------- */

#preloader { position: fixed; top: 0; left: 0; display: flex; align-items: center; justify-content: center;  background: #273856; z-index: 999;  height: 100vh; width: 100vw; opacity: 1;}
#loader { 
  width: 120px; 
  height: 120px;
  background-image: url(./img/cayman_simbolo.png);
  background-size: cover; 
  padding: 0; 
  opacity: 1;
  transition: all .2s .3s ease-in-out;
}
#loader:before { 
  content: " "; 
  border-top: 6px solid rgba(255, 255, 255, 0.15); 
  border-right: 6px solid rgba(255, 255, 255, 0.15); 
  border-bottom: 6px solid rgba(255, 255, 255, 0.15); 
  border-left: 6px solid #9B9891;
  animation: load 1.2s infinite ease-in-out;
  display: block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

@keyframes load {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

/* Page preload */
.page-loaded #preloader { opacity: 0; transition: all 1s ease-in-out;}
.page-loaded #preloader #loader { opacity:0; transition: opacity 2s ease-in-out;}


/* Page Load Animation Standard */ 
.load-1{opacity: 0;transition: all 1s cubic-bezier(.3,0,.3,1);transform: translateY(20px);transition-delay:0.5s;}
.load-2{opacity: 0;transition: all 1s cubic-bezier(.3,0,.3,1);transform: translateY(20px);transition-delay:1s;}
.load-3{opacity: 0;transition: all 1s cubic-bezier(.3,0,.3,1);transform: translateY(20px);transition-delay:1.5s;}
.load-4{opacity: 0;transition: all 1s cubic-bezier(.3,0,.3,1);transform: translateY(20px);transition-delay:2s;}


.page-loaded .load-1,
.page-loaded .load-2,
.page-loaded .load-3,
.page-loaded .load-4{opacity: 1;transform: translateY(0px);} 

/*  Page Load Stagger */ 
.load-stagger{opacity: 0;transition: all 1s cubic-bezier(.3,0,.3,1);transform: translateY(20px);transition-delay:0.4s;}
.page-loaded .load-stagger{opacity: 1;transform: translateY(0px);}


@media (min-width: 768px) {
  .load-stagger:nth-child(2){transition-delay:1.3s;}
  .load-stagger:nth-child(3){transition-delay:1.6s;}
  .load-stagger:nth-child(4){transition-delay:1.9s;}
  .load-stagger:nth-child(5){transition-delay:2.1s;}
  .load-stagger:nth-child(6){transition-delay:2.4s;}
  .load-stagger:nth-child(7){transition-delay:2.7s;}
  .load-stagger:nth-child(8){transition-delay:3s;}
  .load-stagger:nth-child(9){transition-delay:3.3s;}
  .load-stagger:nth-child(10){transition-delay:3.6s;}
  .load-stagger:nth-child(11){transition-delay:3.9s;}
  .load-stagger:nth-child(12){transition-delay:4.2s;}
  .load-stagger:nth-child(13){transition-delay:4.5s;}

}

/*  Page Unload Preload + Standard + Stagger */
.page-loaded.page-out #preloader {opacity: 1; visibility: visible!important;}
.page-loaded.page-out #preloader #loader {opacity: 1;}
.page-loaded.page-out #loader:before {  animation: load 0.6s infinite ease-in-out;}


.page-out .load-1,
.page-out .load-2,
.page-out .load-3{opacity: 0;transform: translateY(20px);transition: all 0.3s cubic-bezier(.3,0,.3,1);} 

.page-loaded.page-out .load-stagger{opacity: 0;transform: translateY(20px);transition: all 0.3s cubic-bezier(.3,0,.3,1);transition-delay:0s;}








/* -------------------------------------------------------------------------------- */
/* ! 12. ANIMATIONS */
/* -------------------------------------------------------------------------------- */


.front-page__content, .about, .flotta, .news, .wp-block-gallery, .related{ 
  opacity: 0;transform: translateY(8vh); 
  transition: all 1.2s cubic-bezier(.3,0,.3,1);
  will-change: transform, opacity;
  transition-delay: 0.2s
}

.inview{  opacity: 1; transform: translateY(0vh); }

