/*
	Theme Name: area12
	Version: 1.0
	Author: RDM
	Author URI: https://webdesignseo.it
	Description: Designed for Area12 2025 restyling
*/


body { line-height: 1.4; font-size: 18px;}

a,.btn,
.circle-progress,
.carousel-contr,
.wrap-single{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}

.btn-link {
  padding: 5px 0;
  border: 0;
  position: relative;
  font-size: 19px;
}
.btn-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-link, .btn-link:hover{
  background-color: transparent;
}
.btn-link:hover::after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-default::after {background-color: var(--teal);}
.btn-secondary::after {background-color: var(--white);}
.btn-success::after {background-color: var(--dark-gray);}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Montserrat', sans-serif;}
h1, .h1 {font-size: 2.2rem; line-height: 1; margin-bottom: 25px;}
.pages h2, .pages .h2 {font-size: 1.8rem; line-height: 1.1; margin-bottom: 35px;}
h1, h2, h3 { color: var(--orange);}
.h4{ text-transform: uppercase; font-weight: 500; font-family: 'Oswald', sans-serif;}


#brands_carousel,.home-news,.home-logos,.home-services,.home-promo,.footer,#stores_results {content-visibility:auto;}

#brands_carousel,.home-news,.home-logos,.home-services,.home-promo,.footer,#stores_results {contain-intrinsic-size: 160px;}

@media (min-width: 768px) {#brands_carousel,.home-news,.home-logos,.home-services,.home-promo,.footer,#stores_results {contain-intrinsic-size: 215px;}}
@media (min-width: 1200px) {#brands_carousel,.home-news,.home-logos,.home-services,.home-promo,.footer,#stores_results {contain-intrinsic-size: 425px;}}





/* -- ANIMATIONS --------------------------------------- */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-02s {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.animated.delay-04s {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.animated.delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


#pre_overlay{
  position:fixed;
  z-index:998;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#fff;
  transition: 1s 0.4s;
}
#preload{
	height: 23px;
	width: 55%;
  position:absolute;
	z-index:999;
  top:0;
}
#progress{
	height: 100%;
  background-color: var(--dark-gray);
  width:0;
-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}
.home #progress{height: 100%; }

.page_bg {
	position: absolute;
	z-index: 0;
  right: 0;
	top: 0;
	width: 0;
  height: 130px;
  background-color: var(--yellow);
-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;-ms-transition:all .4s ease-out;transition:all .3s ease-out;
}
.page-loaded .page_bg { width:47.5%; }



.circle-progress {
  width: 46px;
  height: 46px;
  float: left;
  position: absolute;
}
.circle-progress:hover { transform: scale(1.1);}
.circle-progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid var(--med-gray);
  position: absolute;
  top: 0;
  left: 0;
}
.circle-progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.circle-progress .progress-bar {
  width: 100%;
  height: 100%;
	border: 3px solid var(--teal);
  background: none;
  position: absolute;
  top: 0;
}
.single-negozio .circle-progress .progress-bar,
.single-post .circle-progress .progress-bar {
	border-color: var(--dark-gray);
}

.circle-progress .progress-right {
  right: 0;
}
.circle-progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 46px;
  border-bottom-left-radius: 46px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.circle-progress .progress-left {
  left: 0;
}
.circle-progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#main_carousel .circle-progress .progress-right .progress-bar.animate { animation: half-rotate 4.3s linear forwards; }
#main_carousel .circle-progress .progress-left .progress-bar.animate { animation: half-rotate 4.3s linear forwards 4.3s; }

#home_selected_carousel .circle-progress .progress-right .progress-bar.animate,
#news_carousel .circle-progress .progress-right .progress-bar.animate,
#promo_carousel .circle-progress .progress-right .progress-bar.animate { animation: half-rotate 3.2s linear forwards; }
#home_selected_carousel .circle-progress .progress-left .progress-bar.animate,
#news_carousel .circle-progress .progress-left .progress-bar.animate,
#promo_carousel .circle-progress .progress-left .progress-bar.animate { animation: half-rotate 3.2s linear forwards 3.2s; }

#services_carousel .circle-progress .progress-right .progress-bar.animate { animation: half-rotate 2.3s linear forwards; }
#services_carousel .circle-progress .progress-left .progress-bar.animate { animation: half-rotate 2.3s linear forwards 2.3s; }


@keyframes half-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}



@keyframes scrolldown {
  0% { height: 0}
  50% { transform: translateY(0); height: 100%;}
  100% { transform: translateY(100px); height: 0;}
}

.section-vertical-name {
  display: block;
  position: absolute;
  height: 190px;
  bottom: 140px;
  left: 50%;
}
.spazi-espositivi .section-vertical-name{ bottom: 10px;}
.scroll-text {
  display: block;
  position: absolute;
  top:130px;
  left: -44px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: center center;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: 1px;
}
.scroll-down-line {
  display: block;
  position: relative;
  width: 2px;
  height: 75px;
  overflow: hidden;
}
.scroll-down-line::before {
  display: block;
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: var(--teal);
  animation-name: scrolldown;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}







/* -- HEADER --------------------------------------- */

.header{
  padding-top: 40px;
  min-height: 90px;
}

.menu-wrapper {
  float: left;
  width: 70%;
}

.header-logo .navbar-brand {
  display: block;
}
.header-logo img {
  width: 90px
}

.navbar {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
  font-size: 16px;
  width: 68%;
  float: left;
}

.header .social-block {
  margin: 11px 0 0 20px;
  float: left;
}
.social-block a{ width: 25px; height: 25px; background-size: 25px 25px; margin: 0 8px; background-repeat: no-repeat; display: inline-block;}
.social-block a:hover{ opacity: .7}
.social-block .icon-facebook{background-image: url(img/icons/facebook-icon.png);}
.social-block .icon-instagram{background-image: url(img/icons/instagram-icon.png);}

.overlay-menu nav{ padding-top: 10px;}
.overlay-menu ul{list-style:none; margin: 0; padding: 0;}
.overlay-menu ul li{display:inline-block; margin-right: 17px;}
.overlay-menu ul li:last-child{margin-right: 0;}
.overlay-menu ul li a{padding:0; position: relative;}
.overlay-menu ul li.current-menu-item a, .overlay-menu ul li a:focus, .overlay-menu ul li.current-category-ancestor a{ color: var(--teal);}
.overlay-menu ul li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: var(--teal);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.overlay-menu ul li a:hover::after, .overlay-menu ul li.current-menu-item a::after, .overlay-menu ul li.current-category-ancestor a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}













/* -- SHARED --------------------------------------- */

.top-banner, .bg-bot-store-page, .store-contacts {
  opacity: 0;
}

.main{ clear: both; min-height: 270px}

.date, .cat-name { font-family: 'Oswald', sans-serif;}
.carousel .date { font-size: 15px;}

.carousel-caption {color: var(--dark-gray); top: 100%; left: 15px; right: 15px; text-align: left;}
.home .main-carousel { margin-bottom: 340px;}
.main-carousel .carousel-inner { overflow: visible;}

.main-carousel .carousel-caption-header { min-height: 62px;}
.main-carousel .carousel-caption-text { min-height: 76px; margin-bottom: 0}
.main-carousel .carousel-indicators {right: auto; margin-left: 15px;}

.carousel-fade .carousel-item {background-color: #fff;}

.carousel-indicators li {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background-color: transparent;
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: #fff;
}

.carousel-controls .carousel-contr {
	position: absolute;
	filter: grayscale(100%) brightness(180%);
}
.single-negozio .carousel-controls .carousel-contr,
.single-post .carousel-controls .carousel-contr {
	filter: grayscale(100%) brightness(160%);
}
.carousel-controls:hover .carousel-contr{
	filter: grayscale(0%) brightness(100%);
}

.wrap-arrows {
  position: absolute;
  width: 60px;
  bottom: 20px;
  left: 0px;
}


.next-refresh { bottom: auto; top: -40px; right: 0;z-index: 333;}

.hover-inner { color: #fff; background-color: var(--dark-gray); padding: 15px;}

.parallax {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vertical-title {
  width: 100%;
}



.card {margin-bottom: 30px; background-color: transparent}
.card h3{min-height: 72px;}
.card h3 a{color: var(--dark-gray);}
.card .img-link{position: relative; display: block;}
.card .img-link span{position: absolute; bottom:0; left: 0; padding: 0.4rem 1rem; background-color: #fff;}
.card .img-link span, .duration{font-size: 15px; text-transform: uppercase;}

.category-news .img-link span, .category-news .duration{color: var(--teal); font-family: 'Oswald', sans-serif; font-weight: 500; }
.category-eventi .img-link span, .category-eventi .duration {color: var(--orange); font-family: 'Oswald', sans-serif; font-weight: 500; }

.card-text { min-height: 100px;}
.promos .card {background-color: var(--yellow); color: #fff;}
.promos .card h3{font-weight: 400;}
.promos .card-body { min-height: 340px;}
.promos .card .img-link span, .single-negozio .card .img-link span{width: 100%; padding: 1.25rem; font-size: 28px; background-color: rgba(37,38,55,.5); font-family: 'Oswald', sans-serif; }

.pages-full-left-padding {position: relative;}
.pages-full-left-padding .wrap-map{padding: 0}

.cat-name{display: block; text-transform: uppercase; color: var(--gray); margin-bottom: 18px;}
.negozio .cat-name{font-size: 14px; line-height: 1.2;  margin-bottom: 0;}
.negozio .cat-name span::before { content:', ';}
.negozio .cat-name span:first-of-type::before {display:none}
.post-type-archive-negozio .cat-name{height: 40px;}
.single-negozio .cat-name{letter-spacing: 0.03em}

.hr{ width: 12px; height: 1px; background-color: #fff; margin: 25px auto 10px;}

.py-90{ padding-top: 90px; padding-bottom: 90px;}

.single-post .footer, .page-template-template-servizi-php .footer{ margin-top: 0}

.spacer {height: 1px;}






/* -- ALTRE PAGINE --------------------------------------- */

.serv1{ margin-top: -60px;}

.bg-inclinate, .page-template-template-servizi-php .parallax img, .bg-inclinate.h4 span, .bg-inclinate.big-font span{ position: relative;}
.bg-inclinate.h4 span, .page-template-template-servizi-php .parallax img, .bg-inclinate.big-font span{z-index: 2}
.page-template-template-servizi-php h2{ font-weight: 400; font-size: 2.1rem !important; margin-bottom: 50px;}
.page-template-template-servizi-php .bg-inclinate.h4 {line-height: 1;}

.bg-inclinate::before{
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  background-color: var(--dark-gray);
}
.inverse-service .bg-inclinate::before{background-color:var(--yellow) ;}

.parallax::before{
  left: -20%;
  height: 100%;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

.bg-inclinate.h4::before, .bg-inclinate.big-font::before {
  left: -15px;
  right: -15px;
  bottom:-15px;
  top: -15px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.bg-inclinate.big-font h3{font-size: 1.7em}

.contatti .spacer {height: 30px;}

.contatti .hgroup{ background-color: var(--dark-gray); color: #fff; padding: 1rem;}
.contatti .hgroup p{min-height: 23px; line-height: 1.2; margin-bottom: 16px;}
.contatti .hgroup h3{color: #fff; font-weight: 400; font-size: 27px;}
.contatti .hgroup span{ text-transform: uppercase; display: block; float: left; font-size: 15px; width:48px; margin: 1px 0 16px; color: var(--yellow)}
.contatti .hgroup .social-block{ float: none; margin: 30px 0 0;}

.contatti .orari { line-height: 2; margin-bottom: 50px;}
.contatti .orari .h2{ font-family: 'Oswald', sans-serif; font-weight: 500;}




.intro-form {max-width: 470px;margin: 30px 0;}


/* -- FORM --------------------------------------- */

.form-control, .custom-select{ background-color: var(--light-gray); border: 1px solid #fff; color: var(--orange); font-weight: 700;
padding: 1rem; height: auto; }

.form-titles { text-transform: uppercase; color: var(--yellow); font-size: 22px; font-family: 'Oswald', sans-serif; font-weight: 500; padding: 15px 15px 5px 15px;}

.custom-select {
  background-image: url(img/icons/arrow-bottom-b.png);
  -webkit-appearance: none;
  background-size: 16px 16px;
}
.wpcf7-acceptance .wpcf7-list-item{margin: 10px 6px 0 2px;}
.wpcf7-submit { border-bottom: 2px solid var(--teal); padding: 10px}
.wpcf7-submit:disabled { color: #ccc !important; background-color: transparent !important; border:0}









/* -- HOME --------------------------------------- */

.selected-carousel .wrap-arrows { bottom: 298px; width: 60%; margin: 20px; }
.selected-carousel .wrap-arrows .carousel-control-prev-icon, .selected-carousel .wrap-arrows .carousel-control-next-icon { width: 40px; height: 40px;}
.selected-carousel .carousel-caption-header{ color: var(--yellow); margin-bottom: 20px;font-family: 'Oswald', sans-serif; font-size: 34px; text-transform: uppercase;}


.full-stripe {padding: 35px 0; position: relative;z-index: 2}
.icons-menu {padding: 0; margin: 0; overflow: hidden; width: 100%; list-style-type: none}
.icons-menu li{ display: block; position: relative; float:left; width: 25%; height: 50px; line-height: 50px; text-transform: uppercase;}
.icons-menu li a{ display: block; position: absolute; left: 0; right: 0; font-weight: 700; color: #fff;}
.icons-menu li a:hover { transform: scale(1.05); color: var(--yellow);}
.icons-menu li a::before{ display: block; content: ''; float: left; width: 50px; height: 50px; background-position: center center; background-size: 50px 50px; margin: 0 15px 0 10px;}
.icons-menu li.heart-icon a::before{ background-image: url(img/icons/heart-icon.png);}
.icons-menu li.shopper-icon a::before{ background-image: url(img/icons/shopper-icon.png);}
.icons-menu li.calendar-icon a::before{ background-image: url(img/icons/calendar-icon.png);}
.icons-menu li.clock-icon a::before{ background-image: url(img/icons/clock-icon.png);}


#brands_carousel { padding: 130px 0;}

#brands_carousel .carousel-inner .carousel-item-right.active,
#brands_carousel .carousel-inner .carousel-item-next { transform: translateX(33.3334%); }
#brands_carousel .carousel-inner .carousel-item-left.active,
#brands_carousel .carousel-inner .carousel-item-prev { transform: translateX(-33.3334%); }

@media (min-width: 576px) {
  #services_carousel.multi-items-carousel {overflow:hidden}
  #services_carousel.multi-items-carousel .carousel-inner {width: 120%;}
  #brands_carousel .multi-items-carousel .carousel-inner {margin-left: -10%;}

  #services_carousel .carousel-inner .carousel-item-right.active,
  #services_carousel .carousel-inner .carousel-item-next,
  #promo_carousel .carousel-inner .carousel-item-right.active,
  #promo_carousel .carousel-inner .carousel-item-next { transform: translateX(50%); }
  #services_carousel .carousel-inner .carousel-item-left.active,
  #services_carousel .carousel-inner .carousel-item-prev,
  #promo_carousel .carousel-inner .carousel-item-left.active,
  #promo_carousel .carousel-inner .carousel-item-prev { transform: translateX(-50%); }
}

@media (min-width: 768px) {
  #services_carousel .carousel-inner .carousel-item-right.active,
  #services_carousel .carousel-inner .carousel-item-next,
  #promo_carousel .carousel-inner .carousel-item-right.active,
  #promo_carousel .carousel-inner .carousel-item-next  { transform: translateX(33.3334%); }
  #services_carousel .carousel-inner .carousel-item-left.active,
  #services_carousel .carousel-inner .carousel-item-prev,
  #promo_carousel .carousel-inner .carousel-item-left.active,
  #promo_carousel .carousel-inner .carousel-item-prev { transform: translateX(-33.3334%);}

  #brands_carousel .carousel-inner .carousel-item-right.active,
  #brands_carousel .carousel-inner .carousel-item-next { transform: translateX(25%); }
  #brands_carousel .carousel-inner .carousel-item-left.active,
  #brands_carousel .carousel-inner .carousel-item-prev { transform: translateX(-25%);}

  #promo_carousel.multi-items-carousel .carousel-inner {width: 112%;}
}

@media (min-width: 992px) {
  #services_carousel .carousel-inner .carousel-item-right.active,
  #services_carousel .carousel-inner .carousel-item-next { transform: translateX(25%); }
  #services_carousel .carousel-inner .carousel-item-left.active,
  #services_carousel .carousel-inner .carousel-item-prev { transform: translateX(-25%);}

  #brands_carousel .carousel-inner .carousel-item-right.active,
  #brands_carousel .carousel-inner .carousel-item-next { transform: translateX(16.6667%); }
  #brands_carousel .carousel-inner .carousel-item-left.active,
  #brands_carousel .carousel-inner .carousel-item-prev { transform: translateX(-16.6667%);}
}
/* non spostare al di sopra delle media queries qui sopra */
@media (max-width: 575px) {
  #services_carousel .carousel-inner .carousel-item>div,
  #promo_carousel .carousel-inner .carousel-item>div{ display: none; }
  #services_carousel .carousel-inner .carousel-item>div:first-child,
  #promo_carousel .carousel-inner .carousel-item>div:first-child{ display: block; }
}
@media (min-width: 576px) {
  #services_carousel .carousel-inner .carousel-item-right,
  #services_carousel .carousel-inner .carousel-item-left,
  #promo_carousel .carousel-inner .carousel-item-right,
  #promo_carousel .carousel-inner .carousel-item-left {transform: translateX(0);}
}
/* non spostare al di sopra delle media queries */
#services_carousel .carousel-inner .carousel-item.active,
#services_carousel .carousel-inner .carousel-item-next,
#services_carousel .carousel-inner .carousel-item-prev,
#brands_carousel .carousel-inner .carousel-item.active,
#brands_carousel .carousel-inner .carousel-item-next,
#brands_carousel .carousel-inner .carousel-item-prev,
#promo_carousel .carousel-inner .carousel-item.active,
#promo_carousel .carousel-inner .carousel-item-next,
#promo_carousel .carousel-inner .carousel-item-prev { display: flex;}

#brands_carousel .carousel-inner .carousel-item-right,
#brands_carousel .carousel-inner .carousel-item-left {transform: translateX(0);}
#brands_carousel .carousel-inner .carousel-item {-webkit-transition: 1.5s ease-in-out;-moz-transition: 1.5s ease-in-out;-o-transition: 1.5s ease-in-out;transition: 1.5s ease-in-out; }

.home-store-text { margin: -40px auto 130px auto;}

.home-news { padding: 80px 0 55px; margin-bottom: 120px; background-color: var(--yellow); }
#news_carousel .carousel-inner{ padding-bottom: 120px;}
#news_carousel .carousel-item img { width: 72%; }
#news_carousel .carousel-caption {  left: auto; top: 45%; bottom: auto; width: 64%; padding: 20px;color: #fff;}
#news_carousel .carousel-caption-header a{ color: #fff;}
#news_carousel .carousel-indicators {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 50%;
    left: -50px;
    height: 15px;
    width: 150px;
    margin: -20px 0 0;
}
#news_carousel .wrap-arrows {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  top: 40px;
  margin: 0;
  z-index: 22;
}
#news_carousel .carousel-caption::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  background-color: var(--yellow);
}



.full-left-padding {position: relative; padding-bottom: 50px;  margin-bottom: 120px;}
.full-left-padding .col-md-9 { padding: 0;}
.full-left-padding .col-md-3, .full-left-padding .col-md-9 { z-index: 2}
.full-left-padding::after{ display: block; content: ''; width: 100%; height: 90%; position: absolute; bottom:0; left: 0;
  background-color: var(--light-gray);}

#services_carousel .service {height: 250px; display: block; position: relative; background-position: center center; background-size: cover;}
#services_carousel .service::before { background: var(--dark-gray); content: ''; display: block; height: 100%; width: 43px; opacity: .8;}
#services_carousel .service-title {
  color: #fff;
  white-space: nowrap;
  margin: 0;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: top left;
  transform: translateY(100%) rotate(-90deg);
}
#services_carousel .service:hover .service-title {padding-left: 30px;}
#services_carousel .service-title {-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}

#services_carousel .wrap-arrows {margin-left:15px; }


.pagination{clear: both;
float: right;
text-align: center;
margin-top: 90px; position:relative;}
.page-numbers { display: inline-block; padding: 10px}
.page-numbers.current { font-weight: 700; font-size: 110%;}
.pagination .next, .pagination .prev {
  width: 46px;
  height: 46px;
  position: relative;
  display: block;
  padding: 0;
}
.pagination .prev {float: left; margin-right: 20px; }
.pagination .next  {float: right; margin-left: 20px; }
.pagination .circle-progress {width: 46px;height: 46px;}
.pagination .circle-progress::after { border-color: var(--orange);}
.pagination .carousel-controls .carousel-contr {filter: grayscale(100%) brightness(50%)}
.pagination .next .circle-progress > span{ left: 13px; background-size: 65%;}
.pagination .prev .circle-progress > span{ left: 10px; background-size: 65%;}
.pagination .next:hover, .pagination .prev:hover { transform: scale(1.1);}












/* -- NEGOZI --------------------------------------- */

.wrap-map .h4{position: absolute;top: 5px;left: 15px; padding-left:15px; color: var(--dark-gray)}

#stores_results .h4 {padding: 10px; margin-bottom: 0;}

.search-filter-input-radio { display: inline-block;}
.search-filter-input-radio__control { display: none}
.search-filter-input-radio:first-of-type {margin: 0 13px 0 4px;}
.search-filter-input-radio__label{padding: 1px 7px !important;  cursor: pointer; text-transform: uppercase; font-size: 21px; color: var(--gray); position: relative;}
.search-filter-input-radio--is-active .search-filter-input-radio__label { color: var(--orange); font-weight: 700;}
.search-filter-input-radio__label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: var(--yellow);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.search-filter-input-radio__label:hover::after,
.search-filter-input-radio--is-active .search-filter-input-radio__label::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.archive .type-negozio {background-color: var(--light-gray); margin-top: 35px; height: 250px; position: relative;}
.livel{ max-width: 130px; margin: 20px auto; font-size: 15px; padding-left: 28px; line-height: 1.3; text-align: left;
  background-image: url(img/icons/livel-icon.png); background-size: 19px 18px; background-repeat: no-repeat; background-position: 3px 1px;}
.store-list-thumb{ background-size: cover; background-position: center center; background-repeat: no-repeat; height: 100%; width: 44%; display: block;float: left;}
.store-list-item-right{ float: right; width: 56%; padding: 10px; position: relative; height: 100%;}
.store-list-item-right .btn{ font-size: 18px;}
.goto-store{  position: absolute; bottom: 20px; left: 0; margin: 0;width: 100%;}
.promo-badge{ position: absolute; top: 12px; left: 12px; color: #fff; background-color: var(--yellow); width: 30px; height: 30px; border-radius: 50%; text-align: center; font-weight: bold; line-height: 30px;}

.bg-bot-store-page{ width: 47.5%;}

.store-contacts{background-color: var(--yellow); color: #fff; padding: 15px; width: 100%; margin-bottom: 40px; min-height: 55px; font-size: 16px;}
.store-contacts p{min-height: 23px; line-height: 1.2; margin-bottom: 8px;}
.store-contacts span{ text-transform: uppercase; display: block; float: left; font-size: 15px; width:48px; margin: 0 0 6px; }
.piano-entrata{ background-color: #fff; padding: 10px; border: 1px solid #5f6470}

.single-negozio .card {background-color: var(--dark-gray); color: #fff;}
.single-negozio .card .duration {min-height: 40px; display: block;}




/* -- EVENTI e NEWS --------------------------------------- */

#menu-events-sub-menu{ list-style-type: none; padding: 0; margin: 0;}
#menu-events-sub-menu li{ display: block; text-align: center; float: left; border-right: 1px solid #979797;  background-color: var(--light-gray);}
#menu-events-sub-menu li a{ font-weight: 700; display: block; font-size: 17px;  line-height: 1; text-transform: uppercase; padding: 24px 48px 22px 48px;}
#menu-events-sub-menu li a:hover, #menu-events-sub-menu li a:focus{ color: var(--yellow);}
#menu-events-sub-menu .current-menu-item{ border-bottom: 6px solid var(--teal);}

.posts .card {margin-top: 30px;}


.single-post h1{ color: var(--dark-gray);}
.single-post h2{ color: var(--yellow);}

.single-post h1, .single-post h2{ font-weight: 500; font-size: 2.2rem; margin-bottom: 45px; font-family: 'Oswald', sans-serif; color: var(--orange); }

.share-text{float: right !important; text-transform: none !important; width: auto !important; font-size: 22px !important; font-family: 'Roboto', sans-serif !important; font-weight: 400 !important}
.sigle-post-share .addthis_inline_share_toolbox{clear: none !important; float: right;margin: -9px 0 0 10px;}

.related-posts{ overflow: hidden; padding: 80px 0; position: relative;}
.related-posts::after{ position: absolute; bottom: 0; width: 100%; content: ''; background-color: var(--light-gray); height: 80%; z-index: 1}
.related-posts .container{ position: relative; z-index: 2}



.store-contacts span, .contatti .hgroup span{font-weight: 500; font-family: 'Oswald', sans-serif;}



.single-negozio .carousel-control-prev-icon,
.single-post .carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233D9B83' viewBox='0 0 16 27'%3e%3cpolygon points='13.606,26.334 0.879,13.606 13.606,0.879 15.728,3 5.121,13.606 15.728,24.213'/%3e%3c/svg%3e");
}

.single-negozio .carousel-control-next-icon,
.single-post .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233D9B83' viewBox='0 0 16 27'%3e%3cpolygon points='2.606,26.334 0.485,24.213 11.092,13.606 0.485,3 2.606,0.879 15.334,13.606'/%3e%3c/svg%3e");
}




/* -- PROMO & SCELTI FILTERS --------------------------------------- */


.search-filter-component-combobox__clear-selection .search-filter-icon,.search-filter-component-combobox__listbox-toggle .search-filter-icon {
  width: 24px;
  height: 24px;
}
.search-filter-component-combobox__clear-selection svg {
  width: 24px !important;
  height: 24px !important;
  position: absolute;
  right: 1px;
  top: 0;
}
.search-filter-component-combobox__listbox-toggle svg {
  width: 34px !important;
  height: 34px !important;
  position: absolute;
  right: -4px;
  top: -6px;
  fill:#fff!important;
}
.search-filter-style--choice-select .search-filter-field__input,.search-filter-component-combobox-base__listbox-option{cursor: pointer;}
.search-filter-component-combobox-base__listbox-option--selected, .search-filter-component-combobox__header, .search-filter-style--choice-select .search-filter-field__input,
.search-filter-component-combobox-base__listbox, .search-filter-component-combobox .search-filter-component-combobox__actions, .search-filter-component-combobox__actions-input,
.search-filter-component-combobox__selection, .search-filter-component-combobox__listbox-toggle svg, .search-filter-component-combobox__clear-selection svg {
  border:0 !important; border-radius: 0 !important; color:#fff !important; background-color: var(--dark-gray);
}
.search-filter-component-combobox-base__listbox-option--active:hover,
.search-filter-component-combobox-base__listbox-option--active.search-filter-component-combobox-base__listbox-option--selected,
.search-filter-component-combobox-base__listbox-option--active {
  background-color: var(--orange);
}

.top-filters select option::after { display:block; content: '';width: 100%; height: 30px;}

.search-filter-field--input-type-checkbox .search-filter-label{ padding: 20px 26px 20px 40px; cursor: pointer; font-weight: 700}
.search-filter-field--input-type-checkbox .search-filter-field__input{margin-top: -5px}

.search-filter-input-checkbox { display: inline-block; }
.search-filter-input-checkbox__control{ display: none}
.search-filter-input-checkbox--is-active .search-filter-input-checkbox__label{font-weight: 700; color: var(--dark-gray);}







.block-img-espositive .container{ z-index: 2}








/* -- FOOTER --------------------------------------- */

.footer { background-color: var(--dark-gray); color: #fff; margin-top: 160px; padding: 85px 0 40px;  font-family: 'Montserrat', sans-serif; font-size: 15px;}
.footer h5{font-size: 18px; margin-top: 18px;}
.footer a{ color: #fff;}

.footer .social-block{margin-top: 25px;}
.footer .contact-data{margin-top: 20px; margin-bottom: 15px;}
.foot-newsletter form{ display: flex; align-items:center; border: 3px solid #fff; padding: 10px 12px; text-align: left; }
.foot-newsletter form input[type=email]{ display: block; border: none; border-left:1px solid #fff; padding: 10px; background-color: var(--dark-gray); color:#fff}
.foot-newsletter form button{  width: 42px; height: 28px; border: 0; background-color: var(--dark-gray); background-repeat: no-repeat; background-size: cover; float: right; display: block; margin-left: 5px;
background-image: url(img/icons/arrow-newsletter.png);}
.foot-newsletter form button:focus{outline: none}
.disclaimer{ display: block; line-height: 1.2; margin-top:15px}

.menu-footer {list-style-type: none; padding-left: 0; }
.menu-footer li{display: inline-block; font-weight: bold;}
.menu-footer li::after{content: " | "; display: inline;}
.menu-footer li:last-child::after{display: none}






.cn-text-container{ display: block !important;}
.cn-button.bootstrap { background-color: var(--dark-gray) !important}




.table {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
}

.table thead th {
  color: var(--orange);
  font-weight: 400;
  font-size: 19px;
  vertical-align: bottom;
  border-bottom: 2px solid var(--light-gray);
}

.table .table {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--light-gray);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}










/* -- M QUERIES --------------------------------------- */


@media (max-width: 575px) {
  .post-type-archive-negozio .main{ margin-top: 0}
  .single-scelti{ padding: 8px 15px;}
}

@media (max-width: 767px) {
  #news_carousel .carousel-caption-header { font-size: 1.2rem}
  #promo_carousel .carousel-inner { width: auto}
  .top-filters { background-color: var(--light-gray); margin-bottom: 20px}

  .sf-field-taxonomy-tag_promo ul li label,
  .sf-field-taxonomy-tag_scelti ul li label { padding: 10px 7px !important; font-size:13px;}
  .search-filter-style--choice-select .search-filter-label, .search-filter-field--input-type-checkbox .search-filter-label {padding: 15px 0 6px 10px;}
  .top-filters .sf-field-taxonomy-cat_scelti ul li:nth-child(2), .top-filters .sf-field-taxonomy-tag_promo ul li:nth-child(2) { margin-left: 9px;}

  .search-filter-style--choice-select .search-filter-field__input { padding: 10px 12px;}
}


@media (min-width: 768px) {
	.container {padding: 0;}
  .pages {min-height: 400px;}
  .mt-30{ margin-top: 30px;}
  .hgroup { margin-top: 30px;}
  .home .hgroup { width: 35%; position: absolute; z-index: 2;}
  .home .hgroup p{ max-width: 285px;}
  .home .main-carousel{ width: 72%; float: right;}
  .contatti .right-map-contact{ width: 63.2%; float: right;}
  .contatti .hgroup { width: 44%; position: absolute; z-index: 2;}

  .home .main-carousel .carousel-caption { right: 0; left: auto; padding: 15px; min-height: 250px;}
  .triple-image {padding-bottom: 280px;}
  .triple-image .img1_wrap {
      position: relative;
      z-index: 1;
      width: 35%;
  }
  .triple-image .img2_wrap {
      position: absolute;
      top: 80px;
      right: 16%;
      z-index: 3;
      width: 44%;
  }
  .triple-image .img3_wrap {
      position: absolute;
      top: 30%;
      left: 10%;
      z-index: 2;
      width: 44%;
  }

  .hover-inner {
    position: absolute;
    top: 9%;
    left: 9%;
    z-index: 10;
    text-align: center;
    padding: 3% 5% 10px;
    width: 82%;
    height: 83%;
    opacity: 0;
    -webkit-transition: .3s opacity;
    -moz-transition: .3s opacity;
    -ms-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
  }
  .hover-inner::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background-color: var(--yellow);
  }
  .hover-wrap:hover .hover-inner {
      opacity: 1;
  }

  .rotate-90 {
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    white-space: nowrap;
    position:absolute;
    transform-origin: 0 0;
  }
  #home_selected_carousel .next-refresh { top: 105px; right: 10px}
  #promo_carousel .next-refresh { top: 30px; right: -9%;}

  .selected-carousel .carousel-caption {
    bottom: auto;
    left: auto;
    top: 58%;
    width: 33%;
  }
  .selected-for-you .vertical-title .rotate-90{bottom: 150px}
  .home-news .vertical-title .rotate-90 {bottom: 70px;}
  .home-promo .vertical-title .rotate-90 {bottom:170px; z-index: 4;}
  .home .main-carousel { margin-bottom: 280px;}
  .home .main-carousel .carousel-caption { min-width: 440px; width: 100%;}
  .home-store-text p{ margin-top: 10px;}
  #news_carousel .carousel-inner{ padding-bottom: 90px;}
  #services_carousel .service{height: 350px;}
  .home-promo .col-md-11::after {background-color: #fff;width: 12%;height: 100%;display: block;position: absolute;right: -9%;top: 0;z-index: 2;content: '';}


  .search-filter-style--choice-select {flex-direction: row;}
  .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input{height: 63px}
  .search-filter-style--choice-select .search-filter-label {float: left; width: 33%; justify-content: center; padding: 22px; margin-bottom: 0; background-color: var(--light-gray); height: 63px;}

  .search-filter-field--input-type-checkbox.search-filter-field {flex-direction: row; align-items: center;}
  .search-filter-field--input-type-checkbox .search-filter-label {width: 120px; position: relative}
  .search-filter-field--input-type-checkbox .search-filter-label::after{
    height: 40px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    content: '';
    top: 10px;
}

  .search-filter-style--choice-select .search-filter-field__input {float: left;width: 67%; padding-left: 20px;}

  .block-img-espositive{ margin-top: 100px;}

}


@media (max-width: 991px) {
  #preload { width: 100%; height: 16px;}
  .page-loaded .page_bg { width: 100%;}
  .page_bg { height: 90px;}
  .header { padding-top: 29px;}
  .menu-opened {overflow: hidden;}
  .main { margin-top: 25px;}
  .button_container{position:absolute;top:15px;right:20px;height:28px;width:28px;cursor:pointer;transition:opacity .25s ease; z-index: 999}
  .button_container.active .top{transform:translateY(7px) translateX(0) rotate(45deg);background:#FFF}
  .button_container.active .middle{opacity:0;background:#FFF}
  .button_container.active .bottom{transform:translateY(-7px) translateX(0) rotate(-45deg);background:#FFF}
  .button_container span{background:#fff;border:none;height:3px;width:100%;position:absolute;top:0;left:0;transition:all .35s ease;cursor:pointer}
  .button_container span:nth-of-type(2){top:7px}
  .button_container span:nth-of-type(3){top:14px}
  .overlay-menu{position:fixed;background-color: var(--yellow);bottom:0;left:0;width:100%;height:calc(100% - 90px);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,height .3s;overflow:scroll;z-index:9999;}
  .overlay-menu.open{opacity:1;visibility:visible;}
  .overlay-menu nav{padding-top: 20px; text-align: center; float: none;width: 100%;}
  .overlay-menu ul{list-style:none; width: 100%;}
  .overlay-menu ul li{display:block;min-height:50px; font-size: 24px; margin-right: 0;}
  .overlay-menu ul li a{display:block;position:relative;color:#FFF;text-decoration:none;overflow:hidden;text-decoration:none;line-height:1.5;padding:0 10px 10px}
  .header .social-block {float: none;width: 200px; border-top: 1px solid #fff; margin: 20px auto; padding: 25px;}

  .full-left-padding, .pages-full-left-padding{padding-left: calc(50vw - 375px);}
  #brands_carousel { padding: 50px 0;}
  .icons-menu li{ text-align: center; height: 90px;}
  .icons-menu li a::before{ width: 50px; height: 50px;  margin: auto; float: none}
  .home-store-text { background-color: var(--light-gray); max-width: 100%; margin-top: 0; padding-bottom: 50px;}
  .sf-field-taxonomy-tag_promo .sf-option-active label, .sf-field-taxonomy-tag_scelti .sf-option-active label{ border: 1px solid #000}
  .post-type-archive-negozio .cat-name { font-size: 12px}
  #menu-events-sub-menu li{ width: 33.3333%}
  #menu-events-sub-menu li a{ padding: 15px;}

  .search-filter-field--input-type-checkbox.search-filter-field{background-color: var(--yellow); align-items: center; padding-bottom: 10px;}

  .foot-newsletter{ margin: 30px 0 20px;}
}


@media (min-width: 992px) {
  .header{min-height: 130px;}
  .header-logo {float: right;}
  .button_container{display: none}
  .overlay-menu ul li.white-link a{ color: #fff;}
  .overlay-menu ul li.white-link a::after{ background-color: #fff;}
  .home .page_bg, .single-negozio .page_bg, .contatti .page_bg  {height: 100%; min-height: 920px;}
  .single-post .page_bg{height: 780px;}
  .spazi-espositivi .page_bg{height: 660px;}
  .bg-bot-store-page { content: ''; background-color: var(--yellow); height: 620px;position: absolute; right: 0;}
  .post-type-archive-scelti .page_bg,
  .post-type-archive-promo .page_bg,
  .category .page_bg { height: 340px}
  h1, .h1 {font-size: 58px !important;}
  .h4{ font-size: 36px !important;}
  .full-left-padding, .pages-full-left-padding{padding-left: calc(50vw - 495px);}
  .full-left-padding h2 { margin: 60px 0 40px}
  .full-left-padding .big-font, .hgroup h1 { margin-bottom: 39px}
  .home .main-carousel .carousel-caption { color: #fff; max-width: 440px;}
  .home .main-carousel .carousel-caption h2 { color: #fff;}
  .wrap-arrows {position: relative; width: 120px; margin: 80px 0 0 25px;}
  .main-carousel .carousel-indicators {bottom: 20px;}
  .home .main-carousel .carousel-indicators {bottom: 100px;}
  .home-news .vertical-title .rotate-90 {bottom: -50px;}
  .home-promo .vertical-title .rotate-90 {bottom:100px;}
  .home-promo .vertical-title {padding-right: 15px;}
  .selected-carousel .carousel-caption {top: 62%;}
  .home-store-text p{ margin-top: 80px;}
  #news_carousel .carousel-inner{ padding-bottom: 30px;}
  #news_carousel .carousel-caption {  top: 15%; bottom: 10%; width: 34%; padding: 30px }
  .full-left-padding::after{height: 60%;}
  .bg-right-stripe {background-color: var(--light-gray); height: 63px; width: 45%; position: absolute; top:130px; right: 0;}
  .card-body{ padding: 1.25rem 2rem;}
  .category .card-title{min-height: 105px;}
  .promos .card .img-link span, .single-negozio .card .img-link span { padding: 2rem 2rem 1.25rem;}
  .card h3{ font-size: 27px; margin: 10px 0 0;}
  .inverse-service .parallax::before { left: auto; right: -10%}
  #scelti_results { padding: 0 10px}

  .store-contacts{width: 400px;float: right; margin-top: -60px;}
  .sigle-post-share{ margin-top: 0;}
  .sf-field-taxonomy-tag_promo, .sf-field-taxonomy-tag_scelti{ color:#fff;}
  .sf-field-taxonomy-tag_promo .sf-option-active label, .sf-field-taxonomy-tag_scelti .sf-option-active label{ color: #000; font-weight: 700;}
  .orari{ color: #fff;}
  .contact-address { margin-top: -70px;}
  .contatti .hgroup { padding: 3rem 2rem; margin-top: 100px;}

  .block-img-espositive{ margin-top: 160px;}
}


@media (min-width: 1200px) {
  .header-logo img {width: 156px; margin-top: -19px;}
  .overlay-menu ul li{margin-right: 38px;}
  .btn { font-size: 23px;}
  .pages h2, .pages .h2 {font-size: 45px;}
  .big-font { font-size: 23px;}
  .full-left-padding, .pages-full-left-padding{padding-left: calc(50vw - 585px);}
  .wrap-arrows {width: 130px}
  .main-carousel .wrap-arrows {margin: 80px 0 0 146px;}
  .main-carousel .carousel-caption-header { font-size: 30px; min-height: 72px;}
  .main-carousel .carousel-caption-text { margin-bottom: .5rem}
  .main-carousel .carousel-indicators {margin-left: 110px;width: 200px;}
  .circle-progress {width: 56px;height: 56px;}
  .circle-progress .progress-right .progress-bar {border-top-left-radius: 56px;border-bottom-left-radius: 56px;}
  .circle-progress .progress-left .progress-bar {border-top-right-radius: 56px;border-bottom-right-radius: 56px;}

  .triple-image {padding-bottom: 400px;}
  .triple-image .img2_wrap {top: 120px;right: 8%;}
  .triple-image .img3_wrap {top: 47%;}

  .home-promo .vertical-title { padding-right: 0;}
  #news_carousel .carousel-caption-header { margin: 10px 0 30px;}
  #home_selected_carousel .next-refresh { top: 100px; right: -9%;}
  #services_carousel .service {height: 400px;}
  #services_carousel .service::before { width: 55px;}
  #services_carousel .service-title {font-size: 27px;}
  .home-promo{ max-width: 1140px;}
  .promos .card .img-link span, .single-negozio .card .img-link span { font-size: 44px;}
  .search-filter-field--input-type-checkbox .search-filter-label{ padding-left:50px;}
  .store-list-thumb{ width: 54%;}
  .store-list-item-right{ width: 46%;}
  .orari span{ float: left; display: block; margin: 0 30px 40px 0}
  .page-template-template-servizi-php .bg-inclinate.h4{  max-width: 385px;}
  .inverse-service .parallax::before { right: -20%;}
  .form-control, .custom-select{ padding: 1.4rem; font-size: 18px;}
  .form-titles { padding: 20px 1.4rem 8px;}
}

@media (min-width: 1360px) {
  .page-loaded .page_bg, .bg-bot-store-page { width: 48%;}
}

@media (min-width: 1680px) {
  .page-loaded .page_bg, .bg-bot-store-page { width: 48.5%;}
}
