/* wpcf7-formS ************************************************************************************************************************************** */
.wpcf7-form, .wpcf7-form legend { font-size:0.9em; line-height:1.5em; }
.wpcf7-form legend { font-style:italic; }
.wpcf7-form ol { list-style-type:none; margin:0; padding:0; }
.wpcf7-form ol li { margin-bottom:1em; }
.wpcf7-form label { display:block; }
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select { width:100%; background-color:#efefef; border:1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius:3px; padding:0.5em; }
.wpcf7-form label.cf-after{ display:inline; }
.wpcf7-form .reqtxt, .wpcf7-form .emailreqtxt { font-size:0.9em; font-style:italic; }
.wpcf7-form input[type="submit"] { background-color:#222; border-color:#222; color:#fff; text-transform:uppercase; font-weight:bold; padding:1em; }


.arrow_box { position:relative; background:#eee; border:5px solid #eee;  padding:10px 20px; margin-top:10px; margin-bottom:18px; font-size:0.9em; line-height:1.3em; }
.arrow_box:after, .arrow_box:before {	top: 100%; left:15%;	border: solid transparent; content: " "; height: 0;	width: 0;	position: absolute;	pointer-events: none; }
.arrow_box:after { border-color: rgba(187,0,0,0);	border-top-color: #eee;	border-width: 10px;	margin-left: -10px; }
.arrow_box:before { border-color: rgba(187,0,0,0);	border-top-color: #eee;	border-width: 17px;	margin-left: -17px; }