/* 
Theme Name: Tempo Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: 
Author: Ramos dev
Author URI: https://ramosdev.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* =============================================
   CF7 Wedding Form — Estilos personalizados
   Pegar en: Apariencia > Personalizar > CSS
   adicional, o en style.css del tema
   ============================================= */

.cf7-wedding-form {
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  line-height: var(--e-global-typography-text-line-height);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
  color: #1a1a1a;
}

/* Filas de dos columnas */
.cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

/* Campo individual */
.cf7-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cf7-field.cf7-full {
  margin-bottom: 24px;
}

/* Etiquetas */
.cf7-wedding-form label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  margin-bottom: 4px;
}

/* Inputs de texto, email, tel */
.cf7-wedding-form .wpcf7-form-control.wpcf7-text,
.cf7-wedding-form .wpcf7-form-control.wpcf7-email,
.cf7-wedding-form .wpcf7-form-control.wpcf7-tel {
  width: 100%;
  border: none;
  border-bottom: 1px solid #11111117;
  border-radius: 0;
  padding: 8px 0;
  font-size: 14px;
  font-family: inherit;
  background: transparent;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.cf7-wedding-form .wpcf7-form-control.wpcf7-text:focus,
.cf7-wedding-form .wpcf7-form-control.wpcf7-email:focus,
.cf7-wedding-form .wpcf7-form-control.wpcf7-tel:focus {
  border-bottom-color: #b8963e;
}

/* Select */
.cf7-wedding-form .wpcf7-form-control.wpcf7-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #1a1a1a;
  border-radius: 0;
  padding: 8px 0;
  font-size: 16px;
  font-family: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a1a1a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 4px center;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  color: #888;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.cf7-wedding-form .wpcf7-form-control.wpcf7-select:focus {
  border-bottom-color: #b8963e;
}

/* Textarea */
.cf7-wedding-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
	    border: none;
  border-bottom: 1px solid #1a1a1a;
  border-radius: 0;
  padding: 12px;
  font-size: 16px;
  font-family: inherit;
  background: transparent;
  outline: none;
  resize: vertical;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
  min-height: 120px;
}

.cf7-wedding-form .wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #b8963e;
}

/* Grupo de checkboxes */
.cf7-checkbox-group .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}

.cf7-checkbox-group .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cf7-checkbox-group .wpcf7-list-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s;
}

.cf7-checkbox-group .wpcf7-list-item input[type="checkbox"]:checked {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.cf7-checkbox-group .wpcf7-list-item input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #fff;
}

.cf7-checkbox-group .wpcf7-list-item-label {
  font-size: 13px;
  color: #1a1a1a;
  cursor: pointer;
}

/* Acceptance / términos */
.cf7-accept .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1a1a1a;
}

.cf7-accept .wpcf7-acceptance input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #aaa;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}

.cf7-accept .wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.cf7-accept .wpcf7-acceptance input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: -1px;
  left: 2px;
  font-size: 11px;
  color: #fff;
  line-height: 1;
}

.cf7-accept a {
  color: #1a1a1a;
  text-decoration: underline;
}

/* Botón de envío */
.cf7-submit {
  text-align: center;
  margin-top: 28px;
}

.cf7-wedding-form .wpcf7-submit {
    display: block;
    margin: 0 auto;
    background-color: #B49D75;
    color: #fff;
    border: none;
    padding: 8px 12px;
    font-size: 18px;
	line-height:18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.cf7-wedding-form .wpcf7-submit:hover {
  background-color: #483E2E;
}

.cf7-wedding-form .wpcf7-submit:active {
  transform: scale(0.98);
}

/* Mensajes de validación */
.cf7-wedding-form .wpcf7-not-valid-tip {
  font-size: 11px;
  color: #c0392b;
  margin-top: 3px;
}

.cf7-wedding-form .wpcf7-response-output {
  margin-top: 16px;
  padding: 10px 14px;
  font-size: 13px;
  border-radius: 2px;
  border: 1px solid #ccc;
}

/* Responsive — una columna en móvil */
@media (max-width: 560px) {
  .cf7-row {
    grid-template-columns: 1fr;
  }

  .cf7-checkbox-group .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }
}


.price span{
	/* Heading/H4 */
font-family: "Instrument Serif";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 48px; /* 48px */
letter-spacing: 0.4px;
}
