.lg-form {
	background-color: #fff;
	padding-bottom: 15px;
	margin-top: 20px;
	position: relative;
}
.lg-form h3 {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

#lg-form-builder {
	background-color: #fff;  
  min-height: 50px;  
	border-bottom: 1px solid #eee;	
	-moz-box-sizing: border-box; 
	box-sizing: border-box
}

#lg-form-addnew {
	width: 90%;
	height: 100px;
	line-height: 100px;
	border: 2px dashed #eee;
	text-align: center;
	font-size: 26px;
	color: #128be0;
	cursor: pointer;
	margin: 15px auto 0;
}
#lg-form-trash {	
	border: 2px dotted #eee;
	width: 90%;
	height: 100px;
	line-height: 100px;
	color: #383838;
	font-size: 24px;
	text-align: center;
	margin: 15px auto;
}
#lg-form-addnew .dashicons {
	line-height: 100px;
}
#lg-form-trash .dashicons {
	line-height: 100px;
}

.lg-col {	
	display: flex;
	flex-wrap: wrap;	
}  

.lg-col-12 {
	width: 100%;
}
.lg-col-11 {
	width: 91.66666667%;
}
.lg-col-10 {
	width: 83.33333333%;
}
.lg-col-9 {
	width: 75%;
}
.lg-col-8 {
	width: 66.66666667%;
}
.lg-col-7 {
	width: 58.33333333%;
}
.lg-col-6 {
	width: 50%;
}
.lg-col-5 {
	width: 41.66666667%;
}
.lg-col-4 {
	width: 33.33333333%;
}
.lg-col-3 {
	width: 25%;
}
.lg-col-2 {
	width: 16.66666667%;
}
.lg-col-1 {
	width: 8.33333333%;
}

.lg-col-el {
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 10px;
	cursor: move;	
}

#lg-form-builder .lg-field-title {
	display:block;
}

#lg-form-builder input, #lg-form-builder select, #lg-form-builder textarea { 
	width: 100%; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
#lg-form-builder input[type="radio"], #lg-form-builder input[type="checkbox"] {
	width: auto;
}

#lg-form-builder label {
	cursor: pointer;
}

.lg-form-ctrl {
	position: absolute;
	top: 17px;
	right: 5px;
	
}
.lg-ctrl-el {
	display: inline-block;
	font-size: 16px;	
  border-bottom-color: #f5f5f5;
	box-sizing: content-box;    
	background: #ebebeb;
	color: #666;
	cursor: pointer;
	font-size: 13px;
	line-height: 19px;
	height: 20px;
	margin: 5px 0 0 5px;
	padding: 3px 8px 4px;
	border: 1px solid #e5e5e5;
}

.lg-ctrl-el.active {
	background: #f5f5f5;
  color: #555;
}

.lg-ctrl-text {
	width: 98%;
	margin: 0 auto;
}

.lg-ctrl-text textarea {
	width: 100%;
	min-height: 350px;
	margin: 0 auto;
}

.g-recaptcha {	  
		width: 304px;
    height: 78px;	
		background: rgb(193, 193, 193);
    border: 1px solid rgb(193, 193, 193);
    margin: 0;
    padding: 0px;
    resize: none;
    display: block;
		text-align: center;
		vertical-align: middle;					
		transform: scale(0.77);	
		-webkit-transform: scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
		
}
.g-recaptcha:before{
	content: 'reCAPTCHA';
	color: #fff;	
}