/*
Theme URI: http://craneo.com.ar
Author: Cráneo
Author URI: http://craneo.com.ar
Description: Theme by Cráneo, comunicación pensada. Consultas info@craneo.com.ar
Theme Name: Craneo
Template: dt-the7
*/

/* PARA MONITORES QUE TENGAN MENOS DE 768PX: */
@media only screen and (max-width: 768px) {  }

/* PARA MONITORES QUE TENGAN MÁS DE 768px: */
@media only screen and (min-width: 768px) {  }

.wpcf7-submit{width:100% !important;     border-radius: 10px !important;}

span.wpcf7-not-valid-tip{    color: white !important;
    font-size: 12px !important; }

.wpcf7-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.wpcf7-form input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.wpcf7-form input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.wpcf7-form input:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.wpcf7-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white;}