/*
Theme Name: Asparagus
Theme URI: https://asparagus.qodeinteractive.com
Description: Modern Restaurant Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: asparagus
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ancho completo fila espacios del formulario */
.c21-form-row--full label {
  display: block;
  width: 100%;
}

.c21-form-row--full .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.c21-form-row--full select {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .c21-form-row--full select {
    display: block;
    width: 100%;
  }
}

/* ancho completo columnas formulario home */
.c25-form-row {
  display: grid;
  gap: 24px;
  width: 100%;
}

.c25-form-row--four-columns {
  align-items: end;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.c25-form-col {
  width: 100%;
}

.c25-form-col .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.c25-form-control {
  box-sizing: border-box;
  width: 100%;
}

.c25-form-col--empty {
  width: 100%;
}

.c25-form-col--submit-inline {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .c25-form-row--four-columns {
    grid-template-columns: 1fr;
  }

  .c25-form-col--empty {
    display: none;
  }

  .c25-form-col {
    width: 100%;
  }

  .c25-form-col .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .c25-form-col .wpcf7-form-control-wrap[data-name='booking-people'],
  .c25-form-col .wpcf7-form-control-wrap[data-name='booking-time'] {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .c25-form-col select[name='booking-people'].wpcf7-form-control.wpcf7-select.c25-form-control,
  .c25-form-col select[name='booking-time'].wpcf7-form-control.wpcf7-select.c25-form-control {
    display: block;
    inline-size: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .c25-form-col--submit-inline {
    justify-content: flex-start;
  }
}

/* mida banderes selector de idioma */
.lang-item img[alt="Català"],
.lang-item img[alt="English"],
.lang-item img[alt="Español"] {
  display: inline-block;
  transform: scale(2);
  transform-origin: center;
}
