/* @override 
	https://dev.3dnatives.com/en/wp-content/css/blocks.css
	https://dev.3dnatives.com/wp-content/themes/3dnatives/css/3dn-blocks.css */
.wp-block-list li {
  position: relative;
  padding-left: 16px;
}
.wp-block-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #AF000B;
}
figure {
  margin: 30px 0;
}
.wp-block-embed.is-type-video .video-container {
  aspect-ratio: 1.77777778;
  display: block;
  min-height: 360px;
  position: relative;
  margin: 0 auto;
}
.wp-block-column.is-vertically-aligned-top *:first-child {
  margin-top: 0;
}
main.acf-blocks-page figure.wp-block-image {
  margin: 20px auto;
}
main.acf-blocks-page figure.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
main.acf-blocks-page .has-text-align-center {
  text-align: center;
}
main.acf-blocks-page .flex-row.small-flex {
  display: flex;
}
@media screen and (min-width: 602px) {
  main.acf-blocks-page .flex-row.medium-flex {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  main.acf-blocks-page .flex-row {
    display: flex;
  }
}
section.hp-free-samples {
  --gap: 30px;
  padding: 40px 0;
}
section.hp-free-samples .element {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
section.hp-free-samples .element:hover .hover {
  opacity: 1;
}
section.hp-free-samples .element img {
  aspect-ratio: 1.77777778;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
section.hp-free-samples .element h3.element-name {
  font-size: 1.2em;
  margin: 0;
  padding: 10px;
  font-weight: 400;
  background-color: var(--color);
}
section.hp-free-samples .element .hover {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
section.hp-free-samples .element .hover .name {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
section.hp-free-samples .element .hover .cta {
  margin-top: auto;
}
section.hp-free-samples .element .hover .cta a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out 0s;
}
section.hp-free-samples .element .hover .cta a:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 600px) {
  section.hp-free-samples .element .hover .name {
    display: none;
  }
}
@media screen and (min-width: 602px) {
  section.hp-free-samples {
    --columns: 2;
  }
  section.hp-free-samples .flex-row {
    gap: var(--gap);
    flex-wrap: wrap;
  }
  section.hp-free-samples .flex-row .element {
    margin: 0;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
}
@media screen and (min-width: 992px) {
  section.hp-free-samples {
    --columns: 3;
  }
}
#hp-sample-form.modal {
  background: #fff;
  width: 640px;
}
#hp-sample-form.modal .modal-content {
  padding: 0;
}
#hp-sample-form.modal form {
  border: none;
}
#hp-sample-form.modal .modal-close {
  font-size: 36px;
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1em;
  color: #000;
}
