@charset "utf-8";

article.page_contact {
    /*margin: 0 50px;*/
}

article.page_contact .page-title {
	/*
	text-align: center;
	text-transform: capitalize;
	font-style: italic;
	*/
}

#contact_entry_message {
	/*
    float: left;
    font-size: 93%;
    padding-top: 25px;
    width: 330px;
	*/
}

.wpcf7 {
	/*
    float: right;
    width: 420px;
	*/
}

form.wpcf7-form {
    margin: 0;
}
/*
.wpcf7 table {
    border: medium none;
}
.wpcf7 table th {
    font-weight: normal;
    width: 120px;
}
.wpcf7 table th, .wpcf7 table td {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    padding: 5px 0;
    vertical-align: top;
}
/*
input.button-rewrite, input.wpcf7-submit, input.button-confirm {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #333333;
    color: #CCCCCC;
    font-size: 85%;
    margin-top: 5px;
    padding: 2px 0;
    text-transform: uppercase;
    width: 80px;
}
/*
input.button-rewrite:hover, input.wpcf7-submit:hover, input.button-confirm:hover {
    color: #FFFFFF;
}

.wpcf7-text {
    width: 190px;
}
*/

span.title {
    display: block;
}

.wpcf7-textarea ,
.wpcf7-text {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
	vertical-align: middle;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 67%;
}

.wpcf7-textarea:focus ,
.wpcf7-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.wpcf7 input[type=submit] {
    background-color: #fff;
    color: #333;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	width: 30%;
}

.wpcf7-textarea {
    height: auto;
	width: 100%;
}

.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=submit].focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.wpcf7 input[type=submit]:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.wpcf7 input[type=submit]:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.wpcf7 input[type=submit]:active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media (max-width: 767px) {
  .wpcf7-textarea ,
  .wpcf7-text {
	width: 100%;
  }
}









/*
div.wpcf7 {
	margin: 0;
	padding: 0;
}
*/
div.wpcf7-response-output {
	margin: 2em 0em 1em;
	padding: 0.2em 0em;
	color: #f00;
}

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;*/
	color: #f00;
}

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;
}
