@charset "utf-8";
/***!  https://www.nationalinsulation.com.au/wp-content/themes/divi-child/style.css?ver=4.2.2  !***/

@media all {
/* 
Theme Name:		 National Insulation Theme
Theme URI:		 http://www.elegantthemes.com/gallery/divi/
Description:	 Divi Child is a child theme of Divi, created by ChildTheme-Generator.com
Author:			 Elegant Themes
Author URI:		 http://www.elegantthemes.com/gallery/divi/
Template:		 Divi
Version:		 1.0.2
Text Domain:	 divi-child
*/

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 5px;
    font-size: 20px;
    border: 2px solid #99999900;
    color: #ffffff;
    background-color: #99999957;
    width: 100%;
    height: auto;
}
label {
    color: white;
    font-size: 20px;
}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 22px;
    float: right;
    padding: 8px;
    width: 20%;
    height: auto;
    background-color: white;
    color: green;
    border: none;
}
span.wpcf7-not-valid-tip {
    color: #ffeb00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    /* border: 2px solid red; */
    color: white;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    /* border: 2px solid #ff0000; */
}
}
