/*
 * Plugin Name: Hide Post
 * Plugin URI: https://www.newebsolutions.com/
 * Description: Questo plugin genera un grafico per opacizzare il contenuto degli articoli in base ad un custom field articolo.
 * Version: 1.0.0
 * Author: Ne.W.S. Newebsolutions S.r.l.
 * Author URI: https://www.newebsolutions.com/
*/
.hs-button,
#mauticform_input_registrazionearticolioscuratimanager_submit,
.mauticform-button-wrapper .mauticform-button.btn-default,
#content1 #loginform .login-submit input, .hs-input {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
}

/* ============================================ *
 * Loader$color-Manager
 * ============================================ */
.loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
}

.loader:before,
.loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.loader:after {
  color: #40bf4f;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
/* ============================================ *
 * Hubspot Style
 * ============================================ */
.hubspot-loader-obscure {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.1;
  background: #1d1d25;
  z-index: 99999;
  display: none;
}

.hubspot-loader-center {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  display: none;
}

.hubspot_authorize_error {
  display: none;
  color: #ff0000;
  font-weight: 700;
}

.advgbbtn-container.wp-block-advgb-button {
  background: #fff !important;
}

#content1, #content2 {
  background: #f5f8fa !important;
}

#showBtn1, #showBtn2 {
  font-family: Prata, sans-serif !important;
  font-weight: 700 !important;
}

.hs-custom-style > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.mauticform_wrapper input,
.hs-input:not([type=file]),
.mauticform-input,
#content1 #loginform input.input {
  width: 100% !important;
  clear: both !important;
  display: block !important;
  margin-bottom: 1rem !important;
  background-color: #fff !important;
}

.mauticform-page-wrapper,
.mauticform-page-wrapper .mauticform-input {
  display: block !important;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.hp-form__actions {
  margin-top: 1rem;
}

.hs-button,
#mauticform_input_registrazionearticolioscuratimanager_submit,
.mauticform-button-wrapper .mauticform-button.btn-default,
#content1 #loginform .login-submit input {
  display: block !important;
  background: #40bf4f !important;
  border-color: #40bf4f !important;
  color: #fff !important;
  line-height: 14px !important;
  margin-bottom: 1rem !important;
  margin: 0;
  margin-top: 1.5rem;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-style: solid;
  border-width: 1px;
  font-size: 14px !important;
  padding: 12px 24px !important;
  border: 0px solid #40bf4f !important;
}

.button-content a.hs-pwd {
  font-size: 0.75em !important;
  padding-top: 10px !important;
}

/* ============================================ *
 * Article Style
 * ============================================ */
.preview-post {
  position: relative;
}

.hide-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.advgbbtn-container {
  margin-bottom: 3rem !important;
  line-height: normal;
  text-align: center;
  border: 0px;
}

.advgbbtn-custom {
  font-size: 1.625rem;
  font-weight: 400;
  color: #fff !important;
  background-color: #40bf4f;
  margin: 0px 0px 0px 0px;
  padding: 10px 30px 10px 30px;
  border-width: 1px;
  border-style: none;
  border-radius: 10px;
  text-decoration: none;
}

.advgbbtn-custom:hover,
.advgbbtn-custom:hover a:hover,
.advgbbtn-custom:hover a:hover span {
  background-color: #1d1d25 !important;
}

.button-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s, max-height 0.5s;
}

.button-content.show {
  opacity: 1;
  max-height: 100vh;
  padding: 2rem 3rem;
  margin-bottom: 3rem;
}

/*# sourceMappingURL=hidepost.css.map */
