:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

.path-blog .main-content,
.path-passione-italiana .main-content {
  background: #333333;
}
.path-blog .filters,
.path-passione-italiana .filters {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  background: #373737;
}
.path-blog .filters .bef-exposed-form,
.path-passione-italiana .filters .bef-exposed-form {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  background: #333333;
}
.path-blog .filters .bef-exposed-form .form--inline,
.path-passione-italiana .filters .bef-exposed-form .form--inline {
  position: relative;
}
.path-blog .filters .bef-exposed-form .form-item,
.path-passione-italiana .filters .bef-exposed-form .form-item {
  float: none;
}
.path-blog .filters .bef-exposed-form .form-type-textfield label,
.path-passione-italiana .filters .bef-exposed-form .form-type-textfield label {
  display: none;
}
.path-blog .filters .bef-exposed-form .form-type-textfield input:-ms-input-placeholder,
.path-passione-italiana .filters .bef-exposed-form .form-type-textfield input:-ms-input-placeholder {
  color: #ccc;
}
.path-blog .filters .bef-exposed-form .form-type-textfield input:-moz-placeholder,
.path-passione-italiana .filters .bef-exposed-form .form-type-textfield input:-moz-placeholder {
  color: #ccc;
}
.path-blog .filters .bef-exposed-form .form-type-textfield input::-moz-placeholder,
.path-passione-italiana .filters .bef-exposed-form .form-type-textfield input::-moz-placeholder {
  color: #ccc;
}
.path-blog .filters .bef-exposed-form .form-type-textfield input::-webkit-input-placeholder,
.path-passione-italiana .filters .bef-exposed-form .form-type-textfield input::-webkit-input-placeholder {
  color: #ccc;
}
.path-blog .filters .bef-exposed-form .form-type-textfield input::placeholder,
.path-passione-italiana .filters .bef-exposed-form .form-type-textfield input::placeholder {
  color: #ccc;
}
.path-blog .filters .bef-exposed-form .form-type-textfield input,
.path-passione-italiana .filters .bef-exposed-form .form-type-textfield input {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 60px 8px 30px;
  padding: 0.5rem 3.75rem 0.5rem 1.875rem;
  background: #444444;
  border: 0;
  color: #ccc;
  font-weight: 300;
  margin: 0;
  width: 100%;
}
.path-blog .filters .bef-exposed-form .form-actions,
.path-passione-italiana .filters .bef-exposed-form .form-actions {
  right: 30px;
  right: 1.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.path-blog .filters .bef-exposed-form .form-actions input,
.path-passione-italiana .filters .bef-exposed-form .form-actions input {
  height: 14px;
  height: 0.875rem;
  width: 14px;
  width: 0.875rem;
  font-size: 0;
  background: url("../../images/icons/search.png") no-repeat center;
  background-size: 14px auto;
}
.path-blog .filters *,
.path-passione-italiana .filters * {
  color: #fff;
}
.path-blog .filters li,
.path-passione-italiana .filters li {
  list-style: none;
}
.path-blog .filters h2,
.path-passione-italiana .filters h2 {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 9px 30px;
  padding: 0.5625rem 1.875rem;
  background: #444444;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.path-blog .filters .facets-widget-checkbox,
.path-passione-italiana .filters .facets-widget-checkbox {
  padding: 18px 30px 30px;
  padding: 1.125rem 1.875rem 1.875rem;
  margin-bottom: 0;
}
.path-blog .filters ul,
.path-passione-italiana .filters ul {
  margin-bottom: 0;
}
.path-blog .filters input[type=checkbox],
.path-passione-italiana .filters input[type=checkbox] {
  display: none;
}
.path-blog .filters .facet-item-disabled,
.path-passione-italiana .filters .facet-item-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.path-blog .filters .facet-item > a,
.path-blog .filters label,
.path-passione-italiana .filters .facet-item > a,
.path-passione-italiana .filters label {
  margin-bottom: 0;
  text-decoration: none;
}
.path-blog .filters .facet-item > a,
.path-blog .filters .facet-item > a span,
.path-blog .filters label,
.path-blog .filters label span,
.path-passione-italiana .filters .facet-item > a,
.path-passione-italiana .filters .facet-item > a span,
.path-passione-italiana .filters label,
.path-passione-italiana .filters label span {
  cursor: pointer;
  display: block;
}
.path-blog .filters .facet-item > a span,
.path-blog .filters label span,
.path-passione-italiana .filters .facet-item > a span,
.path-passione-italiana .filters label span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.50001;
  color: #fff;
  display: block;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.path-blog .filters .facet-item > a .facet-item__status,
.path-blog .filters label .facet-item__status,
.path-passione-italiana .filters .facet-item > a .facet-item__status,
.path-passione-italiana .filters label .facet-item__status {
  display: none;
}
.path-blog .grid .view-products.contextual-region,
.path-blog .grid .views-element-container.contextual-region,
.path-passione-italiana .grid .view-products.contextual-region,
.path-passione-italiana .grid .views-element-container.contextual-region {
  position: static;
}
.path-blog .grid .view-empty,
.path-passione-italiana .grid .view-empty {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 30px;
  padding: 1.875rem;
  align-items: center;
  background: #222222;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
}
.path-blog .grid .view-empty div,
.path-passione-italiana .grid .view-empty div {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.50001;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.path-blog .grid .view-empty a,
.path-passione-italiana .grid .view-empty a {
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 175px;
  max-width: 10.9375rem;
  padding: 8px;
  padding: 0.5rem;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #333333;
  display: block;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.path-blog .grid .view-empty a:hover,
.path-passione-italiana .grid .view-empty a:hover {
  background-color: #fff;
  background-image: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  color: #333333;
  cursor: pointer;
}
.path-blog .grid .view-empty a:hover, .path-blog .grid .view-empty a:focus, .path-blog .grid .view-empty a:active,
.path-passione-italiana .grid .view-empty a:hover,
.path-passione-italiana .grid .view-empty a:focus,
.path-passione-italiana .grid .view-empty a:active {
  text-decoration: none;
}
.path-blog .grid .view-empty a,
.path-passione-italiana .grid .view-empty a {
  margin-top: 28px;
  margin-top: 1.75rem;
  text-decoration: none;
}
.path-blog .grid .views-infinite-scroll-content-wrapper,
.path-passione-italiana .grid .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767.98px) {
  .path-blog .grid .views-infinite-scroll-content-wrapper,
  .path-passione-italiana .grid .views-infinite-scroll-content-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.path-blog .grid .views-infinite-scroll-content-wrapper .gallery-grid-row,
.path-passione-italiana .grid .views-infinite-scroll-content-wrapper .gallery-grid-row {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (max-width: 991.98px) {
  .path-blog .grid .views-infinite-scroll-content-wrapper .gallery-grid-row,
  .path-passione-italiana .grid .views-infinite-scroll-content-wrapper .gallery-grid-row {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-left: 1px;
    padding-right: 1px;
  }
}
.path-blog .grid .js-pager__items,
.path-passione-italiana .grid .js-pager__items {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 0;
  text-align: center;
}
.path-blog .grid .js-pager__items a,
.path-passione-italiana .grid .js-pager__items a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  background: #E25303;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .path-blog .grid .js-pager__items,
  .path-passione-italiana .grid .js-pager__items {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
.path-blog .block-facet-blockcategory-blog input[type=checkbox]:checked:not(:disabled) + label span,
.path-blog .block-facet-blocktags-blog input[type=checkbox]:checked:not(:disabled) + label span,
.path-passione-italiana .block-facet-blockcategory-blog input[type=checkbox]:checked:not(:disabled) + label span,
.path-passione-italiana .block-facet-blocktags-blog input[type=checkbox]:checked:not(:disabled) + label span {
  padding-right: 30px;
  padding-right: 1.875rem;
  background: url("../../images/icons/check.png") no-repeat top 5px right;
  background-size: 16px auto;
  color: #E25303;
  font-weight: 500;
}
.path-blog .block-facet-blockcategory-blog .facet-item + .facet-item,
.path-blog .block-facet-blocktags-blog .facet-item + .facet-item,
.path-passione-italiana .block-facet-blockcategory-blog .facet-item + .facet-item,
.path-passione-italiana .block-facet-blocktags-blog .facet-item + .facet-item {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.path-blog .block-facet-blockcategory-blog .facet-item__status,
.path-blog .block-facet-blocktags-blog .facet-item__status,
.path-passione-italiana .block-facet-blockcategory-blog .facet-item__status,
.path-passione-italiana .block-facet-blocktags-blog .facet-item__status {
  display: none;
}
.path-blog .block-facet-blockcategory-blog a.is-active span,
.path-blog .block-facet-blocktags-blog a.is-active span,
.path-passione-italiana .block-facet-blockcategory-blog a.is-active span,
.path-passione-italiana .block-facet-blocktags-blog a.is-active span {
  padding-right: 30px;
  padding-right: 1.875rem;
  background: url("../../images/icons/check.png") no-repeat top 5px right;
  background-size: 16px auto;
  color: #E25303;
  font-weight: 500;
}
@media (min-width: 992px) {
  .path-blog .filters-apply,
  .path-blog .filters-title,
  .path-blog .filters-btn,
  .path-passione-italiana .filters-apply,
  .path-passione-italiana .filters-title,
  .path-passione-italiana .filters-btn {
    display: none;
  }
  .path-blog .block-facet-blockcategory-blog h3,
  .path-passione-italiana .block-facet-blockcategory-blog h3 {
    display: none;
  }
  .path-blog .block-facet-blockcategory-blog .content,
  .path-passione-italiana .block-facet-blockcategory-blog .content {
    display: block !important;
  }
  .path-blog .checkboxes,
  .path-passione-italiana .checkboxes {
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .path-blog .grid,
  .path-passione-italiana .grid {
    order: 2;
    padding: 2px;
  }
  .path-blog .grid .view-empty,
  .path-passione-italiana .grid .view-empty {
    position: static;
  }
  .path-blog .main-content,
  .path-passione-italiana .main-content {
    margin-top: 0;
  }
  .path-blog .page-banner-wrapper,
  .path-passione-italiana .page-banner-wrapper {
    margin-bottom: 0;
  }
  .path-blog .cover-button,
  .path-passione-italiana .cover-button {
    height: 96px;
    height: 6rem;
    height: 96px;
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    z-index: 10;
  }
  .path-blog .filters,
  .path-passione-italiana .filters {
    background: none;
    margin-bottom: 0;
    position: relative;
  }
  .path-blog .filters .bef-exposed-form,
  .path-passione-italiana .filters .bef-exposed-form {
    padding-bottom: 0;
  }
  .path-blog .block-facet-blocktags-blog .facet-item > a span,
  .path-blog .block-facet-blocktags-blog label span,
  .path-blog .block-facet-blockcategory-blog .facet-item > a span,
  .path-blog .block-facet-blockcategory-blog label span,
  .path-passione-italiana .block-facet-blocktags-blog .facet-item > a span,
  .path-passione-italiana .block-facet-blocktags-blog label span,
  .path-passione-italiana .block-facet-blockcategory-blog .facet-item > a span,
  .path-passione-italiana .block-facet-blockcategory-blog label span {
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
    font-weight: 500;
    justify-content: center;
    text-align: center;
  }
  .path-blog .block-facet-blocktags-blog .facet-item > a span:before,
  .path-blog .block-facet-blocktags-blog label span:before,
  .path-blog .block-facet-blockcategory-blog .facet-item > a span:before,
  .path-blog .block-facet-blockcategory-blog label span:before,
  .path-passione-italiana .block-facet-blocktags-blog .facet-item > a span:before,
  .path-passione-italiana .block-facet-blocktags-blog label span:before,
  .path-passione-italiana .block-facet-blockcategory-blog .facet-item > a span:before,
  .path-passione-italiana .block-facet-blockcategory-blog label span:before {
    display: none;
  }
  .path-blog .block-facet-blocktags-blog .facet-item > a.is-active span,
  .path-blog .block-facet-blocktags-blog label.is-active span,
  .path-blog .block-facet-blockcategory-blog .facet-item > a.is-active span,
  .path-blog .block-facet-blockcategory-blog label.is-active span,
  .path-passione-italiana .block-facet-blocktags-blog .facet-item > a.is-active span,
  .path-passione-italiana .block-facet-blocktags-blog label.is-active span,
  .path-passione-italiana .block-facet-blockcategory-blog .facet-item > a.is-active span,
  .path-passione-italiana .block-facet-blockcategory-blog label.is-active span {
    padding-right: 0;
    background-position: top 5px right 15px;
    color: #E25303;
  }
  .path-blog .checkboxes,
  .path-passione-italiana .checkboxes {
    margin-left: -600px;
    margin-left: -37.5rem;
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
    width: 300px;
    width: 18.75rem;
    background: #fff;
    left: 0;
    height: 100vh;
    overflow: auto;
    position: fixed;
    transition: margin 0.3s ease-in-out;
    top: 0;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
  }
  .path-blog .checkboxes + .overlay,
  .path-passione-italiana .checkboxes + .overlay {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: pointer;
    display: block;
    left: -100%;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 0;
    z-index: 998;
  }
  .path-blog .checkboxes.open,
  .path-passione-italiana .checkboxes.open {
    margin-left: 0;
  }
  .path-blog .checkboxes.open + .overlay,
  .path-passione-italiana .checkboxes.open + .overlay {
    left: 300px;
    left: 18.75rem;
    width: 100%;
  }
  .path-blog .checkboxes .facets-widget-checkbox,
  .path-passione-italiana .checkboxes .facets-widget-checkbox {
    padding: 18px 20px;
    padding: 1.125rem 1.25rem;
  }
  .path-blog .checkboxes h2,
  .path-passione-italiana .checkboxes h2 {
    padding-top: 20px;
    padding-top: 1.25rem;
    background: none;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-weight: 300;
    text-align: center;
  }
  .path-blog .checkboxes label span,
  .path-passione-italiana .checkboxes label span {
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    text-align: center;
  }
  .path-blog .checkboxes label span:before,
  .path-passione-italiana .checkboxes label span:before {
    display: none;
  }
  .path-blog .checkboxes input[type=checkbox]:checked + label span,
  .path-passione-italiana .checkboxes input[type=checkbox]:checked + label span {
    color: #E25303;
  }
  .path-blog .filters-btn,
  .path-passione-italiana .filters-btn {
    padding: 30px 20px 25px;
    padding: 1.875rem 1.25rem 1.5625rem;
    margin-left: -30px;
    margin-right: -30px;
  }
  .path-blog .filters-btn span,
  .path-passione-italiana .filters-btn span {
    font-size: 14px;
    font-size: 0.875rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  .path-blog .filters-btn span:before,
  .path-passione-italiana .filters-btn span:before {
    height: 14px;
    height: 0.875rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    width: 16px;
    width: 1rem;
    background: url("../../images/icons/filters.png") no-repeat center;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
  }
  .path-blog .filters-title,
  .path-passione-italiana .filters-title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 15px;
    padding: 0.9375rem;
    background: #F8F8F8;
    color: #333333;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .path-blog .filters-apply,
  .path-passione-italiana .filters-apply {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
    background: #E25303;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }
}
@media (max-width: 767.98px) {
  .path-blog .filters-btn,
  .path-passione-italiana .filters-btn {
    margin-left: -20px;
    margin-right: -20px;
  }
}

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