/* blog 卡片裡的 comment 拿掉 */
.comments-link{
	display:none;
}
/* 主選單間隔 */
.navbar-default .bwp-navigation ul.menu > li.level-0 {
    padding-left: 24px; 
}
/* 單篇文章裡的soical連結拿掉 */
.post-content-entry {
    display: none;
}

/* 固定menu */
.elementor-48307 {
	position:sticky;
	top:0px;
	left:0px;
	background:#FFFFFFEE;
	z-index:1000;

}

/*取消固定移動裝置menu */
@media(max-width: 1024px) {
	.elementor-48307 {
	position:relative
	}
}

/*首頁下面選單最寬度*/
.elementor-element-c89299e {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;

}

/*漢堡選單鍵*/
.elementskit-menu-hamburger-icon{
	height:2px !important;
	margin:1px 0;
	border-radius:2px;
}
.elementskit-menu-close {
	margin-top:30px !important;
}

/* search 框 從 345px -> 200px */
.bwp-header .header-search-form .search-from{
	min-width: 200px !important; 
}
/* h1~h6 */
/* h1{
	font-size: 5rem;
}
h2{
	font-size: 4.5rem;
}
h3{
	font-size: 4rem;
}
h4{
	font-size: 3.5rem;
}
h5{
	font-size: 3rem;
}
h6{
	font-size: 2.5rem;
} */
