/*
Theme Name: iLife
Theme URI:https://sofun.tw
Description: HTML5 + CSS3
Version:1.0
Author: 張香腸
Author URI: https://sofree.cc
Tags: light, two-columns, right-sidebar, html5, css3
*/
* {
    margin: 0 auto;
}

a {
    outline: medium none;
    color: blue;
    text-decoration: none;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

img {
    border: 0;
}

small {
    color: #999;
    font-size: 12px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

button, input, select, textarea {
    margin: 0;
}

blockquote ul {
    margin: 0;
    list-style: square;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "微軟正黑體","Microsoft JhengHei","Heiti TC","Times New Roman",Times,serif;
    line-height: 1.6em;
}

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 {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0 none;
    text-align: justify;
	text-justify: distribute;
    letter-spacing: 0.04em; /* 原本 0.07em */
    font: inherit;
}

p {
    font-family: Arial,"Heiti TC","Times New Roman",Times,serif;
}

.assistive-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.fix {
    clear: both;
    display: block;
}

body {
    min-width: 1100px;
    background: url("https://i0.wp.com/sofun.tw/wp-content/themes/iLife/img/bg.jpg") repeat scroll 0 0 transparent;
	/* background: url("img/bg.jpg") repeat scroll 0 0 transparent; */
    color: #333;
    font: 13px "Trebuchet MS","Lucida Grande","Lucida Sans",Arial;
}

.admin-bar .webname {
    padding-top: 90px;
}

.top-right {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 99;
}

/*
 * --- Header ---
 */
#header {
    position: relative;
    padding: 0;
    width: 1100px;
    height: 110px;
    background-color: #FFF;
}

#webname {
    display: block;
    margin: 0;
    padding: 20px;
    width: 408px;
    height: 69px;
}

#webname h2 a#logo {
    display: block;
    width: 408px;
    height: 69px;
    background: url("img/logo.png") no-repeat scroll 0 0 transparent;
    text-indent: -999em;
}

.socials {
    position: absolute;
    right: 10px;
    bottom: -10px;
}

.achang-social {
    float: right;
}

ul.achang-social {
    display: block;
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

ul.achang-social li {
    display: inline-block;
    margin: 0;
    margin-left: 3px;
    padding: 0;
    list-style: none;
}

ul.achang-social li a {
    position: relative;
    bottom: -5px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("img/socials-icons.png");
    background-repeat: no-repeat;
    text-indent: -999em;
    transition: all 0.3s ease 0s;
}

ul.achang-social li:hover a {
    position: relative;
    bottom: 5px;
}

ul.achang-social li a.fb {
    background-position: -240px 0;
}

ul.achang-social li a.em {
    background-position: 0 0;
}

ul.achang-social li a.pr {
    background-position: -40px 0;
}

ul.achang-social li a.rss {
    background-position: -80px 0;
}

ul.achang-social li a.tw {
    background-position: -120px 0;
}

ul.achang-social li a.gp {
    background-position: -160px 0;
}

ul.achang-social li a.ld {
    background-position: -200px 0;
}


/*
 * --- Menus ---
 */
.sticky-menu {
    position: relative;
    z-index: 9999;
    width: 1100px;
	margin: 0 auto;
    border-top: 3px solid #2C97C2;
    background: rgba(44,44,44,1);
}

.admin-bar .sticky-menu.menu-fixed {
    top: 32px;
}

.sticky-menu.menu-fixed {
    background: rgba(44,44,44,0.9);
}

.menu-fixed {
    position: fixed;
    top: 0;
    z-index: 99999;
    margin: 0 auto;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}

.menu-fixed .top-links {
    position: relative;
    margin-top: 0;
    width: 1100px;
	margin: 0 auto;
    box-shadow: none;
}

.menu-fixed #achang-menu {
    margin-bottom: 0;
}

.sticky-menu.menu-fixed .fixed-social {
    position: absolute;
    top: 4px;
    right: 0;
    clear: both;
    display: block;
    overflow: hidden;
    width: 141px;
}

.sticky-menu.menu-fixed .search-box {
    margin-right: 150px;
}

.fixed-social {
    display: none;
}

.fixed-social a {
    position: relative;
    bottom: 0;
    float: left;
    display: block;
    margin-left: 7px;
    width: 40px;
    height: 40px;
    background-image: url("img/socials-icons.png");
    background-repeat: no-repeat;
    text-indent: -999em;
    transition: all 0.3s ease 0s;
}

.fixed-social a.fb {
    background-position: -240px 0;
}

.fixed-social a.em {
    background-position: 0 0;
}

.fixed-social a.rss {
    background-position: -80px 0;
}

#achang-menu {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    height: 40px;
}

#access {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 98%;
}

#access ul {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

#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 {
    padding: 5px 8px;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-family: "微軟正黑體";
    line-height: 42px;
}

#access ul ul {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99999;
    display: none;
    padding: 0 10px;
    width: 178px;
    border: 1px solid #676767;
    background-color: #FFF;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    text-align: left;
}

#access ul ul li:hover > ul {
    display: block;
}

#access ul ul ul {
    top: 5px;
    left: 100%;
}

#access ul ul a ,
#access ul li ul li ul.sub-menu a {
    display: block;
    padding: 5px 8px;
    width: 158px;
    height: auto;
    border-bottom: 1px dotted #888;
    background-color: #FFF;
    color: #666;
    font-weight: normal;
    line-height: 26px;
}

#access ul ul li:before {
    display: none;
}

#access ul li ul li ul.sub-menu li:last-child a ,
#access ul ul li:last-child a {
    border: none;
}

#access li:hover > a {
    color: #fe4a33;
}

#access ul li:hover > ul {
    display: block;
}

#access ul li.current-menu-item a,
#access ul li.current-menu-item a {
    color: #fe4a33;
}

#access ul ul li.current-menu-item a {
    background-color: #FFF;
    color: #000;
}

#access ul ul li.current-menu-item a {
    background-color: #FFF;
    color: #0066CC;
}

#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: #FFF;
    color: #E74A45;
}

#access ul li.current-menu-parent ul li a:hover {
    color: #E74A45;
}

#access ul li.current-menu-parent ul li.current-menu-item a {
    color: #E74A45;
}

#access ul li.current-menu-item ul li.current-menu-item a {
    color: #E74A45;
}

#access ul li.current-menu-parent ul li.current-menu-item ul li a{
    color: #000
}

#access ul li.current-menu-parent ul li.current-menu-item ul li a:hover{
    color: #E74A45
}

#access ul li.highlight a {
    color: #E74A45;
}

#wrap {
    width: 1100px;
	margin: 0 auto;
    background: #FFF;
    box-shadow: 0px -160px 30px 10px rgba(0, 0, 0,0.6);
}

/*
 * --- Main ---
 */
#content {
    overflow: hidden;
    padding: 30px 30px; /* 原本 padding: 30px 30px; */
    width: 1040px;
    background: #FFF;
}

#main {
    float: left;
    box-sizing: border-box;
    margin-bottom: 50px;
    width: 700px;
}

#main article {
    margin-top: 0;
}

#main article p {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.7em;
}

#main .content-inner p:nth-of-type(1) img {
    /*position: relative;*/
    left: -10px;
    width: 698px !important;
    height: auto;
    max-width: none;
	max-width: 100%;
}

.single-post #main .page-main img,
.page #main .page-main img {
    height: auto;
    max-width: 700px;
}

#main article.page-single {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #CCC;
}

#main article.page-single img {
    height: auto;
    max-width: 680px;
}

#main ul li {
    font-size: 15px;
    line-height: 1.7em;
}

span.sticky {
    padding-right: 5px;
    color: red;
}

.page-single p {
    font-size: 15px;
}

.page-single .tag {
    font-size: 13px;
}

.page-single .tag a {
}

.page-single h2 {
    margin: 0 0 10px;
    padding: 0px 0 10px 55px;
    /* background-color: #EEE; */
    background: transparent url("img/h2.png") no-repeat scroll 0 0px / 50px auto;
    color: #222;
    font-weight: bold;
    font-size: 29px;
    line-height:50px;
    border-bottom: 1px solid #cccccc;
}

#page-archive h1.top-title {
    margin-bottom: 20px;
	margin-top: 20px;
    color: #333;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 26px;
}

#page-archive h1.top-title:first-letter {
    color: #fe4a33;
    font-weight: 800;
    font-size: 32px;
}

/*
 * --- Slider Banner ---
 */
#feature-block {
    overflow: hidden;
    padding: 5px 0 35px;
    width: 100%;
    height: 80px;
    background-color: #FFF;
}

#feature-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#feature-block ul li a {
    margin-right: 10px;
}

#feature-block ul li a {
    float: left;
    display: block;
    line-height: 1;
}

#feature-block ul li.item-3 a {
    margin-right: 0;
}

#feature-block ul li a img {
    display: block;
    width: 340px;
    height: 80px;
}

#feature-block ul li:last-child a {
    border-right: 0;
}


/* -- Blopost -- */
.blog-post {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 15px;
}

.blog-post .page-single {
    margin: 0;
    padding-bottom: 30px;
}

.blog-post .more {
    position: absolute;
    right: 15px;
    display: inline-block;
}

.blog-post .more a {
    text-align: center;
    text-decoration: none;
    font-family: "微軟正黑體",Arial;
    transition: all 0.5s ease-in-out 0s;
}

.blog-post .more a:hover {
}

.blog-post figure {
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    line-height: 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.blog-post figure .arrow {
    position: absolute;
    right: 100px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 25px 25px 25px;
}

.blog-post figure a {
    display: block;
    line-height: 0;
}

.blog-post figure a img {
    position: relative;
    width: 698px;
    height: auto;
}

.blog-post .entry-meta {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    font-size: 14px;
}

.blog-post .entry {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #F1F1F1;
    border-left: 1px solid #CCC;
}

.blog-post .entry-meta {
    background-color: #FCFCFC;
}

.entry {
    box-sizing: border-box;
    padding: 20px;
}

.entry-meta {
    padding: 10px 15px;
    color: #999;
    font-family: "微軟正黑體",Arial;
}

.entry-meta a {
    color: #98AAC3;
    text-decoration: none;
    font-family: "微軟正黑體",Arial;
}

.entry-meta [class*=" icon-"]:before {
    padding-right: 10px;
}

.entry-meta [class*=" icon-"] {
    padding-right: 5px;
}

.entry-meta .category {
    display: inline-block;
}

.entry-meta .author {
    display: inline-block;
}

.entery-content {
    left: 1px;
    padding-bottom: 20px;
    color: #333;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 25px;
}
/* -- Page Main -- */
.page-main {
    margin-top: 0;
    background-color: #FFF;
}

.page-main {
    position: relative;
    clear: both;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 35px;
    padding: 0;
    text-align: left;
}

.page-single h1,
.page-main h1 {
    display: block;
    overflow: hidden;
    padding: 0 0 5px;
    color: #333;
    text-align: justify;
	text-justify: distribute; /*IE & Edge*/
　	text-justify: inter-ideograph;
　	-ms-text-justify: inter-ideograph; /*IE9*/
　	-moz-text-align-last:justify; /*Firefox*/
　	-webkit-text-align-last:justify; /*Chrome*/
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
}

.page-single header {
    position: relative;
    padding-bottom: 5px;
    text-align: left;
}

.page-main h1 a {
    color: #2299E5;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
}

.page-main .blog-post h1 a:hover {
    color: #fe4a33;
    text-decoration: none;
}

.post-metas {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.post-metas span {
    display: block;
    font-size: 12px;
}

.post-metas .icon-folder-open:before {
    padding-right: 10px;
}

.contact-email-us {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
}

.contact-email-us span {
    position: relative;
    top: 15px;
    display: inline-block;
    width: 95px;
    height: 32px;
    background: url("img/mail.png") no-repeat scroll center center #fff;
    color: #999;
}

.post-top-meta {
    position: relative;
    overflow: hidden;
    margin-bottom: 13px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCC;
    line-height: 1.7em;
}

.post-top-meta #breadcrumb {
    float: left;
    width: 420px;
}

.post-top-meta #breadcrumb ul {
    margin-bottom: 0;
}

.post-top-meta .entry-meta {
    float: right;
    padding: 0;
    font-size: 15px;
    font-family: arial;
    line-height: 1.7em;
}

/*
 * --- Blog Thumb ---
 */
.thumb-post {
    position: relative;
    float: left;
    display: block;
    margin-top: 0;
    margin-right: 29px;
    margin-bottom: 30px; /* Origin 44px*/
    width: 325px;
    height: 325px;
    border: 1px solid rgb(223,225,229);
    background-color: #FFF;
}

.thumb-post.current-2 {
    margin-right: 0;
}

.thumb-post header {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 20px 10px 0;
    height: 50px;
}

.thumb-post time {
    position: absolute;
    bottom: 110px;
    display: block;
    padding: 3px;
    width: 35px;
    height: 35px;
    border: 1px solid #bbb;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: verdana;
    line-height: 18px;
}

.thumb-post h1 {
    font-size: 15px;
    line-height: 1.8;
}

.thumb-post h1 a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
}

.thumb-post h1 a:hover {
    color: #06C;
}

.thumb-post figure a {
    display: block;
    overflow: hidden;
    width: 325px;
    height: 205px;
}

.thumb-post figure img {
    display: block;
    overflow: hidden;
    width: 325px;
    height: 205px;
    transition: all 0.5s ease 0s;
}

.thumb-post:hover figure img {
    transform: scale(1.1);
}

.thumb-post .post-info {
    position: relative;
    padding: 0 25px 10px;
}

.thumb-post .post-info .share-button {
    position: absolute;
    top: 0;
    right: 40px;
    width: 80px;
}

.thumb-post .post-info .category {
    position: relative;
    left: -15px;
    display: inline-block;
    overflow: hidden;
    padding-left: 0;
    width: 200px;
    height: 25px;
    font-size: 13px;
    line-height: 20px;
}

.thumb-post .post-info .category a {
    color: #555;
    text-decoration: none;
    transition: color 0.4s ease 0s;
}

.thumb-post .post-info .category span{
    position: relative;
    top: 2px;
}

.thumb-post .post-info .category a:hover {
    color: #29A9E1;
}

.thumb-post .more {
    position: absolute;
    right: -5px;
    bottom: 18px;
}

.thumb-post .more a {
    display: block;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0 10px 0px 10px;
	color: #FFFFFF;
	background: #E84518;
	border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-variant: small-caps;
    font-size: 13px;
    font-family: Arial;
    line-height: 20px;
}

.thumb-post .more a:hover {
    /*color: black;*/
	background:rgba(232,69,24,0.7);
}


/*
 * --- 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: 0;
    position: relative;
    top: 70px;
}
#next-prev-post-arrow ul li.next-post:before {
    font-size: 36px;
    position: relative;
    top: 70px;
    right: -295px
}
#next-prev-post-arrow ul li.next-post{
    float: right;
}
#next-prev-post-arrow ul li.prev-post a{
    padding-left: 40px;
}
#next-prev-post-arrow ul li.next-post a{
    padding-right: 40px;
    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;
}

/*
 * --- Article Type ---
 */
.aricle_type-list {
}

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

.aricle_type-list ul li {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 320px;
    height: 240px;
}

.aricle_type-list ul li.item-3 {
    margin-right: 0;
}

.aricle_type-list ul li .img {
}

.aricle_type-list ul li .img a {
}

.aricle_type-list ul li .img a img {
    width: 320px;
    height: 240px;
}

.aricle_type-list ul li .title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    width: 320px;
    height: 240px;
    background: rgba(245, 245, 245, 0.4);
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}

.aricle_type-list ul li .title a {
    display: table;
    width: 320px;
    height: 240px;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
}

.aricle_type-list ul li .title a span.i {
    display: block;
    font-weight: normal;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 35px;
}

.aricle_type-list ul li .title .inner {
    display: table-cell;
    vertical-align: middle;
}

.aricle_type-list ul li:hover .title {
    opacity: 0;
}

/*
 * --- Social Box ---
 */
#social-box {
    clear: both;
    overflow: hidden;
}

#social-box .box {
    float: left;
}

#social-box .fb {
    width: 315px;
}

#social-box .gp {
}

/*
* --- Pagination ---
*/
.pagination {
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 36px;
}

.pagination h2.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.pagination .prev {
    margin-right: 5px;
}

.pagination a {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    color: #555;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.5s ease-in-out 0s;
}

.pagination a.current {
    padding: 10px 15px;
    border: 1px solid #FF5641;
    background: #FFF;
    color: #454545;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.pagination .current,
.pagination a:hover {
    padding: 10px 10px;
    border: 1px solid #FF5641;
    background: #FF5641;
    color: #FFF;
}

.post_nav span.num {
    padding: 10px 15px;
    border: 1px solid #F7AF4F;
    color: #3A332F;
}

.post_nav a span.num {
    padding: 0;
    border: none;
    color: #333;
}


/* -- Single Prev Next -- */
#next-prev-posts {
    clear: both;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 0;
}

.np-post {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    width: 320px;
    height: 180px;
}

.np-post.item-1 {
    float: left;
}

.np-post.item-2 {
    float: right;
}

.np-post figure {
    position: relative;
    float: left;
    display: block;
    width: 250px;
    height: 188px;
    text-align: left;
    transition: all 0.5s ease 0s;
}

.np-post figure a {
    display: block;
    line-height: 1;
}

.np-post h4 a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 233, 233, 0.6);
    transition: all 0.5s ease-in-out 0s;
}

.np-post h4 a:hover {
    text-decoration: none;
    opacity: 0;
}

.np-post h4,
.np-post h4 a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
}

.np-post .inner-wrap {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    font: 500 16px/28px "微軟正黑體",Arial;
}

.np-post .inner-wrap .title {
    display: block;
    width: 300px;
}

.np-post .no-img {
    display: block;
    width: 320px;
    height: 180px;
    background-color: #EEE;
}

/*
 * --- Sidebar ---
 */
#sidebar {
    float: right;
    margin-top: -9px;
    width: 300px;
    background-color: #FFF;
    letter-spacing: 1px;
    line-height: 145%;
}

.widget h3 a,
.widget h3 a:hover {
    color: #fff;
}

.widget a {
    color: #959595;
}

.widget a:hover {
    color: #06C;
    text-decoration: none;
}

.widget {
    /*margin: 0 0 30px;*/
    width: 300px;
    line-height: 1.7em;
}

.widget h3 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px 0;
    width: auto;
    color: #FFF;
    text-align: left;
    font: 500 15px "微軟正黑體",Arial,sans-serif;
}

.widget h3 span.t {
    position: relative;
    z-index: 999;
    display: inline-block;
    padding: 5px 10px 5px;
    border-left: 3px solid #1E9DEA;
    background-color: #333333;
    box-shadow: -30px -3px 0 #1E9DEA;
}

.widget h3 span.l {
    position: relative;
    top: -2px;
    z-index: 9;
    display: block;
    width: 300px;
    border-bottom: 2px solid #1E9DEA;
}

.widget ul {
    margin: 0;
    padding-left: 0;
}

.widget ul li {
    margin: 0 auto;
    padding: 5px 8px 5px 20px;
    border-bottom: 1px dashed #cecece;
    background: transparent url("img/li.gif") no-repeat scroll 5px 15px;
    list-style: outside none none;
}

.widget ul ul li:last-child {
    border-bottom: none;
}

.widget.widget_archive {
    text-align: left;
}

.widget.widget_archive select {
    margin: 0 10px 10px 10px;
    padding: 5px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 13px;
    line-height: 13px;
}

.widget .textwidget {
    padding: 10px 0;
    color: #959595;
}

.widget .textwidget p {
    margin-top: 0;
    margin-bottom: 5px;
}

.widget .textwidget a {
    color: #333;
    text-decoration: none;
}

.widget .textwidget a:hover {
    color: #06C;
    text-decoration: underline;
}

/*links*/
.widget_nav_menu {
}

.widget_nav_menu ul#menu-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_nav_menu ul#menu-links li {
    display: block;
	float:left;
	margin-right:0;
    margin-bottom: 8px;
    width: 116px;
    border: 1px solid #CCC;
    background: none;
    list-style: none;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.widget_nav_menu ul#menu-links li:nth-child(2n-1){margin-right:6px;}

.widget_nav_menu ul#menu-links li a {
    display: block;
}

.widget_nav_menu ul#menu-links li:hover {
    border-color: #1E9DEA;
}

.widget_nav_menu ul#menu-links li:hover a {
    color: #1E9DEA;
}

.widget-post-with-thumb {
    overflow: hidden;
}

.widget-post-with-thumb li {
    overflow: hidden;
    margin-bottom: 15px;
    margin-bottom: 20px !important;
    padding: 0 !important;
    border: none !important;
    border: 1px solid #CCC !important;
    background: none !important;
}

.widget-post-with-thumb li a {
    display: block;
    transition: all 0.5s ease 0s;
}

.widget-post-with-thumb li a span {
    transition: all 0.5s ease 0s;
}

.widget-post-with-thumb li a:hover span.title {
    color: #2299E5 !important;
}

.widget-post-with-thumb li a:hover span.date {
    color: #fe4a33 !important;
}

.widget-post-with-thumb li span.date {
    display: block;
    color: #969696;
    position: absolute;
    font-size: 11px;
    right: 5px;
    bottom: 0;
}

.widget-post-with-thumb li span.title {
    overflow: hidden;
    height: 65px;
    color: #333;
    font-size: 12px;

    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.widget-post-with-thumb li span.thumb {
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 8px;
    width: 80px;
    height: 80px;
}

.widget-post-with-thumb li span.thumb img {
    width: 80px;
    height: 80px;
}

.widget-post-with-thumb li figcaption{
    position: relative;
    height: 80px;
}

.widget-post-with-thumb li figcaption .wr{
    height: 60px;
    display: block;
    overflow: hidden;
}

/*
 * --- Profile ---
 */
#post-author .vcard,#post-author .author .vcard {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
    width: auto;
    min-height: 100px;
    border-radius: 5px;
    background: #F6F6F6;
}

#post-author .vcard img ,#post-author .author .vcard img {
    float: left;
    margin-right: 10px;
    border: 5px solid #FFF;
}

#post-author .vcard p,#post-author .author .vcard p {
    margin-top: 2px;
    padding-left: 100px;
    color: #454545;
    text-align: left;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 22px;
}

#post-author .vcard span.nickname,
#post-author .author .vcard span.nickname {
    color: #000;
    font: 18px "微軟正黑體",arial;
}

/*
 * --- Float Share ---
 */
#share-box {
    clear: both;
    padding: 15px 0 0;
    height: 75px;
}

#share-box .sn {
    float: left;
    padding: 5px;
    width: 65px;
}

@media screen and (min-width: 1250px) {
    #share-box {
        position: absolute;
        z-index: 999;
        float: left;
        margin-top: 0;
        margin-left: -135px;
        padding-top: 8px;
        width: auto;
        height: auto;
        border: 1px solid rgb(223, 225, 229);
        border-radius: 5px;
        background-color: #fff;
        text-align: center;
    }

    #share-box .sn {
        float: left;
        clear: left;
        padding: 5px;
        width: 70px;
    }

    .move_top {
        position: fixed !important;
        top: 80px !important;
    }

    .admin-bar .move_top {
        top: 100px !important;
    }
}

/*
 * --- index Share ---
 */
#share-box-index {
    position: relative;
    top: 0px;
    float: right;
    display: inline-block;
    margin-right: 80px;
    height: 22px;
    right: 8px;
}

#share-box-index .sn {
    float: left;
    padding-left: 6px;
}

.twitter-share-button {
    color: #FFF;
}

#share-box-index .sn.gp {
    width: 60px;
}

/*
 * --- Breadcrumb ---
 */
#breadcrumb span.icon-place:before {
    float: left;
    display: inline-block;
    margin-top: 2px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 18px;
}

#breadcrumb {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    line-height: 26px;
}

#breadcrumb,
#breadcrumb a {
    color: #AAA;
    font-size: 15px;
}

#breadcrumb a:hover {
    color: #666;
    text-decoration: none;
}

#breadcrumb ul {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

#breadcrumb ul li {
    display: inline-block;
}

#breadcrumb ul li:after {
    display: inline;
    padding: 0 5px 0 0;
    color: #AAA;
    content: " / ";
}

#breadcrumb ul li.last:after {
    display: none;
}

#breadcrumb ul li:nth-last-child(2):after {
    display: none;
}

#breadcrumb ul li.last a {
    color: #AAA;
    text-decoration: none;
}

#breadcrumb ul li.last a.title {
    display: none;
}

#breadcrumb ul li span.icon-edit {
    position: relative;
    top: 3px;
    padding-right: 5px;
}

/*
 * --- Comments ---
 */
.achang-comments {
    padding-top: 20px;
}

.achang-comments h4 {
    margin-bottom: 15px;
    padding: 0 0 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 0;
}

.achang-comments .achang-fb {
    margin-bottom: 50px;
    padding: 0 0 20px;
}

.achang-fb h4 {
    border-bottom: 1px solid #5677aa;
}

.achang-fb h4 span.t {
    display: inline;
    padding: 0 10px;
    background-color: #5677aa;
    color: #fff;
}

.achang-wp h4 {
    border-bottom: 1px solid #333;
}

.achang-wp h4 span.t {
    display: inline;
    padding: 0 10px;
    background-color: #333;
    color: #fff;
}

.comments-area {
    padding: 0;
    background-color: #fff;
}

.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-size: 22px;
    font-family: "微軟正黑體","Noto Serif", serif;
    line-height: 1.3333;
}

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

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

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

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

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

.comment-author {
    margin-bottom: 0.5em;
    color: rgba(51, 51, 51, 0.7);
    font-size: 15px;
    line-height: 1.6em;
}

.comment-author a:hover {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
    top: 3px;
    float: left;
    margin-right: 1.6842em;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.comment-metadata,
.pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-family: "Noto Sans", sans-serif;
    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;
    margin-bottom: 20px;
    margin-top: -10px;
    text-align: right;
}

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

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    outline: 0;
    border-color: #333;
    color: #333;
}

.bypostauthor > article .fn::after {
    position: relative;
    top: 2px;
    left: 3px;
    color: #06C;
    content: "\e607";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "icomoon";
    line-height: 1;
}

.comment-author .fn {
}

.comment-author .fn a {
    text-decoration: none;
}

.comment-form {
    padding-top: 1.6em;
}

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

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

.logged-in-as a {
    color: #333;
    text-decoration: none;
}

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

.no-comments {
    padding-top: 1.6em;
    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-weight: 700;
    font-family: "Noto Sans", sans-serif;
}

.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 {
    position: relative;
    top: -3px;
    content: "\e608";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: inherit;
    font-family: "icomoon";
    line-height: 1;
}

.comment-reply-title small a {
    float: right;
    overflow: hidden;
    width: 26px;
    height: 32px;
    border: 0;
    color: #000;
    text-decoration: none;
}

.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%;
}

/*
 * --- FOOTER ---
 */
#footer {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    height: 40px;
    background-color: #000;
    line-height: 40px;
}

#footer-inner {
    color: #BEBEBE;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
}

#footer-inner a {
    color: #FDFDFD;
}

#footer-inner span {
    padding: 0 3px;
}

#footer-inner span:after {
    content: " / ";
}

#footer-inner span:last-child:after {
    display: none;
}

/*
 * --- Search ---
 */
#searchform {
    position: relative;
    top: 12px;
    float: right;
    width: 130px;
    height: 50px;
}

#searchform input[type="text"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 98;
    padding: 5px 0 5px 15px;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 30px;
}

#searchform button {
    position: absolute;
    top: 50%;
    right: 2px;
    z-index: 99;
    margin-top: -23px;
    padding-top: 3px;
    width: 40px;
    border: medium none;
    background: none repeat scroll 0 0 #f7f7f7;
    font-size: 15px;
    cursor: pointer;
}

.top-right .search-box #searchform input[type="text"]:focus,
.top-right #searchform .search-box input[type="text"]:focus {
    width: 210px;
}

.top-right .search-box #searchform input[type="text"] ,
.top-right #searchform .search-box input[type="text"] {
    transition: width 0.5s ease-in-out 0s;
}

#searchform input {
    width: 100%;
    outline: medium none;
    font-size: 12px;
}
/* -- Sidebar Search -- */
.widget.widget_search {
    border: none;
}

.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;
}
.Subscribers input#sub_email{width:247px}
.Subscribers input#click{background:#E84518}
.Subscribers input#click:hover{background:rgba(232,69,24,0.7);} 
/*
 * --- HTML ---
 */
input, textarea {
    margin: 0;
    margin-bottom: 10px;
    padding: 6px;
    outline: medium none;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #000;
    color: rgba(51, 51, 51, 0.7);
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.4;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    box-sizing: border-box;
    padding: 0.375em;
    width: 100%;
}

input[type="submit"] {
    margin: 0;
    border: medium none;
    border-radius: 0;
    background-color: #333;
    color: #FFF;
    font-size: 15px;
    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 {
    outline: 0;
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
}

blockquote {
    padding: 1em 1em;
    border: 1px dashed #AAA;
    background-color: #EEE;
    color: #000000;
}

pre {
    display: block;
    overflow: auto;
    margin: 15px 0;
    padding: 10px 10px 10px 21px;
    width: 93%;
    border: 1px solid #CCC;
    color: #333;
    font: 13px/120% Courier New;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans",Arial,sans-serif;
}

table td, table th {
}

table tr,
table td {
    border: 1px solid #CCC;
}

table th {
    text-align: left;
    font-size: 15px;
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans",Arial,sans-serif;
    line-height: 1.3em;
}

table td {
    padding: 4px 7px 2px;
    border: 1px solid #CCC;
    vertical-align: middle;
    font-size: 15px;
}

fieldset {
    border-color: #CCC;
}

fieldset legend {
    font-weight: 800;
}

iframe {max-width: 100%;}

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

/*
 * flexslider
 */
#achang-sliders {
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
    height: inherit;
}

.flexslider {
    margin: 0 auto;
    width: 1100px;
    border: none;
    border-radius: 0;
}

.flex-control-nav {
    position: absolute;
    right: 10px;
    bottom: -27px;
    z-index: 99;
    float: right;
    overflow: hidden;
    width: 150px;
    height: 50px;
    text-align: center;
}

.flex-control-paging li a.flex-active {
    background: #F4402D;
    background: rgba(244, 64, 45, 0.9);
}

.flex-control-paging li a:hover {
    background: #F4402D;
    background: rgba(244, 64, 45, 0.9);
}

.flex-control-paging li a {
    width: 15px;
    height: 15px;
    background: #FFF;
    background: rgba(255, 255, 255, 0.9);
}
/*
 * --- ERROR PAGE ---
 */
#archive-list {
    padding-bottom: 25px;
    padding-left: 15px;
}

#archive-list ul {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#archive-list ul li {
    float: left;
    display: block;
    margin-right: 25px;
    padding: 8px 0 8px 23px;
    width: 180px;
    color: #666;
    text-align: center;
    font-size: 13px;
}

#archive-list ul li a {
    color: #666;
    text-decoration: none;
}

#archive-list ul li a:hover {
    color: #fe4a33;
}

.widget #subscribe-text {
    padding: 0;
    color: #959595;
}

.widget #subscribe-text p {
    font-size: 15px;
    line-height: 22px;
}

.widget #subscribe-email {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    width: 250px;
}

.widget #subscribe-email input {
    padding: 6px 10px;
    border-radius: 0;
    font-size: 13px;
}

.widget.jetpack_subscription_widget {
    overflow: hidden;
}

.widget #subscribe-submit input[type="submit"] {
    float: left;
    font-size: 13px;
    width: 40px;
}

#footer-sidebar {
    position: relative;
    z-index: 9999;
    padding: 0 30px;
    width: 1040px;
    border-top: 3px solid #2C97C2;
    background: #222;
    color: #FFF;
}

#footer-sidebar .block {
    float: left;
    overflow: hidden;
    margin-right: 40px;
    width: 320px;
    height: 334px;
}

#footer-sidebar .block.l {
    position: relative;
    text-align: center;
}

#footer-sidebar .block.l .logo {
    position: relative;
    top: 50px;
    display: block;
    width: 201px;
    height: 224px;
    background: url("img/footer-logo.gif") no-repeat scroll 0 0 transparent;
}

#footer-sidebar .block.m {
}

#footer-sidebar .block .title {
    display: block;
    margin-top: 20px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-variant: small-caps;
    font-size: 24px;
}

#footer-sidebar .block.m .desc {
    overflow: hidden;
    height: 188px;
}

#footer-sidebar .block.m .desc p {
    margin-top: 0;
    color: #ddd;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 24px;
}

#footer-sidebar .block .contact-email {
    font-weight: normal;
    font-size: 18px;
    font-family: Arial;
    line-height: 60px;
}

#footer-sidebar .block .contact-email a {
    color: #DDD;
}

#footer-sidebar .block.r {
    margin-right: 0;
}

.wumii-hook {
    display: none;
}


/*
 * Fix Jetpack
 */
#main #jp-relatedposts {
    display: block;
    margin-top: 30px;
    padding: 5px 0 0;
}

#main #jp-relatedposts h3.jp-relatedposts-headline em {
	background: transparent url("img/jp-posts.png") no-repeat scroll 0 0px / 46px auto;
	padding: 5px 0 0 50px;
    margin: 0 0 1em;
    font-weight: normal;
    font-weight: 800;
    font-size: 18px;
    font-family: "微軟正黑體",Arial;
    line-height: 1.2;
}

#main #google-relatedposts h3.google-relatedposts-headline em {
	background: transparent url("img/jp-posts.png") no-repeat scroll 0 0px / 46px auto;
	padding: 5px 0 0 50px;
    margin: 0 0 1em;
    font-weight: normal;
    font-weight: 800;
    font-size: 18px;
    font-family: "微軟正黑體",Arial;
    line-height: 4.2;
}

#main #jp-relatedposts .jp-relatedposts-post-title {
    margin-top: 5px;
}

#main #jp-relatedposts .jp-relatedposts-post-title a {
    text-decoration: none;
    font-size: 15px;
    font-family: "微軟正黑體",Arial;
}

#main .jp-relatedposts-post-context {
    display: none;
}

#main #jp-relatedposts h3.jp-relatedposts-headline em:before {
    display: none;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+1), div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+1) {
    clear: left;
}


@media only screen and (max-width: 640px) {
	
	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+1), div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+1) {
	    clear: none;
	}
	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
	    clear: none;
	}
	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(2n+1) {
	    clear: left;
	}

}

.sticky-box.sticky_it {
    top: 20px;
}

.sticky-box .widget {
    text-align: center;
}

.sticky-box .widget h3 {
    display: none;
}

.admin-bar .sticky-box.admin_sticky_it {
    top: 50px !important;
}

#goToTop {
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 9999;
    text-align: center;
}
#goToTop a {
    opacity: .9;
    display: block;
    font-size: 14px;
    border-radius: 55px;
    height: 55px;
    padding:0;
    text-decoration: none;
    width: 55px;
 }
#goToTop a span:before{
    font-size: 55px;
    color: rgba(255,255,255,0.72);
    transition: all 0.3s ease 0s;
}
#goToTop a:hover span:before{
    color: #666
}

/*
 * Flying Carpet Ad 滑動廣告
 */
 
.ad_wrap{
    height: 480px;
    overflow: hidden!important;
    position: relative;
    display: block;
    box-sizing: border-box!important;
    }
.ad{
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    clip: rect(0,auto,auto,0)!important;
    -webkit-clip-path: polygon(0px 0px,100% 0px,100% 100%,0px 100%)!important;
    clip-path: polygon(0px 0px,100% 0px,100% 100%,0px 100%)!important;
    }
.fixed_ad{
    position: fixed!important;
    top: 0!important;
    width: 700px; /* 根據布景欄寬 使用 100% 會全屏絕對置中非單側置中*/
    height: 100%;
    -webkit-transform: translateZ(0)!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
