input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1.875rem #fff inset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input:not([type=submit]),
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .3125rem;
	background: #fff;
	margin: 0;
	width: 100%;
	border: none;
	padding: 1rem;
	font-size: 1.125rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: inherit;
	color: #528ECB;
	-webkit-text-fill-color: inherit;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	padding: 0;
	width: auto;
	border: none;
	cursor: pointer;
	margin-bottom: 0
}

input[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	padding: auto;
	width: auto;
	border: none;
	cursor: pointer;
	margin-bottom: 0
}

label {
	cursor: pointer;
}

select {
	cursor: pointer;
	appearance: none;
	background: #fff url(../theme-svg/select.svg) right .75rem center no-repeat;
	background-size: 1rem 1rem;
}

body.msie select {
	background-size: 1rem .5rem;
}

select::-ms-expand {
    display: none;
}

input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	width: auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

textarea {
	height: 5rem;
	min-height: 5rem;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	resize: none;
}

input:focus,
textarea:focus {
	outline: 0;
}

::-ms-clear {
	display: none;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 input[type=submit] {
	margin-bottom: 0;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	border: .063rem solid transparent;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
	color: #e84040 !important;
	border-color: #e84040 !important;
}

::-webkit-input-placeholder {
    color: #528ECB;
    line-height: 140%
}

:-moz-placeholder {
    color: #528ECB;
    line-height: 140%
}

::-moz-placeholder {
    color: #528ECB;
    line-height: 140%
}

:-ms-input-placeholder {
   color: #528ECB;
   line-height: 140%
}

.wpcf7-not-valid::-webkit-input-placeholder {
	color: #e84040 !important;
}

.wpcf7-not-valid:-moz-placeholder {
	color: #e84040 !important;
}

.wpcf7-not-valid::-moz-placeholder {
	color: #e84040 !important;
}

.wpcf7-not-valid:-ms-input-placeholder {
	color: #e84040 !important;
}

select.wpcf7-not-valid,
.wpcf7-checkbox.wpcf7-not-valid label span.wpcf7-list-item-label {
	color: #e84040 !important;
}

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

.wpcf7-response-output {
	margin: 1.5rem 0 0 0;
	padding: .625rem 1.25rem;
	font-size: .813rem;
	text-align: center;
	display: none;
	font-family: inherit;
	border-radius: .3125rem;
}

.wpcf7-response-output.wpcf7-validation-errors {
	background: #e84040;
	color: #fff;
	display: block;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #68be50;
	color: #fff;
	display: block;
}