/*
 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;
}
/* CONTACT FORM 7 */
#responsive-form {
	max-width: 90%;
	margin: 0 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;
  }
  div#formulario-contacto p {
	margin: 0;
  }
  input.wpcf7-form-control.wpcf7-text {
	padding-left: 0;
  }
  textarea.wpcf7-form-control.wpcf7-textarea {
	padding-left: 0;
  }

  .column-full.politicas {
	padding: 24px 0;
  }
  .column-full.leyes p {
	font-size: 10px;
  }
  input.wpcf7-form-control.has-spinner.wpcf7-submit {
	margin: 0;
  }

  #formulario-banner .column-full {
	padding: 0px;
  }

#formulario-contacto input.wpcf7-form-control:not(.wpcf7-submit) {
  border-bottom: 1px solid var(--accent);
}
  #formulario-contacto .wpcf7-textarea {
	border-bottom: 1px solid var(--accent)!important;
  }
  
  #formulario-banner p {
	margin: 0px !important;
  }
  #formulario-banner span.wpcf7-list-item {
	margin: 0;
  }
  
  @media only screen and (min-width: 48em) {
	.column-half {
	  width: 50%;
	}
  }
  .wpcf7 label {
	width: 100%;
	font-size: 16px;
  }
  span.wpcf7-list-item-label a {
	color: var(--accent);
  }
  span.wpcf7-list-item-label a:hover {
	color: var(--accent);
  }
  .column-full p {
	  color: #fff!important;
  }
  
  .wpcf7-textarea,
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
	width: 100%;
	border-radius: 2px;
	font-size: 16px;
	border-width: 2px;
	background: white;
	border: 0;
  }
  textarea.wpcf7-form-control.wpcf7-textarea {
	height: 100px !important;
  }
  input.wpcf7-form-control.has-spinner.wpcf7-submit {
	color: #ffffff;
    background-image: linear-gradient(to right, var(--contrast-2) 0%, var(--contrast-3) 100%);
    border-radius: 50px;
    margin-top: 24px;
  }

  .wpcf7-submit {
	width: 100%;
	font-size: 18px;
	padding: 20px;
	margin-bottom: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.form p {
	font-size: 14px;
}

.form-row p {
	margin-bottom: 6px!important;
}
  
  /* FIN WP7*/