/*
Theme Name: Chiao 2016
Theme URI:https://achang.tw
Description: HTML5 + CSS3
Version:1.0
Author: 阿腸網頁設計工作室
Author URI: https://achang.tw
Tags: light, one-columns,  html5, css3
*/
* {margin:0 auto}
a {color:#06C;text-decoration:none;outline:medium none}
a:hover {color:#1384B0;text-decoration:underline}
img {border:0}
small {font-size:12px;color:#999}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
button, input, select, textarea {margin: 0;}
blockquote ul{list-style: square;margin:0;}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.6em;
    font-family:"微軟正黑體","Microsoft JhengHei","Heiti TC","Times New Roman",Times,serif;
    clear: both;
}
h1{font-size: 2em}
h2{font-size: 1.8em}
h3{font-size: 1.6em}
h4{font-size: 1.4em}
h5{font-size: 1.2em}
h6{font-size: 1em}
p, ul, ol, dl, blockquote, table, article, article footer, nav {
    font: inherit;
    letter-spacing: 0.07em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    border: 0 none;
}
p{
    font: 13px/27px "Trebuchet MS","Lucida Grande","Lucida Sans",Arial,sans-serif;
}
.assistive-text{
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fix{display:block; clear:both;}
body {
    background: url("img/logo-border.gif") no-repeat scroll -1136px 133px transparent;
    background-color: #FFF;
    min-width: 1150px;
    color:#333;
    line-height: 1.7em;
    font: 13px "Trebuchet MS","Lucida Grande","Lucida Sans",Arial;
}

/*
 * --- Header ---
 */
#header{
    height: auto;
    width: 1150px;
    position: relative;
    z-index: 999;
}
#webname h1 a#logo{
    background: #FFF url("img/logo.png") no-repeat scroll center center;
    display: block;
    text-indent: -999em;
    height: 93px;
    width: 570px;
    padding: 60px 0 0;
    position: relative;
}
#header{
    height: 0;
    width: 1150px;
    position: relative;
    z-index: 999;
}
#webname{
    padding: 0;
    display: block;
    width: 570px;
    height: 93px;
    margin: 0 auto;
    position: absolute;
    letter-spacing: 0
}

#webname h1 a#logo{
    background: #FFF url("img/logo.png") no-repeat scroll center center;
    display: block;
    text-indent: -999em;
    height: 93px;
    width: 570px;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #CCC;
}
#webname .arrow{
    position: absolute;
    top: 0px;
    left: 567px;
    background: url("img/logo-right-line.png") no-repeat scroll 0 0 transparent;
    width: 70px;
    height: 94px;
}
.home #webname h1 a#logo{
    border: none
}
.home #webname .arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 93px 70px 0 0;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 570px;
    background: none
}
.header-wrapper{
    background-color: #FFF;
    position: relative;

}
.header-wrapper.not-front{
    height: 100px;
    width: 1150px;
}
#content.not-front{
    margin-top: 20px;
}
/*
 * --- Menus ---
 */
.sticky-menu{
    z-index: 9999;
    position: relative;
    left: 0;
    right:0;
    top: 0;
    min-width: 1150px;
    background: #000;
    width: 100%;
    transition: background 0.5s ease-in-out 0s;
}
.sticky-menu.menu-fixed{
    background: rgba(51,51,51,0.95);
    position: fixed;
}
.menu-fixed #header{
    height: 60px;
}
.menu-fixed #header #webname{
    width: auto;
    height: auto;
    margin: 0
}
.menu-fixed #header #webname h1 a#logo {
    position: absolute;
    left: 0;
    background-size: 180px;
    top: -42px;
    width: 215px;
    height: 35px;
}
.admin-bar .sticky-menu.menu-fixed{
    top: 32px
}
#achang-menu{
    padding: 5px 0;
    display: block;
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 1150px;
    right: 0;
}
#access{
    clear: both;
    display: block;
    margin: 0 auto;
    width: 100%;
}
#access ul {
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: left;
    display: block;
}
#access li {
    position: relative;
}
#access ul li{
    display: inline-block;
    vertical-align : top;
}
#access ul li:last-child{
    padding-right: 0;
}
#access ul li:last-child:before{
    display: none;
}
#access a{
    font-size: 13px;
    font-family: "微軟正黑體",Arial;
    color: #FFF;
    line-height: 15px;
    padding: 10px 15px 30px;
    text-decoration: none;
}
#access ul ul {
    background-color: #000;
    border: 1px solid #000;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 37px;
    width: 178px;
    z-index: 99999;
    text-align:left;
}
#access ul ul li:hover > ul {
     display: block;
}
#access ul ul ul {
     left: 100%;
     top: 5px;
}
#access ul ul a {
    background-color:#000;
    /*border-bottom: 1px dotted #888;*/
    color: #FFF;
    display: block;
    font-weight: normal;
    height: auto;
    line-height: 30px;
    padding: 5px 10px;
    width: 158px;
}
#access ul ul li:before{
    display: none;
}
#access ul ul li:last-child a{
    border: none;
}
#access li:hover > a {
    color: #DE7594;
}
#access ul li:hover > ul {
     display: block;
}
#access ul li.current-menu-item a,
#access ul li.current-menu-item a{
    color: #DE7594;
}
#access ul ul li.current-menu-item a{
    color: #000;
    background-color: #FFF
}
#access ul ul li.current-menu-item a{
    color: #0066CC;
    background-color: #FFF;
}
#access ul li.current-menu-parent ul li a{
    background: #FFF;
    color: #666
}
#access ul li.current-menu-item ul li a{
    background: #FFF;
    color: #000
}
#access ul ul li a:hover,
#access ul li.current-menu-item ul li a:hover{
    background: #767676;
    color: #000
}
#access ul li.current-menu-parent ul li a:hover{
    color: #DE7594;
    background-color: #000
}
#access ul li.current-menu-parent ul li.current-menu-item a{
    color: #DE7594;
}
#access ul li.current-menu-item ul li.current-menu-item a{
    color: #FFF;
}

/*
 * --- Main ---
 */
.home #content{
    margin-top: 0;
}
#content {
    margin-top: 150px;
    padding: 0;
    width: 1150px;
    margin-bottom: 50px;
}
#main{
    float: left;
    width: 800px;
    margin-bottom: 50px;
}
#main article{
    margin-top: 0;
}
#main article p{
    font-size: 15px;
}
#main .page-main img{
    max-width: 800px;
    height: auto;
}
#main article.page-single img{
    max-width: 800px;
    height: auto;
}
.page-single .tag{
    font-size: 13px;
    color: #777
}
.page-single .tag a{
    color: #777
}
.page-single h2{
    color: #eb1c7c;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 5px 0 5px 15px;
    font-size: 28px;
}
.page-single h3{
    font-size: 16px;
    font-weight: 800;
}

/* -- Blopost -- */
.blog-post{
    position: relative;
    margin: 0 auto 100px;
    overflow: hidden;
}
.blog-post .inner{
    position: relative;
    border-top: 1px solid #CCC;
    box-sizing: border-box;
    /*height: 240px;*/
    z-index: 9
}
.blog-post .inner header{
    padding: 40px 20px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
.blog-post figure{
    float: left;
    display: block;
    text-align: center;
    position: relative;
    z-index: 99;
    left: 20px;
}
.blog-post time{
    font-size: 12px;
    color: #a5a5a5;
}
.page-single .category{
    margin-top: 20px;
    display: block;
}
.page-single .category,
.page-single .category a{
    font-size: 13px;
    color: #555;
}
.blog-post .more{
    margin: 20px auto;
    text-align: center;
    color: #BABABA;
    font-size: 13px;
}
.blog-post .share-button{
    display: block;
    text-align: center;
    clear: both;
}
.blog-post .desc{
    position: relative;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    min-height: 200px;
}
.blog-post .desc .inner-desc{
    width: 260px;
    position: relative;
    line-height: 25px;
    color: #666;
    float: right;
    right: 20px;
}
.blog-post .more{
    display: block;

}
.blog-post .more a{
    background-color: #211E1F;
    font-size: 15px;
    color: #FFF;
    font-family: "微軟正黑體";
    text-decoration: none;
    padding: 10px 0;
    line-height: 22px;
    position: relative;
    width: 280px;
    display: inline-block;
    letter-spacing: 5px;
    vertical-align: middle;
    border: 1px solid #000;
    right: -20px;
    transition: all 0.5s ease 0s;
}
.blog-post .more a:hover{
    background-color: #555;
}
.page-main span.post-date,
.page-single span.post-date {
    display: block;
    position: relative;
    font-size: 13px;
}

/* -- Page Main -- */
.page-main{
    clear: both;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    position: relative;
    margin-bottom: 35px
}
.page-main h1{
    color: #000;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.7em;
}
.page-main h1 a{
    color: #000;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.7em;
    text-decoration: none;
}
.page-single h1{
    color: #000;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.7em;
}
.page-single header{
    padding-bottom: 5px;
    text-align: center;
    position: relative;
}
.page-main .blog-post h1 a:hover{
    text-decoration: none;
    color: #DBDBDB
}
.post-metas{
    position: relative;
    color: #888;
    font-size: 13px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
}
.post-metas .category{
    text-align: left;
    padding: 0 10px;
}
.post-metas span{
    display: inline-block;
    padding-right: 20px;
}
.post-metas .icon-calendar:before,
.post-metas .icon-folder-open:before{
    padding-right: 10px
}

/*
* --- Pagination ---
*/
.pagination{
    border: 2px solid #211E1F;
    text-align: center;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 15px 5px
}
#comments h2.screen-reader-text,
.pagination h2.screen-reader-text{
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.pagination .prev{
    margin-right:5px
}
.pagination a{
    /*background-color: #e5e5e5;*/
    padding:5px 10px;
    text-decoration:none;
    color:#555;
    display: inline-block;
    box-sizing: border-box;
    /*border:1px solid #e5e5e5*/
}
.pagination a.current{
    padding: 5px 10px;
    font-weight:bold;
    text-decoration: none;
    border: 1px solid #222;
    color: #454545;
}
.pagination .current{
    background: #767676;
    padding: 5px 10px;
    color: #FFF;
}
.pagination a:hover{
    background: #767676;
    /*border: 1px solid #333;*/
    color: #FFF;
}
.post_nav span.num{
    border: 1px solid #F7AF4F;
    padding: 5px 10px;
    color: #3A332F
}
.post_nav a span.num{
    border: none;
    padding: 0;
    color: #333
}

/* -- Single Prev Next -- */
#next-prev-posts{
    clear: both;
    margin-bottom: 0;
    margin-top: 50px;
    overflow: hidden;
}
.np-post{
    position: relative;
    width: 390px;
    height: 214px;
    padding: 0;
    margin: 0 0 20px 0;
}
.np-post.item-1{
    float: left;
}
.np-post.item-2{
    float: right;
}
.np-post figure{
    position: relative;
    display: block;
    text-align: left;
    width: 390px;
    height: 214px;
    float: left;
    transition: all 0.5s ease 0s;
}
.np-post figure a{
    display: block;
    line-height: 1;
}
.np-post h4 a{
    background-color: rgba(233, 233, 233, 0.6);
    display: table;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.np-post h4 a:hover{
    opacity: 0;
    text-decoration: none
}
.np-post h4,
.np-post h4 a{
    font-size: 16px;
    text-align: center;
    color: #FFF
}
.np-post .inner-wrap{
    color: #fff;
    display: table-cell;
    font:500 16px/28px "微軟正黑體",Arial;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    vertical-align: middle;
}
.np-post .inner-wrap .title{
    width: 300px;
    display: block;
}
.np-post .no-img{
    width: 390px;
    height: 214px;
    display: block;
    background-color: #EEE;
}

/*
 * --- Next Prev Posts ---
 */
#next-prev-post-arrow{
    height: 170px;
    overflow: hidden;
    position: relative;
    top: -20px;
}
#next-prev-post-arrow ul{
    list-style: none;
    padding: 0;
    max-height: 0
}
#next-prev-post-arrow ul li{
    width: 45%;
    position: relative;
}
#next-prev-post-arrow ul li a{
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    color: #929292;
    display: block;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}
#next-prev-post-arrow ul li span.link{
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    overflow: hidden;
}
#next-prev-post-arrow ul li.prev-post span.link{
    position: absolute;
    left: 0;
}
#next-prev-post-arrow ul li.next-post span.link{
    position: absolute;
    right: 0
}
#next-prev-post-arrow ul li:hover a,
#next-prev-post-arrow ul li a span:hover{
    color: #00BFBF;
}
#next-prev-post-arrow ul li.prev-post{
    float: left;
}
#next-prev-post-arrow ul li.prev-post:before{
    font-size: 36px;
    left: 10px;
    position: relative;
    top: 70px;
}
#next-prev-post-arrow ul li.next-post:before {
    font-size: 36px;
    position: relative;
    top: 70px;
    right: -340px
}
#next-prev-post-arrow ul li.next-post{
    float: right;
}
#next-prev-post-arrow ul li.prev-post a{
    padding-left: 50px;
}
#next-prev-post-arrow ul li.next-post a{
    padding-right: 50px;
    text-align: right;
}
#next-prev-post-arrow ul li i{
    font-size: 55px;
}
#next-prev-post-arrow ul li span.pt{
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 22px;
}
#next-prev-post-arrow ul li span.pt.pn{
    text-align: right;
    padding-right: 50px;
}
#next-prev-post-arrow ul li span.pt.pp{
    text-align: left;
    padding-left: 50px;
}
#next-prev-post-arrow ul li a span
{
    display: block;
    width: 280px;
    color: #7F7A76;
    height: 50px;
    overflow: hidden;
}
#next-prev-post-arrow ul li.prev a span{
    float: right;
}
#next-prev-post-arrow ul li.next a span{
    float: left;
}

/*
 * --- Sidebar ---
 */
#sidebar {
    float: right;
    letter-spacing: 1px;
    line-height: 145%;
    width: 300px;
}
.widget a {
    color: #4C3B37;
    line-height: 22px;
    transition: all 0.5s ease 0s;
}
.widget a:hover{
    text-decoration: none;
    color: #66327C
}
.widget{
    display: block;
    line-height: 1.7em;
    width: 300px;
    margin-bottom: 50px;
}
.widget h3{
    color: #000;
    font: 18px "微軟正黑體","Trebuchet MS","Lucida Grande","Lucida Sans",Arial;
    overflow: hidden;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #CCC;
    width: auto;
    font-variant: small-caps;
}
.widget ul {
    padding: 0px;
}
.widget ul li {
    color: #666;
    font-size: 13px;
    line-height: 2.2em;
    list-style: none;
    border-bottom: 1px dashed #D6D6D6;
    padding: 3px 0;
}
.widget ul.children{
    border-top: 1px dashed #D6D6D6;
    margin-top: 0;
    margin-bottom: 0;
}
.widget ul li ul{
    padding-left: 10px;
}
.widget ul ul li:last-child{
    border-bottom: none;
}
.widget.widget_archive{
    text-align: left;
}
.widget.widget_archive label{
    display: none;
}
 .widget.widget_archive select {
    background-color: #ffffff;
    border: 1px solid #666;
    border-radius: 3px;
    font-size: 13px;
    line-height: 13px;
    padding: 5px;
    margin: 0 10px 10px 10px
}
.widget .textwidget p{
    margin-top: 0;
    margin-bottom: 5px;
}
.widget .textwidget,
.widget .achang_jvc{
    color: #666;
    padding: 0;
}
.widget .textwidget a{
    color: #666;
    text-decoration: underline;
}
.widget .textwidget a:hover{
    text-decoration:none;
}
.widget.wpdt-categories{
    font-size: 13px;
}
.widget.avatar img{
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
}
.widget.avatar .name{
    font-family: "微軟正黑體";
    font-size: 20px;
    line-height: 25px;
}
.widget.avatar p{
    margin: 0 auto 5px;
    font-size: 13px;
}



/*
 * --- Video List ---
 */
.post-type-archive-video .page-main h1,
.tax-video_category .page-main h1{
    text-align: center;
}
.video-list{
    width: 100%;
}
.video-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.video-list ul li{
    display: inline-block;
    width: 367px;
    height: 275px;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}
.video-list ul li.item-3{
    margin-right: 0;
}
.video-list ul li .img span.v-img.type-v{
    display: table-cell;
    vertical-align: middle;
    width: 367px;
    background: #000;
    height: 275px;
}
.video-list ul li .img span.v-img.type-v img{
    width: 367px;
    height: auto
}
.video-list ul li .img a{}
.video-list ul li .img a img{
    width: 367px;
    height: 275px
}
.video-list ul li .title{
    background: rgba(240, 240, 240, 0.8);
    display: block;
    height: 275px;
    width: 367px;
    transition: all 0.5s ease-in-out 0s;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 9;
    text-align: center;
}
.video-list ul li .title a{
    height: 275px;
    width: 367px;
    display: table;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 22px;
    font-family: "微軟正黑體",Arial;
}
.video-list ul li .title a span.i{
    display: block;
    line-height: 35px;
}
.video-list ul li .title .inner {
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    font-family: "微軟正黑體","Microsoft JhengHei";
}
.video-list ul li:hover .title{
    opacity: 1
}


.video-categories{
    margin-bottom: 40px;
}
.video-categories ul{
    display: block;
    text-align: center;
}
.video-categories ul li{
    display: inline-block;
    text-align: center;
}
.video-categories ul li a{
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    padding: 0 5px;
    color: #05C0C0;
    font-family: "微軟正黑體";
}
.video-categories ul li a:hover{
    color: #666
}
.video-categories ul li:after{
    content: " | ";
    color: #333
}
.video-categories ul li:last-child:after{
    display: none;
}

.the-lastest-video{
    margin-bottom: 50px;
}



/*
 * --- Comments ---
 */
.achang-comments{
    padding-top: 20px;
}
.achang-comments h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 0;
    margin-bottom: 15px;
}
.achang-comments .achang-fb{
    padding: 0 0 20px;
    margin-bottom: 50px;
}
.achang-fb h4{
    border-bottom: 1px solid #5677aa;
}
.achang-fb h4 span.t{
    background-color: #5677aa;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
}
.achang-wp{
    margin-bottom: 120px;
}
.achang-wp h4{
    border-bottom: 1px solid #333;
}
.achang-wp h4 span.t{
    background-color: #333;
    color: #fff;
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
}
.comments-area {
    background-color: transparent;
    padding: 0;
}

.comments-area > :last-child {
    margin-bottom: 0;
}

.comment-list + .comment-respond {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
    font-family: "微軟正黑體","Noto Serif", serif;
    font-size: 22px;
    line-height: 1.3333;
}

.comments-title {
    margin-bottom: 1.3333em;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.8em;
}

.comment-author {
    color: rgba(51, 51, 51, 0.7);
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 0.5em;
}
.comment-author .avatar {
    height: 56px;
    margin-right: 1.6842em;
    top: 3px;
    width: 56px;
    border-radius: 50%;
    float: left;
}
.comment-metadata,
.pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
    border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
    text-decoration: none;
}

.comment-metadata {
    margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 13px;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
    text-decoration: none;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}
.bypostauthor > article .fn::after{
    content: "\e607";
    left: 3px;
    position: relative;
    top: 2px;
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    color: #55423C
}
.bypostauthor > article .fn a{
    text-decoration: none;
}
.comment-form {
    padding-top: 1.6em;
}

.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 2em;
}

.logged-in-as a{
    color: #333;
    text-decoration: none;
}
.logged-in-as a:hover {
    border-bottom: 1px solid #333;
}

.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    padding-top: 1.6em;
}

.comment-navigation + .no-comments {
    border-top: 0;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #c0392b;
}

.comment-reply-title small {
    font-size: 100%;
}
.comment-reply-title small a:before {
    content: "\e608";
    font-size: inherit;
    position: relative;
    top: -3px;
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
    text-decoration: none;
    color: #000
}
.comment-reply-title small a:hover{
    color: #666
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
    width: 100%;
}

/* Social */
.socials{
    width: 1150px;
    text-align: center;
    padding: 80px 0 0;
    overflow: hidden;
}
.socials a span:before{
    font-size: 18px;
    text-decoration: none;
}
.socials a:hover{
    color: #AAA;
}
.socials a span.icon-facebook:before{
    top: 0;
    position: relative;
    font-size: 22px;
    font-weight: 800;
}
.socials a{
    color: #000;
    display: inline-block;
    padding-left:15px;
    padding-right:15px;
    text-decoration: none;
}
.socials a:hover{
    text-decoration: none;
}
.socials a span.lb{
    background: url("img/lookbook.gif") no-repeat scroll 0 0 transparent;
    width: 33px;
    height: 17px;
    display: block;
}
.socials a span.lb:hover{
    opacity: .3
}
.sticky-menu .socials{
    position: absolute;
    right: 0;
    top: 8px;
    text-align: right;
    padding: 0;
    width: 300px;
}
.sticky-menu .socials a span.lb{
    background: url("img/lookbook-header.png") no-repeat scroll 0 0 transparent;
}
.sticky-menu .socials a span.lb:hover{
    opacity: .6
}
.sticky-menu .socials a span:before{
    color: #FFF
}
.sticky-menu .socials a{
    padding-left: 5px;
    padding-right: 5px;
}
.socials a span:hover{
    opacity: .7
}
/*
 * --- FOOTER ---
 */
#footer {
    background-color: #F0F0F0;
    clear: both;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 0 ;
    position: relative;
}
#foot-inner{
    width: 1150px;
    color: #777676;
    line-height: 1.7em;
    position: relative;
}
#foot-inner a{
    color: #777676;
}
#foot-inner a:hover{
    color: #777676;
    text-decoration: underline;
}
#foot-inner #copyright{
    text-align: center;
    padding: 20px 0 30px
}
#copyright span{
    font-family: Arial;
    font-size: 13px;
    text-align: center;
}

#copyright .title{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
#copyright span.info{
    padding-right: 20px;
}

/*
 * --- Search ---
 */
#searchform{
    float: right;
    height: 50px;
    width: 130px;
    position: relative;
    top: 10px;
}
#searchform input[type="text"] {
    background-color: #FFF;
    border: 1px solid #CCC;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 5px 0 5px 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 98;
}
#searchform button {
    color: #3C3C34;
    background: #FFF;
    border: medium none;
    cursor: pointer;
    font-size: 15px;
    margin-top: -21px;
    padding-top: 3px;
    position: absolute;
    right: 2px;
    top: 30px;
    width: 40px;
    z-index: 99;
}
#searchform input {
    font-size: 12px;
    outline: medium none;
    width: 100%;
}
/* -- Sidebar social -- */
.widget .social-images a{

}
.widget .social-images a:hover{

}
.widget .social-images a span{
    background-repeat: no-repeat;
    width: 300px;
    height: 60px;
    display: block;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 5px;
    background-image: url("img/sidebar-social-img.png");
}
.widget .social-images a span.img-we{background-position: -300px 0}
.widget .social-images a span.img-yk:hover {background-position: 0 -420px}
.widget .social-images a span.img-yk{background-position: 0 -360px}
.widget .social-images a span.img-u2:hover {background-position: -300px -180px}
.widget .social-images a span.img-u2{background-position: -300px -120px}
.widget .social-images a span.img-fb:hover {background-position: -300px -60px}
.widget .social-images a span.img-fb{background-position: 0 -120px}
.widget .social-images a span.img-ig:hover {background-position: 0 -60px}
.widget .social-images a span.img-ig{background-position: 0 0}
.widget .social-images a span.img-lb:hover {background-position: 0 -300px}
.widget .social-images a span.img-lb{background-position: 0 -240px}
.widget .social-images a span.img-we:hover {background-position: 0 -180px}

/* -- Sidebar Search -- */
.widget.widget_search #searchform{
    float: none;
    width: 300px
}
.widget.widget_search .search-box{
    width: 100%;
}
.widget.widget_search #searchform#searchform input[type="text"]{
    width: 300px
}

/*
 * --- Float Box ---
 */
.fbbox{

    background: url("img/fbox.png") no-repeat scroll left center transparent !important;
    display: block;
    float: right;
    height: 215px;
    padding: 0 0 0 52px;
    width: 240px;
    z-index: 99999;
    position: fixed;
    right: -250px;
    top: 30%;
}
.fbbox div{
    margin-left: -7px;
    border:none;
    position:relative;
    display:block;}
.fbbox div.fb-like-box{
    background-color: #FFF;
    height: 100%
}


/*
 * --- Float Share ---
 */
#share-box {
    clear: both;
    height: 75px;
    padding: 15px 0 0;
}
#share-box .sn {
    float: left;
    padding: 5px;
    width: 65px
}
@media screen and (min-width: 1300px) {
    #share-box {
        background-color: #fff;
        border-radius: 5px 0 0 5px;
        float: left;
        height: auto;
        margin-left: -80px;
        margin-top: 0;
        padding-top: 8px;
        position: absolute;
        text-align: center;
        width: auto;
        z-index: 999;
    }
    #share-box .sn {
        float: left;
        clear: left;
        padding: 5px;
        width: 70px
    }
    #share-box .sn.we{
      padding-bottom: 10px;
      overflow: hidden;
      width: auto;
      padding-top: 0;
    }
    .move_top{
        position: fixed !important;
        top: 100px !important;
    }
}


/*
 * --- ERROR PAGE ---
 */
#archive-list{
    padding-bottom: 25px;
    padding-left: 15px;
}
#archive-list ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
}
#archive-list ul li{
    display: block;
    float: left;
    font-size: 13px;
    margin-right: 25px;
    padding: 8px 0 8px 10px;
    text-align: left;
    width: 147px;
    color: #666
}
#archive-list ul li a{
    color: #666;
    text-decoration: none;
}
#archive-list ul li a:hover{
    color: #00BFBF;
}

/*
 * Jetpack Subcribe
 */
.widget #subscribe-text{
    padding: 0;
    color: #959595

}
.widget #subscribe-text p{
    font-size: 13px;
    line-height: 22px;
}
.widget #subscribe-email{
    float: left;
    margin: 0;
    padding: 0;
}
.widget #subscribe-email input{
    border-radius: 0;
    font-size: 13px;
    width: 220px;
    padding: 6px 10px;
    background: #FFF;
    margin-right: 15px;
    color: rgba(51, 51, 51, 0.7)
}
.widget.jetpack_subscription_widget{
    overflow: hidden;
}
.widget #subscribe-submit input[type="submit"]{
    font-size: 13px;
    float: left;
}

/*
 * Fix Jetpack
 */
#main #jp-relatedposts{
    display: block;
    padding: 5px 0 0;
    margin-top: 50px;
}
#main #jp-relatedposts h3.jp-relatedposts-headline em{
    font-weight: normal;
    font-family: "微軟正黑體",Arial;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1em;
}
#main #jp-relatedposts .jp-relatedposts-post-title{
    margin-top: 5px;
}
#main #jp-relatedposts .jp-relatedposts-post-title a {
    font-family: "微軟正黑體",Arial;
    text-decoration: none;
}
#main .jp-relatedposts-post-context{
    display: none
}
#main #jp-relatedposts h3.jp-relatedposts-headline em:before{
    display: none
}
#main .sharedaddy ul{
    text-align: center;
    padding-top: 20px;
}

/*
 * --- HTML ---
 */
input, textarea {
    margin: 0;
    background-color: #f7f7f7;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #000;
    color: rgba(51, 51, 51, 0.7);
    border-radius: 3px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.4;
    outline: medium none;
    padding: 6px;
    margin-bottom:10px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 0.375em;
    width: 100%;
    box-sizing: border-box;
}
input[type="submit"]{
    background-color: #333;
    border: medium none;
    font-size: 15px;
    margin: 0;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}
blockquote{
    background-color: #EEE;
    border: 1px dashed #AAA;
    color: #000000;
    padding: 0 1em;
}
pre {
    border: 1px solid #CCC;color:#333;
    display:block;
    font:13px/120% Courier New;
    overflow:auto;
    padding:10px 10px 10px 21px;
    width:93%;
    margin: 15px 0;
}
table {
    width: 100%;
    font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Arial,sans-serif;
    border-collapse: collapse;
}
table td, table th {
}
table tr,
table td{
    border: 1px solid #CCC;
}
table th {
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans",Arial,sans-serif;
    text-align: left;
    line-height: 1.3em;
    font-size: 15px;
}
table td {
    font-size: 15px;
    padding: 4px 7px 2px;
    vertical-align: middle;
    border: 1px solid #CCC;
}
fieldset{
    border-color: #CCC;
}
fieldset legend{
    font-weight: 800
}

/*
 * AD
 */
.single-top,
.single-mid,
.single-btm{
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}

/*
 * flexslider
 */
#achang-sliders{
    width: 100%;
    height: 714px;
    background: url("img/sliderbg.gif") no-repeat scroll center -50px transparent;
}
.flexslider{
    overflow: hidden;
    width: 1150px;
    border: none;
    border-radius: 0;
    margin:  0 auto;
}
#achang-sliders .flex-control-nav {
    bottom: 15px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
#achang-sliders .flex-control-nav a{
    background-color: #FFF;
    box-shadow: none;
    height: 15px;
    width: 15px
}
#achang-sliders .flex-control-nav a:hover,
#achang-sliders .flex-control-nav a.flex-active{
    background: #796861;
}
#achang-sliders .flexslider .slides img{
    width: 100%;
    height: auto
}
#achang-sliders .flex-direction-nav .flex-prev{
    left: 0;
    background-image: url("img/flexslider-prev-next.png"); background-position: -84px 0;
    text-indent: -999em;
    width: 42px;
    height: 84px;
    display: block;
}
#achang-sliders .flex-direction-nav .flex-next{
    right: 0;
    background-image: url("img/flexslider-prev-next.png"); background-position: 0 0;
    text-indent: -999em;
    width: 42px;
    height: 84px;
    display: block;
    font-size: 0;
}
#achang-sliders .flex-direction-nav .flex-prev,
#achang-sliders .flex-direction-nav .flex-next{
    opacity: 1;
    transition: none
}
#achang-sliders .flex-direction-nav .flex-prev:hover{
    background-image: url("img/flexslider-prev-next.png"); background-position: -126px 0
}
#achang-sliders .flex-direction-nav .flex-next:hover{
    background-image: url("img/flexslider-prev-next.png"); background-position: -42px 0
}

#achang-sliders .flex-direction-nav a:before{
    display: none;
}
#achang-sliders .flexslider a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
#achang-sliders .flexslider span.arrow{
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 0 72px 65px;
    border-color: transparent transparent #FFF transparent;
    z-index: 9;
    right: 333px;
    bottom: 0;
}
#achang-sliders .flexslider span.t {
    display: block;
    text-decoration: none;
    width: 313px;
    height: 52px;
    background: #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 30px;
    padding: 10px;
    font-size: 15px;
}
#achang-sliders .flexslider a:hover span.t:hover{
    color: #66327C
}
/* Instagram */
.instagram-photos{
    width: 1150px;
    overflow: hidden;
}
.instagram-photos  h4{
    display: block;
    text-align: center;
    padding: 40px 0 40px;
    clear: both;
    font-size: 15px;
}
.instagram-photos span{
    width: 20%;
    float: left;
    text-align: center;
}
.instagram-photos span a{
    display: block;
    line-height: 0;
}
.instagram-photos span a img{
    width: 100%;
    height: auto;
}
.instagram-photos span a img:hover{
    opacity: .7
}
