/*
Theme Name: 	Nextawards
Description: 	Responsive Starter WordPress Theme (WooCommerce Ready) with: Minimal Style, 4 Header Style, 2 Menus, 11 Amazing Block Patterns, Trasparent Header Template, WhatsApp Chat, Cool animations, Light and fast, Full Site Editing Template! Inspired by Awards Winning Web Sites. Correct setup and installation in theme folder readme file ;)
Version:     	7.3.8
Author:     	Emmekweb
Site:         https://emmekweb.it
Text Domain: 	nextawards
Tested up to: 6.1
Requires PHP: 5.6
Domain Path: 	/languages
Tags:        	blog, custom-colors, custom-logo, custom-menu, e-commerce, theme-options, translation-ready, block-editor-patterns, block-editor-styles, custom-background, featured-images, footer-widgets, photography, portfolio, wide-blocks, full-site-editing
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html

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;width: 100%;}
a{text-decoration: none;}
hr {
  border: none;
  border-bottom: 1px solid #000;
  display: flex;
  width: 100%;
}

body.admin-bar .header { position: fixed; top: 32px; z-index: 1000;}

/* ------------------------------------------------------------------------- *
/* 1 Base */
/* ------------------------------------------------------------------------- */

:root { --site-bg: #E4E4E4; --site-text-color: #000; --link-color: #048ea0; --link-color-hover: #105862; }

/* Typography */
body{font-size: 16px; background-color: var(--site-bg); color: var(--site-text-color); font-family: 'Fredoka'; font-family: "broadacre-medium-0", sans-serif; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;}
body.custom-background.dark{background-color: var(--site-bg);}

body.menu-open{overflow: hidden;} /*block scrolling when menu is open*/

main#content {
  border-bottom: 1px solid #000;
}

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

.text-0{font-size: 5rem; line-height: 100%;}
h1, .text-1{font-size: 3.4rem;}
h2, .text-2{font-size: 2.2rem;}
h3, .text-3{font-size: 1.5rem;}
h4, .text-4{font-size: 1.3rem;}
h5, p, .text-5, ul,li{font-size: 1rem;line-height: 150%;}
h6{font-size: 0.8rem;}

.evi a{color:#fff!important; background-color: var(--link-color);border-radius: 100px;padding-left: 20px!important; padding-right: 20px!important;}

@media (max-width: 768px) {
  .text-0{font-size: 4rem}
  h1, .text-1{font-size: 3rem;}
}

/* Link color */
a { color: var(--link-color); font-weight: bold;}
a:focus, a:hover { color: var(--link-color-hover); text-decoration: none; font-weight: bold;}

/* Button Link */
.wp-block-button__link{text-decoration: none!important;color:#fff}
.wp-block-button__link:hover{text-decoration: none!important;color:#fff}


/* ------------------------------------------------------------------------- *
/* 2 Layout */
/* ------------------------------------------------------------------------- */

.wrapper{overflow:hidden;width: 100%;padding: 0;}

/* ------------------------------------------------------------------------- *
/* 2.1 Menu */
/* ------------------------------------------------------------------------- */

.no-spacer{height: 0;}
.spacer{height: 180px;}
.spacer__small {
    height: 50px;
    /* background-color: violet; */
    opacity: .6;
}

@media (min-width: 769px) {
.spacer__extra-small   {height: 25px; /*border: 1px solid red;*/width: 100%;}
.spacer__small         {height: 50px; /*border: 1px solid red;*/width: 100%;}
.spacer                {height: 80px;/* border: 1px solid green; */width: 100%;}
.spacer__large         {height: 100px; /*border: 1px solid blue;*/width: 100%;}
.spacer__extra-large   {height: 200px;/* border: 1px solid violet; */width: 100%;}
}

.page-template-home .spacer__extra-large {
  height: 120px;
}

@media (max-width: 768px) {
.spacer__extra-small_m {height: 150px;/*border: 1px solid red;*/width: 100%;}
.spacer__small_m {height: 100px; /*border: 1px solid blue;*/width: 100%;}
.spacer__m {height: 100px; /*border: 1px solid green;*/width: 100%;}
.spacer__large_m {height: 100px; /*border: 1px solid blue;*/width: 100%;}
.spacer__extra-large_m {height: 180px;/*border: 1px solid violet;*/width: 100%;}
}

.header__topbar{ background-color: #333; width: 100%;padding: 4px 4px;color:#fff; text-align: center;margin-right: calc(50% - 50vw);margin-left: calc(50% - 50vw);width: auto;}
@media (max-width: 794px) {
  .header__topbar{font-size: 13px;}
  .spacer{width: 100%;height: 70px;/* border: 1px solid green; */}

}
.header{background-color: #ea8132;position: fixed!important;top:0;left:0;z-index: 9999;width: 100%;padding: 0;}
.page-template-home .header{background-color: white;position: fixed;top:0;left:0;z-index: 9999;width: 100%;padding: 0;}

.header__content{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: flex-end;padding:10px 0;border-bottom: 1px solid #0000004a !important;position: relative;padding: 0 25px;height: 120px;box-shadow: 0;transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index: 9999;}

.header__logo,
.header__quick{display: flex;align-items: center;color:var(--site-text-color);font-weight: bold;height: 120px;}
.header__quick a{color:var(--site-text-color);}

.header__logo-img{width: 120px;height: auto;padding: 0;}
.header__quick ul{list-style-type: none;margin-bottom: 0;}
.header__quick ul li{display: inline-block;}
.header__quick ul li a{padding: 10px 5px;}

.menu,
.menu ul{margin: 0;position: relative;display: flex;align-items: center;}
.menu li{display: inline-block;position: relative;margin: 0 5px;}
.menu li a{color: #000;opacity: 1;display: flex;padding: 20px 15px;font-size: 1.25rem;font-weight: bold;text-transform: uppercase;letter-spacing: 1px;margin: 0;}

@media (max-width: 1190px) {
  .menu li a{color: #ffffff !important;opacity: 1;display: block;padding: 20px 0!important;font-size: 2rem;line-height: 100%;font-weight: bold;background-image: none!important;}
}

.icon-hamburger{display: none;}


/* Quick search */

.quick-search{width: 140px;height: 38px;background: #fff;border-radius: 30px;opacity: 0.6;margin: 2px 0 0 0; transition: all 0.3s cubic-bezier(.215, .61, .355, 1);}
.quick-search form{display: flex;justify-content: center;align-items: center;}
.quick-search__icon{border:none; background: none;padding: 0;padding: 13px 2px}
input.quick-search__input[type=text]{padding: 10px 3px;font-size: 13px;margin:0;border:none;background: none}
input.quick-search__input[type=text]:focus{ outline: none;}
.quick-search:hover{opacity: 1;transform: scale(1.1);}

@media (max-width: 1290px) {
  .quick-search {width: 40px;position: relative;background-color: transparent;margin-right: 10px;}
  .quick-search form{width:38px;height: 38px;position: absolute;right:0;top:0;background: #fff;border-radius: 40px;transition: all 1s cubic-bezier(.215, .61, .355, 1);}
  .quick-search:hover form{width:138px;}
}


@media (max-width: 1199px) {

  .header__logo-img{width: 100px;height: 100px;padding: 0;}

  .menu{
    position: absolute;
    top: 80px;
    left:0;
    right:0;
    background-color: var(--site-bg);
    height: 100vh;
    margin: 0;
    overflow: auto;
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
    padding-left: 0;
    transform: translateX(-100%);
    padding-top: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 100%;
  }

  .menu li{width: 100%;margin: 0!important;border-bottom: 0 solid #ccc;padding: 0px 15px;}
  .menu-open .menu{transform: translateX(0%);}
  .menu-open .menu > li:last-child{margin-bottom: 150px;position: relative;}

  .icon-hamburger{height: 50px;width: 50px;position:absolute;top: auto;right: 15px;display: flex;flex-direction: column;align-items: flex-end;justify-content: center;border:none;background: transparent;z-index: 9999;/* border: 1px solid red; */padding: 0;}
  .icon-hamburger strong{height: 1px;margin-top:-1px;overflow: hidden;width: 1px;display: block;margin: 0;padding: 0;display: none;}
  .icon-hamburger span{height: 3px;width: 30px;background: #fff;position: relative;display: block;transition: all 0.2s cubic-bezier(.215, .61, .355, 1);margin: 5px 0;border-radius: 10px;}

  .menu-open .icon-hamburger {background: #fff;}
  .menu-open .icon-hamburger span:nth-child(2){transform: rotate(45deg) translate(0px, 0px);position: relative;right: 0px;top: 0px;background: #000;}
  .menu-open .icon-hamburger span:nth-child(3){transform: rotate(-45deg) translate(5px , -5px);margin: 0;/* position: relative; *//* right: -5px; */background: #000;}
  .header__content{padding: 0 15px;height: 120px;border-bottom: 1px solid #000!important;}
  .header__quick{display: flex; justify-content: flex-end;}
  .header__quick ul{padding-left: 0;}

}

@media (max-width: 500px) {
  .header__quick .menu-item-type-custom{display: none;}
  .header__quick button{pointer-events: none;}
}

/* Menu transparent */
@media (min-width: 1190px) {
  .page-template-menu-trasparent .spacer{display: none;}
  .page-template-menu-trasparent .header{background: transparent;transition: all 1s cubic-bezier(.215, .61, .355, 1);}
  .page-template-menu-trasparent .header__content{border:none}
  .page-template-menu-trasparent .header__logo-img,
  .page-template-menu-trasparent .header [class^='icon-']{filter: brightness(0) invert(1);}
  .page-template-menu-trasparent .header__logo{color:#fff}

  .page-template-menu-trasparent .menu li a,
  .page-template-menu-trasparent .header__quick ul li a {color:#fff}

  .page-template-menu-trasparent.scroll-down .header{background: #222;}
}

@media (max-width: 1190px) {
  .page-template-menu-trasparent .spacer{height:44px}
  .page-template-menu-trasparent .header__content{border:none}
}

/* Menu black */
@media (min-width: 1190px) {
  .page-template-menu-black .spacer{display: none;}
  .page-template-menu-black .header{background: transparent;transition: all 1s cubic-bezier(.215, .61, .355, 1);}
  .page-template-menu-black .header__content{border:none}

  .page-template-menu-black.scroll-down .header{background-color: var(--site-bg)}

  li#menu-item-123 {
      /* background: #ea8132!important; */
      /* border-radius: 5px!important; */
      /* line-height: 0!important; */
      /* color: #fff!important; */
      margin-left: 25px;
  }

  li#menu-item-123 a {
    color: #fff!important;
    background: #82B47C!important;
    border-radius: 0;
    /* line-height: 0!important; */
    color: #fff!important;
    position: relative;
  }
}

@media (max-width: 1190px) {
  .page-template-menu-black .spacer{height:44px}
  .page-template-menu-black .header__content{border:none}
}


/* Menu Dropdown */
.menu li ul{
  background: #82B47C;
  visibility: hidden;
  /* visibility: unset; */
  opacity: 1;
  min-width: 250px;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0px;
  top: 73px;
  right: 0;
  display: none;
  /* display: block; */
  padding: 0;
  text-align: left;
  border-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* margin: 0; */
  padding: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.menu li ul > li > a,
.page-template-menu-trasparent .menu li ul > li > a{color: #ffffff;}
.menu li ul > li > a:hover {background: #ffffff;color:#000;border-radius: 5px;}


/* Open Dropdown */
@media (min-width: 1190px) {
  .menu li:hover > ul,
  .menu li ul:hover {visibility: visible;opacity: 0;display: block;}
}

.menu li.open-dropdown ul{visibility: visible; opacity: 1; display: block; }

.menu li ul li {clear: both;width: 100%;margin: 0;margin-bottom: 5px;}
.menu li ul li:last-child {margin-bottom: 0;}
.menu > li.menu-item-has-children > a{position: relative;padding-right: 30px;}

.menu > li.menu-item-has-children > a::after{
  content:
  " ";
  width: 20px;
  height: 20px;
  background-size:30px;
  position: absolute;
  top:50%;
  right: 0;
  /* transform: rotate(90deg); */
  margin-top: -10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url('/svg/down-right-arrow.svg');
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .menu > li.menu-item-has-children > a::after{
    content:" ";
    width: 25px;
    height: 25px;
    background-size:30px;
    position: absolute;
    top:50%;
    right: 0;
    /* transform: rotate(90deg); */
    margin-top: -10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    background-image: url(/svg/down-right-arrow.svg);
    border-radius: 50%;
    filter: invert(1);
  }
}

@media (min-width: 1190px) {
  .page-template-menu-trasparent .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="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>');
    filter: invert(1);
  }
}


@media (max-width: 1190px) {

  .menu li ul{position: relative;background: none;width: 100%;margin: 0;padding: 0;left: 0;top: 0;}
  .menu li ul li{border:none}
  .menu li ul li a{padding-left: 0;}
}


/* ------------------------------------------------------------------------- *
/* 2.2 Home */
/* ------------------------------------------------------------------------- */

.home-title { position: absolute; top:-9999px; color: #fff; font-size: 12px;}


/* ------------------------------------------------------------------------- *
/* 2.3 Index */
/* ------------------------------------------------------------------------- */

	/* Single, Post & Page */
@media (max-width: 768px) {
  h1 span{display: block;}
}


/* ------------------------------------------------------------------------- *
/* 2.4 Sections */
/* ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- *
/* 2.6 Footer */
/* ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- *
/* 3 Modules */
/* ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- *
/* 4 WordPress Default Element */
/* ------------------------------------------------------------------------- */


/* Pagination */
.pagination { float: left; margin: 40px 0 40px 0; padding: 0; width: 100%; }
.pagination span,
.pagination a { float: left; margin: 0 10px 10px 0; padding: 14px 19px; border: 1px solid #222; }


/* Image */
.alignleft { float: left; margin-right: 20px; margin-bottom: 10px; max-width: 97%; height: auto; }
.alignright { float: right; margin-bottom: 10px; margin-left: 20px; max-width: 97%; height: auto; }
.aligncenter { display: block; margin: 0 auto; max-width: 97%; height: auto; }
.alignnone { max-width: 97%; height: auto; }

.text-center{text-align: center;}
@media (max-width: 768px) {
  .sma-text-center{float:none; text-align: center;}
}



body .alignfull {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 960px) {
  body .alignfull {
    width: auto;
    max-width: 1000%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  body .alignwide {
    width: auto;
    max-width: 1000%;
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
  }
  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}

/* Image Caption */
.wp-caption { margin-bottom: 20px; padding: 10px; max-width: 97%; border: 1px solid #eee; text-align: center; }
.wp-caption img { margin: 0; padding: 0; width: 100%!important; height: auto; border: 0 none; }
.wp-caption p.wp-caption-text { margin: 0; padding: 8px; font-size: 1em; line-height: 17px; }

.gallery-caption{font-size: 20px;}

/* Stiky */
.sticky { border-right: 3px solid #eee; border-bottom: 3px solid #eee; }

/* Blockquote */
blockquote {
    font-weight: 200;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0px 30px;
    line-height: 1.45;
    position: relative;
    border-left: 5px solid #ea8132;
}
/* Search */
.form-search{width: 100%;border-radius: 100px; border: 1px solid #e4e4e4; padding-left: 15px;position: relative;background:#fff;margin-bottom: 30px;padding: 5px;}
.form-search input[type=text]{width: 100%; border:none;background: transparent!important;font-size: 18px;}
.form-search button[type=submit]{padding: 0; border: none;background: transparent;color:#000;padding: 0px;border-radius:20px; position:absolute; top: 8px; right:20px;}
.form-search button[type=submit] svg{width: 30px; height:30px}

/* Comments */
.comment-form-author,
.comment-form-email,
.comment-form-url { float: left; margin-top: 20px; margin-right: 3%; width: 30.3333333%; }
.comment-form-author input,
.comment-form-email input,
.comment-form-url input { width: 100%; }

ol.commentlist { margin: 0 0 1em; padding: 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment { padding: 1em;}
ol.commentlist li.comment div.vcard cite.fn { text-transform: uppercase; font-size: 14px; }
ol.commentlist li.comment div.vcard img.avatar { float: left; margin: 6px 1em 1em 0; border-radius: 50px; }
ol.commentlist li.comment div.comment-meta { font-size: 12px; }
ol.commentlist li.comment ul { margin: 0 0 1em 2em; }
ol.commentlist li.comment div.reply { margin-left: 80px; font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { margin: 1em 0 0; list-style: none; text-indent: 0; }
ol.commentlist li.comment ul.children li.depth-2 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.comment ul.children li.depth-4 { margin: 0 0 .25em .25em; border-left: 1px solid #eee; }
ol.commentlist li.bypostauthor .fn { font-weight: bold; }
ol.commentlist li img{max-width: 97%;}

input[type=text],
input[type=number],
input[type=tel],
input[type=password],
input[type=email],
input[type=url]{ width: 100%; padding: 10px; border: 1px solid #949494; background: #fff; -webkit-appearance: none;border-radius: 0;margin-top:5px}
textarea { padding: 10px; width: 100%; border: 1px solid #949494; background: #fff; -webkit-appearance: none;border-radius: 0;margin-top:5px}
input[type=submit],
button[type=submit] { margin-top: 10px; padding: 15px 20px; color: #fff; text-transform: uppercase; background: #222; border:none;margin-top:5px;display: block;font-weight: bold;width: auto;}
#comments { width: 100%; }


/* ------------------------------------------------------------------------- *
/* 5 Helpers  */
/* ------------------------------------------------------------------------- */
.mt-0{margin-top: 0 }
.mt-1{margin-top: 10px}
.mt-2{margin-top: 20px}
.mt-3{margin-top: 40px}
.mt-4{margin-top: 100px }

.mb-0{margin-bottom: 0}
.mb-1{margin-bottom: 10px}
.mb-2{margin-bottom: 20px}
.mb-3{margin-bottom: 40px}
.mb-4{margin-bottom: 100px}

.p-0{padding: 0}
.p-1{padding: 10px}
.p-2{padding: 20px}
.p-3{padding: 40px}
.p-4{padding: 100px}

.pt-1{padding-top: 10px;}
.pt-3{padding-top: 20px;}
.pt-3{padding-top: 40px;}
.pt-4{padding-top: 15vh;}

.pb-1{padding-bottom: 10px;}
.pb-2{padding-bottom: 20px;}
.pb-3{padding-bottom: 40px;}
.pb-4{padding-bottom: 15vh;}

.img-res{width: 100%;}
.none {display: none!important;}


/* ! Grid System */
.grid {margin: 0 auto;display: flex;flex-flow: row;flex-wrap: wrap;width: 100%;}
.grid--center{justify-content: center;}
.col{ flex: 1;}

[class*='col-'] { position: relative;padding: 0;}
.grid .grid [class*='col-'] {padding: 0px;}

.col-10{ width: 10%;}
.col-20{ width: 20%; }
.col-25{ width: 25%; }
.col-30{ width: 30%; }
.col-33{ width: 33.33%; }
.col-40{ width: 40%; }
.col-50{ width: 50%; }
.col-60{ width: 60%; }
.col-70{ width: 70%; }
.col-80{ width: 80%; }
.col-90{ width: 90%; }
.col-100{ width: 100%; }

@media (max-width: 991px) {
  .tab-20 { width: 20%; }
  .tab-25 { width: 25%; }
  .tab-33 { width: 33.33%; }
  .tab-50 { width: 50%; }
  .tab-100 { width: 100%; }
}

@media (max-width: 768px) {
  [class*='col-'] { width: 100%;}
  .sma-20 { width: 20%; }
  .sma-25 { width: 25%; }
  .sma-33 { width: 33.33%; }
  .sma-50 { width: 50%; }
  .sma-100 { width: 100%; }
}


/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* underline for accesibility */
.text-content a,
.comment-content a{text-decoration: underline;}

/* ! Icon System - https://ionicframework.com/docs/v3/ionicons/ */

.icon-arrow{display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EArrow Forward%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M268 112l144 144-144 144M392 256H100'/%3E%3C/svg%3E");}
.icon-check{display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='405.272px' height='405.272px' viewBox='0 0 405.272 405.272'%3E%3Cg%3E%3Cpath d='M393.401 124.425L179.603 338.208c-15.832 15.835-41.514 15.835-57.361 0L11.878 227.836c-15.838-15.835-15.838-41.52 0-57.358c15.841-15.841 41.521-15.841 57.355-0.006l81.698 81.699L336.037 67.064c15.841-15.841 41.523-15.829 57.358 0C409.23 82.902 409.23 108.578 393.401 124.425z'/%3E%3C/g%3E%3C/svg%3E");}
.icon-angle{display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EChevron Down%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");}
.icon-fb{display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Facebook%3C/title%3E%3Cpath d='M480 257.35c0-123.7-100.3-224-224-224s-224 100.3-224 224c0 111.8 81.9 204.47 189 221.29V322.12h-56.89v-64.77H221V208c0-56.13 33.45-87.16 84.61-87.16 24.51 0 50.15 4.38 50.15 4.38v55.13H327.5c-27.81 0-36.51 17.26-36.51 35v42h62.12l-9.92 64.77H291v156.54c107.1-16.81 189-109.48 189-221.31z' fill-rule='evenodd'/%3E%3C/svg%3E");}
.icon-ig{display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Instagram%3C/title%3E%3Cpath d='M349.33 69.33a93.62 93.62 0 0193.34 93.34v186.66a93.62 93.62 0 01-93.34 93.34H162.67a93.62 93.62 0 01-93.34-93.34V162.67a93.62 93.62 0 0193.34-93.34h186.66m0-37.33H162.67C90.8 32 32 90.8 32 162.67v186.66C32 421.2 90.8 480 162.67 480h186.66C421.2 480 480 421.2 480 349.33V162.67C480 90.8 421.2 32 349.33 32z'/%3E%3Cpath d='M377.33 162.67a28 28 0 1128-28 27.94 27.94 0 01-28 28zM256 181.33A74.67 74.67 0 11181.33 256 74.75 74.75 0 01256 181.33m0-37.33a112 112 0 10112 112 112 112 0 00-112-112z'/%3E%3C/svg%3E");}
.icon-tw{display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Twitter%3C/title%3E%3Cpath d='M496 109.5a201.8 201.8 0 01-56.55 15.3 97.51 97.51 0 0043.33-53.6 197.74 197.74 0 01-62.56 23.5A99.14 99.14 0 00348.31 64c-54.42 0-98.46 43.4-98.46 96.9a93.21 93.21 0 002.54 22.1 280.7 280.7 0 01-203-101.3A95.69 95.69 0 0036 130.4c0 33.6 17.53 63.3 44 80.7A97.5 97.5 0 0135.22 199v1.2c0 47 34 86.1 79 95a100.76 100.76 0 01-25.94 3.4 94.38 94.38 0 01-18.51-1.8c12.51 38.5 48.92 66.5 92.05 67.3A199.59 199.59 0 0139.5 405.6a203 203 0 01-23.5-1.4A278.68 278.68 0 00166.74 448c181.36 0 280.44-147.7 280.44-275.8 0-4.2-.11-8.4-.31-12.5A198.48 198.48 0 00496 109.5z'/%3E%3C/svg%3E"); }
.icon-yt{display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Youtube%3C/title%3E%3Cpath d='M508.64 148.79c0-45-33.1-81.2-74-81.2C379.24 65 322.74 64 265 64h-18c-57.6 0-114.2 1-169.6 3.6C36.6 67.6 3.5 104 3.5 149 1 184.59-.06 220.19 0 255.79q-.15 53.4 3.4 106.9c0 45 33.1 81.5 73.9 81.5 58.2 2.7 117.9 3.9 178.6 3.8q91.2.3 178.6-3.8c40.9 0 74-36.5 74-81.5 2.4-35.7 3.5-71.3 3.4-107q.34-53.4-3.26-106.9zM207 353.89v-196.5l145 98.2z'/%3E%3C/svg%3E"); }
.icon-search{display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ESearch%3C/title%3E%3Cpath d='M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='32'/%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='32' d='M338.29 338.29L448 448'/%3E%3C/svg%3E");}
.icon-wa{display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Whatsapp%3C/title%3E%3Cpath d='M414.73 97.1A222.14 222.14 0 00256.94 32C134 32 33.92 131.58 33.87 254a220.61 220.61 0 0029.78 111L32 480l118.25-30.87a223.63 223.63 0 00106.6 27h.09c122.93 0 223-99.59 223.06-222A220.18 220.18 0 00414.73 97.1zM256.94 438.66h-.08a185.75 185.75 0 01-94.36-25.72l-6.77-4-70.17 18.32 18.73-68.09-4.41-7A183.46 183.46 0 0171.53 254c0-101.73 83.21-184.5 185.48-184.5a185 185 0 01185.33 184.64c-.04 101.74-83.21 184.52-185.4 184.52zm101.69-138.19c-5.57-2.78-33-16.2-38.08-18.05s-8.83-2.78-12.54 2.78-14.4 18-17.65 21.75-6.5 4.16-12.07 1.38-23.54-8.63-44.83-27.53c-16.57-14.71-27.75-32.87-31-38.42s-.35-8.56 2.44-11.32c2.51-2.49 5.57-6.48 8.36-9.72s3.72-5.56 5.57-9.26.93-6.94-.46-9.71-12.54-30.08-17.18-41.19c-4.53-10.82-9.12-9.35-12.54-9.52-3.25-.16-7-.2-10.69-.2a20.53 20.53 0 00-14.86 6.94c-5.11 5.56-19.51 19-19.51 46.28s20 53.68 22.76 57.38 39.3 59.73 95.21 83.76a323.11 323.11 0 0031.78 11.68c13.35 4.22 25.5 3.63 35.1 2.2 10.71-1.59 33-13.42 37.63-26.38s4.64-24.06 3.25-26.37-5.11-3.71-10.69-6.48z' fill-rule='evenodd'/%3E%3C/svg%3E");}
.icon-tk{display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Tiktok%3C/title%3E%3Cpath d='M412.19 118.66a109.27 109.27 0 01-9.45-5.5 132.87 132.87 0 01-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14 23.9 350 16 350.13 16h-82.44v318.78c0 4.28 0 8.51-.18 12.69 0 .52-.05 1-.08 1.56 0 .23 0 .47-.05.71v.18a70 70 0 01-35.22 55.56 68.8 68.8 0 01-34.11 9c-38.41 0-69.54-31.32-69.54-70s31.13-70 69.54-70a68.9 68.9 0 0121.41 3.39l.1-83.94a153.14 153.14 0 00-118 34.52 161.79 161.79 0 00-35.3 43.53c-3.48 6-16.61 30.11-18.2 69.24-1 22.21 5.67 45.22 8.85 54.73v.2c2 5.6 9.75 24.71 22.38 40.82A167.53 167.53 0 00115 470.66v-.2l.2.2c39.91 27.12 84.16 25.34 84.16 25.34 7.66-.31 33.32 0 62.46-13.81 32.32-15.31 50.72-38.12 50.72-38.12a158.46 158.46 0 0027.64-45.93c7.46-19.61 9.95-43.13 9.95-52.53V176.49c1 .6 14.32 9.41 14.32 9.41s19.19 12.3 49.13 20.31c21.48 5.7 50.42 6.9 50.42 6.9v-81.84c-10.14 1.1-30.73-2.1-51.81-12.61z'/%3E%3C/svg%3E"); }
.icon-plus{display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EAdd%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M256 112v288M400 256H112'/%3E%3C/svg%3E");}
.icon-call{ display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M436.9 364.8c-14.7-14.7-50-36.8-67.4-45.1-20.2-9.7-27.6-9.5-41.9.8-11.9 8.6-19.6 16.6-33.3 13.6-13.7-2.9-40.7-23.4-66.9-49.5-26.2-26.2-46.6-53.2-49.5-66.9-2.9-13.8 5.1-21.4 13.6-33.3 10.3-14.3 10.6-21.7.8-41.9C184 125 162 89.8 147.2 75.1c-14.7-14.7-18-11.5-26.1-8.6 0 0-12 4.8-23.9 12.7-14.7 9.8-22.9 18-28.7 30.3-5.7 12.3-12.3 35.2 21.3 95 27.1 48.3 53.7 84.9 93.2 124.3l.1.1.1.1c39.5 39.5 76 66.1 124.3 93.2 59.8 33.6 82.7 27 95 21.3 12.3-5.7 20.5-13.9 30.3-28.7 7.9-11.9 12.7-23.9 12.7-23.9 2.9-8.1 6.2-11.4-8.6-26.1z'/%3E%3C/svg%3E");}
.icon-in{ display:inline-block; margin: -3px 5px;width: 18px;height: 18px;background-size: 100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath d='M444.17 32H70.28C49.85 32 32 46.7 32 66.89v374.72C32 461.91 49.85 480 70.28 480h373.78c20.54 0 35.94-18.21 35.94-38.39V66.89C480.12 46.7 464.6 32 444.17 32zm-273.3 373.43h-64.18V205.88h64.18zM141 175.54h-.46c-20.54 0-33.84-15.29-33.84-34.43 0-19.49 13.65-34.42 34.65-34.42s33.85 14.82 34.31 34.42c-.01 19.14-13.31 34.43-34.66 34.43zm264.43 229.89h-64.18V296.32c0-26.14-9.34-44-32.56-44-17.74 0-28.24 12-32.91 23.69-1.75 4.2-2.22 9.92-2.22 15.76v113.66h-64.18V205.88h64.18v27.77c9.34-13.3 23.93-32.44 57.88-32.44 42.13 0 74 27.77 74 87.64z'/%3E%3C/svg%3E");}


.icon-1{width: 40px;height: 40px;}
.icon-2{width: 70px;padding: 8px;}
.icon-3{width: 100px;padding: 8px;}

.icon-invert{filter: invert(1);}

/* Accordion */
.accordion h3{position: relative;padding-right: 30px;margin-bottom: 15px;cursor:pointer}
.accordion h3:after{
  width: 30px;height: 30px;position: absolute; top:0; right:0;content: ' '; background-image: url('data:image/svg+xml;utf8,<svg width="80px" height="80px" viewBox="0 0 40 40" 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>');
  transform: rotate(90deg);
  background-size:100%;
}
.accordion .wp-block-column .wp-block-group {padding: 0;max-height: 0;overflow:hidden;border-bottom: 2px solid #ddd; transition: all 0.2s ease-in-out;}
.accordion .wp-block-column .wp-block-group.open-accordion{max-height:500px;padding-bottom: 15px;overflow: auto;}

/* Animation on scroll */
.fade {  opacity: 0; transform: translateY(40px); transition: 1.0s ease-in-out; will-change: transform, opacity;}
.fadeIn { opacity: 1;transform: translateY(0px)}

/* Animation on load */
@keyframes fade-load {
  from {opacity: 0; transform: translateY(20px);}
  to {opacity: 1; transform: translateY(0);}
}
.load { opacity: 0; animation: fade-load cubic-bezier(0.385, 0.135, 0.15, 0.86) 0.5s forwards;}


/* Whats App */
.logo-whats-app {
  display: block;
  width: 38px;
  height: 38px;
  position: fixed;
  bottom: 43px;
  right: 43px;
  z-index: 999;
  border-radius: 100%;
  background: #25D366;
  border: 0px solid #25D366;
}

.logo-whats-app .icon-wa{width: 44px;height: 44px;margin: -3px 0 0 -3px;padding: 0;filter: invert(1);}

/* Woo Commerce
------------------------------------------------------------------------ */
.menu-item-type-woocommerce-cart{position: relative;width: 30px;height: 18px;}
.menu-cart-total{position: relative;position: absolute;top:-10px; left:0;}
.menu-cart-total svg{height: 24px;width: 24px;}
.menu-cart-total span{position: absolute;bottom:10px; right:-2pxpx;font-size: 11px;}

/* button */
.woocommerce .button{background:#222!important; color:#fff!important; text-transform: uppercase;font-family: inherit!important;}

/* columns fix */
.checkout.woocommerce-content [class*='col-'],
.checkout.woocommerce-checkout [class*='col-'] {padding: 0;}

/* select */
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 36px;}
.woocommerce-input-wrapper input{border-radius: 4px}

/* coupon */
.woocommerce #coupon_code{height: 36px;}

/* table */
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top: 1px solid #ccc}

/* quantity single products */
.woocommerce .quantity input{margin-top: 0;border-radius: 4px;padding: 9.5px;}

/* price */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price{color:#000}

/* variations */
.woocommerce div.product form.cart .variations{padding: 10px;border-bottom: 1px solid #222;}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th{padding-bottom: 10px;}

.woocommerce select {
  /* Reset */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #666;
  outline: 0;
  font: inherit;
  /* Personalize */
  width: 20em;
  height: 40px;
  padding: 0 4em 0 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EChevron Down%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E") no-repeat right 0.8em center/1.4em;
  color: #222;
  border-radius: 0.25em;
  cursor: pointer;
}
.woocommerce select option {
  color: inherit;
  background-color: #320a28;
}
.woocommerce select:focus {
  outline: none;
}
.woocommerce select::-ms-expand {
  display: none;
}

.woocommerce .woocommerce-ordering select {border:none; width:200px}

@media (max-width: 768px) {
  .woocommerce-result-count{font-size: 12px;}
  .woocommerce .woocommerce-ordering select {font-size: 12px;margin-top:-10px; width:140px}
}

/* tabs */
.woocommerce div.product .woocommerce-tabs h2{display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; margin-bottom: 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #222; color: #fff}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-color:#222}
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent; border: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }

/* messages */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  border-radius: 4px;
  position: relative;
  background-color: #f7f6f7;
  color: #111;
  border-top: none;
  list-style: none outside;
  line-height: 32px;
  width: auto;
  word-wrap: break-word;
}

.woocommerce .woocommerce-message a.button{background: #4CAF50!important;}
.woocommerce-message::before{color: #4CAF50;}
.woocommerce .woocommerce-message {background: #e5fce5}

.woocommerce .woocommerce-error a.button{background: #F44336!important;}
.woocommerce-error::before{color: #F44336;}
.woocommerce .woocommerce-error {background: #FEECEB; color:#D91811}

.woocommerce .woocommerce-info a.button{background: #2296F2!important;}
.woocommerce .woocommerce-info a{color:#1478C8}
.woocommerce-info::before{color: #2296F2;}
.woocommerce .woocommerce-info {background: #E9F5FE;}

/* general fix */
.woocommerce a.added_to_cart{padding-left: 10px;}
.woocommerce-page #content .text-content a{text-decoration: none;}

.woocommerce span.onsale {background-color: #444;}
.woocommerce div.product .product_meta {font-size: 14px;}

.woocommerce .woocommerce-billing-fields{margin-bottom: 20px;}

.woocommerce .woocommerce-variation-price{margin-bottom: 10px;}

/* hide title and button in shop list */
.woocommerce ul.products li.product .button {display: none;}
.woocommerce-shop h1{display: none;}


/* Woo Pagination */
.woocommerce nav.woocommerce-pagination ul {text-align: left;width: 100%;border:none}
.woocommerce nav.woocommerce-pagination ul li {border: 1px solid #222;margin-right: 10px;}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a { float: left; padding: 14px 19px; display: inline-block;}


/* Checkout */
.checkout.woocommerce-checkout .select2-container--default .select2-selection--single{border: 2px solid #ddd; height: 40px;}
.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 34px;}

.checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout input[type=number],
.checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout input[type=password],
.checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout input[type=url],
.checkout.woocommerce-checkout textarea{border: 2px solid #ddd}

@media (min-width: 998px){
	.checkout.woocommerce-checkout.col2-set, .woocommerce-page .col2-set{ width:50%;float:left }
	.checkout.woocommerce-checkout #order_review_heading,
	.checkout.woocommerce-checkout #order_review{width:45%; float:right }

	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {width:100%}

	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order{width:100%; display:block; padding:20px}
}


/* End Woo Commerce
------------------------------------------------------------------------ */


/* Full Site Editing
------------------------------------------------------------------------ */
@media (max-width: 768px) {
  .wp-block-navigation__responsive-container{padding: 20px!important;}
}

/* End Full Site Editing
------------------------------------------------------------------------ */

/* clearfix for post float images */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix            { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



.logo__intro {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.logo__intro img {
    width: 300px;
}
@media (max-width: 768px) {
  .logo__intro img {
      width: 220px;
  }
}

.container__flexible {
    display: flex;
    align-items: center;
    justify-content: stretch;
    position: relative;
    /* border: 1px solid red; */
    padding: 0;
    padding-left: 0;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
@media (max-width: 768px) {
  .container__flexible {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      /* border: 1px solid red; */
      padding: 0;
      padding-left: 0;
  }
}

.container__text {
    width: 40%;
    padding: 80px;
    background: #ea8132;
    color: #fff;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 9;
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media (max-width: 768px) {
  .container__text {
      width: 100%;
      padding: 50px 25px;
      background: #ea8132;
      color: #fff;
      min-height: 70vh;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      z-index: 9;
      border-top-right-radius: 50px;
      border-bottom-left-radius: 0;
  }
}

.container__text h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
  .container__text h2 {
      font-size: 2.5rem;
      line-height: 2.5rem;
      margin-bottom: 50px;
  }
}

.container__text p {
    font-size: 1.4rem;
    line-height: 2rem;
}
@media (max-width: 768px) {
  .container__text p {
      font-size: 1.3rem;
      line-height: 1.6rem;
  }
}


.container__text-dx h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
  .container__text-dx h2 {
      font-size: 2.5rem;
      line-height: 2.5rem;
      margin-bottom: 50px;
  }
}

.container__text-dx p {
    font-size: 1.4rem;
    line-height: 2rem;
}
@media (max-width: 768px) {
  .container__text-dx p {
      font-size: 1.3rem;
      line-height: 1.6rem;
  }
}

.container__image {
    width: 60%;
    min-height: 70vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    position: relative;
    left: 0;
    top: 0;
    /* border: 1px solid blue; */
    /* border-radius: 50px; */
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
}
@media (max-width: 768px) {
  .container__image {
      width: 100%;
      position: relative;
      left: 0;
      top: 0;
  }
}

.container__flexible-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    /* border: 1px solid red; */
    padding: 0;
    margin:  0 auto;
}
@media (max-width: 768px) {
  .container__flexible-page {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      /* border: 1px solid red; */
      padding: 0 15px;
  }
}

.container__image-sx {
  width: 50%;
  min-height: 70vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  position: relative;
  left: 0;
  top: 0;
  /* border: 1px solid blue; */
}
@media (max-width: 768px) {
  .container__image-sx {
      width: 100%;
      position: relative;
      left: 0;
      background: #ea8132;
  }
}

.container__text-dx {
    left: 0;
    width: 50%;
    padding: 80px;
    background: #E0D5BA;
    color: #ea8132;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 9;
}
@media (max-width: 768px) {
  .container__text-dx {
      left:  0;
      width: 100%;
      padding: 25px;
      background: #e0d5bb;
      color: #ea8132;
      min-height: 60vh;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      z-index: 9;
  }
}

.container__text-dx p {
    font-size: 1.4rem;
    line-height: 2rem;
}

.container__didascalia {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.container__image-didascalia img {
    width: 100%;
    height: auto;
}

.container__text-didascalia h3 {
    margin: 0;
}

.section__location {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section__location img {
    width: 70%;
}

p.cursive {
    font-size: 1rem!important;
    /* font-family: "Satisfy", cursive; */
    color: #000;
    margin: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
@media (max-width: 768px) {
  p.cursive {
      font-size: 1.5rem!important;
      /* font-family: "Satisfy", cursive; */
      color: #ea8132;
      margin: 10px;
  }
}

h1.subltitle,
h2.subltitle,
h3.subltitle {
    position: relative;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    margin-bottom: 50px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
  h1.subltitle,
  h2.subltitle,
  h3.subltitle {
      position: relative;
      font-size: 2.5rem;
      line-height: 2.5rem;
      margin-bottom: 50px;
      text-transform: uppercase;
      text-align: left;
  }
}

h1.subltitle:after,
h2.subltitle:after,
h3.subltitle:after {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 80px;
    height: 6px;
    background: #ea8132;
    left: calc(50% - 40px);
}
@media (max-width: 768px) {
  h1.subltitle:after,
  h2.subltitle:after,
  h3.subltitle:after {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 80px;
    height: 6px;
    background: #ea8132;
    left: 0;
  }
}

/* TAB RULES */
.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 50px 0;
  padding-bottom: 80px;
  width: 100%;
  height: auto;
  box-shadow: none;
  border-radius: 5px;
  min-width: 100%;
}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  /* font-family: "Montserrat"; */
  /* font-weight: bold; */
  /* font-size: 12px; */
  /* color: #428BFF; */
  /* width: 100%; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 280px;
  height: 60px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 150px;
}

.page-template-come-raggiungerci-en .tabs ul,
.page-template-come-raggiungerci-de .tabs ul,
.page-template-menu .tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .page-template-come-raggiungerci-en .tabs ul,
  .page-template-come-raggiungerci-de .tabs ul,
  .page-template-menu .tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 50%;
  height: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .tabs ul li {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    min-width: 100px;
    height: 50px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #000000;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #000000;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 50%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  /* color: #428BFF; */
  /* display: none; */
}


.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: stretch;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #ffffff;
  background: #ea8132;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 100%;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}


.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(5):checked ~ .slider {
  transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(5):checked ~ .content > section:nth-child(5) {
  display: block;
}


.tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(6Per ):checked ~ ul > li:nth-child(6) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(6):checked ~ .slider {
  transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(6):checked ~ .content > section:nth-child(6) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label,
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label,
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label,
.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label,
.tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
  cursor: default;
  color: #ffffff;
  background: #ea8132;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label,
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label,
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label,
  .tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label,
  .tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
    cursor: default;
    color: #ffffff;
    background: #ea8132;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 100%;
    padding: 0 25px;
    /* max-width: 250px!important; */
  }
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  /* .tabs ul li label span {
    display: none;
  } */
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}


.container__text a {
    display: flex;
    width: 290px;
    height: 60px;
    border-radius: 3px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #ea8132;
    font-family: 'Fredoka';
    background-color: #fff;
    transition: all .25s ease-in-out;
    margin-top: 50px;
    z-index: 10;
}

.arrow-r:after {
    content: '';
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
    margin-left: 20px;
}

.container__text .arrow-r:after {
    background-image: url('/svg/i-freccia-destra-mp.svg');
}

.container__text a:hover {
    background-color: #fff;
    color: #ea8132;
}

.container__text .arrow-r:hover:after {
    transform: translateX(5px);
}

.section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media (max-width: 768px) {
  .section__title {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      text-align: left;
      padding: 15px;
  }
}

.menu-item__text {
    font-size: 20px;
    line-height: 22px;
    /* font-weight: bold; */
    padding-top: 10px;
    position: relative;
    display: flex;
    padding-left: 25px;
}

/* .menu-item__text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    width: 15px;
    height: 4px;
    background: #ea8132;
    border-radius: 25px;
} */

.menu-item__price {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-item__price p {
    margin: 0;
}

.menu-item__price span {
    /* background: #47876c2b; */
    /* color: #000; */
    background: #e0d5bb;
    color: #ea8132;
    border-radius: 5px;
    padding: 25px;
    font-size: 1.2rem;
    line-height: 140%;
    width: 100%;

}

.menu-item__price.last {
    border-bottom: 0;
}

.menu-item__formato {
    padding-left: 25px;
    color: #818181;
    font-style: italic;
}

.menu-item__coperto {
    position: relative;
    min-height: 25px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.menu-item__coperto.car,
.menu-item__coperto.bus,
.menu-item__coperto.treno,
.menu-item__coperto.aereo,
.menu-item__coperto.mare {
    position: relative;
    min-height: 80px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

/* .menu-item__coperto:before {
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    background: black;
    border-radius: 50%;
    background-image: url('/svg/i-coperto.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
} */

.menu-item__coperto.car:before {
    content: '';
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    /* background: black; */
    border-radius: 0;
    background-image: url('/svg/i-car.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
}

.menu-item__coperto.bus:before {
    content: '';
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    /* background: black; */
    border-radius: 0;
    background-image: url('/svg/i-bus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
}

.menu-item__coperto.treno:before {
    content: '';
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    /* background: black; */
    border-radius: 0;
    background-image: url('/svg/i-treno.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
}

.menu-item__coperto.aereo:before {
    content: '';
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    /* background: black; */
    border-radius: 0;
    background-image: url('/svg/i-aereo03.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
}

.menu-item__coperto.mare:before {
    content: '';
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    /* background: black; */
    border-radius: 0;
    background-image: url('/svg/i-mare.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
}


.offerta__cover-content {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.content__offerta {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 768px) {
  .content__offerta {
      overflow-x: hidden;
      overflow-y: visible;
      position: relative;
      padding-top: 100px;
      padding-bottom: 50px;
  }
}

article.item--offerta {
    border: 2px solid #dadada;
    border-radius: 25px;
    padding: 15px;
    padding-bottom: 95px;
    min-height: auto;
}

article.item--offerta {
    position: relative;
}

article.item--offerta .offerta_link a {
    display: flex;
    width: 100%;
    height: 60px;
    border-radius: 3px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: 'Fredoka';
    background-color: #ea8132;
    transition: all .25s ease-in-out;
    margin-top: 0;
    z-index: 10;
    position: relative;
    bottom: 0;
    border-bottom-left-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
}

.SwiperOfferta .swiper-pagination-custom,
.SwiperOfferta .swiper-pagination-fraction {
    width:115px;
    left: 0;
    top: 0!important;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #51976a;
    padding: 0!important;
    margin: 0 auto;
    /* border: 1px solid red; */
}
@media screen and (max-width: 1199px) {
    .SwiperOfferta .swiper-container-horizontal>.swiper-pagination-bullets,
    .SwiperOfferta .swiper-pagination-custom,
    .SwiperOfferta .swiper-pagination-fraction {
        width:115px;
        left: 20px;
        top: 0!important;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #51976a;
        padding: 0!important;
        margin: 0 auto;
        /* border: 1px solid red; */
    }
}


.SwiperOfferta .swiper-container-horizontal>.swiper-pagination-bullets,
.SwiperOfferta .swiper-pagination-custom,
.SwiperOfferta .swiper-pagination-fraction {
    width:115px;
    left: 0;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #51976a;
    padding: 0!important;
    margin: 0 auto;
    bottom: unset!important;
    top: 53px!important;
    /* border: 1px solid red; */
}
@media screen and (max-width: 1199px) {
    .SwiperOfferta .swiper-container-horizontal>.swiper-pagination-bullets,
    .SwiperOfferta .swiper-pagination-custom,
    .SwiperOfferta .swiper-pagination-fraction {
        width:115px;
        left: 0px;
        top: 0!important;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #51976a;
        padding: 0!important;
        margin: 0 auto;
        /* border: 1px solid red; */
    }
}



.SwiperOfferta .swiper-pagination-current,
.SwiperOfferta .swiper-pagination-current {
    width: 100%;
    font-size: 26px;
    margin-right: 1px;
    font-weight: bold;
    color: #51976a!important;
    margin-right: 3px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.SwiperOfferta .swiper-pagination-current:after,
.SwiperOfferta .swiper-pagination-current:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #51976a;
    left: 40px;
    top: 18px;
    transform: rotate(0);
}

.SwiperOfferta .swiper-pagination-total,
.SwiperOfferta .swiper-pagination-total {
    margin-left: 0;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    top: 25px;
    width: 60px;
    /* border: 1px solid red; */
    height: 60px;
    color: #000;
    z-index: 99;
    border: 0;
    border-radius: 0;
    background-color: #ea8132;
    display: block;
}

.swiper-button-prev {
    background-size: 25px;
    background-image: url('/svg/i-swiper-prev-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    right: 75px;
    left: unset;
}

.swiper-button-next {
    background-size: 25px;
    background-image: url('/svg/i-swiper-next-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 18px!important;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SwiperPartners .swiper-pagination-bullet-active,
.SwiperEdizioni .swiper-pagination-bullet-active,
.SwiperOfferta .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ea8132!important;
    border: 2px solid #ea8132!important;
    transform: scale(1.15);
    transition: all ease-in-out .6s;
}

.SwiperPartners .swiper-pagination-bullet,
.SwiperEdizioni .swiper-pagination-bullet,
.SwiperOfferta .swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1!important;
    border: 2px solid #ea8132!important;
}

article.item--offerta h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 25px;
    font-weight: 600;
}

article.item--offerta .arrow-r:after {
    background-image: url('/svg/i-freccia-destra-bianco.svg');
}

.dove-siamo__cta .arrow-r:after {
    background-image: url('/svg/i-freccia-destra-bianco.svg');
}

article.item--offerta .arrow-r:hover:after {
    transform: translateX(5px);
}

/* .offerta__cover p {
    min-height: 170px;
} */


.item--offerta .menu-item__price .price__symbol {
    background: transparent;
    position: absolute;
    top: 40px;
    left: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 25px;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* border: 1px solid red; */
}

.item--offerta .menu-item__price .price__number {
    background: #454545;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 35px;
}

.menu-item__dettagli {
    min-height: 180px;
    margin: 10px 0;
}


.menu-item__air,
.menu-item__bagno,
.menu-item__tv,
.menu-item__wifi,
.menu-item__park,
.menu-item__cucina,
.menu-item__colazione
{
    margin: 0;
    padding-left: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.menu-item__air:before,
.menu-item__bagno:before,
.menu-item__tv:before,
.menu-item__wifi:before,
.menu-item__park:before,
.menu-item__cucina:before,
.menu-item__colazione:before {
  content: '';
  background-color: #ea8132;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: absolute;
  top: auto;
  left: 0;
}

.menu-item__air:before {
    background-image: url('/svg/tariffe-aria-condizionata-nero.svg');
}

.menu-item__bagno:before {
    background-image: url('/svg/tariffe-bagno-nero.svg');
}

.menu-item__tv:before {
    background-image: url('/svg/tariffe-tv-nero.svg');
}

.menu-item__wifi:before {
    background-image: url('/svg/tariffe-wi-fi-nero.svg');
}

.menu-item__park:before {
    background-image: url('/svg/tariffe-parcheggio-nero.svg');
}

.menu-item__cucina:before {
    background-color: #FF9800;
    background-image: url('/svg/tariffe-cucina-nero.svg');
}

.menu-item__colazione:before {
    background-color: #FF9800;
    background-image: url('/svg/tariffe-colazione-nero.svg');
}

div#tariffe-colazione .menu-item__text,
div#tariffe-senza-colazione .menu-item__text {
    margin: 0;
    padding: 0;
}

div#tariffe-colazione .menu-item__text:before,
div#tariffe-senza-colazione .menu-item__text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 50px;
    height: 4px;
    background: #ea8132;
    border-radius: 25px;
}

.tabs.tariffe ul {
    margin-bottom: 0;
}


/* .page-template-menu .tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 50%;
    height: 60px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
} */


@media (max-width: 768px) {
  .tabs.home ul,
  .tabs.tariffe ul,
  .tabs.indicazioni ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 280px;
    height: 60px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .tabs.home ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}




img.location__img {
    width: 100%;
}

@media (max-width: 768px) {
  img.location__img {
      width: 100%;
  }
}

span.wpforms-image-choices-image img {
    width: 35px;
}

li#menu-item-879 a,
li#menu-item-880 a,
li#menu-item-881 a,
li#menu-item-882 a,
li#menu-item-256 a,
li#menu-item-257 a
{
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  margin: 0 5px;
  opacity: 1;
}

li#menu-item-862 a,
li#menu-item-864 a,
li#menu-item-209 a,
li#menu-item-255 a
{
  opacity: 1;
}

li#menu-item-879 a,
li#menu-item-881 a,
li#menu-item-256 a
{
    background-image: url('/svg/i-facebook.svg');
    background-color: #ea8132;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    position: relative;
    border-radius: 50%;
    margin-left: 30px;
    background-size: 17px;
}

li#menu-item-880 a,
li#menu-item-882 a,
li#menu-item-257 a
{
  background-image: url('/svg/i-instagram.svg');
  background-color: #ea8132;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  position: relative;
  border-radius: 50%;
}

li#menu-item-879 a:before,
li#menu-item-881 a:before,
li#menu-item-256 a:before {
    content: '';
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25px;
}

@media (max-width: 768px) {
  li#menu-item-872 {
      line-height: 2.6rem;
  }
}


@media (min-width: 1191px) {
  ul.menu li > a:focus + ul {
      display: block;
      position: absolute;
      z-index:999;
      right: 0px;
      opacity: 1;
      /*top: -75px;*/
  }
}


.menu li a:hover {
    color: #000;
    opacity: 1;
}

.eZgKgY {
    display: inline-flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px auto;
    background-color: rgb(255 255 255)!important;
    border-radius: 5px;
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #000;
    box-shadow: 0 0 20px #00000015;
}

.kaKtJS {
    line-height: 1.17;
    text-align: center;
    color: rgba(17, 17, 17, 0.5);
    font-size: 12px;
    text-decoration: none!important;
    cursor: pointer;
}

.fEOllS {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    position: relative;
    box-sizing: border-box;
    border-radius: 0px;
    padding: 80px 25px!important;
}

button.CloseComponent__PopupCloseControlContainer-sc-dvwxh0-0.jUqhZg {
    background: #000;
    width: 40px;
    height: 40px;
    position: relative;
    top: 9px;
    color: #fff!important;
}

.hNLRdZ svg {
    display: block;
    object-fit: contain;
    width: 16px;
    height: 16px;
    fill: #fff!important;
}

.jUqhZg:hover svg {
    fill: #fff!important;
}

.jUqhZg:hover svg {
    fill: rgb(255 255 255) !important;
}


div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li {
    height: unset;
    line-height: var(--wpforms-field-size-checkbox-size);
    display: flex;
    align-items: flex-start;
    margin: 0;
    margin: 0;
    margin-right: 0;
}


div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-none .wpforms-image-choices-item label {
    display: block;
    overflow: hidden;
    position: relative;
    border-width: 1px;
    border-color: #ea8132!important;
    border-style: solid;
    min-width: 100px;
    background: #fff;
}

div.wpforms-container-full .wpforms-form .wpforms-image-choices-classic .wpforms-image-choices-item.wpforms-selected label {
    border-width: 2px;
    border-style: solid;
    border-color: #ea8132!important;
    box-shadow: none!important;
    outline: none;
    background: #47876c2b;
}

.current-menu-item:before {
    /* border: 1px dashed #fff; */
    border-radius: 45px;
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    left: 10px;
    display: none;
}
@media (max-width: 1190px) {
  .current-menu-item:before {
      height: 4px;
      border-radius: 0;
      content: '';
      position: absolute;
      width: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 0 auto;
      top: calc(50% - 0px);
      left: 0;
      right: unset;
      background: #ea8132;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      display: none;
  }
}

@media (max-width: 1190px) {
    ul.sub-menu .current-menu-item:before {
      display: none;
  }
}


.page-template-prenota-de .current-menu-item a,
.page-template-prenota-en .current-menu-item a,
.page-template-prenota .current-menu-item a {
    color: #ea8132!important;
    opacity: 1!important;
}


@media (max-width: 1190px) {
  li#menu-item-879,
  li#menu-item-880,
  li#menu-item-881,
  li#menu-item-882,
  li#menu-item-256,
  li#menu-item-257
  {
      display: none;
  }
}

@media (max-width: 1190px) {
  li#menu-item-255 li,
  li#menu-item-313 li,
  li#menu-item-316 li {
      margin: 0;
      padding: 0;
  }
  .menu li ul > li > a:hover {
    color: #000;
    border-radius: 0;
    background: transparent!important;
  }
}

li#menu-item-862,
li#menu-item-864,
li#menu-item-209,
li#menu-item-255 {
    background: #fff;
    border-radius: 5px;
    max-height: 50px;
    display: flex;
    align-items: center;
    /* padding-right: 40px; */
    /* background-image: url(/svg/quote-request-blu.svg)!important; */
    /* background-repeat: no-repeat!important; */
    /* background-position: calc(100% - 15px); */
    /* background-size: 25px!important; */
    margin-right: 15px;
}


li#menu-item-862 a,
li#menu-item-864 a,
li#menu-item-209 a,
li#menu-item-255 a {
    color: #ea8132;
    width: 100%;
    padding-right: 50px;
    background-image: url('/svg/quote-request-blu.svg')!important;
    background-repeat: no-repeat!important;
    background-position: calc(100% - 15px);
    background-size: 25px!important;
}

@media (max-width: 1190px) {
  /* li#menu-item-255 {
    min-height: 100px;
  }

  li#menu-item-255 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: black;
  }

  li#menu-item-255 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    color: #fff;
  }

  li#menu-item-255 ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    color: #fff;
  } */
}


li.choice-1.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-2.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-3.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-4.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-5.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-6.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-7.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-8.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-9.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-10.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-11.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-12.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-13.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-14.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-15.depth-1.wpforms-image-choices-item.wpforms-selected label:after,
li.choice-16.depth-1.wpforms-image-choices-item.wpforms-selected label:after
{
    content: '';
    background: #ea8132;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
}


.page-template-prodotti .container__image {
    width: 50%;
    position: relative;
    left: 0;
    top: 0;
}
@media (max-width: 768px) {
  .page-template-prodotti .container__image {
      width: 100%;
      position: relative;
      left: 0;
      top: 0;
  }
}

.page-template-prodotti .container__image-sx {
    width: 50%;
    position: relative;
    left: 0;
    top: 0;
}
@media (max-width: 768px) {
  .page-template-prodotti .container__image-sx {
      width: 100%;
      position: relative;
      left: 0;
      top: 0;
  }
}

.page-template-prodotti .container__text {
    width: 50%;
    padding: 80px;
    background: #ea8132;
    color: #fff;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 9;
}
@media (max-width: 768px) {
  .page-template-prodotti .container__text {
      width: 100%;
      padding: 50px 25px;
      background: #ea8132;
      color: #fff;
      min-height: 70vh;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      z-index: 9;
  }
}

.page-template-prodotti .container__text-dx {
    left:  0;
    width: 50%;
    padding: 80px;
    background: #ea8132;
    color: #fff;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 9;
}
@media (max-width: 768px) {
  .page-template-prodotti .container__text-dx {
      left:  0;
      width: 100%;
      padding: 50px 25px;
      background: #ea8132;
      color: #fff;
      min-height: 85vh;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      z-index: 9;
  }
}

figure {
  display: flex;
  margin: 0;
}

.content__team {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
  .page-template-chi-siamo .content__team {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
}

.item__team {
    display: flex;
    width: 50%;
    border-radius: 50%;
    border: 15px solid #fff;
    box-shadow: 0 0 30px #00000015;
    margin: 0 10px;
}
@media (max-width: 768px) {
  .item__team {
      display: flex;
      width: 80%;
      border-radius: 50%;
      border: 15px solid #fff;
      box-shadow: 0 0 30px #00000015;
      margin: 0 10px;
  }
}

.item__team img {
    border-radius: 50%;
}

.content__didascalia {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
  .content__didascalia {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
}

@media (max-width: 768px) {
  .content__didascalia.first {
      margin-bottom: 45px;
  }

  .content__didascalia.last {
      border-top: 1px solid #ccc;
      padding-top: 50px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 50px
  }
}


.item__nome h3 {
    font-size: 3rem!important;
    /* font-family: 'Satisfy'; */
    color: #000000;
    /* font-weight: 400; */
    margin: 0;
    margin-top: 25px;
    text-align: center;
}

.item__nome p {
    font-size: 1.25rem!important;
    font-family: 'Satisfy';
    color: #ea8132;
    font-weight: 400;
    margin: 0;
    text-align: center;
}


/* .page-template-chi-siamo .container__text-dx {
    left: 0;
    width: 50%;
    padding: 80px;
    background: #fff;
    color: #000;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 9;
}
@media (max-width: 768px) {
  .page-template-chi-siamo .container__text-dx {
      left: 0;
      width: 100%;
      padding: 50px 0;
      background: #fff;
      color: #000;
      min-height: 60vh;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      z-index: 9;
  }
} */



.page-template-ristoro li#menu-item-146:before {
  display: none;
}

.page-template-alloggio li#menu-item-145:before {
  display: none;
}

.page-template-menu li#menu-item-314:before {
  display: none;
}

.page-template-menu-tema li#menu-item-312:before {
  display: none;
}


.intro__info-content {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    font-size: 1.25rem;
    position: relative;
    border-top-left-radius: 0;
    border: 3px solid #ea8132;
}

.content__news {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

/* SWIPER NEWS */
.SwiperNews .swiper-button-next,
.SwiperNews .swiper-button-prev {
    display: none!important;
}

.SwiperNews .swiper-horizontal>.swiper-pagination-bullets,
.SwiperNews .swiper-pagination-bullets.swiper-pagination-horizontal,
.SwiperNews .swiper-pagination-custom,
.SwiperNews .swiper-pagination-fraction {
    bottom: 5px!important;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SwiperNews .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ea8132!important;
    border: 2px solid ##ea8132!important;
    transform: scale(1.15);
    transition: all ease-in-out .6s;
}

.SwiperNews .swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1!important;
    border: 2px solid #ea8132!important;
}

span.news__sep {
    width: 25px;
    height: 4px;
    border-radius: 25px;
    background: black;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: -3px;
    position: relative;
    margin: 0 10px;
}

.box__info {
    background-color: #ea8132;
    position: absolute;
    top: -43px;
    left: -3px;
    width: 40px;
    height: 40px;
    background-image: url('/svg/i-orari.svg')!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-bottom: -44px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

a.menu__tema-link {
    position: relative;
    color: #000;
}

.menu__tema-link h3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    width: calc(100% - 80px);
    /* border: 1px solid red; */
    padding: 15px;
    top: -100px;
    background: #fff;
    left: 40px;
    box-shadow: 20px 0px 40px 0px rgba(0, 0, 0, 0.06);
    transition: top 1100ms cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
}

.menu__tema-link h3:hover {
    top: -80px;
}

a.menu__tema-link img {
    transition: all 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 20px!important;
    margin: 0;
    padding: 0;
}

a.menu__tema-link p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item__menu-tema {
    margin-bottom: 50px;
}
@media (min-width: 769px) and (max-width: 1190px) {
  .item__menu-tema {
      width: 50%;
  }
}
@media (max-width: 768px) {
  .item__menu-tema {
      width: 100%;
  }
}

.single-menu-a-tema .menu-item__price .price__symbol {
    background: transparent;
    position: absolute;
    top: 37px;
    left: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 25px;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* border: 1px solid red; */
}

.single-menu-a-tema .menu-item__price span {
    background: #454545;
    border-radius: 5px;
    padding: 4px 8px;
    font-weight: bold;
    color: #fff;
}

.single-menu-a-tema .menu-item__price .price__number {
    background: #454545;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 35px;
    padding-bottom: 20px;
}

.single-menu-a-tema .menu-item__price {
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 0;
    position: relative;
}

span.price__people {
    position: absolute;
    bottom: 40px;
    font-size: 13px;
    left: 13px;
    background: transparent!important;
}

@media (max-width: 768px) {
  span.wpforms-image-choices-label {
      font-size: 12px!important;
  }
}

@media (max-width: 768px) {
  div.wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-inline ul,
  div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-list-inline ul,
  div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-list-inline ul,
  div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-list-inline ul,
  div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-list-inline ul {
      display: inline-flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      width: 100%;
  }
}

@media (max-width: 768px) {
  div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul,
  div.wpforms-container-full .wpforms-field.wpforms-field-radio ul,
  div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul,
  div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul,
  div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul {
      display: grid;
      grid-template-columns: repeat(1, auto);
      padding: 0;
      gap: 0;
  }
}


@media (min-width: 769px) {
  .desktop {
    display: flex;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none!important;
  }
}


@media (min-width: 769px) {
  .mobile {
    display: none!important;
  }
}

@media (max-width: 768px) {
  .mobile {
    display: flex;
  }
}


.container__menu-tema {
    display: flex;
    align-items: flex-start;
    padding: 100px 0;
}
@media (max-width: 768px) {
  .container__menu-tema {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
      padding: 25px 0;
  }
}

.content__sx,
.content__dx {
    width: 50%;
}
@media (max-width: 768px) {
  .content__sx,
  .content__dx {
      width: 100%;
  }
}
@media (max-width: 768px) {
  .content__dx {
      margin-bottom: 50px;
  }
}

.menu-tema__img {
    width: 600px!important;
    height: 600px!important;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 20px 0px 40px 0px rgb(0 0 0 / 6%);
    position: relative;
    border: 6px solid;
    background-color: #fff;
}
@media (max-width: 768px) {
  .menu-tema__img {
      width: 400px!important;
      height: 400px!important;
      display: flex;
      background-size: cover;
      border-radius: 25px;
      box-shadow: 20px 0px 40px 0px rgb(0 0 0 / 6%);
      position: relative;
  }
}

.menu-tema__img:before {
    background: #82B47C;
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 40px;
}
@media (max-width: 768px) {
  .menu-tema__img:before {
      background: #ea8132;
      content: '';
      position: absolute;
      bottom: -20px;
      left: -20px;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 40px;
      display: none;
  }
}


li#menu-item-255.open-dropdown {
    height: 50px;
}


main#content p {
    font-size: 1.25rem;
    width: 100%;
}

@media (max-width: 768px) {
  .container__flexible-page.row__reverse {
      display: flex;
      flex-direction: column-reverse;
  }
}

.footer-credits {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    bottom: 0;
    z-index: 99;
    color: #000;
    /* color: #000; */
    background: #ffffff;
    height: 80px;
}
@media (max-width: 768px) {
  .footer-credits {
      width: 100%;
      position: relative;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      flex-direction: column;
      position: relative;
      padding: 15px!important;
      height: auto;
  }
}

@media (max-width: 768px) {
  footer .col-33 {
      /* border-bottom: 1px solid #ea8132; */
      padding: 25px 0;
  }
}


.love {
    background-color: rgba(177, 58, 58, 0)!important;
    color: transparent!important;
    padding: 8px;
    margin-left: 1px!important;
    margin-right: 1px!important;
    background-image: url('/svg/love.svg')!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    width: auto;
    height: auto;
    position: relative;
    left: -2px;
}

.emmekweb {
    color: #000!important;
    text-transform: uppercase;
    font-size: 18px!important;
    padding: 5px!important;
}

.logo__footer {
    margin: 0 auto;
    width: 380px;
    height: 380px;
    /* background: #000; */
    /* background: #fff; */
    border-radius: 25px;
    display: flex;
    /* box-shadow: 0 0 50px #00000036; */
    align-items: center;
    justify-content: center;
    z-index: 99;
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #ea81327a;
    border: 0;
    /* filter: invert(1); */
}
@media (max-width: 768px) {
  .logo__footer {
      margin: 0 auto;
      width: 220px;
      height: 220px;
      /* background: #000; */
      border-radius: 0;
      box-shadow: none;
      align-items: center;
      justify-content: flex-start;
      z-index: 99;
      position: relative;
      margin-bottom: 0;
      border: 0;
      margin-left: 0;
      /* border: 1px solid red; */
  }
}

.logo__footer img {
    width: 280px;
}
@media (max-width: 768px) {
  .logo__footer img {
      width: 150px;
  }
}

.footer__social {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

a.social_instagram {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000000;
    background-image: url('/svg/i-instagram.svg');
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
    border: 1px solid #ea81327a;
}

a.social_facebook {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000000;
    background-image: url('/svg/i-facebook.svg');
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px;
    border: 1px solid #ea81327a;
    margin-left: 0;
}

.footer__azienda {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}
@media (max-width: 768px) {
  .footer__azienda {
      display: flex;
      flex-direction: column;
      padding-left: 0;
  }
}


.footer__azienda a {
    color: #000;
    font-size: 1.2rem;
}

a.azienda_indirizzo,
a.azienda_tel,
a.azienda_email {
    position: relative;
    padding-left: 40px;
    min-height: 45px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    font-weight: normal!important;
}

a.azienda_indirizzo:before,
a.azienda_tel:before,
a.azienda_email:before {
    content: '';
    background-color: #000000;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* filter: invert(1); */
}

a.azienda_indirizzo:before {
    background-image: url('/svg/i-azienda-indirizzo.svg');
}

a.azienda_tel:before {
    background-image: url('/svg/i-call-mp_white.svg');
}

a.azienda_email:before {
    background-image: url('/svg/i-email-mp_white.svg');
}

.menu li.open-dropdown {
    min-height: auto;
    /* border: 1px solid red; */
}


/* MENU LAN */
li#menu-item-848 a,
li#menu-item-846 a,
li#menu-item-845 a {
    border: 1px solid #fff;
    border-radius: 5px;
}

li#menu-item-848 a,
li#menu-item-846 a,
li#menu-item-845 a {
    position: relative;
    width: 80px;
    height: 50px;
    padding-left: 36px;
    opacity: 1;
    font-size: 13px;
    /* border: 1px solid #fff; */
    /* border-radius: 5px; */
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
  li#menu-item-848 a,
  li#menu-item-846 a,
  li#menu-item-845 a {
      position: relative;
      width: 85px;
      height: 50px;
      padding-left: 40px!important;
      opacity: 1;
      font-size: 13px;
      /* border: 1px solid #fff; */
      /* border-radius: 5px; */
      display: flex;
      align-items: center;
  }
}

li#menu-item-848 a:hover,
li#menu-item-846 a:hover,
li#menu-item-845 a:hover {
    background: transparent;
}

li#menu-item-845 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url('/svg/i-flag-it.svg');
    background-repeat: no-repeat;
    background-position: center;
}
li#menu-item-846 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url('/svg/i-flag-de.svg');
    background-repeat: no-repeat;
    background-position: center;
}
li#menu-item-848 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url('/svg/i-flag-en.svg');
    background-repeat: no-repeat;
    background-position: center;
}


@media (max-width: 768px) {
  li#menu-item-848 a,
  li#menu-item-846 a,
  li#menu-item-845 a {
    border: 1px solid #ea8132;
    border-radius: 5px;
  }

  li#menu-item-848,
  li#menu-item-846,
  li#menu-item-845 {
    margin-top: 20px!important;
  }

  li#menu-item-848.open-dropdown a,
  li#menu-item-846.open-dropdown a,
  li#menu-item-845.open-dropdown a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  li#menu-item-848-it a,
  li#menu-item-846-it a,
  li#menu-item-845-de a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  li#menu-item-848-de a,
  li#menu-item-846-en a,
  li#menu-item-845-en a {
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
  }
}

@media (max-width: 768px) {
  li#menu-item-845 a:before,
  li#menu-item-846 a:before,
  li#menu-item-848 a:before {
      left: 0;
  }
}


li#menu-item-846 a::after,
li#menu-item-848 a::after,
li#menu-item-845 a::after {
    filter: invert(1)!important;
}
@media (max-width: 768px) {
  li#menu-item-846 a::after,
  li#menu-item-848 a::after,
  li#menu-item-845 a::after {
      filter: none!important;
  }
}

li#menu-item-845-it a:before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('/svg/i-flag-it.svg');
  background-repeat: no-repeat;
  background-position: center;
}

li#menu-item-845-de a:before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('/svg/i-flag-de.svg');
  background-repeat: no-repeat;
  background-position: center;
}

li#menu-item-845-en a:before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('/svg/i-flag-en.svg');
  background-repeat: no-repeat;
  background-position: center;
}

li#menu-item-846-it a:before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('/svg/i-flag-it.svg');
  background-repeat: no-repeat;
  background-position: center;
}

li#menu-item-846-de a:before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('/svg/i-flag-de.svg');
  background-repeat: no-repeat;
  background-position: center;
}

li#menu-item-846-en a:before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('/svg/i-flag-en.svg');
  background-repeat: no-repeat;
  background-position: center;
}

li#menu-item-848-it a:before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('/svg/i-flag-it.svg');
  background-repeat: no-repeat;
  background-position: center;
}

li#menu-item-848-de a:before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('/svg/i-flag-de.svg');
  background-repeat: no-repeat;
  background-position: center;
}

li#menu-item-848-en a:before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('/svg/i-flag-en.svg');
  background-repeat: no-repeat;
  background-position: center;
}

li#menu-item-846 .sub-menu,
li#menu-item-848 .sub-menu,
li#menu-item-845 .sub-menu {
    top: 47px;
    right: -1px;
    width: 82px;
    min-width: 82px;
    border: 0;
    border-top: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px!important;
    background: white;
}
@media (max-width: 768px) {
  li#menu-item-846 .sub-menu,
  li#menu-item-848 .sub-menu,
  li#menu-item-845 .sub-menu {
      top: 0;
      right: unset;
      left: 0;
      width: 85px;
      min-width: 85px;
      border: 0;
      border-top: 0;
      border-radius: 5px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 14px!important;
      background: #ea8132;
  }

  li#menu-item-846 .sub-menu a,
  li#menu-item-848 .sub-menu a,
  li#menu-item-845 .sub-menu a {
    color: #fff;
  }
}

@media (max-width: 768px) {
  li#menu-item-846 .sub-menu li,
  li#menu-item-848 .sub-menu li,
  li#menu-item-845 .sub-menu li {
      padding: 0;
  }
}

/* li#menu-item-846,
li#menu-item-848,
li#menu-item-845 {
    border: 1px solid #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
} */


button#wpforms-submit-911,
button#wpforms-submit-908,
button#wpforms-submit-838,
button#wpforms-submit-835,
button#wpforms-submit-243,
button#wpforms-submit-7 {
    display: flex;
    width: 100%;
    max-width: 250px;
    height: 60px;
    border-radius: 3px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: 'Fredoka';
    background-color: #ea8132;
    transition: all .25s ease-in-out;
    margin-top: 0;
    z-index: 10;
    position: relative;
    bottom: 0;
    border-bottom-left-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
}
@media (max-width: 768px) {
  button#wpforms-submit-911,
  button#wpforms-submit-908,
  button#wpforms-submit-838,
  button#wpforms-submit-835,
  button#wpforms-submit-243,
  button#wpforms-submit-7 {
      display: flex;
      width: 100%;
      max-width: 100%;
  }
}

button#wpforms-submit-911:after,
button#wpforms-submit-908:after,
button#wpforms-submit-838:after,
button#wpforms-submit-835:after,
button#wpforms-submit-243:after,
button#wpforms-submit-7:after {
    content: '';
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
    margin-left: 20px;
}

button#wpforms-submit-911:after,
button#wpforms-submit-908:after,
button#wpforms-submit-838:after,
button#wpforms-submit-835:after,
button#wpforms-submit-243:after,
button#wpforms-submit-7:after {
    background-image: url('/svg/i-freccia-destra-bianco.svg');
}

button#wpforms-submit-911:hover:after,
button#wpforms-submit-908:hover:after,
button#wpforms-submit-838:hover:after,
button#wpforms-submit-835:hover:after,
button#wpforms-submit-243:hover:after,
button#wpforms-submit-7:hover:after {
    transform: translateX(5px);
}

ul#wpforms-7-field_4 li.choice-1.depth-1,
ul#wpforms-7-field_4 li.choice-1.depth-1.wpforms-selected {
    padding-left: 2px;
}

a.button__top {
    position: absolute;
    left: calc(50% - 50px);
    bottom: -40px;
    background: #c8bb94;
    height: 50px;
    width: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    background-image: url('/svg/i-up-arrow.svg');
    background-size: 25px;
    background-position: center 5px;
    background-repeat: no-repeat;
}

.page-template-contatti iframe:nth-child(2) {
    border-radius: 15px;
    /* border: 4px solid #ccc!important; */
    /* padding: 10px; */
}

.jAxJlj img, .jAxJlj svg {
    display: block;
    object-fit: contain;
    width: 16px;
    height: 16px;
    fill: rgb(255 255 255)!important;
}

iframe.cmplz-placeholder-element.cmplz-no-video.cmplz-processed.cmplz-activated {
    border-radius: 15px;
}

.SwiperLuogo01,
.SwiperLuogo02,
.SwiperLuogo03,
.SwiperLuogo04,
.SwiperLuogo05,

.SwiperCamere {
    overflow: hidden;
    width: 100%;
}


.SwiperLuogo01 .swiper-button-prev,
.SwiperLuogo01 .swiper-button-next,

.SwiperLuogo02 .swiper-button-prev,
.SwiperLuogo02 .swiper-button-next,

.SwiperLuogo03 .swiper-button-prev,
.SwiperLuogo03 .swiper-button-next,

.SwiperLuogo04 .swiper-button-prev,
.SwiperLuogo04 .swiper-button-next,

.SwiperLuogo05 .swiper-button-prev,
.SwiperLuogo05 .swiper-button-next,

.SwiperCamere .swiper-button-next,
.SwiperCamere .swiper-button-prev {
    top: 40px;
    width: 60px;
    /* border: 1px solid red; */
    height: 60px;
    color: #000;
    z-index: 99;
    border: 0;
    border-radius: 50%;
    background-color: #ea8132;
    display: block;
}

.SwiperLuogo01 .swiper-button-prev,
.SwiperLuogo02 .swiper-button-prev,
.SwiperLuogo03 .swiper-button-prev,
.SwiperLuogo04 .swiper-button-prev,
.SwiperLuogo05 .swiper-button-prev,

.SwiperCamere .swiper-button-prev {
    background-size: 25px;
    background-image: url('/svg/i-swiper-prev-white-mf.svg');
    background-repeat: no-repeat;
    background-position: center center;
    right: 100px;
    left: unset;
}

.SwiperLuogo01 .swiper-button-next,
.SwiperLuogo02 .swiper-button-next,
.SwiperLuogo03 .swiper-button-next,
.SwiperLuogo04 .swiper-button-next,
.SwiperLuogo05 .swiper-button-next,

.SwiperCamere .swiper-button-next {
    background-size: 25px;
    background-image: url('/svg/i-swiper-next-white-mf.svg');
    background-repeat: no-repeat;
    background-position: center center;
    right: 20px;
    left: unset;
}

.SwiperLuogo01 .swiper-horizontal>.swiper-pagination-bullets,
.SwiperLuogo01 .swiper-pagination-bullets.swiper-pagination-horizontal,
.SwiperLuogo01 .swiper-pagination-custom,
.SwiperLuogo01 .swiper-pagination-fraction,

.SwiperLuogo02 .swiper-horizontal>.swiper-pagination-bullets,
.SwiperLuogo02 .swiper-pagination-bullets.swiper-pagination-horizontal,
.SwiperLuogo02 .swiper-pagination-custom,
.SwiperLuogo02 .swiper-pagination-fraction,

.SwiperLuogo03 .swiper-horizontal>.swiper-pagination-bullets,
.SwiperLuogo03 .swiper-pagination-bullets.swiper-pagination-horizontal,
.SwiperLuogo03 .swiper-pagination-custom,
.SwiperLuogo03 .swiper-pagination-fraction,

.SwiperLuogo04 .swiper-horizontal>.swiper-pagination-bullets,
.SwiperLuogo04 .swiper-pagination-bullets.swiper-pagination-horizontal,
.SwiperLuogo04 .swiper-pagination-custom,
.SwiperLuogo04 .swiper-pagination-fraction,

.SwiperLuogo05 .swiper-horizontal>.swiper-pagination-bullets,
.SwiperLuogo05.swiper-pagination-bullets.swiper-pagination-horizontal,
.SwiperLuogo05 .swiper-pagination-custom,
.SwiperLuogo05 .swiper-pagination-fraction,

.SwiperCamere .swiper-horizontal>.swiper-pagination-bullets,
.SwiperCamere .swiper-pagination-bullets.swiper-pagination-horizontal,
.SwiperCamere .swiper-pagination-custom,
.SwiperCamere .swiper-pagination-fraction {
    bottom: 18px!important;
    left: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SwiperLuogo01 .swiper-pagination-bullet-active,
.SwiperLuogo02 .swiper-pagination-bullet-active,
.SwiperLuogo03 .swiper-pagination-bullet-active,
.SwiperLuogo04 .swiper-pagination-bullet-active,
.SwiperLuogo05 .swiper-pagination-bullet-active,

.SwiperCamere .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ea8132!important;
    border: 2px solid ##ea8132!important;
    transform: scale(1.15);
    transition: all ease-in-out .6s;
}

.SwiperLuogo01 .swiper-pagination-bullet,
.SwiperLuogo02 .swiper-pagination-bullet,
.SwiperLuogo03 .swiper-pagination-bullet,
.SwiperLuogo04 .swiper-pagination-bullet,
.SwiperLuogo05 .swiper-pagination-bullet,

.SwiperCamere .swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1!important;
    border: 2px solid #ea8132!important;
}

.container__text-dx a {
    display: flex;
    width: 290px;
    height: 60px;
    border-radius: 3px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #ea8132;
    font-family: 'Fredoka';
    background-color: #fff;
    transition: all .25s ease-in-out;
    margin-top: 50px;
    z-index: 10;
}

.container__text-dx .arrow-r:after {
    background-image: url('/svg/i-freccia-destra-mp.svg');
}

.container__text-dx .arrow-r:hover:after {
    transform: translateX(5px);
}

.menu-item__color.rossa {
    background: #f45656;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.menu-item__color.gialla {
    background: #ffda00;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.menu-item__color.viola {
    background: #9f60aa;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.menu-item__color.verde {
    background: #4CAF50;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.page-template-case-mobili article.item--offerta h3 {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 25px;
    margin-bottom: 0;
}

.menu-item__color-text {
    text-transform: uppercase;
}

span.price__posti {
  background: #ffffff;
  border-radius: 5px;
  padding: 4px 8px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  border: 2px solid;
}


.img__luoghi {
  width: 100%;
  min-height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.page-template-cosa-visitare-de .container__text-sx,
.page-template-cosa-visitare-en .container__text-sx,
.page-template-cosa-visitare-v2 .container__text-sx {
    left:  0;
    width: 50%;
    min-height: 60vh;
    padding: 80px;
    background: #ea8132;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 9;
}
@media (max-width: 768px) {
  .page-template-cosa-visitare-de .container__text-sx,
  .page-template-cosa-visitare-en .container__text-sx,
  .page-template-cosa-visitare-v2 .container__text-sx {
      left:  0;
      width: 100%;
      padding: 50px 25px;
      background: #ea8132;
      color: #fff;
      min-height: auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      z-index: 9;
  }
}


.page-template-cosa-visitare-de .container__text-dx,
.page-template-cosa-visitare-en .container__text-dx,
.page-template-cosa-visitare-v2 .container__text-dx {
    left:  0;
    width: 50%;
    padding: 80px;
    background: #ea8132;
    color: #fff;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 9;
}
@media (max-width: 768px) {
  .page-template-cosa-visitare-de .container__text-dx,
  .page-template-cosa-visitare-en .container__text-dx,
  .page-template-cosa-visitare-v2 .container__text-dx {
      left:  0;
      width: 100%;
      padding: 50px 25px;
      background: #ea8132;
      color: #fff;
      min-height: auto;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      z-index: 9;
  }
}


.page-template-cosa-visitare-de .container__image-sx,
.page-template-cosa-visitare-de .container__image-dx,
.page-template-cosa-visitare-en .container__image-sx,
.page-template-cosa-visitare-en .container__image-dx,
.page-template-cosa-visitare-v2 .container__image-sx,
.page-template-cosa-visitare-v2 .container__image-dx {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.page-template-cosa-visitare-de .container__image-sx,
.page-template-cosa-visitare-en .container__image-sx,
.page-template-cosa-visitare-v2 .container__image-sx {
    width: 50%;
    position: relative;
    min-height: 60vh;
    left: 0;
}
.page-template-cosa-visitare-de .container__image-dx,
.page-template-cosa-visitare-en .container__image-dx,
.page-template-cosa-visitare-v2 .container__image-dx {
    width: 50%;
    min-height: 60vh;
    position: relative;
    left: 0%;
}

@media (max-width: 768px) {
  .page-template-cosa-visitare-de .container__image-sx,
  .page-template-cosa-visitare-de .container__image-dx,
  .page-template-cosa-visitare-en .container__image-sx,
  .page-template-cosa-visitare-en .container__image-dx,
  .page-template-cosa-visitare-v2 .container__image-sx,
  .page-template-cosa-visitare-v2 .container__image-dx {
      width: 100%;
      position: relative;
      overflow: hidden;
  }
}

.page-template-cosa-visitare-de .swiper-slide,
.page-template-cosa-visitare-en .swiper-slide,
.page-template-cosa-visitare-v2 .swiper-slide {
    background: #ea8132;
}

.left01 {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('https://www.teatroclubudine.it/dev/wp-content/uploads/2024/11/TenutaPrimero19.2DJI_0220-2-scaled.jpg')!important;
    background-size: cover;
    object-fit: contain;
}

.right01 {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    /* background-image: url('https://www.teatroclubudine.it/dev/wp-content/uploads/2024/11/TenutaPrimero19.1DJI_0142-scaled.jpg')!important; */
    background-image: url('https://www.teatroclubudine.it/dev/wp-content/uploads/2024/12/IMG_1000.jpg')!important;
    background-size: cover;
    background-position: right;
    object-fit: contain;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media (max-width: 768px) {
  .right01 {
      border-top-right-radius: 0;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
  }
}

.right02 {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    /* background-image: url('https://www.teatroclubudine.it/dev/wp-content/uploads/2024/11/Copia-di-IMG_1565.jpg')!important; */
    background-image: url('https://www.teatroclubudine.it/dev/wp-content/uploads/2024/12/porto-tramonto.jpg')!important;
    background-size: cover;
    object-fit: contain;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media (max-width: 768px) {
  .right02 {
      border-top-right-radius: 0;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
  }
}


.right03 {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('https://www.teatroclubudine.it/dev/wp-content/uploads/2024/10/grado-1024x863-4.jpg')!important;
    background-size: cover;
    object-fit: contain;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media (max-width: 768px) {
  .right03 {
      border-top-right-radius: 0;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
  }
}


.right04 {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('https://www.teatroclubudine.it/dev/wp-content/uploads/2024/05/PRIMERO_0060_1.jpg')!important;
    background-size: cover;
    object-fit: contain;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media (max-width: 768px) {
  .right04 {
      border-top-right-radius: 0;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
  }
}

.page-template-home-en .is-fullscreen,
.page-template-home-de .is-fullscreen,
.page-template-home .is-fullscreen {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.page-template-home-en .video__overlay,
.page-template-home-de .video__overlay,
.page-template-home .video__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ea81322e;
    /* background: #47876ce8; */
    left: 0;
    top: 0;
    z-index: 1;
}

.video__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #a6d7f5eb; */
    left: 0;
    top: 0;
    z-index: 1;
}


.page-template-home-en .img__overlay,
.page-template-home-de .img__overlay,
.page-template-home .img__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    width: 100%;
    height: 100%;
    /* background-image: url('https://dev-test.me/svg/back-svg02.svg');
    background-repeat: no-repeat;
    background-position: -200px;
    background-size: cover; */
    background: rgb(0,55,99);
    background: -moz-linear-gradient(180deg, rgba(0,55,99,1) 15%, rgba(0,55,99,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,55,99,1) 15%, rgba(0,55,99,0) 100%);
    background: linear-gradient(180deg, rgba(0,55,99,1) 15%, rgba(0,55,99,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea8132",endColorstr="#ea8132",GradientType=1);
    opacity: 1;
    /* z-index: 1; */
    /* filter: invert(1); */
    /* background-blend-mode: multiply; */
}

.page-template-home-en .img__overlay:after,
.page-template-home-de .img__overlay:after,
.page-template-home .img__overlay:after {
    content: '';
    position: absolute;
    top: 85px;
    right: 0;
    left: 0;
    width: 50%;
    height: calc(100% - 85px);
    background-image: url('/svg/texture__mp02.svg')!important;
    background-repeat: no-repeat!important;
    background-position: center left!important;
    background-size: contain!important;
    /* background: rgb(0,55,99); */
    background: -moz-linear-gradient(180deg, rgba(0,55,99,1) 0%, rgba(0,55,99,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,55,99,1) 0%, rgba(0,55,99,0) 100%);
    background: linear-gradient(180deg, rgba(0,55,99,1) 0%, rgba(0,55,99,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea8132",endColorstr="#ea8132",GradientType=1);
    opacity: .08;
    z-index: 1;
    /* filter: invert(1); */
    /* background-blend-mode: multiply; */
    /* border: 5px solid red!important; */
}

.hero {
    height: 100vh;
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    background: #A6D7F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.back-video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
    /* filter: grayscale(1); */
  }
}

@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
    /* filter: grayscale(1); */
  }
}

.boxed {
  max-width: 1400px;
  margin: 0 auto!important;
}

.boxed--location,
.boxed--promo,
.boxed {
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}

.boxed--promo {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .boxed {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .boxed-mobile {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .boxed-location {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .boxed--promo {
    padding: 0 15px;
  }
}

.page-template-home-en.scroll-down header,
.page-template-home-de.scroll-down header,
.page-template-home.scroll-down header {
  background: #ffffff!important;
}
@media (max-width: 768px) {
  .page-template-home-en.scroll-down header,
  .page-template-home-de.scroll-down header,
  .page-template-home.scroll-down header {
    background: white!important;
  }
}

.page-template-home-en .hero-text,
.page-template-home-de .hero-text,
.page-template-home .hero-text {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: revert;
    z-index: 2;
    padding-left: 0;
    padding: 15px;
}


.top {
    padding: 0;
}

.page-template-home-en .hero-title,
.page-template-home-en .hero-sub,
.page-template-home-de .hero-title,
.page-template-home-de .hero-sub,
.page-template-home .hero-title,
.page-template-home .hero-sub {
    color: #ffffff;
    /* text-shadow: 2px 2px 10px rgb(0 0 0 / 55%); */
}

.hero-title,
.page-title {
    font-size: 5rem;
    line-height: 100%;
    text-transform: uppercase;
    /* margin-block-end: 16px; */
}


.spacer-15 {
    height: 15px;
}

.fw-300 {
    font-weight: 300;
}

.spacer-50 {
    height: 150px;
}

.dove-siamo__cta a {
    display: flex;
    width: 290px;
    height: 60px;
    border-radius: 3px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: 'Fredoka';
    background-color: #ea8132;
    transition: all .25s ease-in-out;
    margin-top: 50px;
    z-index: 10;
}

.dove-siamo__cta .arrow-r:hover:after {
    transform: translateX(5px);
}

.container__image-didascalia {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 30px #0003;
    margin-right: 25px;
}


.slogan p {
    font-size: 2.5rem!important;
    line-height: 100%;
    font-weight: 100!important;
    max-width: 80%;
}
@media (max-width: 768px) {
  .slogan p {
      font-size: 1.8rem!important;
      line-height: 120%;
      max-width: 100%;
  }
}

.slogan--welcome p {
    font-family: "Satisfy", cursive;
    width: 100%;
    display: flex;
    font-size: 4rem!important;
    max-width: 100%;
    margin-top: 25px;
    color: #ea8132;
    align-items: center!important;
    justify-content: center;
}
@media (max-width: 768px) {
  .slogan--welcome p {
      font-size: 2.8rem!important;
      line-height: 120%;
      max-width: 100%;
      text-align: center;
  }
}

footer.footer--background {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('http://www.prolocosantamaria.it/dev/wp-content/uploads/2025/11/santemarie-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer.footer--background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgb(0,55,99);
    background: -moz-linear-gradient(180deg, #82B47C 5%, #ea813200 100%);
    background: -webkit-linear-gradient(180deg, #82B47C 5%, #ea813200 100%);
    background: linear-gradient(180deg, #82B47C 5%, #ea813200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea8132",endColorstr="#ea8132",GradientType=1);
    opacity: 1;
    z-index: 9;
    /* display: none; */
    /* mix-blend-mode: multiply; */
}

footer.footer--background:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,55,99);
    background: -moz-linear-gradient(180deg, rgb(255 255 255) 0%, rgba(0,55,99,0) 100%);
    background: -webkit-linear-gradient(180deg, rgb(255 255 255) 0%, rgba(0,55,99,0) 100%);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(0,55,99,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea8132",endColorstr="#ea8132",GradientType=1);
    opacity: 1;
    z-index: 9;
    display: none;
}

.social {
    position: relative;
    z-index: 99;
    color: #ffffff;
}

.scroll-top {
  background: #ea8132;
  border: 0;
  border-radius: 50%;
  bottom: 25px;
  cursor: pointer;
  height: 50px;
  margin: 0;
  opacity: 1;
  position: fixed;
  right: -70px;
  transition: right 0.2s ease-in-out;
  width: 50px;
  z-index: 99;
}
.scroll-top.visible {
  right: 25px;
}

.arrow {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
}
.arrow.up {
  transform: rotate(-135deg);
}

.footer-credits p {
    margin: 0;
}

.footer-credits a {
    color: #000!important;
    font-weight: 600!important;
}

.container__text-didascalia p {
    font-family: "Satisfy", cursive;
    width: 100%;
    display: flex;
    font-size: 4rem!important;
    max-width: 100%;
    margin-top: 25px;
}
@media (max-width: 768px) {
  .container__text-didascalia p {
      font-family: "Satisfy", cursive;
      width: 100%;
      display: flex;
      font-size: 3rem!important;
      max-width: 100%;
      margin-top: 25px;
      margin-bottom: 25px;
  }
}


.promo .left01 {
    border-bottom-left-radius: 50px;
}
@media (max-width: 768px) {
  .promo .left01 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}

.promo .container__text-dx {
    border-bottom-right-radius: 50px;
}
@media (max-width: 768px) {
  .promo .container__text-dx {
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
  }
}

@media (max-width: 768px) {
  .promo .container__image-sx {
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
  }
}

@media (max-width: 768px) {
  .promo {
    padding: 0;
  }
}

.dove-siamo {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px;
}

.container__ora {
    width: 85px;
}

span.ora {
    background: #fff;
    padding: 2.5px 5px;
    margin-left: 0;
    border: 1px solid;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div#offerta {
    padding: 0;
}

.cmplz-cookiebanner {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.cmplz-cookiebanner .cmplz-close {
    line-height: 20px;
    justify-self: end;
    grid-column-start: 3;
    font-size: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    color: #ffffff!important;
    background-color: #ea8132;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmplz-cookiebanner .cmplz-close svg {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 99;
}

.cmplz-cookiebanner.cmplz-show {
    box-shadow: 0 0 50px #00000036!important;
}

p.gps {
    font-size: 2rem!important;
    line-height: 100%;
    color: #fff;
}

.container__rotate {
    position: relative;
    /* border: 1px solid red; */
    width: auto;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

.content__rotate {
    position: relative;
    /* border: 1px solid red; */
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.c5t {
    position: absolute;
    /* width: 150px; */
    width: 50px;
    opacity: 1;
    transform: scale(1);
    animation: pulse-love 1s linear infinite;
}

.available {
    width: 200px;
    height: 200px;
    position: absolute;
    top: auto;
    right: unset;
    opacity: 1;
    filter: invert(1);
}

.rotate {
    animation: rotation 20s linear infinite;
}

@keyframes rotation {
  0% {  transform: rotate(0deg);}
  100% {  transform: rotate(360deg);}
}

@keyframes pulse-love {
	0% {
		transform: scale(1);
	}

	10% {
		transform: scale(1.1);
	}

	20% {
		transform: scale(0.9);
	}

	30% {
		transform: scale(1.2);
	}

	40% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1.05);
	}

	60% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}
}

.container__text.suite {
    background: #E0D5BA!important;
    color: #ea8132!important;
}

.container__text.cantiere {
    background: #256b6a!important;
    color: #fff!important;
}

/* .intro .container__text {
    width: 40%;
    padding: 80px;
    background: #ea8132;
    color: #fff;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
} */

.tabs.home input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #ffffff;
    background: #ea8132;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding: 0 25px;
    /* max-width: 250px!important; */
}

.tabs.home input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #ffffff;
    background: #e0d5bb;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding: 0 25px;
    /* max-width: 250px!important; */
}

.tabs.home input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #ffffff;
    background: #256b6a;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    padding: 0 25px;
    /* max-width: 250px!important; */
}




/*  =====  */
/*  768    */
/*  =====  */
@media (max-width: 1199px) {
.header {
    background: white!important;
}

.logo__mobile {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    /* border: 1px solid red; */
    width: 80px;
    height: 40px;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-hamburger {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 30px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    z-index: 9999;
    /* border: 1px solid red; */
    padding: 0;
    border-radius: 50%;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    background: #82B47C;
    /* box-shadow: 0 0 50px #00000050; */
    border: 0;
}

.icon-hamburger span {
    height: 4px;
    width: 40px;
    background: #ffffff;
    position: relative;
    display: block;
    transition: all 0.2s cubic-bezier(.215, .61, .355, 1);
    margin: 4px 0;
    border-radius: 10px;
}

.icon-hamburger span {
    height: 3px;
    width: 30px;
    background: #ffffff;
    position: relative;
    display: block;
    transition: all 0.2s cubic-bezier(.215, .61, .355, 1);
    margin: 4px 0;
    border-radius: 10px;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #82B47C;
    width: 100%;
    height: calc(100vh - 0px);
    margin: 0;
    overflow: auto;
    /* overflow: hidden; */
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    padding-left: 0;
    transform: translateY(100%);
    padding-top: 150px;
    padding-bottom: 130px;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: auto;
}

.test {
    background: transparent;
    width: 100%;
    height: calc(100% - 65px);
    position: fixed;
    top: -15px;
    z-index: -1;
    display: none;
}
}

@media (max-width: 768px) {
  .test {
      background: #000000;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      z-index: -1;
      display: block;
  }
}

/* .test:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-image: url('/svg/texture__mp02.svg')!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    filter: invert(1);
    opacity: .1;
} */

.menu-open header {
    height: 100%!important;
}

.menu-open .header__content {
    width: 100%!important;
    height: 100%!important;
    background: #ea8132ed;
    z-index: 999;
    position: relative;
}

a.header__logo {
    position: fixed;
    top: 0;
    left: 25px;
}
@media (max-width: 1190px) {
  a.header__logo {
    position: fixed;
    top: 0;
    left:  15px;
  }
}

.scroll-down .header__logo {
  position: fixed;
  top: 0;
  left: 25px;
  z-index: 999999;
  /* display: none; */
}
@media (max-width: 1190px) {
  .scroll-down .header__logo {
    position: fixed;
    top: 0;
    left:  15px;
  }
}

.menu-open .header__logo {
  position: fixed;
  top: 0;
  left: 15px;
  z-index: 999999;
  opacity: 1;
  display: flex;
  filter: none;
  /* background: #fff; */
  height: 120px;
  width: 100px;
  /* border: 1px solid red; */
}

.menu li a:hover {
    color: #ea8132;
    opacity: 1;
}

.tabs.indicazioni ul li {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    min-width: 20%;
    height: 50px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs.indicazioni input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
.tabs.indicazioni input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label,
.tabs.indicazioni input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label,
.tabs.indicazioni input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label,
.tabs.indicazioni input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label,
.tabs.indicazioni input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
    cursor: default;
    color: #ffffff;
    background: #ea813240;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding: 0 25px;
    /* max-width: 250px!important; */
}

.tabs.indicazioni input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tabs.indicazioni input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label,
.tabs.indicazioni input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label,
.tabs.indicazioni input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label,
.tabs.indicazioni input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    border-radius: 0;
}

.tabs.indicazioni input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
}



li[title="Auto"] {
    font-size: 0;
    background-image: url('/svg/i-car.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}

li[title="Pullman"] {
    font-size: 0;
    background-image: url('/svg/i-bus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}

li[title="Treno"] {
    font-size: 0;
    background-image: url('/svg/i-treno.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}

li[title="Aereo"] {
    font-size: 0;
    background-image: url('/svg/i-aereo03.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}


li[title="Mare"] {
    font-size: 0;
    background-image: url('/svg/i-mare.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.single a.header__logo.optional,
.page a.header__logo.optional,
.page-template-home a.header__logo.optional,
.page-template-contatti-de a.header__logo.optional
{
  display: none;
}

/* .page-template-prenota-de a.header__logo.default,
.page-template-contatti-de a.header__logo.default,
.page-template-chi-siamo-de a.header__logo.defaul,
.page-template-come-raggiunbgerci-de a.header__logo.default,

.page-template-prenota-en a.header__logo.default,
.page-template-contatti-en a.header__logo.default,
.page-template-chi-siamo-en a.header__logo.defaul,
.page-template-come-raggiunbgerci-en a.header__logo.default,

.page-template-prenota a.header__logo.default,
.page-template-contatti a.header__logo.default,
.page-template-chi-siamo a.header__logo.default,
.page-template-menu  a.header__logo.default {
  display: none;
} */

/* .page-template-prenota-de a.header__logo.optional,
.page-template-contatti-de a.header__logo.optional,
.page-template-chi-siamo-de a.header__logo.optional,
.page-template-come-raggiunbgerci-de a.header__logo.optional,

.page-template-prenota-en a.header__logo.optional,
.page-template-contatti-en a.header__logo.optional,
.page-template-chi-siamo-en a.header__logo.optional,
.page-template-come-raggiunbgerci-en a.header__logo.optional,

.page-template-prenota a.header__logo.optional,
.page-template-contatti a.header__logo.optional,
.page-template-chi-siamo a.header__logo.optional,
.page-template-menu a.header__logo.optional {
  display: block;
} */


.page-template-prenota-de.scroll-down  a.header__logo.optional,
.page-template-chi-siamo-de.scroll-down  a.header__logo.optional,
.page-template-come-raggiunbgerci-de.scroll-down  a.header__logo.optional,

.page-template-prenota-en.scroll-down  a.header__logo.optional,
.page-template-chi-siamo-en.scroll-down  a.header__logo.optional,
.page-template-come-raggiunbgerci-en.scroll-down  a.header__logo.optional,

.page-template-prenota.scroll-down a.header__logo.optional,
.page-template-chi-siamo.scroll-down a.header__logo.optional,
.page-template-menu.scroll-down a.header__logo.optional {
  display: none!important;
}


.page-template-prenota-de.menu-open .header__logo.default,
.page-template-contatti-de.menu-open .header__logo.default,
.page-template-chi-siamo-de.menu-open .header__logo.defaul,
.page-template-come-raggiunbgerci-de.menu-open .header__logo.default,

.page-template-prenota-en.menu-open .header__logo.default,
.page-template-contatti-en.menu-open .header__logo.default,
.page-template-chi-siamo-en.menu-open .header__logo.defaul,
.page-template-come-raggiunbgerci-en.menu-open .header__logo.default,

.page-template-prenota.menu-open .header__logo.default,
.page-template-contatti.menu-open .header__logo.default,
.page-template-chi-siamo.menu-open .header__logo.default,
.page-template-menu.menu-open .header__logo.default {
  position: fixed;
  top: 0;
  left: 15px;
  z-index: 999999;
  opacity: 1;
  display: none!important;
}


.page-template-prenota-de.menu-open .header__logo.optional,
.page-template-contatti-de.menu-open .header__logo.optional,
.page-template-chi-siamo-de.menu-open .header__logo.optional,
.page-template-come-raggiunbgerci-de.menu-open .header__logo.optional,

.page-template-prenota-en.menu-open .header__logo.optional,
.page-template-contatti-en.menu-open .header__logo.optional,
.page-template-chi-siamo-en.menu-open .header__logo.optional,
.page-template-come-raggiunbgerci-en.menu-open .header__logo.optional,

.page-template-prenota.menu-open .header__logo.optional,
.page-template-contatti.menu-open .header__logo.optional,
.page-template-chi-siamo.menu-open .header__logo.optional,
.page-template-menu.menu-open .header__logo.optional {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 999999;
  opacity: 1;
  /* display: none!important; */
}

li#menu-item-209:before {
  display: block;
}


ul#wpforms-835-field_10,
ul#wpforms-838-field_10,
ul#wpforms-7-field_10 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpforms-container .wpforms-list-inline .wpforms-image-choices-classic li {
    margin: 0!important;
}

/* .current-menu-item a {
    background: transparent;
    color: #ea8132!important;
    opacity: 1!important;
    padding-left: 40px!important;
    border-radius: 0;
}
 */


.hero-title, .page-title {
    font-size: 3.6rem;
    line-height: 95%;
    text-transform: uppercase;
    /* margin-block-end: 16px; */
}

.container__rotate {
    position: relative;
    /* border: 1px solid red; */
    width: auto;
    height: 220px!important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
    left: 0;
}

.content__rotate {
    position: relative;
    /* border: 1px solid red; */
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.available {
    width: 200px;
    height: 200px;
    position: absolute;
    top: auto;
    right: unset;
    opacity: 1;
}

img.c5t {
    position: absolute;
    /* width: 150px; */
    width: 35px;
    opacity: 1;
    transform: scale(1);
    animation: pulse-love 1s linear infinite;
}

.page-template-home-en .img__overlay:after,
.page-template-home-de .img__overlay:after,
.page-template-home .img__overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 85px);
    background-image: url('/svg/texture__mp02.svg')!important;
    background-repeat: no-repeat!important;
    background-position: center left!important;
    background-size: contain!important;
    /* background: rgb(0,55,99); */
    background: -moz-linear-gradient(180deg, rgba(0,55,99,1) 0%, rgba(0,55,99,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,55,99,1) 0%, rgba(0,55,99,0) 100%);
    background: linear-gradient(180deg, rgba(0,55,99,1) 0%, rgba(0,55,99,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea8132",endColorstr="#ea8132",GradientType=1);
    opacity: .08;
    z-index: 1;
    /* filter: invert(1); */
    /* background-blend-mode: multiply; */
    /* border: 5px solid red!important; */
}

.tabs.indicazioni {
  padding-bottom: 0;
}

}
/*  =====  */
/*  768    */
/*  =====  */


.arpa-widget[data-format=v-extended] .meteo-icon {
   animation: pulse-love 3s linear infinite;
}

@keyframes pulse {
    from {
        transform: scale(.9);
    }
    to {
        transform: scale(1.1);
    }
}

.arpa-widget[data-color=transparent] {
    background-color: transparent;
    border: 1px solid #fff;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    position: absolute;
    right: -1px;
    z-index: 9;
    color: #fff;
}

.arpa-widget .tool-body {
    position: relative;
    height: 60px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.arpa-widget[data-format=v-extended] .meteo-icon {
    position: static;
    display: block;
    height: 80px;
    margin: 0;
    max-height: none;
    max-width: none;
    /* filter: invert(1); */
    margin-bottom: 25px;
}

.boxed--meteo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 50vh;
    padding: 50px 0;
}

.boxed--meteo .arpa-widget[data-color=transparent] {
    background-color: transparent;
    border: 0;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    position: relative;
    right: -1px;
    z-index: 9;
    color: #000;
}

.boxed--meteo .arpa-widget[data-format=v-extended] .meteo-icon {
    position: static;
    display: block;
    height: 80px;
    margin: 0;
    max-height: none;
    max-width: none;
    filter: invert(1);
    margin-bottom: 25px;
}

img.maree__img {
    width: 180px;
    margin: 0 auto;
}


.arpa-meteo .arpa-widget {
    background-color: transparent;
    border: 1px solid #ea8132;
    position: relative;
    z-index: 9;
    color: #000;
}


.col-100.meteo {
    background: #ccc;
    background: #E0D5BA;
    color: #ea8132;
}

.meteo__info {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
  .meteo__info {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
}

.meteo__link {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
  .meteo__link {
      padding-left: 0;
      display: flex;
      flex-direction: column;
  }
}


.boxed--news {
    max-width: 1400px;
    margin: 0 auto;
    margin-top:  50px;
}
@media (max-width: 768px) {
  .boxed--news {
      max-width: 1400px;
      margin: 0 auto;
      margin-top: 0;
      padding: 25px;
  }
}

.box-news {
    background: #ea813247;
    padding: 25px 50px;
    border-radius: 5px;
    color: #ea8132;
    position: relative;
}
@media (max-width: 768px) {
  .box-news {
      background: #ea813247;
      padding: 25px;
      border-radius: 5px;
      color: #ea8132;
      position: relative;
  }
}

img.info__img {
    width: 25px;
    width: 31px;
    height: 31px;
    background: transparent;
    position: relative;
    /* top: -85px; */
    /* left: 30px; */
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(/svg/i-info-text.svg); */
    background-size: 30px!important;
    font-size: 0;
    border: 2px solid #1c3661;
    border-radius: 50%;
}

span.day__week {
    display: inline-flex;
    min-width: 60px;
}

.page-template-contatti .footer__contact,
.page-template-contatti-de .footer__contact,
.page-template-contatti-en .footer__contact {
    display: none;
}

.footer__contact-page {
  margin: 50px 0;
}

.distanze__km {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 768px) {
  .distanze__km {
    width: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
}

.location__item {
    width: 150px;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 25px;
    margin-bottom: 25px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;

}
@media (max-width: 768px) {
  .location__item {
      width: 100%!important;
      min-width: 120px;
      height: auto;
      display: flex;
      flex-direction: column;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-right: 25px;
      align-items: center;
      justify-content: space-between;
      padding: 5px;
  }
}


.location__item-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #256b6a;
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px;
    min-height: 60px;
}

.location__item-label p {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25rem!important;
    line-height: 90%;
    margin: 0!important;
}
@media (max-width: 768px) {
  .location__item-label p {
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1rem!important;
      line-height: 90%;
      margin: 0!important;
  }
}

.location__item-distanza {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.location__item-distanza p {
    font-size: 2.5rem!important;
    margin: 0!important;
    font-weight: bold;
}

.location__item-distanza span {
    position: relative;
    top: -10px;
    font-size: 18px;
}

.via-terra .location__item-label {
    background: #ea8132;
}

.richiesta__inviata {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}
@media (max-width: 768px) {
  .richiesta__inviata {
      margin: 0 auto;
      width: 100%;
      max-width: 1400px;
      padding: 0 15px;
}
}


.offerta_link {
    position: absolute;
    bottom: 15px;
}

/* ====================== */
/* START BLOG */
/* ====================== */
.page-template-blog .img__news {
  background-size: 50px!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
}

.page-template-blog .container__icon-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    /* margin-bottom: 50px; */
    position: relative;
    z-index: 99;
}

.page-template-blog .page__link a:after {
    top: 7.5px;
    right: 0;
}

.page-template-blog .content_icon-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #ff8a00;
    /* border: 10px solid #ff3d46; */
    border-radius: 50%;
    /* border-top-left-radius: 5px; */
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 0 40px #00000015;
}

.page-template-blog .intro-text {
  padding-top: 25px;
  padding-bottom: 50px;
}

.page-template-blog .container__percorso {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 99;
    padding: 0 100px;
}
@media (max-width: 768px) {
  .page-template-blog .container__percorso {
      padding: 0 25px;
  }
}

.page-template-blog .container__percorso p {
    font-size: 16px;
    text-align: left;
    padding-left: 0;
    position: relative;
    color: #000;
    z-index: 99;
}

.page-template-blog span.sep__percorso {
    position: relative;
    top: -7px;
    color: #000;
    margin: 0 8px;
}

.page-template-blog.container__percorso a {
    color: #000;
    opacity: 0.8;
}

.page-template-blog .container__percorso a:hover {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page-template-blog .container__news {
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid red; */
    width: 100%;
    justify-content: flex-start;
}

.page-template-blog .container__news article {
    width: 22.5%;
    padding: 30px;
    padding-top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    font-size: 16px!important;
    margin: 0;
    margin-bottom: 3.33333333%;
    border-radius: 5px;
    border: 2px solid #dadada;
    border-radius: 25px;
    padding: 15px;
    padding-bottom: 90px;
    min-height: 580px;
}
@media screen and (min-width: 769px) and (max-width: 1580px) {
  .page-template-blog .container__news article {
      width: 48%;
      border: 1px solid greenyellow;
      border: 1px solid #222222;
      padding: 30px;
      padding-top: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: scale(1);
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #fff;
      font-size: 16px!important;
      margin: 0;
      margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .page-template-blog .container__news article {
      width: 100%;
      border: 1px solid greenyellow;
      border: 1px solid #222222;
      padding: 15px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: scale(1);
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #fff;
      font-size: 16px!important;
      margin: 0;
      margin-bottom: 50px;
      padding-bottom: 90px;
      min-height: auto;
  }
}


.page-template-blog .container__news article:nth-child(4n + 1) {
    /* background: red; */
    margin-left: 0;
    margin-right: 1.66666667%;
}
@media screen and (min-width: 769px) and (max-width: 1580px) {
  .page-template-blog .container__news article:nth-child(4n + 1) {
      /* background: yellow; */
      margin-left: 0;
      margin-right: 2%;
  }
}

.page-template-blog .container__news article:nth-child(4n + 2) {
    /* background: yellow; */
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
}
@media screen and (min-width: 769px) and (max-width: 1580px) {
  .page-template-blog .container__news article:nth-child(4n + 2) {
      /* background: yellow; */
      margin-left: 2%;
      margin-right: 0;
  }
}

.page-template-blog .container__news article:nth-child(4n + 3) {
    /* background: green; */
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
}
@media screen and (min-width: 769px) and (max-width: 1580px) {
  .page-template-blog .container__news article:nth-child(4n + 3) {
      /* background: green; */
      margin-left: 0;
      margin-right: 2%;
  }
}

.page-template-blog .container__news article:nth-child(4n + 4) {
    /* background: blue; */
    margin-left: 1.66666667%;
    margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1580px) {
  .page-template-blog .container__news article:nth-child(4n + 4) {
      /* background: blue; */
      margin-left: 2%;
      margin-right: 0;
  }
}

@media (max-width: 768px) {
  .page-template-blog .container__news article:nth-child(4n + 1),
  .page-template-blog .container__news article:nth-child(4n + 2),
  .page-template-blog .container__news article:nth-child(4n + 3),
  .page-template-blog .container__news article:nth-child(4n + 4) {
      /* background: blue; */
      margin-left: 0;
      margin-right: 0;
  }
}

.page-template-blog .container__news .container__news .page__link a {
    min-width: 100%;
    padding-left: 0;
    box-shadow: none;
}

.page-template-blog .img__news {
    background-image: url('https://3servicefvg.com/svg/icon-archive.svg')!important;
}

.container__news h1 {
    color: #000;
    font-size: 2rem;
    line-height: 100%;
}
/* ====================== */
/* END BLOG */
/* ====================== */



/* ====================== */
/* START CURRENT */
/* ====================== */
.page-template-in-corso .img__news {
  background-size: 50px!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
}

.page-template-in-corso .container__icon-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    /* margin-bottom: 50px; */
    position: relative;
    z-index: 99;
}

.page-template-in-corso .page__link a:after {
    top: 7.5px;
    right: 0;
}

.page-template-in-corso .content_icon-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #ff8a00;
    /* border: 10px solid #ff3d46; */
    border-radius: 50%;
    /* border-top-left-radius: 5px; */
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 0 40px #00000015;
}

.page-template-in-corso .intro-text {
  padding-top: 25px;
  padding-bottom: 50px;
}

.page-template-in-corso .container__percorso {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 99;
    padding: 0 100px;
}
@media (max-width: 768px) {
  .page-template-in-corso .container__percorso {
      padding: 0 25px;
  }
}

.page-template-in-corso .container__percorso p {
    font-size: 16px;
    text-align: left;
    padding-left: 0;
    position: relative;
    color: #000;
    z-index: 99;
}

.page-template-in-corso span.sep__percorso {
    position: relative;
    top: -7px;
    color: #000;
    margin: 0 8px;
}

.page-template-in-corso.container__percorso a {
    color: #000;
    opacity: 0.8;
}

.page-template-in-corso .container__percorso a:hover {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page-template-in-corso .container__news {
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid red; */
    width: 100%;
    justify-content: flex-start;
}

.page-template-in-corso .container__news article {
    width: 22.5%;
    padding: 30px;
    padding-top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    font-size: 16px!important;
    margin: 0;
    margin-bottom: 3.33333333%;
    border-radius: 5px;
    border: 2px solid #dadada;
    border-radius: 25px;
    padding: 15px;
    min-height: 580px;
}
@media screen and (min-width: 769px) and (max-width: 1580px) {
  .page-template-in-corso .container__news article {
      width: 48%;
      border: 1px solid greenyellow;
      border: 1px solid #222222;
      padding: 30px;
      padding-top: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: scale(1);
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #fff;
      font-size: 16px!important;
      margin: 0;
      margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .page-template-in-corso .container__news article {
      width: 100%;
      border: 1px solid greenyellow;
      border: 1px solid #222222;
      padding: 15px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: scale(1);
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #fff;
      font-size: 16px!important;
      margin: 0;
      margin-bottom: 50px;
      padding-bottom: 90px;
      min-height: auto;
  }
}


.page-template-in-corso .container__news article:nth-child(4n + 1) {
    /* background: red; */
    margin-left: 0;
    margin-right: 1.66666667%;
}
@media screen and (min-width: 769px) and (max-width: 1580px) {
  .page-template-in-corso .container__news article:nth-child(4n + 1) {
      /* background: yellow; */
      margin-left: 0;
      margin-right: 2%;
  }
}

.page-template-in-corso .container__news article:nth-child(4n + 2) {
    /* background: yellow; */
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
}
@media screen and (min-width: 769px) and (max-width: 1580px) {
  .page-template-in-corso .container__news article:nth-child(4n + 2) {
      /* background: yellow; */
      margin-left: 2%;
      margin-right: 0;
  }
}

.page-template-in-corso .container__news article:nth-child(4n + 3) {
    /* background: green; */
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
}
@media screen and (min-width: 769px) and (max-width: 1580px) {
  .page-template-in-corso .container__news article:nth-child(4n + 3) {
      /* background: green; */
      margin-left: 0;
      margin-right: 2%;
  }
}

.page-template-in-corso .container__news article:nth-child(4n + 4) {
    /* background: blue; */
    margin-left: 1.66666667%;
    margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1580px) {
  .page-template-in-corso .container__news article:nth-child(4n + 4) {
      /* background: blue; */
      margin-left: 2%;
      margin-right: 0;
  }
}

@media (max-width: 768px) {
  .page-template-in-corso .container__news article:nth-child(4n + 1),
  .page-template-in-corso .container__news article:nth-child(4n + 2),
  .page-template-in-corso .container__news article:nth-child(4n + 3),
  .page-template-in-corso .container__news article:nth-child(4n + 4) {
      /* background: blue; */
      margin-left: 0;
      margin-right: 0;
  }
}

.page-template-in-corso .container__news .container__news .page__link a {
    min-width: 100%;
    padding-left: 0;
    box-shadow: none;
}

.page-template-in-corso .img__news {
    background-image: url('https://3servicefvg.com/svg/icon-archive.svg')!important;
}
/* ====================== */
/* END CURRENT */
/* ====================== */



.intro h2 {
    font-weight: normal;
    max-width: 60%;
    line-height: 120%;
    font-size: 1.8rem;
}
@media (max-width: 768px) {
  .intro h2 {
      font-weight: normal;
      max-width: 100%;
      line-height: 100%;
      font-size: 2rem;
  }
}

.contatti__azienda {
  position: relative;
  overflow: hidden;
}

.page-template-contatti .section__subtitle {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    font-weight: 300;
    margin-top: 0;
}
@media (max-width: 768px) {
  .page-template-contatti .section__subtitle {
      display: flex;
      flex-direction: column-reverse;
      align-items: stretch;
      justify-content: space-between;
      font-weight: 300;
      margin-top: 0;
  }
}

.page-template-contatti .section__subtitle__left {
    width: 50%;
    padding-right: 80px;
}

.page-template-contatti .section__subtitle__right {
    width: 50%;
    padding: 0;
    /* background: #992D79; */
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
  .page-template-contatti .section__subtitle__left,
  .page-template-contatti .section__subtitle__right {
      width: 100%;
      padding: 0;
      display: flex;
      align-items: center;
  }
}

@media (max-width: 768px) {
  .contatti__azienda {
      padding: 0;
  }
}

@media (max-width: 768px) {
  div#wpforms-243 {
      width: 100%;
  }
}


.contatti__azienda p,
.contatti__azienda a,
.contatti__azienda a:active,
.contatti__azienda a:hover {
    color: #000;
    font-size: 1.5rem!important;
    line-height: 2.25rem;
    margin: 0;
    font-weight: 300!important;
    position: relative;
    padding-left: 35px;
    filter: sepia(1);
}
@media (max-width: 768px) {
  .contatti__azienda p,
  .contatti__azienda a,
  .contatti__azienda a:active,
  .contatti__azienda a:hover {
      color: #000;
      font-size: 1rem!important;
      line-height: 1.25rem;
      margin: 0;
      font-weight: 300!important;
  }
}

p.azienda_denominazione {
    font-weight: bold!important;
    margin-bottom: 10px;
    padding: 0;
}

.contatti__azienda {
  position: relative;
  overflow: hidden;
}


.azienda_indirizzo,
.azienda_tel,
.azienda_email {
    position: relative;
    padding-left: 40px;
    min-height: 35px;
    display: flex;
    align-items: center;
    padding-left: 35px;
    font-weight: normal!important;
}

.azienda_indirizzo:before,
.azienda_tel:before,
.azienda_email:before {
    content: '';
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 0;
    /* filter: invert(1); */
}

.contatti__azienda .azienda_indirizzo:before,
.contatti__azienda .azienda_tel:before,
.contatti__azienda .azienda_email:before {
    content: '';
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 0;
}

.azienda_indirizzo:before {
    background-image: url('/svg/i-location.svg');
}

.azienda_tel:before {
    background-image: url('/svg/i-call.svg');
}

.azienda_email:before {
    background-image: url('/svg/i-mail.svg');
}


img.azienda__logo-img {
    width: 280px;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
  img.azienda__logo-img {
      width: 170px;
      margin-bottom: 0;
      padding-left: 15px;
  }
}

.map-container {
    overflow: hidden;
    height: 450px;
    display: block;
}

.map-iframe {
    height: calc(100% + 4px);
    min-width: calc(100% + 4px);
    margin: -2px;
    background-color: #e5e3df;
}

/* WP FORMS */
button#wpforms-submit-23528,
button#wpforms-submit-24710 {
    display: flex;
    width: 100%;
    max-width: 250px;
    height: 60px;
    border-radius: 3px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #ea8132!important;
    transition: all .25s ease-in-out;
    margin-top: 0;
    z-index: 10;
    position: relative;
    bottom: 0;
    border-bottom-left-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
}

button#wpforms-submit-23528:after,
button#wpforms-submit-24710:after {
    background-image: url('/svg/i-freccia-destra-bianco.svg');
}

button#wpforms-submit-23528:after,
button#wpforms-submit-24710:after {
    content: '';
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
    margin-left: 20px;
}

button#wpforms-submit-23528:hover:after,
button#wpforms-submit-24710:hover:after
 {
    transform: translateX(5px);
    border: 0;
    position: initial;
}

form#wpforms-form-23528 ul#wpforms-23528-field_5 {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
  form#wpforms-form-23528 ul#wpforms-23528-field_5 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }
}

form#wpforms-form-23528 ul#wpforms-23528-field_5 li {
  align-items: center!important;
}

form#wpforms-form-23528 label.wpforms-field-label-inline {
    color: #fff!important;
    font-weight: bold!important;
}


form#wpforms-form-23528 input#wpforms-23528-field_5_1:before,
form#wpforms-form-23528 input#wpforms-23528-field_5_2:before {
    border-width: 0!important;
    border-style: var(--wpforms-field-border-style);
    border-color: var(--wpforms-field-border-color);
    background-color: var(--wpforms-field-background-color);
    background-clip: padding-box;
    background-image: none;
    border-radius: 50%!important;
}

.page-template-contatti form#wpforms-form-23528 input#wpforms-23528-field_5_1:before,
.page-template-contatti form#wpforms-form-23528 input#wpforms-23528-field_5_2:before {
    border: 2px solid #000!important;
}

form#wpforms-form-23528 input#wpforms-23528-field_5_1:checked:after {
    border: 0;
    border-top: none;
    border-right: none;
    height: calc( var(--wpforms-field-size-checkbox-size ) * 0.6);
    border-left: 0;
    border-bottom: 0;
    background-color: transparent;
    transform: scale(0.8) rotate(-45deg);
    left: 2px!important;
    top: auto!important;
    border: 0;
    border-radius: 50%;
    background: #8BC34A;
}

form#wpforms-form-23528 input#wpforms-23528-field_5_2:checked:after {
    border: 0;
    border-top: none;
    border-right: none;
    height: calc( var(--wpforms-field-size-checkbox-size ) * 0.6);
    border-left: 0;
    border-bottom: 0;
    background-color: transparent;
    transform: scale(0.8) rotate(-45deg);
    left: 2px!important;
    top: calc( -3px + var(--wpforms-field-border-size, 1px ));
    border: 0;
    border-radius: 50%;
    background: #d52a1d;
}

div#wpforms-23528-field_5-container {
  min-height: auto;
  border: 0;
  border-radius: 5px;
  padding: 0;
}

em.wpforms-error {
    background: #fff!important;
    /* padding: 5px 15px!important; */
    border-radius: 3px!important;
    border: 1px dashed #fff;
    height: 43px!important;
    display: flex!important;
    align-items: center;
    padding-left: 0;
    font-weight: bold!important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error:before,
div.wpforms-container-full .wpforms-form em.wpforms-error:before {
    width: 25px!important;
    height: 25px!important;
    -webkit-mask-image: url('/svg/i-alert.svg')!important;
    mask-image: url('/svg/i-alert.svg')!important;
    left: 0;
    margin-right: 10px;
}

div.wpforms-container-full input[type=checkbox]:focus:before,
div.wpforms-container-full input[type=radio]:focus:before {
    border-width: var(--wpforms-field-border-size, 0);
    border-style: solid;
    border-color: var(--wpforms-button-background-color);
    box-shadow: none!important;
    outline: none;
}


.page-template-contatti form#wpforms-form-23528 label.wpforms-field-label-inline {
    color: #000!important;
    font-weight: bold!important;
    padding: 0;
}

div.wpforms-container-full input[type=checkbox],
div.wpforms-container-full input[type=radio] {
    position: relative;
    display: inline-block;
    background: none;
    height: 50px!important;
    width: 50px!important;
    margin: 0;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    opacity: 1;
    appearance: none;
    display: flex!important;
    align-items: center!important;
    justify-content: flex-start!important;
}

div.wpforms-container-full input[type=checkbox]:before,
div.wpforms-container-full input[type=checkbox]:after,
div.wpforms-container-full input[type=radio]:before,
div.wpforms-container-full input[type=radio]:after {
    content: '';
    position: absolute;
    left: auto!important;
    top: auto!important;
    width: 25px!important;
    height: 25px!important;
    box-sizing: content-box;
    cursor: pointer;
}

.disclamier p {
    position: relative;
    padding-left: 50px;
    line-height: 105%;
    color: #656565;
}

.disclamier p:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    opacity: 1;
    background-size: 40px;
    background-image: url('/svg/i-info-text-tooltip.svg');
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #ea8132;
    border-radius: 50%;
}

.section__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-radius: 15px;
}

.cta {
    border-radius: 10px;
    padding: 100px;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: relative;
}
@media screen and (max-width: 768px) {
  .cta {
      border-radius: 0;
      padding: 100px 50px;
      display: flex;
      flex-direction: column;
      color: #fff;
      position: relative;
  }
}

.cta__link {
    margin-top: 25px;
}

.cta__link a{
    position: relative;
    width: auto;
    max-width: 180px;
    display: flex;
    height: 60px;
    border-radius: 3px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #ea8132;
    font-family: 'Fredoka';
    background-color: #fff;
    transition: all .25s ease-in-out;
    margin-top: 0;
    z-index: 10;
    position: relative;
    bottom: 0;
    border-bottom-left-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
}

.cta__link .arrow-r:after {
    background-image: url('/svg/i-freccia-destra-rosso.svg')!important;
}

.cta__link .arrow-r:hover:after {
    transform: translateX(5px);
}

span.pub-date {
    height: 150px;
    left: 15px;
    width: 35px;
    background: #ea8132;
    position: absolute;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.content__date {
    transform: rotate(-90deg);
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.date__giorno {
    margin: 5px;
}

.date__anno {
    margin: 5px;
}



/* ATTIVITA */
.page-template-in-corso article,
.page-template-blog article {
  position: relative;
}

.page__link {
    position: absolute;
    bottom: 15px;
}

.page-template-in-corso .page__link a,
.page-template-blog article .page__link a {
    display: flex;
    width: 100%;
    height: 60px;
    border-radius: 3px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: 'Fredoka';
    background-color: #000000;
    transition: all .25s ease-in-out;
    margin-top: 0;
    z-index: 10;
    position: relative;
    bottom: 0;
    border-bottom-left-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
}

.page-template-in-corso article .arrow-r:after,
.page-template-blog article .arrow-r:after {
    background-image: url('/svg/i-freccia-destra-bianco.svg');
}

.page-template-in-corso .arrow-r:hover:after,
.page-template-blog article .arrow-r:hover:after {
    transform: translateX(5px);
}

.page-template-in-corso article a.img__link,
.page-template-blog article a.img__link {
    width: 100%;
    min-height: 300px;
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 15px;
}

.single-attivita h3.subltitle:after {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 80px;
    height: 6px;
    background: #ea8132;
    left: calc(50% - 40px);
    display: none!important;
}

a.button__back.underline-l.long-word {
    position: relative;
    padding-left: 25px;
    width: auto;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

a.button__back.underline-l.long-word:before,
a.button__back.underline-l.long-word:before {
    content: '';
    background-size: 20px;
    background-image: url('/svg/i-freccia-destra-rosso.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 100%;
    transform: rotate(180deg);
    filter: opacity(0.5);
}

.page-template-in-corso .section__title a,
.page-template-blog .section__title a {
    font-weight: normal;
    position: relative;
}

.page-template-in-corso a.button__back.underline-l.long-word:after,
.page-template-blog a.button__back.underline-l.long-word:after {
    content: '';
    width: 0;
    height: 3px;
    background: #7a2260;
    display: block;
    position: absolute;
    border-radius: 5px;
    bottom: 4px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.button__back.underline-l:hover::after,
a.button__back.underline-l:hover::after {
    width: 100%;
}

a.button__back.underline-l:after {
    content: '';
    width: 0;
    height: 2px;
    background: #7a2260;
    display: block;
    position: absolute;
    border-radius: 5px;
    bottom: 4px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.button__back.underline-l.long-word:after {
    content: '';
    width: 0;
    height: 2px;
    background: #ea8132;
    display: block;
    position: absolute;
    border-radius: 5px;
    bottom: 8px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 768px) {
  a.button__back.underline-l:after,
  a.button__back.underline-l.long-word:after {
      display: none;
  }
}

a.button__back.underline-l:hover::after {
    width: 100%;
}

/* p.cursive {
    font-size: 1rem!important;
    letter-spacing: 5px;
    color: #bcbcbc;
    margin: 10px;
    padding-left: 25px;
} */

/* ! PAGINATION */
a.prev.page-numbers {
    font-size: 0;0
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background-color: #000;
    background-image: url('/svg/blog-arrow-left.svg');
    background-position: center;
    background-size: 35px;
    background-repeat: no-repeat;
    color: #fff;
}

a.next.page-numbers {
  font-size: 0;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  background-color: #000;
  background-image: url('/svg/blog-arrow-right.svg');
  background-position: center;
  background-size: 35px;
  background-repeat: no-repeat;
  color: #fff;
}

a.page-numbers {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

span.page-numbers.current {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ea8132;
    color: #fff;
    font-weight: bold;
    transform: scale(1.10);
    box-shadow: 0 0 20px #00000030;
    border: 0;
    z-index: 9999;
}

article.item--offerta.sezione-fissa {
    background: #ea8132;
    min-height: 537px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 768px) {
  article.item--offerta.sezione-fissa {
      display: none;
  }
}

article.item--offerta.sezione-fissa .offerta__cover-content,
article.item--offerta.sezione-fissa .offerta_link {
    opacity: 0;
    height: 0;
}

article.item--offerta.sezione-fissa h3 {
    color: #fff;
}

.cta-home {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
  .cta-home {
      padding: 0 15px;
      margin: 0;
  }
}

.cta-home a {
    display: flex;
    width: auto;
    height: 60px;
    border-radius: 3px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: 'Fredoka';
    background-color: #000000;
    transition: all .25sease-in-out;
    margin-top: 0;
    z-index: 10;
    position: relative;
    bottom: 0;
    border-bottom-left-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
}


.cta-home .arrow-r:after {
    background-image: url('/svg/i-freccia-destra-bianco.svg');
}

.cta-home .arrow-r:hover:after {
    transform: translateX(5px);
}

.col-100.grid.boxed.slogan img {
    border-radius: 25px;
}

.col-100.grid.boxed.slogan {
  position: relative;
}

.col-100.grid.boxed.slogan:after {
    width: 250px;
    height: 250px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -50px;
    background-color: #ffffff;
    background-image: url('/svg/tcu__logo-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: 3px solid #000;
    border-radius: 25px;
    padding: 25px;
    background-size: 180px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 20px #00000017;
    border-radius: 15px;
}

@media (max-width: 768px) {
  .col-100.grid.boxed.slogan:after {
      width: 120px;
      height: 120px;
      content: '';
      position: absolute;
      left: unset;
      right: 15px;
      bottom: -50px;
      background-image: url('/svg/tcu__logo-negativo.svg');
      background-repeat: no-repeat;
      background-position: right;
      border: 3px solid #000;
      background-color: #000;
      border-radius: 25px;
      padding: 25px;
      background-size: 90%;
  }
}


.dec__home-01 {
  position: absolute;
  right: 20%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 20px #00000017;
  border-radius: 15px;
  width: 120px;
  height: 120px;
  top: 20%;
  background-image: url('/svg/i-mask-theatre.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  /* filter: invert(1); */
}

.dec__home-02 {
  position: absolute;
  right: 30%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 20px #00000017;
  border-radius: 15px;
  width: 120px;
  height: 120px;
  top: 35%;
  background-image: url('/svg/i-spotlight.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  /* filter: invert(1); */
}

blockquote.atf--img {
  margin: 0;
  padding: 0;
  border: 0;
}

blockquote {
  font-weight: 200;
  /* font-style: italic; */
  margin: 0.25em 0;
  padding: 0px 80px;
  line-height: 1% !important;
  position: relative;
  border-left: 0;
  background-image: url('/svg/i-quote-tcu.svg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50px;
}
@media (max-width: 768px) {
  blockquote {
    font-weight: 200;
    /* font-style: italic; */
    margin: 0.25em 0;
    padding: 0px 80px;
    padding-right: 0;
    line-height: 1% !important;
    position: relative;
    border-left: 0;
    background-image: url('/svg/i-quote-tcu.svg')
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 50px;
  }
}

blockquote h2 {
  font-weight: bold !important;
  max-width: 60%;
  line-height: 100% !important;
  color: #ea8132;
  font-style: normal;
}

@media (max-width: 768px) {
  blockquote h2 {
      font-weight: bold!important;
      max-width: 100%;
      line-height: 100%!important;
      color: #ea8132;
      font-size: 2rem;
  }
}


.container--marquee {
  padding: 0!important;
  background: #000;
}

.marquee-text {
  overflow: clip;
  border-top: 1px solid #000;
  /* border-bottom: 1px solid #000; */
  padding: 100px 0;
  /* margin-top: 70px; */
}
@media (max-width: 768px) {
  .marquee-text {
    overflow: clip;
    border-top: 1px solid #000;
    /* border-bottom: 1px solid #000; */
    padding: 25px 0;
    /* margin-top: 70px; */
  }
}


.marquee-text-track {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  gap: 30px;
  width: max-content;
  animation: marquee-move-text var(--speed, 100s) linear infinite var(
      --direction,
      forwards
    );
}

@media (max-width: 768px) {
  .marquee-text-track {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    gap: 30px;
    width: max-content;
    animation: marquee-move-text var(--speed, 50s) linear infinite var(
        --direction,
        forwards
      );
  }
}

.marquee-text p {
  /* border: 2px solid #05a376; */
  background-color: #000;
  border-radius: 999px;
  padding: 1rem 2.5rem;
  /* color: #05a376; */
  color: #fff;
  font-size: 5vw!important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  width: auto!important;
}
@media screen and (max-width: 768px) {
  .marquee-text p {
    /* border: 2px solid #05a376; */
    background-color: #000;
    border-radius: 999px;
    padding: 1rem 2.5rem;
    /* color: #05a376; */
    color: #fff;
    font-size: 1.2rem!important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
  }
}

@keyframes marquee-move-text {
  to {
    transform: translateX(-50%);
  }
}


.fadeout-horizontal {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, white 80px, white calc(100% - var(--fade-distance, 80px)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, white 80px, white calc(100% - var(--fade-distance, 80px)), transparent 100%);
}

.anteprima-eventi {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 170px);
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: self-end;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .anteprima-eventi {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 800px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.anteprima-eventi:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgb(0, 55, 99);
  background: -moz-linear-gradient(360deg, #ea8132 10%, rgba(0, 55, 99, 0) 100%);
  background: -webkit-linear-gradient(360deg, #ea8132 10%, rgba(0, 55, 99, 0) 100%);
  background: linear-gradient(360deg, #ea8132 10%, rgba(0, 55, 99, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003763",endColorstr="#003763",GradientType=1);
  opacity: 1;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .anteprima-eventi:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    background: rgb(0, 55, 99);
    background: -moz-linear-gradient(360deg, #ea8132 50%, rgba(0, 55, 99, 0) 100%);
    background: -webkit-linear-gradient(360deg, #ea8132 50%, rgba(0, 55, 99, 0) 100%);
    background: linear-gradient(360deg, #ea8132 50%, rgba(0, 55, 99, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003763",endColorstr="#003763",GradientType=1);
    opacity: 1;
    z-index: 9;
  }
}

.anteprima--content {
  width: 100%;
  height: auto;
  position: relative;
  padding: 25px;
  z-index: 99;
}

.anteprima--stato {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

span.evento__stato.in-corso {
  border-radius: 5px;
  background: transparent;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* border: 2px solid; */
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
}

span.evento__stato.in-corso:before {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  width: 25px;
  height: 25px;
  display: block;
  border: 4px solid rgb(5 163 118);
  /* background: white; */
  border-radius: 50%;
  animation: status-pulse-in-corso 1s infinite;
}

span.evento__stato.da-disputare {
  border-radius: 5px;
  background: transparent;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* border: 2px solid; */
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
span.evento__stato.da-disputare:before {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  width: 25px;
  height: 25px;
  display: block;
  border: 4px solid #FFC107;
  /* background: white; */
  border-radius: 50%;
  animation: status-pulse-in-arrivo 1s infinite;
}

span.evento__stato.conclusa {
  border-radius: 5px;
  background: transparent;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* border: 2px solid; */
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
span.evento__stato.conclusa:before {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  width: 25px;
  height: 25px;
  display: block;
  border: 4px solid #F44336;
  /* background: white; */
  border-radius: 50%;
  /* animation: status-pulse 1s infinite; */
}

@keyframes status-pulse-in-corso
{
  0% {
    box-shadow: 0 0 0 0px rgba(5, 163, 118, 0.5);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(5, 163, 118, 0);
  }
}

@keyframes status-pulse-in-arrivo
{
  0% {
    box-shadow: 0 0 0 0px #ff9800;
  }
  100% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

.anteprima--container {
  width: 100%;
  height: auto;
  position: relative;
  padding: 25px;
  z-index: 99;
  border: 1px solid red;
  display: block;
  flex-direction: column;
}

.anteprima--content {
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 25px;
  padding-left: 100px;
  z-index: 99;
  /* border-top: 1px solid #fff; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .anteprima--content {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    z-index: 99;
    /* border-top: 1px solid #fff; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

.anteprima--content h3 {
  color: #fff;
  font-size: 5vw;
  line-height: 90%;
  margin: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .anteprima--content h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 100%;
    margin: 0;
  }
}

p.anteprima--location,
p.anteprima--date {
  color: #fff;
  padding-left: 45px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  p.anteprima--location,
  p.anteprima--date {
    color: #fff;
    padding-left: 35px;
    margin: 10px 0;
  }
}

p.anteprima--location {
  font-size: 1.4rem !important;
  background-image: url('/svg/i-location-bianco.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left;
  margin-top: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  p.anteprima--location {
    font-size: 1rem !important;
    background-image: url('/svg/i-location-bianco.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left;
    margin-top: 25px;
    margin-bottom: 0;
  }
}

p.anteprima--date {
  font-size: 1.8rem !important;
  line-height: 100%;
  background-image: url('/svg/i-calendario-bianco.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  p.anteprima--date {
    font-size: 1.4rem !important;
    line-height: 100%;
    background-image: url('/svg/i-calendario-bianco.svg');
    background-repeat: no-repeat;
    background-position: left 1px;
    background-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
  }
}

.container__flexible-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px;
  /* border: 1px solid green; */
  background: #00;
}
@media screen and (max-width: 768px) {
  .container__flexible-content {
    padding: 0;
  }
}

.container__rotate {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
}

.content__rotate {
  position: relative;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.scopri-palio {
  width: 150px;
  width: 50px;
  opacity: 1;
  border-radius: 50%;
  border: 0;
  animation: pulse-love 1s linear infinite;
}

a.link__palio {
  background: transparent;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  transition: all .25s ease-in-out;
}

.cariche--content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

article.item__carica {
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 15px 0;
}

article.item__carica:nth-child(2) {
  border-top: 1px solid #000 !important;
}

.item__carica-img {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-right: 25px;
}

.item__carica-flex {
  display: flex;
  align-items: flex-start;
}

.item__carica-nome {
  font-size: 2rem;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}

.item__carica-ruolo {
  font-size: 1rem;
  line-height: 100%;
  font-weight: normal;
}

.palio23 .menu-tema__img:before {
  background: #f99d9b!important;
}

.palio24 .menu-tema__img:before {
  background: #7393ba!important;
}

.palio24 .menu-tema__img:before {
  background: #7393ba!important;
}

.palio22 .menu-tema__img:before {
  background: #6d6d6d!important;
}

.palio21 .menu-tema__img:before {
  background: #caa55f!important;
}

.palio20 .menu-tema__img:before {
  background: #a8dd44!important;
}


.mestieri1 .menu-tema__img:before {
  background: #edc536!important;
}

.mestieri2 .menu-tema__img:before {
  background: #a179c4!important;
}

.mestieri3 .menu-tema__img:before {
  background: #dd6666!important;
}

.mestieri4 .menu-tema__img:before {
  background: #568ebf!important;
}

.content__edizioni {
  display: block;
  width: 100%;
}

.edizioni__cover-content {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

article.item--edizioni {
  border: 2px solid #dadada;
  border-radius: 25px;
  padding: 15px;
  padding-bottom: 95px;
  min-height: 400px;
}

article.item--edizioni {
  position: relative;
}

article.item--edizioni h3 {
  font-size: 9rem;
  line-height: 90%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

article.item--edizioni p {
  font-size: 0.85rem !important;
  line-height: 90%;
  text-transform: uppercase;
}

.edizioni__cover {
  padding: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edizioni_link {
  position: absolute;
  bottom: 15px;
}

article.item--edizioni .edizioni_link a {
  display: flex;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: 'Fredoka';
  background-color: #000;
  transition: all .25s ease-in-out;
  margin-top: 0;
  z-index: 10;
  position: relative;
  bottom: 0;
  border-bottom-left-radius: 12.5px;
  border-bottom-right-radius: 12.5px;
}

article.item--edizioni .edizioni_link .arrow-r:after {
    background-image: url('/svg/i-freccia-destra-bianco.svg');
}

.menu-item__edizione {
  padding-left: 15px;
}

.menu-item__edizione h3 {
  font-size: 12rem;
  font-weight: 600;
  margin-top: -50px;
}

.menu-item__edizione p {
  font-size: 2rem;
  font-weight: 600;
}

.intro .dec__home-01,
.intro .dec__home-02 {
  display: none;
}

.swiper.SwiperEdizioni {
    padding: 100px 0;
}

.swiper.SwiperPartners {
  padding: 100px 0;
  padding-bottom: 50px;
}

.item__carica-text {
    width: calc(100% - 105px);
    display: flex;
    flex-direction: column;
    /* border: 1px solid; */
}

a.arrow-r.fade-in.section__link02 {
    position: relative;
    border: 1px solid #000;
    padding: 10px;
    margin-top: 15px;
    width: 150px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    background-size: 20px;
    background-image: url('/svg/down-right-arrow.svg');
}

.cta--content {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}

.cta-newsletter .section__link01 {
  display: flex;
  width: auto;
  height: 60px;
  border-radius: 3px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: 'Fredoka';
  background-color: #000000;
  transition: all .25sease -in-out;
  margin-top: 0;
  z-index: 10;
  position: relative;
  bottom: 0;
  border-bottom-left-radius: 12.5px;
  border-bottom-right-radius: 12.5px;
}

.cta-newsletter .arrow-r:after {
  background-image: url('/svg/i-freccia-destra-rosso.svg');
}

.item__comunicato-img {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 0;
  margin-right: 15px;
  background-size: 30px;
  background-image: url('/svg/i-comunicati.svg');
}

.item__comunicato-text {
  width: calc(100% - 65px);
  display: flex;
  flex-direction: column;
  /* border: 1px solid; */
}
@media screen and (max-width: 768px) {
  .item__comunicato-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* border: 1px solid; */
  }
}


.item__comunicato-data {
  font-size: 1rem;
  line-height: 100%;
  font-weight: normal;
  /* background: #ccc; */
  width: auto;
  /* display: block; */
  margin-top: 4px;
  margin-bottom: 10px;
}

.item__comunicato-data span {
  background: #e3e2e2;
  border-radius: 5px;
  padding: 2px 5px;
}

@media screen and (max-width: 768px) {
  .item__comunicato-img {
    display: none;
  }
}

.cariche,
.comunicati,
.trasparenza,
.trasparenza-old {
  padding: 0;
}

.trasparenza-old {
  opacity: .5;
}

.container--cariche,
.container--comunicati,
.container--trasparenza {
  padding-bottom: 0;
}

article.item__carica:last-child {
  border-bottom: 0;
}

.page-id-24 article.item__carica:last-child {
  border-bottom: 1px solid #000;
}


@media screen and (min-width: 1191px) {
  .current-menu-parent {
    border: 2px solid #ea8132;
    border-radius: 0;
    padding: 0 !important;
    padding-right: 10px !important;
  }
}

.current-menu-item a {
  color: #ea8132!important;
  opacity: 1!important;
  border-radius: 5px;
  background: #fff;
  /* border-left: 20px solid #ea8132; */
}
@media screen and (max-width: 1190px) {
  .current-menu-item a {
    color: #ea8132!important;
    opacity: 1!important;
    border-radius: 0;
    background: transparent;
    /* border-left: 20px solid #ea8132; */
  }
}


@media screen and (min-width: 1191px) {
  li#menu-item-34.current-menu-item a,
  li#menu-item-23921.current-menu-item a,
  li#menu-item-23941.current-menu-item a {
      border: 2px solid #ea8132!important;
      border-radius: 0;
      /* padding: 0 !important; */
      /* padding-right: 10px !important; */
  }
}

@media screen and (min-width: 1191px) {
  li#menu-item-123.current-menu-item a {
      border: 0!important;
      background-color: #ea8132!important;
      /* padding-right: 10px !important; */
  }
}

.rotate-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  width: 250px;
  height: 250px;;
  border: 1px solid red;
}

.circle-container {
  position: relative;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
}

@keyframes circle-rotate {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.circle-container text {
  animation: circle-rotate 35s linear infinite;
  transform-origin: 50% 50%;
  fill: #fff;
  font-size: 1.08rem!important;
  font-family: 'Fredoka';
  text-transform: uppercase;
  font-weight: bold;
  /* text-align: center; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  letter-spacing: 1px!important;
}

.image-circle-container {
  position: absolute;
  left: auto;
  top: auto;
  width: 60px;
  height: 60px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.image-circle-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: pulse-love 1s linear infinite;
}

/* SLIDER IMG */
.SwiperGallery {
  height: 500px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .SwiperGallery {
    height: 280px;
  }
}



.slider-container {
  width: 100%;
  margin: 0 auto;
  /* border: 1px solid red; */
  display: block;
}

.container__img-slide>img {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
  -webkit-transition: opacity .3scubic-bezier(.57,.24,.39,.88);
  transition: opacity .3scubic-bezier(.57,.24,.39,.88);
  opacity: 0;
  /* min-height: 680px; */
}

img.wh {
  height: auto;
  width: 100%;
  opacity: 1;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  img.wh {
    height: auto;
    width: 100%;
    opacity: 1;
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
  }
}

.bk__hover .cover__img-slide,
.bk__hover:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .3s;
  transition: .3s
}

.bk__hover:after {
  content: "";
  display: block;
  -webkit-transform: translate3d(-50%,-50%,1px) scale(0);
  transform: translate3d(-50%,-50%,1px) scale(0);
  background-color: #ea8132;
  /* background-color: #000; */
  mix-blend-mode: multiply;
  /* filter: grayscale(1); */
  z-index: 1
}


.bk__hover:after {
  content: "";
  display: block;
  -webkit-transform: translate3d(-50%,-50%,1px) scale(0);
  transform: translate3d(-50%,-50%,1px) scale(0);
  background-color: #ea8132;
  /* background-color: #000; */
  mix-blend-mode: multiply;
  /* filter: grayscale(1); */
  z-index: 1
}

/* .palio24 .bk__hover:after {
  background-color: #7393ba!important;
} */


.bk__hover .cover__img-slide {
  -webkit-transform: translate3d(-50%,-50%,1px);
  transform: translate3d(-50%,-50%,1px);
  opacity: 0;
  pointer-events: none;
  z-index: 2
}

.bk__hover .cover__img-slide .img-slide__link {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 100%;
}

.bk__hover:hover .cover__img-slide {
  -webkit-transition: .3s .15s;
  transition: .3s .15s
}

.bk__hover:hover .cover__img-slide,
.bk__hover:hover:after {
  -webkit-transform: translate3d(-50%,-50%,1px) scale(1);
  transform: translate3d(-50%,-50%,1px) scale(1);
  opacity: 1;
  pointer-events: auto
}

.bk__hover:hover {
  text-decoration: none
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.img-slide__link.center_div svg {
  position: absolute;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  filter: invert(1);
}
@media screen and (max-width: 768px) {
  .img-slide__link.center_div svg {
    position: absolute;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
  }
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 5px!important;
  line-height: 100%!important;
  font-weight: bold!important;
  font-family: 'Fredoka'!important;
}

.glightbox-clean .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: 'Fredoka'!important;
  line-height: 100%!important;
}

.item__importro {
  margin-top: 10px;
}

.item__importro span {
  font-size: 1.2rem;
  margin-top: 5px;
  color: #2c5100;
  /* font-weight: bold; */
  background: #8BC34A;
  border-radius: 5px;
  padding: 2px 5px;
}

.item__erogante {
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.item__trasparenza-text {
  width: calc(100% - 65px);
  display: flex;
  flex-direction: column;
  /* border: 1px solid; */
}
@media screen and (max-width: 768px) {
  .item__trasparenza-text {
      width: calc(100% - 45px);
      display: flex;
      flex-direction: column;
      /* border: 1px solid; */
  }
}

.item__causale {
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: bold;
}

.item__trasparenza-img {
  display: flex;
  width: 50px;
  height: auto;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 0;
  margin-right: 15px;
  background-size: 50px;
  background-image: url('/svg/i-erogazioni.svg');
}
@media screen and (max-width: 768px) {
  .item__trasparenza-img {
    display: flex;
    width: 30px;
    height: auto;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 0;
    margin-right: 15px;
    background-size: 30px;
    background-image: url('/svg/i-erogazioni.svg');
  }
}

.item__carica-mandato {
  color: #ea8132;
  text-transform: uppercase;
  font-size: .8rem;
  margin-top: 5px;
}

.page-id-24 .anteprima--stato,
.page-id-24 p.anteprima--location,
.page-id-23258 .anteprima--stato,
.page-id-23258 p.anteprima--location {
  display: none;
}

.page-id-24 p.anteprima--date {
  font-size: 3vw !important;
  line-height: 100%;
  background-image: none!important;
  margin-top: 10px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page-id-24 p.anteprima--date {
    font-size: 1.4rem!important;
    line-height: 100%;
    background-image: none!important;
    margin-top: 10px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-id-23258 .anteprima-eventi,
  .page-id-24 .anteprima-eventi {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: auto;
      min-height: 400px;
      position: relative;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
  }
}

span.item--organi {
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  background-image: url('/svg/down-right-arrow.svg');
  padding-left: 25px;
}



/* SINGLE MESTIERI */
.single-mestieri .mestieri {
  padding: 15px!important;
}
@media (max-width: 768px) {
  .single-mestieri .mestieri {
    padding: 0!important;
  }
}

.single-mestieri .edizione--location {
  font-size: 1.4rem !important;
  line-height: 100%;
  min-height: 30px;
  background-image: url('/svg/i-location-black.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 0 0;
  margin-top: 25px;
  margin-bottom: 5px;
  padding-left: 40px;
}

.single-mestieri .edizione--date {
  font-size: 1.8rem !important;
  line-height: 100%;
  background-image: url('/svg/i-calendario-nero.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .single-mestieri .section__title {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      text-align: left;
      padding: 0;
  }
}


/* SINGLE PALIO */
.single-palio .palio {
  padding: 15px !important;
}
@media (max-width: 768px) {
  .single-palio .palio {
    padding: 0!important;
  }
}

.single-palio .edizione--location {
  font-size: 1.4rem !important;
  line-height: 100%;
  min-height: 30px;
  background-image: url('/svg/i-location-black.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 0 0;
  margin-top: 25px;
  margin-bottom: 5px;
  padding-left: 40px;
}

.single-palio .edizione--date {
  font-size: 1.8rem !important;
  line-height: 100%;
  background-image: url('/svg/i-calendario-nero.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .single-palio .section__title {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      text-align: left;
      padding: 0;
  }
}


/* SINGLE ALTRI PROGETTI */
.single-altri-progetti .altri-progetti {
  padding: 15px !important;
}
@media (max-width: 768px) {
  .single-altri-progetti .altri-progetti {
    padding: 0!important;
  }
}

.single-altri-progetti .edizione--location {
  font-size: 1.4rem !important;
  line-height: 100%;
  min-height: 30px;
  background-image: url('/svg/i-location-black.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 0 0;
  margin-top: 25px;
  margin-bottom: 5px;
  padding-left: 40px;
}

.single-altri-progetti .edizione--date {
  font-size: 1.8rem !important;
  line-height: 100%;
  background-image: url('/svg/i-calendario-nero.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .single-altri-progetti .section__title {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      text-align: left;
      padding: 0;
  }
}

@media (max-width: 768px) {
  .single-altri-progetti .menu-item__edizione h3 {
    font-size: 5rem;
    margin-top: -25px;
  }
}


/* SINGLE COMUNICATI STAMPA */
.single-comunicati-stampa .comunicati-stampa {
  padding: 15px !important;
}
@media (max-width: 768px) {
  .single-comunicati-stampa .comunicati-stampa {
    padding: 0!important;
  }
}

@media (max-width: 768px) {
  .single-comunicati-stampa .section__title {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      text-align: left;
      padding: 0;
  }
}




@media (max-width: 768px) {
  p.cursive {
      font-size: .8rem !important;
      /* font-family: "Satisfy", cursive; */
      color: #ea8132;
      margin: 10px;
      text-align: left;
  }
}

article.item--partner {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 5px;
  min-height: 140px;
  position: relative;
}

.partner__cover {
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.partner__cover p {
  font-size: 15px !important;
  text-transform: uppercase;
  line-height: 100%;
}

p.tipo--partner span {
  border: 1px solid #000;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}

article.item--partner.partenariato {
  background: #fff;
}

article.item--partner.sostegno {
  background: #fff;
}


@media (max-width: 1190px) {
  footer p.cursive {
      font-size: 1rem !important;
      /* font-family: "Satisfy", cursive; */
      color: #000;
      margin: 0;
      text-align: left;
      margin-bottom: 15px!important;
  }
}

@media (max-width: 1190px) {
  .footer__social {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 25px;
  }
}

@media (max-width: 1190px) {
  footer.boxed-mobile {
    padding: 0;
  }
}

@media (max-width: 1190px) {
  footer.boxed-mobile .social {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  footer .section__title {
      padding: 0;
  }
}

@media (max-width: 768px) {
  .page-template-contatti .spacer__extra-small_m,
  .page-template-contatti .spacer {
      height: 150px;
      border: 1px solid red;
      width: 100%;
      display: none!important;
  }
}

@media (max-width: 1199px) {
  footer.pt-3.pb-3.boxed {
    padding: 15px;
  }
}

.section__edizioni {
  padding: 15px !important;
}
@media (max-width: 768px) {
  .section__edizioni {
  padding: 0 !important;
  }
}


.menu-item__partner .container__flexible-page {
    padding: 0;
}


@media (max-width: 768px) {
  .container__flexible-content.container--cta,
  .col-100.grid.boxed.intro,
  .col-100.grid.boxed.slogan {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .col-100.grid.boxed.slogan img {
      border-radius: 25px;
      margin-top: 100px;
      width: 100%;
      max-width: 100%;
  }
}

@media (max-width: 768px) {
  .dec__home-01 {
    position: absolute;
    right: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 20px #00000017;
    border-radius: 15px;
    width: 120px;
    height: 120px;
    top: 185px;
    background-image: url('/svg/i-mask-theatre.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    /* filter: invert(1); */
    z-index: 999;
  }
}

@media (max-width: 768px) {
  .dec__home-02 {
    position: absolute;
    right: 150px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 20px #00000017;
    border-radius: 15px;
    width: 120px;
    height: 120px;
    top: 225px;
    background-image: url('/svg/i-spotlight.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    /* filter: invert(1); */
    z-index: 99;
  }
}


@media (max-width: 768px) {
  .col-100.grid.boxed.slogan:after {
    width: 180px;
    height: 180px;
    content: '';
    position: absolute;
    left: 0px;
    right: unset;
    bottom: -50px;
    background-image: url('/svg/tcu__logo-3.svg');
    background-repeat: no-repeat;
    background-position: left;
    border: 3px solid #000;
    background-color: #000;
    border-radius: 15px;
    border-top-left-radius: 0;
    padding: 25px;
    background-size: 80%;
    filter: invert(1);
  }
}

blockquote.atf--img {
  background-image: none;
}

.footer__contact {
  /* border: 1px solid red; */
  padding: 0 15px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .footer__contact {
    /* border: 1px solid red; */
    padding: 0;
  }
}

.footer__azienda {
  padding: 0;
}

.footer__contact .cursive {
  width: 100%;
  display: flex;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

.footer__menu p {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}

.footer__menu ul {
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
}

.footer__menu ul li {

}

.footer__menu ul li a {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.footer__menu a.button__back.underline-l {
  position: relative;
  padding-left: 0;
  font-size: 16px;
  z-index: 9;
}

.footer__menu a.button__back.underline-l:before {
  display: none;
}

.footer__menu a.button__back.underline-l:after {
  content: '';
  width: 0;
  height: 22px;
  background: #ea8132;
  display: block;
  position: absolute;
  bottom: -2px;
  left: -3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.footer__menu a.button__back.underline-l:hover::after {
  width: calc(100% + 6px);
}


.gallery__note {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  border-top: 1px solid #000;
}

.container__copyright-foto {
  width: 150px;
  padding-top: 15px;
  /* border: 1px solid red; */
  display: flex;
  margin: 0;
}

img.foto--copyright {
  width: 150px;
  height: auto;
  margin-left: 0;
  display: block;
}

.page-id-23888 p.anteprima--location {
  font-size: 1.4rem !important;
  background-image: url('/svg/i-archivio-bianco.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left;
  margin-top: 25px;
  margin-bottom: 0;
}

.page-template-contatti footer.pt-3.pb-3.boxed {
  padding: 0;
}

.concerti__note {
  background: #ededed;
  border-radius: 5px;
  padding: 25px;
  padding-top: 60px;
  position: relative;
}

.concerti__note:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 25px;
  left: 25px;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('https://dev-emmekweb.it/svg/i-info-box.svg');
  background-size: 30px !important;
}

.concerti__note p {
  font-size: 1rem !important;
  line-height: 110%;
  color: #000000c2;
}

.page-id-23751 .concerti__note,
.page-id-23861 .concerti__note,
.page-id-23888 .concerti__note,

.postid-23750 .concerti__note,
.postid-23799 .concerti__note,
.postid-23800 .concerti__note,
.postid-23801 .concerti__note,
.postid-23802 .concerti__note
{
  display: none;
}

.single-comunicati-stampa .menu-tema__img:before {
  background: #ea8132;
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 40px;
}

.comunicato__data {
  display: flex;
}

.single-comunicati-stampa .menu-item__edizione {
  margin-bottom: 25px;
}

.single-comunicati-stampa .menu-item__edizione {
  margin-bottom: 25px;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .single-comunicati-stampa .menu-item__edizione {
    margin-bottom: 25px;
    padding: 0;
  }
}

.comunicato__data p {
  width: auto !important;
  border: 1px solid #000;
  display: block;
  padding: 2px 5px;
  border-radius: 5px;
  background: #000;
  color: #fff;
}

.single-comunicati-stampa .menu-item__edizione p {
  margin: 0;
}


.cta-edizione a {
  display: flex;
  width: auto;
  max-width: max-content;
  height: 60px;
  border-radius: 3px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: 'Fredoka';
  background-color: #000000;
  transition: all .25sease-in-out;
  margin-top: 0;
  z-index: 10;
  position: relative;
  bottom: 0;
  border-bottom-left-radius: 12.5px;
  border-bottom-right-radius: 12.5px;
}

.cta-edizione .arrow-r:after {
  background-image: url('/svg/i-freccia-destra-bianco.svg');
}

.cta-edizione .arrow-r:hover:after {
  transform: translateX(5px);
}


span.label__ore {
    display: inline-flex;
    background: #ea8132;
    border-radius: 4px;
    padding: 0 5px;
    margin: 2px;
    font-weight: bold;
    border: 0;
    color: #fff;
}

.testo-scena--content ul li{
    font-size: 1.25rem;
    width: 100%;
}

.testo-scena--content hr {
    border: none;
    border-bottom: 1px solid #000;
    display: flex;
    width: 100%;
    margin: 25px 0;
}

.incontri_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    width: 100%;
}
@media (max-width: 768px) {
  .incontri_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 10px;
    width: 100%;
  }
}


.incontri_grid--content {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
}


span.label__A,
span.label__B,
span.label__C,
span.label__D,
span.label__E {
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
    border-radius: 50%;
    padding: 5px;
    margin: 2px;
    margin-left: 0;
    font-weight: bold;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

span.label__A {
    background: #CDDC39;
}

span.label__B {
    background: #ffc107;
}

span.label__C {
    background: #7cf0ff;
}

span.label__D {
    background: #ff7fab;
}

span.label__E {
    background: #ccafff;
}

.incontri_grid--line.incontro-data {
    font-weight: bold;
    font-size: 1.5rem;
}

.loghi--partner {
    width: 100%;
    display: flex;
    grid-auto-columns: auto;
    grid-column-gap: 10px;
    align-items: center;
    padding: 25px 0;
}


.loghi--partner img {
    max-width: 280px;
    height: 100px;
}
@media (max-width: 768px) {
    .loghi--partner img {
        max-width: 120px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 768px) {
    img.iosfvg {
        max-width: 80px!important;
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .page-id-24634 .anteprima-eventi {
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        height: auto;
        min-height: 800px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}


.loghi--credits img {
    max-width: 20%;
    height: auto;
    margin-top: 25px;
}
@media screen and (max-width: 768px) {
.loghi--credits img {
    max-width: 40%;
    height: auto;
    margin-top: 25px;
}
}
@media screen and (max-width: 768px) {
.page-id-24634 .anteprima-eventi {
    background-image: url('https://www.teatroclubudine.it/wp-content/uploads/2025/11/dal-testo-alla-scena-01.jpg')!important;
}
}

.box--iscrizione {
    background: #f2f2f2 !important;
    padding: 15px !important;
    border-radius: 10px !important;
}


.footer--background-top {
  background-color: #82B47C;
  padding: 15px;
}

.page-id-23861 .anteprima-eventi:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgb(0, 55, 99);
    background: -moz-linear-gradient(360deg, rgb(255 172 172) 10%, rgb(255 255 255 / 61%) 100%);
    background: -webkit-linear-gradient(360deg, rgb(255 172 172) 10%, rgb(255 255 255 / 61%) 100%);
    background: linear-gradient(360deg, rgb(255 172 172) 10%, rgb(255 255 255 / 61%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003763",endColorstr="#003763",GradientType=1);
    opacity: 1;
    z-index: 9;
}

.page-id-23861 .anteprima--content h3,
.page-id-23861 .anteprima--content p,
.page-id-23861 span.evento__stato.conclusa,
.page-id-23861 span.evento__stato.da-disputare,
.page-id-23861 span.evento__stato.in-corso {
    color: #000000!important;
}

.page-id-23861 p.anteprima--location,
.page-id-23861 p.anteprima--date,
.page-id-23861 img.scopri-palio {
    filter: invert(1);
        color: #fff !important;
}

.page-id-23861 .available {
    filter: invert(0);
}

.single-purcitiamo .menu-tema__img {
    width: 600px !important;
    height: 400px !important;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 20px 0px 40px 0px rgb(0 0 0 / 6%);
    position: relative;
    border: 6px solid #ffacac;
    background-color: #fff;
}

.single-purcitiamo .menu-tema__img:before {
    background: #E1E5E1;
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 40px;
}



.page-id-23751 .anteprima-eventi {
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: calc(100vh - 170px);
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-id-23751 .anteprima-eventi:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgb(0, 55, 99);
  background: -moz-linear-gradient(180deg, rgb(255 255 255) 0%, rgba(0, 55, 99, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(255 255 255) 0%, rgba(0, 55, 99, 0) 100%);
  background: linear-gradient(360deg, #ea8132 10%, #ea813200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003763",endColorstr="#003763",GradientType=1);
  opacity: 1;
  z-index: 9;
}

.page-id-23751 .anteprima--content h3,
.page-id-23751 .anteprima--content p,
.page-id-23751 span.evento__stato.conclusa,
.page-id-23751 span.evento__stato.da-disputare,
.page-id-23751 span.evento__stato.in-corso {
    color: #000000!important;
}

.page-id-23751 p.anteprima--location,
.page-id-23751 p.anteprima--date,
.page-id-23751 img.scopri-palio {
    filter: invert(1);
        color: #fff !important;
}

.page-id-23751 .available {
    filter: invert(0);
}


@media screen and (max-width: 768px) {
  .page-template-home .section__title,
  .page-template-eventi .section__title {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
    .anteprima--content h3 {
        color: #fff;
        font-size: 2rem;
        line-height: 100%;
        margin: 0;
    }
}



.page-template-home .anteprima--content h3,
.page-template-home .anteprima--content p,
.page-template-home span.evento__stato.conclusa,
.page-template-home span.evento__stato.da-disputare,
.page-template-home span.evento__stato.in-corso {
    color: #000000!important;
}

.page-template-home p.anteprima--location,
.page-template-home p.anteprima--date,
.page-template-home img.scopri-palio {
    filter: invert(1);
        color: #fff !important;
}

.page-template-home .available {
    filter: invert(0);
}

.content--notizia img {
    width: 16px;
    height: 16px;
}

.page-id-24 .anteprima-eventi,
.page-id-24 .anteprima-eventi:after
{
    border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .page-id-24 .anteprima-eventi,
  .page-id-24 .anteprima-eventi:after
    {
        border-radius: 25px;
    }
}

.edizioni__cover {
    position: relative;
}

.edizioni__numero-label {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #eb8132;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    line-height: 1.4;
    pointer-events: none;
    z-index: 9999999;
}

.edizioni__cover {
    position: relative;
    height: 300px; /* o l'altezza che usi normalmente */
    overflow: hidden;
    width: 100%;
}

.edizioni__swiper {
    height: 100%;
    z-index: 9999999;
    width: 100%;
    padding: 0;
    margin: 0;
}

.edizioni__swiper .swiper-slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.edizioni__cover-bg {
    width: 100%;
    height: 300px;
}

.SwiperPartners .swiper-pagination-bullet, 
.SwiperEdizioni .swiper-pagination-bullet, 
.SwiperOfferta .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1 !important;
    border: 2px solid #ea8132 !important;
}

.edizioni__titolo {
    margin: 15px 0;
    font-size: 1.25rem !important;
    font-weight: 600;
    line-height: 100% !important;
    text-align: left;
    align-items: center !important;
    justify-content: flex-start !important;
}

.section__concerti.grid.boxed.carousel--partners {
    padding: 0;
    margin-top: 25px !important;
}


@media (max-width: 768px) {
    .single .section__title {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-align: left;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .single a {
        overflow-wrap: break-word;
word-break: break-all;
    }
}


.page-id-23888 .anteprima--stato {
  display: none;
}