.captcha-refresh {
	cursor: pointer;
}

.captcha-refresh:hover {
	background-color: #ddd;
}

@media screen and (max-width: 766px) {
	.captcha-row img {
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
}

.captcha-wrapper {
	display: flex;
}

.captcha-input-wrapper {
	display: flex;
	width: 100%;
}

.captcha-input-wrapper .captcha-refresh {
	flex: 0 0 auto;
	height: 34px;
	width: 36px;
	padding: 10px;
}

.captcha-input-wrapper .captcha-input {
	width: 100%;
	flex: 1 0 30px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.captcha-image {
	margin-right: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.contact-form sup {
	color: red;
}

.contact-form textarea {
	resize: vertical;
}