/* 右下角的icon */
#bitnami-banner{
	display:none;
}
/* head logo */
#main-head .title img{
	max-height: 64px;
}
#main-head .title{
    padding:32px;
}
/* navbar */
.navigation.below .menu{
	font-size: 1rem;
}
.menu-main{
	padding:10px;
}
.mobile-nav{
	font-size:24px;
}
.main-head.nav-below .top-bar-content{
	line-height:48px;
	height:48px;
}
.search-action .search-submit{
	font-size:24px;
}
@media (min-width: 940px){
	.main-head.nav-below .top-bar-content{
 		display:none;
	}
	.top-bar{
 		display:none;
	}
}
@media (max-width: 940px){
	.nav-below-b .social-icons {
    display: none;
	}	
}

/* 改預設的post list */
.grid-post-b .read-more-btn {
	font-size: 14px;
	color:#318892;
	border-radius:2px;
	border-color:#318892;
	padding:10px 32px;
}
.grid-post-b .read-more-btn:hover{
	color:white;
	border-color:#318892;
	background-color:#318892;
}

/* footer 的排版*/
.upper-footer .wrap .widgets{
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	justify-content:center;
}

.upper-footer .widget-title {
	color:#ffffff;
	opacity:0.5;
	letter-spacing:6px;
	margin-bottom:3rem;
	border:none;
}
.upper-footer .post-title {
	color:white;
}
.upper-footer .post{
	margin-bottom:1rem;
}

.lower-footer .copyright{
	float:right;
	margin:0;
	text-align:right;
	max-width: 107px;
}
.lower-footer{
	background-color:#318892;
	color:white;
	display:flex;
	border-top:0.5px white solid;
}
.lower-footer img{
	margin:7px 0 0 0;
}
.lower-footer .copyright a{
	color:white;
}
@media (max-width: 940px){
	.lower-footer .wrap{
		display:flex;
		flex-direction:column;
    }
	.lower-footer .copyright{
		display:inline-block;
		text-align: left;
		float: none;
    max-width: none;
	}
	.lower-footer img{
		margin-bottom:2rem;
		position: static;
	}
}

#custom_html-9,#custom_html-10,#custom_html-8{
	width:70%;
}
#nav_menu-6,#custom_html-3,
#nav_menu-8,#custom_html-7,
#nav_menu-7,#custom_html-6{
	width:auto;
}
@media (max-width: 940px){
    #custom_html-9,#nav_menu-6,
    #custom_html-3,
	#custom_html-10,
    #nav_menu-8,#custom_html-7,
    #custom_html-8,#nav_menu-7,#custom_html-6{
	    width:100%;
    }
}
@media (max-width:540px){
    #custom_html-3 .widget-title,
    #custom_html-6 .widget-title,
    #custom_html-7 .widget-title{
		display:none;
	}
	#custom_html-3,#custom_html-6,#custom_html-7{
		margin:0;
	}
}

/* footer的MeNews */
.widget_nav_menu ul{
	margin-top:0;
}
.menu .menu-item{
	border:none;
}
.menu .menu-item a{
	color:white;
}
.menu .menu-item a:hover{
	color:white;
	opacity:0.6;
}
/* 分類的背景 */
.archive-head{
    background-image:url("https://menews.info/wp-content/uploads/2018/12/生活＿2.png");
}
.archive-head .title {
	text-transform:none;
}
.tag-share .post-tags a{
	text-transform:none;
}

.tagcloud a{
	text-transform:none;
}
.author-box .author > a{
	text-transform:none;
}
.main-pagination .load-button{
	background: #31889233;
	color: #006975;	
	border:none;
}
.main-pagination .load-button:hover{
	background: #318892;
	color: #f5f6f7;
}
.post-meta{
	text-transform:none;
}
.post-top .post-share-b{
	display:none;
}
.tag-share .post-tags {
	float: none;
	margin-bottom: 16px;
	max-width:100%;
}
.post-share-b {
    margin-bottom: 0;
}
.meta-title .post-meta{
	text-align:center;
}
.navigation.below{
	min-height: 48px;
	height: auto;
}
.archive-head .description{
	margin-bottom:0;
	margin-top:8px;
}