.menu-caption {
	text-transform: capitalize;
}

.wp-block-heading {
	text-transform: capitalize;
}

.de_iv_adv {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	/* background-color: #F8F8F8; */
	margin: 10px 0 0px;
}

/* 底部广告位 */
.postionFixed {
	width: 100%;
	/* min-height: 60px; */
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F8F8F8;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

header {
	max-width: 1200px;
	margin: auto;
	padding-top: 10px;
}

.search-icon {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.search-form {
	position: relative;
}

.search-field {
	outline: none;
	border-right: none !important;
}

.search-icon-container {
	padding-top: 5px;
	width: auto;
	height: 100%;
}

.search-label {}

.search-form {
	padding: 0 !important;
}

.skg-member-menu div,
form {
	padding: 0 !important;
	display: flex;
	padding: 5px 20px;
	font-size: 15px;
	align-items: center;
	justify-content: end;
}

.search-icon-container {
	height: 45px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-left: none;
}

.skg-footer-list-item span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


@media screen and (max-width: 768px) {
	.separate-containers .inside-article {
		padding: 10px;
	}

	.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) {
		width: 49%;
		display: flex;
		justify-content: space-between;
	}

	.wp-show-posts-columns:not(.wp-show-posts-masonry) {
		justify-content: space-between;
	}

	.skg-member-menu {
		width: 65%;
	}

	h2 {
		font-size: 24px;
	}

	.skg-masthead {
		display: contents;
	}


}