/* Ivory Search */
header#header #link-actions .is-search-form label input {
	border:none !important;
	font-size: 54px !important;
}
@media (max-width:767.98px) {
	header#header #link-actions .is-search-form label input {
		font-size: 32px !important;
	}
}
header#header #link-actions .is-search-form label input::-webkit-input-placeholder {
	font-size: 54px !important;
}
header#header #link-actions .is-search-form label input::-ms-input-placeholder {
	font-size: 54px !important;
}
header#header #link-actions .is-search-form label input::placeholder {
	font-size: 54px !important;
}
@media (max-width:767.98px) {
	header#header #link-actions .is-search-form label input::-webkit-input-placeholder {
		font-size: 32px !important;
	}
	header#header #link-actions .is-search-form label input::-ms-input-placeholder {
		font-size: 32px !important;
	}
	header#header #link-actions .is-search-form label input::placeholder {
		font-size: 32px !important;
	}
}

/* Back in Stock Notifier */
.cwginstock-subscribe-form .panel-primary>.panel-heading {
	background-color: transparent;
	border: 0;
	padding: 0;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading h4 {
	color: #574c44;
	font-weight: 700;
	line-height: 30px;
	font-family: Poppins;
	font-size: 16px;
	text-align: left !important;
	margin-bottom: 5px;
}
.cwginstock-subscribe-form .form-group {
	margin-bottom: 0;
}
.cwginstock-panel-body .col-md-12 > .col-md-12 {
	padding: 0;
}
.cwgstock_button {
	background: linear-gradient(90deg,#f7951d,#fdaa45);
	border-color: #f7951d;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	padding: 16px 30px;
	line-height: 1;
	border-radius: 100px;
	margin-bottom: 1rem;
}
.cwgstock_button:hover {
	background: linear-gradient(90deg,#f7951d,#f7951d);
	border-color: #f7951d;
}
@media (min-width: 480px) {
	.cwginstock-panel-body .form-group {
		width: 33.33333333%;
		float: left;
		padding-left: 15px;
	}
	.cwginstock-panel-body .form-group:first-of-type {
		width: 66.66666667%;
		padding-left: 0;
		padding-right: 15px;
	}
	.cwgstock_output {
		clear: both;
	}
}

/* Contact Form 7 */
.wpcf7 form .wpcf7-response-output {
	border: none !important;
 }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #f11e1e;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #00b819;
}