
/*
 - generic style
 - checkbox style
 - select area style
   - update image: images/jcf.png
 - inside form text
   
*/


/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}

/*set this to control element horizontal margin */
.wpcf7-form-control-wrap {
	margin-right: 30px;

}



/* custom checkbox styles */
.chk-area{
	border:1px solid #e6e6e6;
	background:#fff;
	margin:0 6px 0 0;
	float:left;
	width:13px;
	height:13px;
}
.chk-checked{
	background:#bbb;
}

/* inline */
.wpcf7-checkbox label {
	float: left;
	margin-right: 20px;
}






/* custom select styles */
.select-area{
	border:1px solid #ccc;
	position:relative;
	overflow:hidden;
	background:#fff;
	cursor:pointer;
	height:35px;
	float:left;
	padding-right:35px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/*font:12px/15px Arial, Helvetica, sans-serif;*/
	/*color:#adadad;*/
}

.select-area .center {
	white-space:nowrap;
	padding:9px 0 9px 14px;
	display:block;
}
.select-disabled{background:#eee;}
.select-area .select-opener{
	position: absolute;
	height:33px;
	width:24px;
	right:0;
	top:0px;
	background:url(../images/jcf.png) no-repeat -130px 0;
}
.select-active .select-opener{background-position:-130px -43px;}
.select-options{
	position:absolute;
	overflow:hidden;
	background:#fff;
	z-index: 2000;
	margin-top:-1px;
}
.select-options-flipped{margin-top:1px;}
.select-options .drop-holder{
	border:1px solid #ccc;
	overflow:hidden;
	height:1%;
	font:12px/15px Arial, Helvetica, sans-serif;
}
.select-options ul{
	list-style:none;
	padding:0;
	margin:0;
}
.select-options ul li{
	width:100%;
	float:left;
	padding: 0;
	background: none;
}
.select-options ul a{
	text-decoration:none;
	padding:10px 14px;
	display:block;
	cursor:pointer;
	color:#adadad;
}
.select-options .item-selected a{
	text-decoration:none;
	background:#003768;
	color:#fff;
}

/* UPDATE Dimensions */
.select-area{
	height:35px;
}

.wpcf7 .select-area{
	width:300px ; /*!important;*/
	margin-bottom: 8px;
	border-radius: 4px;
}



/* custom text styles */

.text {
	clear:both; /* function needed to clear after form elements*/
	margin-bottom: 3px;
}