/*Fonts Style*/
th,td,tr,ul,li,p,h1,h2,h3,h4,h5,h6,a,strong,em,input,button {
    font-family: "Microsoft Jhenghei", "Century Gothic", Arial, serif !important;
}


/*Logo Margin*/
img.header_logo.header-logo {
    margin: 0px -60px;
}

/*Mobile Logo Margin*/
@media screen and (max-width:960px){
img.header_logo.header-logo {
    margin: 0px 0px;
}
}

/* Menu Style */
.nav-spacing-xlarge>li {
    margin: 0px 10px;
}
a.nav-top-link {
    letter-spacing: 5px !important;
}
.nav > li > a {
    font-weight: 400;
    font-size: 14px;
}
a.nav-top-link {
    color: #525252 !important;
}
a.nav-top-link:hover {
    color: #B3B5B2 !important;
}


/* 字體 */
span.menu-text,p,h1,h2,h3,h4,h5,h6 {
    font-family: Microsoft JhengHei !important;
}

/* 作品介紹 */
h1.entry-title.uppercase {
	font-size: 16px;
}
h6.uppercase.portfolio-box-title {
    font-weight: 400;
}

/* Menu social icon */
a.icon.plain.tooltip.tooltipstered {
    color: #525252;
}
a.icon.plain.tooltip.tooltipstered:hover {
    color: #B3B5B2;
}

/* Blog */
.entry-meta.uppercase.is-xsmall {
    pointer-events: none !important;
}
.badge.absolute.top.post-date.badge-square {
    display: none;
}