/*
 Theme Name:   Chinchilla Child Theme
 Theme URI:    http://chinchilla.ancorathemes.com
 Description:  Chinchilla Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     chinchilla
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  chinchilla
*/


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

input[placeholder]::placeholder {
  text-overflow: ellipsis;
  opacity: 1;
  color: #FFF!important;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
div.wpcf7 .form-style-1 .style-line[class*="icon-"]::before {
  color: #fff!important;
}
div.wpcf7 .form-style-1 input[type="text"], div.wpcf7 .form-style-1 input[type="number"], div.wpcf7 .form-style-1 input[type="email"], div.wpcf7 .form-style-1 input[type="url"], div.wpcf7 .form-style-1 input[type="tel"], div.wpcf7 .form-style-1 input[type="password"], div.wpcf7 .form-style-1 input[type="search"], div.wpcf7 .form-style-1 select, div.wpcf7 .form-style-1 textarea, div.wpcf7 .form-style-1 textarea.wp-editor-area {
  padding: 13px 0;
    padding-left: 0px;
  line-height: 1.5em;
  border-color: transparent;
  color: #fff!important;
}







