/*
-- For Material form
.cf7md-label--static label{
    font-size:1em !important;
	color:rgba(0,0,255, 0.75) !important;
}

.cf7md-help-text {
	color:rgba(0,0,255, 0.5) !important;
}
*/
/* Contact Form 7 Styles */

.wpcf7-form {
	margin: 25px;
}

/* Radio button text */
.wpcf7-list-item-label {
	
}
/*
.wpcf7 label {
    font-size: 20px;
	color: blue ;
}
*/

/* Radio button checkbox text, not the group label */
#cf7md-form .wpcf7-list-item label {
	color: rgba(0,0,0,0.5) !important;
	font-family: Roboto,sans-serif  !important;

}

/* all Labels plus radio/checkbox text */
#cf7md-form label {
	
}

/* All labels */
#cf7md-form .cf7md-label--static {
	font-size: 0.9em !important;
	color: #2a00e5 !important;
	font-family: Roboto,sans-serif  !important;
}

/* Help text */
#cf7md-form .cf7md-help-text {
    color: black !important;
}

.my-md-labels {
	color: #2a00e5 !important;
}

/*
#cf7md-form .mdc-text-field--outlined .mdc-floating-label
 {
	left:35px  !important;

    background:#2a00e5;
}
*/

/* Submit Button CF7 CSS Styles */

.wpcf7 input[type=submit] {
    padding:5px 15px; 
    color:#fff;
    font-size:1em;
	line-height: 2em;
    border:0 none;
    border-radius: 5px;
	background-color: #4254bd;
	font-family: Roboto,sans-serif  !important;
}




/*
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 .wpcf7-select {
    font-size:20px;
	border-bottom: solid blue;
}


.wpcf7 textarea {
    width: 100%;
    font-size: 20px;
} 
*/

/*

	#test-id {
	border: 10px solid #333;
}


#left { 
	width: 50px; 
	float: left; 
	margin-right:6%; }

#right { 
	width: 47%; 
	float: left; }

.clearfix:after {
	content:"\0020";
	display:block; 
	height:0; 
	clear:both;
	visibility:hidden;
	overflow:hidden; 
	margin-bottom:10px; }

.clearfix { 
	display:block; }
*/