/*
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: 800;
  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: 45px;  }
h2, .sub-title, .h2, .has-h-2-font-size{font-size: 36px;}
h3, .title, .h3, .has-h-3-font-size{font-size: 32px;}
h4, .tit, .h4, .has-h-4-font-size{font-size: 28px;}
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: 36px; }
  h2, .sub-title, .h2, .has-h-2-font-size{font-size: 28px;}
  h3, .title, .h3, .has-h-3-font-size{font-size: 25px;}
  h4, .tit, .h4, .has-h-4-font-size{font-size: 24px;}
  h5, .h5, .has-h-5-font-size{font-size: 16px; }
  h6, .h6, .has-h-6-font-size{font-size: 14px; }
}

/* 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: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  transition: all .3s ease-in-out;
  background-color: var(--link-color);
  border-radius: 30px;
  border: 2px solid transparent;
  padding: 12px 19px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
}

.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 {
  color: var(--link-color) !important;
  background: #fff !important;
  border-color: var(--link-color) !important;

}

.wp-block-buttons .wp-block-button a.wp-block-button__link.has-white-background-color:hover{
	background: var(--link-color)!important;
	color: #fff !important;
	  border-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: #F3F3F3;
  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: 120px;
  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(--link-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: #2A2929;
  opacity: 0.5;
}

/* Per Mozilla Firefox */
::-moz-placeholder {
  color: #2A2929;
  opacity: 0.5;
}

/* Per Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #2A2929;
  opacity: 0.5;
}

/* Per Microsoft Edge (Legacy) */
::-ms-input-placeholder {
  color: #2A2929;
  opacity: 0.5;
}

/* Per i browser più moderni */
::placeholder {
  color: #2A2929;
  opacity: 0.5;
}





.header {
  position: sticky;
  z-index: 100;
  border-bottom: 1px solid 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: 10px 0;
  height: 80px;
  width: auto;
  display: block;
  box-sizing: content-box;
}

@media (max-width: 768px) {
  
#logo img {
  padding: 15px 0;
  height: 45px;
}


}

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

.navigator {
  margin-left: auto;
  margin-right: 39.5px;
}

.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 12.5px;
  line-height: 40px;
  color: var(--site-title-color);
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}


.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 {
  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: 14px;
  color: #000;
  text-align: left;
  text-transform: none;
  font-weight: 400;
}

.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: 60px;
  padding-bottom: 14px;
  background-color: #2a2a2a;
  color: #efefef;
  font-size: 14px;
}

.footer h4, .footer .tit {
  font-size: 20px;
  margin: 0 0 14px;
  text-transform: uppercase;
  color: #fff;
}

.footer a {
  color: #fff;
}

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

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

.credit {
  background-color: #222;
  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: 50px;
  height: 50px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  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);
}


.top-bar {
  background: var(--link-color);
  color: #fff;
  padding: 8px 0;
  font-size: 15px;
}
.top-bar .social svg {
  height: 15px;
  width: 15px;
}
.top-bar .social {
  display: flex;
  align-items: center;
  gap: 6px;
}


.top-bar p {
  margin: 0;
}
.social a {
  display: block;
  line-height: 1;
}


.wp-block-buttons {
  gap: 18px;
}

.w100 img {width: 100%;}



/* ! 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;
}





.footer .social {
  display: flex;
  gap: 15px;
}
.footer .social svg {
  height: 25px;
  width: 25px;
}

.wp-block-list {
  list-style-position: inherit;
  padding-left: 17px;
}





/* ! FAQ */

.schema-faq.wp-block-yoast-faq-block {
  margin-top: -20px;
}

.schema-faq-section::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.25 10C20.25 10.6562 19.7344 11.125 19.125 11.125H11.625V18.625C11.625 19.2812 11.1094 19.7969 10.5 19.7969C9.84375 19.7969 9.375 19.2812 9.375 18.625V11.125H1.875C1.21875 11.125 0.75 10.6562 0.75 10.0469C0.75 9.39062 1.21875 8.875 1.875 8.875H9.375V1.375C9.375 0.765625 9.84375 0.296875 10.5 0.296875C11.1094 0.296875 11.625 0.765625 11.625 1.375V8.875H19.125C19.7344 8.875 20.25 9.39062 20.25 10Z" fill="%232A2929"/></svg>');
  position: absolute;
  right: 20px;
  top: 15px;
  display: block;
  width: 21px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.schema-faq-section.active::after {
  background-image: url('data:image/svg+xml,<svg width="21" height="4" viewBox="0 0 21 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.25 2C20.25 2.65625 19.7344 3.125 19.125 3.125H1.875C1.21875 3.125 0.75 2.65625 0.75 2.04688C0.75 1.39062 1.21875 0.875 1.875 0.875H19.125C19.7344 0.875 20.25 1.39062 20.25 2Z" fill="%232A2929"/></svg>');
}
.schema-faq-question {
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.schema-faq-section {
  position: relative;
  padding: 20px 20px 20px 0px;
  cursor: pointer;
  border-bottom: 1px solid #D7DAE2;
}

.schema-faq-answer {
  display: none;
  padding-top: 10px;
  padding-right: 40px;
}

.schema-faq-answer ul {
  list-style-type: none;
}


@media (max-width: 768px) {
  .schema-faq-section::before, .schema-faq-section::after { right: 0;     top: 20px; }
}


/* ! Breadcrubms */
.yoast-breadcrumbs a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.breadcrumb_last {
  color: rgba(0, 0, 0, 0.30);
  font-weight: 400;
}


.yoast-breadcrumbs .separator {
  margin-left: 13px;
  margin-right: 13px;
}



.marchi-media-text .marchio {
  height: 315px;
  display: flex;
  align-items: center;
}


/* ! Card servizi */


.servizi .item img {
  border-radius: 20px;
  aspect-ratio: 325/200;
}
.servizi .item {
  border-radius: 20px;
  background: #FFF;
}
.servizi:not(.marchi) .item .text {
  padding: 20px 30px 38px;
  text-align: center;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.servizi .item .text .tit a {
  color: var(--site-title-color);
}
.servizi .item .text .tit {
  font-size: 20px;
  margin: 0 0 15px;
}
.servizi .item .text p {
  margin: 0 0 30px;
}

.servizi .btn {
  margin-top: auto;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.servizi.marchi .item figure{margin:0;}
.servizi.marchi .item img {
  aspect-ratio: 1/1;
  padding: 28px;
  mix-blend-mode: multiply;
}
.marchi.servizi {
  gap: 10px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  

.marchi.servizi figure {
    margin: 0;
  }
  .marchi.servizi {
    justify-content: center;
    gap: 30px;
  }
  .servizi.marchi .item img {
    max-height: 137px;
    object-fit: contain;
    padding: 0;
  }

}




.owl-carousel.servizi .owl-nav button.owl-next, .owl-carousel.servizi .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -38px;
}
.owl-carousel.servizi .owl-nav button.owl-next {
  right: -38px;
  left: auto;
}


.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  display: block;
  background: #DEEEED !important;
  border-radius: 100%;
}
.owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
	margin-top:30px;
}
.owl-dot.active {
  background: var(--link-color) !important;
}


.servizi .owl-item {
  border-radius: 20px;
  background: #FFF;
}
.servizi .owl-stage {
  display: flex;
}

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

.owl-carousel.servizi .owl-nav button.owl-prev {
  left: -25px;
}

.owl-carousel.servizi .owl-nav button.owl-next {
  right: -25px;
}

	.servizi .owl-dots {display:none;}	
	
.owl-carousel.servizi {
  margin-top: 30px;
}
	
}




.mobile-bar .whatsapp-button {
  position: relative;
  right: auto;
  bottom: auto;
}
.mobile-bar .whatsapp-button:hover {
  transform: none;
  box-shadow: none;
}
.back-to-top {
  width: 50px;
  height: 50px;
  display: flex;
  background: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.mobile-bar {
  border-radius: 100px;
  background: var(--link-color);
  display: flex;
  gap: 10px;
  max-width: 333px;
  position: fixed;
  right: 20px;
  bottom: 10px;
  padding: 5px 5px;
  width: calc(100% - 50px);
  box-sizing: border-box;
  z-index: 200;
  left: auto;
}
.mobile-bar .item {
  display: flex;
  gap: 5.52px;
  margin-left: auto;
}
.mobile-bar .btn {
  border-radius: 100px;
  padding: 11px 13px;
   color: #000;
  background: #E4F3F2;
  text-transform: none;
  line-height: normal;
}
.mobile-bar .item:first-child {
  margin-left: 0;
}
.mobile-bar .volantino-btn {
  width: 50px;
  height: 50px;
  display: flex;
  background: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}


.marchio .wp-block-post-featured-image img {
  mix-blend-mode: multiply;
}


.marchi.marchi-full.servizi.row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.marchi.marchi-full.servizi.row img {
  width: 100%;
}


/*--------------------------------------------------------------
# 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;
  }

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

  .visible {
    overflow: hidden;
  }

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

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

  .navigator .menu li {
    display: block;
  }

  .navigator .menu li a {
    line-height: normal;
    font-size: 16px;
    color: #000;
    background-color: transparent;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 0;
  }
	
 .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 .social svg path {
  fill: var(--link-color);
}
.navigator .social {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 16px;
}
.header-widget-mobile .wp-block-buttons {
  gap: 7px;
}
.header-widget-mobile {
  margin-bottom: 51px;
}
.header-widget-mobile .wp-block-buttons a {
  font-size: 17px !important;
}
	
.navigator #logo img {
  height: 75px;
  padding: 0;
  margin-bottom: 39px;
}	

}

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

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

  .header-widget {
    display: none;
  }

  /* ! Cover Home */


.coverHome .coverContainer {
  padding: 30px 20px !important;
  margin-top: -60px;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.coverHome.wp-block-cover .wp-block-cover__image-background {
  position: relative;
  left: auto;
  height: auto;
  top: auto;
  bottom: auto;
  min-height: 390px;
}
.coverHome {
  display: block;
  padding: 0 !important;
}


/* ! Banner volantino */


.banner-volantino {
  padding: 50px !important;
  padding-top: 160px !important;
}
.banner-volantino img {
  margin-top: -210px !important;
}
.banner-volantino p {
  font-size: 20px !important;
}


.box-contatti .address p {
  max-width: 180px;
}


.banner-cta {
  padding: 60px 30px 390px 30px !important;
  background-position: 100% 100% !important;
}

.banner-ssn { background-image: url('../../uploads/banner-ssn-mobile.png') !important;}
.banner-prenota { background-image: url('../../uploads/cta-prenota-mobile.png') !important;}
.banner-siamo-qui { background-image: url('../../uploads/banner-siamo-qui-per-te-mobile.png') !important;}


.mobile-reverse {flex-direction: column-reverse;}
.text-align-sm-left {text-align: left !important;}
.justify-content-sm-center {justify-content: center !important;}

.marchi {
  grid-template-columns: 50% auto;
}

.page-hero {
  padding-top: 167px !important;
  padding-bottom: 167px !important;
}

.page-hero h1 {
  text-align: left;
  text-transform: uppercase;
}
	
	.footer {
  padding-bottom: 120px;
}
	

.header-widget-mobile .wp-block-buttons {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.header-widget-mobile .wp-block-buttons a {
  text-transform: none !important;
}
	
.marchi.marchi-full.servizi.row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}	
	
	.marchi .owl-dots {
  display: flex;
}

	:where(.wp-block-group.has-background) {
  padding-left: 20px;
  padding-right: 20px;
}
	
	.schema-faq-section {
  padding: 20px 40px 20px 0px;
}
	
	.schema-faq-answer {
  padding-right: 20px;
}
	
	.mobile-bar {
  right: 10px;
		  max-width: 320px;

}
	.mobile-bar .btn {
  font-size: 15px;
		  padding: 11px 10px;

}
	
	  .owl-carousel.servizi {
    max-width: calc(100% - 40px);
  }
	
}


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

.mobile-bar .btn {
  font-size: 14px;
  padding: 11px 10px;
}
.mobile-bar {
  max-width: 290px;
  right: 10px;
}
.whatsapp-button {
  width: 45px;
  height: 45px;
}
.mobile-bar .volantino-btn {
  width: 45px;
  height: 45px;
}
.back-to-top {
  width: 45px;
  height: 45px;
}

}	
	
html body .iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float="bottom-left"] {
  bottom: 7px !important;
}