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

.center{
  text-align: center;
}



.btn, .form .btn, .wp-block-buttons .wp-block-button a.wp-block-button__link, input[type="submit"] {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  transition: all .3s ease-in-out;
  background-color: var(--link-color);
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 15px 32px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
}
.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: 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;
  top:0;
transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

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

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

.scroll-down .header {
  background: var(--site-bg) !important;
  top: 0px;
}

.admin-bar.scroll-down .header{
	  top: 32px;

}

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

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

.logo-white {
    display: none !important;
}

/* Nel template trasparente, prima dello scroll mostra il logo bianco */
.page-template-menu-trasparent #logo .logo-normal {
    display: none;
}

.page-template-menu-trasparent #logo .logo-white {
    display: block !important;
}

/* Quando scrolli, torna sempre il logo normale */
body.scroll-down #logo .logo-normal {
    display: block;
}

body.scroll-down #logo .logo-white {
    display: none !important;
}


.header .corp {
  display: flex;
  align-items: center;
  justify-content: space-between;
	 max-width: calc(100% - 440px);
}

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


.page-template-menu-trasparent:not(.scroll-down) .navigator .menu li a { 
  color: #fff;
}

.navigator .menu li a:hover,
.navigator .menu li:not(.menu-item-82).current_page_item>a {
  color: var(--link-color-hover) !important;
}



.navigator .menu ul {
  display:none;
  position: absolute;
  padding: 0;
  left:0;
  width: 270px;
  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 15px;
  font-size: 15px;
  color: var(--site-title-color) !important;
  text-align: left;
  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: -15px;
  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>');
}


.page-template-menu-trasparent:not(.scroll-down) .menu > li.menu-item-has-children > a::after{
	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="white" 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: #fff;
}

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

.footer a {
  color: #fff;
}

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

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

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

.credit a{
  color: #fff;
}

.credit p {
  margin: 0;
}

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


.call{
  display: none;
}


.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;
}

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






  
.marquee {
  overflow: hidden;
  width: 100%;
  padding-block: 12px;
  margin-bottom: 0px;
}

.marquee__track {
  display: inline-flex;
  gap: 2rem;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 18s linear infinite;
}

.marquee__item {
  text-transform: uppercase;
  font-size: 74px;
  font-weight: 800;
  font-family: var(--heading-font);
  color: rgba(0,0,0,0);
  -webkit-text-stroke: 2px #66676D;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding: 0 40px;
}
@keyframes marquee {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-50%,0,0); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
}



.marquee__item::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 0L20.6146 1.66093C23.6532 9.87251 30.1275 16.3468 38.3391 19.3854L40 20L38.3391 20.6146C30.1275 23.6532 23.6532 30.1275 20.6146 38.3391L20 40L19.3854 38.3391C16.3468 30.1275 9.87251 23.6532 1.66093 20.6146L0 20L1.66093 19.3854C9.87251 16.3468 16.3468 9.87251 19.3854 1.66093L20 0Z" fill="%23FFC000"/></svg>');
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -33px;
}


.pr{position:relative;}


.line-anim {
  background-image: url('../../uploads/shape3.png');
  width: 100%;
  height: 34px;
  background-repeat: repeat;
  background-size: auto;
  -webkit-animation: wave 70s linear infinite;
  animation: wave 70s linear infinite;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 0px 0px 40px 40px;
  max-width: calc(100vw - 400px);
  margin: auto;
  filter: grayscale(1) brightness(100);
}
@-webkit-keyframes wave {
  0% {
    background-position:top right
  }
  100% {
    background-position:top right -2000px
  }
}
@keyframes wave {
  0% {
    background-position:top right
  }
  100% {
    background-position:top right -2000px
  }
}


.sliders .owl-dots {
  display: none;
}





.tablist {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: -79px;
}
.tablist li a {
  font-size: 14px;
  font-weight: 800;
  font-family: var(--heading-font);
  padding: 20.5px 30px 18.5px;
  display: ;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--title-color);
  line-height: 1;
  position: relative;
  min-width: 140px;
  border: 1px solid #000;
  text-transform: uppercase;
  cursor: pointer;
}
.tablist li.active a {
  background: var(--link-color);
  color: #fff;
  border-color: var(--link-color);
}

.top-bar {
  padding: 12px 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 10px auto 22px;
  background-color: #101010;
  color: #fff;
   max-width: calc(100% - 400px);
}

.top-bar a {
  color: #fff !important;
}
.top-bar .corp{
	max-width: 100%;
}



.cta-btn-bg-shape.bg-mask {
  display: inline-block;
  background: var(--link-color-hover);
  padding: 24px 35px 24px 35px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-left: 80px;
    border-radius: 20px;

}
.cta-btn-bg-shape:before,
.cta-btn-bg-shape:after{
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  background: var(--link-color-hover);
  left: -45px;
  top: 0;
  border-radius: 20px;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
}

.cta-btn-bg-shape:before{
  left: -85px;
  background: #fff;
}

.cta-btn-bg-shape.bg-mask a{
  color: #000;
}

.cta-btn-bg-shape.bg-mask a strong{
  font-size: 28px;
  font-weight: 700;
  font-family: var(--heading-font);
  margin-bottom: -0.2em;
  display: block;
}




.social {
  display: flex;
  gap: 10px;
}
.social svg {
  width: 27px;
  height: 27px;
}






/* ! FAQ */


.rank-math-list-item::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.75 10C19.75 10.2344 19.5625 10.375 19.375 10.375H10.375V19.375C10.375 19.6094 10.1875 19.7969 10 19.7969C9.76562 19.7969 9.625 19.6094 9.625 19.375V10.375H0.625C0.390625 10.375 0.25 10.2344 0.25 10.0469C0.25 9.8125 0.390625 9.625 0.625 9.625H9.625V0.625C9.625 0.4375 9.76562 0.296875 10 0.296875C10.1875 0.296875 10.375 0.4375 10.375 0.625V9.625H19.375C19.5625 9.625 19.75 9.8125 19.75 10Z" fill="black"/></svg>');
  position: absolute;
  right: 20px;
  top: 25px;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.rank-math-list-item.active::after {
  background-image: url('data:image/svg+xml,<svg width="20" height="2" viewBox="0 0 20 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.625 1.375C0.390625 1.375 0.25 1.23438 0.25 1.04688C0.25 0.8125 0.390625 0.625 0.625 0.625H19.375C19.5625 0.625 19.75 0.8125 19.75 1.04688C19.75 1.23438 19.5625 1.375 19.375 1.375H0.625Z" fill="black"/></svg>');
}
.rank-math-question  {
  color: #000;
  cursor: pointer;
  font-family: var(--body-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.rank-math-list-item {
  position: relative;
  padding: 30px 30px 30px 0px;
  cursor: pointer;
  border-bottom: 1px solid #333333;
}
.rank-math-answer {
  display: none;
  margin-bottom: 0;
  margin-top: 45px;
    padding-left: 0;
    font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 22px;
  max-width: 994px;
	  color: #000;
}

.rank-math-answer ul {
  list-style-type: none;
}

.rank-math-question strong {
  font-weight: 300;
}
.rank-math-answer a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .rank-math-list-item::before, .rank-math-list-item::after { right: 0; top:30px;}
  .rank-math-question { font-size: 17px; }
  .rank-math-answer {
  font-size: 16px;
}
}




.servizi .item {
  position: relative;
  border-radius: 300px 300px 16px 16px;
  -webkit-box-shadow: 0px 10px 30px rgba(0,0,0,.04);
  box-shadow: 0px 10px 30px rgba(0,0,0,.04);
  background: #fff;
  padding: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}
.servizi .item .image img {
  width: 100%;
  position: relative;
  border-radius: 300px 300px 0 0;
  overflow: hidden;
  margin-bottom: 24px;
}
.servizi .item .text {
  text-align: center;
  margin: 0 0 18px 0;
  margin-top: 0px;
  margin-bottom: 18px;
  color: #6D6E74;
  line-height: 1.75;
}
.servizi .item .text .tit a {
  color: var(--site-title-color);
}
.servizi.owl-carousel .owl-item{
	transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

.servizi.owl-carousel .owl-item.active + .owl-item.active:not(.active + .active + .active + .active),
.servizi.owl-carousel .owl-item.active + .owl-item.active + .owl-item.active:not(.active + .active + .active + .active){
  margin-top:140px;
}

.servizi.owl-carousel{
  margin-top: -250px;
}


.servizi .tit {
  margin-bottom: 10px;
}
.servizi .read-more {
  text-transform: uppercase;
  color: var(--site-text-color);
  font-weight: bold;
}



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

.slider-container,
.hero-pagine-container{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.top-bar {
  max-width: calc(100% - 20px);
}
.header .corp {
  max-width: calc(100% - 40px);
}
.line-anim {
  max-width: calc(100% - 40px);
}	
	
}


.inline-list.payment-icons.footer__section {
  margin: 26px 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 3px;
}


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

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

  body {
    padding-bottom: 51.2px;
}
	
.call {
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  left: 0;
  right: 0;
	box-shadow:0px 0px 12px #aaa;
  padding: 5px;
  box-sizing: border-box;
  display: block;
}
	
 .call .widget {
  display: flex;
  justify-content: right;
  align-items: center;
}
  
.call a {
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  margin: 3px 18px 3px 0;
  line-height: 60px;
  font-size:0;
}

.call span {
  margin-left: 10px;
  margin-right: auto;
  font-size: 14px;
  text-align: left;
  color: #1d1d1d;
  text-transform: uppercase;
  line-height: 16px;
}
	
	.call svg{
		color:#fff;
	}

	

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

  .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;
	color: var(--site-title-color) !important;
  }
	
 .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);
  }
	
	  .page-template-menu-trasparent:not(.scroll-down, .visible) #nav-icon2 span {
	background: #fff;
  }
	
}

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

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

  .header-widget { display:none; }

.top-bar {
  padding-left: 0;
  padding-right: 0;
}
.sliders .wp-block-cover {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: ;
}
.page-template-menu-trasparent .header {
  top: 90px;
}

:where(.wp-block-group.has-background) {
  padding-left: 15px;
  padding-right: 15px;
}
.tablist {
  margin-top: 0;
}
.tabs.tabs-style-topline {
  overflow: hidden;
}
	
.scroll-down .header {
  top: 0px !important;
}
	
.top-bar {
  font-size: 13.5px;
}	
	#logo img {
  height: 50px;
  padding: 10px 0;
}


.sliders .wp-block-heading {
  font-size: 30px !important;
  margin-bottom: 7px !important;
}	

.sliders .wp-block-cover {
  min-height: 600px !important;
}
.servizi.owl-carousel {
  margin-top: -30px !important;
}
.marquee__item {
  font-size: 34px;
}
.wp-block-group.alignfull:has(.marquee) {
  padding: 30px 0 !important;
}	
	.sv-cover-container {
  min-height: 360px !important;
}
	
.hero-pagine {
  min-height: 280px !important;
  padding: 20px !important;
}	
	.header .corp {
  max-width: 100%;
}

.slider-container, .hero-pagine-container {
  padding-left: 10px !important;
  padding-right: 10px !important;
}	
	
	


.page-template-menu-trasparent.visible #logo .logo-white {
  display: none !important;
}
.page-template-menu-trasparent.visible #logo .logo-normal {
  display: block;
}
.visible.page-template-menu-trasparent .header {
  top: 20px;
}	
	
	
	
}
