/*
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
-------------------------------------------------------------- */

@font-face {
    font-family: 'avenir_nextbold';
    src: url('/wp-content/themes/vantage-child/assets/avenirnext-bold-01-webfont.woff2') format('woff2'),
         url('/wp-content/themes/vantage-child/assets/avenirnext-bold-01-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_nextmedium';
    src: url('/wp-content/themes/vantage-child/assets/avenirnext-medium-06-webfont.woff2') format('woff2'),
         url('/wp-content/themes/vantage-child/assets/avenirnext-medium-06-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'avenir_heavy';
    src: url('/wp-content/themes/vantage-child/assets/avenir_heavy-webfont.woff2') format('woff2'),
         url('/wp-content/themes/vantage-child/assets/avenir_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_black';
    src: url('/wp-content/themes/vantage-child/assets/avenir_black-webfont.woff2') format('woff2'),
         url('/wp-content/themes/vantage-child/assets/avenir_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'avenir_nextregular';
    src: url('/wp-content/themes/vantage-child/assets/avenirnext-regular-08-webfont.woff2') format('woff2'),
         url('/wp-content/themes/vantage-child/assets/avenirnext-regular-08-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -ESTILOS GENERALES - - - - - */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'avenir_nextmedium';
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, #comments .commentlist article .comment-author a, #comments .commentlist article .comment-author, #comments-title, #reply-title, #commentform label {
	margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'avenir_nextbold';
	line-height: 1.3;
}

.entry-content p, .entry-content > ul, .entry-content > ol, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
    font-size: 16px;
}
.entry-content ul {
    list-style-type: disc;
    margin: 0 0 1.5em 0em;
}

.entry-content ul li {
    line-height: 2.5;
}

#footer-widgets .widget h2 {
    font-size: 3.6em;
}

.ow-button-base a {
    text-transform: uppercase !important;
}

.iconos-home a.ow-icon-placement-right {
    padding-left: 0 !important;
}

.entry-content h4 {
    color: #5b5ba3 ;
}


.white *,
* .white{
		color: white !important;
}


* .morado,
.morado *{
	color: #5b5ba3 !important;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -ESTILOS GENERALES - - - - - */


/*------------------------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: none;
    border-radius: 0px;
    background-color: #efefef !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 10px;
	border-radius: 10px;
	margin-bottom: 15px;

}

.wpcf7 textarea {
	background: rgba(255, 255, 255, 1);
	resize: none;
	max-height: 120px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea:focus {
  background: rgba(255, 255, 255, 0);
  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: #3D3D77 !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: 200;
	border-radius: 25px;
}


.wpcf7-form input[type="submit"]:hover {
    transition: all 0.23s ease-in-out 0s;
    background-color: #000 !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;
}



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