.sidebar .wmkcfeedback {
	margin-top: 10px
}

.sidebar .wmkcfeedback .inquiry-form {
	display: flex;
	flex-direction: column
}

.sidebar .wmkcfeedback input,
.sidebar .wmkcfeedback textarea,
.sidebar .wmkcfeedback .wmkcfb-fileupload {
	width: 100% !important;
	/*
	border: none;
	*/
	outline: 0;
	height: 45px;
	background: #FCFCFC;
	border-radius: var(--border);
	padding: 0 10px;
	margin-bottom: 1em;
	font-size: var(--fontsize16);
	font-family: var(--fontfamily)
}

.sidebar .wmkcfeedback input::placeholder,
.sidebar .wmkcfeedback textarea::placeholder,
.sidebar .wmkcfeedback .wmkcfb-fileupload {
	color: #666
}

.sidebar .wmkcfeedback textarea {
	padding: 13px 10px;
	min-height: 100px;
	height: 160px;
	font-family: var(--fontfamily)
}

.sidebar .wmkcfeedback .feed-verification img {
	height: 41px
}

.sidebar .wmkcfeedback .send-btn {
	width: 100%;
	height: 50px;
	font-size: 16px;
	background: var(--color);
	border-radius: var(--border);
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s linear
}

.sidebar .wmkcfeedback .send-btn:hover {
	opacity: .9
}

.contact .wmkcfeedback textarea {
	width: 100%;
	background: #FFF;
	border-radius: var(--border);
	outline: 0;
	border: 1px solid #EEE;
	padding: 10px;
	margin-bottom: 20px;
	resize: none
}

.contact .wmkcfeedback input,
.contact .wmkcfeedback .wmkcfb-fileupload {
	/*
	height: 50px;
	*/
	border-radius: var(--border);
	outline: 0;
	margin-bottom: 20px;
	padding: 0 10px;
	border: 1px solid #EEE;
	transition: all .2s linear
}

.contact .wmkcfeedback input,
.contact .wmkcfeedback textarea,
.contact .wmkcfeedback .wmkcfb-fileupload {
	background-color: #FFF;
	color: var(--fontcolor)
}

.contact .wmkcfeedback input::placeholder,
.contact .wmkcfeedback textarea::placeholder,
.contact .wmkcfeedback .wmkcfb-fileupload {
	color: #666
}

.wmkcfeedback input.input-error {
	border-color: red
}

.wmkcfeedback input:focus {
	border-color: var(--color) !important
}

.wmkcfeedback textarea:focus {
	border-color: var(--color) !important
}

.wmkcfeedback .inquiry-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.wmkcfeedback input, .wmkcfeedback .wmkcfb-fileupload {
	width: 49%;
	height: 48px;
	font-size: var(--fontsize16);
	background: #FCFCFC;
	border-radius: 3px;
	outline: 0;
	/*
	border: 1px solid #FCFCFC;
	*/
	border: 1px solid #EEE;
	padding: 0 10px;
	margin-bottom: 20px;
	transition: all .2s linear;
	display: inline-flex;
	align-items: center
}

.wmkcfeedback input:focus {
	border-color: var(--color)
}

.wmkcfeedback input::placeholder,
.wmkcfeedback textarea::placeholder,
.wmkcfeedback .wmkcfb-fileupload {
	color: #666
}

.wmkcfeedback input.input-error {
	border-color: red
}

.wmkcfeedback input:nth-child(3n) {
	margin-right: 0
}

.wmkcfeedback textarea {
	width: 100%;
	background: #FCFCFC;
	border-radius: 3px;
	outline: 0;
	/*
	border: 1px solid #FCFCFC;
	*/
	border: 1px solid #EEE;
	padding: 10px;
	margin-bottom: 20px;
	resize: none;
	font-size: var(--fontsize16);
	line-height: 1.6;
	color: var(--fontcolor);
	height: 200px;
	font-family: var(--fontfamily)
}

.wmkcfeedback textarea:focus {
	border-color: var(--color)
}

.wmkcfeedback textarea.input-error {
	border-color: red
}

.wmkcfeedback .send-btn {
	margin: 0 auto;
	background: var(--color);
	color: #FFF;
	font-size: var(--fontsize16);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 55px;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0 0 0 var(--color);
	transition: all .2s linear
}

.wmkcfeedback .send-btn:hover {
	box-shadow: 0 0 4px var(--color)
}

.contact .wmkcfeedback {
	margin-top: 3%;
	padding: 20px;
	background-color: #FCFCFC;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%)
}

.contact .wmkcfeedback .send-btn {
	min-width: 200px;
	height: 50px;
	border-radius: var(--border);
	background-color: var(--color);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-weight: var(--fontbold5);
	cursor: pointer;
	box-shadow: 0 0 0 var(--color);
	transition: all .2s linear
}

.contact .wmkcfeedback .send-btn:hover {
	box-shadow: 0 0 6px var(--color)
}

.contact .wmkcfeedback .select-menu {
	width: 49%
}

.wmkcfeedback .select-menu {
	position: relative;
	width: 32%;
	margin-bottom: 20px
}

.sidebar .wmkcfeedback .select-menu {
	width: 100%
}

.wmkcfeedback .select-menu input {
	margin: 0 !important;
	width: 100% !important;
	cursor: pointer
}

.wmkcfeedback .select-menu .select-menu-div em {
	margin-right: 5px;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s ease
}

.wmkcfeedback .select-menu .select-menu-div em.select-menu-i {
	transform: rotateX(180deg)
}

.wmkcfeedback .select-menu .select-menu-div em::after,
.wmkcfeedback .select-menu .select-menu-div em::before {
	content: "";
	width: 10px;
	height: 2px;
	background: #999;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(45deg)
}

.wmkcfeedback .select-menu .select-menu-div em::after {
	transform: rotate(-45deg);
	left: 6px
}

.wmkcfeedback .select-menu .select-menu-ul {
	box-shadow: 0 1px 15px 0 rgba(15, 19, 39, .1);
	list-style: none;
	display: none;
	width: 100%;
	text-align: left;
	border: 1px solid #EEE;
	background: #FFF;
	position: absolute;
	z-index: 9
}

.wmkcfeedback .select-menu .select-menu-ul li {
	color: var(--fontcolor);
	padding: 0 20px;
	line-height: 2.5;
	cursor: pointer;
	font-size: var(--fontsize16);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

.wmkcfeedback .select-menu .select-menu-ul li:hover {
	background: #f2faea
}

.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n) {
	background: #f5f4f4
}

.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n):hover {
	background: #f2faea
}

.wmkcfeedback .select-menu .select-menu-ul li.select-this {
	background: #f2faea
}

.wmkcfeedback .select-menu .select-menu-ul li.select-this:hover {
	background: #f2faea !important
}

.wmkcfeedback .loading {
	position: relative;
	width: 18px;
	height: 18px;
	margin-left: 8px;
	border: 2px solid #000;
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	border-radius: 100%;
	animation: feedbacksenloading infinite .75s linear
}

@keyframes feedbacksenloading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.wmkcfeedback .send-btn[disabled] {
	background: #EEE !important;
	color: #999 !important
}

.wmkcfeedback .send-btn[disabled]::before {
	content: none !important
}

.wmkcfeedback .feed-verification {
	max-width: 300px;
	width: 100%;
	position: relative;
	margin-bottom: 20px
}

.wmkcfeedback .feed-verification input {
	/*
	margin: 0 !important;
	width: 100% !important
	*/
	margin: 0;
	width: 100%
}

.wmkcfeedback .feed-verification img {
	position: absolute;
	width: auto;
	height: 44px;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer
}

@media (max-width:768px) {
	.wmkcfeedback .select-menu {
		width: 100% !important
	}

	.wmkcfeedback .feed-verification {
		max-width: 100%
	}

	.wmkcfeedback input,
	.wmkcfeedback .wmkcfb-fileupload {
		width: 100%;
		margin-right: 0;
		margin-right: 0
	}

	.wmkcfeedback .send-btn {
		width: 180px;
		height: 48px;
		margin-top: 10px
	}
	/*
	.contact .wmkcfeedback {
		background-color: #FCFCFC;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 20px;
		margin-top: 3%
	}
	*/
	.contact .wmkcfeedback input,
	.contact .wmkcfeedback .wmkcfb-fileupload {
		width: 100%;
		margin-right: 0
	}
}

.wmkcfb-fileupload {
	background-image: url(../images/choose-file.png) !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	background-size: auto 55% !important;
	cursor: pointer
}