/*
您可以在此加入您的 CSS。

點選上方的協助圖示以取得更多資訊。
*/


.post-thumbnail:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.entry-content p {
    font-size: 15px !important;
}

#sharebar {
    float: none;
    z-index: 0;
    text-align: center;
    position: relative;
}
 
#sharebar .share-box {
    display: inline;
    margin-left: 5px;
}

#sharebar-block {
    display: none;
}

@media screen and (min-width: 1250px) {
    #sharebar {
        float: left;
        bottom: 45%;
        height: auto;
        width: auto;
        margin-top: 10%;
        padding-top: 10px;
        text-align: center;
        z-index:9999;
    }

    #sharebar .share-box {
        margin-bottom: 10px;
        display: block;
    }

    .move-fixed {
        position: fixed !important;
        bottom: 0% !important;
        top: 5% !important;
    }

    #sharebar-block {
        display: block;
        float: left;
        clear: both;
        min-width: 50px;
        margin-top: 10%;
        margin-left: 15%;
        padding-top: 10px;
	      height: 250px;
    }
}

div.menu_list {
    border-style: dashed;
    border-width: 2px;
    border-color: lightblue;
    border-radius: 25px;
    background-color: lightyellow;
    margin: 10px 0 10px 0;
    width: 50%;
}

div.menu_list p.title {
    font-size: 14pt !important;
    color: #f20f90;
    font-weight: bold;
    padding: 10px 0 0 15px;
}

div.menu_list ul.list {
    padding-left: 35px;
}

div.menu_list ul.list li a {
    color: rebeccapurple;
}

.social-media {
    display: flex;
}

.social-media .media-link {
    width: 33.3%;
    padding-bottom: 3.5%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.social-media p.followme {
    background: #8a5f9e url(https://image.lanlan.tw/followme.png) no-repeat center center;
    margin: 0;
    width: 99.9%;
    padding-bottom: 5.5%;
		background-size: contain;
}

.social-media a.line {
    background: #57d728 url(https://image.lanlan.tw/line.png) no-repeat center center;
		background-size: contain;
}

.social-media a.facebook {
    background: #3b5998 url(https://image.lanlan.tw/facebook.png) no-repeat center center;
		background-size: contain;
}

.social-media a.instagram {
    background: #c9367f url(https://image.lanlan.tw/instagram.png) no-repeat center center;
		background-size: contain;
}