/*
Theme Name:     epice
Theme URI:      http://laurent-angeli/wp-themes/
Description:    Twentytwentyfive child theme.
Author:         Laurent ANGELI
Author URI:     http://laurent-angeli.fr
Template:       twentytwentyfive
Version:        0.1.0
*/
.home .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: inherit;
  color: black;
  text-shadow:none;
  background: none;
  padding: 0;
  line-height: 1;
  flex-grow:0;
  overflow:visible;
}
.home .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  content: "";
  height: 0%;
  -webkit-mask-image: none;
  mask-image: none;
  max-height: 0%;
}

.vert-align-top table tr td { vertical-align:top; }

/* Contact Form 7 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  font-size: 1.2rem;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 0.7rem 0.7rem;
}

label.small {
  display:block;
  font-size: 0.9rem;
  line-height:1.1rem;
  margin: 1rem 0;
  font-style:italic;
  text-align: justify;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  font-size: 1.2rem;
  letter-spacing: -0.015em;
  margin: 0;
  padding: 1rem 1rem;
  width: calc(100% - 2rem);
  max-width: calc(100% - 2rem);
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
/*  background: #cd2653;
  color: #fff;
*/  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 1.1em 1.44em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
}
