/*
Theme Name: customizrchildtheme
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: Administrator
*/
/* Your awesome customization starts here */
.czr-credits {
	display: none;
}
.fa-stack:hover .fa-home {
    color: yellow;
}
.fa-stack:hover .fa-circle {
    color: white;
}
.wpcf7-form input { 
	padding:7px 1px ; 
	border:1px solid Black; 
	margin-bottom:2px; 
	border-radius:5px;
	color:Black;
}
.wpcf7-form {  
	padding:20px; 
	margin-bottom:30px; 
	border-radius:7px;
}
.wpcf7-form .wpcf7-submit { 
	background:#FF8717; 
	cursor:pointer; 
	padding-left:15px; 
	padding-right:15px; 
	color:White; 
	border-radius:7px;
	border: black 1px solid;
	
}
input[type=submit]:hover
{
    color: black;
	background-color: white;
	border: black 1px solid;
}

.wpcf7-form textarea { 
	background:white; 
	padding:5px 5px 5px 7px; 
	border:1px solid black; 
	border-radius:7px;
}
label {
    color: white;
    font-family: sans-serif;
    margin-bottom: .3em;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

span.wpcf7-not-valid-tip {
    color: white;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

article .entry-content {
    font-size: 1.2em;
    line-height: 1.65em;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid white;
	background-color: #FF8717;
	border-radius:7px;
	color:white;
}
.wpcf7-text{
	width:100%;
}
h3{
		color:white;    
	margin-top:-40px;
}
.wpc7 {
width: 100%;
max-width: 600px;
margin: 0 auto;
}
.wpcf7 label{
	width: 100%;
}
@media (max-width: 60em) and (min-width: 20em)
h1 {
    font-size: 20px;
}