/*** bargiornale ***/
/*** bargiornale ***/
/*
@blu: #0079a8;
@giallo: #f9ac2f;
@rosa: #d32e5e;
@arancio: #ff7913;
@ciclamino: #b76ca4;
@senape: #d2b04c;
*/
/*** colori webar ***/
body,
p,
.td-excerpt {
  font-family: Roboto, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.button,
.td-header-row {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.td-block-title {
  font-family: Lobster, sans-serif;
}
.td-module-meta-info,
.entry-crumbs,
.td-tags,
.td-category,
.widget,
.td-sub-footer-container,
.td-post-sub-title,
.td-post-sharing,
.td-footer-instagram-container .td-footer-instagram-title {
  font-family: Roboto, sans-serif;
}
.vc_row.vc_row-o-content-top > .vc_column_container,
.vc_row.vc_row-o-content-middle > .vc_column_container,
.vc_row.vc_row-o-content-bottom > .vc_column_container {
  display: flex;
}
/* toglie spazio bianco in fondo */
#td-outer-wrap {
  margin-bottom: -20px;
}
/*** header ***/
.td-header-style-9 .td-logo-wrap-full {
  padding-top: 10px;
}
.td-header-style-9 .td-logo-wrap-full .td-header-sp-logo {
  max-width: 1068px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  position: relative;
  height: 160px;
}
.td-header-style-9 .td-logo-wrap-full .td-main-logo {
  max-width: 500px;
  float: left;
  margin: 30px 0 0 14px;
}
.td-header-style-9 .td-header-menu-wrap-full {
  clear: both;
}
.td-header-style-9 .td-header-sp-top-widget {
  line-height: 38px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-9 .td-social-icon-wrap .td-icon-font {
    width: 24px;
  }
}
/*** menu ***/
.sf-menu > li {
  border-bottom: solid 1px #fff;
}
.sf-menu > li > a {
  line-height: 38px;
  padding: 0 11px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sf-menu > li > a {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu > li > a {
    font-size: 12px;
    padding: 0 7px;
  }
}
.sf-menu > li > a:after {
  display: none;
  height: 0;
  border-bottom: solid 5px #fff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after {
  display: block;
  width: 20px;
  background: transparent;
}
.td-header-top-menu {
  margin-top: -1px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-top-menu {
    font-size: 13px;
  }
}
.td-header-top-menu .top-header-menu {
  font-size: 0;
}
.td-header-top-menu .top-header-menu li {
  font-size: 14px;
  line-height: 38px;
  position: relative;
  border-top: solid 1px #fff;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-top-menu .top-header-menu li {
    font-size: 12px;
  }
}
.td-header-top-menu .top-header-menu li a {
  padding: 0 11px;
  margin-right: 0;
  line-height: 38px;
  display: block;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-top-menu .top-header-menu li a {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-top-menu .top-header-menu li a {
    padding: 0 7px;
  }
}
.td-header-top-menu .top-header-menu li a:hover:after,
.td-header-top-menu .top-header-menu .current-menu-item > a:after,
.td-header-top-menu .top-header-menu .current-menu-ancestor > a:after,
.td-header-top-menu .top-header-menu .current-category-ancestor > a:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0;
  border-top: solid 5px #fff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.td-header-top-menu .top-header-menu li a:hover:after,
.td-header-top-menu .top-header-menu .current-menu-item > a:after,
.td-header-top-menu .top-header-menu .current-menu-ancestor > a:after,
.td-header-top-menu .top-header-menu .current-category-ancestor > a:after {
  display: block;
  width: 20px;
}
.td-header-sp-top-widget {
  line-height: 38px;
}
.header-login .top-header-menu li a {
  margin-right: 0;
  padding: 0 14px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .header-login .top-header-menu li a {
    font-size: 12px;
    padding: 0 10px;
  }
}
.header-login .top-header-menu li a.td_user_logd_in {
  padding-left: 0;
}
.mfp-content .registrati {
  width: 100%;
  display: block;
  padding: 13px;
  margin-top: 24px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.mfp-content .registrati:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mfp-content .registrati:hover:before {
  opacity: 0.2;
}
.td-header-wrap .td-affix .td-main-menu-logo {
  height: 38px !important;
}
.td-header-wrap .td-affix .td-main-menu-logo a {
  line-height: 38px !important;
}
.td-header-wrap .td-affix .td-main-menu-logo img {
  max-height: 38px !important;
}
.td-header-wrap .td-affix .sf-menu > li > a {
  line-height: 38px !important;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-wrap .td-affix .sf-menu > li > a {
    padding: 0 7px;
    font-size: 11px;
  }
}
.td-header-wrap .td-affix .td-header-top-menu {
  position: relative;
  top: -1px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-wrap .td-affix .td-header-top-menu .top-header-menu li a {
    padding: 0 7px;
    font-size: 11px;
  }
}
.td-header-wrap .td-affix .td-header-sp-top-widget {
  display: none;
}
.td-header-wrap .td-affix .header-login {
  display: none;
}
.td-search-wrap-mob .wpb_button {
  display: block;
  width: 90%;
  margin: 5%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 34px;
}
.pattern {
  background-repeat: repeat;
}
.pattern.pattern-01 {
  background-image: url('../images/pattern_01.png');
}
.pattern.pattern-02 {
  background-image: url('../images/pattern_02.png');
}
.pattern.pattern-03 {
  background-image: url('../images/pattern_03.png');
}
.pattern.pattern-04 {
  background-image: url('../images/pattern_04.png');
}
.pattern.pattern-05 {
  background-image: url('../images/pattern_05.png');
}
.pattern.pattern-06 {
  background-image: url('../images/pattern_06.png');
}
.pattern.pattern-07 {
  background-image: url('../images/pattern_07.png');
}
/*** home page ***/
.home .td_block_86.nocat .td-post-category {
  display: none;
}
.home .wpb_text_column {
  line-height: inherit;
}
.home .apertura .td-block-title {
  font-size: 32px;
  line-height: 26px;
  color: transparent;
  position: relative;
  z-index: 222;
}
.home .apertura .td-block-title a {
  color: #fff;
  display: none;
}
.home .apertura .td-block-title a[href*="spirit"],
.home .apertura .td-block-title a[href*="vino-birra"],
.home .apertura .td-block-title a[href*="caffe"],
.home .apertura .td-block-title a[href*="bevande"],
.home .apertura .td-block-title a[href*="barfood"],
.home .apertura .td-block-title a[href*="arredi-attrezzature"],
.home .apertura .td-block-title a[href*="gestione"] {
  display: inline-block;
}
.home .apertura .td-block-title a:hover {
  text-decoration: none;
}
.home .apertura .td_module_wrap.td_module_86 .entry-title {
  font-size: 18px;
  line-height: 22px;
}
.home .no-link-all .td-block-title-wrap {
  display: none;
}
@media (max-width: 767px) {
  .home .vc_video-bg.vc_hidden-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .mpc-button.abbonati {
    font-size: 15px !important;
  }
}
.apertura .stamp.advrettangolo {
  margin-bottom: 30px;
  height: 250px;
}
@media (min-width: 1140px) {
  .apertura .stamp.advrettangolo {
    min-height: 274px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .apertura .stamp.advrettangolo {
    min-height: 205px;
  }
}
@media (min-width: 768px) {
  .apertura .grid-item--double .td_module_86 {
    display: flex;
    align-items: stretch;
  }
  .apertura .grid-item--double .td_module_86.td_module_wrap {
    padding-bottom: 1px;
  }
  .apertura .grid-item--double .td_module_86 .td-module-image {
    width: 241px;
    margin-right: 30px;
    overflow: hidden;
    /*
				img {
					width: auto;
					max-width: 130%;
					height: auto;
				}
				*/
  }
  .apertura .grid-item--double .td_module_86 .td-module-image .td-module-thumb {
    line-height: 0;
  }
  .apertura .grid-item--double .td_module_86 .td-module-text {
    width: 241px;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.td_block_template_12 .td-block-title {
  font-size: 48px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .td_block_template_12 .td-block-title {
    font-size: 38px;
  }
}
.td_block_template_12 .td-pulldown-category {
  top: 5px;
  border-top: solid 1px #444;
  border-bottom: solid 1px #444;
}
@media (max-width: 767px) {
  .td_block_template_12 .td-pulldown-category {
    border-bottom: none;
    border-top: none;
  }
}
.td-pb-span4 .td_block_template_12 .td-block-title {
  font-size: 38px;
}
.td-pb-span4 .td_block_template_12.td_block_86 .td-block-title {
  font-size: 52px;
}
.td-pb-span4 .td_block_template_12 .td-pulldown-category span {
  display: none;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .duerighe.td_block_template_12 .td-block-title *::first-line {
    color: #333;
  }
}
.td-pb-row .td-pb-row.social-in-home {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .td-pb-row .td-pb-row.social-in-home .td-pb-span6 {
    width: 46%;
    margin: 0 2%;
  }
}
.td-pb-row .td-pb-row.social-in-home a {
  color: #111;
}
.bargiornaletv {
  /*
    @media (max-width: @responsive_p_phone_max) {
        .vc_hidden-xs { display: block !important; }
    }
	*/
}
.bargiornaletv .td_block_9 {
  margin-bottom: 125px;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
@media (max-width: 767px) {
  .bargiornaletv .td_block_9 {
    margin-bottom: 25px;
  }
}
.bargiornaletv .td-block-span6 {
  width: 100%;
}
.bargiornaletv .td_module_8 .entry-title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .bargiornaletv .td_module_8 .entry-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.bargiornaletv h3 > a {
  color: #f3f3f3;
}
.bargiornaletv h3 > a:hover {
  color: #fff;
}
.bargiornaletv .td-post-author-name,
.bargiornaletv .td-post-date {
  color: #f3f3f3;
}
.bargiornaletv .td-post-author-name a,
.bargiornaletv .td-post-date a {
  color: #fff;
}
.bargiornaletv .td-post-sub-title {
  color: #999;
}
.altri-bgtv {
  margin-top: -85px;
}
.altri-bgtv .td_module_6 {
  padding-bottom: 0;
}
.altri-bgtv h3 > a {
  color: #f0f0f0;
}
.altri-bgtv h3 > a:hover {
  color: #fff !important;
}
.altri-bgtv .td_module_wrap:hover .entry-title a {
  color: #fff !important;
}
/*
.le-aziende-informano {
    .td-trending-style2 { background-color: rgba(255,255,255,.7); }
    .td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title { background-color: @viola; }
    .td-next-prev-wrap a:hover { color: @viola; }
}

.td_module_mx1, .td_module_mx2, .td_module_mx3, .td_module_mx4, .td_module_mx5, .td_module_mx6, .td_module_mx7, .td_module_mx8, .td_module_mx9, .td_module_mx10,
.td_module_mx11, .td_module_mx12, .td_module_mx13, .td_module_mx14, .td_module_mx15, .td_module_mx16, .td_module_mx17, .td_module_mx18, .td_module_mx19 {
    .td-module-meta-info .td-post-author-name { color: #ccc; }
}
*/
/*** edicola ***/
@media (max-width: 767px) {
  .ag24-pixelbook {
    margin-bottom: 30px;
  }
}
.ag24-pixelbook .pixelbook {
  padding: 0;
}
.ag24-pixelbook .pixelbook ul {
  display: flex;
  justify-content: space-between;
}
.ag24-pixelbook .pixelbook ul li {
  margin-left: 32px;
  padding: 0;
  width: auto;
}
.ag24-pixelbook .pixelbook ul li:first-child {
  margin-left: 0;
}
.td-pb-span4 .ag24-pixelbook .pixelbook {
  margin-bottom: 10px;
}
.td-pb-span4 .ag24-pixelbook .pixelbook ul li {
  margin-left: 10px;
}
.td-pb-span4 .ag24-pixelbook .pixelbook ul li:first-child {
  margin-left: 0;
}
/*
.td_block_text_with_title {
	.ag24-pixelbook img { margin-bottom: 0; }
	.pixelbook a:hover { text-decoration: none; }
}
.edicola {
	div {
		display: inline-block;
		width: 32.333%;
		padding: 0px 3% 3% 0px;
        @media (min-width: @responsive_p_tablet_min) and (max-width: @responsive_p_tablet_max) {
            margin-right: -2px;
        }
	}
}
.widget.widget_wp_views .block-title {
    a, a:hover { color: #fff; }
}
*/
/*
.social, .td-ss-main-sidebar {
    .widget_rotatingtweets_widget, .td_block_text_with_title {
        background: #eee;
        padding-bottom: 0;
        margin-bottom: 40px;
        .block-title { 
            background: #fff url('@{cartella-immagini}/grigio.png') repeat-x left center; background-size: contain;
            span:before { background-image: url('@{cartella-immagini}/sn_grigio.png'); }
            span:after { background-image: url('@{cartella-immagini}/dx_grigio.png'); }
        }
        .rotatingtweets, .cff-wrapper { margin: 0 24px; }
        .rtw_follow.follow-button { margin: 0 24px 24px 24px; }
    }
}
*/
.td_block_text_with_title #cff .cff-author img {
  margin-bottom: 0;
}
.td_block_text_with_title.twitter p {
  font-size: 13px;
  line-height: 18px;
}
.td_block_text_with_title.twitter img {
  margin-bottom: 0;
}
.cff-likebox {
  margin: 0 0 20px 0;
}
/*** slider *** /
.wpb_revslider_element .tp-caption.Newspaper-Subtitle {
    color: rgba(0,0,0,0) !important;
    a { color: #fff; margin-right: 5px; }
    [title~="Featured"] { display: none; }
}
*/
/*** lista categorie *** /
.td-category-header {
    .td-page-title { text-transform: none; font-family: Montserrat, sans-serif; }
}
.td-pb-span8 .td_module_14 .td-module-thumb {
    overflow: hidden;
}
.td_module_14 .entry-title {
	font-weight: 700;
}
*/
/*** più visti ***/
.td-page-content .piuvisti .td_module_86 {
  width: 332px;
  float: left;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-page-content .piuvisti .td_module_86 {
    width: 304px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-page-content .piuvisti .td_module_86 {
    width: 226px;
  }
}
@media (max-width: 767px) {
  .td-page-content .piuvisti .td_module_86 {
    width: 100%;
  }
}
.td-page-content .piuvisti .td_module_86:nth-child(4n+2) {
  clear: left;
  margin-right: 32px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-page-content .piuvisti .td_module_86:nth-child(4n+2) {
    margin-right: 31px;
  }
}
@media (max-width: 767px) {
  .td-page-content .piuvisti .td_module_86:nth-child(4n+2) {
    margin-right: 0;
    float: none;
  }
}
.td-page-content .piuvisti .td_module_86 .td-excerpt {
  line-height: 21px;
}
.td-main-sidebar .piuvisti .td_module_6 {
  padding-bottom: 15px;
}
.td-main-sidebar .piuvisti .td_module_6 .entry-title {
  font-weight: bold;
}
/*** bartour ***/
ul.bartour li {
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 0 24px;
  margin: 0;
  background: url('../images/bt-bg.gif') no-repeat 2px 2px;
}
ul.bartour li:hover {
  background-color: #f0f0f0;
  cursor: hand;
}
ul.bartour li a {
  display: block;
  color: #666;
}
ul.bartour li.sponsor a {
  color: #d44732;
}
ul.bartour li b {
  font-size: 16px;
  line-height: 20px;
}
ul.bartour li img {
  margin-bottom: 5px;
}
.btour.btcampari ul.bartour li.sponsor {
  background-image: url('../images/bt-campari.gif');
}
.btour.btsurgital ul.bartour li.sponsor {
  background-image: url('../images/bt-surgital.gif');
}
.post .bt .entry-thumbnail {
  width: 20%;
  max-width: 100px;
  float: left;
  margin: 0 2% 2% 0;
}
.post .bt .entry-header {
  margin: 0;
}
.post .bt header .entry-title {
  font-size: 21px;
  line-height: 24px;
}
/*** articolo ***/
.td-post-sub-title {
  color: #666;
  font-weight: 400;
}
.td-post-sub-title.sponsor {
  margin: 0 0 6px 0;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
}
.td-post-content h2 {
  font-size: 22px;
}
.td-post-content h3 {
  font-size: 20px;
}
.td-post-content h4 {
  font-size: 18px;
}
.riservato {
  background: #9eb6b8;
  padding: 20px;
  margin-bottom: 30px;
}
.td-post-content .riservato p a {
  text-decoration: none;
}
h4.accesso-riservato {
  clear: both;
}
.td-module-meta-info {
  font-size: 12px;
}
.entry-crumbs {
  color: #999;
}
.entry-crumbs a {
  color: #999;
}
.entry-crumbs a:hover {
  color: #555;
}
.td-related-title > .td-related-right {
  display: none;
}
/*** injection ***/
.advads-content.grigio {
  clear: both;
  background: #9eb6b8;
  margin: 20px 0;
  padding: 20px;
}
/*** spalla ****/
.button {
  display: block;
  padding: 3px;
  text-align: center;
  text-transform: uppercase;
  border: solid 2px #5f4b8b;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.button span {
  position: relative;
  z-index: 2;
  color: #5f4b8b;
  -webkit-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}
.button:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #5f4b8b;
  -webkit-transition: height 0.35s ease-in-out;
  transition: height 0.35s ease-in-out;
  z-index: 0;
}
.button:hover {
  text-decoration: none;
}
.button:hover span {
  color: #fff !important;
}
.button:hover:before {
  height: 100%;
}
/*** lista webar ***/
.lista-webar.td-pb-row {
  padding: 1px 24px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .lista-webar.td-pb-row {
    padding: 1px 14px;
  }
}
@media (max-width: 767px) {
  .lista-webar.td-pb-row {
    padding: 1px 0;
  }
}
.lista-webar.td-pb-row [class*="td-pb-span"] {
  padding-left: 1px;
  padding-right: 1px;
  height: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lista-webar.td-pb-row [class*="td-pb-span"] {
    height: auto !important;
  }
}
.lista-webar.td-pb-row.primo [class*="td-pb-span"] {
  height: 176px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .lista-webar.td-pb-row.primo [class*="td-pb-span"] {
    height: 163px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .lista-webar.td-pb-row.primo [class*="td-pb-span"] {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .lista-webar.td-pb-row.primo [class*="td-pb-span"] {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .lista-webar.td-pb-row .td-pb-span2 {
    float: left;
    width: 25%;
  }
}
.lista-webar .nero {
  background-color: #333;
  height: 100%;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .lista-webar .nero {
    border-bottom: solid 2px #fff;
  }
}
.lista-webar .nero .linkwebar {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 800px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.lista-webar .logo-webar-lista {
  background: url(../images/webar_480.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  width: 150px;
  height: 57px;
  text-indent: 800px;
  white-space: nowrap;
  margin: 20px 0 5px 10px;
}
@media (max-width: 767px) {
  .lista-webar .logo-webar-lista {
    margin-top: 10px;
  }
}
.lista-webar .numero-webar-lista {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 400px) {
  .lista-webar .numero-webar-lista {
    top: 5px;
    font-size: 18px;
  }
}
.lista-webar .testo-webar-lista {
  display: none;
}
.lista-webar.primo .logo-webar-lista {
  width: 300px;
  height: 113px;
  margin-bottom: 0;
}
@media (max-width: 1018px) {
  .lista-webar.primo .logo-webar-lista {
    width: 150px;
    height: 57px;
  }
}
@media (max-width: 767px) {
  .lista-webar.primo .logo-webar-lista {
    width: 200px;
    height: 76px;
  }
}
.lista-webar.primo .testo-webar-lista {
  display: block;
  margin: 10px;
}
@media (max-width: 1140px) {
  .lista-webar.primo .testo-webar-lista {
    font-size: 13px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .lista-webar.primo .testo-webar-lista {
    margin: 5px 10px;
  }
}
.lista-webar.homepage .nero {
  margin: 0 1px 2px 1px;
}
.lista-webar.homepage .testo-webar-lista {
  display: block;
  font-size: 13px;
  line-height: 14px;
  margin: 5px 10px;
}
.lista-webar.homepage .td-pb-span2 {
  width: 25%;
  height: 58px;
}
.lista-webar.homepage .td-pb-span2 img {
  margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .lista-webar.homepage .logo-webar-lista {
    width: 122px;
    height: 46px;
    margin: 22px 0 0px 10px;
  }
  .lista-webar.homepage .testo-webar-lista {
    margin-top: 0;
  }
  .lista-webar.homepage .numero-webar-lista {
    top: 0px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .lista-webar.homepage.td-pb-row {
    padding: 1px 0;
  }
}
.page-template-default .wpb_text_column .lista-webar :last-child {
  margin-bottom: 0;
}
.td-main-sidebar .lista-webar {
  margin: 0;
}
.td-main-sidebar .lista-webar.td-pb-row {
  padding: 1px;
}
.lista-flip-webar {
  margin-top: 15px;
}
.lista-flip-webar .td-pb-row {
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .lista-flip-webar .td-pb-row {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .lista-flip-webar .td-pb-row {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .lista-flip-webar .td-pb-row .td-pb-span2 {
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 33.33333333%;
  }
  .lista-flip-webar .td-pb-row .td-pb-span2:nth-child(4) {
    clear: both;
  }
}
.td-post-content .link-pagina-webar {
  background: #333;
  color: #fff;
  padding: 0 10px 10px 10px;
  text-align: center;
  line-height: 36px;
}
@media (max-width: 767px) {
  .td-post-content .link-pagina-webar {
    line-height: 21px;
  }
}
.td-post-content .link-pagina-webar a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.td-post-content .link-pagina-webar a:hover {
  text-decoration: none;
}
.td-post-content .link-pagina-webar span {
  display: inline-block;
  background: url(../images/webar_280.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  width: 120px;
  height: 46px;
  text-indent: 800px;
  white-space: nowrap;
  top: 15px;
  position: relative;
}
/*** login - registrazione ***/
.mu_register {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
}
.mu_register label {
  margin: 20px 0 0 0 !important;
}
.mu_register form {
  margin-top: 0 !important;
}
#signup-content {
  background: #fff;
}
#signup-content .wp-activate-container {
  padding: 50px;
}
#signup-content .wp-activate-container h2 {
  margin-top: 0;
}
#loginform {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0 20px;
}
#loginform:after {
  content: '';
  display: block;
  clear: both;
}
#loginform .login-remember {
  width: 50%;
  float: left;
  margin-top: 6px;
}
#loginform .login-submit {
  width: 50%;
  float: left;
  text-align: right;
}
.mfp-content .td-login-panel-descr {
  margin-bottom: 40px;
}
#td-mobile-nav #loginform {
  margin-bottom: 10px;
}
#td-mobile-nav #loginform label {
  position: initial;
}
#td-mobile-nav #loginform .login-submit {
  width: 100%;
  float: none;
  text-align: center;
}
#td-mobile-nav #loginform .login-submit input[type=submit] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
}
/* google re-captcha */
.g-recaptcha {
  margin-bottom: 10px;
}
.mu_register .g-recaptcha {
  margin-top: 20px;
  margin-left: -14px;
}
.td-page-content .mu_register .g-recaptcha {
  margin-left: 0;
}
/*** footer ***/
.td-footer-bottom-full .block-title {
  display: none;
}
.td-footer-wrapper .block-title a:before,
.td-footer-wrapper .block-title span:before,
.td-footer-wrapper .block-title label:before,
.td-footer-wrapper .block-title a:after,
.td-footer-wrapper .block-title span:after,
.td-footer-wrapper .block-title label:after {
  display: none;
}
.td-footer-template-3 .footer-logo-wrap {
  padding-top: 0;
  margin-bottom: 5px;
  max-width: 300px;
}
@media (max-width: 767px) {
  .td-footer-template-3 .footer-logo-wrap {
    margin: 0 auto 5px auto;
  }
}
.td-footer-template-3 ul {
  margin-top: 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  .td-footer-template-3 .td-footer-info,
  .td-footer-template-3 .widget {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .td-sub-footer-container .td-pb-span5.td-sub-footer-copy {
    float: none;
    width: 100%;
  }
  .td-sub-footer-container .td-pb-span7.td-sub-footer-menu {
    float: none;
    width: 100%;
  }
  .td-sub-footer-container .td-pb-span7.td-sub-footer-menu .td-subfooter-menu {
    float: none;
  }
  .td-sub-footer-container .td-pb-span7.td-sub-footer-menu .td-subfooter-menu li a:hover {
    color: #fff;
  }
}
.unic {
  height: 0;
}
.modal.is-active .unic {
  height: auto;
}
/*** banner ***/
/*
.td-a-rec { 
	width: 100%;
	height: auto;
	img, object { 
		width: 100%;
		height: auto;
	}
}
*/
#sas_66522 {
  max-width: 990px;
  max-height: 40px;
  margin: 0 auto;
  padding: 5px 0;
}
#sas_66509,
#sas_66736 {
  margin: 0;
  float: right;
  height: 1px;
  width: 1px;
}
#sas_66509 .td-a-rec,
#sas_66736 .td-a-rec {
  max-height: 1px;
  overflow: hidden;
  display: block;
}
#sas_66507,
#sas_66519,
#sas_66682,
#sas_66682_2 {
  max-width: 728px;
  max-height: 90px;
  margin: 0 auto;
}
.td-a-rec-id-sidebar,
.td-a-rec-id-custom_ad_1,
.td-a-rec-id-custom_ad_2,
.td-a-rec-id-custom_ad_3,
.td-a-rec-id-custom_ad_4,
.td-a-rec-id-custom_ad_5 {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 1019px) {
  .td-a-rec-id-sidebar,
  .td-a-rec-id-custom_ad_1,
  .td-a-rec-id-custom_ad_2,
  .td-a-rec-id-custom_ad_3,
  .td-a-rec-id-custom_ad_4,
  .td-a-rec-id-custom_ad_5 {
    max-width: 324px;
  }
  .td-a-rec-id-sidebar div,
  .td-a-rec-id-custom_ad_1 div,
  .td-a-rec-id-custom_ad_2 div,
  .td-a-rec-id-custom_ad_3 div,
  .td-a-rec-id-custom_ad_4 div,
  .td-a-rec-id-custom_ad_5 div {
    padding: 12px;
    background: #eee;
  }
  .td-a-rec-id-sidebar div div,
  .td-a-rec-id-custom_ad_1 div div,
  .td-a-rec-id-custom_ad_2 div div,
  .td-a-rec-id-custom_ad_3 div div,
  .td-a-rec-id-custom_ad_4 div div,
  .td-a-rec-id-custom_ad_5 div div {
    padding: 0;
    background: none;
  }
  .td-a-rec-id-sidebar div:empty,
  .td-a-rec-id-custom_ad_1 div:empty,
  .td-a-rec-id-custom_ad_2 div:empty,
  .td-a-rec-id-custom_ad_3 div:empty,
  .td-a-rec-id-custom_ad_4 div:empty,
  .td-a-rec-id-custom_ad_5 div:empty {
    padding: 0;
    background: none;
  }
}
#sas_66523 {
  max-width: 300px;
  margin: 0 auto 48px auto;
}
@media (min-width: 1019px) {
  #sas_66523 {
    max-width: 324px;
    padding: 12px;
    background: #eee;
  }
  #sas_66523 div {
    padding: 0;
    background: none;
  }
  #sas_66523:empty {
    padding: 0;
    background: none;
  }
}
/*
.td-header-style-6, .td-header-style-7, .td-header-style-8 {
	.td-header-rec-wrap {
		@media (max-width: @responsive_p_phone_max) {
			display: block;
		}
	}
	.td-a-rec-id-header { 
		background: @background-color; padding: 5px 0; border-bottom: solid 1px #eaeaea;
	}
}
*/
@media (min-width: 1019px) {
  .td-header-style-5 .td-header-sp-recs,
  .td-header-style-6 .td-header-sp-recs,
  .td-header-style-7 .td-header-sp-recs,
  .td-header-style-8 .td-header-sp-recs,
  .td-header-style-9 .td-header-sp-recs,
  .td-header-style-10 .td-header-sp-recs,
  .td-header-style-11 .td-header-sp-recs,
  .td-header-style-12 .td-header-sp-recs {
    margin: 0 auto !important;
  }
  .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .td-header-style-6 .td-a-rec-id-header > div.td-a-rec,
  .td-header-style-7 .td-a-rec-id-header > div.td-a-rec,
  .td-header-style-8 .td-a-rec-id-header > div.td-a-rec {
    margin: 0 auto !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .td-header-style-6 .td-a-rec-id-header > div.td-a-rec,
  .td-header-style-7 .td-a-rec-id-header > div.td-a-rec,
  .td-header-style-8 .td-a-rec-id-header > div.td-a-rec {
    margin: 0 auto !important;
    margin-bottom: 0 !important;
  }
}
.td-post-content p a {
  font-weight: bold;
  text-decoration: underline;
}
.td-post-content .td-a-rec {
  width: auto;
}
.td-post-content .td-a-rec div {
  padding: 20px;
  background: #eee;
  border: solid 5px #ccc;
}
.td-post-content .td-a-rec div a {
  color: #069;
  font-weight: normal;
  text-decoration: none;
}
.td-post-content .td-a-rec div a:hover {
  text-decoration: underline;
}
.td-post-content .td-a-rec img {
  margin-bottom: 0;
}
.td-post-content .td-g-rec-id-content_inline > div,
.td-post-content .td-a-rec-id-content_inline > div {
  margin: 0 10% 15px 10%;
  text-align: center;
}
/*** skinned  ***/
@media (min-width: 1180px) {
  .skinned {
    cursor: pointer !important;
  }
  .skinned #td-outer-wrap {
    cursor: initial !important;
    margin-left: auto;
    margin-right: auto;
    width: 1164px;
    overflow: hidden;
  }
  .skinned .td-header-menu-wrap.td-affix {
    width: 1164px !important;
  }
  .skinned .vc_row.vc_row-o-full-height {
    min-height: 600px;
  }
  .skinned.skinned-1000 {
    /* big grid */
  }
  .skinned.skinned-1000 #td-outer-wrap {
    width: 1000px;
  }
  .skinned.skinned-1000 .td-container {
    width: 980px;
  }
  .skinned.skinned-1000.td-boxed-layout .td-container-wrap {
    width: 1000px;
  }
  .skinned.skinned-1000 .td-mega-span {
    width: 166px;
  }
  .skinned.skinned-1000 .td-mega-menu ul.sub-menu {
    width: 980px !important;
  }
  .skinned.skinned-1000 .td-header-menu-wrap.td-affix {
    width: 1000px !important;
  }
  .skinned.skinned-1000 .td-header-menu-wrap.td-affix .td-mega-menu ul {
    width: 980px !important;
  }
  .skinned.skinned-1000 .sf-menu > li > a {
    font-size: 13px;
    padding: 0 8px;
  }
  .skinned.skinned-1000 .sf-menu a.sf-with-ul {
    padding-right: 30px;
  }
  .skinned.skinned-1000 .iosSlider-col-3 .entry-thumb {
    width: 980px;
  }
  .skinned.skinned-1000 .td-big-grid-slide .td_block_wrap {
    width: 980px !important;
  }
  .skinned.skinned-1000 .td-post-template-8 .td-crumb-container {
    width: 100%;
  }
  .skinned.skinned-1000 .td-doubleSlider-1 .td-slide-galery-figure {
    width: 980px;
  }
  .skinned.skinned-1000 .td-pb-span12 .td-slide-on-2-columns .td-slide-galery-figure {
    width: 980px;
  }
  .skinned.skinned-1000 .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
    width: 637px;
  }
  .skinned.skinned-1000 .td-footer-wrapper .td-footer-bottom-full .td-pb-span5 a {
    margin-right: 10px;
  }
  .skinned.skinned-1000 .td-ss-main-sidebar {
    max-width: 295px;
    width: auto !important;
  }
  .skinned.skinned-1000 .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
    width: 504px;
    height: 355px;
  }
  .skinned.skinned-1000 .td_block_big_grid_1 .td-small-thumb .td-module-thumb {
    width: 235px;
    height: 176px;
  }
  .skinned.skinned-1000 .td_block_big_grid_2 .td-big-thumb .td-module-thumb {
    width: 679px;
    height: 444px;
  }
  .skinned.skinned-1000 .td_block_big_grid_2 .td-small-thumb .td-module-thumb {
    width: 298px;
    height: 146px;
  }
  .skinned.skinned-1000 .td_block_big_grid_3 .td-big-thumb .td-module-thumb {
    width: 488px;
    height: 422px;
  }
  .skinned.skinned-1000 .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
    width: 489px;
    height: 237px;
  }
  .skinned.skinned-1000 .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
    width: 243px;
    height: 182px;
  }
  .skinned.skinned-1000 .td_module_1 .td-module-thumb {
    height: 145px;
  }
  .skinned.skinned-1000 .mpc-row[data-vc-full-width] {
    overflow: visible;
    width: 1028px !important;
    left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .skinned.skinned-1000 .grid-item,
  .skinned.skinned-1000 .grid-sizer {
    width: 230px;
  }
  .skinned.skinned-1000 .grid-item.grid-item--width2,
  .skinned.skinned-1000 .grid-sizer.grid-item--width2,
  .skinned.skinned-1000 .grid-item.grid-item--double,
  .skinned.skinned-1000 .grid-sizer.grid-item--double {
    width: 480px;
  }
  .skinned.skinned-1000 .gutter-sizer {
    width: 20px;
  }
  .skinned.skinned-1000 .td-pb-span8 .grid-item,
  .skinned.skinned-1000 .td-pb-span8 .grid-sizer {
    width: 308px;
  }
  .skinned.skinned-1000 .td-pb-span8 .grid-item.grid-item--width2,
  .skinned.skinned-1000 .td-pb-span8 .grid-sizer.grid-item--width2,
  .skinned.skinned-1000 .td-pb-span8 .grid-item.grid-item--double,
  .skinned.skinned-1000 .td-pb-span8 .grid-sizer.grid-item--double {
    width: 100%;
  }
  .skinned.skinned-1000 .td-pb-span8 .gutter-sizer {
    width: 21px;
  }
  .skinned.skinned-1000 .td-pb-span4 .grid-item.grid-item--width2 {
    width: 100%;
  }
  .skinned.skinned-1000 .td-pb-span6 .grid-item,
  .skinned.skinned-1000 .td-pb-span6 .grid-sizer {
    width: 223px;
  }
  .skinned.skinned-1000 .td-page-content .piuvisti .td_module_86 {
    width: 308px;
  }
  .skinned.skinned-1000 .td-page-content .piuvisti .td_module_86:nth-child(4n+2) {
    margin-right: 21px;
  }
  .skinned.skinned-1000 .td-header-style-97 .bg-network li a {
    width: 64px;
  }
  .skinned.skinned-1000 .td-header-style-97 .bg-network li.wb a {
    width: 56px;
  }
  .skinned.skinned-1000.home .td_module_wrap.td_module_86 .entry-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1180px) and (min-width: 1019px) {
  .skinned.skinned-1000 .td-a-rec-id-sidebar div,
  .skinned.skinned-1000 .td-a-rec-id-custom_ad_1 div,
  .skinned.skinned-1000 .td-a-rec-id-custom_ad_2 div,
  .skinned.skinned-1000 .td-a-rec-id-custom_ad_3 div,
  .skinned.skinned-1000 .td-a-rec-id-custom_ad_4 div,
  .skinned.skinned-1000 .td-a-rec-id-custom_ad_5 div {
    padding: 0;
  }
}
@media (min-width: 1140px) {
  .td-md-is-safari .skinned .td-affix {
    margin-left: 0;
  }
}
/*** fine skinned ***/
/*** print ***/
@media print {
  body {
    width: 90%;
    overflow: visible;
  }
  .td-banner-bg,
  .td-footer-instagram-container {
    display: none;
  }
  .td-pb-row [class*="td-pb-span"] {
    float: none;
    width: 100%;
  }
  .td-container,
  .tdc-row,
  .td-container-wrap,
  .td-boxed-layout .td-container-wrap {
    width: 100%;
  }
  .skinned {
    padding-top: 0 !important;
  }
  .skinned #td-outer-wrap {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .skinned.td-boxed-layout .td-container-wrap {
    width: 100%;
  }
  .skinned .td-container {
    width: 100%;
  }
}
/*** bargiornale ***/
.td-banner-wrap-full.td-container-wrap,
.td-banner-wrap-full.td-logo-wrap-full.td-container-wrap {
  background-color: #e6007e;
}
@media (max-width: 767px) {
  .td-header-wrap .td-header-menu-wrap {
    background-color: rgba(0, 0, 0, 0.4) !important;
    background-color: #e6007e !important;
  }
  .td-header-background-image .td-logo-wrap-full.td-container-wrap {
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  .td-header-wrap .td-header-main-menu {
    background-color: transparent !important;
  }
}
.td-header-wrap .td-header-menu-wrap-full {
  background-color: rgba(0, 0, 0, 0.4);
  background-color: #000 !important;
}
@media (max-width: 767px) {
  .td-header-wrap .td-header-menu-wrap-full {
    background-color: transparent !important;
  }
}
.td-header-wrap .black-menu .sf-menu > .current-menu-item > a,
.td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,
.td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a,
.td-header-wrap .black-menu .sf-menu > li > a:hover,
.td-header-wrap .black-menu .sf-menu > .sfHover > a,
.td-header-style-12 .td-header-menu-wrap-full,
.td-header-style-12 .td-affix,
.header-search-wrap .td-drop-down-search:after,
.header-search-wrap .td-drop-down-search .btn:hover,
input[type=submit]:hover,
.td-read-more a,
.td-post-category:hover,
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,
.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,
.td_top_authors .td-active .td-author-post-count,
.td_top_authors .td-active .td-author-comments-count,
.td_top_authors .td_mod_wrap:hover .td-author-post-count,
.td_top_authors .td_mod_wrap:hover .td-author-comments-count,
.td-404-sub-sub-title a:hover,
.td-search-form-widget .wpb_button:hover,
.td-rating-bar-wrap div,
.td_category_template_3 .td-current-sub-category,
.dropcap,
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper,
.wpb_default,
.wpb_default:hover,
.td-left-smart-list:hover,
.td-right-smart-list:hover,
.woocommerce-checkout .woocommerce input.button:hover,
.woocommerce-page .woocommerce a.button:hover,
.woocommerce-account div.woocommerce .button:hover,
#bbpress-forums button:hover,
.bbp_widget_login .button:hover,
.td-footer-wrapper .td-post-category,
.td-footer-wrapper .widget_product_search input[type="submit"]:hover,
.woocommerce .product a.button:hover,
.woocommerce .product #respond input#submit:hover,
.woocommerce .checkout input#place_order:hover,
.woocommerce .woocommerce.widget .button:hover,
.single-product .product .summary .cart .button:hover,
.woocommerce-cart .woocommerce table.cart .button:hover,
.woocommerce-cart .woocommerce .shipping-calculator-form .button:hover,
.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
.td_category_template_8 .td-category-header .td-category a.td-current-sub-category,
.td_category_template_4 .td-category-siblings .td-category a:hover,
#bbpress-forums .bbp-pagination .current,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
.td-theme-slider:hover .slide-meta-cat a,
a.vc_btn-black:hover,
.td-trending-now-wrapper:hover .td-trending-now-title,
.td-scroll-up,
.td-smart-list-button:hover,
.td-weather-information:before,
.td-weather-week:before,
.td_block_exchange .td-exchange-header:before,
.td_block_big_grid_9.td-grid-style-1 .td-post-category,
.td_block_big_grid_9.td-grid-style-5 .td-post-category,
.td-grid-style-6.td-hover-1 .td-module-thumb:after,
.td-pulldown-syle-2 .td-subcat-dropdown ul:after,
.td_block_template_9 .td-block-title:after,
.td_block_template_15 .td-block-title:before,
div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit] {
  background-color: #5f4b8b;
}
.global-block-template-4 .td-related-title .td-cur-simple-item:before {
  border-color: #5f4b8b transparent transparent transparent !important;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.global-block-template-4 .td-related-title .td-cur-simple-item,
.global-block-template-3 .td-related-title .td-cur-simple-item,
.global-block-template-9 .td-related-title:after {
  background-color: #5f4b8b !important;
}
.woocommerce .product .onsale,
.woocommerce.widget .ui-slider .ui-slider-handle {
  background: none #5f4b8b;
}
.woocommerce.widget.widget_layered_nav_filters ul li a {
  background: none repeat scroll 0 0 #5f4b8b !important;
}
a,
cite a:hover,
.td_mega_menu_sub_cats .cur-sub-cat,
.td-mega-span h3 a:hover,
.td_mod_mega_menu:hover .entry-title a,
.header-search-wrap .result-msg a:hover,
.td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,
.td-header-top-menu .td-icon-search:hover,
.td-header-wrap .result-msg a:hover,
.td-social-icon-wrap > a:hover,
.td-header-sp-top-widget .td-social-icon-wrap a:hover,
.td-page-content blockquote p,
.td-post-content blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.td_module_wrap:hover .entry-title a,
.td-subcat-filter .td-subcat-list a:hover,
.td-subcat-filter .td-subcat-dropdown a:hover,
.td_quote_on_blocks,
.dropcap2,
.dropcap3,
.td_top_authors .td-active .td-authors-name a,
.td_top_authors .td_mod_wrap:hover .td-authors-name a,
.td-post-next-prev-content a:hover,
.author-box-wrap .td-author-social a:hover,
.td-author-name a:hover,
.td-author-url a:hover,
.td_mod_related_posts:hover h3 > a,
.td-post-template-11 .td-related-title .td-related-left:hover,
.td-post-template-11 .td-related-title .td-related-right:hover,
.td-post-template-11 .td-related-title .td-cur-simple-item,
.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,
.comment-reply-link:hover,
.logged-in-as a:hover,
#cancel-comment-reply-link:hover,
.td-search-query,
.td-category-header .td-pulldown-category-filter-link:hover,
.td-category-siblings .td-subcat-dropdown a:hover,
.td-category-siblings .td-subcat-dropdown a.td-current-sub-category,
.widget a:hover,
.td_wp_recentcomments a:hover,
.archive .widget_archive .current,
.archive .widget_archive .current a,
.widget_calendar tfoot a:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
#bbpress-forums li.bbp-header .bbp-reply-content span a:hover,
#bbpress-forums .bbp-forum-freshness a:hover,
#bbpress-forums .bbp-topic-freshness a:hover,
#bbpress-forums .bbp-forums-list li a:hover,
#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-topic-permalink:hover,
#bbpress-forums .bbp-topic-started-by a:hover,
#bbpress-forums .bbp-topic-started-in a:hover,
#bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink,
#bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink,
.widget_display_replies .bbp-author-name,
.widget_display_topics .bbp-author-name,
a.vc_btn-black:hover,
.td-smart-list-dropdown-wrap .td-smart-list-button:hover,
.td_module_17 .td-read-more a:hover,
.td_module_18 .td-read-more a:hover,
.td_module_19 .td-post-author-name a:hover,
.td-instagram-user a,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover,
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item,
.global-block-template-2 .td-related-title .td-cur-simple-item,
.global-block-template-5 .td-related-title .td-cur-simple-item,
.global-block-template-6 .td-related-title .td-cur-simple-item,
.global-block-template-7 .td-related-title .td-cur-simple-item,
.global-block-template-8 .td-related-title .td-cur-simple-item,
.global-block-template-9 .td-related-title .td-cur-simple-item,
.global-block-template-10 .td-related-title .td-cur-simple-item,
.global-block-template-11 .td-related-title .td-cur-simple-item,
.global-block-template-12 .td-related-title .td-cur-simple-item,
.global-block-template-13 .td-related-title .td-cur-simple-item,
.global-block-template-14 .td-related-title .td-cur-simple-item,
.global-block-template-15 .td-related-title .td-cur-simple-item,
.global-block-template-16 .td-related-title .td-cur-simple-item,
.global-block-template-17 .td-related-title .td-cur-simple-item,
.td-theme-wrap .sf-menu ul .td-menu-item > a:hover,
.td-theme-wrap .sf-menu ul .sfHover > a,
.td-theme-wrap .sf-menu ul .current-menu-ancestor > a,
.td-theme-wrap .sf-menu ul .current-category-ancestor > a,
.td-theme-wrap .sf-menu ul .current-menu-item > a,
.td_outlined_btn,
.widget_text a {
  color: #5f4b8b;
}
.top-header-menu li a:hover,
.top-header-menu .current-menu-item > a,
.top-header-menu .current-menu-ancestor > a,
.top-header-menu .current-category-ancestor > a {
  color: #fff;
}
a.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover,
.td-mega-menu-page .wpb_content_element ul li a:hover,
.td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,
.td-theme-wrap .header-search-wrap .result-msg a:hover {
  color: #5f4b8b !important;
}
.td-next-prev-wrap a:hover,
.td-load-more-wrap a:hover,
.td-post-small-box a:hover,
.page-nav .current,
.page-nav:first-child > div,
.td_category_template_8 .td-category-header .td-category a.td-current-sub-category,
.td_category_template_4 .td-category-siblings .td-category a:hover,
#bbpress-forums .bbp-pagination .current,
.post .td_quote_box,
.page .td_quote_box,
a.vc_btn-black:hover,
.td_block_template_5 .td-block-title > *,
.td_outlined_btn {
  border-color: #5f4b8b;
}
.td_wrapper_video_playlist .td_video_currently_playing:after {
  border-color: #5f4b8b !important;
}
.header-search-wrap .td-drop-down-search:before {
  border-color: transparent transparent #5f4b8b transparent;
}
.block-title > span,
.block-title > a,
.block-title > label,
.widgettitle,
.widgettitle:after,
.td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a,
.td_block_template_1 .td-related-title .td-cur-simple-item,
.woocommerce .product .products h2:not(.woocommerce-loop-product__title),
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more,
.td_3D_btn,
.td_shadow_btn,
.td_default_btn,
.td_round_btn,
.td_outlined_btn:hover {
  background-color: #5f4b8b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #5f4b8b !important;
}
.block-title,
.td_block_template_1 .td-related-title,
.wpb_tabs .wpb_tabs_nav,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #5f4b8b;
}
.td_block_wrap .td-subcat-item a.td-cur-simple-item {
  color: #5f4b8b;
}
.td-grid-style-4 .entry-title {
  background-color: rgba(95, 75, 139, 0.7);
}
.td-theme-wrap .sf-menu .td-normal-menu .td-menu-item > a:hover,
.td-theme-wrap .sf-menu .td-normal-menu .sfHover > a,
.td-theme-wrap .sf-menu .td-normal-menu .current-menu-ancestor > a,
.td-theme-wrap .sf-menu .td-normal-menu .current-category-ancestor > a,
.td-theme-wrap .sf-menu .td-normal-menu .current-menu-item > a {
  color: #5f4b8b;
}
.td-theme-wrap .td_mod_mega_menu:hover .entry-title a,
.td-theme-wrap .sf-menu .td_mega_menu_sub_cats .cur-sub-cat {
  color: #5f4b8b;
}
.td-theme-wrap .sf-menu .td-mega-menu .td-post-category:hover,
.td-theme-wrap .td-mega-menu .td-next-prev-wrap a:hover {
  background-color: #5f4b8b;
}
.td-theme-wrap .td-mega-menu .td-next-prev-wrap a:hover {
  border-color: #5f4b8b;
}
.td-theme-wrap .header-search-wrap .td-drop-down-search .btn:hover {
  background-color: #5f4b8b;
}
.td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,
.td-theme-wrap .header-search-wrap .result-msg a:hover {
  color: #5f4b8b !important;
}
.td-menu-background:before,
.td-search-background:before {
  background: #9eb6b8;
  background: -moz-linear-gradient(top, #7f8793 0%, #9eb6b8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #7f8793), color-stop(100%, #9eb6b8));
  background: -webkit-linear-gradient(top, #7f8793 0%, #9eb6b8 100%);
  background: -o-linear-gradient(top, #7f8793 0%, #9eb6b8 100%);
  background: -ms-linear-gradient(top, #7f8793 0%, #9eb6b8 100%);
  background: linear-gradient(to bottom, #7f8793 0%, #9eb6b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@grigio', endColorstr='@etere', GradientType=0);
}
.td-mobile-content .current-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a,
#td-mobile-nav .td-menu-login-section a:hover,
#td-mobile-nav .td-register-section a:hover,
#td-mobile-nav .td-menu-socials-wrap a:hover i,
.td-search-close a:hover i {
  color: #5f4b8b;
}
.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
  background-color: #5f4b8b;
}
.white-popup-block:after {
  background: rgba(95, 75, 139, 0.8);
  background: -moz-linear-gradient(45deg, rgba(95, 75, 139, 0.8) 0%, rgba(131, 154, 160, 0.8) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(95, 75, 139, 0.8)), color-stop(100%, rgba(131, 154, 160, 0.8)));
  background: -webkit-linear-gradient(45deg, rgba(95, 75, 139, 0.8) 0%, rgba(131, 154, 160, 0.8) 100%);
  background: -o-linear-gradient(45deg, rgba(95, 75, 139, 0.8) 0%, rgba(131, 154, 160, 0.8) 100%);
  background: -ms-linear-gradient(45deg, rgba(95, 75, 139, 0.8) 0%, rgba(131, 154, 160, 0.8) 100%);
  background: linear-gradient(45deg, rgba(95, 75, 139, 0.8) 0%, rgba(131, 154, 160, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(red(@viola), green(@viola), blue(@viola),0.8)', endColorstr='rgba(131,154,160,0.8)', GradientType=0);
}
.td-header-menu-wrap.td-affix {
  background-color: rgba(0, 0, 0, 0.8);
}
.td-header-wrap .td-header-menu-wrap .sf-menu > li > a,
.td-header-wrap .td-header-menu-social .td-social-icon-wrap a,
.td-header-style-4 .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-5 .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-6 .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-12 .td-header-menu-social .td-social-icon-wrap i,
.td-header-wrap .header-search-wrap #td-header-search-button .td-icon-search {
  color: #ffffff;
}
.td-header-wrap .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
  background-color: #ffffff;
}
.banner-testata {
  background-color: #222;
}
.bg-viola {
  background-color: #5f4b8b;
}
.viola .td_module_86 {
  background-color: #5f4b8b;
  color: #fff;
}
.viola .td_module_86 h3 > a,
.viola .td_module_86 .td-excerpt,
.viola .td_module_86 .td-post-author-name,
.viola .td_module_86 .td-module-meta-info .td-post-date {
  color: #fff;
}
.viola .td_module_86.td_module_wrap:hover .entry-title a,
.viola .td_module_86 .td-post-author-name a {
  color: #ddd;
}
.viola .td_module_86 .td-post-sub-title {
  color: #aaa;
}
.viola.td_block_template_12 h4 > a {
  color: #5f4b8b;
}
.bg-etere {
  background-color: #9eb6b8;
}
.bg-verdolino {
  background-color: #b3b17b;
}
.bg-grigio {
  background-color: #7f8793;
}
.bg-malva {
  background-color: #a1759c;
}
.bg-lavanda {
  background-color: #767ba5;
}
.bg-lilla {
  background-color: #bcb4c4;
}
.etere .td_module_86 {
  background-color: #9eb6b8;
  color: #fff;
}
.etere .td_module_86 h3 > a,
.etere .td_module_86 .td-excerpt,
.etere .td_module_86 .td-post-author-name,
.etere .td_module_86 .td-module-meta-info .td-post-date {
  color: #fff;
}
.etere .td_module_86.td_module_wrap:hover .entry-title a,
.etere .td_module_86 .td-post-author-name a {
  color: #ddd;
}
.etere .td_module_86 .td-post-sub-title {
  color: #ddd;
}
.etere.td_block_template_12 h4 > a {
  color: #9eb6b8;
}
.verdolino .td_module_86 {
  background-color: #b3b17b;
}
.verdolino.td_block_template_12 h4 > a {
  color: #b3b17b;
}
.grigio .td_module_86 {
  background-color: #7f8793;
  color: #fff;
}
.grigio .td_module_86 h3 > a,
.grigio .td_module_86 .td-excerpt,
.grigio .td_module_86 .td-post-author-name,
.grigio .td_module_86 .td-module-meta-info .td-post-date {
  color: #fff;
}
.grigio .td_module_86.td_module_wrap:hover .entry-title a,
.grigio .td_module_86 .td-post-author-name a {
  color: #ddd;
}
.grigio .td_module_86 .td-post-sub-title {
  color: #ccc;
}
.grigio.td_block_template_12 h4 > a {
  color: #7f8793;
}
.malva .td_module_86 {
  background-color: #a1759c;
}
.malva .td_module_86 .td-post-sub-title {
  color: #444;
}
.malva.td_block_template_12 h4 > a {
  color: #a1759c;
}
.lavanda .td_module_86 {
  background-color: #767ba5;
}
.lavanda .td_module_86 .td-post-sub-title {
  color: #444;
}
.lavanda.td_block_template_12 h4 > a {
  color: #767ba5;
}
.lilla .td_module_86 {
  background-color: #bcb4c4;
}
.lilla.td_block_template_12 h4 > a {
  color: #bcb4c4;
}
.td-footer-wrapper,
.td-footer-wrapper a,
.td-footer-wrapper .block-title a,
.td-footer-wrapper .block-title span,
.td-footer-wrapper .block-title label,
.td-footer-wrapper .td-excerpt,
.td-footer-wrapper .td-post-author-name span,
.td-footer-wrapper .td-post-date,
.td-footer-wrapper .td-social-style3 .td_social_type a,
.td-footer-wrapper .td-social-style3,
.td-footer-wrapper .td-social-style4 .td_social_type a,
.td-footer-wrapper .td-social-style4,
.td-footer-wrapper .td-social-style9,
.td-footer-wrapper .td-social-style10,
.td-footer-wrapper .td-social-style2 .td_social_type a,
.td-footer-wrapper .td-social-style8 .td_social_type a,
.td-footer-wrapper .td-social-style2 .td_social_type,
.td-footer-wrapper .td-social-style8 .td_social_type,
.td-footer-template-13 .td-social-name,
.td-footer-wrapper .td_block_template_7 .td-block-title > * {
  color: #f3f3f3;
}
.td-footer-wrapper .widget_calendar th,
.td-footer-wrapper .widget_calendar td,
.td-footer-wrapper .td-social-style2 .td_social_type .td-social-box,
.td-footer-wrapper .td-social-style8 .td_social_type .td-social-box,
.td-social-style-2 .td-icon-font:after {
  border-color: #f3f3f3;
}
.td-footer-wrapper .td-module-comments a,
.td-footer-wrapper .td-post-category,
.td-footer-wrapper .td-slide-meta .td-post-author-name span,
.td-footer-wrapper .td-slide-meta .td-post-date {
  color: #fff;
}
.td-footer-bottom-full .td-container:before {
  background-color: rgba(243, 243, 243, 0.1);
}
.footer-text-wrap .footer-email-wrap a,
.td-subfooter-menu li a:hover,
.footer-social-wrap a:hover {
  color: #fff;
}
.td-subfooter-menu li a:hover {
  color: #ffffff;
}
.td_module_19 .td-post-author-name:hover {
  color: #5f4b8b;
}
/*** bargiornale ***/
body.post-type-archive-recipe .td_module_1 .td-module-meta-info,
body.tax-le-ricette-di .td_module_1 .td-module-meta-info,
body.tax-course .td_module_1 .td-module-meta-info,
.ricette-baritalia .td_module_1 .td-module-meta-info {
  display: none;
}
.wpurp-title {
  font-family: Montserrat, sans-serif;
}
.wpurp-responsive-mobile,
.wpurp-responsive-desktop {
  display: none !important;
}
.wpurp-rows-row {
  margin-bottom: 30px;
}
.wpurp-container br {
  display: none;
}
.post.recipe header .td-module-meta-info {
  display: none;
}
/* eventi bargiornale ***/
.ui-datepicker.ui-helper-clearfix {
  display: none;
}
/* evento */
.single-event .td-module-meta-info,
.single-event .td-post-sharing-top {
  display: none;
}
.luogo {
  background: #FAFAFA;
  border: 1px solid #EEE;
  margin: 30px 0px;
  padding: 20px;
}
.luogo p {
  font-style: italic;
}
.luogo h3 {
  margin: 0;
}
.location .luogo {
  background: none;
  border: none;
  padding: 0;
}
span.clr {
  clear: both;
  display: block;
  height: 1px;
  width: 100%;
  margin: 0;
}
/* lista */
.td-page-content .em-search-wrapper p {
  margin-bottom: 0;
  display: inline;
}
.td-page-content .em-search-wrapper br {
  display: none;
}
div.css-search input.em-search-text,
div.css-search input.em-search-geo {
  border: 1px solid #e1e1e1;
}
.css-events-list h2.mese {
  text-align: center;
  padding: 6px 10px;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}
.css-events-list h2.mese:after {
  content: "";
  border-bottom: 1px solid #C2C2C2;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.css-events-list h2.mese span {
  background-color: #FFF;
  padding: 0px 7.5%;
}
.css-events-list h3 {
  margin: 0;
}
.css-events-list .evidenziasi {
  padding: 15px;
  background-color: #9eb6b8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 40px;
}
.css-events-list p.eventdate {
  margin-bottom: 0;
  font-weight: bold;
}
.td-page-content .css-events-list {
  line-height: 21px;
}
