/* https://www.philowen.co/blog/custom-styles-for-contact-form-7-checkboxes/ */ 
/* custom checkbox styling for contact form 7 checkbox */
.wpcf7-form p {
		font-size : 18px;   /* set all text to 18px set */
		color: #4f2a0f;
	}

.wpcf7-select option {
    background: #EFEFEF !important;
}
span.wpcf7-list-item {
		display: inline-block;		
margin: 0;
}
.wpcf7 .wpcf7-list-item {
		display: block;
		margin-bottom: 10px; /* puts margin under checkbox  */
}


.wpcf7-checkbox label {
		padding-top: 5px;					/*		move the label down 5px  */
		font-size: 15px;
		position: relative;
	
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/* position: relative; */ 
 position: absolute; 
		visibility: hidden;
width: 30px;
height: 20px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
 position: absolute; 
content: '';
border-radius: 0;
height: 30px;
width: 30px;
top: 0px;
left: 0px;
border: 1px solid #ee6a09;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
 position: absolute; 
		
content: "\2713";  /* CHECK MARK Symbol! */ 
height: 30px;
width: 30px;
top: 0;
left: 0;
visibility: hidden;
font-size: 18px;
text-align: center;
line-height: 30px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
		padding-top: 5px; /* between headin and boxes */
		margin-left: 40px;
display: inline-block;
}


/* Customise Submit Button */
.wpcf7-form .wpcf7-submit {
	background: #0096DF;
	padding: 15px 25px;
	font-size : 25px;	
	color: #fff;
	min-width: 100px;
}
.wpcf7-form input[type="submit"]:hover {
 	background: #3FCDE3;
}

/*========================================================================================*/

/* see https://siteorigin.com/thread/contact-form-7-text-input-font-size/  

.wpcf7-form {
	background: #F9F9F9; 
	padding: 10px 20px;
	border: 3px solid #fe7c40;
	border-radius: 7px;
	width: 60%;
}
 
.wpcf7-form p {
		font-size : 18px;
		color: #4f2a0f;
	border: 5px;
}
 
.wpcf7-form input,
.wpcf7-form textarea {
		font-size: 15px;
		background: #F5F5F2;
	padding: 5px 7px;
	margin: 4px 10 8px 0;
	border: 3px solid #8F8F9D; /*#CCCCCC; put a slashdot here 
	color: #4f4f4f;
	border-radius: 7px;
}
 
/* Checkbox CSS
----------------*/
/* How to get Contact Form 7 check-boxes and buttons on new lines put a slashdot here
span.wpcf7-list-item {
display: block ;  
	
	/*	background: #FE7C40;  this is a test 
}*/ 

/* To Pack the Checkboxes nice and tight put a slashdot here
span.wpcf7-list-item { 
display: table-row;
			
} 


input[type="checkbox"] {
    transform: scale(1.3);
/*	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;	put a slashdot here
    margin-left: 15px;		
}

span.wpcf7-list-item {
margin: 20;
/*		box-shadow: rgba(0, 222, 0, 1.1) 0px 0px 8px;put a slashdot here
padding-bottom: 20px;
}
/* Customise Submit Button put a slashdot here
.wpcf7-form .wpcf7-submit {
	background: #0096DF;
	padding: 15px 25px;
	font-size : 25px;	
	color: #fff;
	min-width: 100px;
}
 
.wpcf7-form input[type="submit"]:hover {
 	background: #3FCDE3;
}

.wpcf7 textarea, .wpcf7 select, .wpcf7 input[type="file"] {
    width: 65%;
}

	/*	span.wpcf7-list-item { display: block; 
}*/ 


/*
span.wpcf7-list-item * { display: table-cell;
}
*/
/*

Complete this form to help select a tutor .

 Who Needs Help? 
[checkbox checkbox-882 label_last use_label_element " - Son     " " -Daughter" " - Myself  "]

 Level of Tutoring Required? 

 Subjects requiring improvement? 
[select menu-769 "Primary School" "High School" "University" "Conversational Language"]

[checkbox checkbox-934 label_last use_label_element "- Afrikaans" " - English" " - Mathematics" " - Chemistry" " - Biology/Life Sciences" " - Geography" " - History" " - Music Theory" " - Accounting" " - French" " - German" " - Zulu"]

[text* text-445 placeholder "Your Name"]

[email email-49 placeholder "Email-Address  example.xyz.com "]
 Any additional information (optional)
   [text* your-message] 

[submit "Submit to find a Tutor!"]

[recaptcha]

*/
		
/*To change the background 
#user-registration {
    background: none;
}
.ur-frontend-form {
     border: none;
}

/*and here's custom CSS for label: 
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid label {
     color: #fff;
}
*/
/* Diable Them ATTRIB */
#colophon #theme-attribution {
display: none;
}