.post-meta {
	display: none;
}

.entry-headr {
	display: inherit;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-family: var(--font-headings, "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
	font-weight: 700;
	clear: both;
	letter-spacing: .02em;
}

h1,.h1 {
	font-size: 2.3rem;
	letter-spacing: normal;
	line-height: 1.125;
}

h2,.h2 {
	font-size: 2.2rem;
	letter-spacing: normal;
	line-height: 1.125;
}

h3,.h3 {
	font-size: 1.3rem;
	letter-spacing: normal;
	line-height: 1.25;
}

h4,.h4 {
	font-size: 1.1rem;
	line-height: 1.25;
	font-weight: normal;
}

h5,.h5 {
	font-size: 1.02rem;
	line-height: 1.25;
	font-weight: normal;
}

h6,.h6 {
	font-size: 1.01rem;
	line-height: 1.25;
	font-weight: normal;
}

.entry-title {
	font-size: 2rem;
}

.main-navigation a {
	font-size: 1rem;
}

.wp-block-latest-posts>li>a {
	font-size: .9rem;
	font-weight: 400;
}

#jp-post-flair {
	display: none;
}

.site-title {
	display: none;
}

.site-header {
	padding: 1em;
}

.site-branding {
	margin: 0 auto .8em;
}

.gapimg {
	margin: 3em 0;
}

.page .no-thumbnail .entry-title:after {
	background: linear-gradient(90deg,#D1E153,#F5E07D);
	content: "";
	display: block;
	height: 6px;
	margin: 25px 0;
	width: 60px;
	margin: .5em auto 0;
}

/*footer相關*/
#pages-3 .widget-title {
	display: none;
}

.site-footer {
	background: #ffffff;
	color: #ffffff;
}

.site-info {
	color: #ffffff;
}

#secondary .widget a {
	color: #ffffff;
	font-size: .9em;
}

.card-link {
	border: 2px solid #acb442;
	border-radius: 30px;
	background-color: #f9faeb;
	filter: drop-shadow(0px 5px 9px rgba(172,180,66,0.3));
}

.card-link:hover {
	border: 2px solid #acb442;
	background-color: #ffffff;
	filter: drop-shadow(0px 14px 9px rgba(172,180,66,0.3));
	transform: translateY(-8px);
	transition: .3s ease-in-out;
}

.glow {
	filter: drop-shadow(2px 2px 6px rgba(255,255,255,0.8));
}

.project-card {
	padding: 1em !important;
	margin: 1em;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
	background: #ffffff;
}

.chinalife td {
	background: rgb(255, 251, 224 0.6);
	border: 1px solid #ffffff;
	line-height: 5em;
}

.wp-block-latest-posts>li>a {
	font-size: 1.3rem;
}

.wpnbha.is-grid article {
	margin-bottom: 1.5em;
}

/** PROGRSEE BAR**/
.meter {
	height: 30px;
	position: relative;
	background: #f3efe6;
	border-radius: 3px;
	overflow: hidden;
	margin: 5px 0;
}

.meter span {
	display: block;
	height: 100%;
}

.progress {
	-webkit-animation: progressBar 3s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar 3s ease-in-out;
	-moz-animation-fill-mode: both;
}

.pg-green {
	background-color: #5db873;
}

.pg-orange {
	background-color: #fd761f;
}

.pg-yellow {
	background-color: #fabd52;
}

@-webkit-keyframes progressBar {
	0% {
		width: 0;
	}
	
	100% {
		width: 100%;
	}
}

@-moz-keyframes progressBar {
	0% {
		width: 0;
	}
	
	100% {
		width: 100%;
	}
}

.pg-text {
	margin: 0 5px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	text-align: right;
}

.entry-footer {
	display: none;
}	
}

.wp-block-latest-posts>li>a {
	font-size: .9rem;
}