/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.4.4.1599242173
Updated: 2020-09-04 17:56:13

*/

/* Input form start */
.accept11:checked+span
{
	color:white;
	background-color:blue;
	font-weight:700;
	padding:10px 50px;
	border-radius:27px;
}
.accept11
{
	display:none;
}
.accept11+span
{
	color:white;
	background-color:blue;
	font-weight:700;
	padding:10px 50px;
	border-radius:27px;	
	position:relative;
	right:-375px;
	top:-32px;
}

@media (max-width: 980px)
{
	.accept11+span
	{
		right:-170px;
	}
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 10px;
	  font-weight:700;
	  border: 2px solid #2ea3f2;
}

.wpcf7-form-control
{
	border-radius:27px;
}
.wpcf7-form-control, .wpcf7-submit
{
	width:100%;
}

.wpcf7-submit
{
	padding:10px 0px;
	background-color:#2ea3f2;
	color:white;
	font-weight:800;
	font-size:15px;
	border-color:white;
	margin-top:15px;
}

.wpcf7-form-control-wrap, p, strong
{
	font-size:16px;
}

/* Input form End */