/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.cereda-header {
  backdrop-filter: blur(20px);
}

.cereda-hero:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 6;
}

.prodotto-box {
  position: relative;
}
.prodotto-box:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  /* background: rgb(53 64 84 / 50%); */
  background: rgb(5 31 55 / 62%);
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}

.prodotto-box:hover:after {
  background: rgb(5 31 55 / 90%);
}

.prodotto-box-text {
  transform: translateY(75px);
}

.prodotto-box:hover .prodotto-box-text {
  transform: translateY(-20px);
}

.prodotto-box-separator {
  width: 0% !important;
  transition: all 0.3s ease;
  transform-origin: left;
  left: 0;
}

.prodotto-box:hover .prodotto-box-separator {
  width: 100% !important;
}

.prodotto-box-btn {
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(10px);
}

.prodotto-box:hover .prodotto-box-btn {
  opacity: 1;
  transform: translateY(0px);
}

.btn-secondary {
  backdrop-filter: blur(20px);
}

.awb-menu__m-toggle {
  border-radius: 3px;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
  top: 8px !important;
  border: 1px solid #7b7c7d !important;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked+label:after {
  top: 8px !important;
}

.cky-btn {
    border-radius: 100vw !important;
}

.cky-category-des {
  color: black;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label {
	padding-left: 25px !important;
}

#sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: var(--awb-color7);
  }

  #sib-container input::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: var(--awb-color7);
  }

  #sib-container textarea::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: var(--awb-color7);
  }

  #sib-container a {
    text-decoration: underline;
    color: var(--awb-color7);
  }

.sib-form, #sib-container, .sib-input, .sib-optin, .sib-form-block {
	padding: 0px !important;
}

.sib-form .input, .sib-form .input__button {
	color: var(--awb-color2) !important;
}

.sib-form {
	font-family: var(--awb-text-font-family) !important;
}

.sib-form-block__button {
	border-radius: 100vw !important;
	background-color: var(--awb-color2) !important;
	padding: 10px 30px !important;
	font-weight: 100 !important;
}

.entry__choice {
	font-weight: lighter !important;
	font-family: var(--awb-text-font-family) !important;
}

#sib-container a {
	color: var(--awb-color4) !important;
}

@media screen and (min-width: 477px) {
  .left-margin-dynamic {
    margin-left: 20px !important;
  }
}
