/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/


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

.form-row{
	width: 70%;
}

.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;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em){ 
	.column-half{
		width: 100%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select {
	width: 100%;
	padding: 8px;
	/*border: 1px solid #f18f4a*/
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}

.wpcf7 select {
        border: 1px solid #f18f4a
}

.wpcf7 input[type="text"]:focus{
	background: #ffffff;
}

.wpcf7-submit{
	float: center;
	background: #f18f4a;
	color: #fffff;
	text-transform: none;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}

.wpcf7-submit:hover{
        background: #ea5f1a;
}

span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 16px;
	color: #ffffff;
	background: #ea5f1a;
	padding: 5px;
}

div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #fffff;
	padding: 5px;
	color: #e02c15;
	text-align: center;
	margin: 0;
	font-size: 17px;
}

div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 17px;
	background: ##f2f3f4;
	border-color: #f18f4a;
	color: #ea5f1a;
	margin: 0;
}



.menu-item-has-children a{
        padding-right : 10px !important;
}

.elemento_izquierda {
       float: left !important;
}

.elemento_izquierda a{
       padding-left: 0px !important;
       background-color: none;
}

.elemento_izquierda a:hover{    
       color: none;
}

.current-menu-item a {
       text-decoration: none;
}

.container_80 {width: 70%;}
.column-left{ float: left; width: 30%; padding:0px 10px 0px 10px; }
.column-right{ float: right; width: 30%; text-align:left;}
.column-center{ display: inline-block; width: 30%; }


--- color selección texto --- 

/* Body */
::-moz-selection {
    background-color: #f9c63e;
    color: #fff;
}
 
::selection {
    background-color: #f9c63e;
    color: #fff;
}


