/*
Theme Name: Bahamas
Theme URI: https://www.emmepubblicita.com/
Author: Web Agency Emmè
Author URI: https://www.emmepubblicita.com/
Description: Starter Theme Wordpress
Version: 1.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.
*/


body {
	margin:0;
	line-height:1.46;
  	font-size:16px;
    font-family: 'Poppins', sans-serif;
  	font-weight:400;
    position: relative; 
    color: #333;
	overflow-x: hidden;
}

h1,h2,h3,h4, .titMod, .main-title, .subTit, .tit {
  line-height:1.2;
   color: #222;
   font-weight: 600;
}

.main-title {
  font-size: 30px;
  position: relative;
  margin: 0 0 25px;
  text-transform: uppercase;
}

h2, .subTit {
  font-size: 26px;
  position: relative;
  margin: 0 0 15px;
}

a {
	text-decoration:none;
	color:#000;
}
.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, button, 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: #0166b2;
  border-radius: 0px;
  border: 2px solid transparent;
  padding: 15px 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: #fff;
}

.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, button:hover, input[type="submit"]:hover {
  background: #7e7e7e;
  border-color: #7e7e7e ;
  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: 2px solid #e5e5e5;
  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: 4px;
  font-family: 'Poppins', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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 {
  font-size: 13px;
}

.header {
  position: relative;
  z-index: 100;
}

#logo {
	bottom:0px;
	position:relative;
	z-index:50; 
  	max-width:400px;
}

#logo img {
  padding: 20px 0;
  height: 70px;
  width: auto;
  display: block;
}

.header .corp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigator {
  border-top: 1px solid rgb(232, 232, 232);
  border-bottom: 1px solid rgb(232, 232, 232);
}
.navigator .menu {
  margin: 0;
  padding: 0;
  z-index: 110;
  position: relative;
  margin-right: auto;
margin-left: 30px;
}
.navigator .menu li {
	display:inline-block;
  	position: relative;
	
}
.navigator .menu li a {
  padding: 0 16px;
  line-height: 50px;
  color: #000;
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.navigator .menu li a:hover, .navigator .menu li.current_page_item > a{
  color: #0166b2;
}


.navigator .menu ul {
  display:block;
  padding: 12px;
  position: absolute;
    left:0;
  width: 200px;
  visibility: hidden;
opacity: 0;
  transition: all 200ms ease-in;
  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: 13px;
	color: #000;
	text-align: left;
}


.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  border-top: 1px solid rgb(232, 232, 232);
  border-bottom: 1px solid rgb(232, 232, 232);
}

.footer h4 {
  font-size: 16px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.footer a {
  color: #333;
}
.footer a:hover {
  color: #0166b2;
}
.footer ul {
  padding-left: 10px;
}

.footer .social a, .contact .social a {
  margin-right: 8px;
}
.footer .social .fb, .contact .social .fb{
  color: #1773ea;
}
.footer .social .yt, .contact .social .yt{
  color: #ff0000;
}

.footer .social .ig, .contact .social .ig{
	color:#e70f03;
}

.credit {
	background-color: #fff; 
    color: #888;
	text-align:center;
	padding:15px 0 10px;
	font-size:11px;
}
.credit a {
	color:#888;
}
.credit p {
	margin:0;
}

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


.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  bottom: 0;
  overflow: auto !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  max-width: 120px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 10px 0;
}

.single-product.woocommerce-page div.product div.images {
  width: calc(60% - 150px);
  margin-left: 150px;
  border: 1px solid #eee;
}

.woocommerce-page div.product div.summary {
  width: 37%;
}

.product-description-container {
  width: calc(75% - 150px);
  margin-left: 150px;
}

.tablist {
  padding: 0;
  margin: 20px 0 20px;
  list-style-type: none;
}
.tablist li {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-right: 13px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.4;
  cursor: pointer;
}
.tablist li.active {
  opacity: 1;
}
.product-description-container .item {
  display: none;
}



.product-description-container .item.maggiori-dettagli ul {
  padding: 0;
  list-style-type: none;
}
.product-description-container .item.maggiori-dettagli ul li {
  margin-bottom: 8px;
}
.product-description-container .item h4 {
  display: none;
}

.woocommerce div.product .product_title {
  margin: 10px 0;
  font-family: 'Poppins';
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  font-weight: 700;
}



.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  max-height: 600px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport img {
  object-fit: contain;
  max-height: 600px;
}



.social-share {
  margin-bottom: 20px;
}
.social-share p {
  margin-bottom: 5px;
}
.social-share .itm {
  margin-right: 10px;
}
.social-share .itm i {
  font-size: 22px;
}


.related.products h2 {
  font-size: 21px;
  font-weight: 800;
}

.related.products {
  margin-top: 80px;
}



.boxVirtual {
  max-height: 700px;
  position: relative;
}
/*
.boxVirtual .wp-block-buttons {
  position: absolute;
  bottom: 50px;
  right: 50px;
} */
.main-title.big {
  margin: 0;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
}

.product .text {
  text-align: center;
}

.boxVirtual svg{
	max-height: 400px;
}

.woocommerce .woocommerce-breadcrumb {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #000;
  font-weight: 500;
}


#logo, .header-widget {
  flex-basis: 33.3333%;
}

.header-widget2{
  text-align: right;
}

.header-widget .social a {
  margin-right: 5px;
}

.pswp__bg {
  opacity: .6 !important;
}

.pswp__caption {
  display: none !important;
}

.logoFooter img {
  filter: invert(1) brightness(100);
}




.woocommerce ul.products li.product a img {
  max-height: 350px;
  object-fit: contain;
	border: 1px solid #eee;
box-sizing: border-box;
}

.term-description-bottom {
  margin-top: 40px;
}


.product-category {
  text-align: center;
}


#lightboxWC{
	display:none;
	position: fixed;
    left: 0;
    right: 0;
	top:0;
	bottom:0;
    z-index: 101;
}
.forms {
    position:absolute;
	left: 10px;
    right: 10px;
    max-width: 800px;
    top: 50%;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #eee;
  	z-index: 101;
}


#lightboxWC .sf {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  z-index: 100;
}

#lightboxWC .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}

.form.row label {
  text-align: left;
  display: block;
}

.term-description {
  margin-bottom: 40px;
}

.product-description-container a {
  color: #464b70;
}

.product-description-container a:hover {
  color: #8b0975;
}



.menu-category {
  position: absolute;
  top: 51px;
  padding: 0;
  margin: 0;
  min-width: 270px;
}
.menu-category li a {
  padding: 12px 18px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  display: block;
  border-bottom: 1px solid #eee;
}
.menu-category li {
  display: block;
  list-style-type: none;
}
.menu-category li a:hover {
  background: #f7f7f7;
}

.categoryLbl {
  padding: 13px 15px;
  min-width: 240px;
  max-width: 320px;
  background: #0166b2;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

body:not(.home) .menu-category{
  display: none;
}

.top-bar {
  background: #0166b2;
  color: #fff;
  font-size: 13px;
}


.top-bar .social a svg {
  height: 16px;
  width: 16px;
}
.top-bar .social a {
  margin: 0 4px;
}

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

.top-bar .social a{
  color: #fff;
}
.top-bar .info {
  display: inline-block;
  padding: 9px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
}

.top-bar .info:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}


.top-bar p {
  margin: 0;
}


.wc-block-product-search .wc-block-product-search__field {
  background-color: transparent;
  border: 2px solid #e5e5e5;
  border-radius: 0;
}

.wc-block-product-search .wc-block-product-search__button {

  margin: 0;
  border: 2px solid #e5e5e5;
  background-color: transparent;
  color: #0166b2;
  border-left: none;
  width: 50px;
  text-align: center;
}
.wc-block-product-search .wc-block-product-search__button svg {
  margin: auto;
}

.client.owl-carousel .owl-item img {
  max-height: 100px;
  padding: 10px 40px;
  box-sizing: border-box;
  filter: grayscale(1);
transition: all 0.3s ease-in-out;
}
.client.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.client.owl-carousel .owl-item:hover img {
  filter: none;
}



.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  font-size: 50px;
  font-weight: 200;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.owl-carousel:hover .owl-nav button.owl-prev{
  opacity: 1;
  left: 10px;
}
.owl-carousel:hover .owl-nav button.owl-next{
  opacity: 1;
  right: 10px;
}

.mass figcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mass figure {
  position: relative;
  overflow: hidden;
}

.mass figure img{
transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mass figure:hover img{
  transform: scale(1.1);
}

.mass figure:hover figcaption{
  transform: translateY(-20px);
}

.servizi.mass {
  display: flex;
  column-gap: 30px;
}
.mass2 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
}


.page-hero {
  padding: 180px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}





.contact-info-item {
  display: flex;
  margin: 20px 0 40px;
}
.contact-info-item p{
  margin: 0;
}
.contact-info-item .icon {
  margin-right: 20px;
  width: 40px;
  text-align: center;
}
.contact-info-item .icon i {
  font-size: 33px;
  font-weight: 300;
  color: #0166b2;
}


.contact-info-item .info strong {
  text-transform: uppercase;
  color: #000;
}

.contact.row .form [class*="col-"] {
  max-width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
  margin: 0 0 10px;
}

#contatti .form {
  max-width: 960px;
  margin: auto;
}

.n2-ss-layer-content{
  transition: all 0.4s ease-in-out !important;
}
body.menu-cat-close .n2-ss-layer-content{
  padding-left: 0 !important;
}

.service-list .tit {
  font-weight: 400;
}



.servizi .item {
  box-shadow: 0 0 4px rgba(0,0,0,.12);
  transition: box-shadow .6s ease;
  background-color: #fff;
}
.servizi .item .text {
  padding: 20px;
}
.servizi .item:hover {
  box-shadow: 0 0 9px rgba(0,0,0,.2);
}
.servizi .item .text p {
  font-size: 13px;
  margin: 10px 0;
}
.servizi .item .text .tit {
  font-size: 17px;
}
.read-more {
  text-transform: uppercase;
  font-size: 13px;
  color: #0066b2;
}

.woocommerce-shop .products.columns-4 {
  display: none;
}


.borderGallery.emme_gallery .emme-gallery-item img {
  border: 1px solid #eee;
  height: 200px;
  object-fit: contain;
}


.feature i {
  font-size: 50px;
  color: #0166b2;
}
.feature .tit {
  font-size: 20px;
  margin-bottom: 10px;
}
.feature p {
  font-size: 14px;
}


.feature .item p {
  font-size: 13px;
}
.feature .item p.tit {
  font-size: 20px;
}


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

  .header.fixer #logo img {
    height: 30px;
    padding: 20px 0;
  }
  .header.fixer .header-widget .btn {
    font-size: 12px;
    padding: 9px 16px;
  }
}



/****** NUOVO LAYOUT ******/


.servizi .item {
  box-shadow: none;
  position: relative;
}
.servizi .item .text,
.woocommerce ul.products li .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
    transition: all 0.3s ease-in-out;

}
.servizi .item .text .tit,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.3s ease-in-out;
	font-weight: 500;
}
.servizi .item .image a ,
.woocommerce ul.products li.product a{
  display: block;
  position: relative;
  height: 100%;
}
.servizi .item .image a:before,
.woocommerce ul.products li.product > a::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
	  transition: all 0.3s ease-in-out;

}
.servizi .item .text .tit a,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #fff;
}
.servizi .item:hover .text,
.woocommerce ul.products li:hover .text {
  opacity: 0;
}
.servizi .item:hover .image a::before,
.woocommerce ul.products li.product:hover > a::before{
  top: 100%;
}

/*Masonry*/
@media screen and (min-width: 1024px) {
  .servizi.masonry .item .image a:before{
    top:100%;
  }

  .servizi.masonry .item:hover .image a::before {
    top: 0%;
  }

  .servizi.masonry .item .text {
    opacity: 0;
  }

  .servizi.masonry .item:hover .text {
    opacity: 1;
  }
}

.woocommerce-page div.product div.summary {
  width: 100%;
  display: flex;
  margin: 0;
}
.woocommerce-page div.product div.summary .content-text {
  flex-basis: 50%;
}
.woocommerce-page div.product div.summary .formContattoProd {
  flex-basis: 50%;
}

.slideprod.owl-carousel .owl-item img {
  height: 50vh;
  width: auto !important;
}



.related.products {
  padding: 60px 0 0;
  background: #0166b2;
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 170px;
}
.related.products:before,
.related.products:after{
  content: "";
  position: absolute;
  width: 50vw;
  left: calc(50% - 50vw);
  background: #0166b2;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.related.products:after{
  left: auto;
  right: calc(50% - 50vw);
}

.woocommerce .related.products ul.products li {
 margin-bottom: -180px !important;
}

.related.products .tit {
  color: #fff;
  font-size: 26px;
  margin: 0 0 30px;
}

/****** FINE ******/


.woocommerce ul.products li.product{
  width: calc(25% - 20px);
  margin: 10px;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: calc(33.333333% - 20px);
  margin: 10px;
}

/*--------------------------------------------------------------
# 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;
	}
	.visible {
		position:fixed;
		left:0;
		right:0;
		top:0;
		bottom:0;
	}
	.visible .navigator {
		transform:translateX(0%);
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
	}
	.navigator .menu {
		display:block;
		width:80%;
		margin:0 auto;
		position:relative;
		right:0;
	}
	.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;
	}

  .header-widget {
    display: none;
  }



.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  left: -120px;
  width: 120px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  max-width: 90px;
}

.single-product.woocommerce-page div.product div.images, 
.product-description-container {
  width: calc(65% - 120px);
  margin-left: 120px;
}

.woocommerce-page div.product div.summary {
  width: 32%;
}

#logo {
  flex-basis: auto;
}

.social-share .itm {
  margin-right: 25px;
}
.header {
  border-bottom: 1px solid #eee;
}


.n2-ss-slider .n2-ss-item-image-content img {
  max-height: 400px  !important;
  width: auto !important;
}

.servizi.mass {
  flex-wrap: wrap;
  justify-content: center;

}
.servizi.mass .item1{
  margin-bottom: 30px;
}

.mass2  .col-sm-12:first-child {
  max-width: 100%;
  flex: 0 0 100%;
}

.mass2 .col-md-6 {
  -ms-flex: 0 0 calc(45% );
  flex: 0 0 calc(45% );
  max-width: calc(45% );
  margin: 0;
}



.categoryLbl {
  display: none !important;
}
.menu-category {
  display: none;
}

    	
}

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

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

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

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


  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    left: -80px;
    width: 80px;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    max-width: 60px;
  }
  
  .single-product.woocommerce-page div.product div.images{
    width: calc(100% - 80px);
    margin-left: 80px;
  }

  .product-description-container{
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
  
  .woocommerce-page div.product div.summary {
    width: 100%;
  }

  #logo img {
    padding: 20px 0;
    height: 40px;
  }

  .main-title.big {
    font-size: 35px;
  }
  .mappaTour iframe {
    height: 300px;
  }
	
	
  .client.owl-carousel .owl-item img {
    padding: 10px 20px;
    height: auto;
    margin: auto;
  }
  

.servizi.masonry {
  display: block;
}
.servizi.masonry .item {
  margin-bottom: 20px;
}

.slideprod.owl-carousel .owl-item img {
  height: 20vh;
}
.woocommerce-page div.product div.summary {
  display: block;
}

.woocommerce .related.products ul.products li {
  margin-bottom: 40px;
}
.related.products {
  margin-bottom: -70px;
}

.related.products h2 {
  color: #fff;
}

.spoiler-item .spoiler-btn {
  font-size: 15px;
  text-align: left;
  padding-right: 40px;
}

}


.mlauto{
	margin-left: auto;
}