/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/*------------------------Contacto FORM 7 Field Align horizontal INICIA ------------------------------------*/
#select_contact {
  width: 100%;
  height: 35px;
}
#select_contact {
  width: 100%;
  height: 35px;
}
span.wpcf7-list-item-label {
    color: gray;
}
span.wpcf7-list-item {
    margin-left: 0;
}

input.wpcf7-form-control.wpcf7-captchar {
    max-width: 150px;
}

.wpcf7 form .wpcf7-response-output {
    color: black;
    text-align: center;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"],
.wpcf7 input[type="select"],
.widget select,
.wpcf7 input[type="tel"], 
.wpcf7 textarea{
	width: 100%;
    padding: 8px;
    border: 2px solid #ECECEC;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ECECEC;

}

.wpcf7 textarea {
	background: #ECECEC;
	resize: none;
	max-height: 120px;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  background: rgba(255, 255, 255, 1);
  outline: none;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item{
	margin:0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
}

.wpcf7 form .wpcf7-response-output{
	CLEAR: both;
}
/*-- SUBMIT BUTTON --------*/

.wpcf7 input[type="submit"] {
    background: #0033a1 !important;
    border-radius: 0;
    padding: 2% 7%;
    border: none;
    letter-spacing: 2px;
    color: #ffffff !important;
    font-size: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    width: fit-content;
    margin-top: 1em;
    font-weight: 600;
}


.wpcf7-form input[type="submit"]:hover {
    transition: all 0.23s ease-in-out 0s;
    background-color: #0033a1 !important;
    color: #ffffff !important;
}

#responsive-form {
  max-width: 100%/*-- change this to get your desired form width --*/  ;
  margin: 0 auto;
  width: 100%;
}

.form-row {
  width: 100%;
}

.column-half,
.column-full {
  float: left;
  position: relative;
  padding: 0.65rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.form-row p {
    margin: 0 !important;
}
.form-row label {
    padding: 0.65rem;
}
/**---------------- Media query ----------------**/

@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}

.tabs {
  min-height: 0px;
}

/*-- VALIDATION ERRORS, ETC --*/

span.wpcf7-not-valid-tip {
  text-shadow: none;
  font-size: 12px;
  color: #fff;
  background: #d50000;
  padding: 5px;
}

div.wpcf7-validation-errors {
  text-shadow: none;
  border: transparent;
  background: #f9cd00;
  padding: 5px;
  color: #9C6533;
  text-align: center;
  margin: 0;
  font-size: 12px;
}

div.wpcf7-mail-sent-ok {
  text-align: center;
  text-shadow: none;
  padding: 5px;
  font-size: inherit;
  background: #59a80f !important;
  color: #59a80f;
  margin: 0;
  border: none;
  background: none!important;
}
.form-row label {
    padding: 0;
    line-height: 1.5;
}



/*------------------------Contacto FORM 7 Field Align horizontal FIN ------------------------------------*/