@charset "UTF-8";
/* -------- */
/*
Theme Name: ATuttoNet
Theme URI: http://www.atuttonet.it/
Author: ATuttoNet Team
Author URI: https://www.atuttonet.it/
Description: Tema standard del network ATuttoNet
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atuttonet
*/
/* -------- */
/* RESET */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out; }

body {
  margin: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

input,
button,
select,
textarea,
.button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 7px 10px; }

button {
  border: 0; }

.button {
  display: inline-block; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

[role="button"] {
  cursor: pointer; }

/* -------- */
/* GRIGLIA */
.container {
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }

.container.full {
  width: 90%;
  margin: 0 auto; }

@media (max-width: 769px) {
  .container.full {
    width: 100%; } }

@media (min-width: 770px) {
  .container {
    width: 683px; } }

@media (min-width: 998px) {
  .container {
    width: 998px; } }

@media (min-width: 1200px) {
  .container {
    width: 998px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

@media (min-width: 770px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; } }

@media (min-width: 998px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; } }

/* -------- */
/* PAGINATION */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* -------- */
/* MODAL */
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 770px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 998px) {
  .modal-lg {
    width: 900px; } }

/* -------- */
/* CAROUSEL */
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }

.carousel-control.right {
  left: auto;
  right: 0; }

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .fa {
  position: absolute;
  top: 34%;
  width: auto;
  height: auto;
  margin-top: -10px;
  font-size: 50px; }

/* Carousel Control */
.carousel-control {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .fa {
  top: 44%;
  color: #C02929;
  font-size: 40px; }

.carousel-control .fa-chevron-left {
  left: -18px; }

.carousel-control .fa-chevron-right {
  right: -18px; }

.carousel.full .fa-chevron-right {
  right: 5px; }

.carousel.full .fa-chevron-left {
  left: 5px; }

.carousel:hover .fa-chevron-right {
  right: 0; }

.carousel:hover .fa-chevron-left {
  left: 0; }

.carousel-control .fa-chevron-right,
.carousel-control .fa-chevron-left {
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.carousel:hover .fa-chevron-right,
.carousel:hover .fa-chevron-left {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: "alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 100)"; }

/* -------- */
/* Carosello */
.carousel a {
  text-decoration: none; }

.carousel .item .box-testo {
  position: absolute;
  padding: 0% 2% 0% 2%;
  bottom: 10px;
  left: 20%;
  right: 20%; }

.carousel .item .box-testo hr {
  margin: 0; }

.carousel .item .box-testo .breadcrumb {
  text-transform: uppercase;
  margin: 0 0 7px 0; }

.carousel .item .box-testo .breadcrumb,
.carousel .item .box-testo hr {
  color: #333; }

@media (min-width: 770px) {
  .carousel:hover .item .box-testo {
    padding-bottom: 0;
    border-left: 0; }
  .carousel:hover .item .box-testo .titolo,
  .carousel:hover .item .box-testo .breadcrumb {
    color: #000; } }

@media (max-width: 769px) {
  .carousel .item .box-testo {
    position: initial;
    bottom: 0;
    max-width: 100%;
    min-height: 64px;
    padding: 0 30px;
    overflow: hidden;
    min-height: 190px; }
  .carousel:hover .item .box-testo {
    padding-bottom: 0; } }

/* -------- */
/* Carosello Home Full */
#carosello-home-full {
  background: transparent;
  max-width: 1400px;
  margin: 0 auto; }

.carousel.full img {
  width: 100%; }

@media (max-width: 460px) {
  #carosello-home-full .item .box-testo .titolo {
    font-size: 32px; }
  #carosello-home-full .item .maschera-immagine {
    padding-bottom: 55%; } }

/* -------- */
/* Carosello Articolo 4 Img */
.carousel-4 img {
  width: 25% !important;
  float: left;
  border: 1px solid #fff; }

/* -------- */
/* Modal */
.modal img {
  width: 100%;
  height: auto; }

/* -------- */
/* Paginazione */
.paginazione {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family:  Verdana ,sans-serif;
  font-weight: 600; }

.paginazione .page-numbers {
  color: #fff;
  background: #C02929;
  padding: 9px 15px;
  display: inline-block;
  margin: 1px 0;
  border-radius: 7px; }

.paginazione .page-numbers {
  border-bottom: 3px solid #af2525; }

.paginazione .page-numbers.current {
  background: #888;
  border-bottom: 3px solid #666; }

.paginazione .page-numbers:hover {
  background: #d12d2d; }

.paginazione .page-numbers.current:hover {
  background: #929292; }

/* -------- */
/* Paginazione TOP */
.paginazione-top {
  text-align: right;
  color: #fff;
  padding-right: 4px;
  margin-bottom: 4px;
  height: 41px; }

.paginazione-top a {
  background: #888;
  color: #fff;
  padding: 8px 10px;
  margin-left: 5px; }

/* -------- */
/* TRANSIZIONI */
/* Ingrandimento immagine */
.articolo-home-grande a:first-child:hover,
.articoli-home .articolo-home a:first-child:hover,
.articolo-home-orizzontale a:first-child {
  overflow: hidden; }

.commenti-articolo img:hover,
.galleria-immagini img:hover,
.articolo-home-grande img:hover,
.articoli-home .articolo-home img:hover,
.articolo-home-orizzontale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.carousel-4:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* Transizione ALL */
.transizione-all {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.transizione-all-04 {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

/* Opacità */
.opacita-1 {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: "alpha(Opacity= 100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 100)"; }

.opacita-02 {
  opacity: 0.2;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  filter: "alpha(Opacity= 20)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 20)"; }

/* -------- */
/* FONT */
body {
  font-family: "Merriweather", sans-serif;
  font-size: 18px;
  background: #fcf7f9;
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important; }

ul > li > ul > li {
  padding-left: 15px; }

h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Montserrat", serif;
  font-weight: 600;
  line-height: 1.2; }

h4, h5, h6, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.1; }

.h1, h1 {
  font-size: 39px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px; }

.h2, h2 {
  font-size: 32px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px; }

.h3, h3 {
  font-size: 26px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 10px; }

.h4, h4 {
  font-size: 21px; }

.h5, h5 {
  font-size: 18px; }

.h6, h6 {
  font-size: 16px; }

p {
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
  font-family: "Merriweather"; }

.breadcrumb {
  font-size: 14px;
  font-style: italic;
  font-family: "Merriweather", serif; }

@media (max-width: 769px) {
  .breadcrumb a {
    padding: 11px 8px;
    display: inline-block; } }

blockquote {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 21px;
  line-height: 30px;
  color: #666;
  position: relative;
  margin: 25px; }

blockquote:before {
  content: "“";
  position: absolute;
  left: -20px;
  top: -12px;
  float: left; }

blockquote:after {
  content: "”";
  position: absolute;
  right: -20px;
  bottom: -24px;
  float: left; }

.cen {
  text-align: center; }

figure {
  margin-left: 0;
  font-size: 12px;
  font-style: italic; }

@media (max-width: 997px) {
  body {
    font-size: 18px; }
  .h1, h1 {
    font-size: 32px; }
  .h2, h2 {
    font-size: 27px; }
  .h3, h3 {
    font-size: 23px; }
  .h4, h4 {
    font-size: 17px; }
  .h5, h5 {
    font-size: 16px; }
  .h6, h6 {
    font-size: 15px; }
  p {
    font-size: 18px; }
  .breadcrumb {
    font-size: 14px; }
  .categoria {
    font-size: 14px;
    font-weight: 600; } }

.articolo-singolo .descrizione-articolo > a,
.articolo-singolo .descrizione-articolo > p > a {
  font-weight: 700;
  text-decoration: underline; }

.articolo-singolo .descrizione-articolo ul,
.articolo-singolo .descrizione-articolo ol {
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
  font-family: "Merriweather";
  padding-left: 18px; }

.articolo-singolo .descrizione-articolo ul {
  list-style: disc;
  padding-left: 25px; }

.articolo-singolo .descrizione-articolo ol li,
.articolo-singolo .descrizione-articolo ul li {
  padding-bottom: 10px; }

@media (max-width: 769px) {
  .articolo-singolo .descrizione-articolo > a,
  .articolo-singolo .descrizione-articolo > p > a {
    padding: 11px 2px; } }

/* -------- */
/* Icomoon svg fonts */
@font-face {
  font-family: 'social-icons';
  src: url("../css/social-icons/social-icons.eot?60wts0");
  src: url("../css/social-icons/social-icons.eot?60wts0#iefix") format("embedded-opentype"), url("../css/social-icons/social-icons.ttf?60wts0") format("truetype"), url("../css/social-icons/social-icons.woff?60wts0") format("woff"), url("../css/social-icons/social-icons.svg?60wts0#social-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e900"; }

.icon-feed:before {
  content: "\e901"; }

.icon-flipboard:before {
  content: "\e902"; }

.icon-googleplus:before {
  content: "\e903"; }

.icon-playedicola .path1:before {
  content: "\e904";
  color: #9c0cd7; }

.icon-playedicola .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: black; }

.icon-playedicola .path3:before {
  content: "\e906";
  margin-left: -1em;
  color: black; }

.icon-playedicola .path4:before {
  content: "\e907";
  margin-left: -1em;
  color: black; }

.icon-playedicola .path5:before {
  content: "\e908";
  margin-left: -1em;
  color: black; }

.icon-twitter:before {
  content: "\e909"; }

.icon-youtube:before {
  content: "\e90a"; }

/* ----- */
/* Controllo su dimensionamento immagini */
.maschera-immagine {
  overflow: hidden;
  position: relative;
  display: block; }

.maschera-immagine.h67 {
  width: 100%;
  height: 0;
  padding-bottom: 67%; }

.maschera-immagine.h30 {
  width: 100%;
  height: 0;
  padding-bottom: 35%; }

.maschera-immagine.h24 {
  width: 100%;
  height: 0;
  padding-bottom: 24%; }

.maschera-immagine.wh120 {
  width: 120px;
  height: 120px; }

.maschera-immagine.w70h40 {
  width: 70px;
  height: 40px; }

.maschera-immagine img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  width: 130%;
  top: 0;
  left: -50%;
  right: -50%;
  bottom: 0;
  height: auto; }

@media (max-width: 769px) {
  .maschera-immagine.h24 {
    padding-bottom: 32%; } }

/* -------- */
/* Tasto su immagini articolo */
/* Immagini articolo */
.descrizione-articolo img {
  width: 100%;
  height: auto; }

.descrizione-articolo img.img-amazon-ref {
  width: auto; }

.aalb-product-carousel-unit * .zoom-immagine-articolo {
  display: none; }

.descrizione-articolo .img-articolo {
  position: relative;
  display: block; }

.descrizione-articolo .zoom-immagine-articolo {
  position: absolute;
  bottom: calc(50% - 40px);
  right: calc(50% - 60px);
  padding: 15px 18px;
  margin: 10px 15px;
  font-size: 34px;
  color: #fff;
  background-color: #C02929;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: "alpha(Opacity=60)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 60)";
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.descrizione-articolo a:hover > .zoom-immagine-articolo {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  filter: "alpha(Opacity= 80)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 80)"; }

.descrizione-articolo .carousel .zoom-immagine-articolo {
  bottom: -120px; }

/* STILE */
ul > li > ul > li {
  padding-left: 0; }

/* Tasto */
.tasto {
  margin-bottom: 15px; }

.tasto.full button,
.tasto.full .button {
  width: 100%; }

/* -------- */
/* ELEMENTI SITO */
/* Sito Header */
header.sito-header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0; }

/* Header in [admin] */
body.customize-support header.sito-header,
body.customize-support header.sito-header.scroll {
  top: 32px; }

@media (max-width: 769px) {
  body.customize-support header.sito-header .sito-header-centro {
    top: 46px; }
  body.customize-support header.sito-header.scroll .sito-header-centro {
    top: 0; }
  body.customize-support header.sito-header ul.sito-menu {
    top: 111px; } }

header.sito-header.scroll {
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  filter: "alpha(Opacity= 90)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 90)"; }

/* ---------------- */
/* ---------------- */
/* ---------------- */
/* Sito Header Sopra */
.sito-header-sopra {
  font-family: "Merriweather", serif; }

.sito-header-sopra ul {
  text-align: center; }

.sito-header-sopra ul li {
  display: inline-block; }

.sito-header-sopra ul li a {
  padding: 0 5px;
  font-size: 14px;
  line-height: 25px; }

/* ---------------- */
/* ---------------- */
/* ---------------- */
/* Sito Header Centro */
.sito-header-centro {
  padding: 12px 0 7px 0; }

/* Tasto Home Mobile */
button.tasto-home-mobile {
  display: none;
  float: left;
  margin-right: 15px;
  padding: 14px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

button.tasto-home-mobile .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

button.tasto-home-mobile .icon-bar + .icon-bar {
  margin-top: 4px; }

/* Logo */
.sito-header-logo {
  float: left;
  height: 54px;
  font-size: 18px;
  margin: 0; }

.sito-header-logo img {
  height: 100%;
  width: auto; }

@media (max-width: 769px) {
  .sito-header-logo {
    height: 44px; } }

/* Header social */
.sito-header-centro .widget-tasti-social {
  float: right;
  width: 300px;
  padding-right: 15px;
  margin-bottom: 0; }

.sito-header-centro .widget-tasti-social a {
  line-height: 44px; }

header.sito-header.scroll .sito-header-centro .widget-tasti-social a {
  line-height: 30px; }

/* WIDGET SEZIONI */
.widget-sezioni-menu {
  float: right;
  width: 500px;
  padding-right: 15px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  text-align: center; }

.widget-sezioni-menu.mobile {
  display: none; }

header.sito-header.scroll .widget-sezioni-menu li a {
  line-height: 28px; }

.widget-sezioni-menu li {
  display: inline-block;
  width: 32%; }

.widget-sezioni-menu li a {
  line-height: 44px;
  font-size: 13px; }

.widget-sezioni-menu li a i {
  font-size: 21px;
  vertical-align: sub; }

@media (max-width: 997px) {
  .widget-sezioni-menu {
    width: 200px; }
  .widget-sezioni-menu li {
    width: 30%; }
  .widget-sezioni-menu li a span {
    display: none; } }

@media (max-width: 769px) {
  .widget-sezioni-menu.mobile {
    display: block;
    position: fixed;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid #fff;
    background: #C02929;
    -moz-box-shadow: 0px 0px 59px 10px #6c1717;
    -webkit-box-shadow: 0px 0px 59px 10px #6c1717;
    box-shadow: 0px 0px 59px 10px #6c1717; }
  .widget-sezioni-menu li a {
    line-height: 32px; }
  .widget-sezioni-menu li a span {
    display: inline-block;
    padding-left: 5px; }
  .widget-sezioni-menu.desktop {
    display: none; }
  .widget-sezioni-menu li {
    width: 32%; } }

/* Cerca */
.modulo-cerca {
  font-family: "Merriweather";
  float: right; }

.modulo-cerca input[type="text"] {
  font-style: italic;
  border: 0;
  border-bottom: 2px solid #888;
  font-size: 17px;
  line-height: 40px;
  vertical-align: bottom;
  padding: 0 0 0 10px;
  max-width: 190px; }

.modulo-cerca button {
  border: none;
  font-size: 22px;
  line-height: 44px;
  padding: 0 15px;
  margin-left: -5px; }

.modulo-cerca input,
.modulo-cerca button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* ---------------- */
/* ---------------- */
/* ---------------- */
/* Sito Header Sotto */
.sito-header-sotto {
  text-align: center;
  font-family: "Montserrat", sans-serif; }

/* Menu e Sottomenu */
ul.sito-menu li {
  display: inline-block; }

ul.sito-menu li a {
  display: block;
  padding: 15px 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 13px; }

ul.sito-menu > li > a:hover::after,
ul.sito-menu > li.active > a::after {
  content: '';
  width: 30%;
  margin-left: -15%;
  position: absolute;
  left: 50%;
  top: 35px;
  border-bottom: 2px solid #fff;
  display: block; }

ul.sito-menu > li > a > i {
  display: none; }

ul.sito-submenu {
  text-align: center;
  padding: 0 15px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10; }

ul.sito-menu li.solo-mobile {
  display: none; }

ul.sito-submenu li.logo a {
  display: none; }

/* Widget Tasti Social */
.sito-header-sotto .widget-tasti-social {
  display: none; }

/* Visibilità sottomenu in hover */
ul.sito-menu li ul {
  display: none; }

ul.sito-menu li:hover ul {
  display: block; }

/* ---------------- */
/* ---------------- */
/* ---------------- */
/* @ Media Sito Header */
@media (max-width: 997px) {
  .sito-header-centro {
    padding: 15px 0; }
  ul.sito-menu li a {
    padding: 15px 5px;
    font-size: 12px; }
  ul.sito-menu > li.active > a::before {
    display: none; }
  .sito-header-centro .widget-tasti-social {
    display: none; } }

@media (max-width: 769px) {
  .sito-header-sopra {
    display: none; }
  .sito-header-centro {
    padding: 6px 6px 6px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    border-bottom: 9px solid #ab2525; }
  button.tasto-home-mobile {
    display: block;
    position: absolute; }
  .sito-header-centro .sito-header-logo {
    text-align: center;
    width: 100%;
    line-height: 40px; }
  .sito-header-centro .sito-header-logo img {
    width: auto;
    max-width: 293px;
    height: auto;
    max-height: 44px; }
  .modulo-cerca {
    position: absolute;
    right: 5px; }
  .modulo-cerca.active {
    width: 82%; }
  .modulo-cerca input {
    display: none; }
  .modulo-cerca button {
    float: right; }
  .modulo-cerca.active input {
    display: inline-block;
    position: absolute;
    right: 50px;
    width: 80%;
    line-height: 42px; }
  .sito-header-sotto {
    z-index: 10; }
  /* Menu e Submenu - Visibilità Click [Active] */
  ul.sito-menu {
    display: none; }
  ul.sito-menu.active {
    display: block; }
  /* Menu e Submenu */
  ul.sito-menu {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 9999;
    padding-bottom: 45px; }
  ul.sito-menu > li > a > i {
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 15px; }
  ul.sito-menu > li > a,
  ul.sito-submenu > li > a {
    padding: 15px; }
  ul.sito-menu > li {
    width: 50%;
    display: block;
    text-align: left; }
  ul.sito-menu > li > a:hover::after,
  ul.sito-menu > li.active > a::after {
    display: none; }
  ul.sito-submenu {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 65px;
    overflow-y: scroll;
    padding-bottom: 300px; }
  ul.sito-submenu > li {
    width: 100%; }
  ul.sito-submenu li.logo a {
    display: block;
    font-size: 17px;
    border-bottom: 3px solid #fff; }
  ul.sito-menu::-webkit-scrollbar,
  ul.sito-submenu::-webkit-scrollbar {
    display: none; }
  ul.sito-menu li.solo-mobile {
    display: block; }
  /* Widget tasto social */
  .sito-header-sotto .widget-tasti-social {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid #fff;
    background: #C02929;
    -moz-box-shadow: 0px 0px 59px 10px #6c1717;
    -webkit-box-shadow: 0px 0px 59px 10px #6c1717;
    box-shadow: 0px 0px 59px 10px #6c1717; }
  .sito-header-sotto .widget-tasti-social li {
    display: inline-block;
    width: 12.28%;
    padding-right: 4px; }
  .sito-header-sotto .widget-tasti-social li a {
    font-size: 16px; } }

/* -------- */
/* SITO CORPO MAIN */
.sito-corpo {
  overflow: hidden;
  position: relative;
  padding: 0 18px;
  margin-top: 5px; }

.sito-main {
  width: 647px;
  float: left;
  padding: 0 15px 0 15px; }

@media (max-width: 997px) {
  .sito-main {
    width: 100%;
    padding: 0 0 15px 0; } }

@media (max-width: 769px) {
  .sito-corpo {
    padding: 0 11px; } }

#main-0 {
  padding-top: 18px; }

/* TASTO HOME GALLERIA IMMAGINI */
.tasto-menu-home-galleria {
  display: none;
  padding: 8px 15px;
  background: #888;
  color: #fff; }

@media (max-width: 769px) {
  .tasto-menu-home-galleria {
    width: 100%;
    text-align: center; } }

/* HOME GALLERIA IMMAGINI */
.home-galleria-main-box {
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 8px; }

.home-galleria-main-box a {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.home-galleria-main-box:hover .maschera-immagine {
  opacity: 0.8; }

.home-galleria-main-box .box-testo {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -20px; }

.home-galleria-main-box:hover .box-testo {
  opacity: 1;
  padding: 6px 10px;
  background: #C02929;
  color: #fff; }

.home-galleria-main .paginazione {
  overflow: hidden;
  width: 100%;
  padding-top: 10px; }

.home-galleria-main .paginazione .page-numbers {
  background: #525252; }

.home-galleria-main-box {
  background: #333; }

@media (min-width: 770px) {
  .container-galleria.single .home-galleria-main-box {
    min-height: 600px; } }

.home-galleria-main-box .widget-slider-galleria {
  padding: 20px 40px; }

.home-galleria-main-box .widget-slider-galleria .slider-centro {
  position: relative; }

.home-galleria-main-box .widget-slider-galleria .slider-centro a {
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
  cursor: pointer; }

.home-galleria-main-box .widget-slider-galleria .slider-centro .carousel-control {
  width: 33px; }

.home-galleria-main-box .widget-slider-galleria .slider-centro .carousel-control .fa {
  font-size: 75px;
  text-align: center; }

.home-galleria-main-box .widget-slider-galleria .slider-centro .left.carousel-control {
  left: -20px; }

.home-galleria-main-box .widget-slider-galleria .slider-centro .right.carousel-control {
  right: -20px; }

.home-galleria-main-box .widget-slider-galleria .slider-centro .left.carousel-control .fa {
  margin-left: -15px; }

.home-galleria-main-box .widget-slider-galleria .slider-centro .right.carousel-control .fa {
  margin-left: -12px; }

.home-galleria-side-box {
  padding: 0 40px; }

@media (max-width: 769px) {
  .container-galleria.single .home-galleria-main-box {
    padding: 0; }
  .home-galleria-main-box .widget-slider-galleria {
    padding: 20px 0 0 0; }
  .home-galleria-main-box .widget-slider-galleria .slider-centro .left.carousel-control {
    left: 0; }
  .home-galleria-main-box .widget-slider-galleria .slider-centro .right.carousel-control {
    right: 0; } }

/* MENU HOME GALLERIA */
ul#menu-home-galleria a {
  color: #333;
  font-size: 14px;
  font-family: 'Open Sans'; }

ul#menu-home-galleria > li > a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #555; }

ul#menu-home-galleria > li > ul > li > a {
  font-size: 15px;
  color: #444;
  padding: 10px 0px;
  display: inline-block; }

ul#menu-home-galleria .children {
  overflow: hidden;
  height: 0; }

ul#menu-home-galleria .children.aperto {
  overflow: hidden;
  height: auto; }

.container-galleria {
  overflow: hidden; }

.container-galleria.home {
  background: #333;
  padding: 8px 4px 0 4px; }

.box-dim {
  width: 200px; }

@media (min-width: 1400px) {
  .box-dim {
    width: 870px; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .box-dim {
    width: 740px; } }

.par-fix-resp {
  position: relative;
  width: 100%;
  padding: 0 !important; }

.fix-box-250 {
  width: 218px;
  float: left;
  padding: 70px 18px 0 18px; }

.resp-box-250 {
  display: table-cell; }

@media (max-width: 769px) {
  .resp-box-250 {
    display: block;
    padding-top: 15px; } }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* HOME GALLERIA IMMAGINI - MOBILE */
@media (max-width: 769px) {
  .fix-box-250 {
    width: auto;
    float: none;
    padding: 15px; }
  .tasto-menu-home-galleria {
    display: inline-block; }
  #menu-home-galleria {
    padding: 20px 0;
    display: none; }
  #menu-home-galleria.aperto {
    display: block; } }

/* Vota articolo */
.articolo-singolo #vota-articolo {
  margin-bottom: 18px;
  font-family: "Merriweather", serif;
  font-style: italic; }

/* -------- */
/* HOME */
.articoli-home {
  overflow: hidden; }

/* Correlato interno articolo */
.correlato-interno-art {
  margin: 0;
  padding: 21px 0 21px 21px;
  border-left: 4px solid #C02929; }

/* Correlato fine articolo */
.correlato-fine-articolo {
  font-size: 23px;
  text-align: right; }

.correlato-fine-articolo a {
  display: inline-block; }

/* Articolo Home */
@media (max-width: 769px) {
  .articolo-home {
    padding: 0; } }

/* Articolo Home Grande */
.articolo-home-grande .titolo {
  padding-left: 5px; }

.articolo-home-grande img {
  width: 100%;
  height: auto; }

/* ----- */
/* Articolo Home Orizzontale */
.articolo-home-orizzontale {
  position: relative;
  display: block;
  overflow: hidden; }

.articolo-home-orizzontale a:first-child {
  width: 42%;
  float: left;
  margin-right: 15px;
  position: relative; }

.articolo-home-orizzontale .titolo {
  width: 55%;
  display: inline-block;
  padding-left: 5px;
  margin-top: 0;
  margin-right: -8px; }

.articolo-home-orizzontale a .categoria {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 16px; }

.articolo-home-orizzontale.full a:first-child {
  width: 32%; }

.articolo-home-orizzontale.full .titolo {
  min-width: 65%; }

@media (max-width: 769px) {
  .articolo-home-orizzontale a .categoria {
    position: relative;
    padding: 8px;
    display: block; } }

@media (max-width: 499px) {
  .articolo-home-orizzontale a:first-child,
  .articolo-home-orizzontale.full a:first-child {
    width: 100%; }
  .articolo-home-orizzontale .titolo,
  .articolo-home-orizzontale.full a:first-child {
    width: 100%;
    padding-top: 15px; } }

/* ----- */
.articolo-home-grande a,
.articolo-home a {
  position: relative;
  display: block; }

.articolo-home-grande a .categoria,
.articolo-home a .categoria {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 16px; }

.articolo-home-grande a .categoria:after,
.articolo-home a .categoria:after {
  content: '\f0dd';
  font-family: FontAwesome;
  font-size: 29px;
  text-align: center;
  margin-left: -21px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -12px; }

/* FINE HOME */
/* WIDGET ARTICOLO */
/* Widget Correlati MAIN e FULL */
.widget-main-correlati {
  margin: 0 0 20px 0;
  width: 100%;
  overflow: hidden; }

.widget-main-correlati ul {
  list-style: none !important;
  padding-left: 1px !important; }

.widget-main-correlati ul li {
  line-height: 2em !important;
  font-size: 18px !important; }

.widget-main-correlati .titolo {
  margin-top: 0; }

.widget-main-correlati a.correlato {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: none;
  padding-left: 0; }

.widget-main-correlati a.correlato:last-child {
  margin-bottom: 0; }

.widget-main-correlati a.correlato .maschera-immagine {
  float: left;
  margin-right: 15px; }

.widget-main-correlati a.correlato .titolo {
  margin-top: 0; }

.widget-main-correlati a.correlato p {
  margin-bottom: 0; }

.widget-main-correlati a {
  color: #333 !important; }

.widget-main-correlati a:hover,
.widget-main-correlati a:focus {
  color: #333 !important; }

.widget-main-correlati a.correlato:hover {
  margin-left: -4px; }

/* FULL - Intera larghezza compresa sidebar (HOME) */
.widget-main-correlati.full a.correlato {
  padding-left: 15px; }

.widget-main-correlati.full a.correlato:hover {
  margin-left: 0; }

@media (max-width: 997px) and (min-width: 769px) {
  .widget-main-correlati a.correlato .titolo {
    font-size: 19px; } }

@media (max-width: 997px) {
  .widget-main-correlati a.correlato .maschera-immagine {
    width: 110px;
    height: 110px; } }

@media (max-width: 769px) {
  .widget-main-correlati ul {
    display: flex;
    flex-direction: column;
    list-style: none; }
  .widget-main-correlati a.correlato {
    width: 100%;
    padding: 4px 4px 4px 0; }
  .widget-main-correlati a.correlato .maschera-immagine {
    width: 65px;
    height: 65px; } }

@media (max-width: 460px) {
  .widget-main-correlati a.correlato {
    padding: 0; }
  .widget-main-correlati a.correlato .titolo {
    font-size: 19px;
    margin: 0; } }

/* ----- */
/* WIDGET AUTORE */
.widget-autore {
  margin: 18px 0; }

.widget-autore > div:first-child {
  margin-right: 12px !important; }

.widget-autore .link-autore,
.widget-autore .link-commenti {
  margin-top: 15px;
  margin-right: 15px;
  display: inline-block; }

/* WIDGET TAGS */
.widget-tags {
  overflow: hidden;
  position: relative;
  height: 31px;
  margin-bottom: 18px; }

.widget-tags.aperto {
  height: auto; }

.widget-tags a {
  margin: 0 8px 2px 0;
  padding: 6px 10px;
  font-size: 15px;
  background: #888;
  width: auto;
  display: inline-block;
  float: none; }

.widget-tags a.tasto-apri-tags {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
  padding-top: 9px;
  border-left: 1px solid #FFF; }

@media (max-width: 769px) {
  .widget-tags {
    height: 41px; }
  .widget-tags a {
    margin: 0 2px 2px 0;
    padding: 11px 10px; }
  .widget-tags a.tasto-apri-tags {
    padding-top: 14px;
    padding-left: 16px;
    padding-right: 16px; } }

/* ----- */
/* WIDGET TAGS scrollbar */
/* ----- */
/* Commenti Articolo MAIN */
#comments ol.comment-list {
  margin: 0; }

#comments .comment-list .comment {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  overflow: hidden; }

#comments .comment-list .comment p {
  margin-top: 3px;
  margin-bottom: 16px; }

#comments .comment-list .comment img {
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px; }

#comments .comment-list .comment .comment-author {
  font-weight: 700; }

#comments .comment-list .comment .comment-metadata {
  color: #888; }

#comments .comment-list .comment .depth-2,
#comments .comment-list .comment .depth-3,
#comments .comment-list .comment .depth-4,
#comments .comment-list .comment .depth-5 {
  padding-left: 30px;
  border-bottom: none; }

#comments textarea#comment {
  max-height: 100px; }

#commentform .form-button {
  padding-top: 35px; }

.mc4wp-checkbox.mc4wp-checkbox-wp-comment-form {
  bottom: 75px;
  left: 15px;
  margin: 0; }

.mc4wp-checkbox.mc4wp-checkbox-wp-comment-form span {
  font-size: 15px !important; }

#lista-commenti-box .mc4wp-checkbox.mc4wp-checkbox-wp-comment-form {
  position: relative; }

#lista-commenti-box.aperto .mc4wp-checkbox.mc4wp-checkbox-wp-comment-form {
  position: absolute; }

@media (max-width: 769px) {
  a#apri-lista-commenti {
    padding: 11px; } }

/* ----- */
/* Se più di 5 commenti */
.comment-list {
  overflow: hidden;
  border-bottom: 3px solid #C02929; }

.comment-list.aperto {
  height: auto; }

.tasto-apri-commenti {
  display: block;
  float: left;
  margin: 20px 0 10px 20px;
  padding: 6px 10px;
  background: #C02929;
  color: #fff; }

.tasto-apri-commenti:hover {
  color: #fff; }

#lista-commenti-box {
  height: 0;
  overflow: hidden; }

#lista-commenti-box.aperto {
  width: 100%;
  height: auto; }

/* Widget Scrivi Commento Articolo MAIN */
#respond {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px; }

#respond .form-nome-utente {
  padding-bottom: 15px; }

#respond .form-nome-utente input {
  width: 100%; }

#respond .form-email {
  padding-bottom: 15px; }

#respond .form-email input {
  width: 100%; }

#respond .form-testo textarea {
  width: 100%; }

#respond #submit {
  margin-top: 10px;
  width: 100%; }

/* ----- */
/* Widget Scrivi Commento Articolo MAIN */
/* Newsletter Widget main e aside */
.newsletter-widget {
  display: inline-block;
  width: 100%; }

.newsletter-widget .form-email input {
  width: 100%; }

.newsletter-widget.aside .form-email {
  padding-bottom: 15px; }

.newsletter-widget button {
  width: 100%; }

.newsletter-widget .checkbox {
  overflow: hidden;
  padding: 0 15px 15px 15px;
  font-size: 11px; }

@media (max-width: 769px) {
  .newsletter-widget .form-email {
    padding-bottom: 15px; } }

/* ----- */
/* Widget Correlati MAIN e FULL */
.widget-correlati {
  overflow: hidden;
  display: block; }

.widget-correlati a.correlato {
  display: inline-block;
  margin: 15px 0;
  vertical-align: top;
  position: relative; }

.widget-correlati a.correlato .box-testo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 15px;
  border-top: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00,endColorstr=#ffffff00);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00); }

.widget-correlati a.correlato .box-testo .titolo {
  text-align: center;
  padding: 8px;
  margin: 0;
  color: #000;
  font-family: "Merriweather";
  font-weight: 600; }

.widget-correlati a.correlato .box-testo::before {
  content: '\f0d8';
  font-family: FontAwesome;
  font-size: 34px;
  text-align: center;
  display: block;
  width: 100%;
  position: absolute;
  top: -24px;
  padding-right: 40%;
  color: #fff; }

.widget-correlati a.correlato:hover .box-testo {
  padding-bottom: 10px; }

@media (min-width: 360px) and (max-width: 769px) {
  .widget-correlati a.correlato .box-testo .titolo {
    font-size: 26px; } }

/* Correlato FULL */
.widget-correlati a.correlato.full {
  width: 22%;
  display: inline-block;
  padding: 0;
  margin: 0 1%; }

@media (max-width: 769px) {
  .widget-correlati a.correlato {
    width: 100%;
    margin-bottom: 15px; } }

/* ----- */
/* Widget Slider Galleria MAIN e FULL */
.widget-slider-galleria {
  font-size: 16px; }

.widget-slider-galleria .slider-sopra .slider-prev,
.widget-slider-galleria .slider-sopra .slider-next {
  display: inline-block;
  width: 10%;
  margin-right: -4px;
  text-align: center;
  font-size: 30px;
  vertical-align: middle; }

.widget-slider-galleria .slider-sopra .titolo {
  display: inline-block;
  width: 80%;
  margin-right: -4px;
  text-align: center;
  vertical-align: middle; }

.widget-slider-galleria .slider-centro {
  margin-bottom: 20px; }

.widget-slider-galleria .slider-centro img {
  width: 100%; }

.widget-slider-galleria .slider-sotto {
  padding: 0;
  font-family: "Open Sans", sans-serif;
  overflow: hidden; }

.widget-slider-galleria .slider-sotto a {
  float: left;
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

.widget-slider-galleria .slider-sotto a i {
  font-size: 25px;
  vertical-align: middle; }

.widget-slider-galleria .galleria-immagini {
  margin: 20px 0; }

.widget-slider-galleria .galleria-immagini a {
  display: inline-block;
  overflow: hidden;
  width: 24%;
  margin: 0.20%; }

.widget-slider-galleria .galleria-immagini a img {
  width: 100%; }

@media (max-width: 769px) {
  .widget-slider-galleria .galleria-immagini a {
    width: 32.1%; } }

@media (max-width: 422px) {
  .widget-slider-galleria .galleria-immagini a {
    width: 48.5%; } }

/* ----- */
/* FINE WIDGET ARTICOLO */
/* SITO ASIDE */
@media (min-width: 998px) {
  .sito-aside {
    width: 300px;
    float: right; } }

@media (max-width: 997px) {
  .sito-aside {
    overflow: hidden;
    width: 100%; } }

/* ----- */
/* ASIDE Widget */
.aside-widget {
  margin-bottom: 18px;
  overflow: hidden; }

.aside-widget header {
  padding-left: 15px;
  padding-right: 10px;
  margin-bottom: 15px;
  border-bottom: 3px solid #C02929; }

.aside-widget header > span,
.aside-widget header i {
  line-height: 40px;
  vertical-align: middle; }

.aside-widget header i {
  padding-right: 10px;
  font-size: 20px; }

.aside-widget header .titolo {
  font-family: "Merriweather", serif;
  font-style: italic; }

/* ----- */
/* ASIDE Articoli del mese */
.aside-widget ul.widget-lista li {
  margin-bottom: 15px;
  overflow: hidden; }

.aside-widget ul.widget-lista .numero {
  float: left;
  vertical-align: middle;
  padding: 3px 9px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  min-width: 30px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border: 50%;
  border-radius: 50%; }

.aside-widget ul.widget-lista .titolo {
  margin: 0; }

@media (max-width: 769px) {
  .aside-widget ul.widget-lista .titolo a {
    padding: 6px 8px 18px 0;
    display: inline-block; } }

/* ----- */
/* ASIDE Articoli associati */
.aside-widget.articoli-associati a {
  margin-bottom: 18px; }

.aside-widget.articoli-associati a:last-child {
  margin-bottom: 0; }

/* ASIDE Articolo associato con foto */
.aside-widget.articoli-associati a.articolo-associato {
  position: relative;
  display: block;
  padding-left: 0;
  padding-right: 0;
  color: #000; }

.aside-widget.articoli-associati a.articolo-associato p {
  padding: 9px; }

.aside-widget.articoli-associati a.articolo-associato .titolo {
  position: absolute;
  bottom: 9px;
  left: 0;
  max-width: 90%;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00,endColorstr=#ffffff00);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00); }

/* ASIDE Articolo associato solo testo */
.aside-widget.articoli-associati a.articolo-associato-testuale .titolo {
  margin: 20px 0; }

@media (max-width: 997px) {
  .aside-widget.articoli-associati a.articolo-associato img {
    width: 100%;
    height: auto; }
  .aside-widget.articoli-associati a.articolo-associato .titolo {
    left: 9px; } }

/* ----- */
/* ASIDE Tasti Social */
.widget-tasti-social li {
  display: inline-block;
  width: 14.28%;
  padding-right: 4px; }

.widget-tasti-social li:last-child {
  padding-right: 0; }

.widget-tasti-social a {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 35px; }

@media (max-width: 769px) {
  .widget-tasti-social a {
    line-height: 40px; } }

/* FINE ASIDE */
/* SITO FOOTER */
.sito-footer {
  font-family: "Merriweather", serif;
  font-size: 12px;
  margin: 30px 0 0 0;
  text-align: center;
  padding: 15px; }

@media (max-width: 769px) {
  .sito-footer {
    margin-bottom: 40px; }
  .sito-footer a {
    padding: 13px 8px;
    display: inline-block; } }

/* ----- */
/* INDICE SITO */
#toc_container {
  background: #f5f5f5;
  padding: 10px 20px 7px 0px;
  border: 1px solid #e4e4e4; }

.toc_title {
  padding: 0 0 5px 25px;
  margin: 0;
  font-family: "Montserrat", serif;
  font-weight: 600;
  line-height: 1.2;
  color: #5a5a5a; }

#toc_container a {
  font-size: 16px;
  font-family: "Montserrat", serif;
  text-decoration: underline; }

@media (max-width: 769px) {
  #toc_container a {
    padding: 15px 0; } }

#toc_container ul {
  list-style-type: none;
  color: #337ab7; }

#toc_container ul li {
  line-height: 27px;
  padding-bottom: 3px; }

#toc_container ul li {
  list-style: none; }

#toc_container ul li:before {
  font-family: fontAwesome;
  margin-right: 10px;
  font-size: 10px;
  /*line-height: 30px;*/
  vertical-align: middle;
  color: #5a5a5a; }

#toc_container ul > li:before {
  content: "\f054"; }

#toc_container ul > li > ul > li {
  /* padding-left: 15px; */ }

#toc_container ul > li > ul > li:before {
  content: "\f105";
  font-size: 14px; }

#toc_container ul > li > ul > li > ul > li:before {
  content: "-";
  font-size: 23px;
  vertical-align: bottom; }

@media (max-width: 769px) {
  #toc_container ul li {
    line-height: 37px; } }

/* MAPPA SITO */
ul.mappa-sito > li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee; }

ul.mappa-sito li {
  list-style: none; }

ul.mappa-sito li:before {
  font-family: fontAwesome;
  margin-right: 10px;
  font-size: 10px;
  line-height: 30px;
  vertical-align: middle;
  color: #999; }

ul.mappa-sito > li > ul > li {
  padding-left: 15px; }

ul.mappa-sito > li > ul > li:before {
  content: "\f105";
  font-size: 14px; }

ul.mappa-sito > li > ul > li > ul > li {
  padding-left: 15px; }

ul.mappa-sito > li > ul > li > ul > li:before {
  content: "-";
  font-size: 23px;
  vertical-align: bottom; }

/* -------- */
/* COLORI TEMA */
.tasto .button:hover {
  color: #fff !important; }

button,
.button,
.sito-header-sopra ul li a,
.tasto-cerca a,
ul.sito-menu li a,
.modulo-cerca button,
.sito-header-sotto .widget-tasti-social li a:hover,
.carousel .item .box-testo,
.aside-widget ul.widget-lista .numero,
.aside-widget.articoli-associati a.articolo-associato-testuale,
.widget-correlati a.correlato,
.widget-correlati a.correlato .titolo,
.widget-slider-galleria .slider-sotto a,
.articolo-home-grande a .categoria,
.widget-tags a,
.widget-tags a:hover,
.articolo-home a .categoria,
.articolo-home-orizzontale a .categoria {
  color: #fff; }

a:hover h1, a:hover h2, a:hover h3, a:hover .h1, a:hover .h2, a:hover .h3,
a:focus h1, a:focus h2, a:focus h3, a:focus .h1, a:focus .h2, a:focus .h3,
a:hover,
a:focus,
.widget-tasti-social a:hover,
.widget-tasti-social a:active,
.widget-slider-galleria .slider-sopra .slider-prev,
.widget-slider-galleria .slider-sopra .slider-next,
.articolo-home-grande a .categoria:after,
.articolo-home a .categoria:after,
.widget-autore i,
.widget-autore .link-autore:hover,
.widget-autore .link-commenti:hover {
  color: #C02929; }

a.tasto-menu-home-galleria:hover,
a.tasto-menu-home-galleria:focus {
  background: #eee; }

button,
.button,
.aside-widget ul.widget-lista .numero,
.aside-widget.articoli-associati a.articolo-associato-testuale,
.sito-header-sopra ul li:hover,
.sito-header-sotto,
ul.sito-menu,
button.tasto-home-mobile .icon-bar,
.widget-slider-galleria .slider-sotto,
.articolo-home-grande a .categoria,
.articolo-home a .categoria,
.articolo-home-orizzontale a .categoria {
  background: #C02929; }

button.tasto-home-mobile:hover .icon-bar {
  background: #fff; }

.carousel .box-testo {
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00,endColorstr=#ffffff00);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff00,endColorstr=#ffffff00);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.sito-footer,
.widget-slider-galleria .slider-centro {
  border-top: 3px solid #C02929; }

.articolo-home-grande .titolo,
.articolo-home-orizzontale .titolo,
.widget-main-correlati .maschera-immagine {
  border-left: 4px solid #C02929; }

button.tasto-home-mobile {
  border-right: 2px solid #C02929; }

button.tasto-home-mobile.active {
  border-right: 2px solid #fff; }

.sito-header-sotto .widget-tasti-social li a:hover,
ul.sito-submenu {
  background: #4D5663; }

button.tasto-home-mobile,
button.tasto-home-mobile:active,
button.tasto-home-mobile:visited,
button.tasto-home-mobile:focus,
button.tasto-home-mobile.active .icon-bar,
.modulo-cerca,
.sito-header-centro,
.sito-corpo,
.sito-footer {
  background: #fff; }

button:hover,
.button:hover,
ul.sito-submenu li a:hover,
.widget-slider-galleria .slider-sotto a:hover,
.widget-slider-galleria .slider-sotto a:focus,
.widget-tags a:hover {
  background: #333; }

.sito-header-sopra,
button.tasto-home-mobile.active,
.tasto-cerca a,
.modulo-cerca button {
  background: #888; }

.aside-widget,
.widget-sezioni-menu a,
.widget-tasti-social a,
.modulo-cerca input[type="text"],
.widget-autore .link-autore,
.widget-autore .link-commenti {
  color: #888; }

.sito-footer a,
.widget-slider-galleria .slider-sopra .slider-prev:hover,
.widget-slider-galleria .slider-sopra .slider-next:hover {
  color: #333; }

/* Font */
.articolo-home-grande .titolo,
.articolo-home .titolo,
.articolo-home-orizzontale .titolo,
.widget-main-correlati .titolo {
  font-family: "Montserrat"; }

/* VARIE */
.float-r {
  float: right; }

.float-l {
  float: left; }

/* TASTO GOOGLE NEWS */
.box-modifica a {
  padding: 11px 5px; }

.box-modifica .atnImgAutore {
  width: 30px; }

/* Pagina Autore */
:target:before {
  content: "";
  display: block;
  height: 120px;
  /* fixed header height*/
  margin: -120px 0 0;
  /* negative fixed header height */ }

.maschera-immagine.h20 {
  width: 100%;
  height: 0;
  padding-bottom: 20%; }

#author-header .maschera-immagine.h20:after,
#author-header-article .maschera-immagine.h20:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 70%, #666 100%);
  background: -webkit-linear-gradient(to bottom, transparent 70%, #666 100%);
  background: -moz-linear-gradient(to bottom, transparent 70%, #666 100%);
  background: -ms-linear-gradient(to bottom, transparent 70%, #666 100%);
  background: -o-linear-gradient(to bottom, transparent 70%, #666 100%); }

#author-header .box-informazioni,
#author-header-article .box-informazioni {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  margin: -68px auto 0 auto;
  position: relative; }

#author-header-article .box-informazioni {
  margin: 30px auto 0 auto; }

#author-header .author-immagine,
#author-header-article .author-immagine {
  position: relative;
  width: 150px;
  flex: 0 0 150px; }

#author-header .author-immagine:before,
#author-header-article .author-immagine:before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  border: 8px solid #C02929;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.9) -1px 1px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.9) -1px 1px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.9) -1px 1px 5px inset;
  z-index: 1;
  position: absolute; }

#author-header .author-immagine .maschera-immagine.h100r,
#author-header-article .author-immagine .maschera-immagine.h100r {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%; }

#author-header .box-informazioni .box-testo,
#author-header-article .box-informazioni .box-testo {
  margin-left: 30px; }

#author-header .box-informazioni .box-testo .author-titolo,
#author-header-article .box-informazioni .box-testo .author-titolo {
  color: #fff;
  text-shadow: -1px 1px 2px #969696;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 35px; }

#author-header .box-informazioni .box-testo .author-buttons,
#author-header-article .box-informazioni .box-testo .author-buttons {
  margin-bottom: 15px; }

#author-header .box-informazioni .box-testo .author-buttons a,
#author-header-article .box-informazioni .box-testo .author-buttons a {
  background-color: #333;
  color: #fff;
  padding: 3px 15px;
  border-radius: 5px;
  margin-right: 5px; }

#author-header .box-informazioni .box-testo .author-details,
#author-header-article .box-informazioni .box-testo .author-details {
  font-weight: 700; }

#author-header .box-informazioni .author-stats,
#author-header-article .box-informazioni .author-stats {
  flex: 1 1 100%; }

#author-header .box-informazioni .author-stats,
#author-header-article .box-informazioni .author-stats {
  display: flex;
  text-align: center;
  margin-top: 40px; }

#author-header .box-informazioni .author-stats li,
#author-header-article .box-informazioni .author-stats li {
  flex: 0 0 100px; }

#author-header .box-informazioni .author-stats li a,
#author-header-article .box-informazioni .author-stats li a {
  color: #333;
  font-size: 14px; }

#author-header .box-informazioni .author-stats li a > div,
#author-header-article .box-informazioni .author-stats li a > div {
  font-size: 23px; }

@media (max-width: 500px) {
  #author-header .author-immagine,
  #author-header-article .author-immagine {
    margin: 0 auto; }
  #author-header .box-informazioni .box-testo,
  #author-header-article .box-informazioni .box-testo {
    flex: 1 1 100%;
    text-align: center; }
  #author-header .box-informazioni .box-testo .author-titolo,
  #author-header-article .box-informazioni .box-testo .author-titolo {
    color: #333;
    text-shadow: none; }
  #author-header .box-informazioni .author-stats,
  #author-header-article .box-informazioni .author-stats {
    margin-bottom: 30px; } }

/* Tabella Colori */
#tabella-colori {
  font-family: Roboto;
  display: block;
  overflow: scroll;
  max-height: 500px; }

@media (max-width: 769px) {
  #tabella-colori {
    max-height: 280px; } }

#tabella-colori a {
  text-decoration: none; }

#tabella-colori thead {
  border-bottom: 1px solid #ccc; }

#tabella-colori thead tr {
  border: 1px solid #000; }

#tabella-colori thead tr th {
  overflow: hidden;
  height: 20px;
  background-color: #ccc;
  padding: 3px 15px; }

#tabella-colori tbody tr th,
#tabella-colori tbody tr td {
  font-size: 14px;
  padding: 9px 3px;
  border-bottom: 1px solid #ccc; }

td:nth-child(2) {
  font-weight: bold; }

#tabella-colori tbody > tr > td {
  display: table-cell;
  min-width: 43px; }

#tabella-colori thead > tr:nth-child(1) > th:nth-child(1),
#tabella-colori tbody > tr > th:nth-child(1) {
  display: table-cell;
  min-width: 90px;
  max-width: 90px; }

#tabella-colori thead > tr:nth-child(1) > th:nth-child(2),
#tabella-colori tbody > tr > td:nth-child(2) {
  display: table-cell;
  min-width: 100px; }

#tabella-colori thead > tr:nth-child(1) > th:nth-child(3),
#tabella-colori tbody > tr > td:nth-child(3) {
  display: table-cell;
  min-width: 133px; }

#tabella-colori thead > tr:nth-child(1) > th:nth-child(4) {
  display: table-cell;
  min-width: 127px; }

#tabella-colori thead > tr:nth-child(1) > th:nth-child(5) {
  display: table-cell;
  min-width: 172px; }

#tabella-colori thead > tr:nth-child(1) > th:nth-child(6) {
  display: table-cell;
  min-width: 127px; }

#tabella-colori tbody > tr > td:nth-child(7),
#tabella-colori tbody > tr > td:nth-child(8),
#tabella-colori tbody > tr > td:nth-child(9),
#tabella-colori tbody > tr > td:nth-child(10) {
  background-color: #fff5dc; }

/* ----- */
/* Responsive video embed */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ----- */
/* Widget Ricetta MAIN */
.widget-main-ricetta {
  overflow: hidden;
  position: relative;
  margin-bottom: 18px; }

.widget-main-ricetta a.foto-anteprima {
  margin: 0 -18px;
  display: block; }

.widget-main-ricetta a.foto-anteprima img {
  width: 100%;
  height: auto; }

.widget-main-ricetta .titolo {
  font-family: 'Lobster', cursive;
  color: #8B0000; }

.widget-main-ricetta .sottotitolo {
  font-family: 'Lobster', cursive;
  color: #CA5B0C;
  text-align: center; }

.widget-main-ricetta .sottotitolo span {
  color: #8B0000;
  font-size: 25px;
  display: block;
  padding-top: 5px; }

.widget-main-ricetta .divisore {
  border-top: 1px dashed #ca5b0c;
  display: inline-block;
  width: 100%; }

.widget-main-ricetta .ingredienti {
  padding-left: 19px; }

.widget-main-ricetta .ingredienti .testo,
.widget-main-ricetta .informazioni-nutrizionali .testo {
  padding: 4px 10px; }

.widget-main-ricetta .ingredienti li {
  font-family: 'Lobster Two', cursive;
  list-style: disc;
  padding: 0 27px 15px 0; }

.widget-main-ricetta .informazioni-nutrizionali li {
  font-family: 'Lobster Two', cursive; }

.widget-main-ricetta .ingredienti li span:nth-child(2),
.widget-main-ricetta .informazioni-nutrizionali li span:nth-child(2) {
  font-size: 23px;
  padding-left: 5px;
  font-weight: bold; }

@media (max-width: 460px) {
  .widget-main-ricetta .sottotitolo {
    width: 100%;
    margin-bottom: 30px;
    font-size: 20px; }
  .widget-main-ricetta .sottotitolo span {
    font-size: 35px; }
  .widget-main-ricetta .ingredienti .testo,
  .widget-main-ricetta .informazioni-nutrizionali .testo {
    font-size: 23px; }
  .widget-main-ricetta .ingredienti li {
    width: 100%;
    padding-right: 0; }
  .widget-main-ricetta .informazioni-nutrizionali li {
    width: 100%;
    padding-bottom: 15px;
    margin-right: 0; } }

/* ----- */
/* SITO ADV SOPRA CORPO */
.sito-adv-sopra-corpo {
  background-color: transparent;
  margin: 119px 0 30px 0;
  overflow: hidden;
  min-height: 1px; }

body.con-sito-menu-network .sito-adv-sopra-corpo {
  margin: 145px 0 30px 0; }

@media (max-width: 769px) {
  .sito-adv-sopra-corpo,
  body.con-sito-menu-network .sito-adv-sopra-corpo {
    margin: 65px 0 -4px 0; } }

/* -------- */
/* SITO ADV SOTTO CORPO */
.sito-adv-sotto-corpo {
  background-color: #fff;
  margin: 30px 0 0 0;
  position: relative;
  overflow: hidden; }

/* -------- */
/* SITO ADV SOPRA MAIN */
.sito-adv-sopra-main {
  background-color: #fff;
  overflow: hidden;
  min-height: 0; }

.sito-adv-sopra-main > div > div,
.sito-adv-sopra-main > div > ins,
.sito-adv-sopra-main > div > iframe {
  margin-top: 15px;
  margin-bottom: 15px; }

/* -------- */
/* MAIN ADV */
.main-adv {
  text-align: center; }

.main-adv > div,
.main-adv > ins,
.main-adv > iframe {
  margin-bottom: 18px; }

@media (max-width: 330px) {
  .main-adv {
    margin-left: -9px; } }

/* ASIDE adv */
.aside-adv {
  width: 300px;
  text-align: center;
  line-height: 0; }

.aside-adv > div,
.aside-adv > ins,
.aside-adv > iframe {
  margin-bottom: 18px; }

#box-pre-sticky-0.aside-adv {
  width: 100%;
  margin-bottom: 15px; }

/* ASIDE Sticky Sidebar */
.start-stick {
  position: relative; }

.scroll-stick {
  top: 88px;
  position: fixed; }

body.con-sito-menu-network .scroll-stick {
  top: 111px; }

.stop-stick {
  position: absolute;
  top: null;
  left: null;
  bottom: 18px; }

@media (max-width: 997px) {
  .stop-stick {
    position: relative; } }

[id*="sticker-"] > div > div > div > iframe {
  min-width: 300px !important; }

/* ----- */
/* ADV CATEGORY - TAG - SEARCH */
.adv-category {
  text-align: center; }

.adv-category > ins {
  margin-bottom: 20px !important; }

/* SKIN MESSAGGERO

// Rimozione spazio ADV e slider standard
.sito-adv-sopra-corpo{
	display:none;
}

// Aggiunta per far calare gli spazi
#head_takeover{
	margin-top: 144px;
}
@media(max-width: $max-small){
	#head_takeover {
		margin-top: 65px;
	}
}

// Posizionamento link su lati skin
.column_left, #column_left {
    position: fixed;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 1;
}
.column_right, #column_right {
    position: fixed;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 1;
}
/* -------- */
/* LAZY LOAD */
.gptslot,
[class^="gptslot-infinite-"],
[class*="gptslot-infinite-"] {
  text-align: center;
  margin-bottom: 20px !important; }

.gptslot > div > div:not(:last-child),
[class^="gptslot-infinite-"] > div > div:not(:last-child),
[class*="gptslot-infinite-"] > div > div:not(:last-child) {
  display: none; }

/* PROGRAMMATIC SKIN PATCH */
body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody header#head-sito-header {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody .sito-adv-sopra-corpo {
  width: 1000px;
  margin: 0 auto; }

body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody .sito-corpo {
  margin-top: 0; }

body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody div#optiload-skin {
  margin-top: -25px; }

html[class*="adform-wallpaper-"] header#head-sito-header {
  position: relative;
  width: 1000px;
  margin: 120px auto 0 auto; }

html[class*="adform-wallpaper-"] .sito-adv-sopra-corpo {
  width: 1000px;
  margin: 0 auto; }

html[class*="adform-wallpaper-"] .sito-corpo {
  margin-top: 0; }

html[class*="adform-wallpaper-"] div#optiload-skin {
  margin-top: -25px; }

/* /PROGRAMMATIC SKIN PATCH */
/* PARALLAX */
.parallax {
  bottom: 45px; }

/* CONTACT FORM NEWSLETTER */
.mc4wp-NAME {
  width: 49%;
  margin: 0 1% 0 0;
  float: left; }

.mc4wp-EMAIL {
  width: 49%;
  margin: 0 0 0 1%;
  float: left; }

img.ajax-loader {
  display: none; }

form.wpcf7-form {
  border: 1px solid #eee;
  background: #f5f5f5;
  text-align: left;
  padding: 20px; }

form.wpcf7-form .h3 {
  color: #333;
  font-size: 18px;
  margin-top: 0; }

form.wpcf7-form p {
  font-size: 14px;
  margin: 5px 0;
  line-height: 22px; }

form.wpcf7-form .mc4wp-NAME, form.wpcf7-form .mc4wp-EMAIL {
  width: 100%;
  margin: 10px 0  5px 0;
  float: none; }

form.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background-color: green; }

form.wpcf7-form div.wpcf7-response-output {
  margin: 0;
  line-height: 15px;
  font-size: 12px;
  padding: 0.6em 1em; }

.wpcf7-form input[type=text],
.wpcf7-form textarea,
.wpcf7-form input[type=email],
.wpcf7-form input[type=password],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=url],
.wpcf7-form input[type=search],
.wpcf7-form input[type=date],
.wpcf7-form input[type=submit],
.wpcf7-form button[type=submit] {
  padding: 9px !important;
  width: 100%;
  border: 0px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600; }

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background-color: #8bc34a;
  color: #fff; }

.mc4wp-checkbox span {
  font-size: 12px !important; }

@media only screen and (max-width: 479px) {
  .wpcf7-form img.ajax-loader {
    width: auto; } }

/* -------- */
/* JS Social Shares Plugin */
.jssocials-shares {
  margin: 15px 0 0 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3em; }

.jssocials-share:first-child {
  margin-left: 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

/*	JS Social Shares Plugin - Flat Theme */
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412; }

.jssocials-share-link {
  padding: .4em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box:hover {
  background: gainsboro; }

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent; }

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444; }

/* ----- */
/* FLIPBOARD integration */
.box-social {
  display: flex; }

.box-social .shareFlipboard {
  flex: 0 0 45px;
  margin: 15px 0 0 0; }

.box-social #sharePopup {
  flex: 1; }

.jssocials-share-count-box {
  height: 34px; }

.jssocials-share-count {
  line-height: 34px !important; }

/* Mobile Social */
@media (max-width: 769px) {
  .box-social {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff; }
  .box-social .shareFlipboard {
    margin: 0; }
  .box-social #sharePopup .jssocials-shares {
    margin: 0;
    display: flex; }
  .box-social #sharePopup .jssocials-shares .jssocials-share {
    flex: 1;
    margin-right: 0; }
  .box-social #sharePopup .jssocials-shares .jssocials-share .jssocials-share-link {
    width: 100%;
    position: relative;
    height: 40px; }
  .box-social .shareFlipboard img {
    width: 100%;
    height: 37px; }
  .box-social .shareFlipboard a {
    margin: 0;
    padding: 0;
    display: block;
    height: 100%; }
  .box-social span.jssocials-share-count {
    position: absolute;
    top: 0;
    right: 10px; }
  .box-social .jssocials-share-logo {
    line-height: 26px; }
  .box-social .shareFlipboard {
    flex: 0 0 25%; }
  .box-social .shareFlipboard a img {
    display: block;
    width: 32px;
    margin: 0 auto; } }

.articolo-singolo .box-social .shareFlipboard {
  height: 33px;
  flex: 0 0 119px;
  text-align: center;
  margin-right: 5px; }

/* CRP Related Plugin */
.crp_related li {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
  overflow: hidden; }

.crp_related li:last-child {
  margin-bottom: 0; }

.crp_related img {
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 15px; }

.crp_related .crp_title {
  font-size: 26px;
  display: block;
  color: #666;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Times New Roman"; }

/* -------- */
#cookieChoiceDismiss:before {
  font-family: FontAwesome;
  content: '\f057';
  padding-right: 3px;
  font-size: 21px;
  color: red; }

#cookieChoiceDismiss {
  position: absolute;
  top: 5px;
  right: 3%; }

#cookieChoiceInfo {
  max-width: 300px !important;
  text-align: justify;
  line-height: 17px;
  font-size: 11px !important;
  margin: 15px !important;
  width: 100% !important;
  padding: 30px 10px 10px 10px !important;
  border: 2px solid #d8d8d8;
  top: auto !important;
  bottom: 0;
  left: auto !important;
  right: 0;
  z-index: 99999999999 !important;
  background-color: floralwhite !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffaf000,endColorstr=#fffaf000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffaf000,endColorstr=#fffaf000); }

.barra-loghi {
  display: flex;
  justify-content: space-around;
  margin-bottom: 16px;
  flex-wrap: wrap;
  background: #fff; }
  .barra-loghi div {
    margin: auto 0; }
  .barra-loghi a {
    padding: 8px 16px; }
    .barra-loghi a img {
      max-height: 33px;
      width: auto; }
