/*
Theme Name: Faxonline
Description: Faxonline main theme.
Author: Faxonline.it
Author URI: //www.faxonline.it
Template: tm-beans
Version: 1.0.0
Text Domain: cp-framework
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,700|Roboto+Condensed|Playfair+Display");
@font-face {
    font-family: 'KSM';
    src: url('/assets/fonts/KSM.woff2') format('woff2'),
        url('/assets/fonts/KSM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html, body {
  font: normal 12pt / 16pt 'Source Sans Pro', sans-serif;
}
.beans-skip-links {
  box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display',serif;
  color: inherit;
}
h2 {
  font: normal 24pt / 26pt 'Playfair Display';
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 10px;
}
a { color: inherit }
a:hover{ color: #E4010B; }
.post-body a { color: #E4010B; }
.post-body a:hover { color: #E4010B; }
em {
  color: inherit;
}
#beans-content, aside {
  outline: none !important;
}
video {
  width: 100%;
  max-width: 640px;
  height: auto;
}
.wp-video {
  margin-left: auto;
  margin-right: auto;
}

/* resolve wpautop conflicts on [embed] */
.tm-oembed > *:not(.fb-video) { display: none; }

form legend {
  font: normal 11px / 14px 'Roboto Condensed',sans !important;
}
form input {
  height: auto !important;
}
.no-margin {
  margin: 0 !important;
}

.uk-article-title {
  margin-top: 5px;
  margin-bottom: 10px;
}
.archive h1.uk-article-title {
  font-size: 34pt;
  line-height: 38pt;
  font-weight: bold;
  margin-top: 20pt;
  margin-bottom: 60px;
}
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  background-color: #E4010B;
  color: #fff;
  outline: none;
}
.uk-subnav > * > * {
  color: inherit;
}
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  color: #E4010B;
}
.uk-subnav > .uk-active > * {
  color: #444;
}
.uk-badge {
  background: #E4010B;
}
.uk-button-primary {
  background-color: #eee;
  color: #333 !important;
}
.uk-button-primary:hover {
  background-color: #E4010B;
  color: #fff !important;
}
.uk-form textarea:focus,
.uk-form input[type]:focus {
  background-color: #FFF5F5;
}
.uk-pagination > .uk-active > span {
  background: #E4010B;
}
.uk-pagination {
  display: block;
  background: transparent;
  padding: 5px;
}
.uk-pagination > div {
  font-size: 1rem;
  margin-left: 0px;
  position: relative;
  display: table;
  height: 50px;
}
.uk-pagination > div > a,
.uk-pagination > div > span {
  display: inline-block;
  min-width: 12px;
  padding: 3px 6px;
  line-height: 20px;
  text-decoration: none;
  box-sizing: content-box;
  text-align: left;
  border-radius: 4px;
}
.uk-pagination > div > a {
  color: #444;
  display: table-cell;
  vertical-align: middle;
}
.uk-pagination > div > a:hover,
.uk-pagination > div > a:focus {
  background-color: #E4010B;
  color: #fff;
  outline: none;
}
.uk-pagination > div > a:active {
  background-color: #35b3ee;
  color: #fff;
}
.uk-pagination > div [class*='uk-icon-'] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
  line-height: 1;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.uk-pagination > div:nth-child(1) a {
  padding-left: 50px;
}
.uk-pagination > div:nth-child(1) [class*='uk-icon-'] {
  left: 5px;
  right: auto;
}
.uk-pagination > div:nth-child(2) a {
  text-align: right;
  padding-right: 52px;
}
.uk-pagination > div:nth-child(2) [class*='uk-icon-'] {
  left: auto;
  right: 8px;
}
.uk-pagination > li > a {
  background: transparent;
  border-radius: 0;
  color: #999;
  text-transform: uppercase;
}
.uk-pagination .uk-active span {
  background: transparent;
  color: #E4010B;
  font-weight: bold;
  border-bottom: 4px solid;
  border-radius: 0;
}
.uk-pagination > li:not(:first-child):not(:last-child) > a {
  border: 1px solid #ddd;
}
.single-post .uk-pagination {
  background: #eee;
}
.uk-panel-title {
  font: normal 18pt / 16pt 'Playfair Display', sans-serif;
}

.uk-container {
  max-width: 1040px;
  padding: 0 25px;
}

.more-link {
  color: #aaa;
}


.c_red {
  color: #E4010B !important;
}
.c_white {
  color: #fff !important;
}


.tm-site {
  background-color: #fff;
  overflow: hidden;
}
.tm-site.uk-container {
  padding: 0;
}


.tm-primary {
  overflow: hidden;
}
.tm-tertiary .tm-widget {
  margin-top: 0 !important;
}
.tm-tertiary.uk-row-first {
  margin-top: 0px !important;
}


.hide {
  display: none !important;
}

.center,
.center > * {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  //float: none !important;
}


.categories:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: black;
}
.categories {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font: normal 11px / 20px 'Roboto Condensed',sans;
}
.categories > * {
  padding: 0 12px 0 10px;
  flex-grow: auto;
}
.categories .parent {
  background-color: #E4010B;
  color: #fff;
}
.categories .main {
  background-color: #f0f0f0;
  color: #000;
}
.categories .parent a,
.categories .main a,
.authoring a {
  color: inherit;
  text-decoration: none;
}

.archive.category .categories:before,
.page-template-archivio .categories:before,
.page-template-comune-loop .categories:before {
  display: none;
}
.archive.category .categories,
.page-template-archivio .categories,
.page-template-comune-loop .categories {
  padding-left: 0;
}




header.uk-block {
  padding-top: 6px;
  padding-bottom: 0px;
}
header.tm-header {
  border: none;
}
header .uk-container {
  /*padding-top: 10px;*/
  padding-bottom: 20px;
}
#header-shrink-row {
  display: none;
  position:fixed;
  top:0;
  left: 0;
  width: 100% !important;
  clear:both!important;
  height:60px!important;
  max-height:60px!important;
  min-height:50px!important;
  z-index:999;
  background-color: #E4010B !important;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  overflow: hidden;
  color: #fff;
  font: normal 10pt / 18pt 'Roboto Condensed', sans;
  text-transform: uppercase;
  opacity: .9;
}
#header-shrink-row .container > * {
  vertical-align: middle;
  padding: 0;
}
#header-shrink-row .tm-logo {
  max-height: 40px;
  margin: 10px 0px;
  padding: 0;
}
#header-shrink-row .container .update > * {
  line-height: 60px;
  vertical-align: middle;
}
#header-shrink-row .toggle > * {
  width: 100%;
  line-height: 54px;
  height: auto;
  vertical-align: middle;
  font-size: 18pt;
  text-align: right;
  color: inherit;
}
#header-shrink-row .uk-margin-small-top {
  margin: 0 !important;
}


#big-header-row {
  color: #bcbdc0;
  font: normal 10pt / 18pt 'Roboto Condensed', sans;
}
#big-header-row .uk-grid,
#big-header-row .uk-grid > * {
  margin-left: 0;
  padding-left: 0;
}
#big-header-row .header-row > *,
#big-header-row ul {
  margin-bottom: 0;
}
#big-header-row .header-row li {
  list-style: none;
  display: inline-block;
}
#big-header-row .header-row a {
  color: inherit;
}
#row-top {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
#row-top .search i {
  padding: 0px 4px;
  color: inherit;
}
#row-top .search input {
  border: none !important;
  padding: 0px 15px 1px !important;
  height: auto;
  margin-left: 40px;
  border-left: 1px solid #f0f0f0 !important;
  border-radius: 0px !important;
  width: 100%;
}
#row-top .search input:focus {
  background-color: transparent;
}

#menu-mobile {
  margin-top: 40px;
  padding-top: 60px;
  //background: url("https://www.faxonline.it/wp-content/uploads/2016/03/logo_fax_40_w.png") no-repeat center top;
  background: url("/assets/logo_fax_w.svg") no-repeat center top;
  background-size: 78px;
}
#menu-mobile li:not(.current-menu-item):not(.current-menu-parent) .sub-menu {
  display: none;
}
#menu-mobile .sub-menu {
  padding-left: 30px;
}

#row-top .social {
  text-align: right;
  padding: 0px 0px 1px;
  color: #999;
  line-height: 18px;
}
#row-top .social ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #999;
}
#row-top .social ul li:not(:first-child) {
  margin-left: 3px;
}
#row-top .social ul li a {
  text-decoration: none;
}
#row-top .social ul li.item.whatsapp {
  border-color: #25d366;
}
#row-top .social ul li.item.facebook {
  border-color: #4C66A4;
}
#row-top .social ul li.item.twitter {
  border-color: #55ACEE;
}
#row-top .social ul li.item.rss {
  border-color: #FF6600;
}
#row-top .social i {
  width: 18px;
  height: 18px;
  line-height: 19px;
  text-align: center;
  background-color: #999;
  color: #fff;
}
#row-top .social .whatsapp i {
  background-color: #25d366;
}
#row-top .social .facebook i {
  background-color: #4C66A4;
}
#row-top .social .twitter i {
  background-color: #55ACEE;
}
#row-top .social .rss i {
  background-color: #FF6600;
}
#row-top .social .count {
  position: relative;
  top: -1px;
  padding: 0 4px 0 2px;
  text-align: center;
  font-size: 8pt;
  line-height: 16px;
  text-transform: uppercase;
}

#row-menu-high {
  margin-top: 0;
  text-transform: uppercase;
}
.secondary-menu .right ul {
  float: right;
}
#row-menu-high .top-menu ul {
  padding: 0;
}
#row-menu-high .uk-navbar-nav > li {
  color: #bcbdc0;
}
#row-menu-high .uk-navbar-nav > li > a {
  height: 30px;
  padding: 0;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  font: normal 10pt / 24pt 'Roboto Condensed', sans;
}
#row-menu-high .uk-navbar-nav > li > a:hover {
  text-decoration: underline;
}

#row-menu-high .tm-site-branding {
  display: block;
  position: relative;
  height: 60px;
  overflow: hidden;
}
#row-menu-high .tm-site-branding .tm-logo {
  height: 100%;
}
#row-menu-high .uk-navbar-flip .uk-navbar-toggle {
  height: 60px;
  line-height: 60px;
  font-size: 24pt;
  color: #E4010B;
}

#row-menu-high .center {
  color: #000;
  height: 30px;
}
#row-menu-high .right .menu {
  float: right;
  text-align: right;
}
#row-menu-high .left .menu-item {
  margin-right: 5px;
}
#row-menu-high .right .menu-item {
  margin-left: 5px;
}

#row-main-title {
  margin-top: 0;
}
#row-main-title > div {
  padding-left: 0;
}
#row-main-title .manchette {
  position: relative;
  width: 350px;
  overflow: hidden;
}
#row-main-title .manchette > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#row-main-title .manchette.left {
  text-align: left;
}
#row-main-title .logo {
  margin: 15px auto;
}
#row-main-title .manchette > * {
  width: 100%;
}
#row-main-title .manchette.right {
  text-align: right;
}

#row-menu-comuni ul,
#row-submenu-comuni ul,
#header-shrink-row ul.menu {
  align-content: center;
  border-top: 1px solid #000;
  padding: 0;
  padding-top: 1px;
}
#row-menu-comuni .sub-menu {
  display: none;
}
#row-submenu-comuni ul {
  border: none;
}
#row-menu-comuni ul li,
#row-submenu-comuni ul li,
#header-shrink-row ul.menu li {
  list-style: none;
  text-align: center;
  background-color: #e30613;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
#row-submenu-comuni ul li {
  background-color: #f0f0f0;
  color: #666;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
}
#row-menu-comuni ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
#row-menu-comuni ul li a,
#row-submenu-comuni ul li a,
#header-shrink-row ul.menu li a {
  color: inherit;
}
#row-menu-comuni .current-menu-parent,
#row-menu-comuni .current-menu-item,
#row-menu-comuni .current-post-ancestor {
  background-color: #000;
  color: #fff;
  position: relative;
}
#row-submenu-comuni .current-menu-parent,
#row-submenu-comuni .current-menu-item {
  background-color: #ccc;
  color: #000;
  position: relative;
}

#row-menu-comuni .current-post-ancestor:after,
#row-menu-comuni .current-menu-parent:after,
#row-menu-comuni .current-menu-item:after {
  content: '▴';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#row-submenu-comuni .current-menu-parent,
#row-submenu-comuni .current-menu-item {
  background: url("https://www.faxonline.it/assets/bg_line.png") repeat-x center bottom;
}

#header-shrink-row ul.menu {
  border: none;
}
#header-shrink-row ul.menu li {
  align-content: bottom;
}


main.uk-block {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tm-main {
  background-color: transparent;
}
main .uk-container {
  padding-top: 0px;
}
.tm-site > * > .uk-container {
  background-color: #fff;
}


.uk-grid {
  position: relative;
  margin-top: 0px !important;
}


#full-width-news article {
  padding-bottom: 10px;
}
#full-width-news .title {
  font-size: 1em;
  text-align: center;
}
#full-width-news a.title h2 {
  font-weight: bold;
}


.featured_image {
  position: relative;
  display: inline-block;
}
.featured_image .after {
  position: absolute;
  top:0; left:0;
  width: 100%; height: 100%;
  background: url(/assets/video_play_button.png) no-repeat;
  background-position: center;
  opacity: .7;
}


#loop-wrapper {
  border-right: 1px solid #f0f0f0;
  margin-top: 20px;
}

article {
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
  padding-right: 10px;
}
article .featured_image img {
  margin-bottom: 10px;
}
article.breaking-news .title h2 {
  font: normal 2.6rem / 2.6rem "Playfair Display";
}
article.tm-no-article {
  border: none;
}
.single-post article {
  border-bottom: none;
  margin-bottom: 0px;
  padding-top: 0;
  padding-right: 0px;
  padding-left: 0px;
}
.single-post .post-body {
  margin-bottom: 20px;
}
.post-body > * {
  display: inline-block;
  width: 100%;
}
.post-body {
  font-size: 13pt;
  line-height: 21pt;
}
.single-post .post-meta-tags {
  position: relative;
  top: 5px;
}
.single-post #comments .icon {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
.archive.category article {
  padding-right: 0;
}

.meta-row {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  margin-bottom: 6px;
  font: normal 11px / 20px 'Roboto Condensed',sans;
  width: 100%;
}

.meta-row .authoring {
  flex-grow: 1;
  text-align: right;
  height: 20px;
}

.excerpt {
  line-height: 18pt;
}

article .social-row {
  height: 24px;
}
.social-row {
  border-top: 1px solid #f0f0f0;
  text-align: right;
  font: normal 11px / 24px 'Roboto Condensed',sans;
  position: relative;
}
.social-row > * {
  display: inline-block;
  height: 24px;
  border-left: 1px solid #f0f0f0;
  text-transform: uppercase;
  color: #999;
  padding-right: 5px;
}
.social-row .comments {
  background: url("https://www.faxonline.it/assets/ico-comments.png") no-repeat center left 10px;
  padding-left: 45px;
}
aside .social-row .comments {
  background: none;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #f0f0f0;
}
.social-row .async_share {
  padding: 0 5px;
  vertical-align: bottom;
  position: relative;
  float: left;
  cursor: pointer;
}
.social-row .async_share .preloader {
  display: none;
  text-align: center;
}
.social-row .async_share .label {
  background: url("https://www.faxonline.it/assets/ico-shares-dark.png") no-repeat center left 5px;
  padding-left: 25px;
  color: #E4010B;
  font-weight: bold;
  cursor: pointer;
}
.social-row .async_share .buttons {
  position: relative;
  top: 2px;
}
.social-row .async_share .buttons > *:not(:last-child) {
  padding-right: 5px;
}
.social-row .shares {
  padding-left: 10px;
}
.social-row .shares .valore {
  display: inline;
  color: #E4010B;
  font-weight: bold;
  padding-right: 2px;
}
.social-row .share_services {
  position: absolute;
  right: 0;
  bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  display: none;
}
.social-row .share_services:after {
  content: '▼';
  position: absolute;
  bottom: -16px;
  right: 30px;
  color: #ccc;
}
.social-row .share_services .social-link {
  padding: 0 5px;
}
.social-row .addthis_desktop {
  display: none;
}


.share-row.top > * {
  margin-left: auto;
  margin-right: 0;
}
.share-row ul {
  list-style: none;
  padding: 0;
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}
.share-row ul li {
  display: table-cell;
  vertical-align: bottom;
  height: 61px;
  width: 61px;
  position: relative;
}
.share-row ul li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.share-row .fb_share {
  background: url("https://www.faxonline.it/assets/b_fb_share.png") no-repeat center center;
}
.share-row .tw_share {
  background: url("https://www.faxonline.it/assets/b_tw_share.png") no-repeat center center;
}
.share-row .wa_share {
  background: url("https://www.faxonline.it/assets/b_wa_share.png") no-repeat center center;
}
.share-row .mail_share {
  background: url("https://www.faxonline.it/assets/b_mail_share.png") no-repeat center center;
}
.share-row .share_count {
  text-transform: uppercase;
  text-align: center;
  font: normal 40pt / 34pt 'Roboto Condensed';
  color: #999;
}
.share-row .share_count .label {
  font: normal 10pt / 10pt 'Roboto Condensed';
  color: #000;
}

.sommario-row  {
  font: italic 14pt / 18pt 'Playfair Display', serif;
}

.social-row-single {
  width: 100%;
  font: normal 11px / 20px 'Roboto Condensed',sans;
}
.social-row-single > * {
  vertical-align: top;
  margin-right: 10px;
}
.single-post .social-row > * {
  border-left: none;
  padding-top: 4px;
}
.single-post .social-row .left {
  float: left;
}
.single-post .social-row .right > * {
  margin-left: 10px;
}

.single-post .social-row .local_share_icons {
  list-style: none;
  padding: 0;
}
.single-post .social-row .local_share_icons li {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.single-post .social-row .local_share_icons .button_email {
  background: url("https://www.faxonline.it/assets/ico_mail.png") no-repeat center center;
}
.single-post .social-row .local_share_icons .button_print {
  background: url("https://www.faxonline.it/assets/ico_print.png") no-repeat center center;
}
.single-post .social-row .local_share_icons .button_pdf {
  background: url("https://www.faxonline.it/assets/ico_pdf.png") no-repeat center center;
}

article.four-loop .featured_image {
  float: left;
  margin-right: 10px;
}
article.four-loop .featured_image img {
  margin-bottom: 0;
}

article .tm-oembed iframe {
  width: 100%;
}

/* Fix responsive in iframe embeded - usare div class=iframe-container */

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.riproduzione-riservata {
  color: #c0c0c0;
  padding: 3px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: .8em;
}
.riproduzione-riservata .right {
  float: right;
}


.search .tm-content > .uk-article-title {
  margin-bottom: 50px;
}


aside.tm-tertiary {
  margin-bottom: 10px;
}
aside.tm-tertiary .widget_media_image {
  background-color: #E4010B;
  padding-top: 20px;
}
aside.tm-tertiary .widget_media_image {
  padding: 0 12px 12px;
  margin: 0 auto;
  text-align: center;
}
aside.tm-tertiary .widget_media_image .uk-panel-title:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: black;
}
aside.tm-tertiary .widget_media_image .uk-panel-title {
  width: 60px;
  margin-left: 6px;
  margin-top: 12px;
  padding: 0 4px;
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
  color: #E4010B;
  font: normal 11px / 20px 'Roboto Condensed',sans;
}

aside .tm-widget.uk-panel {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

aside .tm-widget.uk-panel {
  margin-top: 0 !important;
  margin-bottom: 15px;
}


.query .query-field-post_title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0px auto 10px;
}
.query .query-field-post_title a {
  color: inherit;
}
.query .query-field-post_title a:hover {
  color: #E4010B;
}


.query-ultime-cronaca .query-row {
  padding: 10px 10px 0;
  border-bottom: 2px solid #ccc;
}
.query-ultime-cronaca .categories {
  font-size: 8pt;
}
.query-ultime-cronaca .authoring {
  font: normal 8pt / 12pt 'Roboto Condensed';
  text-transform: uppercase;
  margin: 3px auto;
}
.query-ultime-cronaca .query-field-post_excerpt {
  font: italic .9rem / 1.1rem 'Playfair Display';
  margin-bottom: 5px;
}
.query-ultime-cronaca .social-row > * {
  padding-right: 0;
  border: none;
}


.query-la_ricetta_del_giorno-wrapper {
  font-family: 'Palyfair Display', serif;
  text-align: center;
  border-bottom: 2px solid #ccc;
  color: #000;
  background-color: #f0f0f0;
  padding-top: 1px;
}
.query-la_ricetta_del_giorno-wrapper .head {
  margin: 10px 0;
}
.query-la_ricetta_del_giorno-wrapper .head img {
  margin-bottom: 5px;
}
.query-la_ricetta_del_giorno-wrapper .head .section_subtitle {
  font-style: italic;
}
.query-la_ricetta_del_giorno-wrapper .head .section_title {
  font: normal 14pt / 20px 'Roboto Condensed',sans;
  color: #E4010B;
}
.query-la_ricetta_del_giorno-wrapper .query-field-post_title {
  font-size: 1.5em;
  text-align: center;
  margin: 10px auto 15px;
}
.query-la_ricetta_del_giorno-wrapper .query-field-post_title a {
  color: inherit;
}
.query-la_ricetta_del_giorno-wrapper .read-more {
  margin: 10px 0 0;
  font: normal 9pt / 22px 'Roboto Condensed';
}
.query-la_ricetta_del_giorno-wrapper .read-more a {
  background-color: #E4010B;
  color: #fff;
  padding: 4px 15px;
  text-decoration: none;
}
.query-la_ricetta_del_giorno-wrapper .head,
.query-la_ricetta_del_giorno-wrapper .query-field-post_title,
.query-la_ricetta_del_giorno-wrapper .query-field-permalink {
  padding: 0 10px;
}


.query-ultime_cultura_e_spettacolo .query-row {
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
.query-ultime_cultura_e_spettacolo .categories:before {
  display: none;
}
.query-ultime_cultura_e_spettacolo .categories {
  padding-left: 0;
  border: none;
}
.query-ultime_cultura_e_spettacolo .categories > * {
  background-color: transparent;
  padding: 0 10px 0 0
}
.query-ultime_cultura_e_spettacolo .categories .parent {
  color: #E4010B;
}




.category-ricette .tm-article-content {
  display: table;
}
.category-ricette .tm-article-content > .featured_image {
  float: left;
  margin-right: 15px;
}
.category-ricette .tm-article-content > .featured_image img {
  margin-bottom: 0px;
}


.single .tm-article-content img.alignright {
  margin-left: 20px !important;
}


.home #meteo_box {
  padding: 5px 10px;
}



/*
#page_contatti {
margin: 0;
padding: 0;
}
#page_contatti .header {
text-align: center;
}
#page_contatti .icon_label,
#page_contatti .description {
display: inline-block;
width: 48%;
vertical-align: top;
padding: 20px 0;
}
#page_contatti .icon_label {
text-align: right;
font-size: 2em;
padding-right: 10px;
}
#page_contatti .description {
padding-left: 10px;
}
*/
#page_contatti {
  margin-top: 40px;
}
#page_contatti .uk-row-first {
  padding-left: 0;
}
#page_contatti .contact-icon {
  background-color: #e00e21;
  color: #fff;
  border-radius: 50%;
  width: 22px; height: 18px;
  text-align: center;
  padding-top: 4px;
}
i.transparent {
  visibility: hidden;
}
#page_contatti .uk-container .uk-panel {
  margin-bottom: 20px;
}
#page_contatti input:not([type='checkbox']):not([type='submit']),
#page_contatti textarea,
#page_contatti select {
  width: 100%;
  height: auto !important;
}
#page_contatti textarea {
  resize: vertical;
}
#page_contatti label br {
  display: none;
}
#page_contatti .disclaimer-info {
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 20px;
}
#page_contatti .fax-field {
  margin-bottom: 20px;
}
#page_contatti .required-field {
  color: #e00e21;
}
#page_contatti .check-tutti-comuni-label {
  margin-bottom: 10px;
}
#page_contatti .check-tutti-comuni {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#page_contatti .fax-comuni {
  display: block;
  /*! margin-top: 6px; */
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
#page_contatti .fax-comuni .wpcf7-list-item:not(:last-child) {
  border-right: 1px solid;
  padding-right: 8px;
  margin-left: 0;
}
#page_contatti .fax-comuni .wpcf7-list-item:not(:first-child) {
  margin-left: 8px;
}
#page_contatti .wpcf7-checkbox .disabled {
  color: #aaa;
}
#page_contatti .send-button {
  text-align: right;
  font-weight: bold;
}
#page_contatti .send-button input {
  color: #fff;
  border: 4px solid #e00e21;
  background-color: #e00e21;
  font-size: 18px;
  padding: 10px 40px;
}
#page_contatti .send-button input:hover:not(:disabled) {
  background-color: transparent;
  color: #e00e21;
  cursor: pointer;
}
@media ( max-width: 768px ) {
  #page_contatti .fax-field {
    margin-bottom: 10px;
    padding-left: 0px;
  }
}




#page_carri_content {
	margin-bottom: 40px !important;
}
article-carro {
  margin-bottom: 40px !important;
}
article-carro .details {
  margin-top: 10px !important;
}
article-carro .details .likes {
  text-align: right;
}
article-carro .nome-carro h2 {
  margin-bottom: 5px;
}
#logo_carnevale {
  margin-bottom: 20px;
}
#lista-carri .custom-divider {
  width: 100%;
  height: 20px;
  border: none;
  background: url("https://www.faxonline.it/assets/hr.png") no-repeat center center;
  margin: 0 0 40px 20px;
}
#lista-carri .custom-divider:last-of-type {
  display: none;
}
.carri-inner-likes {
  margin-top: 20px;
  text-align: right;
  width: 100%;
}
.category-vota-il-carro .button-go-back {
  border: 4px solid #e30613;
  background-color: #e30613;
  color: #fff;
  padding: 8px 40px;
  font-weight: bold;
  text-decoration: none !important;
  transition: .3s;
}
.category-vota-il-carro .button-go-back:hover {
  background-color: transparent;
  color: #e30613;
}
  
.category-il-presepe-piu-bello .button-go-back {
  border: 4px solid #e30613;
  background-color: #e30613;
  color: #fff;
  padding: 8px 40px;
  font-weight: bold;
  text-decoration: none !important;
  transition: .3s;
}
.category-il-presepe-piu-bello .button-go-back:hover {
  background-color: transparent;
  color: #e30613;
}




footer {
  font: normal 9pt / 16pt 'Roboto Condensed',sans !important;
}
footer.uk-block {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-bottom: 30px;
}
footer.tm-footer {
  border: none;
}
footer .menu-footer-container {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
footer .menu-footer-container ul {
  padding: 0;
  list-style: none;
}
footer #menu-footer {
  text-transform: uppercase;
}
footer #menu-footer > li {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 19.7%;
}
footer #menu-footer > li > a {
  font-weight: bold;
}
footer .footer-bottom-content {
  //font-size: inherit;
  //line-height: inherit;
  //color: inherit;
  text-align: center;
  font-size: 10pt;
}
footer #menu-footer-bottom {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
footer #menu-footer-bottom li {
  display: inline-block;
}
footer #menu-footer-bottom li:not(:last-child):after {
  content: ' - ';
}
footer #menu-footer-bottom li a {
  color: inherit;
}


footer #footer_fixed {
  position: fixed;
  bottom: 0; left:0;
  width: 100%;
  background-color: #fd0000;
  z-index: 9999999999;
  display: none;
}
footer #footer_fixed > * {
  text-align: center;
}
footer #footer_fixed #b_close {
  position: absolute;
  width: 40px; height: 40px;
  right: 0px; top: -40px;
  background-color: #fd0000;
  z-index: 999;
  border: none;
  color: #fff;
  cursor: pointer;
}
footer #footer_fixed #b_close:after {
  content: '+';
  position: absolute;
  width: 100%; height: 100%;
  top:0; left:0;
  transform: rotate(-45deg);
  line-height: 38px;
  font-size: 20px;
}


#onesignal-bell-launcher {
  right: 80px !important;
}



.uk-nav-offcanvas .uk-nav-header {
  color: #777;
  margin-top: 0;
  border-top: 1px solid rgba(0,0,0,.3);
  background: #404040;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.uk-nav-offcanvas > li > a {
  color: inherit;
}



@media ( max-width: 1220px ) {
  #row-menu-high * {
    font-size: 8pt;
  }
}

@media ( max-width: 1220px ) and ( min-width: 961px ) {
  #row-menu-comuni ul li {
    font-size: 11px;
  }
}

@media ( max-width: 960px ) {
  #row-menu-comuni ul li:nth-child(5) {
    border-right: none;
  }
  footer #menu-footer > li {
    width: 24.5%;
  }
}

@media ( max-width: 1220px ) and ( min-width: 768px ) {
  .authoring .pub {
    display: none;
  }
  .categories {
    padding-left: 0px;
  }
  .categories:before {
    display: none;
  }
}


@media (min-width: 769px) {
  aside.tm-tertiary {
    padding-left: 0;
  }
  #row-menu-high {
    border-bottom: 1px solid #f0f0f0;
  }
  #first-news {
//    position: absolute;
  }

  #lista-carri .custom-divider:nth-of-type(2n+1) {
    display: none;
  }
}

@media (max-width: 768px) {
  .uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 0px !important;
  }
  #loop-wrapper {
    border-right: none;
  }
  article {
    padding-right: 0px;
  }
  footer #menu-footer > li {
    width: 49%;
  }

  #row-top .social {
    display: none;
  }

  #page_contatti .icon_label,
  #page_contatti .description {
    width: 100%;
  }
  #page_contatti .icon_label {
    text-align: left;
    padding-bottom: 0;
  }

  #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
    bottom: 60px !important;
  }

  .uk-offcanvas-bar { max-width: 200px !important; }
  .uk-nav-offcanvas > li > a { padding: 8px 15px; }
}


@media ( min-width: 480px ) {
  .social-row .addthis_desktop {
    display: inline-block;
  }
  .social-row .addthis_mobile {
    display: none;
  }
}

@media ( max-width: 479px ) {
  .authoring .pub {
    display: none;
  }
  article {
    line-height: 14pt;
  }
  article .excerpt {
    line-height: inherit;
    font-size: .95em;
  }
  article .title h2 {
    font-size: 1.5rem !important;
    line-height: 1.6rem !important;
  }
  article .post-body {
    line-height: 18pt;
  }

  .uk-offcanvas-bar { max-width: 160px !important; }
  .uk-nav-offcanvas > li > a { padding: 5px 15px; }
}



/* === PLUGIN === */
.related_post {
  list-style: none;
  padding: 0;
  line-height: 1em;
}
.related_post li {
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}
.related_post .wp_rp_title {
  font: normal 18pt / 20pt 'Playfair Display',serif;
  display: block;
  margin-bottom: 5px;
}
.related_post .categories.main:before {
  display: none;
}
.related_post .categories.main {
  padding: 0;
}
.related_post .categories.main a {
  padding: 0;
  color: #E4010B;
}

.widget_wpp .wpp-list {
  padding: 0;
}
.widget_wpp .wpp-list li {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.widget_wpp .wpp-post-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2em;
}

ul.addthis_toolbox {
  list-style: none;
  padding: 0;
}
ul.addthis_toolbox li {
  display: inline;
}
.addthis_pill_style {
//  width: 50px !important;
}
.addthis_counter .valore {
  font-weight: normal;
  color: #999;
}
a.addthis_button_expanded {
	position: absolute;
	left: -1000000px;
}


.video-js {
  max-width: 100%;
}


#fb-root .fb_dialog {
  right: 8px !important;
  bottom: 15px !important;
}
#fb-root .fb_dialog_mobile {
  bottom: 50px !important;
}
#fb-resp-container {
	min-height: 400px;
}









.adrotate_bg {
  position: fixed;
  width: 1920px !important; height: auto;
  min-width: 1920px !important;
  top: 0; left: 50%;
  transform: translate(-50%, 0%);
}
.adrotate_bg_active .tm-site {
  margin-top: 80px;
}
.adrotate_mobile {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
}
.adrotate_mobile img {
  object-fit: cover;
  height: 80px;
}

.ad.single_content_ad .a-single {
  text-align: center;
}
ins.adsbygoogle {
  background-color: transparent;
}
article header .a-single {
  margin-top: 10px;
  margin-bottom: 0px;
}
article .post-body .g {
  margin: 20px 0 30px;
}


#cookie-law-info-bar {
	padding: 0px 10px 5px;
}


.hide-first-image img:first-child {
  display: none !important;
}


.grecaptcha-badge {
  display: none;
}



/* supsystic table manager */
.supsystic-table {
  width: 100%;
}
#supsystic-table-1 tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
#supsystic-table-1 td[data-x="1"] {
  text-align: center;
}



/* Popapp */
#pop .popapp {
  width: 800px; height: auto;
  background: #fefefe;
  margin: 40px auto 0;
  padding: 0px;
  position: relative;
  color: #333;
}

#pop .popapp.mobile {
  width: 300px; height: auto;
  margin: 80px auto 0;
}

#pop.overlapp {
  position: fixed; /* schermo intero*/
  top: 0; left: 0; right: 0; bottom: 0;
  height: 100vh;
  background: rgba(0,0,0,0.7); /* colore sfondo e opcità */
  text-align: center;
  display: block; /*cambiaremo in display: none*/
  z-index: 9999999999;
}

#pop #close {
  position: absolute;
  top: 0px;
  right: -30px;
  color: #fff;
  font-family: mono;
  font-weight: bold;
  font-size: 30px;
  transform:rotate(45deg);
  cursor: pointer;
}

#pop .mobile #close {
  top: -40px;
  right: 10px;
  font-size: 60px;
}

#pop #close:hover {
  cursor: pointer;
}











#menu-mobile .b_offcanvas {
  background: url(/assets/ico_mobile_apps.png) no-repeat;
  background-color: #cf171f;
  background-size: auto 18px;
  background-position: 90% 50%;
  font-weight: bold;
}
#menu-mobile .b_offcanvas a:hover {
  background: inherit;
  background-color: #404040;
}

#row-menu-high .link_scarica_app,
#header-shrink-row .container .link_scarica_app {
  font-weight: bold;
  color: #fff;
  padding-right: 20px;
}
#row-menu-high .link_scarica_app { color: inherit; }
#row-menu-high .link_scarica_app a:hover,
#header-shrink-row .container .link_scarica_app a:hover {
  color: inherit;
  text-decoration: none;
}

#page_webapplanding_content {
  border-top: 1px solid #eee;
  margin-bottom: 40px;
}
#page_webapplanding_content .uk-grid {
  border-bottom: 1px solid #eee;
}
#page_webapplanding_content * {
  font-family: "Playfair Display";
  text-align: center;
}
#page_webapplanding_content .top-row {
  margin-top: 40px;
  margin-bottom: 20px;
}
#page_webapplanding_content .top-row h1 {
  font-weight: bold;
}
#page_webapplanding_content .img-wrapper {
  margin-top: 40px;
}
#page_webapplanding_content .center-row {
  background-color: #f3f3f3;
  margin-bottom: 40px;
  padding: 50px 0 30px;
}
#page_webapplanding_content .center-row * {
  font-family: 'KSM';
  font-size: 22pt;
  line-height: 30pt;
  font-weight: bold;
  color: #e00f20;
}
#page_webapplanding_content .center-row .scarica-app,
#page_webapplanding_content .center-row > img {
  margin-bottom: 30px;
}
#page_webapplanding_content .center-row .scarica-app .img-baffo {
  position: relative;
}
#page_webapplanding_content .center-row .scarica-app .img-baffo:after {
  content: '';
  position: absolute;
  width: 150px; height: 30px;
  top: 26px;
  left: -45px;
  background: url(/assets/baffo.png) no-repeat;
  background-position: center;
  background-size: contain;
}
#page_webapplanding_content .badge-wrapper a img {
  max-height: 80px;
  margin: 10px;
  display: inline-block;
}
#page_webapplanding_content .contacts-wrapper {
  font-size: 90%;
  margin-bottom: 60px;
}
#page_webapplanding_content .contacts-wrapper h3 {
  font-size: 140%;
}
#page_webapplanding_content .contacts-wrapper a {
  color: #e00f20;
}
#page_webapplanding_content .contacts-wrapper a:hover {
  text-decoration: none;
  color: inherit;
}

.page-template-webapplanding #menu-comuni,
.page-template-webapplanding .footer-content {
  display: none;
}




@media (max-width: 767px) {

  #menu-mobile .b_offcanvas {
    background-position: center;
  }
  #menu-mobile .b_offcanvas a {
    color: transparent;
  }

}

.uk-offcanvas {
  /* let mobile menu overlap anything */
  z-index: 9999999999;
}
