/*
Theme Name: Bahamas
Theme URI: https://www.emmepubblicita.com/
Author: Web Agency Emmè
Author URI: https://www.emmepubblicita.com/
Description: Starter Theme Wordpress
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bahamas

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.
*/

/* ! Reset */
body, html{ font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; box-sizing: border-box;margin: 0;padding: 0;}
*,*:before,*:after{ box-sizing: border-box; }
h1,h2,h3,h4,h5,h6, p, ol, ul{margin: 0;padding: 0;}
ol,ul{padding-left: 20px;}
img{height: auto;}
a{text-decoration: none;}
hr{border:none; border-bottom: 1px solid #000}


html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: 1.46;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: var(--site-text-color);
  overflow-x: hidden;
}

h1,h2,h3,h4,.main-title,.subTit,.title, .tit {
  line-height: 1.2;
  color: var(--site-title-color);
  font-weight: 600;
  position: relative;
}

/* ! Title System */
h1, h2, h3, h4, h5, h6, p, ol, ul{margin-bottom: 1rem;}

h1, .main-title{font-size: 55px;}
h2, .subTit{font-size: 28px;}
h3, .title{font-size: 24px;}
h4, .tit{font-size: 20px;}


.mini-title {
  margin-bottom: 14px;
  color: var(--link-color-hover);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
}


/* Link color */
a { color: var(--link-color); }
a:hover { color: var(--link-color-hover); text-decoration: none; }

.clearfix, .cleared {
  clear: both;
}

ul {
  list-style-position: inside;
  padding-left: 10px;
}


.btn, .form .btn, .wp-block-buttons .wp-block-button a.wp-block-button__link, input[type="submit"] {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  transition: all .3s ease-in-out;
  background-color: var(--link-color);
  border-radius: 0px;
  border: 2px solid transparent;
  padding: 20px 28px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link {
  background-color: transparent;
  color: #fff;
  border-color: inherit;
}

.btn:hover, .form .btn:hover, .wp-block-buttons .wp-block-button a.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover, input[type="submit"]:hover {
  background: var(--link-color-hover);
  border-color: var(--link-color-hover);
  color: #fff;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  color: #535353;
  font-size: 13.5px;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  height: 100px;
  line-height: 1.6;
  padding: 10px;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='20' height='20'%3E%3Cpath fill='currentColor' d='M212.7 331.3c6.2 6.2 16.4 6.2 22.6 0l160-160c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L224 297.4 75.3 148.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l160 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: 10px;
}

input:focus, textarea:focus {
  outline: none;
}

input[type="search"] {
  width: auto;
}

.form .field {
  margin-bottom: 0;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-form-control-wrap.privacy label,
.wpcf7-form-control.wpcf7-acceptance {
  font-size: 13px;
}

.wpcf7-not-valid-tip{
  z-index: 1;
  font-size: 10px;
  text-align: left;
  position: absolute;
  bottom: -12px;
  left: 15px;
  background: transparent;
  right: 15px;
  box-sizing: border-box;
  padding: 0.5px;
}

.privacy{
	margin: 10px 0;
}

.privacy .wpcf7-not-valid-tip {
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  text-align: inherit; 
}

.wpcf7-not-valid {
  border: 1px solid red !important;
  display: inline-block;
}


.header {
  position: relative;
  z-index: 100;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

#logo {
  position: relative;
  z-index: 50;
}

#logo img {
  padding: 25px 0;
  height: 100px;
  width: auto;
  display: block;
  box-sizing: content-box;
}

.header .corp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigator .menu {
  margin: 0;
  padding: 0;
  z-index: 110;
  position: relative;
}

.navigator .menu li {
  display: inline-block;
  position: relative;

}

.navigator .menu li a {
  padding: 0 14px;
  line-height: 40px;
  color: var(--link-color);
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
}

.navigator .menu li a:hover,
.navigator .menu li.current_page_item>a {
  color: var(--link-color-hover);
}


.navigator .menu ul {
  display:block;
  position: absolute;
  padding: 0;
  left:0;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 0 9px 68px 0 rgba(38, 43, 43, 0.1);
  background: #fff;
  top: 100px;
}
.navigator .menu li:hover ul {
  visibility:visible;
  opacity: 1;
  top: 40px;
  z-index: 300;
}
.navigator .menu ul li { 
  width: 100%;
  display:block;	
}

.navigator .menu ul li a {
  line-height: 20px;
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
  text-align: left;
}

.navigator .menu ul li a:hover{
  background-color: #f5f5f5;
}


.navigator .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 28px;
}

.navigator .menu > li.menu-item-has-children > a::after {
  content: " ";
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  margin-top: -17px;
  background-size: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="50px" height="50px" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M22.7 34.7l-1.4-1.4 8.3-8.3-8.3-8.3 1.4-1.4 9.7 9.7z"/></svg>');
}


.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2a2a2a;
  color: var(--site-text-color);
  font-size: 14px;
}

.footer h4, .footer .tit {
  font-size: 21px;
  margin: 0 0 18px;
  text-transform: uppercase;
  color: var(--site-title-color)
}

.footer a {
  color: var(--site-text-color);
}

.footer a:hover, 
.credit a:hover {
  color: var(--link-color-hover);
}

.footer ul {
  padding-left: 10px;
}

.credit {
  background-color: #222;
  color: var(--site-text-color);
  text-align: center;
  padding: 15px 0 10px;
  font-size: 11px;
}

.credit a{
  color: var(--site-text-color);
}

.credit p {
  margin: 0;
}

.contenuto img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-hero {
  padding: 190px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.page-hero .main-title {
  margin: 0;
  color: #fff;
  text-align: left;
  font-size: 80px;
}
.page-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
}


#sliderHome .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#sliderHome.owl-carousel .owl-nav{
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#sliderHome.owl-carousel:hover .owl-nav{
  opacity: 1;
}

#sliderHome.owl-carousel .owl-nav button.owl-next, #sliderHome.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 50px;
  color: #fff;
}

#sliderHome.owl-carousel .owl-nav button.owl-next {
  right: 20px;
  left: auto;
}

#sliderHome.owl-carousel .owl-nav button.owl-next, #sliderHome.owl-carousel .owl-nav button.owl-prev {
  font-size: 0;
}

#sliderHome.owl-carousel .owl-nav button.owl-prev::before,
#sliderHome.owl-carousel .owl-nav button.owl-next::before{
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 21.504-10-10 10-10' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
}

#sliderHome.owl-carousel .owl-nav button.owl-next::before{
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.364 1.504 10 10-10 10' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#sliderHome .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #f5f5f5 !important;
  border-radius: 100%;
  margin: 0 3px;
}

#sliderHome .owl-dots .owl-dot.active {
  background: var(--link-color) !important;
}

@media (min-width: 768px) {
.full-media-text{position: relative;}
.full-media-text .wp-block-media-text__media {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0%;
  width: 50vw;
}
.full-media-text.alignfull {
  margin-left: 0;
  margin-right: 0;
  max-width: 100vw;
  width: auto;
}
}




.feature {
  gap: 0;
  --gap: 0px;
}
.feature .text {
  padding: 100px 40px;
  height: 50%;
  display: block;
  text-align: center;
}
.feature figure, .feature {
  margin-bottom: 0;
}
.feature figure img {
  /*! height: 50%; */
  height: 100%;
  object-fit: cover;
}
.feature figure {
  height: 50%;
}
.feature .tit {
  font-size: 34px;
  line-height: 38px;
  font-weight: 600;
  margin: 0 0 10px;
}

.wp-block-columns, .wp-block-gallery {
  margin-bottom: 0;
}


.fullBg {
  position: relative;
}
.fullBg:before {
  content: "";
  left: calc(50% - 50vw);
  width: 50vw;
  background: var(--link-color);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.fullBg.fullBgRight::before{
  right: calc(50% - 50vw);
  left: auto;
}

.testimonials {
  margin-left: -100px;
}



.servizi .item {
  background: #fff;
  padding: 28px;
  -webkit-box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
  -moz-box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
  box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
}
.servizi .item .tit {
  margin: 0 0 10px;
}
.servizi .item p {
  font-size: 13px;
}
.ml-negative.servizi.row {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -100px;
  z-index: 1;
  position: relative;
}

.testimonials .owl-item {
  padding: 18px;
}


.read-more, .read-more-p a, .emme-view-more-button {
  font-size: 12px;
  position: relative;
  color: var(--link-color-hover);
  text-transform: uppercase;
  font-weight: bold;
}

.read-more::after, .read-more-p a::after, .emme-view-more-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='20' width='20'%3E%3Cpath fill='rgb(0, 62, 126))' d='M509.7 261.7c3.1-3.1 3.1-8.2 0-11.3l-152-152c-3.1-3.1-8.2-3.1-11.3 0s-3.1 8.2 0 11.3L484.7 248 8 248c-4.4 0-8 3.6-8 8s3.6 8 8 8l476.7 0L346.3 402.3c-3.1 3.1-3.1 8.2 0 11.3s8.2 3.1 11.3 0l152-152z'/%3E%3C/svg%3E");
  display: inline-block;
  position: relative;
  font-weight: 300;
  top: 2px;
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  left: 0;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
}
.servizi .item:hover .read-more:after, .read-more-p a:hover:after, .emme-view-more-button:hover::after {
  left: 5px;
}


.social-share {
  margin: 30px 0 50px;
}
.social-share .label {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.social-share .label svg {
  height: 16px;
  width: 16px;
}
.social-share .itm {
  margin-right: 5px;
  display: inline-block;
  color: #000;
  line-height: 13px;
  border-radius: 3px;
  padding: 5px;
  background: var(--link-color) !important;
}
.social-share .itm svg {
  height: 18px;
  width: 18px;
  color: #fff;
}
.social-share .itm:hover {
  background: var(--link-color-hover) !important;
}


.post-meta {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
}
.post-meta .post-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.post-meta .post-meta-item svg {
  height: 15px;
  width: 15px;
}


.blog-archive .item .tit {
  margin: 10px 0;
}

.pagina.articolo > .row {
  justify-content: center;
}


.partner.wp-block-gallery figure.wp-block-image img {

	  height: 140px;
  width: 80%;
  object-fit: contain;
  margin: 0 auto 30px auto;
}



.fasi {
  display: block !important;
}
.fasi .wp-block-column {
  background: #fff;
  padding: 28px;
  -webkit-box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
  -moz-box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
  box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
  margin-bottom: 20px;
}
.num {
  font-size: 80px;
  font-weight: bold;
  opacity: .2;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 23px;
  margin: 0;
}
.fasi .wp-block-column {
  position: relative;
  padding-left: 80px;
}
.fasi .wp-block-column:nth-child(2n) {
  text-align: right;
  padding-left: 28px;
  padding-right: 80px;
}
.fasi .wp-block-column:nth-child(2n) .num {
  left: auto;
  right: 15px;
}

.strategy-carousel .item {
  position: relative;
  background: #fff;
  padding: 28px;
  -webkit-box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
  -moz-box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
  box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
}
.strategy-carousel .item p.tit {
  font-size: 16px;
  font-weight: 600;
  color: var(--link-color);
  height: 50px;
}
.strategy-carousel .item p {
  font-size: 12px;
  z-index: 2;
  position: relative;
}
.strategy-carousel .item p.num {
  color: #a9a9a9 !important;
  font-size: 176px;
  font-weight: 500;
  text-align: right;
  line-height: 1;
  margin: 40px 0 -20px 0;
    margin-left: 0px;
  z-index: 0;
  margin-left: auto;
}
.strategy-carousel .item {
  padding: 20px;
}
.strategy-carousel .item .tit {
  font-size: 15px;
}

.wp-block-group.strategy-carousel .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
}

.strategy-carousel .item p:not(.num) {
  height: 50px;
}

.strategy-carousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.strategy-carousel .wp-block-columns {
  gap: 0;
}

.boxes .wp-block-column {
  padding: 40px;
  background: #fff;
  padding: 28px;
  -webkit-box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
  -moz-box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
  box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
}


body .lightbox .lb-image {
  border: none !important;;
  border-radius: 0;
}
body .lb-data .lb-details {
  display: none !important;
}

/* new galleria */ 
.galleria .owl-item {
  transform: scale(0.9);
  transition:all 0.3s ease-in-out;
}

.galleria .owl-item.center {
  transform: scale(1);
  opacity:1;
}

.galleria .owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
  box-sizing: content-box;
}
.galleria .wp-block-column {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07)
}

.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);  
  left: -30px;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px); 
  right: -30px;
  font-size: 20px;
  left: auto;
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
  font-size: 50px;
  height: 50px;
  color: var(--link-color-hover);
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0 5px;
  background-color: #ccc !important;
}
.owl-dots .owl-dot.active {
    background-color: var(--link-color-hover) !important;
}

.owl-carousel.galleria .wp-element-caption {
  position: absolute;
  z-index: 10;
  display: block;
  margin-top: 0;
  bottom: 5px !important; 
  background: rgba(0,0,0,0.4) !important;
  padding: 10px !important;
  box-sizing: border-box;
  font-size: 18px !important;
  text-align: center;
  font-weight: normal !important;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {

.p-mw-90 p {
  max-width: 95%;
}
}

@media screen and (max-width: 1200px) {
	
.navigator .menu li a {
  padding: 0 12px;
  font-size: 15px;
}
	
	#logo img {
  height: 110px;
}
	
}



.problematiche {
  padding: 0;
  margin: 0;
  column-count: 4;
  list-style-type: none;
}
.problematiche li {
  background: #fff;
  color: #000;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 23px;
  font-weight: bold;
}


/* new servizi */ 
.border-trasparent .wp-block-media-text__media img {
  border: 90px solid transparent;
  border-top: none;
  border-bottom: none;
}


.page-hero .main-title,
.page-hero .main-title{
  font-size: 66px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.page-hero::before {
  background: url('data:image/svg+xml,<svg width="1291" height="654" viewBox="0 0 1291 654" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H1291L777.818 654H0V0Z" fill="%2300215A"/></svg>');
  width: 70vw;
  background-size: cover;
}
@media screen and (max-width: 1200px) {

.page-hero::before {
  width: 80vw;
}
	
}

h1
h2
h3
h4
h5
h6 
.main-title
.subTit, 
.tit,
.title {
  font-family: "Open Sans", sans-serif;
	font-weight:bold;
}

.main-title, h1{font-size:45px;}
.subTit,  h2  {font-size:28px;}
.title,  h3 {font-size:20px;}
.tit,  h4 {font-size:18px;}

.ctaNew p{font-family: "Open Sans", sans-serif;   margin-bottom: 0;}
.ctaNew p.subTit{margin-bottom: 20px;}


.h100 {
  height: 100%;
}
.h100 img {
  height: 100%;
  object-fit: cover;
}



.correlati .servizi .item {
  padding: 0;
}

.correlati .servizi .item .text {
  display: none;
  padding: 30px;
}

.correlati .servizi .item:hover .text {
  display: block;
}

.correlati .servizi .item:hover .image {
  display: none;
}
.correlati .servizi .item .image {
  margin: 0;
  height: 100%;
}

.correlati .servizi .item .image img {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
  width:100%;
}

.emme_gallery.owl-carousel .owl-nav button.owl-next, .emme_gallery.owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 60px;
  font-family: "Open Sans";
  font-weight: 300;
  opacity: .7;
}
.emme_gallery.owl-carousel .owl-nav button.owl-next {
  right: 0;
  left: auto;
}


.progetti-gallery-section .flex-column {
  display: flex;
  flex-direction: column;
}
.progetti-gallery-section .wp-block-gallery {
  margin-top: auto;
}
.single-projects .header {
  box-shadow: none;
}

body.postid-1096{
	  font-family: "Open Sans";
}




.vertical-slider-items .item-article {
  margin-bottom: 100px;
}
.vertical-slider {
  align-items: flex-start !important;
  position: relative;
}
.vertical-slider .wp-block-column:first-child, .vertical-slider .wp-block-column:last-child {
  position: sticky;
  top: 40px;
}
 


.sticky-image {
  position: relative; 
  overflow: hidden; 
}
.sticky-image img {
  width: 100%;
}

.sticky-image::before {
  content: '';
  position: absolute;
  top: 100%; 
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 33, 90, 0.7); 
  transition: top 0.5s ease; 
  pointer-events: none; 
  visibility: visible; 
}

.sticky-image.show-overlay::before {
  top: -100%; 
}

.sticky-image.hidden::before {
  top: 100%; 
  visibility: hidden; 
}


.emme_gallery .prev, .emme_gallery .next{font-size: 0;position: absolute;top: 50%;transform: translateY(-50%);left: -20px;cursor: pointer;}

.emme_gallery .prev:before, .emme_gallery .next:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 21.504-10-10 10-10' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
    background-size: contain;
}
.emme_gallery .next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.364 1.504 10 10-10 10' stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.emme_gallery .next {
  left: auto;
  right: -20px;
}



/*--------------------------------------------------------------
# Breakpoint (1024px)
--------------------------------------------------------------*/

@media screen and (max-width: 1024px) {

  .top-bar {
    display: none;
  }

  .resmenu {
    display: block;
  }

  .header {
    position: relative;
    background-color: #fff;
  }

  .navigator {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    bottom: 0;
    padding-top: 60px;
    background-color: #fff;
    z-index: 200;
    margin:0;
    overflow: scroll;
  }

  .visible {
    overflow: hidden;
  }

  .visible .navigator {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  .navigator .menu {
    display: block;
    width: 80%;
    margin: 0 auto;
    position: relative;
  }

  .navigator .menu li {
    display: block;
  }

  .navigator .menu li a {
    line-height: 60px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    background-color: transparent;
  }

}

/*--------------------------------------------------------------
# Breakpoint (768px)
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	

	
.emme-gallery-item.emme-col-2.active4 {
  display: none;
}
.emme-gallery-item.emme-col-2.active3 {
  display: none;
}
.emme-gallery-item.emme-col-2.active2 {
  display: none;
}
#lightgallery .emme-gallery-item.active1 {
  width: 100% !important;
  position: relative !important;
  bottom: auto;
  left: auto;
  top: auto;
  margin: 0;
  padding: 0;
}

#lightgallery {
  height: auto !important;
}
	
	.problematiche {
  column-count: 1;
}

  h1,.main-title {
    font-size: 30px;
  }

  h2,.subTit {
    font-size: 26px;
  }

  #logo img {
    height: 120px;
  }

  .hide-image-on-mobile .wp-block-media-text__media {
    display: none;
  }

  .feature .text {
    padding: 40px 20px;
    height: auto !important;
  }

  .feature .tit {
    font-size: 28px;
  }

  .feature figure {
    height: auto;
  }
  .feature .wp-block-column:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }

  .ml-negative.servizi.row {
    margin: 0 0 40px;
  }

  .fullBg::before {
    left: -20px;
    width: 100vw;
  }

  .testimonials {
    margin-left: 0;
    margin-top: -200px;
  }


#contatti .wp-block-spacer {
  height: 40px !important;
}


.main-title {
  font-size: 45px;
}
	.page-hero .main-title{
		font-size:32px;
	}
.page-hero {
  padding: 80px 0;
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding: 40px 20px !important;
}
.full-media-text .wp-block-spacer {
  display: none;
}

.wp-block-group.mobHiddenoverflow {
  width: calc(100% + var(--gap));
  margin-left: calc(var(--gap) / -2);
  padding: 5px calc(var(--gap) / 2);
  overflow: hidden;
}
	
	
.w100-mobile img {
  width: 100%;
  margin: 0 !important;
}
.w100-mobile .alignright {
  float: none !important;
  margin: 0;
}
	
	.hide-on-mobile{
		display:none;
	}
	.border-trasparent .wp-block-media-text__media img {
  border-width: 30px;
}
	.ctaNew .wp-block-group__inner-container {
  padding: 0;
}
	
	
.correlati .servizi .item .text {
  display: block;
}
.correlati .servizi .item .image img {
  min-height: 100%;
  height: auto;
}
.correlati .servizi .item .image {
  height: auto;
}
	
	 .page-hero .main-title {
  font-size: 26px;
}


.vertical-slider .wp-block-column:first-child, .vertical-slider .wp-block-column:last-child {
  position: relative;
  top: auto;
}

.sticky-image::before {
  display: none;
}


.item-article figure.hide {
  display: block !important;
}
	

}


.progetti.owl-carousel {
  margin: 100px 0;
  display: block !important;
}


.progetti .owl-stage {
  display: flex;
}
.progetti .owl-item {
  border: 2px solid var(--link-color);
  opacity: .5;
  border-radius: 15px;
  transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
}
.progetti .owl-item .wp-block-column {
  border: none;
  padding: 40px 20px !important

}
.progetti .owl-item.active.center {
  opacity: 1;
  background: var(--link-color);
  color: #fff;
  text-align: left;
  margin-top: -50px;
  margin-bottom: -50px;
}
.progetti .owl-item h3
{
  margin-bottom: 20px;
  
}
.progetti .owl-item.active.center h3,
.progetti .owl-item.active.center .sub-title {
  color: #fff;
}
.progetti.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.progetti .owl-dots{text-align: center;  margin-top: 70px; display: block !important;}

.progetti .owl-item{
  padding: 20px;
}

.progetti .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: lightgray;
  margin: 0 3px;
  border-radius: 100%;
}
.progetti .owl-dots .owl-dot.active {
  background-color: var(--link-color);
}

.backtoproject {
  padding:20px;
  margin:0 0 30px 0;
}
.backtoproject a:before {
  margin-right: 5px;
  vertical-align: middle;
  transition:  all 0.3s ease-in-out;
  filter: invert(1);
  content: url('data:image/svg+xml,<svg fill="white" width="20" height="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M52.7 244.7c-6.2 6.2-6.2 16.4 0 22.6l160 160c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L86.6 256 235.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-160 160zm352-160l-160 160c-6.2 6.2-6.2 16.4 0 22.6l160 160c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L278.6 256 427.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0z"/></svg>');
}
.backtoproject a {
  font-size: 16px;
  display: flex;
  align-items: top; 
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid var(--link-color);
  width: fit-content;
  padding: 10px;
  height: 40px;
  transition:  all 0.3s ease-in-out;
}


.backtoproject a:hover{
  color: #fff;
  background-color: var(--link-color);
}
.backtoproject a:hover:before{
  
  filter: invert(0);
}
@media screen and (min-width:1025px) {
 
.single .full .item-image{
  width:40%;
  float: right;
  margin: 30px 0 20px 20px;
} 
.single .wp-block-group__inner-container
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single .image img
{
  width: 100%;
}
}

details[open] summary {
  display: none;
}

/* Slide _rollin */
.slide_rollin
{
  padding-top: 25vh;
}

.vertical-slider-items .main-title {
  font-size: 35px;
}

.slide_rollin .item-article 
{
  min-height: 350px;
}
.slide_rollin .item-article .wp-block-group{
  transform-origin: left;
}

#appender {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
} 
#appender .wp-block-image
{
  margin: 0;
}
#appender .wp-block-image img {
  width: 100%;
}
#appender:before { 
  padding-top: 100%;
  display: block;
}
#appender .wp-block-image:before {
  content: "";
    background-color: rgba(0, 33, 90,0.5);
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}
#appender .wp-block-image:nth-child(1):before{
  display: none;
}
#appender .scroll .wp-block-image:not(:nth-child(1)){
  position: absolute;
  top: 100%;
  left:0;
  right: 0;
}
#appender .scroll .wp-block-image img{

width: 100%;
aspect-ratio: 1;
object-fit: cover;
}


.page-hero::before {
  display: ;
  background-image: none;
  background-color: #00215a66;
  left: 0;
  right: 0;
  width: 100%;
}


.grecaptcha-badge {
  visibility: hidden;
}