/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.highlight-word mark.gb-highlight {
    background-image: linear-gradient(180deg,var(--global-color-10) 0%,var(--global-color-10) 100%);
    background-position: 0 86%;
    background-repeat: no-repeat;
    background-size: 100% 11%;
    padding-left: 0.1em;
    padding-right: 0.1em;
    margin-right: -0.1em;
    margin-left: -0.1em;
}
.shadow {
	box-shadow: 0 3px 10px 5px rgba(0,0,0,0.05);
}

.main-navigation.toggled ul {
    background-color: var(--accent);
}

/* Campos responsive CF7 en movil - perujo.es */
@media (max-width: 600px) {
  .wpcf7-form input,
  .wpcf7-form textarea,
  .wpcf7-form select,
  .wpcf7-form button {
    width: 100%; /* Asegura que ocupen el 100% del contenedor */
    max-width: 100%; /* Evita que excedan el ancho del contenedor */
    box-sizing: border-box; /* Incluye padding y bordes en el ancho total */
    margin: 0 auto; /* Centra los elementos si es necesario */
  }
}

.shadow-word mark.gb-highlight {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.grecaptcha-badge {
    visibility: hidden;
}