/*
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.5
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);
  font-family: var(--body-font);
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,.main-title,.sub-title,.title, .tit, .h1, .has-h-1-font-size, .h2, .has-h-2-font-size, .h3, .has-h-3-font-size, .h4, .has-h-4-font-size, .h5, .has-h-5-font-size, .h6, .has-h-6-font-size{
  line-height: 1.2;
  color: var(--site-title-color);
  font-family: var(--heading-font);
  font-weight: 700;
  position: relative;
}

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

h1, .main-title, .h1, .has-h-1-font-size {font-size: 36px;  }
h2, .sub-title, .h2, .has-h-2-font-size{font-size: 34px;}
h3, .title, .h3, .has-h-3-font-size{font-size: 28px;}
h4, .tit, .h4, .has-h-4-font-size{font-size: 24px;}
h5, .h5, .has-h-5-font-size{font-size: 20px;}
h6, .h6, .has-h-6-font-size{font-size: 18px;}


@media (max-width: 768px) {
  h1, .main-title, .h1, .has-h-1-font-size {font-size: 34px; }
  h2, .sub-title, .h2, .has-h-2-font-size{font-size: 30px;}
  h3, .title, .h3, .has-h-3-font-size{font-size: 26px;}
  h4, .tit, .h4, .has-h-4-font-size{font-size: 22px;}
  h5, .h5, .has-h-5-font-size{font-size: 18px; }
  h6, .h6, .has-h-6-font-size{font-size: 16px; }
}


/* 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: outside;
  padding-left: 20px;
}


.btn, .form .btn, .wp-block-buttons .wp-block-button a.wp-block-button__link, input[type="submit"] {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  transition: all .3s ease-in-out;
  background-color: var(--link-color);
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 15px 25px;
  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: #fff;
  border-color: var(--link-color-hover);
  color: var(--link-color-hover);
}

.wp-block-buttons .wp-block-button a.wp-block-button__link.has-white-background-color:hover {
  background: var(--link-color-hover) !important;
  border-color: var(--link-color-hover) !important;
  color: #fff !important;
}


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: none;
  background-color: #F8F8F8;
  padding: 0 15px;
  height: 44px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  font-family: var(--body-font);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2A292970;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

select {
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6L8.5 10L12.5 6" stroke="%231E1E1E" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 15px;
}

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

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

.form .field {
  margin-bottom: 20px;
}

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: 17px;

}

.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;
  font-weight: 400;
  color: var(--site-text-color);

}

.privacy a {
  color: var(--site-text-color);
  text-decoration: underline;
}

.privacy .wpcf7-not-valid-tip {
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  text-align: inherit; 
}
.wpcf7-form-control-wrap label {
  font-weight: 400;
  color: var(--site-text-color);
}

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

.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}

.wpcf7-response-output {
  max-width: 868px;
  margin: 30px auto 0 !important;
  border: none !important;
  color: red;
  text-align: center;
}

label {
  color: var(--site-title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  display: block;
  margin: 0 0 5px;
  font-weight: 600;
  line-height: normal;
}



.dis, .privacy label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.privacy label a {
  color: #000;
}



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

/* Per Webkit (Chrome, Safari, Edge) */
::-webkit-input-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per Mozilla Firefox */
::-moz-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per Microsoft Edge (Legacy) */
::-ms-input-placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}

/* Per i browser più moderni */
::placeholder {
  color: rgba(51, 40, 30);
  opacity: 0.5;
}






.header {
  position: sticky;
  z-index: 100;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
  top: 0;
}

.admin-bar .header{top:30px;}

.page-template-menu-trasparent .header {
  background: transparent !important;
  position: fixed;
  left: 0;
  right: 0;
}



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

#logo img {
  padding: 30px 0;
  height: 50px;
  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 22px;
  line-height: 40px;
  color: var(--site-title-color);
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}


.page-template-menu-trasparent .navigator .menu li a { 
  color: #fff;
}

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


.navigator .menu ul {
  display:none;
  position: absolute;
  padding: 0;
  left:0;
  width: 200px;
  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: 40px;
}
.navigator .menu li:hover ul,
.navigator .menu li:focus-within ul {
  display:block;
  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;
  color: #1e1e1e;
	position:relative;
}
.footer::before {
  content: "";
  background-image: url("../../../../wp-content/uploads/top-wave-footer.png");
  position: absolute;
  right: 0;
  left: 0;
  top: -100px;
  width: 100%;
  height: 120px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer h4, .footer .tit {
  font-size: 25px;
  margin: 0 0 18px;
  text-transform: uppercase;
  color: #1e1e1e;
}

.footer a {
  color: #1e1e1e;
}

.footer a:hover, 
.credit a:hover {
  color: #1e1e1e;
}

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

.credit {
  color: #999;
  text-align: center;
  padding: 15px 0 10px;
  font-size: 11px;
}

.credit a{
  color: #999;
}

.credit p {
  margin: 0;
}

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

.page-hero {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.page-hero .main-title {
  margin: 0;
}

.whatsapp-button {
  background: #42e35f;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 100px;
  cursor: pointer;
  z-index: 200;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
} 
.whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4);
}

#cover img, .radius img {
  box-shadow: 0 25px 98px 0 rgba(0,0,0,.1);
  transition: .25s;
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 54% 46% 42% 58%/60% 58% 42% 40%;
}

#cover::after, .page-hero:after {
    content: "";
    background-image: url("../../../../wp-content/uploads/top-wave.png");
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    display: block;
    background-repeat: no-repeat;
  background-size: 100%;
}


.wp-block-columns .bxsha {
  margin-left: -200px !important;
  box-shadow: 0 4px 90px 0 rgba(0, 0, 0, 0.15) !important;
}
.wp-block-columns.img-right .bxsha {
  margin-left: auto !important;
  margin-right: -200px !important;
}

.minH800 img{
	min-height:680px;
	object-fit:cover;
	max-height:700px;
}


/*
.row-menu {
  position: relative;
}
.row-menu::before {
  content: "";
  background: #CFCFCF;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -22px;
  max-width: 1140px;
}
.row-menu .itm a.active {
  border-bottom: 6px solid var(--link-color);
  z-index: 2;
    position: relative;
}
.row-menu .itm a {
  padding: 20px 0;
}


.menu-int-section {
  top: 110px !important;
}

.admin-bar .menu-int-section {
  top: 140px !important;
}

#prodotti .wp-block-columns {
  scroll-margin-top: 200px;
}*/

/* Allinea l'ancora al di sotto della barra sticky */
#prodotti .wp-block-columns {
 /* scroll-margin-top: 200px;*/
}
/* Usa la var aggiornata dal JS per compensare la sticky bar */
html { scroll-padding-top: var(--sticky-offset); }

/* E, per sicurezza, dai alle sezioni anche uno scroll-margin-top dinamico */
#prodotti .wp-block-columns {   scroll-margin-top: 0;}


/* (già ok) barra sticky subito sotto header fisso */
.menu-int-section {
  top: 110px !important; /* 140px in admin-bar, vedi sotto */
  position: sticky;
  padding: 0 !important;
}
.admin-bar .menu-int-section { top: 140px !important; }

/* Nascondi la scrollbar orizzontale, mantieni scroll */
.row-menu {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 40px 0;
}
.row-menu::-webkit-scrollbar { display: none; }

/* Evita che gli item si comprimano */
.row-menu .itm { flex: 0 0 auto; }

/* Stile active (tuo) */
.row-menu .itm a { padding: 0px 0; }
.row-menu .itm a.active {
  border-bottom: 6px solid var(--link-color);
  position: relative;
  z-index: 2;
}




/* ! Recensioni */

body .ti-widget.ti-goog .ti-review-item > .ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  background: #fff !important;
  border-radius: 10px !important;
}

body .ti-widget.ti-goog .ti-review-header .ti-profile-img {
  margin-top: 0px !important;
}

body .ti-widget.ti-goog:not(.ti-no-profile-img) .ti-review-header .ti-platform-icon {
  top: 37px !important;
}

body .ti-reviews-container-wrapper {
  padding: 0 !important;
}

.wp-block-group {
  scroll-margin-top: 130px;
}






/* ! Back to top */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1000;
  display: none;
  border-radius: 65px;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: center;
}

.footer .wp-block-outermost-icon-block, #come-raggiungerci .wp-block-outermost-icon-block {
  max-width: 20px !important;
}




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

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

  .top-bar {
    display: none;
  }

  .resmenu {
    display: block;
	order: 3;
  }
	
  .header-widget{
	margin-left:auto; 
	margin-right:40px;
  }


  .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: 20px;
    background-color: #fff;
    z-index: 200;
    margin:0;
    overflow: scroll;
    padding-left: 0px;
    padding-right: 0;  }

  .visible {
    overflow: hidden;
  }

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

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

  .navigator .menu li {
    display: block;
  }

  .navigator .menu li a {
    line-height: 60px;
    background-color: transparent;
  }
	
 .navigator .menu .sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
    top: auto !important;
    visibility: visible;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 0;
	padding: 0px;
    display: block;
  }

  .navigator .menu .open-dropdown .sub-menu {
    max-height: 980px;
  }

  .menu > li.menu-item-has-children.open-dropdown > a::after{
	transform: rotate(-90deg);
  }
	
  .navigator #logo img {
    padding: 0;
  }
	
	.row-menu {
  white-space: nowrap !important;
  justify-content: flex-start !important;
  overflow: auto;
  gap:20px !important;
}
	
	.row-menu p{font-size:13px !important;}
	
	
	#logo img {
  height: 40px;
}
#logo {
  z-index: 400;
}
.navigator .menu {
  margin-top: 120px;
}
.nav-widget {
  margin-top: 84px;
}
.nav-widget p a {
  color: #000;
}
.nav-widget p {
  font-size: 14px;
}

	
	
    .call {
        background: var(--link-color-hover);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding: 9px 9px;
        /* z-index: 99; */
        border-radius: 5px 0px 0px 5px;
        width: 253px;
        color: #fff;
    }
	.call a {
		color: #fff;
		font-family: var(--heading-font);
		font-style: normal;
		display: flex;
		align-items: center;
		gap: 5px;
		position: relative;
		letter-spacing: -0.28px;
		font-size: 16px;
		font-weight: 700;
	}
	
	
	
.call-bar {
        position: relative;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
        position: fixed;
        left: auto;
        right: 20px;
        bottom: 30px;
        display: flex;
        align-items: center;
        gap: 2px;
        border-radius: 5px;
    }
    .call-bar-back-to-top {
        background: var(--link-color);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 80px;
        padding: 19px 10px;
        z-index: 99;
        border-radius: 0px 5px 5px 0px;
        width: 63px;
    }
    .call .itm.itm-btn {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        padding: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

	span.icn {
    display: flex;
    align-items: center;
    gap: 20px;
	position:relative;
}
	
span.icn:before {
	content: "";
	width: 1px;
	height: 20px;
	background: #4A3C2D;
	display: block;
	position: absolute;
	left: -20px;
}
	



body .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left] {
    bottom: 26px !important;
}
	
	
}

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

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

  .header-widget { display:none; }
#cover img, .radius img {
  aspect-ratio: 1/1;
  max-width: 100%;
  height: auto;
}
	
	#cover::after, .page-hero::after {
  height: 60px;
}
	
.gradient-cta .wp-block-cover__background {
  background: linear-gradient(0deg,rgba(7,146,227,0) 0%,rgba(229,71,68,0.8) 87%,rgb(229,71,68) 100%) !important;
}	

.wp-block-columns .wp-block-column .bxsha {
  margin: -500px 15px 0 !important;
  padding: 40px !important;
}
	:where(.wp-block-group.has-background) {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
	

	.menu-int-section {
  top: 100px !important;
	    padding: 0 15px !important;
}
	.row-menu .itm a {
  padding: 0 0;
}
	
	
.row-menu {
  scroll-behavior: smooth;        
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;  
 padding: 20px 0;
}

/* Nasconde la scrollbar  */
.row-menu {
  overflow-x: auto;               
  -ms-overflow-style: none;       
  scrollbar-width: none;          
}
.row-menu::-webkit-scrollbar {    
  display: none;
}
#prodotti .wp-block-columns {
  scroll-margin-top: 0px;
}
	
	.footer::before {
  top: -50px;
}
	
.gradient-cta .wp-block-cover {
  padding: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
}	
	
	.footer .wp-block-column {
  margin-bottom: 40px;
}
	
.footer .wp-block-columns,
	.footer .wp-block-columns .wp-block-column,
	.footer .wp-block-columns .wp-block-column .wp-block-group.is-vertical{
      display: block !important;
	    text-align: left;
}
	#come-raggiungerci,
	#come-raggiungerci .wp-block-column,
	#come-raggiungerci .wp-block-column  .wp-block-group.is-vertical{
  display: block !important;
	    text-align: left;
}
	
}
