/* from previous form (cforms) */
.cform, {
	font-family:Arial,sans-serif;
	margin: 0;
	width: auto;
	padding: 0;
}

.cform, 
#page_box .entry .wpcf7-form { 
	border: solid 1px rgba(150, 150, 128, 0.21);
	border-radius: 4px;
	margin: 30px -100px 0px 0px; 
	padding: 20px 100px 15px 15px; 
	position: relative;
}
#page_box .entry .wpcf7-form:after {
	content: "";
	display: block;
	height: 1px;
	clear: both;
}

.cform .cf_hidden,
.wpcf7 .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend,
.wpcf7 legend { 
    color: #985;
	font-style: italic;
    font-size: 20pt;
    position: absolute;
    top: 40px;
    left: 33px;
}
.cform fieldset:first-child legend,
.wpcf7 fieldset:first-child legend { 
    border-radius: 0 0 3px 0;
}
#page_box .entry .wpcf7-form fieldset {
	border: none;
	margin: 0;
	padding: 1px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
	position: static;
}

ol.cf-ol li	{
	background:none!important; 
	margin: 15px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
	font-size:0.8em;
	text-shadow: 0 1px 0 #FFFFFF;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label, 
.wpcf7 label,
.wpcf7-quiz-label {
    display: inline-block;
    line-height: 1.3em;
    margin: 9px 20px 10px 0;
    text-align: right;
    vertical-align: top;
    width: 110px;
}

.wpcf7-quiz-label {
	margin-right: 15px;
}

label.cf-before {
	margin:0.4em 5px; 
}

label.cf-after 	{
	margin: 10px 5px;
	text-align: left;
	width: 364px;
}

label.cf-after span {
	display:block;
}

label.cf-group-after {
	margin: 20px 0px;
	width: 370px;
	text-align:left;
}
label.cf-group-after span {
	display:block;
}
label.cf-group-after span small {
	font-weight: normal;
	color: #888;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.wpcf7 input,
.cform textarea,
.wpcf7 textarea,
.cform select,
.wpcf7 select { 
	color: #bbb;
    font-size: 0.9em;
    padding: 0px 10px;
	border: 1px solid #e2e2e2; 
	border-radius: 12px;
	vertical-align:top;
	background: rgba(60,60,60,0.4); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */ /* IE6-9 */
}
#page_box .entry .cform input,
#page_box .entry .wpcf7 input,
#page_box .entry .cform textarea,
#page_box .entry .wpcf7 textarea,
#page_box .entry .cform select,
#page_box .entry .wpcf7 select { 
    padding: 5px 10px;
	border-radius: 4px;
	box-shadow: 0px -1px 1px rgba(255,255,255,0.2) inset, 1px 1px 1px rgba(255,255,255,0.2), 0px 1px 1px rgba(0,0,0,0.6) inset, -1px -1px 1px rgba(0,0,0,0.3);
}
.cform fieldset:hover input,
.wpcf7 fieldset:hover input,
.cform fieldset:hover textarea,
.wpcf7 fieldset:hover textarea {
	background: rgba(60,60,60,0.6);
}

.cform input:hover,
.wpcf7 input:hover,
.cform textarea:hover,
.wpcf7 textarea:hover {
	outline-color: #550;
	outline-width: 9px;
	outline-style: auto;
	color: #fff;
}
.cform input:focus,
.wpcf7 input:focus,
.cform textarea:focus,
.wpcf7 textarea:focus,
.cform input:hover:focus,
.wpcf7 input:hover:focus,
.cform textarea:hover:focus,
.wpcf7 textarea:hover:focus {
	background: rgba(0,0,0,0.6);
	outline-style: auto;
	outline-color: rgba(255,255,0,.3);
	outline-width: 5px;
}
.cform textarea,
.wpcf7 textarea,
.cform input,
.wpcf7 input {
	width: 390px;
}
.cform select,
.wpcf7 select {
	padding: 2px 5px;
    max-width: 384px; /* attempt to have equal length */
}  

.cform select.cfselectmulti,
.wpcf7 select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea,
#page_box .entry .wpcf7 textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
	resize:none;
	margin-left: 130px;
}

.ui-datepicker-trigger{
	cursor:pointer;
	margin-top: 3px;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title,
ol.cf-ol li.area label {
    color: #bba;
    font-size: 16pt;
    padding: 8px 0 0 129px; /* check with label 'width' incl. */
	font-family: 'Averia Sans Libre', cursive;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.wpcf7 input.cf-box-a,
.cform input.cf-box-b,
.wpcf7 input.cf-box-b {
	margin: 16px 11px 0 0; 
	width: 14px;
	height: 14px;
	border: #999; 
	background-color: rgba(60,60,60,.6);
	-webkit-appearance: none;
	padding: 12px;
	box-sizing: border-box;
	position: relative;
	cursor:pointer;
}
.cform input[type=radio].cf-box-b,
.wpcf7 input[type=radio].cf-box-b { 
	margin: 6px 11px 0 0; 
}

.cform input.cf-box-a ,
.wpcf7 input.cf-box-a 	{ 
	margin-left: 120px; /* check with label 'width' incl. */
} 

.cform input[type=radio]:checked + label:before,
.wpcf7 input[type=radio]:checked + label:before {
	color: #fb0;
	content: "\2714";
	position: absolute;
	left: 162px;
	font-size: 20pt;
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 130px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
    color: rgb(209, 194, 15);
    display: block;
    font-size: 0.7em;
    height: 14px;
    line-height: 1em;
    margin: 0 0 0 22%;
	padding: 0 0 0 20px;
    text-align: right;
    vertical-align: top;
    /* width: 394px; */
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align: left;
	padding: 0!important;
	margin: 0;
	margin-left: 128px;
	position: relative;
	float: left;
	margin-top: 10px;
	cursor: pointer;
	z-index: 1;
}
.cf-sb .cform input.backbutton,
.cf-sb .cform input.resetbutton,
.cf-sb .cform input.sendbutton	{  
/*check styles.css around line 430*/
}
.cform input.resetbutton,
.wpcf7 input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton,
.wpcf7 input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background-color: rgba(255,255,0,.2)!important;
	padding: 10px 0 1px!important;
	margin: 5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(../cforms/styling/icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}
ol.cf-ol li.area label {
	width: auto;
	text-align: left;
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(../cforms/styling/captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	font-family:Arial,sans-serif;
	font-size:0.8em;
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:480px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info > span{
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight: bold;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
    background: url("../cforms/styling/li-err-bg.png") repeat scroll 0 0 #FFDFDF  !important;
    border: 1px solid #EDC4C4;
    border-radius: 3px;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error,
.wpcf7 .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt,
.wpcf7 .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

.disabled,
.disabled:hover,
[disabled]:hover,
[disabled] {
	color:#aaa!important;
	border-color:#dddddd!important;
	background:none!important;
	box-shadow: none!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload ,
.wpcf7 input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:510px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
    color: #888888 !important;
    font-family: Tahoma;
    font-size: 9px;
}

span.wpcf7-form-control-wrap.humansnif {
    display: block;
}





/* -------- New for CF7 --------- */


div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 1.4em 0.5em 1em 18em;
	padding: 0.2em 1em;
	font-size: 13px;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}



