#logo img {
     max-width: 30%;
    vertical-align: middle;
}
#top-bar.sticky #logo img {
	max-height: 30%;
}
#top-bar.sticky #show-search input {
	max-height: 30%;
}

.widget-title {
	  color: #222;
	font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 25px;
}

#featured-area.promo-inactive {
    padding-bottom: 30px;
    border-bottom: none;
}



/*----自訂部落格分類sidebar----*/

.shan_custom_categories
{
	margin-left:50px;
}

.shan_custom_categories .list {
    margin-bottom: 30px;
}

.shan_custom_categories .main
{
    font-size: 15px;
    color: #1b1b1b;
    padding-bottom: 1px;
    border-bottom: 2px solid #9ab08d;
}

.shan_custom_categories .sub
{
	margin-top:10px;
	margin-left:20px;

}

.shan_custom_categories .sub a
{
	font-size:14px;
	color:#505050;

}

.shan_custom_categories .main a:hover {
	text-decoration:none;
	color:#9ab08d;
}


/*----post下方的相關文章----*/
#jp-relatedposts h3.jp-relatedposts-headline {
    margin: 0 0 20px 0;
    display: inline-block;
    float: left;
    font-size: 9pt;
    font-weight: 700;
    font-family: inherit;
}

.tcb-gallery-overlay .tcb-nav-close {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    border-radius: 50px;
    background: none;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: -35px;
    right: 3px;
    text-decoration: none;
    width: 32px;
    text-align: center;
    border: 0;
    padding: 0;
    outline: 0;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
    display: block;
    max-width: 90%;
    overflow: inherit;
    text-overflow: ellipsis;
}


#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    -moz-opacity: 1;
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid;
    border-radius: 20px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100%;
    margin: 0 0 1.4em;

}

/*----網站上方社交icon----*/
#top-social a {
    color: #111;
    margin-right: 20px;
    font-size: 18px;
}

/*----mobile上選單選項----*/

.slicknav_nav a {
    padding: 0 0 0 20px;
    border-bottom: 1px solid;
    border-color: #eee;
    margin: 0;
    text-decoration: none;
    color: #222;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: left;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    color: #bbb;
    margin: 0 20px 0 0.4em;
    float: right;
    color: #9ab08d;
    font-size: 12px;
}


/*----桌板上選單選項----*/
#top-bar #navigation #nav-wrapper ul.menu ul a, #top-bar #navigation #nav-wrapper .menu ul ul a {
	font-size: 13px;
	color: #444;
}


#nav-wrapper .menu li a {
	font-size: 13px;
}

#nav-wrapper .menu li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f078";
    margin-left: 7px;
    color: #9ab08d;
    font-size: 10px;
}

#nav-wrapper .menu li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}


/*----標籤雲小插件----*/
.st-tag-cloud a {
    margin-right: 10px;
    /* border-right: 1px solid; */
    /* padding: 1px 10px 1px 10px; */
    line-height: 25px;
	  color: #2d2d2d;
}




/*----blog圖片說明文字置中----*/
.tve_image_caption .wp-caption-text {
    margin: 0;
    font-size: 14px;
    color: #696969;
    padding: 5px 0 0 0;
    max-width: 100%;
    text-align: center;
}


/*----blog sidebar左邊間距----*/
.sp-col-12, .sp-col-11, .sp-col-10, .sp-col-9, .sp-col-8, .sp-col-7, .sp-col-6, .sp-col-5, .sp-col-4, .sp-col-3, .sp-col-2, .sp-col-1, #main {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

#sidebar {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}


/*----blog zoom lightbox 圖片放大----*/
/*--TVC單圖--*/
#tve_zoom_lightbox {
    position: fixed;
    background: none;
    z-index: 1000050;
    top: 50%;
    left: 50%;
    padding: 0px;
    border-radius: none;
    height: auto;
}


.tve_close_lb {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -25px;
    color: #FFF;
    background: none;
    height: 25px;
    width: 25px;
    /* border-radius: 16px; */
    font-size: 12px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    -o-transition: none;
    transition: none;
    transition: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*--TVC gallery--*/
.tcb-gallery-overlay .tve-g-image-wrapper img {
    -webkit-box-shadow: 0 0 22px -2px rgb(0 0 0 / 75%);
    box-shadow: 0 0 22px -2px rgb(0 0 0 / 75%);
    display: block;
    max-height: calc(100vh - 120px);
    max-width:100%;
	object-fit:contain;
}





/*--文章下方標籤按鈕-*/
.widget .tagcloud a, .post-tags a {
    font-size: 12px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: none;
    color: #9ab08d;
    border: 1px solid;
    border-color: #9ab08d;
    border-radius: 20px;
    padding: 2px 10px 2px 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}




/*--部落格內文重點標示--*/
.arc_post_p strong {

    text-decoration: underline;
    /* text-decoration-style: revert; */
    text-decoration-color: #ebdad3;
    border-bottom: 20px;
    padding-bottom: 20px;
    text-decoration-thickness: 2px;
}


/*--部落格內文重點文字標示2--*/
.arc_post_blockquote {
	 font-family: 'Noto Serif TC';
    font-weight: 500;

}


/*--部落格內文手機上刊頭圖片高度--*/
@media only screen and (min-width: 100px) and (max-width: 479px)
.post-img-full {
    height: 200px;
}


/*--部落格內文標題文字--*/
.post-header h2 a, .post-header h1 {
    color: #1e1e1e;
    font-size: 28px;
    font-weight: 450;
    font-style: italic;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}

/*--部落格摘要文字--*/
.post-entry.is-excerpt {
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
    color: #333;
}


/*--首頁滑塊標題文字--*/
.feat-overlay h2 a {
    color: #1e1e1e;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
}


/*--首頁滑塊摘要文字--*/
.feat-overlay p {
    margin-bottom: 26px;
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
}

/*--訪客留言--*/
#respond label {
    color: #888;
    width: 100px;
    font-size: 13px;
    display: inline-block;
    font-weight: 300;
    font-style: italic;
}


/*--文章訂閱按鈕--*/
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.2em + 2px) calc(1.333em + 2px);
    margin-top: 20px;
    font-size: 1.125em;
}