@charset "UTF-8";
/*
Theme Name: Bloodbuster
Theme URI: http://martinopalladini.com/
Author: Martino Palladini
Author URI: http://martinopalladini.com
Description: Tutto il cinema dalla B alla Z
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pda
Tags: responsive-layout, white, black

Bloodbuster is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Style
  ## Site
	## Header
	## Footer
# Widgets
# Content
  ## Posts and pages
	## Asides
	## Comments
	## Components
	   ### Blocks
# Infinite scroll
# Media
	## Captions
	## Galleries
# Layout
  ## Content - Sidebar
# Print
--------------------------------------------------------------*/
/*"Kreon", serif;*/
/* 
 * Grid system 
 * The grid system is a fluid 3 to 7 column asymmetric design. Because fuck it.
 */
/* Breakpoints */
/* Columns */
.col, .site-title, .footer-widget-1,
.footer-widget-2, .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product, .content-area,
.widget-area, .widget-area .widget {
  padding: 4px;
  width: 100%;
  float: left; }

.container {
  padding: 4px 0; }

.clearfix {
  *zoom: 1; }
  .clearfix::before, .clearfix::after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix::after {
    clear: both; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 10px; }
  html body,
  html button,
  html input,
  html select,
  html textarea {
    color: #171717;
    font-family: "Kreon", serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5; }

.site h1, .site h2, .site h3, .site h4, .site h5, .site h6 {
  clear: both;
  font-family: "Kreon", serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.1; }

h1 {
  font-size: 25.6px;
  font-size: 2.56rem; }

h2 {
  font-size: 20.8px;
  font-size: 2.08rem; }

h3 {
  font-size: 19.2px;
  font-size: 1.92rem; }

h4 {
  font-size: 17.6px;
  font-size: 1.76rem; }

h5 {
  font-size: 16px;
  font-size: 1.6rem; }

h6 {
  font-size: 14.4px;
  font-size: 1.44rem; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #e7e7e7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem; }

abbr, acronym {
  border-bottom: 1px dotted #e7e7e7;
  cursor: help; }

mark, ins {
  background: #e7e7e7;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: black;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #171717;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0; }

dt {
  font-weight: bold;
  text-transform: uppercase; }

dd {
  margin: 0 0 1.5em 0; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  text-transform: uppercase; }

table, td, tr, th {
  border: 0 !important; }

tbody td, tbody th,
tfoot td,
tfoot th {
  background-color: #e7e7e7;
  border-bottom: 2px solid white !important;
  border-top: 0; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-aside-content .menu a,
.edit-link {
  border: 0 solid !important;
  border-radius: 0 !important;
  background: #171717;
  color: #eeee17 !important;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 1;
  padding: 1em 1.2em;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out; }
  button::before,
  input[type="button"]::before,
  input[type="reset"]::before,
  input[type="submit"]::before,
  .button::before,
  .home-aside-content .menu a::before,
  .edit-link::before {
    display: none; }
  button:hover, button:focus, button:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .button:hover,
  .home-aside-content .menu a:hover,
  .button:focus,
  .home-aside-content .menu a:focus,
  .button:active,
  .home-aside-content .menu a:active,
  .edit-link:hover,
  .edit-link:focus,
  .edit-link:active {
    background: #313131; }

.button-primary, .checkout-button, button[type="submit"], input[type="submit"], .carousel-large .buttons a,
.block__carousel .products .buttons a, .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .home-aside-content .menu a, .home-aside-content .menu .woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product .button,
.woocommerce-page ul.products li.product .home-aside-content .menu a,
.home-aside-content .menu .woocommerce-page ul.products li.product a, .home-categories .current-menu-item a, .site-header .site-cart .widget .buttons a,
.home-aside .site-cart .widget .buttons a {
  background: #eeee17 !important;
  color: #171717 !important; }
  .button-primary:hover, .checkout-button:hover, button[type="submit"]:hover, input[type="submit"]:hover, .carousel-large .buttons a:hover,
  .block__carousel .products .buttons a:hover, .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .home-aside-content .menu a:hover, .home-aside-content .menu .woocommerce ul.products li.product a:hover,
  .woocommerce-page ul.products li.product .button:hover,
  .woocommerce-page ul.products li.product .home-aside-content .menu a:hover,
  .home-aside-content .menu .woocommerce-page ul.products li.product a:hover, .home-categories .current-menu-item a:hover, .site-header .site-cart .widget .buttons a:hover,
  .home-aside .site-cart .widget .buttons a:hover, .button-primary:focus, .checkout-button:focus, button[type="submit"]:focus, input[type="submit"]:focus, .carousel-large .buttons a:focus,
  .block__carousel .products .buttons a:focus, .woocommerce ul.products li.product .button:focus, .woocommerce ul.products li.product .home-aside-content .menu a:focus, .home-aside-content .menu .woocommerce ul.products li.product a:focus,
  .woocommerce-page ul.products li.product .button:focus,
  .woocommerce-page ul.products li.product .home-aside-content .menu a:focus,
  .home-aside-content .menu .woocommerce-page ul.products li.product a:focus, .home-categories .current-menu-item a:focus, .site-header .site-cart .widget .buttons a:focus,
  .home-aside .site-cart .widget .buttons a:focus {
    background: #f1f147 !important; }

.button-secondary, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce .home-aside-content .menu a, .home-aside-content .menu .woocommerce a, .woocommerce button.button, .woocommerce input.button,
.edit-link, .carousel-large .buttons .price,
.block__carousel .products .buttons .price, .woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price, .product .price, .home-categories a, .woocommerce div.product p.price,
.woocommerce div.product span.price {
  background: #171717 !important;
  color: #eeee17 !important; }
  .button-secondary:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce .home-aside-content .menu a:hover, .home-aside-content .menu .woocommerce a:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
  .edit-link:hover, .carousel-large .buttons .price:hover,
  .block__carousel .products .buttons .price:hover, .woocommerce ul.products li.product .price:hover,
  .woocommerce-page ul.products li.product .price:hover, .product .price:hover, .home-categories a:hover, .woocommerce div.product p.price:hover,
  .woocommerce div.product span.price:hover, .button-secondary:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce .home-aside-content .menu a:focus, .home-aside-content .menu .woocommerce a:focus, .woocommerce button.button:focus, .woocommerce input.button:focus,
  .edit-link:focus, .carousel-large .buttons .price:focus,
  .block__carousel .products .buttons .price:focus, .woocommerce ul.products li.product .price:focus,
  .woocommerce-page ul.products li.product .price:focus, .product .price:focus, .home-categories a:focus, .woocommerce div.product p.price:focus,
  .woocommerce div.product span.price:focus {
    background: #313131 !important; }

.button, .home-aside-content .menu a {
  display: inline-block; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #171717;
  border: 1px solid #e7e7e7;
  background-color: #ececec;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  -webkit-transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -ms-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #171717;
    border-color: #e2e2e2;
    outline: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: .2em .8em; }

textarea {
  padding-left: .8em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #171717;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  a:hover, a:focus, a:active {
    color: orange;
    text-decoration: none !important;
    border-bottom-color: orange; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.featured-image {
  margin-bottom: 22.82143px; }
  .featured-image a::before {
    display: none;
    border-bottom: 0; }
  .featured-image img {
    width: 100%;
    min-width: 100%;
    height: auto; }

[href*="http://www.w3-edge.com"] {
  display: none !important; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 3.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px;
        background-color: #313131;
        margin: 0;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: .5em;
        padding-bottom: .5em; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        /*				border-top-color: transparent;
        				border-bottom-color: transparent;*/ }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        color: #eeee17;
        background-color: black; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
    @media only screen and (min-width: 547.71429px) {
      .main-navigation li {
        float: left; } }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      /*border-top-color: $color-primary;*/
      /*border-bottom-color: $color-primary;*/ }
    .main-navigation li:first-child {
      z-index: 5; }
    .main-navigation li:nth-child(2) a {
      z-index: 4; }
    .main-navigation li:nth-child(3) a {
      z-index: 3; }
    .main-navigation li:nth-child(4) a {
      z-index: 2; }
    .main-navigation li:nth-child(5) a {
      z-index: 1; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #eeee17;
    background-color: #313131;
    margin: 0 0 0 0;
    box-shadow: -10px -7px 20px rgba(0, 0, 0, 0.5), 10px -7px 20px rgba(0, 0, 0, 0.5);
    padding: .75em 1em;
    text-transform: uppercase;
    font-size: 1em;
    position: relative; }
    @media only screen and (min-width: 730.28571px) {
      .main-navigation a {
        margin-left: 10px; } }
    @media only screen and (min-width: 912.85714px) {
      .main-navigation a {
        padding: 1.5em 1em;
        border-radius: 4px 4px 0 0; }
        .main-navigation a::before, .main-navigation a::after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          top: .1em;
          border-top: 4.4em solid transparent;
          border-right: 10px solid #313131;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; } }
    .main-navigation a::before {
      left: -10px; }
    .main-navigation a::after {
      right: -10px;
      border-right: 0;
      border-left: 10px solid #313131; }
    .main-navigation a:hover, .main-navigation a:focus {
      background-color: #eeee17;
      color: #313131; }
      .main-navigation a:hover::before, .main-navigation a:focus::before {
        border-right-color: #eeee17; }
      .main-navigation a:hover::after, .main-navigation a:focus::after {
        border-left-color: #eeee17; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a {
    color: #313131;
    background-color: #eeee17;
    z-index: 10 !important; }
    .main-navigation .current_page_item > a::before,
    .main-navigation .current-menu-item > a::before,
    .main-navigation .current_page_ancestor > a::before {
      border-right-color: #eeee17; }
    .main-navigation .current_page_item > a::after,
    .main-navigation .current-menu-item > a::after,
    .main-navigation .current_page_ancestor > a::after {
      border-left-color: #eeee17; }
    .main-navigation .current_page_item > a:hover::before, .main-navigation .current_page_item > a:focus::before,
    .main-navigation .current-menu-item > a:hover::before,
    .main-navigation .current-menu-item > a:focus::before,
    .main-navigation .current_page_ancestor > a:hover::before,
    .main-navigation .current_page_ancestor > a:focus::before {
      border-right-color: #eeee17; }
    .main-navigation .current_page_item > a:hover::after, .main-navigation .current_page_item > a:focus::after,
    .main-navigation .current-menu-item > a:hover::after,
    .main-navigation .current-menu-item > a:focus::after,
    .main-navigation .current_page_ancestor > a:hover::after,
    .main-navigation .current_page_ancestor > a:focus::after {
      border-left-color: #eeee17; }

/* Small menu. */
.main-navigation.toggled ul {
  display: block; }

.menu-toggle {
  position: absolute;
  top: 1.5em;
  right: 1em;
  font-size: 1.2rem; }
  .menu-toggle .fa {
    color: #eeee17; }

.home-categories .menu-toggle {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  margin-bottom: 4px; }
.home-categories ul {
  display: none; }
  @media only screen and (min-width: 730.28571px) {
    .home-categories ul {
      display: block; } }
.home-categories.toggled ul {
  display: block; }

@media only screen and (min-width: 912.85714px) {
  .menu-toggle {
    display: none; }

  .main-navigation {
    width: auto;
    float: none !important;
    height: 4.75em;
    border-bottom: 4px solid #eeee17 !important; }
    .main-navigation ul {
      display: block; } }
.content-area > nav {
  position: absolute;
  left: 0;
  top: 0; }
  @media only screen and (min-width: 730.28571px) {
    .content-area > nav + .site-main {
      margin-left: 25%; } }
  @media only screen and (min-width: 912.85714px) {
    .content-area > nav + .site-main {
      margin-left: 20%; } }
  @media only screen and (min-width: 1095.42857px) {
    .content-area > nav + .site-main {
      margin-left: 16.66667%; } }
  @media only screen and (min-width: 1278px) {
    .content-area > nav + .site-main {
      margin-left: 14.28571%; } }
  @media only screen and (min-width: 730.28571px) {
    .content-area > nav.aside-prodotto {
      width: 33.33333%; } }
  @media only screen and (min-width: 912.85714px) {
    .content-area > nav.aside-prodotto {
      width: 25%; } }
  @media only screen and (min-width: 1095.42857px) {
    .content-area > nav.aside-prodotto {
      width: 25%; } }
  @media only screen and (min-width: 1278px) {
    .content-area > nav.aside-prodotto {
      width: 20%; } }
  @media only screen and (min-width: 730.28571px) {
    .content-area > nav.aside-prodotto + .site-main {
      margin-left: 33.33333%; } }
  @media only screen and (min-width: 912.85714px) {
    .content-area > nav.aside-prodotto + .site-main {
      margin-left: 25%; } }
  @media only screen and (min-width: 1095.42857px) {
    .content-area > nav.aside-prodotto + .site-main {
      margin-left: 25%; } }
  @media only screen and (min-width: 1278px) {
    .content-area > nav.aside-prodotto + .site-main {
      margin-left: 20%; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

@media only screen and (max-width: 730px) {
  .menu-toggle {
    font-size: 1.2rem;
    top: 1.5em; }

  .content-area > nav {
    position: relative; }

  .home-categories {
    display: block !important;
    /*font-size: 1.3rem;*/
    width: 100%; }

  .home-categories .usato-container,
  .home-categories .widget-area {
    display: none !important; }

  .home-categories ul {
    display: block; } }
/* Social menu style */
#colophon .menu-social {
  float: none; }

/* eccezione per il footer */
.menu-social-media-container li {
  position: relative;
  display: inline-block;
  margin: 0 .25em; }
  .menu-social-media-container li a {
    text-indent: -999em; }
    .menu-social-media-container li a::before {
      display: none; }
    .menu-social-media-container li a::before {
      left: 0;
      display: block;
      width: 32px !important;
      height: 32px;
      line-height: 32px;
      font-size: 16px;
      text-indent: 0;
      /*border-radius: 2em;*/
      background-color: transparent;
      vertical-align: top;
      text-align: center;
      font-family: fontawesome;
      color: #eeee17;
      background-color: #171717;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      -ms-transition: color 0.25s ease-in-out;
      -o-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
    .menu-social-media-container li a:hover::before, .menu-social-media-container li a:focus::before {
      background-color: #eeee17;
      color: #171717; }
    .menu-social-media-container li a[href*='facebook.com'] {
      /*	&::before {
      		color: $color; 	
      	}
      	&:hover::before,
      	&:focus::before	{
      		color: $color-black;
      		background-color: $color-primary;
      	}*/ }
      .menu-social-media-container li a[href*='facebook.com']::before {
        content: '\f09a'; }
    .menu-social-media-container li a[href*='twitter.com'] {
      /*	&::before {
      		color: $color; 	
      	}
      	&:hover::before,
      	&:focus::before	{
      		color: $color-black;
      		background-color: $color-primary;
      	}*/ }
      .menu-social-media-container li a[href*='twitter.com']::before {
        content: '\f099'; }
    .menu-social-media-container li a[href*='pinterest.com'] {
      /*	&::before {
      		color: $color; 	
      	}
      	&:hover::before,
      	&:focus::before	{
      		color: $color-black;
      		background-color: $color-primary;
      	}*/ }
      .menu-social-media-container li a[href*='pinterest.com']::before {
        content: '\f231'; }
    .menu-social-media-container li a[href*='google.com'] {
      /*	&::before {
      		color: $color; 	
      	}
      	&:hover::before,
      	&:focus::before	{
      		color: $color-black;
      		background-color: $color-primary;
      	}*/ }
      .menu-social-media-container li a[href*='google.com']::before {
        content: '\f0d5'; }
    .menu-social-media-container li a[href*='instagram.com'] {
      /*	&::before {
      		color: $color; 	
      	}
      	&:hover::before,
      	&:focus::before	{
      		color: $color-black;
      		background-color: $color-primary;
      	}*/ }
      .menu-social-media-container li a[href*='instagram.com']::before {
        content: '\f16d'; }
    .menu-social-media-container li a[href*='rss'] {
      /*	&::before {
      		color: $color; 	
      	}
      	&:hover::before,
      	&:focus::before	{
      		color: $color-black;
      		background-color: $color-primary;
      	}*/ }
      .menu-social-media-container li a[href*='rss']::before {
        content: '\f09e'; }

.archive .woocommerce-pagination .page-numbers {
  border: 0;
  margin: 0; }
  .archive .woocommerce-pagination .page-numbers li {
    border: 0;
    margin: 0 .1em; }
    .archive .woocommerce-pagination .page-numbers li .page-numbers {
      height: 2.4em;
      line-height: 2.4em;
      width: 2.4em;
      padding: 0;
      font-size: .9em; }
      .archive .woocommerce-pagination .page-numbers li .page-numbers.current {
        color: #171717;
        background-color: #eeee17; }
      .archive .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
        color: #eeee17;
        background-color: #171717; }
    .archive .woocommerce-pagination .page-numbers li a.page-numbers {
      border-bottom: 0;
      color: #eeee17; }
      .archive .woocommerce-pagination .page-numbers li a.page-numbers:hover, .archive .woocommerce-pagination .page-numbers li a.page-numbers:focus, .archive .woocommerce-pagination .page-numbers li a.page-numbers:active {
        color: #171717;
        background-color: #eeee17; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #171717;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
.site {
  background: black url("img/brand/bb-bg.jpg") no-repeat center top;
  background-size: contain;
  background-attachment: fixed; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* layout */
.site-header {
  margin: 0 11.41071px; }
  @media only screen and (min-width: 912.85714px) {
    .site-header {
      margin: 0 auto !important;
      max-width: 1278px; } }

/* style */
.site-logo {
  background-image: url("img/brand/bb-logo-pay.png");
  background-repeat: no-repeat;
  background-size: 132px 50px;
  height: 50px;
  width: 132px;
  /*@include breakpoint(xlarge) {
    width: 158px;
    height: 60px;
    background-size: 158px 60px;
  }*/
  display: block;
  border-bottom: 0;
  margin: 1rem 2rem; }
  @media only screen and (min-width: 912.85714px) {
    .site-logo {
      width: 158px;
      height: 60px;
      background-size: 158px 60px; } }
  @media only screen and (min-width: 1095.42857px) {
    .site-logo {
      width: 211px;
      height: 80px;
      background-size: 211px 80px; } }
  .site-logo::before {
    display: none; }

@media only screen and (min-width: 1095.42857px) {
  .site-title {
    width: 33.33333%; } }
@media only screen and (min-width: 1278px) {
  .site-title {
    width: 28.57143%; } }

.site-branding {
  float: left; }

.site-branding,
.main-navigation {
  width: auto; }

.main-navigation {
  clear: left;
  margin: 20px 7px 4px; }
  @media only screen and (min-width: 730.28571px) {
    .main-navigation {
      float: right;
      clear: none; } }
  @media only screen and (min-width: 1095.42857px) {
    .main-navigation {
      margin-top: 40px; } }
  @media only screen and (min-width: 1278px) {
    .main-navigation {
      margin-left: -4px;
      margin-right: -4px; } }

.banner-negozio {
  display: none; }
  @media only screen and (min-width: 912.85714px) {
    .banner-negozio {
      display: block;
      float: right;
      position: absolute;
      top: 1em;
      right: 1em; } }
  @media only screen and (min-width: 1095.42857px) {
    .banner-negozio {
      top: 2.4em; } }

.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0; }

.site-header-cart .cart-contents {
  display: block;
  height: 2.244em;
  width: 2.244em;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.05);
  text-indent: -9999px; }

.site-header-cart .cart-contents:after {
  content: "\f07a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.244;
  width: 100%;
  text-align: center;
  text-indent: 0; }

.site-header-cart .cart-contents span {
  display: none; }

.site-header-cart .widget_shopping_cart {
  display: none;
  background-color: #2c2d33; }

.site-header-cart {
  position: relative; }

.site-header-cart .cart-contents {
  padding: 0 1em 2.244em;
  display: block;
  position: relative;
  background-color: transparent;
  height: auto;
  width: auto;
  text-indent: 0; }

.site-header-cart .cart-contents:after {
  right: 1.618em;
  line-height: 1.387;
  height: 1em;
  width: 1em;
  top: 0; }

.site-header-cart .cart-contents .amount {
  margin-right: .327em; }

.site-header-cart .cart-contents .count {
  font-weight: 400;
  opacity: .5;
  font-size: .857em; }

.site-header-cart .cart-contents span {
  display: inline; }

.site-header-cart .widget_shopping_cart {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999999;
  font-size: .857em;
  left: -999em;
  display: block; }

.site-header-cart .widget_shopping_cart h2.widgettitle {
  display: none; }

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
  position: relative;
  float: left;
  top: auto; }

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
  text-align: left; }

.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
  left: 0; }

.page-header {
  overflow: auto; }

.page-header .woocommerce-breadcrumb {
  float: left; }
  @media only screen and (min-width: 730.28571px) {
    .page-header .woocommerce-breadcrumb {
      float: right;
      clear: none;
      margin-top: -3em; } }

.sottocategorie {
  float: left;
  clear: left; }
  .sottocategorie ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -.5em; }
    .sottocategorie ul li {
      display: inline-block;
      padding: 0  .5em; }
  .sottocategorie a {
    border-bottom: 2px solid transparent; }
    .sottocategorie a::hover, .sottocategorie a::focus {
      color: black;
      border-bottom-color: black; }

.page-header .page-title small {
  font-size: 66%; }
.page-header .page-title a {
  border-bottom: 2px solid transparent; }
  .page-header .page-title a:hover, .page-header .page-title a:focus {
    border-bottom-color: #373737; }

.usato-container {
  margin-top: -1.2em; }

.neg-link,
.home-categories .neg-link,
.menu-item-23536 > a {
  background-color: #eeee17 !important;
  color: black !important;
  padding: .5em 1em;
  margin: 4px 0;
  /*border-radius: 4px;*/
  text-align: left;
  text-transform: uppercase; }
  .neg-link:hover, .neg-link:focus,
  .home-categories .neg-link:hover,
  .home-categories .neg-link:focus,
  .menu-item-23536 > a:hover,
  .menu-item-23536 > a:focus {
    background-color: #cccc17 !important; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* layout */
.site-footer {
  margin: 0 11.41071px; }
  @media only screen and (min-width: 912.85714px) {
    .site-footer {
      margin: 0 auto !important;
      max-width: 912.85714px; } }

.footer-widget-1,
.footer-widget-2 {
  width: 50%; }

/* style */
.site-footer {
  background-color: transparent;
  color: #e7e7e7;
  font-size: 13.6px;
  font-size: 1.36rem; }
  .site-footer a {
    color: #e7e7e7;
    border-bottom-color: #171717; }
  .site-footer .widget {
    margin-bottom: 4px; }
  .site-footer .widget-title {
    text-transform: uppercase; }

.site-footer-widgets {
  padding: 4px;
  color: #e7e7e7; }
  .site-footer-widgets .widget-title {
    color: #eeee17;
    font-size: 14.4px;
    font-size: 1.44rem;
    margin-top: 0; }
  .site-footer-widgets p {
    margin-bottom: 0; }
  .site-footer-widgets ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-footer-widgets ul li {
      margin: .33em 0; }
    .site-footer-widgets ul a {
      font-weight: 300;
      font-size: 1.1em;
      margin-left: -.5em;
      padding: .5em 0 .5em .5em;
      display: block;
      position: relative; }
      .site-footer-widgets ul a:hover, .site-footer-widgets ul a:focus {
        color: #eeee17; }
      .site-footer-widgets ul a::before {
        position: absolute;
        left: 0;
        top: .5em;
        display: block;
        vertical-align: top;
        text-align: center;
        font-family: fontawesome;
        content: "";
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        -ms-transition: color 0.25s ease-in-out;
        -o-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out;
        left: -.25em;
        color: transparent; }
        .site-footer-widgets ul a::before:hover, .site-footer-widgets ul a::before:focus {
          color: #eeee17; }
      .site-footer-widgets ul a:hover, .site-footer-widgets ul a:focus {
        padding-left: .5em;
        padding-right: 0; }
        .site-footer-widgets ul a:hover::before, .site-footer-widgets ul a:focus::before {
          color: #eeee17; }
  .site-footer-widgets .menu-social-media-container li {
    position: relative;
    display: inline-block;
    margin: 0; }
    .site-footer-widgets .menu-social-media-container li a {
      width: 35px;
      margin-left: 0; }
      .site-footer-widgets .menu-social-media-container li a:hover, .site-footer-widgets .menu-social-media-container li a:focus {
        padding-left: 0;
        padding-right: 0; }
        .site-footer-widgets .menu-social-media-container li a:hover::before, .site-footer-widgets .menu-social-media-container li a:focus::before {
          color: #171717 !important;
          background-color: #eeee17; }
      .site-footer-widgets .menu-social-media-container li a::before {
        background-color: black;
        color: #eeee17 !important; }

.site-info {
  color: #e7e7e7;
  text-align: center;
  font-weight: 300;
  margin: 22.82143px; }

.site-footer .site-logo {
  background-image: url("img/brand/bb-logo-pay.png");
  background-repeat: no-repeat;
  width: 158px;
  height: 60px;
  background-size: 158px 60px;
  margin: 22.82143px auto; }

.iubenda-ibadge {
  position: relative;
  bottom: -.5em; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  font-size: 14.4px;
  font-size: 1.44rem; }

.widget {
  margin: 0;
  padding: 22.82143px; }
  .widget select {
    max-width: 100%; }

.widget-area .widget {
  background-color: white;
  color: #171717; }
  .widget-area .widget .widget-title {
    color: #171717; }

.footer-widgets .widget {
  background-color: #171717;
  color: #e7e7e7; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

.widget__title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13.6px;
  font-size: 1.36rem;
  line-height: 1.1;
  color: #171717; }
  .widget__title a {
    border-bottom: 0;
    font-weight: 900; }
    .widget__title a:hover, .widget__title a:focus {
      color: #242424; }

.widget__category {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 1.5em;
  position: relative;
  color: #171717; }
  .widget__category a {
    border-bottom: 0;
    font-weight: 300; }
    .widget__category a:hover, .widget__category a:focus {
      color: #242424; }
    .widget__category a::before {
      display: none; }
  .widget__category::after {
    position: absolute;
    width: 22.82143px;
    height: 2px;
    content: '';
    background-color: #eeee17;
    left: 0;
    bottom: -.5em; }

.widget__content,
.widget__banner {
  float: left; }

.widget__banner {
  width: 25%;
  height: 128.71286px;
  /*background-color: $color-white;*/
  overflow: hidden; }
  .widget__banner a {
    display: block;
    border: 0; }
    .widget__banner a::before {
      display: none; }
    .widget__banner a:hover img, .widget__banner a:focus img {
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .widget__banner img {
    display: block;
    border: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.widget__content {
  width: 75%;
  min-height: 128.71286px;
  background-color: #e7e7e7; }

.widget:nth-child(even) .widget__banner {
  /*background-color: darken($color-white, 5);*/ }
.widget:nth-child(even) .widget__content {
  background-color: #ececec; }

.widget__content {
  padding: 11.41071px; }

@media screen and (min-width: 730.28571px) {
  .widget__content,
  .widget__banner {
    width: 100%;
    height: 171.61714px; } }
@media screen and (min-width: 912.85714px) {
  .widget__content,
  .widget__banner {
    width: 50%;
    float: left;
    height: 231.68314px; } }
.site .widget-area .widget.widget_mc4wp_widget {
  background-color: #171717;
  color: white; }
  .site .widget-area .widget.widget_mc4wp_widget .widget-title {
    color: #eeee17; }
  .site .widget-area .widget.widget_mc4wp_widget form {
    position: relative; }
  .site .widget-area .widget.widget_mc4wp_widget [type="email"] {
    font-weight: 300; }
  .site .widget-area .widget.widget_mc4wp_widget [type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: .5em 1.5em; }

.site .site-header-cart.menu {
  margin-bottom: 8px; }

.site .site-header-cart.menu a {
  padding: 1.45em 1em !important;
  background-color: #171717 !important;
  color: white; }
  .site .site-header-cart.menu a:hover, .site .site-header-cart.menu a:focus {
    color: #eeee17; }

.site-header-cart .cart-contents:after {
  top: 1.5em; }

[data-tax="orderby"] {
  color: white; }

.prdctfltr_filter label {
  font-size: 85%; }

.payment_method_paypal-pro-hosted {
  background: transparent url("img/credit-cards.jpg") no-repeat top;
  background-position: 180px top; }
  .payment_method_paypal-pro-hosted img {
    display: none; }
  .payment_method_paypal-pro-hosted .payment_method_paypal-pro-hosted {
    background-image: none; }

/* custom taxonomy widget */
.list-custom-taxonomy-widget ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-custom-taxonomy-widget ul a {
    background-color: white;
    display: block;
    padding: .4em .8em;
    margin-bottom: 2px; }
  .list-custom-taxonomy-widget ul ul {
    padding-left: 1em; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.site .widget-area {
  padding: 4px; }
  @media only screen and (min-width: 912.85714px) {
    .site .widget-area {
      /*margin-top: 4.5em;*/ } }
  .site .widget-area .widget {
    background-color: #e7e7e7;
    padding: 1em;
    margin-bottom: 8px; }
    .site .widget-area .widget a:hover, .site .widget-area .widget a:focus {
      color: orange; }
  .site .widget-area .widget-title {
    margin-top: 0; }
  .site .widget-area .menu,
  .site .widget-area .widget_recent_entries ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0; }
    .site .widget-area .menu a,
    .site .widget-area .widget_recent_entries ul a {
      background-color: white;
      padding: .5em 1em;
      display: block;
      margin-bottom: 4px; }
  .site .widget-area .widget_recent_entries ul li {
    background-color: white;
    margin-bottom: 4px; }
  .site .widget-area .widget_recent_entries ul .post-date {
    color: gray;
    font-weight: 300;
    margin: -1em 1em 0;
    display: block;
    padding-bottom: .5em; }
  .site .widget-area .product_list_widget li {
    padding: 1em;
    background-color: white;
    margin-bottom: 4px; }
  .site .widget-area .widget p {
    margin: 0; }
  .site .widget-area .widget_bb_paypal {
    background: white url("img/bg-paypal.jpg") no-repeat center bottom;
    background-size: contain;
    padding-bottom: 7.5em; }
  .site .widget-area .widget_bb_eventi,
  .site .widget-area .widget_bb_eventi_reprise {
    background-color: #eeee17;
    background: #eeee17 url("img/bg-eventi.jpg") no-repeat right bottom;
    padding-right: 8em; }
    @media only screen and (min-width: 730.28571px) {
      .site .widget-area .widget_bb_eventi,
      .site .widget-area .widget_bb_eventi_reprise {
        padding-right: 1em; } }
    @media only screen and (min-width: 912.85714px) {
      .site .widget-area .widget_bb_eventi,
      .site .widget-area .widget_bb_eventi_reprise {
        padding-right: 8em; } }
    .site .widget-area .widget_bb_eventi .titolo-evento,
    .site .widget-area .widget_bb_eventi_reprise .titolo-evento {
      margin-bottom: .5em;
      font-size: 1.1em; }
    .site .widget-area .widget_bb_eventi .data-luogo,
    .site .widget-area .widget_bb_eventi_reprise .data-luogo {
      font-weight: 300;
      font-size: 1em;
      margin-bottom: 0; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Components
--------------------------------------------------------------*/
.block {
  margin: 0 0 22.82143px;
  width: 100%;
  content: "";
  display: table;
  position: relative; }
  .block p {
    margin: 0; }

.block__header-content {
  padding: 22.82143px; }
  .block__header-content p, .block__header-content a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #171717;
    font-weight: 300; }

.block__media-body {
  padding: 11.41071px; }

.block__media-call {
  position: absolute;
  bottom: 11.41071px; }
  .block__media-call .btn {
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12.8px;
    font-size: 1.28rem;
    line-height: 1;
    padding: 7.60714px 15.21429px;
    border-radius: 2em;
    border: 0;
    background-color: #171717; }
    .block__media-call .btn:hover, .block__media-call .btn:focus {
      color: white;
      background-color: #171717; }
    .block__media-call .btn::before {
      display: none; }

.block__header {
  padding: 4px; }

.block__header-content {
  background-color: #eeee17;
  line-height: 1.2;
  position: relative; }
  .block__header-content p {
    font-size: .9em; }

.block__footer {
  font-size: 13.6px;
  font-size: 1.36rem;
  margin-top: 5.70536px; }

.block__aside {
  display: none;
  padding: 22.82143px;
  font-size: 13.6px;
  font-size: 1.36rem; }

.block__aside-title {
  font-size: 15.2px;
  font-size: 1.52rem;
  font-weight: 900;
  margin: 0 0 11.41071px; }

.block__aside-nav,
.post-categories,
.block__aside .menu {
  list-style: none;
  padding: 0; }
  .block__aside-nav li,
  .post-categories li,
  .block__aside .menu li {
    margin: 7.60714px 0; }
  .block__aside-nav a,
  .post-categories a,
  .block__aside .menu a {
    text-transform: uppercase;
    border-bottom-color: transparent;
    color: #171717;
    font-weight: 300;
    line-height: 1.1; }
    .block__aside-nav a:hover, .block__aside-nav a:focus,
    .post-categories a:hover,
    .post-categories a:focus,
    .block__aside .menu a:hover,
    .block__aside .menu a:focus {
      color: #171717;
      border-bottom-color: transparent; }

.block__item,
.block__header {
  width: 50%;
  float: left; }

.block__header {
  height: auto; }

.block__header {
  width: 100%;
  height: auto; }

.block__footer {
  position: relative;
  bottom: auto;
  float: right;
  width: auto; }

.block__content {
  width: 100%;
  float: left; }

.collezionisti .carousel-small .block__header-content {
  background-image: url("img/pellicola-red.jpg"); }

.carousel-small {
  clear: both; }
  .carousel-small .block__header-content {
    background-color: transparent;
    padding: 1em;
    background: #171717 url("img/pellicola.jpg") repeat-x left 9px; }
  .carousel-small .block__header-title {
    margin-bottom: 0;
    text-align: left;
    background-color: transparent; }
    .carousel-small .block__header-title a {
      color: #eeee17;
      /*text-transform: none;*/
      background-color: #171717;
      margin-left: -.5em;
      padding: 0 .5em;
      font-size: 1.4em;
      font-weight: 900;
      border-bottom: 1px solid transparent; }
      .carousel-small .block__header-title a:hover, .carousel-small .block__header-title a:focus {
        border-bottom-color: #eeee17; }
      .carousel-small .block__header-title a small {
        text-transform: uppercase;
        color: #c7c7c7; }
  .carousel-small .block__content {
    margin: 0 auto;
    float: none; }
    .carousel-small .block__content .products {
      /*padding: $layout-padding;*/ }
    .carousel-small .block__content .bx-wrapper .bx-controls-direction {
      width: 100%;
      right: auto;
      top: 0; }
      .carousel-small .block__content .bx-wrapper .bx-controls-direction a {
        height: 257.42571px;
        line-height: 257.42571px;
        top: 4px; }
        .carousel-small .block__content .bx-wrapper .bx-controls-direction a:hover, .carousel-small .block__content .bx-wrapper .bx-controls-direction a:focus {
          background-color: #eeee17;
          color: #171717; }
    .carousel-small .block__content .bx-wrapper .bx-controls-direction {
      position: static; }
      .carousel-small .block__content .bx-wrapper .bx-controls-direction a {
        height: 88px;
        line-height: 90px;
        top: 21.5%;
        background-color: #eeee17;
        color: #171717 !important; }
        .carousel-small .block__content .bx-wrapper .bx-controls-direction a:hover, .carousel-small .block__content .bx-wrapper .bx-controls-direction a:focus {
          background-color: #eeee17;
          color: #171717; }
        .carousel-small .block__content .bx-wrapper .bx-controls-direction a.bx-next {
          right: 0; }
        .carousel-small .block__content .bx-wrapper .bx-controls-direction a.bx-prev {
          left: 0; }

.carousel-small .block__header {
  /*width: (((100%)/3)*2);*/
  margin: 0 auto;
  height: auto;
  float: none; }
.carousel-small .block__header-content {
  height: auto; }
.carousel-small .block__content {
  /*width: ($layout-module * 2);*/
  width: 100%; }

@media only screen and (min-width: 730.28571px) {
  .block__header {
    width: 25%; }

  .block__header-content {
    height: 257.42571px; }

  .block__footer {
    position: absolute;
    bottom: 22.82143px; }

  .block__content {
    width: 75%; }

  .carousel-small .block__header {
    width: 75%;
    margin: 0 auto;
    height: auto;
    float: none; }
  .carousel-small .block__header-content {
    height: auto; }
  .carousel-small .block__content {
    width: 547.71429px; } }
@media only screen and (min-width: 912.85714px) {
  .wide .block__header {
    width: 20%; }
  .wide .block__content {
    width: 80%; }

  .block__header {
    width: 25%; }

  .block__content {
    width: 75%; }

  .block__header-content {
    height: 257.42571px; }

  .block__footer {
    position: absolute;
    bottom: 22.82143px; }

  .carousel-small .block__header {
    width: 100%;
    height: auto;
    float: none; }
  .carousel-small .block__header-content {
    height: auto; }
  .carousel-small .block__header,
  .carousel-small .block__content {
    width: 730.28571px; } }
@media only screen and (min-width: 1095.42857px) {
  .block__header {
    width: 25%; }

  .block__content {
    width: 75%; }

  .wide .block__header {
    width: 100%; }
  .wide .block__content {
    width: 100%; }

  .block__header-content {
    height: auto; }

  .block__footer {
    position: relative;
    bottom: auto;
    float: right;
    width: auto; }

  .carousel-small .block__header {
    width: 100%;
    height: auto;
    float: none; }
  .carousel-small .block__header,
  .carousel-small .block__content {
    width: 912.85714px; } }
@media only screen and (min-width: 1278px) {
  .block__header {
    width: 20%; }

  .block__content {
    width: 80%; }

  .wide .block__header {
    width: 14.28571%; }
  .wide .block__content {
    width: 85.71429%; }

  .block__header-content {
    height: 257.42571px; }

  .block__footer {
    position: absolute;
    bottom: 22.82143px; }

  .carousel-small .block__header {
    width: 100%;
    height: auto;
    float: none; }
  .carousel-small .block__header-content {
    height: auto; }
  .carousel-small .block__header,
  .carousel-small .block__content {
    width: 1095.42857px; } }
.block__header-title {
  color: #171717;
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 .75em; }

.site .block__footer a {
  color: #171717;
  border-bottom-color: transparent;
  font-weight: 300;
  border-bottom: 1px solid transparent; }
  .site .block__footer a:hover, .site .block__footer a:focus {
    text-decoration: none;
    color: #171717;
    border-bottom: 1px solid #171717; }

.block__content {
  list-style: none;
  padding: 0; }
  .block__content .hentry {
    margin: 0; }

@media screen and (min-width: 547.71429px) {
  .block__item {
    width: 33.3333%; }
    .block__item:nth-child(3n) {
      width: 33.3334%; } }
@media screen and (min-width: 730.28571px) {
  .block__item {
    width: 182.57143px; }
    .block__item:nth-child(3n) {
      width: 182.57143px; }
    .block__item .block__media .featured-image,
    .block__item .block__media .featured-image a {
      width: 182.57143px;
      height: 257.42571px; }
      .block__item .block__media .featured-image img,
      .block__item .block__media .featured-image a img {
        max-width: auto; } }
.block__media {
  background-color: #171717;
  height: 257.42571px;
  overflow: hidden;
  position: relative;
  font-weight: 300;
  color: white; }
  .block__media .featured-image {
    overflow: hidden;
    width: 100%;
    height: 257.42571px; }
  .block__media img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .block__media a {
    border-bottom: 0; }
    .block__media a::before {
      display: none; }
    .block__media a:hover img, .block__media a:focus img {
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .block__media a:hover .background-cover, .block__media a:focus .background-cover {
      left: -.5em;
      right: -.5em;
      bottom: -.5em;
      top: -.5em;
      min-height: 277.42571px; }

.block__media-body {
  min-height: 141.58414px;
  background-color: #e7e7e7;
  font-size: 13.6px;
  font-size: 1.36rem;
  position: relative; }

.block__item:nth-child(even) .block__media {
  /*background-color: lighten($color-black, 5);*/ }
.block__item:nth-child(even) .block__media-body {
  /*background-color: lighten($color-white, 2.5);*/ }

.block__media-title {
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 2em;
  /* limitiamo i titoli a tre righe */
  max-height: 3.2em;
  overflow: hidden; }
  .block__media-title a:hover, .block__media-title a:focus {
    color: #eeee17; }

.block__shares {
  text-align: center; }

.block__media-footer {
  color: #171717;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 11.41071px; }

.block__profile-mecenate .block__media-title,
.block__profile-mecenate p,
.block__profile-artista .block__media-title,
.block__profile-artista p,
.block__profile-artista-pro .block__media-title,
.block__profile-artista-pro p {
  color: white; }
.block__profile-mecenate p,
.block__profile-artista p,
.block__profile-artista-pro p {
  font-size: 12px;
  font-size: 1.2rem; }
.block__profile-mecenate .block__media-body,
.block__profile-artista .block__media-body,
.block__profile-artista-pro .block__media-body {
  background-color: transparent !important;
  height: 257.42571px;
  padding-top: 22.82143px; }
  .block__profile-mecenate .block__media-body .block__media-title a, .block__profile-mecenate .block__media-body .block__media-title a:hover, .block__profile-mecenate .block__media-body .block__media-title a:focus,
  .block__profile-artista .block__media-body .block__media-title a,
  .block__profile-artista .block__media-body .block__media-title a:hover,
  .block__profile-artista .block__media-body .block__media-title a:focus,
  .block__profile-artista-pro .block__media-body .block__media-title a,
  .block__profile-artista-pro .block__media-body .block__media-title a:hover,
  .block__profile-artista-pro .block__media-body .block__media-title a:focus {
    color: white; }

.fill-image {
  min-height: 257.42571px; }
  .fill-image.fill-height {
    height: 100%;
    width: auto;
    max-width: auto; }
  .fill-image.fill-width {
    width: 100%;
    height: auto; }

.background-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  min-height: 257.42571px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.carousel-large .block__item .block__media .featured-image a {
  width: 100%;
  height: 100%;
  max-width: 100%; }
.carousel-large .block__media a,
.carousel-large .block__media .featured-image,
.carousel-large .block__media .fill-image {
  width: 100%;
  height: auto; }

.block-bw .block__media {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.featured-avatar {
  width: 136.92857px;
  height: 136.92857px;
  overflow: hidden;
  border-radius: 182.57143px;
  float: left; }
  .featured-avatar a::before {
    display: none; }

@media screen and (min-width: 1095.42857px) {
  .featured-avatar {
    margin-left: -159.75px; } }
.taxonomy-description {
  color: white; }

.carousel-small .block__header-title {
  text-transform: none; }

.blogroll {
  padding-left: 0;
  padding-top: 8px;
  list-style: none; }

.blog-media-body {
  padding: 11.41071px; }

.data-luogo {
  font-size: 1.1em;
  margin-bottom: .5em; }

.blog-header {
  padding: 4px; }

.blog-header-content {
  background-color: #eeee17;
  line-height: 1.2;
  position: relative; }
  .blog-header-content p {
    font-size: .9em; }

.blog-footer {
  font-size: 13.6px;
  font-size: 1.36rem;
  margin-top: 5.70536px; }

.blog-aside {
  display: none;
  padding: 22.82143px;
  font-size: 13.6px;
  font-size: 1.36rem; }

.blog-aside-title {
  font-size: 15.2px;
  font-size: 1.52rem;
  font-weight: 900;
  margin: 0 0 11.41071px; }

.blog-aside-nav,
.post-categories,
.blog-aside .menu {
  list-style: none;
  padding: 0; }
  .blog-aside-nav li,
  .post-categories li,
  .blog-aside .menu li {
    margin: 7.60714px 0; }
  .blog-aside-nav a,
  .post-categories a,
  .blog-aside .menu a {
    text-transform: uppercase;
    border-bottom-color: transparent;
    color: #171717;
    font-weight: 300;
    line-height: 1.1; }
    .blog-aside-nav a:hover, .blog-aside-nav a:focus,
    .post-categories a:hover,
    .post-categories a:focus,
    .blog-aside .menu a:hover,
    .blog-aside .menu a:focus {
      color: #171717;
      border-bottom-color: transparent; }

.blog-item,
.blog-header {
  width: 50%;
  float: left;
  padding: 4px; }

.blog-item a:hover, .blog-item a:focus {
  color: orange; }

.blog-item:nth-child(odd) {
  clear: left; }

.blog-header-title {
  color: #171717;
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 .75em; }

.site .blog-footer a {
  color: #171717;
  border-bottom-color: transparent;
  font-weight: 300;
  border-bottom: 1px solid transparent; }
  .site .blog-footer a:hover, .site .blog-footer a:focus {
    text-decoration: none;
    color: #171717;
    border-bottom: 1px solid #171717; }

.blog-content {
  list-style: none;
  padding: 0;
  background-color: white; }
  .blog-content .hentry {
    margin: 0; }

.blog-media {
  height: 257.42571px;
  overflow: hidden;
  position: relative;
  font-weight: 300;
  color: white; }
  .blog-media .featured-image {
    overflow: hidden;
    width: 100%;
    height: 257.42571px; }
  .blog-media img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .blog-media a {
    border-bottom: 0; }
    .blog-media a::before {
      display: none; }
    .blog-media a:hover img, .blog-media a:focus img {
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .blog-media a:hover .background-cover, .blog-media a:focus .background-cover {
      left: -.5em;
      right: -.5em;
      bottom: -.5em;
      top: -.5em;
      min-height: 277.42571px; }

.blog-media-body {
  min-height: 141.58414px;
  background-color: #e7e7e7;
  font-size: 13.6px;
  font-size: 1.36rem;
  position: relative; }

.blog-item:nth-child(even) .blog-media {
  background-color: #242424; }
.blog-item:nth-child(even) .blog-media-body {
  background-color: #ededed; }

.blog-media-title {
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 2em;
  /* limitiamo i titoli a tre righe */
  max-height: 3.2em;
  overflow: hidden; }
  .blog-media-title a:hover, .blog-media-title a:focus {
    color: #eeee17; }

.blog-shares {
  text-align: center; }

.blog-media-footer {
  color: #171717;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 11.41071px; }

.blog-profile-mecenate .blog-media-title,
.blog-profile-mecenate p,
.blog-profile-artista .blog-media-title,
.blog-profile-artista p,
.blog-profile-artista-pro .blog-media-title,
.blog-profile-artista-pro p {
  color: white; }
.blog-profile-mecenate p,
.blog-profile-artista p,
.blog-profile-artista-pro p {
  font-size: 12px;
  font-size: 1.2rem; }
.blog-profile-mecenate .blog-media-body,
.blog-profile-artista .blog-media-body,
.blog-profile-artista-pro .blog-media-body {
  background-color: transparent !important;
  height: 257.42571px;
  padding-top: 22.82143px; }
  .blog-profile-mecenate .blog-media-body .blog-media-title a, .blog-profile-mecenate .blog-media-body .blog-media-title a:hover, .blog-profile-mecenate .blog-media-body .blog-media-title a:focus,
  .blog-profile-artista .blog-media-body .blog-media-title a,
  .blog-profile-artista .blog-media-body .blog-media-title a:hover,
  .blog-profile-artista .blog-media-body .blog-media-title a:focus,
  .blog-profile-artista-pro .blog-media-body .blog-media-title a,
  .blog-profile-artista-pro .blog-media-body .blog-media-title a:hover,
  .blog-profile-artista-pro .blog-media-body .blog-media-title a:focus {
    color: white; }

.fill-image {
  min-height: 257.42571px; }
  .fill-image.fill-height {
    height: 100%;
    width: auto;
    max-width: auto; }
  .fill-image.fill-width {
    width: 100%;
    height: auto; }

.background-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  min-height: 257.42571px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.carousel-large .blog-item .blog-media .featured-image a {
  width: 100%;
  height: 100%;
  max-width: 100%; }
.carousel-large .blog-media a,
.carousel-large .blog-media .featured-image,
.carousel-large .blog-media .fill-image {
  width: 100%;
  height: auto; }

.block-bw .blog-media {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.featured-avatar {
  width: 136.92857px;
  height: 136.92857px;
  overflow: hidden;
  border-radius: 182.57143px;
  float: left; }
  .featured-avatar a::before {
    display: none; }

@media screen and (min-width: 1095.42857px) {
  .featured-avatar {
    margin-left: -159.75px; } }
.archive-artisti .blog-media {
  background-image: url(img/placeholder/user-profile.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.taxonomy-description {
  color: white; }

.featured-image a {
  display: block;
  border-bottom: 0; }

.block__carousel {
  width: 100%;
  margin-bottom: 22.82143px; }

.block_carousel {
  clear: both; }

.carousel-large,
.block__carousel .products {
  height: 411.88114px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0;
  list-style: none;
  background-color: white;
  position: relative; }
  .carousel-large li,
  .block__carousel .products li {
    margin: 0; }
  .carousel-large .block__item,
  .carousel-large .product,
  .block__carousel .products .block__item,
  .block__carousel .products .product {
    height: 386.13857px;
    overflow: hidden;
    width: 100%;
    position: relative; }
    .carousel-large .block__item article,
    .carousel-large .product article,
    .block__carousel .products .block__item article,
    .block__carousel .products .product article {
      margin: 0; }
  .carousel-large .product,
  .block__carousel .products .product {
    padding: 0 !important; }
    .carousel-large .product > a:first-child,
    .block__carousel .products .product > a:first-child {
      outline: none !important; }
  .carousel-large .block__media,
  .carousel-large .product-thumbnail,
  .block__carousel .products .block__media,
  .block__carousel .products .product-thumbnail {
    height: 360.396px;
    position: relative; }
    .carousel-large .block__media .featured-image,
    .carousel-large .product-thumbnail .featured-image,
    .block__carousel .products .block__media .featured-image,
    .block__carousel .products .product-thumbnail .featured-image {
      margin: 0;
      background: white url("img/bb-placeholder.png") no-repeat center;
      background-size: contain;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden; }
  .carousel-large .block__media,
  .block__carousel .products .block__media {
    width: 100%;
    background-color: #eeee17; }
  .carousel-large .block__media-body,
  .block__carousel .products .block__media-body {
    width: 100%;
    padding: 22.82143px 2em;
    background-color: rgba(23, 23, 23, 0.8);
    color: white;
    height: 128.71286px;
    /* .75 */
    top: -128.71286px;
    /* .75 */
    text-align: center;
    position: relative; }
    @media only screen and (min-width: 730.28571px) {
      .carousel-large .block__media-body,
      .block__carousel .products .block__media-body {
        /*width: 50%;*/
        /*margin: 0 auto;*/
        /*height: ($layout-module-v * .65);*/
        padding: 22.82143px; } }
    .carousel-large .block__media-body .block__media-title,
    .block__carousel .products .block__media-body .block__media-title {
      max-height: 4.5em;
      font-size: 20.8px;
      font-size: 2.08rem; }
      .carousel-large .block__media-body .block__media-title a,
      .block__carousel .products .block__media-body .block__media-title a {
        color: white;
        font-weight: 900;
        margin: 0 0 .75em; }
    .carousel-large .block__media-body .block__media-description,
    .block__carousel .products .block__media-body .block__media-description {
      font-size: 13.6px;
      font-size: 1.36rem;
      font-weight: 300;
      margin: 1em 0;
      height: 4.7em;
      overflow: hidden;
      color: #171717; }
  .carousel-large .product-cat,
  .block__carousel .products .product-cat {
    color: #e7e7e7; }
  .carousel-large .buttons,
  .block__carousel .products .buttons {
    display: none; }
  .carousel-large .block__media-footer,
  .block__carousel .products .block__media-footer {
    display: none; }
  .carousel-large .buttons,
  .block__carousel .products .buttons {
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: 1em; }
    @media only screen and (min-width: 730.28571px) {
      .carousel-large .buttons,
      .block__carousel .products .buttons {
        bottom: -1em; } }
    @media only screen and (min-width: 1095.42857px) {
      .carousel-large .buttons,
      .block__carousel .products .buttons {
        width: 75%;
        left: 12.5%; } }
    .carousel-large .buttons .price, .carousel-large .buttons .button, .carousel-large .buttons .home-aside-content .menu a, .home-aside-content .menu .carousel-large .buttons a,
    .block__carousel .products .buttons .price,
    .block__carousel .products .buttons .button,
    .block__carousel .products .buttons .home-aside-content .menu a,
    .home-aside-content .menu .block__carousel .products .buttons a {
      display: inline-block;
      padding: .8em 0;
      float: left;
      width: 50%;
      font-size: 1.1em;
      text-transform: uppercase;
      height: 2.75em;
      line-height: 1.1;
      overflow: hidden; }
    .carousel-large .buttons .price,
    .block__carousel .products .buttons .price {
      color: #171717; }
      .carousel-large .buttons .price .amount:first-child,
      .block__carousel .products .buttons .price .amount:first-child {
        color: #eeee17; }

.carousel-small .block__item {
  width: 100%; }

.bx-wrapper {
  margin: 0;
  position: relative; }
  .bx-wrapper .bx-viewport {
    left: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    /* percheeeeè? */ }
  .bx-wrapper .bx-controls a,
  .bx-wrapper .bx-pager a {
    border-bottom: 0;
    text-decoration: none; }
    .bx-wrapper .bx-controls a::before,
    .bx-wrapper .bx-pager a::before {
      display: none; }
  .bx-wrapper .bx-controls-direction {
    position: absolute;
    top: 0;
    width: 100%; }
    @media only screen and (min-width: 547.71429px) {
      .bx-wrapper .bx-controls-direction {
        top: 128.71286px; } }
    @media only screen and (min-width: 730.28571px) {
      .bx-wrapper .bx-controls-direction {
        /*width: 50%;*/
        /*left: 25%;*/ } }
    .bx-wrapper .bx-controls-direction a {
      margin: 0;
      left: 0;
      right: auto;
      width: 45.64286px;
      height: 128.71286px;
      line-height: 128.71286px;
      top: 257.42571px;
      text-align: center;
      color: #eeee17;
      background-image: none;
      background-color: #171717;
      opacity: .75;
      font-size: 22.4px;
      font-size: 2.24rem;
      text-indent: 0; }
      .bx-wrapper .bx-controls-direction a .fa {
        color: #eeee17; }
      .bx-wrapper .bx-controls-direction a:hover, .bx-wrapper .bx-controls-direction a:focus {
        opacity: 1;
        background-color: #eeee17; }
        .bx-wrapper .bx-controls-direction a:hover .fa, .bx-wrapper .bx-controls-direction a:focus .fa {
          color: #171717; }
      @media only screen and (min-width: 730.28571px) {
        .bx-wrapper .bx-controls-direction a {
          left: -50.20714px;
          height: 141.58414px;
          line-height: 141.58414px;
          top: 128.71286px; } }
    .bx-wrapper .bx-controls-direction .bx-next {
      right: 0;
      left: auto; }
      @media only screen and (min-width: 730.28571px) {
        .bx-wrapper .bx-controls-direction .bx-next {
          right: -50.20714px;
          left: auto; } }
  .bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
    width: 100%;
    top: 342.3762px; }
    .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link {
      border: 1px solid #4a4a4a;
      background-color: transparent; }
      .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link:hover, .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link:focus, .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link.active {
        border-color: #171717;
        background-color: transparent; }
      .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link.active {
        background-color: #171717; }

.carousel-small .bx-wrapper {
  position: relative; }
  .carousel-small .bx-wrapper .bx-controls {
    position: static; }
  .carousel-small .bx-wrapper .bx-controls-direction {
    text-align: left;
    left: auto;
    right: 34.23214px;
    top: -34.23214px;
    bottom: auto; }
    .carousel-small .bx-wrapper .bx-controls-direction .bx-next .fa,
    .carousel-small .bx-wrapper .bx-controls-direction .bx-prev .fa {
      color: #171717 !important; }

.front-page-header .block__carousel {
  clear: both; }
  @media only screen and (min-width: 730.28571px) {
    .front-page-header .block__carousel {
      clear: none; } }

@media only screen and (min-width: 730.28571px) {
  .front-page-header .block__carousel .bx-controls-direction .bx-next {
    right: 0;
    height: 128.71286px;
    line-height: 128.71286px; }
  .front-page-header .block__carousel .bx-controls-direction .bx-prev {
    left: 0;
    height: 128.71286px;
    line-height: 128.71286px; } }

.site .fa {
  max-height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.metaslider h2 {
  color: #eeee17; }
.metaslider .prev,
.metaslider .next {
  color: #eeee17; }
  .metaslider .prev:hover, .metaslider .prev:focus,
  .metaslider .next:hover,
  .metaslider .next:focus {
    color: black;
    background-color: #eeee17;
    opacity: 1; }

.metaslider {
  height: auto; }
  .metaslider ul, .metaslider li {
    height: auto; }
  .metaslider img {
    min-height: auto;
    width: 100% !important;
    min-width: 100%; }

.block__taxonomy {
  display: none;
  margin-top: 42px;
  margin-top: 3rem; }

.list__taxonomy {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  font-size: 12.8px;
  font-size: 1.28rem; }
  .list__taxonomy li {
    display: inline-block;
    margin-right: 1em; }

.entry-meta h3 {
  color: white;
  display: inline-block;
  margin-right: 1em; }

@media screen and (min-width: 1095.42857px) {
  .entry-meta h3 {
    color: #171717;
    display: block; }

  .block__taxonomy {
    display: block; }

  .list__taxonomy {
    display: block; }
    .list__taxonomy li {
      display: block;
      margin-right: .5em 0; }
      .list__taxonomy li a {
        border-bottom: 0; }
      .list__taxonomy li a::before {
        background-color: #eeee17; } }
.wp-pagenavi {
  margin: 22.82143px 0 45.64286px;
  text-align: center; }
  .wp-pagenavi span,
  .wp-pagenavi a {
    border: 0;
    margin: 0;
    margin-right: 1px;
    display: inline;
    display: inline-block;
    padding: 0;
    color: white;
    background-color: #171717;
    text-align: center;
    font-weight: 900;
    min-width: 27.38571px;
    height: 27.38571px;
    line-height: 27.38571px;
    font-size: 12.8px;
    font-size: 1.28rem; }
  .wp-pagenavi a::before {
    display: none; }
  .wp-pagenavi a:hover, .wp-pagenavi a:focus {
    color: #171717;
    background-color: #eeee17; }
  .wp-pagenavi .pages,
  .wp-pagenavi .extend {
    background-color: transparent;
    color: #e7e7e7; }
  .wp-pagenavi .extend {
    display: none; }
  .wp-pagenavi .current {
    background-color: #171717;
    font-weight: 900; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  font-size: .9em;
  margin: 0;
  /*padding-left: $layout-module;*/
  padding-left: 50%;
  position: relative; }
  @media only screen and (min-width: 547.71429px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      padding: 4px;
      width: 50%; } }
  @media only screen and (min-width: 730.28571px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      width: 33.33333%;
      clear: none;
      text-align: center; } }
  @media only screen and (min-width: 912.85714px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      width: 33.33333%;
      clear: none; } }
  @media only screen and (min-width: 1095.42857px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      width: 33.33333%;
      clear: none; } }
  @media only screen and (min-width: 1278px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      width: 25%;
      clear: none; } }
  .woocommerce ul.products li.product h3,
  .woocommerce-page ul.products li.product h3 {
    color: #171717;
    display: block;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 1em;
    height: 4.1em;
    overflow: hidden;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 2em;
    text-align: center; }
    @media only screen and (min-width: 730.28571px) {
      .woocommerce ul.products li.product h3,
      .woocommerce-page ul.products li.product h3 {
        margin-left: 0;
        margin-right: 0;
        left: 4px;
        right: 4px;
        bottom: 4.4em;
        position: absolute;
        background-color: white;
        background-color: rgba(255, 255, 255, 0.75);
        height: auto;
        max-height: 6em;
        padding-bottom: 0; } }
  @media only screen and (min-width: 730.28571px) {
    .woocommerce ul.products li.product .product-content,
    .woocommerce-page ul.products li.product .product-content {
      padding-top: 5.2em; } }
  .woocommerce ul.products li.product a:first-child,
  .woocommerce ul.products li.product .woopcs-badge + a,
  .woocommerce-page ul.products li.product a:first-child,
  .woocommerce-page ul.products li.product .woopcs-badge + a {
    display: block;
    background-color: white;
    /*overflow: auto;*/
    overflow: hidden;
    padding-bottom: 1em;
    outline: 0px solid transparent; }
    .woocommerce ul.products li.product a:first-child:hover, .woocommerce ul.products li.product a:first-child:focus,
    .woocommerce ul.products li.product .woopcs-badge + a:hover,
    .woocommerce ul.products li.product .woopcs-badge + a:focus,
    .woocommerce-page ul.products li.product a:first-child:hover,
    .woocommerce-page ul.products li.product a:first-child:focus,
    .woocommerce-page ul.products li.product .woopcs-badge + a:hover,
    .woocommerce-page ul.products li.product .woopcs-badge + a:focus {
      outline: 8px solid #eeee17; }
  .woocommerce ul.products li.product .wp-post-image,
  .woocommerce-page ul.products li.product .wp-post-image {
    margin-bottom: 0; }
  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
    display: block;
    padding: .75em 0;
    margin-left: 5%;
    margin-top: -3em;
    float: left;
    width: 45%;
    overflow: hidden;
    height: 3em;
    text-align: center;
    margin-bottom: 0;
    color: #171717; }
    .woocommerce ul.products li.product .price .amount:first-child,
    .woocommerce-page ul.products li.product .price .amount:first-child {
      color: #eeee17; }
  .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .home-aside-content .menu a, .home-aside-content .menu .woocommerce ul.products li.product a,
  .woocommerce-page ul.products li.product .button,
  .woocommerce-page ul.products li.product .home-aside-content .menu a,
  .home-aside-content .menu .woocommerce-page ul.products li.product a {
    padding: .8em 0;
    overflow: hidden;
    margin-bottom: 1em;
    display: block;
    border-bottom: 0 !important;
    width: 45%;
    margin-right: 5%;
    margin-top: -3.55em !important;
    float: right;
    text-align: center !important;
    text-transform: uppercase;
    font-size: .8em;
    min-height: 3.25em;
    padding: 1em 0;
    margin-top: -4.45em !important; }
  .woocommerce ul.products li.product .added_to_cart,
  .woocommerce-page ul.products li.product .added_to_cart {
    position: absolute;
    right: 1em;
    top: 0; }
.woocommerce ul.products .product-thumbnail,
.woocommerce-page ul.products .product-thumbnail {
  background: white url("img/bb-placeholder.png") no-repeat center;
  background-size: contain;
  width: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  overflow: hidden; }
  @media only screen and (min-width: 730.28571px) {
    .woocommerce ul.products .product-thumbnail,
    .woocommerce-page ul.products .product-thumbnail {
      width: 182.57143px; } }
  @media only screen and (min-width: 547.71429px) {
    .woocommerce ul.products .product-thumbnail,
    .woocommerce-page ul.products .product-thumbnail {
      position: relative;
      left: auto;
      top: auto;
      bottom: auto;
      width: 100%;
      height: 257.42571px; } }
.woocommerce ul.products.blogroll .product,
.woocommerce-page ul.products.blogroll .product {
  width: 100%;
  text-align: left;
  position: relative;
  height: 257.42571px;
  margin-bottom: 8px; }
  @media only screen and (min-width: 547.71429px) {
    .woocommerce ul.products.blogroll .product,
    .woocommerce-page ul.products.blogroll .product {
      width: 100%;
      text-align: left; } }
  @media only screen and (min-width: 730.28571px) {
    .woocommerce ul.products.blogroll .product,
    .woocommerce-page ul.products.blogroll .product {
      width: 100%;
      text-align: left; } }
  @media only screen and (min-width: 912.85714px) {
    .woocommerce ul.products.blogroll .product,
    .woocommerce-page ul.products.blogroll .product {
      width: 100%;
      text-align: left; } }
  @media only screen and (min-width: 1095.42857px) {
    .woocommerce ul.products.blogroll .product,
    .woocommerce-page ul.products.blogroll .product {
      width: 100%;
      text-align: left; } }
.woocommerce ul.products.blogroll .product-link,
.woocommerce-page ul.products.blogroll .product-link {
  height: 257.42571px;
  overflow: hidden;
  padding-bottom: 5em; }
.woocommerce ul.products.blogroll .product-thumbnail,
.woocommerce-page ul.products.blogroll .product-thumbnail {
  width: 182.57143px;
  position: absolute; }
.woocommerce ul.products.blogroll .product-content,
.woocommerce-page ul.products.blogroll .product-content {
  padding: 1em;
  height: 257.42571px;
  overflow: hidden;
  padding-bottom: 5em; }
  @media only screen and (min-width: 730.28571px) {
    .woocommerce ul.products.blogroll .product-content,
    .woocommerce-page ul.products.blogroll .product-content {
      margin-left: 182.57143px; } }
  .woocommerce ul.products.blogroll .product-content h3,
  .woocommerce-page ul.products.blogroll .product-content h3 {
    padding: 0;
    margin: 0;
    margin-bottom: .5em;
    font-size: 1.2em;
    text-align: left;
    height: auto; }
  .woocommerce ul.products.blogroll .product-content .product-cat,
  .woocommerce-page ul.products.blogroll .product-content .product-cat {
    margin: 0;
    margin-bottom: .5em;
    text-align: left; }
  .woocommerce ul.products.blogroll .product-content p,
  .woocommerce-page ul.products.blogroll .product-content p {
    font-weight: 400;
    color: #171717; }
.woocommerce ul.products.blogroll .product-action,
.woocommerce-page ul.products.blogroll .product-action {
  position: absolute;
  width: 33% !important;
  bottom: .8em;
  left: 182.57143px;
  padding: 1em; }

.woocommerce-page .products.blogroll .product .button.product-action, .woocommerce-page .products.blogroll .product .home-aside-content .menu a.product-action, .home-aside-content .menu .woocommerce-page .products.blogroll .product a.product-action,
.woocommerce-page .products.blogroll .product .button.add_to_cart_button,
.woocommerce-page .products.blogroll .product .home-aside-content .menu a.add_to_cart_button,
.home-aside-content .menu .woocommerce-page .products.blogroll .product a.add_to_cart_button,
.woocommerce .products.blogroll .product .button.product-action,
.woocommerce .products.blogroll .product .home-aside-content .menu a.product-action,
.home-aside-content .menu .woocommerce .products.blogroll .product a.product-action,
.woocommerce .products.blogroll .product .button.add_to_cart_button,
.woocommerce .products.blogroll .product .home-aside-content .menu a.add_to_cart_button,
.home-aside-content .menu .woocommerce .products.blogroll .product a.add_to_cart_button {
  width: 33% !important; }

.content-area.wide + .content-area + .widget-area {
  margin-top: 4px !important; }

@media only screen and (min-width: 730.28571px) {
  .wide ul.products li.product,
  .home ul.products li.product,
  .woocommerce ul.products li.product {
    width: 33.33333%;
    clear: none;
    text-align: center; } }
@media only screen and (min-width: 912.85714px) {
  .wide ul.products li.product,
  .home ul.products li.product,
  .woocommerce ul.products li.product {
    width: 25%;
    clear: none; } }
@media only screen and (min-width: 1095.42857px) {
  .wide ul.products li.product,
  .home ul.products li.product,
  .woocommerce ul.products li.product {
    width: 16.66667%;
    clear: none; } }
@media only screen and (min-width: 1278px) {
  .wide ul.products li.product,
  .home ul.products li.product,
  .woocommerce ul.products li.product {
    width: 16.66667%;
    clear: none; } }

i {
  color: #171717;
  font-weight: 300;
  display: block;
  margin: 0;
  max-height: 1.5em;
  overflow: hidden;
  margin-top: -1.95em;
  text-align: center;
  margin-bottom: 3em; }

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
  width: 100%; }
  .woocommerce .related ul li.product a:first-child, .woocommerce .related ul.products li.product a:first-child, .woocommerce .upsells.products ul li.product a:first-child, .woocommerce .upsells.products ul.products li.product a:first-child, .woocommerce-page .related ul li.product a:first-child, .woocommerce-page .related ul.products li.product a:first-child, .woocommerce-page .upsells.products ul li.product a:first-child, .woocommerce-page .upsells.products ul.products li.product a:first-child {
    background-color: #e7e7e7; }
  @media only screen and (min-width: 730.28571px) {
    .woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
      float: left;
      width: 33.33333%; } }

.tassonomie {
  background-color: #e7e7e7;
  padding: 1.5em; }

.lista-tassonomie {
  list-style: none;
  padding: 0; }
  @media only screen and (min-width: 547.71429px) {
    .lista-tassonomie {
      float: left;
      width: 50%; } }
  .lista-tassonomie .tassonomia {
    margin-bottom: .5em; }
  .lista-tassonomie .tassonomia-nome {
    font-weight: 700;
    display: block;
    font-size: .8em;
    text-transform: uppercase; }
  .lista-tassonomie .tassonomia-termine {
    font-weight: 300; }

.product form.cart .quantity {
  display: none; }
.product form.cart .single_add_to_cart_button {
  width: 100%;
  color: #171717 !important;
  background-color: #eeee17 !important; }
.product .price {
  margin-bottom: 0;
  padding: .5em 1em;
  text-align: center; }

@media only screen and (min-width: 547.71429px) {
  .featured-product-image {
    width: 25%;
    float: left; }
    .featured-product-image img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .featured-product-image + .entry-content-main {
      margin-left: 25%;
      padding-left: 1em; }
      .featured-product-image + .entry-content-main .lista-tassonomie {
        float: left;
        width: 50%; }
      .featured-product-image + .entry-content-main .ecommerce {
        float: left;
        width: 50%; } }
@media only screen and (min-width: 1095.42857px) {
  .featured-product-image {
    width: 30%; }
    .featured-product-image + .entry-content-main {
      margin-left: 30%; } }
.entry-content-main .product_meta {
  margin: 1em 0; }

.single-product .site-main {
  background-color: transparent !important; }
  .single-product .site-main .block__header-title {
    color: #eeee17; }

.sub-header {
  padding: 1em;
  clear: left;
  background-color: #171717;
  margin-bottom: .5em;
  color: white; }
  .sub-header a {
    color: #eeee17; }

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin-bottom: 0; }

.woocommerce .woocommerce-info {
  clear: left; }

.single-product-header {
  margin-bottom: 8px !important; }
  .single-product-header .entry-title {
    margin-top: 0;
    font-size: 1.6em; }

.product-supporto img {
  width: 150px;
  height: auto;
  margin-bottom: 1em; }

.product-description {
  padding-top: 1.5em; }
  .product-description p {
    text-align: justify; }

.entry-content-footer {
  padding: 1em 1.5em;
  background-color: white; }
  .entry-content-footer .sharedaddy {
    margin-bottom: 0; }

.single-product .entry-content-footer {
  display: none;
  /* A richiesta di FF */ }

.product-rarita {
  font-weight: bold;
  font-size: 1.2em; }

.product_meta,
.product-rarita,
.product-supporto {
  text-align: right; }

/*.outofstock,*/
.product_type_simple.prossima-uscita, .product_type_simple.esaurito {
  width: 90% !important;
  display: block !important; }

.woocommerce ul.products li.product .button.esaurito, .woocommerce ul.products li.product .home-aside-content .menu a.esaurito, .home-aside-content .menu .woocommerce ul.products li.product a.esaurito {
  background-color: #171717;
  color: white; }

.woocommerce ul.products li.product.out-of-stock .button, .woocommerce ul.products li.product.out-of-stock .home-aside-content .menu a, .home-aside-content .menu .woocommerce ul.products li.product.out-of-stock a {
  /*width: 90%!important;	*/ }

.woof_products_top_panel {
  /*display: none!important;*/ }

.woof_sid_auto_shortcode {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

/* filtri */
.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before {
  font: fontawesome;
  content: '\f0c9'; }

.prdctfltr_regular_title {
  color: #171717;
  background-color: white; }

.prdctfltr_wc i {
  color: white !important;
  font-family: 'fontawesome';
  margin: 0;
  display: inline-block;
  width: 1em;
  height: 1em; }
.prdctfltr_wc .prdctfltr-bars {
  content: '\f00d'; }
.prdctfltr_wc .prdctfltr-title-remove {
  display: inline-block;
  width: 1em;
  height: 1em; }

.prdctfltr_search_terms,
.prdctfltr_filter label {
  color: #171717;
  flont-size: .9em; }

.woocommerce a.button.prdctfltr_woocommerce_filter_submit, .woocommerce .home-aside-content .menu a.prdctfltr_woocommerce_filter_submit, .home-aside-content .menu .woocommerce a.prdctfltr_woocommerce_filter_submit {
  background-color: #eeee17 !important;
  color: #171717 !important; }
  .woocommerce a.button.prdctfltr_woocommerce_filter_submit:hover, .woocommerce .home-aside-content .menu a.prdctfltr_woocommerce_filter_submit:hover, .home-aside-content .menu .woocommerce a.prdctfltr_woocommerce_filter_submit:hover, .woocommerce a.button.prdctfltr_woocommerce_filter_submit:focus, .woocommerce .home-aside-content .menu a.prdctfltr_woocommerce_filter_submit:focus, .home-aside-content .menu .woocommerce a.prdctfltr_woocommerce_filter_submit:focus {
    background-color: #f0f02f !important; }

.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label > span {
  position: relative;
  padding-left: 16px;
  padding-right: 16px; }
  .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label > span::before {
    position: absolute;
    left: 0;
    top: 0; }

.prdctfltr_checkboxes .prdctfltr_sub {
  margin-left: 16px; }

.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter {
  /*	padding-left: 8px!important;
  	padding-right: 8px!important;*/ }

.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_checkboxes {
  /*width: calc(100%-16px)!important;*/ }

.prdctfltr_filter label {
  font-size: 85%; }

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span {
  position: relative;
  line-height: 12px;
  display: block;
  margin-left: 5px;
  margin-bottom: 12px; }
  .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span:hover, .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span:focus {
    background-color: #e7e7e7; }
  .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span::before {
    margin-left: -30px;
    margin-right: 9px;
    display: none !important; }

.mCSB_inside > .mCSB_container {
  margin-right: 15px; }

.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_checkboxes {
  width: -webkit-calc(100%-16px);
  width: calc(100%-16px); }

.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms .prdctfltr_search_terms_input {
  padding-left: 0; }

.site .prdctfltr-up {
  font-style: normal; }
  .site .prdctfltr-up::before {
    font-family: fontawesome;
    content: "" !important;
    color: black !important; }
.site .prdctfltr-down {
  font-style: normal; }
  .site .prdctfltr-down::before {
    font-family: fontawesome;
    content: "" !important;
    color: black !important; }
.site .prdctfltr_woocommerce_ordering span.prdctfltr_instock span:before {
  font-family: fontawesome;
  content: "" !important; }
.site .prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before {
  font-family: fontawesome;
  content: "" !important; }
.site .prdctfltr_wc .prdctfltr-delete {
  font-family: fontawesome;
  content: "" !important; }

.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
  float: left; }

.product .product-cat {
  font-weight: 300;
  height: 1.5em;
  overflow: hidden;
  display: block;
  margin-top: -1.5em;
  margin-bottom: 3em;
  text-align: center; }

.outofstock .price {
  display: none; }

.price del {
  /* prezzo vecchio */
  opacity: .66; }
.price ins {
  /* prezzo scontato */
  background-color: transparent; }

.product_cat-prossima-uscita .price {
  display: block;
  margin-bottom: 1em; }

.stock.out-of-stock {
  padding: 0;
  text-align: left;
  text-transform: none;
  color: #171717;
  background-color: transparent; }

.block-related {
  max-width: 100%;
  overflow: hidden;
  display: block !important; }
  .block-related .block-header {
    max-width: 100%; }
  .block-related .bx-wrapper {
    margin: 0 !important; }
  .block-related .block__header {
    width: 100%; }
  .block-related .block__header-content {
    height: 3.25em; }
    .block-related .block__header-content .block__header-title {
      float: left;
      background-color: #171717;
      padding: .20em .5em;
      margin-left: -.5em; }

.site .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span {
  line-height: 16px; }

/*[data-key="product_cat"],*/
[data-key="genere"],
[data-key="rarita"] {
  display: none !important; }

@media only screen and (min-width: 912.85714px) {
  .prdctfltr_filter_wrapper {
    float: right;
    width: 41%;
    margin-top: -2.5em; } }
@media only screen and (min-width: 1095.42857px) {
  .prdctfltr_filter_wrapper {
    width: 34%; } }
@media only screen and (min-width: 1278px) {
  .prdctfltr_filter_wrapper {
    width: 25%; } }

/* waitlist styles */
.wcwl_email_field {
  width: 100%; }
  .wcwl_email_field label {
    display: block; }
  .wcwl_email_field input {
    width: 100%;
    margin-bottom: .5em; }

/* Bloodbuster edizioni */
@media only screen and (min-width: 730.28571px) {
  .page-id-23095 .woocommerce ul.products li.product h3,
  .page-id-23095 .woocommerce-page ul.products li.product h3 {
    position: relative;
    height: auto;
    padding: 1em 0; } }

/* 
 * nascondi opzioni della ricerca arbitrariamente 
 */
[role=treeitem][id*=rand],
[role=treeitem][id*=rating],
[role=treeitem][id*=popularity],
[role=treeitem][id*=menu_order],
[role=treeitem][id*=by_stock] {
  display: none; }

.site .widget-area .widget p {
  margin: 0; }

/*
 * Filtri 
 */
.woof_sid_auto_shortcode,
.woof_products_top_panel,
.woof_submit_search_form_container {
  display: none !important; }

.in-stock-search,
.in-stock-search > div {
  display: inline; }

.in-stock-search .widget {
  padding: 0;
  padding-left: 7em; }

.plainoverlay,
.woof_svg_load_container,
.woof_info_popup {
  display: none !important;
  opacity: 0 !important; }

.sd-social-icon .sd-content ul li[class*=share-] a,
.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a {
  padding: 10px 8px; }
  .sd-social-icon .sd-content ul li[class*=share-] a::before,
  .sd-social-icon .sd-content ul li[class*=share-] a:hover::before,
  .sd-social-icon .sd-content ul li[class*=share-] div.option a::before {
    background-color: transparent;
    height: 15px; }

.attachment-placeholder {
  font-size: 12.8px;
  font-size: 1.28rem; }
  .attachment-placeholder a::before {
    display: none; }

.cart-collaterals .cart_totals h2, .cart-collaterals .cart_totals p, .cart-collaterals .cart_totals table {
  display: none !important; }

.mc4wp-form p {
  margin-bottom: 0 !important; }

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* layout */
.full .content-area,
.home .content-area,
.archive .content-area {
  width: 100%; }
.full .widget-area,
.home .widget-area,
.archive .widget-area {
  display: none; }
  .full .widget-area.home-title,
  .home .widget-area.home-title,
  .archive .widget-area.home-title {
    display: block; }

.archive .page-header + .widget-area {
  display: block; }

#banner-area {
  display: block;
  width: 100%;
  padding: 4px 0 0;
  position: relative;
  z-index: 2; }
  #banner-area .widget_image {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0; }
  #banner-area a {
    padding: 0; }

.home-title.widget-area .widget {
  display: none; }
  @media only screen and (min-width: 730.28571px) {
    .home-title.widget-area .widget {
      display: block; } }
@media only screen and (min-width: 730.28571px) {
  .home-title.widget-area .widget_mc4wp_widget {
    display: none; } }
@media only screen and (min-width: 912.85714px) {
  .home-title.widget-area .widget_mc4wp_widget {
    display: block; } }

.archive .widget-area {
  display: none; }
@media only screen and (min-width: 912.85714px) {
  .archive .page-header {
    float: left;
    width: 60%; }
  .archive .widget-area {
    float: left;
    display: block;
    width: 40%; } }
@media only screen and (min-width: 1095.42857px) {
  .archive .page-header {
    float: left;
    width: 66.66667%; }
  .archive .widget-area {
    float: left;
    width: 33.33333%; } }

.content-area,
.widget-area {
  padding: 0; }

.content-area.wide {
  width: 100%; }

.widget-area .widget {
  width: 100%;
  background-color: transparent; }
@media only screen and (min-width: 547.71429px) {
  .widget-area .widget {
    width: 50%; } }
@media only screen and (min-width: 730.28571px) {
  .widget-area .widget {
    width: 100%; } }

/* style */
.site {
  overflow: hidden; }

.site-content .content-area {
  position: relative; }

.site-content .widget-area {
  overflow: hidden; }

.site-footer {
  clear: both; }

.home .content-area {
  background-color: transparent;
  width: 100%; }

.site-content {
  margin: 0 11.41071px; }
  @media only screen and (min-width: 1278px) {
    .site-content {
      margin: 0 auto !important;
      max-width: 1278px; } }

.single .site-main {
  background-color: white;
  /*padding: 2em;*/ }

.single-post .site-main {
  padding: 0; }

.content-area,
.widget-area {
  margin: 0 auto;
  padding: 4px; }

@media only screen and (min-width: 730.28571px) {
  .content-area {
    width: 75%; }

  .widget-area {
    width: 25%; } }
@media only screen and (min-width: 912.85714px) {
  .content-area {
    width: 60%; }

  .widget-area {
    width: 40%; } }
@media only screen and (min-width: 1095.42857px) {
  .content-area {
    width: 66.66667%; }

  .widget-area {
    width: 33.33333%; } }
@media only screen and (min-width: 1278px) {
  .content-area {
    width: 71.42857%; }

  .widget-area {
    width: 28.57143%; } }
.entry-header,
.page-header,
.entry-content,
.entry-meta,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation {
  position: relative;
  margin: 0 auto;
  padding: 0 22.82143px; }

.entry-content,
.entry-header,
.page-header {
  padding: 22.82143px; }

.entry-header,
.page-header {
  background: #eeee17;
  background-size: cover; }
  .entry-header h1,
  .entry-header .entry-meta,
  .page-header h1,
  .page-header .entry-meta {
    margin: 11.41071px 0;
    color: #171717; }
    .entry-header h1 a,
    .entry-header .entry-meta a,
    .page-header h1 a,
    .page-header .entry-meta a {
      color: #171717;
      font-weight: 700;
      border-bottom: 1px solid rgba(23, 23, 23, 0.5); }
      .entry-header h1 a:hover, .entry-header h1 a:focus,
      .entry-header .entry-meta a:hover,
      .entry-header .entry-meta a:focus,
      .page-header h1 a:hover,
      .page-header h1 a:focus,
      .page-header .entry-meta a:hover,
      .page-header .entry-meta a:focus {
        color: #171717;
        border-bottom-color: transparent; }
  .entry-header h1,
  .page-header h1 {
    font-size: 32px;
    font-size: 3.2rem;
    text-transform: none;
    margin-top: 22.82143px;
    margin-right: 91.28571px; }
  .entry-header p,
  .page-header p {
    color: #171717;
    font-weight: 300; }

.woocommerce-result-count {
  color: #e7e7e7; }

.entry-content {
  background-color: white; }

.entry-counter {
  position: absolute;
  right: 0;
  top: 85px;
  margin-top: -22.82143px;
  right: 22.82143px;
  color: white;
  float: left;
  text-align: center; }
  .entry-counter .fa {
    /*border: 1px solid white;*/
    background-color: #eeee17;
    padding: .75em;
    border-radius: 2em;
    display: block;
    margin-bottom: .5em; }
  .entry-counter .entry-count {
    display: block;
    font-size: 12px;
    font-size: 1.2rem; }

.entry-counter-item {
  float: left;
  margin-left: .75em; }

.entry-content p {
  margin-top: 0; }

.entry-meta {
  padding: 0; }

.entry-meta,
.entry-footer {
  font-size: .85em;
  color: #171717; }
  .entry-meta a,
  .entry-footer a {
    color: #171717;
    border-bottom: 1px solid #171717; }
    .entry-meta a:hover, .entry-meta a:focus,
    .entry-footer a:hover,
    .entry-footer a:focus {
      border-bottom-color: transparent; }
  .entry-meta .post-edit-link,
  .entry-footer .post-edit-link {
    color: white; }
    .entry-meta .post-edit-link:hover, .entry-meta .post-edit-link:focus,
    .entry-footer .post-edit-link:hover,
    .entry-footer .post-edit-link:focus {
      color: white; }

.entry-footer {
  margin-bottom: 45.64286px;
  padding-bottom: 3em; }

.page-header {
  border-bottom: 0 !important;
  margin-top: 0 !important; }

#profile {
  color: white;
  background-color: #171717;
  padding: 22.82143px;
  min-height: 257.42571px; }
  #profile ul {
    list-style: none;
    padding: 0; }
  #profile a,
  #profile a:hover,
  #profile a:focus,
  #profile widget-title {
    color: white; }

.home #search {
  padding-left: .75em; }

#search {
  padding: .75em 0;
  color: #171717;
  background-color: #e7e7e7;
  background-color: #c4c40e;
  background-color: #eeee17;
  position: relative; }
  #search form {
    position: relative;
    /*border-radius: 2em;*/ }
  #search label {
    margin: 0;
    width: 100%;
    display: block; }
    #search label::before {
      position: absolute;
      content: '\f002';
      font-family: fontawesome;
      color: white;
      font-size: 1.2em;
      left: .4em;
      top: 50%;
      margin-top: -.72em; }
  #search [type='search'] {
    padding: 7.60714px;
    padding-left: 22.82143px;
    width: 100%;
    border: 0;
    background-color: #e7e7e7;
    font-weight: 300;
    border-radius: 2em 0 0 2em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    #search [type='search']:focus {
      background-color: white; }
  #search [type='submit'] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    padding: 0 1.5em;
    background-color: #c4c40e;
    /*display: none; /* let's try something different *!/*/ }
    #search [type='submit']:hover, #search [type='submit']:focus {
      background-color: #c4c40e; }

[data-slb-group]::before {
  display: none; }

/* informazioni aggiuntive */
.entry-aside-primary,
.entry-aside-secondary {
  display: table;
  font-size: 14.4px;
  font-size: 1.44rem; }
  .entry-aside-primary::after,
  .entry-aside-secondary::after {
    clear: both; }

.entry-content-aside {
  margin-bottom: 22.82143px; }
  .entry-content-aside.meta-categorie {
    clear: left; }
  .entry-content-aside li {
    display: inline; }
    .entry-content-aside li a {
      display: inline-block;
      padding: .25em .5em;
      margin-right: .5em;
      margin-bottom: .5em;
      font-size: 12.8px;
      font-size: 1.28rem;
      font-weight: 500;
      background-color: #f4f4f4;
      /*border-radius: 1em;*/
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
      /*@include ellipsis();*/ }
      .entry-content-aside li a:hover, .entry-content-aside li a:focus {
        background-color: #e7e7e7; }

.entry-aside-secondary .entry-content-aside {
  float: none;
  width: 100%; }

/* informazio autore */
.meta-author-profile {
  position: relative; }

.off-page-button {
  position: absolute;
  left: -11.41071px;
  width: 22.82143px;
  height: 22.82143px;
  border-radius: 22.82143px;
  overflow: hidden;
  background-color: #e7e7e7;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .off-page-button + .meta-author-username {
    margin-left: 17.11607px; }
    .off-page-button + .meta-author-username h3 {
      padding-top: .4em; }

.aside-link {
  position: relative;
  display: inline-block;
  padding-left: 1.4em; }
  .aside-link .off-page-button {
    width: 28px;
    height: 28px;
    line-height: 28px;
    top: -2px;
    text-align: center;
    color: white !important; }
  .aside-link:hover .off-page-button, .aside-link:focus .off-page-button {
    background-color: #eeee17 !important; }

.additional-info {
  font-size: 12.8px;
  font-size: 1.28rem;
  padding-top: .5em;
  line-height: 1.2; }

.currency {
  font-weight: 300; }

.prezzo {
  font-size: 19.2px;
  font-size: 1.92rem; }

h3 {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.aside-prezzo h3 {
  padding: 11.41071px;
  margin-left: -22.82143px;
  background-color: #eeee17;
  color: white; }

.aside-prezzo-info {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  line-height: 1.4; }

.page-content {
  padding: 1.5em 0 3em; }

.sharedaddy {
  margin-bottom: 2em; }

figure {
  margin: 1em 0; }

figcaption {
  font-style: italic;
  font-size: .9em; }

.home-categories {
  display: none;
  margin-top: 0; }
  .home-categories ul {
    list-style: none;
    padding: 0; }
  .home-categories a {
    display: block;
    padding: .5em 1em;
    line-height: 1.1;
    margin-bottom: 4px; }
  .home-categories .current-menu-item a {
    /*		color: $color-black!important;
    		background-color: $color-primary!important;*/ }
  @media only screen and (min-width: 730.28571px) {
    .home-categories {
      display: block;
      float: left;
      width: 25%;
      padding: 4px; } }
  @media only screen and (min-width: 912.85714px) {
    .home-categories {
      width: 20%; } }
  @media only screen and (min-width: 1095.42857px) {
    .home-categories {
      width: 16.66667%; } }
  @media only screen and (min-width: 1278px) {
    .home-categories {
      width: 14.28571%; } }

.front-page-header .block__carousel {
  padding: 4px; }
  @media only screen and (min-width: 730.28571px) {
    .front-page-header .block__carousel {
      float: left;
      width: 66.66667%; } }
  @media only screen and (min-width: 912.85714px) {
    .front-page-header .block__carousel {
      width: 62.5%; } }
  @media only screen and (min-width: 1095.42857px) {
    .front-page-header .block__carousel {
      width: 60%; } }
  @media only screen and (min-width: 1278px) {
    .front-page-header .block__carousel {
      width: 66.66667%; } }

.home-aside,
.home-title {
  display: none;
  position: relative; }
  @media only screen and (min-width: 730.28571px) {
    .home-aside,
    .home-title {
      display: block;
      float: right;
      padding: 4px;
      width: 33.33333%; } }
  @media only screen and (min-width: 912.85714px) {
    .home-aside,
    .home-title {
      width: 37.5%; } }
  @media only screen and (min-width: 1095.42857px) {
    .home-aside,
    .home-title {
      width: 40%; } }
  @media only screen and (min-width: 1278px) {
    .home-aside,
    .home-title {
      width: 33.33333%; } }

.home-aside-content {
  background-color: #eeee17;
  color: #171717;
  padding: 22.82143px;
  padding-bottom: 3em;
  height: 343.41686px;
  margin-top: 68.46429px; }
  .home-aside-content .sharedaddy {
    position: absolute;
    bottom: 1em;
    margin: 0; }
    .home-aside-content .sharedaddy .sd-title {
      display: none; }
  .home-aside-content .menu {
    padding: 0;
    list-style: none; }
    .home-aside-content .menu li {
      display: block; }
    .home-aside-content .menu a {
      display: block;
      text-align: center;
      margin: 0 0 4px; }

.home-aside-title {
  font-size: 2em;
  text-transform: none !important;
  max-width: 8em; }

.site-header,
.home-aside {
  position: relative;
  padding-left: 8px;
  padding-right: 8px; }
  .site-header .site-cart,
  .home-aside .site-cart {
    width: 100%;
  /*@include breakpoint(small) {
		position: absolute;
		z-index: 1;
  	width: (((100%)/4)*2);
	  right: ($layout-padding*2);
		bottom: 0;
	}
	@include breakpoint(medium) {
		width: (((100%)/5)*2);
	  bottom: -3.6em;
	}
	@include breakpoint(large) {
		width: (((100%)/6)*2);
	}
	@include breakpoint(xlarge) {
		width: (((100%)/7)*2);
	}*/ }
    .site-header .site-cart .widget,
    .home-aside .site-cart .widget {
      display: none;
      position: absolute;
      background-color: #242424;
      color: white;
      width: 100%; }
      .site-header .site-cart .widget a,
      .home-aside .site-cart .widget a {
        color: white; }
        .site-header .site-cart .widget a:hover, .site-header .site-cart .widget a:focus,
        .home-aside .site-cart .widget a:hover,
        .home-aside .site-cart .widget a:focus {
          color: #eeee17; }
      .site-header .site-cart .widget .buttons,
      .home-aside .site-cart .widget .buttons {
        margin-bottom: 0; }
    .site-header .site-cart:hover .widget,
    .home-aside .site-cart:hover .widget {
      display: block; }
    .site-header .site-cart .cart-container,
    .home-aside .site-cart .cart-container {
      background-color: #171717;
      margin-left: 8px; }
    .site-header .site-cart .cart-title,
    .home-aside .site-cart .cart-title {
      color: #eeee17; }
  .site-header .cart-contents,
  .home-aside .cart-contents {
    position: relative;
    color: white;
    padding: 1em 3em;
    display: block; }
    .site-header .cart-contents::before,
    .home-aside .cart-contents::before {
      color: #eeee17;
      font-family: fontawesome;
      position: absolute;
      content: '\f07a';
      width: 20px;
      height: 20px;
      font-size: 1.2em;
      left: .85em;
      top: .85em;
      display: block; }
    .site-header .cart-contents .count,
    .home-aside .cart-contents .count {
      color: #e7e7e7;
      font-size: .8em; }
  .site-header .menu,
  .home-aside .menu {
    list-style: none;
    padding: 0;
    margin: 0; }

.site-search {
  position: relative;
  padding: 4px;
  clear: both;
  /*@include breakpoint(small) {
  	width: (((100%)/4)*2);
  }
  @include breakpoint(medium) {
  	width: (((100%)/5)*2);
  }
  @include breakpoint(large) {
  	width: (((100%)/6)*2);
  }
  @include breakpoint(large) {
  	width: (((100%)/7)*2);
  }*/ }
  @media only screen and (min-width: 912.85714px) {
    .site-search {
      margin-top: 1em;
      padding: 0;
      float: right;
      clear: none; } }
  .site-search label {
    width: 100%; }
  .site-search [type=search] {
    padding: .4em .8em;
    position: relative;
    /*top: 1px;*/
    width: 100%; }
  .site-search [type=submit] {
    position: absolute;
    right: 4px;
    top: 4px; }
    @media only screen and (min-width: 912.85714px) {
      .site-search [type=submit] {
        right: 0;
        top: 0; } }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: orange;
  color: #171717; }
  .woocommerce div.product p.price .amount:first-child,
  .woocommerce div.product span.price .amount:first-child {
    color: #eeee17; }

section.subscribe {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0; }

body form.subscribe-form {
  background-image: none;
  background-color: transparent;
  border: 0;
  border-radius: 0; }

.subscribe-submit:before {
  content: '\f00c';
  display: block;
  margin-top: -3px;
  width: 25px;
  height: 19px;
  font-family: fontawesome;
  background-image: none; }

.woopcs-badge {
  background-color: orange;
  right: 10px;
  top: 10px; }

.widget_shopping_cart {
  z-index: 10; }

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 1px solid #c7c7c7; }

.error-404 .page-content,
.search-no-results .page-content {
  margin-top: 8px;
  background-color: white;
  padding: 2em; }
  .error-404 .page-content .search-form,
  .search-no-results .page-content .search-form {
    position: relative; }
    .error-404 .page-content .search-form label,
    .search-no-results .page-content .search-form label {
      display: block; }
    .error-404 .page-content .search-form .search-submit,
    .search-no-results .page-content .search-form .search-submit {
      position: absolute;
      right: 0;
      top: 0; }
    .error-404 .page-content .search-form [type=search],
    .search-no-results .page-content .search-form [type=search] {
      padding: .375em .8em; }
  .error-404 .page-content .search-field,
  .search-no-results .page-content .search-field {
    width: 100%; }

.woocommerce-breadcrumb {
  display: none; }

.page-header .woocommerce-breadcrumb {
  display: block;
  color: #171717; }
  .page-header .woocommerce-breadcrumb a {
    color: #171717;
    border-bottom: 1px solid transparent; }
    .page-header .woocommerce-breadcrumb a:hover, .page-header .woocommerce-breadcrumb a:focus {
      border-bottom-color: #171717; }

.woocommerce-pagination {
  clear: both; }

.archive .page-header {
  margin-bottom: 1em; }

.bb-archive-sort .block-heading {
  padding: 1em;
  background-color: #171717;
  color: white; }
  .bb-archive-sort .block-heading .block-title {
    color: #eeee17;
    margin-top: 0; }
  .bb-archive-sort .block-heading .block-description {
    font-size: .85em; }

.select2-container--default .select2-selection--single {
  border-radius: 0; }

.beautiful-taxonomy-filters-label {
  display: none; }

.beautiful-taxonomy-filters-tax {
  margin-bottom: 8px; }

.select2-container {
  max-width: 100%; }

@media only screen and (min-width: 1278px) {
  .bb-archive-sort {
    padding: 4px;
    padding-left: 0;
    clear: left;
    float: left;
    width: 14.28571%; }
    .bb-archive-sort .beautiful-taxonomy-filters-button {
      padding: .5em 1em;
      width: 100%; }

  .bb-archive-content {
    /*float: left;*/
    /*width: (((100%)/7)*6);*/ } }
.widget-area {
  float: right; }
  .widget-area .site-search {
    margin-top: 0 !important;
    margin-bottom: 8px;
    float: none !important; }
  .widget-area .site-cart {
    margin-bottom: 4px; }

@media print {
  #masthead,
  #search,
  #profile,
  #secondary,
  .site-footer-widgets {
    display: none; } }

/*# sourceMappingURL=style.css.map */
