/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
/*
Formulario CF7 a 2 columnas responsive
*/
/* --- formulario de contacto --- */

.wpcf7-textarea {
	max-height:100px; 
}


.one-half,
.one-third,
.uniquecol {
    position: relative;
    margin-right: 0%;
    margin-left: 0%;
    float: left;
        margin-bottom: 0px;
}
 
.one-half { width: 50%; }
.one-third { width: 30.66%; }
.uniquecol {width: 96.5%; }
 
.last, .uniquecol {
    margin-right: 0 !important;
    clear: right;
}
.uniquecol {
	margin-left: 20px;
	margin-right: 20px;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third, .uniquecol {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}



