.mcc-home-search-form {
	--mcc-search-olive: #657360;
	--mcc-search-berry: #7a1e29;

	width: 100% !important;
	max-width: 1320px;
	margin: 0 auto !important;
}

.mcc-home-search-form__panel {
	display: block;
	width: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
}

.mcc-home-search-form__brand {
	display: none !important;
}

.mcc-home-search-form__controls {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e0e2e2;
	background: #ffffff;
}

.mcc-home-search-form__input-col {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0 !important;
}

.mcc-home-search-form__button-col {
	flex: 0 0 auto;
	padding: 0 !important;
}

.mcc-home-search-form .main_place_search_holder {
	position: relative;
	margin: 0;
}

.mcc-home-search-form__pin {
	position: absolute;
	top: 50%;
	left: 0.9rem;
	transform: translateY(-50%);
	color: #7a8574;
	pointer-events: none;
	line-height: 0;
	z-index: 2;
}

.mcc-home-search-form .place_search_input,
.mcc-home-search-form .form-control {
	width: 100% !important;
	height: 50px !important;
	margin: 0 !important;
	padding: 0 1rem 0 2.6rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #1a2b4b !important;
	font-size: 1rem !important;
	box-shadow: none !important;
	display: block !important;
}

.mcc-home-search-form .place_search_input:focus,
.mcc-home-search-form .form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}

.mcc-home-search-form .place_search_input::placeholder {
	color: #5f6b7a !important;
	font-size: 1.05rem !important;
	opacity: 1 !important;
}

.mcc-home-search-form__submit,
.mcc-home-search-form .search-form-btn,
.mcc-home-search-form .btn,
.slider-search .btn,
.slider-search .search-form-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: auto !important;
	min-width: 10.5rem;
	height: 50px !important;
	margin: 0 !important;
	padding: 0 1.25rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: var(--mcc-search-berry) !important;
	color: #ffffff !important;
	font-size: 1.05rem !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-transform: none !important;
	white-space: nowrap !important;
}

.mcc-home-search-form__submit-icon {
	display: inline-flex;
	line-height: 0;
}

.mcc-home-search-form__submit:hover,
.mcc-home-search-form .search-form-btn:hover {
	background-color: #651923 !important;
	color: #ffffff !important;
}

/*
 * Homepage — olive search strip (main-site style).
 * White heading + white input field inside moss green bar.
 */
.elementor-109 .elementor-element-0d30b67 {
	background-color: var(--mcc-search-olive, #657360) !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 16px 20px !important;
}

.elementor-109 .elementor-element-0d30b67 .elementor-heading-title,
.elementor-109 .elementor-element-0d30b67 .elementor-widget-heading .elementor-heading-title {
	display: block !important;
	color: #ffffff !important;
	margin-bottom: 0.65rem !important;
}

.elementor-109 .elementor-element-0d30b67 .mcc-home-search-form__controls {
	border-color: transparent;
}

.elementor-109 .elementor-element-0d30b67 .mcc-home-search-form .place_search_input,
.elementor-109 .elementor-element-0d30b67 .mcc-home-search-form .form-control {
	border-color: transparent !important;
}

@media (max-width: 767px) {
	.mcc-home-search-form__controls {
		flex-direction: column;
	}

	.mcc-home-search-form .place_search_input,
	.mcc-home-search-form .form-control {
		height: 40px !important;
		border-bottom: 1px solid #e0e2e2 !important;
	}

	.mcc-home-search-form__submit,
	.mcc-home-search-form .search-form-btn,
	.mcc-home-search-form .btn,
	.slider-search .btn,
	.slider-search .search-form-btn {
		width: 100% !important;
		min-width: 0;
		height: 40px !important;
	}
}
