
.wpcf7 input, .wpcf7 textarea { background-color: #eee; width: 100%; border-width: 0; border-radius: 0; color: #999; font-size: 14px; padding: 15px; margin-bottom: 20px; }
.wpcf7 textarea { resize: vertical; }
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder { opacity: 1; }
.wpcf7 .line { overflow: hidden; }
.wpcf7 .line br { display: none; }

.wpcf7 .codedropz-upload-inner { white-space: inherit; }
.wpcf7 .codedropz-upload-inner h3 { font-size: 16px !important; margin-top: 0; margin-bottom: 0; padding-bottom: 0; }
.wpcf7 .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { display: inline-block; color: #fff !important; background-color: #333; margin-top: 8px; margin-bottom: 12px; padding: 6px 25px; transition: all 0.3s; }
.wpcf7 .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover { background-color: #f56e58; }
.wpcf7 .dnd-upload-counter { display: none; visibility: hidden; }

.wpcf7 .wpcf7-submit { cursor: pointer; color: #333; background-color: #fff; border: 2px solid #333; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; box-shadow: 0px 2px 11px 4px rgba(0,0,0,0.3); transition: all 0.3s; }
.wpcf7 .wpcf7-submit:hover { color: #fff; background-color: #f56e58; border-color: #f56e58; box-shadow: 0px 0px 11px 4px rgba(224,43,32,0.3); }

.wpcf7 select { appearance: none; outline: 0; border: 0; box-shadow: none; position: relative; flex: 1; padding: 15px; color: #888; background-color: #eee; background-image: none; cursor: pointer; }
.wpcf7 select::-ms-expand { display: none; }
.wpcf7 .custom-select { margin-bottom: 20px; }
.wpcf7 .custom-select span { position: relative; display: flex; overflow: hidden; }
.wpcf7 .custom-select span::after { content: "\25BC"; position: absolute; top: 0; right: 0; padding: 10px 15px; background-color: #333; transition: 0.25s all ease; pointer-events: none; }
.wpcf7 .custom-select span:hover::after { color: #f56e58;}

@media (min-width: 768px) {
	.wpcf7 .line label { float: left; width: 50%; }
	.wpcf7 .line label:first-child { padding-right: 10px; }
	.wpcf7 .line label:last-child { padding-left: 10px; }
}

@media (min-width: 981px) {

}