/*
Theme Name: BeTheme Child
Template: betheme
Text Domain: betheme-child
Version: 0.1.0
*/

.betheme-child-blog-search {
	max-width: 760px;
	margin: 32px 1% 32px;
	padding: 0;
	border: 0;
	background: transparent;
}

.betheme-child-blog-search__title {
	margin: 0 0 14px;
	font-size: 1.35rem;
	line-height: 1.3;
}

.betheme-child-blog-search__form {
	display: flex;
	gap: 10px;
	align-items: stretch;
}

.betheme-child-blog-search__field {
	flex: 1 1 auto;
	max-width: 620px;
	min-width: 0;
}

.betheme-child-blog-search__submit {
	flex: 0 0 auto;
}

#Top_bar .menu > li > a.betheme-child-header-phone {
	display: flex !important;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-right: 22px !important;
	padding-left: 20px !important;
	padding-top: 34px !important;
	line-height: 1 !important;
}

#Top_bar .menu > li > a.betheme-child-header-phone span {
	display: block !important;
	padding: 0 !important;
	line-height: 1 !important;
	white-space: nowrap;
}

#Top_bar .menu > li > a.betheme-child-header-phone .betheme-child-header-phone__mobile {
	margin-top: 0;
	font-size: inherit;
	font-weight: inherit;
	opacity: 1;
}

#Top_bar.is-sticky .menu > li > a.betheme-child-header-phone {
	justify-content: center;
	padding-top: 13px !important;
	padding-bottom: 0 !important;
}

#Top_bar.is-sticky .menu > li > a.betheme-child-header-phone span {
	line-height: 1.05 !important;
}

@media only screen and (max-width: 767px) {
	.betheme-child-blog-search__form {
		flex-direction: column;
	}

	.betheme-child-blog-search__field,
	.betheme-child-blog-search__submit {
		width: 100%;
		max-width: none;
	}
}
