@charset "UTF-8";
/*
Theme Name: Pavaglione
Theme URI: https://them.es/starter-fse
Author: KORE
Author URI: https://www.korevolution.com/
Description: Tema by Kore Web / Communication / Marketing
Version: 1.2.7
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Text Domain: rivenditori
*/
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

main > :not(.alignfull),
.sidebar > :not(.alignfull),
main > .wp-block-query > :not(.alignfull),
main .entry-content > :not(.alignfull),
main .entry-content .wp-block-columns.alignfull p,
.woocommerce :not(.related) > ul.products,
.sidebar .wp-block-query > :not(.alignfull),
.sidebar .entry-content > :not(.alignfull),
.sidebar .entry-content .wp-block-columns.alignfull p,
footer > .wp-block-group {
  padding-inline: var(--wp--preset--spacing--40);
}
footer{
  margin-block-start:0!important;
  margin-top:0!important;
}

header > .wp-block-group {
  padding-inline: 0;
}
.koreicon {
  font-family: "Nucleo";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
@media (min-width: 799px) {
.hide-on-desktop{
  display: none !important;
}
}
@media (max-width: 798px) {
.hide-on-mobile{
  display: none !important;
}
}
/* ## Plugin: Magnific Popup
------------------------------------------------------- */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  -webkit-transform: translateZ(0);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
  transition: all 5s linear;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}


.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-inline-holder .mfp-content{
  width:auto;
  max-width:900px;   
  padding:0;        
  margin:0 auto;
  text-align:left;  
}
.pava-msg-inline{
  display:block;
  background:#fff;
  padding:24px;
  border-radius:8px;
  max-height:calc(100vh - 160px);
  overflow:auto;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
}
.pava-msg-inline,
.pava-msg-inline *{
  white-space:normal !important;
}
.pava-msg-inline p{ margin:0 0 1em; line-height:1.6; }
.pava-msg-inline li{ margin:0 0 .5em 1.2em; line-height:1.6; }
.pava-msg-inline a{ text-decoration:underline; }
.mfp-inline-holder .mfp-preloader{ display:none !important; }

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #0a0a0a;
  font-style: normal;
  font-weight: 200;
  font-size: 24px;
  line-height: 15px;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  cursor: pointer!important;
}

.mfp-close:before,
.mfp-close:after,
.kr-chiudi:before,
.kr-chiudi:after,
.remove:before,
.remove:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #0a0a0a;
  transform-origin: 50% 50%;
  opacity: 1;
  -moz-transition: -moz-transform ease 0.25s;
  -webkit-transition: -webkit-transform ease 0.25s;
  -o-transition: -o-transform ease 0.25s;
  -ms-transition: -ms-transform ease 0.25s;
  transition: transform ease 0.25s;
}

.mfp-close-outside:before,
.mfp-close-outside:after {
  background-color: #fff;
}

.kr-chiudi:before,
.remove:before,
.mfp-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-close:hover:after,
.mfp-close:hover:before,
.remove:hover:after,
.remove:hover:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.kr-chiudi:after,
.remove:after,
.mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.no-touch .mfp-close:hover,
.no-touch .mfp-close:focus,
.touch .mfp-close {
  opacity: 1;
}

.no-touch .kr-chiudi:hover:before,
.no-touch .kr-chiudi:hover:after,
.no-touch .remove:hover:before,
.no-touch .remove:hover:after,
.no-touch .mfp-close:hover:before,
.no-touch .mfp-close:hover:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mfp-close svg {
  width: 24px;
  height: 24px;
  top: 4px;
}

button svg {
  pointer-events: none;
}

button.mfp-close {
  border: 9px solid transparent;
  border-radius: 100%;
}

button.mfp-close:hover {
  background: rgba(0, 0, 0, 0.05);
  color: transparent !important;
  text-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-inline-holder .mfp-close {
  position: absolute;
  top: 0;
  color: #0a0a0a;
  right: 6px;
  width: 36px;
  height: 36px;
}

.mfp-image-holder .mfp-close:before,
.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:after,
.mfp-inline-holder .mfp-close:before,
.mfp-inline-holder .mfp-close:after {
  background-color: #0a0a0a;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder,
.mfp-inline-holder {
  background: #ffffff54;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content,  
.mfp-inline-holder .mfp-content {
  padding-top: 0;
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close,
.mfp-inline-holder .mfp-close {
  color: #fff;
  right: -6px;
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #0a0a0a;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}

.mfp-bg {
  background: rgba(192, 192, 192, 1);
  opacity: 0.73;
}

.mfp-close.mfp-close-outside svg {
  position: relative;
  z-index: -1;
}

/* Magnific Popup Styles */

/* Framed: gray & white margin */
.kr-mfp-style-frame .mfp-container {
  background: #fff;
  padding: 0;
}

.kr-mfp-style-frame .mfp-content {
  height: 100%;
  background: #f8f8f8;
}

.kr-mfp-style-frame .mfp-close {
  background: #fff;
  border-color: #fff;
}

.kr-mfp-style-frame .mfp-close:hover {
  background: #fff;
  border-color: #fff;
}

.kr-mfp-style-frame .mfp-content > div:not(.kr-login-popup-wrap) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
}

@media only screen and (min-width: 576px) {
  .kr-mfp-style-frame .mfp-container {
    padding: 30px;
  }

  .kr-mfp-style-frame .mfp-close {
    top: 45px;
    right: 55px;
  }
}



/* -------------------------------------------------------------------- */
