/*
 Theme Name:   BirdCom
 Theme URI:    https://birdcom.es
 Description:  BirdCom Comunicación y Diseño
 Author:       Dani Moreno
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
a {
  text-decoration: none;
}
/*Reservar*/
:root {
	--rtb-bg-soft: #f8f4f1;
	--rtb-bg-card: #ffffff;
	--rtb-border-soft: #e3d8cf;

	--rtb-radius-lg: 12px;
	--rtb-radius-md: 8px;
	--rtb-radius-sm: 4px;

	--rtb-shadow-soft: 0 10px 25px rgba(15, 23, 42, 0.08);
	--rtb-transition: 0.2s ease;
}
.rtb-booking-form {
	position: relative;
	width: 100%;
	clear: both;
	margin-bottom: 48px;
	padding: 24px 20px;
	background: var(--rtb-bg-card);
	border-radius: var(--rtb-radius-lg);
	border: 1px solid var(--rtb-border-soft);
	box-shadow: var(--rtb-shadow-soft);
	box-sizing: border-box;
}
.rtb-booking-form fieldset {
	padding: 1.5em 1.25em 1.25em!important;
	margin-bottom: 1.5em;
	border-radius: var(--rtb-radius-md);
	border: 1px solid var(--rtb-border-soft);
	background: var(--rtb-bg-soft);
}
.rtb-booking-form legend {
	padding: 0 0.5em;
	font-weight: 600;
	font-size: 1.05rem;
	color: #2c3e50;
}
.rtb-booking-form label {
	display: block;
	margin-bottom: 0.3em;
	font-size: 0.95rem;
	font-weight: 500;
	color: #374151;
}
.rtb-booking-form input,
.rtb-booking-form textarea,
#stripe-payment-form #cardElement {
	width: 100%;
	max-width: 100%!important;
	padding: 10px 12px;
	border-radius: var(--rtb-radius-md);
	border: 1px solid #d1d5db;
	background-color: #ffffff;
	color: #111827;
	font-size: 0.95rem;
	box-sizing: border-box;
	transition: border-color var(--rtb-transition), box-shadow var(--rtb-transition), background-color var(--rtb-transition), transform 0.1s ease;
}
fieldset legend {
  margin-bottom: 0em;
}
.rtb-booking-form select {
	background-color: #fff !important;
	border: 1px solid #d1d5db !important;
	border-radius: 6px;
	padding: 9px 11px;
	font-size: 14px;
	width: 100%;
}
:is(.rtb-booking-form, #stripe-booking-form) button,
.rtb-modification-toggle,
.rtb-find-reservation-button {
	background: var(--contrast);
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 48px;
}
.add-message a {
	display: inline-block;
	color: var(--contrast);
	padding: 10px 18px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	border: solid 1px var(--contrast);
	text-align: center;
}
.rtb-form-footer .rtb-form-submit {
	text-align: center;
	width: 100%;
}
.rtb-form-footer .rtb-form-submit button {
	margin: 0 auto;
	display: inline-block;
}
/*CONTACTO*/
#responsive-form {
  max-width: 90%;
  margin: 5 auto;
  width: 100%;
}
.form-row {
  width: 100%;
}
.column-half,
.column-full {
  float: left;
  position: relative;
  padding: 0.4rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}
.wpcf7 label {
  width: 100%;
  font-size: 16px;
}
.form p {
  font-size: 11px;
  text-align: justify;
}
.wpcf7-textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #61616140 !important;
  font-size: 16px;
  margin-bottom: 0px;
  border-width: 2px;
  background: white;
  border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px !important;
}
.wpcf7-form-control-wrap > select {
  width: 100% !important;
}
.wpcf7-submit {
  width: 100%;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-list-item {
  margin: 6px 6px !important;
}
.form-row p {
  margin-bottom: 0.2em;
}
div#formulario-newsletter .wpcf7-spinner {
  display: none;
}
div#formulario-newsletter p {
  margin-bottom: 6px;
}
