/** Contact Form 7 */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea {
	background-color: transparent;
	border: 1px solid #d2d2d2;
	padding: 10px 15px 10px 15px;
	width: 100%;
	margin: 2px 0;
}

input:focus, textarea:focus {
	border-color: #0095e3;
	outline: none;
}

form {
	max-width: 500px;
	margin: auto;
}
form br { display: none }
input[type="submit"], input[type="button"] {
	display: block;
	padding: 15px 30px;
	border: 1px solid #d2d2d2;
	background: #fff;
}

input[type="submit"]:hover,
input[type="submit"]:active, 
input[type="button"]:hover, 
input[type="button"]:active { 
	border-color: #000;
	cursor: pointer;
}

.wpcf7-mail-sent-ok, .wpcf7-not-valid-tip {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 8px auto;
	box-sizing: border-box;
	/* border: 2px solid #B70003; */
	font-size: 16px !important;
	/* padding: 15px 20px; */
	/* background-color: rgba(176,0,0,0.8); */
	color: rgba(176,0,0,0.8) !important;
	/* text-align: center; */
}
div.wpcf7-validation-errors {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 8px auto;
	box-sizing: border-box;
	border: 2px solid #B70003;
	font-size: 16px !important;
	padding: 15px 20px;
	background-color: rgba(176,0,0,0.8);
	color: #fff;
}
div.wpcf7-mail-sent-ok {
    margin: 8px auto !important;
	text-align: center !important;
    background-color: rgba(71,145,0,0.8);
	color: #fff !important;
	border: 0;
}
div.wpcf7 .ajax-loader {
  display: block;
  width: 36px;
  height: 36px;
  background-image: none !important;
  margin: 20px auto;	
}
div.wpcf7 .ajax-loader:after {
    content: " ";
    display: block;
    width: 36px;
    height: 36px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #c1c1c1;
    border-color: #c1c1c1 transparent #c1c1c1 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wpcf7 .ajax-loader.is-active {
	visibility:visible;
}
.element-space { margin: 15px 0 }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #838383;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #838383;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #838383;
}
:-moz-placeholder { /* Firefox 18- */
	color: #838383;
}
