/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/blocks/block-library/footer/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.wp-block-photobooths-footer {
  padding-block-start: var(--wp--preset--spacing--72);
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  background-color: var(--wp--preset--color--secondary-background);
}
.wp-block-photobooths-footer__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  row-gap: var(--wp--preset--spacing--40);
  -moz-column-gap: var(--wp--preset--spacing--64);
       column-gap: var(--wp--preset--spacing--64);
}
@media (max-width: 599px) {
  .wp-block-photobooths-footer__inner-container {
    grid-template-columns: 1fr;
  }
}
.wp-block-photobooths-footer__menus {
  display: contents;
}
.wp-block-photobooths-footer__menu ul {
  display: grid;
  padding: 0;
}
.wp-block-photobooths-footer__menu a {
  color: var(--wp--preset--color--medium-gray);
  text-decoration: none;
  padding-block: 6px;
}
.wp-block-photobooths-footer__menu .menu > .menu-item.menu-item-has-children > a {
  color: inherit;
  font-weight: 600;
}
.wp-block-photobooths-footer__menu .menu ul {
  position: relative;
  margin-top: var(--wp--preset--spacing--16);
  padding: 0;
}
.wp-block-photobooths-footer__details {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 32px;
  text-align: center;
  grid-column: 1/-1;
}
@media (min-width: 782px) {
  .wp-block-photobooths-footer__details {
    flex-direction: row;
    text-align: left;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 960px) {
  .wp-block-photobooths-footer__details {
    -moz-column-gap: 57px;
         column-gap: 57px;
  }
}
@media (min-width: 782px) and (max-width: 1279px) {
  .wp-block-photobooths-footer__details {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.wp-block-photobooths-footer__details-heading {
  font-weight: 700;
  line-height: 1;
}
.wp-block-photobooths-footer__details > * {
  display: grid;
  gap: 20px;
  flex-basis: 100%;
  justify-content: center;
}
@media (min-width: 782px) {
  .wp-block-photobooths-footer__details > * {
    justify-content: stretch;
  }
}
.wp-block-photobooths-footer__contact {
  display: grid;
  gap: var(--wp--style--block-gap);
  container: contact/inline-size;
}
.wp-block-photobooths-footer__contact a {
  display: inline-flex;
  line-height: 1;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 782px) {
  .wp-block-photobooths-footer__contact a {
    justify-content: flex-start;
  }
}
.wp-block-photobooths-footer__contact a:hover, .wp-block-photobooths-footer__contact a:focus {
  color: var(--wp--preset--color--primary);
}
.wp-block-photobooths-footer__contact a:hover span, .wp-block-photobooths-footer__contact a:focus span {
  text-decoration: underline;
}
.wp-block-photobooths-footer__contact a + a {
  margin-top: 10px;
}
.wp-block-photobooths-footer__contact svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
  color: var(--wp--preset--color--primary);
}
.wp-block-photobooths-footer__contact-location {
  display: grid;
  row-gap: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  text-align: left;
  grid-template-columns: 1fr;
}
@container contact (min-width: 300px) {
  .wp-block-photobooths-footer__contact-location {
    grid-template-columns: 1fr auto;
  }
}
.wp-block-photobooths-footer__contact-location-heading {
  grid-column: 1/-1;
  opacity: 0.4;
  font-family: var(--wp--custom--typography--label-l-5--font-family) !important;
  font-size: var(--wp--custom--typography--label-l-5--font-size) !important;
  font-weight: var(--wp--custom--typography--label-l-5--font-weight) !important;
  line-height: var(--wp--custom--typography--label-l-5--line-height) !important;
  letter-spacing: var(--wp--custom--typography--label-l-5--letter-spacing) !important;
  text-transform: var(--wp--custom--typography--label-l-5--text-transform) !important;
}
.wp-block-photobooths-footer__contact-location a {
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 782px) {
  .wp-block-photobooths-footer__social {
    padding-right: 23px;
    padding-left: 23px;
  }
}
.wp-block-photobooths-footer__social a {
  padding: 4px;
  text-decoration: none;
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wp-block-photobooths-footer__social a:hover, .wp-block-photobooths-footer__social a:focus {
  transform: scale(1.2);
}
.wp-block-photobooths-footer__social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: -4px;
  align-items: center;
}
.wp-block-photobooths-footer__cta {
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
}
@media (min-width: 782px) {
  .wp-block-photobooths-footer__cta {
    width: auto;
    margin: 0;
  }
}
.wp-block-photobooths-footer__cta-button {
  width: 100%;
  justify-content: center;
  border: 1px solid var(--wp--preset--color--primary);
}
@media (min-width: 782px) {
  .wp-block-photobooths-footer__cta-button {
    width: auto;
  }
}
.wp-block-photobooths-footer__copyright {
  display: flex;
  padding: 24px;
  opacity: 0.7;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  grid-column: 1/-1;
}
@media (min-width: 782px) {
  .wp-block-photobooths-footer__copyright {
    text-align: left;
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .wp-block-photobooths-footer__copyright {
    padding: 24px 36px;
  }
}
.wp-block-photobooths-footer__legal .menu {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.wp-block-photobooths-footer__legal .menu li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wp-block-photobooths-footer__legal .menu li:not(:first-child):before {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0.2;
  background-color: var(--wp--preset--color--dark-gray);
  content: "";
}
.wp-block-photobooths-footer__legal .menu a {
  font-weight: 400;
  text-decoration: none;
}
.wp-block-photobooths-footer__legal .menu a:hover, .wp-block-photobooths-footer__legal .menu a:focus {
  text-decoration: underline;
}

/*# sourceMappingURL=style-index.css.map*/