
/* search page */
span.pcount {
	color: #7E8799;
}

li.hostpost.active .pcount {
	color: #039be5;
}

.help_tab_content a.bpress-search-section {
	margin-left: 20px;
	font-weight: 100 !important;
	color: #039be5 !important;
	padding: 2px 10px;
}

/* search page end */
.header-hero__content .container {
	max-width: 1220px;
	margin: 0 auto !important;
	padding: 0;
}

/*-- Help page css Start here --*/

.bpress-post-date {
	font-size: 14px !important;
	text-transform: uppercase;
}

.bpress-search:before {
	content: "Find a solution fast";
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px !important;
	display: inline-block;
	color: #202226;
}

.tax-knowledgebase_cat .bpress-search {
	height: auto !important;
}

.tax-knowledgebase_cat .bpress-search form {
	height: 50px !important;
}

.bpress-content-wrap h2 {
	color: #fff;
	font-weight: 600;
}

.help_tabs_sec ul.helptab-ul {
	margin: 0 0 50px 0;
	padding: 0;
	display: flex;
	list-style: none;
	justify-content: center;
}

.help_tabs_sec ul.helptab-ul li {
	width: 250px;
	text-align: center;
}

.help_tabs_sec ul.helptab-ul li a {
	display: block;
	border-bottom: 2px solid #000;
	padding: 0 0 1.25em;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s, border-color 0.2s;
}

.help_tabs_sec ul.helptab-ul li a:hover {
	color: var(--wp--preset--color--b-200);
}

.help_tabs_sec ul.helptab-ul li.active a span,
.help_tabs_sec ul.helptab-ul li.active a {
	border-bottom-color: var(--wp--preset--color--b-300);
	color: var(--wp--preset--color--b-300);
}

/* ---------------------------- */
.tag_wrapper .help_tabs_sec ul.helptab-ul li,
.search-results .help_tabs_sec ul.helptab-ul li {
	width: 33.33%;
}

.tag_wrapper ul.helptab-ul,
.search-results ul.helptab-ul {
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 15px !important;
}

ul.bpress-crumbs:before {
	content: "";
	background-image: url(https://www.lake.com/wp-content/uploads/2023/12/Group-427323136.png);
	width: 24px;
	height: 14px;
	display: inline-block;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

span.pcount {
	color: #000017;
	font-weight: 400;
	margin-left: 2px;
	font-style: italic;
}

.search-results .bpress-heading h3 a.bpress-search-section,
.term-59 a.bpress-search-section {
	font-size: 12px !important;
	border-radius: 30px;
	border-color: transparent;
	margin: 2px 0 0px 10px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}

.bpress-heading.show-icon {
	display: flex;
	align-items: flex-start;
}

.tag_wrapper .bpress-heading h3 {
	display: inline-block !important;
	width: auto !important;
}

.bpress-wrap.tag_wrapper ul.helptab-ul,
.bpress-page-header .bpress-content-wrap,
.tag_wrapper .bpress-crumbs-wrap.tags_breadcrumb,
.tag_wrapper ul.helptab-ul,
.tag_wrapper .help_tab_content {
	padding: 0 !important;
}

.bpress-heading h3 a {
	color: #202226 !important;
	opacity: 1;
	font-weight: 600 !important;
}

.help_tabs_sec ul.helptab-ul li.active a span {
	border-bottom: 0 !important;
}

.tab_block {
	text-align: center;
	border: 1px solid var(--wp--preset--color--g-75);
	display: inline-block;
	width: 100%;
	border-radius: 0.75rem;
	padding: 2rem 1.25rem;
	margin-bottom: 1.5rem;
	height: calc(100% - 1.5rem);
	text-decoration: none;
	transition: background-color 0.2s, border-color 0.2s;
}

.tab_block:hover,
.tab_block:focus {
	background-color: var(--wp--preset--color--b-50);
	border-color: var(--wp--preset--color--g-100);
}

.tab_block p {
	color: #202226;
	font-size: 14px;
	font-weight: 700;
}

.tab_block img {
  display: inline-block;
	width: 45px;
	height: 45px;
	object-fit: contain;
	margin-bottom: 12px;
}

.help_accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.help__head h2 {
	font-size: 28px;
	color: #202226;
	font-weight: 700;
	position: relative;
	padding: 14px 0 2px;
	margin: 0;
}

.help__head {
	text-align: center;
	margin-bottom: 45px;
}

.help__head h2:after {
	content: "" !important;
	position: absolute;
	top: 0;
	left: 50%;
	height: 4px;
	transform: translateX(-50%);
	width: 50px;
	display: block;
	background-color: #4999F1;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	border-radius: 20px;
}

.help__head p {
	font-size: 16px;
	color: #7E8799;
}


.help_accordion li a {
	font-size: 18px;
	padding: 22px 20px;
	color: #000;
	display: block;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s;
}

.help_accordion li p {
	color: #202226;
	font-size: 14px;
}

.help_accordion li {
	border: 1px solid #CBD2E1;
	border-radius: 20px;
	margin-bottom: 10px;
}

.help_tabs_section {
	padding: 0px 0 0;
}

.help_policies_section,
.help_contact_section,
.help_accordion_section {
	max-width: 840px;
	margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.help_policies_section,
.help_contact_section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.help_contact_body {
	background-color: #F5F7FA;
	padding: 70px;
	border-radius: 18px;
	position: relative;
}

.help_contact_body:before {
	content: "";
	height: 100px;
	width: 140px;
	display: inline-block;
	background-image: url(https://www.lake.com/wp-content/uploads/2023/12/Qute.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -50px;
	left: 40px;
}

.help_contact_body:after {
	content: "";
	width: 350px;
	height: 350px;
	display: inline-block;
	background-image: url(https://www.lake.com/wp-content/uploads/2023/12/contact_right_image.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.policies_list ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.policies_list ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url(https://www.lake.com/wp-content/uploads/2023/12/fi_60492.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}
.policies_list ul li a {
	text-decoration: none;
	color:#202226 !important;
	transition:0.4s;
}
.policies_list ul li a:hover {
	color:#4999F1 !important;
}
.policies_list ul li {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	color: #202226;
	font-weight: 600;
	width: 50%;
	margin-bottom: 22px;
}

.policies_list {
	border: 1px solid #CBD2E1 !important;
	border-radius: 20px;
	padding: 60px 60px 40px;
}
.help_accordion li a {
    padding-right: 46px;
}
.help_accordion li p {
	padding: 0 20px 22px 20px;
}

.help_accordion li a:before {
	content: "";
	width: 26px;
	height: 26px;
	display: inline-block;
	background-image: url(https://www.lake.com/wp-content/uploads/2023/12/plus_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 22px;
}

.help_accordion li a.show:before {
	background-image: url(https://www.lake.com/wp-content/uploads/2023/12/mine_icon.png);
}

.help_accordion li a:hover {
	color: #4999F1;
}

.contact_left h2 a {
	font-size: 28px;
	color: #4999F1;
	text-decoration: underline;
	font-weight: 700;
}

.contact_left h2 {
	margin: 0 0 14px;
}

.contact_left p {
	margin: 0;
	font-size: 18px;
}

.archive .bpress-search-form input.bpress-search-field {
	width: calc(100% - 170px) !important;
	padding: 10px 25px !important;
}

.archive .bpress-search-submit {
	right: 0 !important;
	padding: 0px;
	width: 150px !important;
}

.archive .bpress-search {
	max-width: 100% !important;
}

.guest-common-quest {
	max-width: 810px;
	margin: 0 auto;
	padding-top: 70px;
}

/*-- Help page css End here --*/
.bpress-page-header {
	padding-left: 0;
	padding-right: 0;
}

.bpress-crumbs-wrap.tags_breadcrumb {
	display: block !important;
	margin-bottom: 15px !important;
}

.sections_wrapper .bpress-heading h3 a {
	font-size: 16px !important;
}

.sections_wrapper .bpress-content-wrap {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

.archive_with_text_part h2 {
	color: #202226;
	font-size: 28px;
	max-width: 400px;
	padding-top: 20px;
	font-weight: 700;
}

.archive_with_text_part .line-before::before {
	left: 0;
	top: 0;
}

.sections_wrapper ul.bpress-section-list {
	max-width: 800px;
	margin: 0 auto;
}

.archive_with_text_part p {
	font-size: 14px;
	color: #202226;
}

.load-more-container .gb-button,
.archive_with_text_part .gb-button {
	font-size: 16px;
	background-color: #4999F1;
	border-radius: 12px;
	padding: 16px 24px;
	display: inline-block;
	font-weight: bold;
	width: 258px;
	max-width: 100%;
}

.load-more-container .gb-button:hover,
.archive_with_text_part .gb-button:hover {
	color: #fff;
}

.load-more-container {
	text-align: center;
	margin-top: 20px;
}

body .page__text .where_sleep .inner__container {
	margin-left: 0 !important;
}

.where_sleep .alignfull {
	width: 100%;
	margin: 0 !important;
}

.single__article_contact_sec .bpress-col.bpress-col-2 {
	width: 49%;
}

.page-id-550 section.header-hero.header-hero--title,
.page-id-548 section.header-hero.header-hero--title,
.date_sec.last_child:after,
.widget_categories .cat-item:before,
.social_icons li:before,
.header-navbar.header-navbar-mobile,
.hp-listing-category--view-block .hp-listing-category__item-count,
.hp-listing-category--view-page .hp-listing-category__item-count,
h1.h1_search,
.help_accordion .inner,
div#tab2,
.articlesw-widget.widget.widget--sidebar.widget_categories.nps-blog,
.hp-grid__item .hp-listing__attribute.hp-listing__attribute--safety-and-security,
.button_hide_0,
.hosts_header_wrap .current-menu-item:before,
.hosts_header_wrap .header-navbar__middle,
.hosts_header_wrap li#menu-item-9436,
.hosts_header_wrap li#menu-item-9437,
.hosts_header_wrap li#menu-item-9438,
span.show_mb,
.page-id-359 .header-hero:before,
.page-id-358 .header-hero:before,
.page-id-357 .header-hero:before,
.page-id-356 .header-hero:before,
.page-id-355 .header-hero:before,
.page-id-345 .header-hero:before,
.page-id-344 .header-hero:before,
.page-id-343 .header-hero:before,
.page-id-342 .header-hero:before,
.page-id-341 .header-hero:before {
	display: none;
}

 div#hr_block,
.page-id-15 .hp-page__content>div:nth-child(3),
.text_part ul li,
.help_accordion li a,
.archive_with_text_part .line-before,
.line-before,
.post_sidebar h2,
.post__text h2,
.simple-quote blockquote,
.post_author-bio .author-info,
.question-image,
.vs-col,
.true-table tr,
.false-table tr,
section.header-hero.post.post--single {
	position: relative !important;
}

/* CSS for desktop (default) */
.pros-cron-compersion-table .wp-block-table table,
.compersiontable-2 .wp-block-table table,
.form__feild.width_100,
.form__feild.width_100 textarea,
.related-posts,
.archive_with_img_part img,
table {
	width: 100%;
	/* Ensure the table takes the full width */
}


/* body.blog .site-content,
body.archive.category .site-content,
body.archive.tax-knowledgebase_cat .container {
	padding: 0;
} */

.where_sleep .slick-list.draggable {
	padding: 0 !important;
}

/* articale category page Css 05-01-2024 end  */

/* Table CSS END-----  */

/* Remove page's bottom space */
.site-content {
	padding-bottom: 0;
}

/* Form CSS */
/* .hp-social-links .hp-social-links__item {
	gap: 0.2rem;
	color: #202226;
	border: 1px solid #CBD2E1;
	border-radius: 8px !important;
	box-shadow: none !important;
	font-size: 14px;
}

.hp-form__button {
	border-radius: 8px !important;
}

p.hp-form__description {
	color: #202226;
	font-size: 14px;
}

.hp-field__label {
	text-transform: capitalize;
	color: #202226;
	font-size: 14px;
	font-weight: 600;
}

.hp-modal .hp-form__fields:not(:last-child),
.hp-form__footer:not(:last-child) {
	margin-bottom: 1rem;
}

p.hp-form__action,
a.hp-form__action {
	font-size: 14px;
}

p.hp-form__action a,
a.hp-form__action {
	text-decoration: underline !important;
}

.hp-form--user-password-request .hp-form__fields {
	margin-bottom: 0.8rem !important;
} */

/* FAQ title icon */
svg.gb-accordion__icon,
.gb-accordion__icon-open {
	font-size: 28px;
}



/*  ---- Help Center Page ----*/
.tax-knowledgebase_cat .site-content {
	padding: 0rem 0;
}

.tax-knowledgebase_cat .bpress-page-header h1 {
	font-size: 2em;
	font-weight: 600 !important;
	color: #fff;
}

.tax-knowledgebase_cat .bpress-searchbar-wrap {
	position: relative;
	padding: 30px;
	max-width: 900px;
	margin: 0 auto;
	bottom: -91px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 30px 0px rgba(6, 3, 23, 0.08);
}

.tax-knowledgebase_cat .bpress-search {
	position: relative;
	height: 50px;
	max-width: 700px;
	margin: initial;
}

.tax-knowledgebase_cat .bpress-search-submit {
	right: -136px;
	padding: 0px;
	width: 125px;
}

.tax-knowledgebase_cat input[type="text"].bpress-search-field {
	font-size: 14px;
}

.tax-knowledgebase_cat .bpress-page-header {
	margin-bottom: 70px;
}

/* .tax-knowledgebase_cat .bpress-crumbs-wrap {
	display: none;
} */

.tax-knowledgebase_cat .bpress-page-header p {
	max-width: 600px;
}

.bpress-content-wrap header {
	padding: 0 20px;
}

.for_guests_inner {
	background-color: #F5F7FA;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}

.archive .bpress-post-link {
	background-color: transparent !important;
}

.for_guests_inner .row {
	align-items: center;
}

.guests_headding {
	max-width: 80%;
	margin: 50px auto;
	position: relative;
}

.guests_headding h2 {
	font-weight: 600;
	color: #202226;
}

.for_guests_inner img {
	width: 100%;
	max-width: 100%;
	margin-bottom: -7px;
	height: 240px;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.guests_headding:before {
	position: absolute;
	top: -14px;
	left: 0;
	height: 4px;
	width: 50px;
	display: block;
	content: '';
	background-color: #4999F1;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	border-radius: 19px;
}

.search-results .bpress-heading h3 a,
.tag_wrapper .bpress-heading h3 a {
	font-size: 16px !important;
}

.sections_wrapper .bpress-grid {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px !important;
}

.knowledgebase-template-default .bpress-wrap,
.knowledgebase-template-default .container,
.knowledgebase-template-default .site-content {
	padding: 0 !important;
}

.single__article .container {
	max-width: var(--max-w900);
	padding: 0 20px !important;
	margin: 0 auto !important;
}

/* .single__article_contact_sec {
	max-width: var(--max-w900);
	margin: 0 auto;
	padding: 0 20px;
} */

.single__article .bpress-crumbs-wrap {
	padding: 0;
	margin-bottom: 48px !important;
}

.single__article .line-before::before {
	left: 0;
	top: 0;
}

.single__article_banner h2 {
	padding-top: 10px;
}

.single__article_text .bpress-votes {
	background-color: var(--light-blue-) !important;
	border: none;
	padding: 35px;
	border-radius: 8px;
}

.contact__form {
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px #e9e9e9;
	padding: 40px 30px;
	border-radius: 8px;
}

.form__heading h3 {
	padding-top: 10px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

.form__heading p {
	color: #7E8799;
}

.form__email a {
	font-size: 20px;
	font-weight: 600;
	text-decoration: underline;
}

.form__email {
	margin: 20px 0 25px 0;
}

.form__phone p {
	font-size: 16px !important;
	margin: 0;
	font-weight: 600;
	color: var(--black-text-);
}

.form__phone a {
	font-size: 16px;
	font-weight: bold;
}

.single__article_banner header.bpress-post-header {
	padding: 0;
}

.single__article_form {
	position: relative;
}

@media screen and (min-width: 64em) {
	.single__article_form {
		position: sticky;
		top: calc(var(--np-header-height) + 1rem);
		z-index: 1;
		padding-left: var(--np-gap);
		margin-top: calc(var(--wp--preset--spacing--70)*-1.75);
	}

	body.admin-bar .single__article_form {
		top: calc(var(--np-header-height) + var(--wp-admin--admin-bar--height) + 1rem)
	}
}

.single__article_text {
	margin-top: 22px;
}

.single__article_text h2 {
	font-size: 22px;
	margin-top: 0;
	color: var(--black-text-) !important;

}

.single__article_text ol li,
.single__article_text ul li,
.single__article_text p {
	font-size: var(--wp--preset--font-size--base);
}

.single__article_banner header.bpress-post-header {
	margin-bottom: 0;
}

.bpress-content-wrap h2 strong {
	font-weight: 600;
}

/* contact Us page Css */
.contact_col_shadow {
	box-shadow: 0 0 20px 0 #f1f1f1;
	border-radius: 8px;
	overflow: hidden;
}

.contact_col_shadow .wp-block-media-text__content {
	padding: 0 0 0 30px;
}

.contact_bg_sec {
	border-radius: 0 !important;
	margin: 0 !important;
	background-image: url(https://www.lake.com/wp-content/uploads/2023/12/backgroud.png);
	background-size: 1940px;
	background-position: center;
	background-repeat: no-repeat;
}

.ctm_col_sec {
	margin-top: -120px;
	overflow: hidden;
}

.contact_col_shadow img {
	height: 45px;
	object-fit: contain;
}

.hours_heading {
	padding: 8px 24px !important;
	border-radius: 30px;
	display: inline;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.page-id-339 .site-content .container,
.page-id-339 .site-content,
.page-id-348 .site-content {
	padding: 0 !important;
}

.left_text_col a.wp-block-button__link:hover {
	background-color: var(--blue-color-) !important;
	color: #fff !important;
}

.left_text_col a.wp-block-button__link {
	transition: .3 ease-in-out;
	padding: 14px 30px !important;
	border: 1px solid var(--blue-color-);
	background-color: transparent !important;
}

.left_text_col .line-before::before {
	left: 0;
}

.contact__form_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form__feild.width_50 {
	width: 48%;
}

.form__feild.width_50 input {
	width: 100% !important;
}

.form__feild.width_100 p,
.form__feild.width_100 select {
	width: 100% !important;
	display: inline-block;
}

.form__feild {
	margin-bottom: 20px;
}

.form__feild textarea,
.form__feild select,
.form__feild input {
	padding: 14px 15px !important;
	border: 1px solid #CBD2E1 !important;
	border-radius: 8px !important;
}

.form__feild textarea::placeholder,
.form__feild input::placeholder {
	color: #202226 !important;
	font-size: 14px;
	opacity: 1;
}

.form__feild select {
	color: #202226 !important;
	font-size: 14px;
}

.form__feild.button_send input {
	background-color: #4999F1;
	text-transform: uppercase;
	padding: 10px 30px;
	width: 190px;
	box-shadow: none !important;
	max-width: 100%;
}

.form__feild.button_send {
	margin-bottom: 0;
}

.contact_col_shadow a {
	color: var(--black-color-);
}

.contact_col_shadow a:hover {
	color: var(--blue-color-);
}

.contact_bg_sec p {
	margin-bottom: 10px;
}

.contact_us_page_wrapper {
	padding: 30px 16px;
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    gap: 6px;
    align-items: center;
}

.contact_us_page_wrapper nav a {
	color: var(--blue-color-) !important;
}

/*  .page-id-348  */

.bpress-prev-post,
.bpress-next-post {
	border: 1px solid #CBD2E1;
	background-color: transparent;
	padding: 20px;
}

.bpress-prev-post h4,
.bpress-next-post h4 {
	white-space: wrap;
}

.bpress-wrap h4 a {
	font-size: 12px !important;
	color: var(--blue-color-);
	margin-left: 9px;
	border-radius: 30px;
	border: none;
	padding: 5px 12px;
}

.bpress-prev-post h4 a,
.bpress-next-post h4 a {
	font-size: 14px !important;
	margin: 0;
	padding: 0 !important;
}

section.mobile_contact_us_form {
	margin-top: 28px;
	display: none;
}

/* legal page Css start */

.icon_right span.gb-icon {
	transform: rotate(-90deg);
	color: var(--blue-color-);
}

ol.accordion-listCS a.active {
	font-weight: bold;
}

/* End vendor view page css */

.single .bpress-article-content h2,
.single .bpress-article-content h3 {
	color: #303a46;
}

/* media query start here */

@media only screen and (min-device-width: 600px) and (max-device-width: 767px) {
	.image_with_name_col .gb-layout-column-wrap {
		display: flex;
	}

	.image_with_name_col .width_tab_25 {
		width: 15% !important;
	}

	.image_with_name_col .width_tab_50 {
		width: 70% !important;
	}
}



@media (max-width:1024px) {

	.single__article_contact_sec .bpress-col.bpress-col-2 {
		width: 100%;
	}

	.host_banner_sec {
		background-position: top;
		background-size: 1024px;
	}
}

@media (max-width:991px) {

	.tag_wrapper .help_tabs_sec ul.helptab-ul {
		margin-bottom: 25px !important;
	}

	body.archive.search.search-results .help_tabs_sec ul.helptab-ul {
		margin-bottom: 10px;
	}

	.help_tab_content .col-xs-4 {
		max-width: 33.33%;
		flex-basis: 33.33%;
	}

	.archive .bpress-wrap {
		padding: 0;
	}

	.help_tabs_section {
		padding: 0px 0 0px;
	}

	.help_policies_section,
	.help_contact_section {
		/* padding: 50px 0; */
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.help__head {
		margin-bottom: 35px;
	}

	.help_tabs_sec ul.helptab-ul {
		margin-bottom: 32px;
	}

	.archive .bpress-searchbar-wrap {
		border-radius: 0;
		bottom: -60px !important;
	}

	.archive .bpress-page-header.section-help {
		padding-left: 0;
		padding-right: 0;
	}

	.bpress-page-header {
		padding-top: 40px;
	}

	.archive .bpress-page-header {
		margin-bottom: 40px;
	}

	.policies_list {
		border: 1px solid #CBD2E1 !important;
		border-radius: 20px;
		padding: 34px 34px 10px;
	}
}

@media(min-width:768px) and (max-width:992px) {
	.button_block a {
		width: 48%;
	}
}


@media only screen and (max-width:767px) {

	.stay_list_sec {
		padding-inline: 18px !important;
	}

	.date_sec:after {
		height: 100%;
	}


	.single__article_banner h2 {
		font-size: 24px;
	}

	.single__article_text h2 {
		font-size: 18px;
	}

	.single__article .bpress-crumbs-wrap {
		margin-bottom: 35px !important;
	}

	.archive_with_img_part {
		margin-top: 20px;
	}

	.tax-knowledgebase_cat .bpress-search form {
		height: auto !important;
	}

	li.allpost.active {
		width: 20% !important;
	}

	li.guestpost,
	li.hostpost {
		width: 40% !important;
	}

	.tag_wrapper .bpress-heading.show-icon {
		justify-content: space-between;
	}

	.archive .bpress-heading h3 {
		display: flex;
		align-items: flex-start;
		justify-content: space-between !important;
		width: 100%;
	}

	.guests_headding {
		text-align: center;
	}

	.guests_headding:before {
		left: calc(50% - 25px) !important;
	}

	.help_policies_section {
		padding-top: 0;
	}

	.policies_list ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.policies_list {
		padding: 20px 20px 10px;
	}

	.help_contact_body:before {
		content: "";
		height: 50px;
		width: 60px;
		display: inline-block;
		background-image: url(https://www.lake.com/wp-content/uploads/2023/12/Qute.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -25px;
		left: 20px;
	}

	.help_contact_body:after {
		position: unset;
		transform: unset;
		max-width: 100%;
		height: 250px;
	}

	.help_contact_body {
		text-align: center;
		padding: 20px;
	}

	.tab_block {
		text-align: center;
		border: 1px solid #CBD2E1 !important;
		display: inline-block;
		width: 100%;
		border-radius: 0.75rem;
		padding: 0.75rem;
		margin-bottom: 0.75rem;
		height: calc(100% - 0.75rem);
		text-decoration: none;
	}

	.help__head h2 {
		font-size: 24px;
	}

	.help_accordion li a {
		font-size: 16px;
	}

	.help_tabs_sec ul.helptab-ul li a {
		font-size: 14px;
	}

	.archive .bpress-page-header h1 {
		font-size: 24px;
	}

	.archive .bpress-search-form input.bpress-search-field {
		width: 100% !important;
	}

	.archive .bpress-search-submit {
		width: 100% !important;
		position: unset;
		height: 50px;
		margin-top: 15px;
	}

	.archive .bpress-search {
		height: auto !important;
	}

	.archive .bpress-search-form input.bpress-search-field {
		padding: 15px 25px !important;
	}

	.help_tab_content .col-xs-4 {
		max-width: 50%;
		flex-basis: 50%;
	}

	.author-img {
		max-width: 200px;
		border-radius: 100% !important;
		overflow: hidden;
	}


	.author-info {
		align-items: center;
		margin: 0 !important;
	}

	.author__section {
		padding: 0 20px;
	}

	.upper-line.top-heading {
		margin-top: initial;
	}


	.tax-knowledgebase_cat .bpress-search-submit {
		right: 0px;
		padding: 0px;
		width: inherit;
	}

}
