/*
Theme Name: Simpler
Theme URI: http://www.itechzero.com/wordpress-theme-simpler.html
Author: Techzero
Author URI: http://www.itechzero.com/
Description: Simpler 是一款小清新风格的 WordPress 主题，完整的响应式布局设计完美适配PC端与移动端。
Version: 1.1
Tags: 蓝色、浅色系、两栏、边栏在右侧、响应式布局、自定义菜单、特色图像、小清新
Text Domain: Simpler
*/

/*--------------------------------------------------------------
>>> LIST OF CONTENTS
----------------------------------------------------------------
01 - Page
02 - Header
  02-1 - Title
  02-2 - Search
  02-3 - Navigation
03 - Content
  03-1 - Main
    03-1-1 - Index
    03-1-2 - Post
    03-1-3 - Page
    03-1-4 - Comment
    03-1-5 - 404
  03-2 - Sidebar
04 - Footer
05 - Clearings
06 - Media
07 - Other
08 - Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
01 - Page
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
figure,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
}
html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  background: #eee;
}
::selection {
  background: #0af;
  color: #fff;
}
#wpadminbar * {
  font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, 'SourceHanSans SC', 'HanHei SC', 'PingFang SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', STHeiti,
    sans-serif !important;
}
@media (min-width: 783px) {
  #wpadminbar .ab-icon,
  #wpadminbar .ab-item:before,
  #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon {
    font: 400 20px/1 dashicons !important;
  }
}
@media (max-width: 782px) {
  #wpadminbar .ab-icon {
    font: 40px/1 dashicons !important;
  }
}
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, 'SourceHanSans SC', 'HanHei SC', 'PingFang SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', STHeiti,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
}
a {
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:active,
a:visited,
a:focus {
  color: #666;
}
a:hover {
  color: #07f;
}
a:hover,
a:focus,
a:active,
a:visited {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.3;
}
h1 {
  font-size: 21px;
  margin: 16px 0 5px 0;
}
h2 {
  font-size: 18px;
  margin: 14px 0;
}
h3 {
  font-size: 16px;
  margin: 8px 0;
}
h4 {
  font-size: 14px;
  margin: 10px 0;
}
h5 {
  font-size: 13px;
  margin: 8px 0;
}
h6 {
  font-size: 12px;
  margin: 6px 0;
}
p {
  margin: 0 0 10px 0;
}
b,
strong {
  font-weight: bold;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 0 10px;
}
td {
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 6px 10px;
}
tr > td:last-child,
tr > th:last-child {
  border-right: 0;
}
caption,
th {
  font-weight: bold;
  text-align: left;
}
caption,
td {
  font-weight: normal;
  text-align: left;
}
del {
  color: #333;
}
.del {
  text-decoration: line-through !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 0 10px;
  padding: 10px 10px 1px 13px;
  border-left: 3px solid #0af;
  background: #f8f8f8;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: '';
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}
address {
  font-style: italic;
  margin: 0 0 24px;
  margin: 0 0 1.5em;
}
pre,
code,
kbd,
tt,
var,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  padding: 1em;
  margin: 0.5em 0;
  border-radius: 3px;
  word-wrap: normal;
}
code {
  background-color: #272822;
  color: #f8f8f2;
  padding: 1px 5px;
  border-radius: 3px;
  margin: 0px 3px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  word-break: break-word;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #cdeaff;
  text-decoration: none;
  color: #000;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  background-size: 4px 4px;
  margin: 0 0 24px;
}
menu,
ol,
ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
}
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
  max-width: 100%;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: #09f;
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 100%;
  line-height: 1;
  padding: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  background: #08f;
  outline: 0;
}
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  outline: 0;
}
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
  background: #07f;
  color: #fff;
}
input[type='checkbox'],
input[type='radio'] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type='search'] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  padding-right: 2px; /* Don't cut off the webkit search cancel button */
  width: 270px;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
  color: #666;
  padding: 3px 3px 3px 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
  color: #111;
  border: 1px solid #08f;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 98%;
  -webkit-appearance: none;
}
.ddownload-button {
  display: inline-block;
  -webkit-appearance: none;
  margin-top: 3px;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  outline: 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.button-blue,
.button-blue:visited {
  color: #fff !important;
  border: 1px solid #09f;
  background-color: #09f;
}
.button-blue:hover {
  border: 1px solid #08f;
  background-color: #08f;
}
.button-blue:active {
  border: 1px solid #07f;
  background-color: #07f;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
02 - Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
02-1 - Title
--------------------------------------------------------------*/

.site {
  padding: 54px 0 0;
  background: transparent;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
  width: 100%;
  height: 54px;
  background: #34495e;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-header ul {
  list-style: none;
}
.site-header-admin {
  margin-top: 32px !important;
}
.site-header .logo {
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0 16px;
  height: 100%;
  line-height: 54px;
  font-size: 21px;
  background: #08f;
  color: #fff;
  /* width: 190px;
  background: url(img/logo.png); */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-header .connect {
  position: absolute;
  z-index: 7;
  float: right;
  margin: 12px 12px 0 0;
  right: 0;
  top: 0;
}
.site-header .connect a {
  position: relative;
  float: left;
  margin-left: 12px;
  width: 30px;
  height: 30px;
  background: url(img/connect_icons.png) no-repeat;
  color: transparent;
  opacity: 0.7;
  -ms-filter: 'alpha(opacity=70)';
  filter: alpha(opacity=70);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-header .connect a:hover {
  opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
}
.site-header .connect .zhihu {
  background-color: #0088ff;
  background-position: 0 -30px;
}
.site-header .connect .weibo {
  background-color: #d52b2a;
  background-position: 0 -60px;
}
.site-header .connect .qqgroup {
  background-color: #ec8133;
  background-position: 0 -90px;
}
.site-header .m-btns .weibo {
  float: left;
  width: 55px;
  height: 42px;
  color: transparent;
  background-color: transparent;
  background: url(img/m_icons.png) no-repeat;
  background-size: 180px 42px;
  right: 110px;
  position: absolute;
}
.site-header .m-btns .search {
  float: left;
  width: 55px;
  height: 42px;
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  background: url(img/m_icons.png) no-repeat -55px 0px;
  background-size: 180px 42px;
  right: 55px;
  position: absolute;
}
.site-header .m-btns .menu-toggle {
  float: left;
  width: 55px;
  height: 42px;
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  background: url(img/m_icons.png) no-repeat -110px 0px;
  background-size: 180px 42px;
  right: 0;
  position: absolute;
}
.m-btns {
  display: none;
}
.m-menu {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
}

/*--------------------------------------------------------------
02-2 - Search
--------------------------------------------------------------*/

.site-header .connect .search-form {
  position: relative;
  float: left;
  width: 200px;
  height: 30px;
}
.site-header .connect .search-field {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 26px;
  width: 0;
  height: 26px;
  border: 2px solid #16a085;
  border-radius: 0;
  background: #fff url(img/connect_icons.png) no-repeat -2px -2px;
  opacity: 0.7;
  -ms-filter: 'alpha(opacity=70)';
  filter: alpha(opacity=70);
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-appearance: none;
}
.site-header .connect .search-field:hover {
  opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
}
.site-header .connect .search-form input[type='search']:focus,
.site-header .connect .search-form input[type='search']:active {
  padding-left: 34px;
  width: 380px;
  border: 2px solid #16a085;
  opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  outline: 0;
  cursor: text;
}
.m-search .connect {
  display: block !important;
}
.search-form input {
  margin-right: 0;
}
.search-form .search-submit {
  display: none;
}
.search-form .search-field {
  width: 180px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.search-form input[type='search']:focus,
.search-form input[type='search']:active {
  width: 380px;
  max-width: 98%;
  outline: 0;
}
.page-content .search-submit {
  display: inline-block;
}

/*--------------------------------------------------------------
02-3 - Navigation
--------------------------------------------------------------*/

.main-navigation {
  font-size: 16px;
  display: block;
  width: 980px;
  margin: 0 auto;
}
.main-navigation,
.main-navigation ul,
.main-navigation li,
.main-navigation a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.main-navigation a {
  color: #fff;
  white-space: nowrap;
}
.main-navigation ul {
  background: #34495e;
  margin: 0;
  padding: 0;
}
.main-navigation li {
  position: relative;
  float: left;
}
.main-navigation li:hover {
  background: #476380;
}
.main-navigation li:hover > ul {
  display: block;
}
.main-navigation li a {
  display: block;
  line-height: 54px;
  padding: 0 15px;
}
.main-navigation .sub-menu {
  display: none;
  position: absolute;
}
.main-navigation .sub-menu a {
  border-top: 1px solid #fff;
  display: block;
  font-size: 13px;
  line-height: 28px;
  padding: 6px 10px;
  width: 180px;
}
.main-navigation .sub-menu .sub-menu {
  top: 0;
  left: 180px;
  border-left: 1px solid #fff;
}
.main-navigation .current-menu-item,
.main-navigation .current-menu-ancestor,
.main-navigation .current_page_item,
.main-navigation .current_page_ancestor {
  background: #09f;
}
.main-navigation .current-menu-item:hover,
.main-navigation .current-menu-ancestor:hover,
.main-navigation .current_page_item:hover,
.main-navigation .current_page_ancestor:hover,
.main-navigation .current-menu-item:active,
.main-navigation .current-menu-ancestor:active,
.main-navigation .current_page_item:active,
.main-navigation .current_page_ancestor:active {
  background: #0af;
}
.paging-navigation {
  text-align: center;
  height: 37px;
  display: inline-block;
  width: 100%;
}
.paging-navigation .nav-links {
  display: inline-block;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  color: #aaa;
}
.paging-navigation .nav-links span,
.paging-navigation .nav-links a {
  float: left;
  padding: 8px 12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.paging-navigation .nav-links a:hover {
  color: #fff;
  background: #09f;
}
.paging-navigation .nav-links a:active {
  color: #fff;
  background: #08f;
}
.post-navigation {
  margin-bottom: 10px;
}
.post-navigation,
.comment-navigation {
  overflow: hidden;
}
.post-navigation .nav-links {
  text-align: center;
  float: left;
  width: 100%;
  color: #666;
}
.nav-links .arrow {
  display: inline-block;
  font-size: 36px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 18px;
  vertical-align: middle;
  margin: -8px 5px 0;
}
.post-navigation .nav-links .nav-dot {
  margin: 0 0.5em;
  font-size: 14px;
}
.post-navigation .nav-links .nav-previous {
  text-align: right;
}
.post-navigation .nav-links .nav-next {
  text-align: left;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  font-size: 16px;
  line-height: 18px;
}
.comment-navigation {
  font-size: 16px;
  padding: 0 0 10px;
  width: 100%;
}
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
03 - Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
03-1 - Main
--------------------------------------------------------------*/

.site-content {
  width: 1010px;
  margin: 15px auto 0;
}
.content-area {
  width: 700px;
  float: left;
}

/*--------------------------------------------------------------
03-1-1 - Index
--------------------------------------------------------------*/

h1.page-title {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 14px;
  padding: 8px 12px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #09f;
}
.entry-cover {
  position: relative;
  display: block;
  overflow: hidden;
}
a.entry-cover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.entry-cover img {
  display: block;
  min-height: 200px;
  max-height: 220px;
  height: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: auto;
  position: relative;
}
.entry-cover-bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
  width: 92%;
  max-height: 160px;
  -ms-filter: 'alpha(opacity=80)';
  filter: alpha(opacity=80);
  opacity: 0.8;
}
a.entry-cover:hover + .entry-header .entry-title a {
  color: #07f;
}
a.entry-cover:hover:before {
  /* visibility: visible; */
  opacity: 0.5;
  -ms-filter: 'alpha(opacity=50)';
  filter: alpha(opacity=50);
}
a.entry-cover:hover:after {
  /* visibility: visible; */
  opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
}
a.entry-cover:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #09f;
  content: '';
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a.entry-cover:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  visibility: hidden;
  margin-top: -0.5em;
  width: 100%;
  color: #fff;
  content: '+';
  text-align: center;
  font-size: 120px;
  font-family: arial;
  line-height: 1;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-header {
  overflow: hidden;
  margin: 5px 15px;
}
.entry-header .entry-title {
  font-size: 22px;
  line-height: 1.7;
  font-weight: normal;
  margin: 0;
}
.entry-header .entry-title a {
  color: #111;
  text-decoration: none;
}
.entry-header .entry-title a:hover,
.entry-meta a:hover,
span.edit-link a:hover {
  color: #07f;
}
.entry-meta,
.entry-meta a,
span.edit-link a {
  color: #aaa;
}
.entry-meta > a,
.entry-meta > time,
.entry-meta > span {
  margin: 0 0.2em;
}
.entry-meta > :first-child {
  margin-left: 0;
}
span.edit-link,
span.more-link {
  margin: 0;
  float: right;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 5px 15px;
  word-wrap: break-word;
  word-break: break-all;
}
.page-content p,
.entry-content p,
.entry-summary p {
  margin: 0 0 10px 0;
}
.page-content a,
.entry-content a,
.entry-summary a,
.more-link a {
  color: #07f;
}
.page-content a:hover,
.entry-content a:hover,
.entry-summary a:hover,
.more-link a:hover {
  color: #09f;
}
.entry-footer {
  margin: 5px 15px 10px;
  min-height: 1.5em;
  height: auto !important;
  height: 1.5em;
}
.tags-links {
  font-size: 12px;
  float: left;
  line-height: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tags-links:after {
  content: '';
  float: left;
}
.tags-links a {
  margin-right: 0.3em;
  padding: 2px 3px;
  border-radius: 0;
  background: #bbb;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tags-links a:hover {
  background: #999;
}
.tags-links a:before {
  content: '#';
}
.no-results .page-content {
  margin: 15px 15px 20px;
}
.no-results .page-content p {
  font-size: 20px;
}

/*--------------------------------------------------------------
03-1-2 - Post
--------------------------------------------------------------*/

.sticky-flag {
  border-radius: 3px;
  background: #f55;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.hentry {
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
  border-bottom: 0.3em solid #ccc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.hentry:hover {
  border-bottom: 0.3em solid #09f;
}
.updated {
  display: none;
}
.single .entry-meta {
  margin: 5px 0;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.entry-footer .footer-meta {
  overflow: auto;
}
.entry-footer .copyright {
  background: #efefef;
  padding: 0.5em 0.7em;
  margin: 10px 0;
  border: 1px solid #08f;
  border-left-width: 4px;
}
.entry-footer .share {
  margin: 10px 0 -10px;
  display: inline-block;
  width: 100%;
}
.bdsharebuttonbox a {
  display: inline-block;
  margin: 0 10px 6px 0 !important;
  border-radius: 2px;
  padding-left: 24px !important;
  background-image: url(img/share-icons@2x.png) !important;
  background-size: 24px 168px;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bdsharebuttonbox .bds_tsina {
  background-color: #e6162d;
  background-position: 0 0 !important;
}
.bdsharebuttonbox .bds_qzone {
  background-color: #f3b73d;
  background-position: 0 -24px !important;
}
.bdsharebuttonbox .bds_tqq {
  background-color: #128abc;
  background-position: 0 -48px !important;
}
.bdsharebuttonbox .bds_renren {
  background-color: #0070ce;
  background-position: 0 -72px !important;
}
.bdsharebuttonbox .bds_sqq {
  background-color: #28a8e2;
  background-position: 0 -96px !important;
}
.bdsharebuttonbox .bds_weixin {
  background-color: #0cc417;
  background-position: 0 -120px !important;
}
.bdsharebuttonbox .bds_more {
  background-color: #008751;
  background-position: 0 -144px !important;
}
.bdsharebuttonbox a:hover {
  opacity: 0.8;
}
.bdshare-button-style0-24:after {
  content: none !important;
}

/*--------------------------------------------------------------
03-1-3 - Page
--------------------------------------------------------------*/

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page .page .entry-header .entry-title {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  font-weight: normal;
  margin: 0;
}

/*--------------------------------------------------------------
03-1-4 - Comment
--------------------------------------------------------------*/

.comments-area {
  background: #fff;
  padding: 12px 15px 0 15px;
  border-top: 0.3em solid #ccc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.comments-area:hover {
  border-top: 0.3em solid #09f;
}
.comments-area ol {
  margin: 0;
}
.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100%;
}
.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
  max-width: 1040px;
  padding-left: 60px;
  padding-right: 376px;
}
.comments-title {
  margin: 0 0 10px;
  color: #999;
  font-weight: 400;
  font-size: 22px;
}
.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}
.comment-list .children {
  margin-left: 20px;
}
.comment-list > li:after,
.comment-list .children > li:before {
  background-size: 4px 4px;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}
.comment-list > li:last-child:after {
  display: none;
}
.comment-body {
  padding: 8px 10px 10px;
  border-top: 1px dotted #ccc;
}
.comment-author {
  float: left;
  color: #07f;
}
.comment-author .avatar {
  display: inline;
  border-radius: 3px;
  margin: 0 6px 6px 0;
}
.comment-author .fn {
  word-wrap: break-word;
  word-break: break-all;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.comment-author a {
  color: #07f !important;
  font-weight: bold !important;
}
.comment-author a:hover {
  color: #09f !important;
}
.comment-meta,
.comment-meta a,
.comment-meta .edit-link a,
.reply a {
  color: #666;
}
.reply a:hover {
  color: #07f;
}
.says {
  display: none;
}
.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%;
}
.comment-list .edit-link {
  margin-left: 20px;
}
.comment-list .reply .comment-reply-link,
.comment-meta,
.comment-meta a {
  font-size: 13px;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  float: right;
}
.comment-content {
  float: left;
  width: 100%;
}
.comment-content p {
  margin: 0;
}
.comment-content a {
  word-wrap: break-word;
  word-break: break-all;
}
.comment-metadata {
  margin-bottom: 8px;
}
.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}
.comment-awaiting-moderation {
  color: #a2a2a2;
}
.comment-awaiting-moderation:before {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.comment-reply-link:before,
.comment-reply-login:before {
  margin-right: 3px;
}
/* Comment form */
.comment .comment-respond {
  padding: 0 0 0 20px;
}
.comment-reply-title {
  font-weight: normal;
}
.comment-reply-title a {
  font-size: 13px;
  float: right;
}
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}
.comment-form p {
  margin: 0 0 10px;
}
.comment-form .comment-notes {
  margin-bottom: 15px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 6px;
}
.comment-form [for='author'],
.comment-form [for='email'],
.comment-form [for='url'],
.comment-form [for='cptch_input'],
.comment-form [for='comment'] {
  float: left;
  padding: 5px 0;
  width: 120px;
}
.comment-form .required,
.required {
  color: #ed331c;
}
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
  max-width: 270px;
  width: 60%;
}
.comment-form textarea {
  width: 100%;
  max-height: 100px;
}
.comment-form .form-submit {
  height: 27px;
  margin: 0;
  float: right;
}
.comment-form .submit {
  float: right;
}
.form-allowed-tags,
.form-allowed-tags code {
  display: none;
  color: #686758;
  font-size: 12px;
}
.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
}
.comment-list .pingback,
.comment-list .trackback {
  font-size: 12px;
  display: inline-block;
  width: inherit;
}
.comment-list .pingback .edit-link,
.comment-list .trackback .edit-link {
  float: right;
  font-size: 13px;
}
.comment-list .pingback .comment-body a {
  color: #07f;
}
.comment-list .pingback .comment-body a:hover {
  color: #09f;
}
.no-comments {
  color: #999;
  padding-bottom: 10px;
  margin: 0;
  font-weight: 400;
  font-size: 22px;
}
.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}
ol.comment-list article {
  float: left;
  width: 100%;
}
.reply {
  text-align: right;
}

/*--------------------------------------------------------------
03-1-5 - 404
--------------------------------------------------------------*/

h1.error-page-title {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 14px;
  padding: 8px 12px;
}
.error404 .page-content {
  margin: 15px 15px 20px;
}
.error404 .page-content p {
  font-size: 20px;
}
.error404 .page-content .error-tip {
  display: block;
  font-size: 100px;
  text-align: center;
  color: #999;
}

/*--------------------------------------------------------------
03-2 - Sidebar
--------------------------------------------------------------*/

.widget-area {
  width: 300px;
  float: right;
}
.widget {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 5px 15px 5px 15px;
  border-top: 0.3em solid #ccc;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget:hover {
  border-top: 0.3em solid #08f;
}
.widget-title {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1em;
  margin: 10px 0 0;
}
.widget ul {
  list-style: none;
  font-size: 12px;
  color: #666;
  margin: 10px 0 8px;
  padding: 0;
  overflow: auto;
}
.widget li {
  border-top: 1px dotted #ccc;
  padding: 2px 0;
}
.widget li:last-child {
  padding: 2px 0 0;
}
.widget_links li,
.widget_categories li,
.widget_archive li,
.widget_statistics li {
  float: left;
  width: 50%;
}
.widget_statistics ul .pv {
  width: 100%;
}
.widget_links a,
.widget_categories a,
.widget_archive a,
.widget_statistics a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget select {
  max-width: 100%;
}
body.single-format-aside article.format-aside {
  padding: 24px;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8;
}
.widget_search .search-form,
.widget_sbscrbr_widget form {
  margin: 10px 0;
}
.widget_search .search-form .search-submit {
  width: 60px;
  height: 28px;
  float: right;
  display: inline;
}
.widget_search .search-form .search-field {
  width: 190px;
  height: 21px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget_search .search-form input[type='search']:focus,
.widget_search .search-form input[type='search']:active {
  width: 190px;
  max-width: 190px;
  outline: 0;
}
.tag-cloud {
  margin: 10px 0 6px;
}
.tag-cloud a {
  margin: 0 4px 4px 0 !important;
  padding: 2px 6px !important;
  display: inline-block !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  position: relative !important;
  border-color: none !important;
  border: none !important;
  opacity: 0.8 !important;
  border-radius: 2px !important;
  color: #fff !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tag-cloud a:hover {
  display: inline-block !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  position: relative !important;
  border-color: none !important;
  border: none !important;
  opacity: 1 !important;
  color: #fff !important;
}
.tag-cloud a:active {
  color: #fff !important;
}
.tag-cloud .cloudbold a {
  font-weight: bold !important;
}
.tag-cloud .yahei {
  font-family: Microsoft Yahei, Segoe UI, Helvetica, Arial, sans-serif;
}
.tag-cloud .arial {
  font-family: Arial, Helvetica, Sans-serif !important;
}
.tag-cloud .rockwell {
  font-family: Rockwell, Georgia, Serif !important;
}
.tag-cloud .tahoma {
  font-family: Tahoma, Geneva, Sans-serif !important;
}
.tag-cloud .georgia {
  font-family: Georgia, Times, Serif !important;
}
.tag-cloud .times {
  font-family: Times, Georgia, Serif !important;
}
.tag-cloud .cambria {
  font-family: Cambria, Georgia, Serif !important;
}
.tag-cloud .verdana {
  font-family: Verdana, Lucida, Sans-serif !important;
}
.tag-cloud .opensans {
  font-family: 'Open Sans', Helvetica, Arial !important;
}
.tag-cloud .cbtcdefault a,
.tag-cloud .cbtcdefault-a {
  background: #f80;
}
.tag-cloud .cbtcsilver a,
.tag-cloud .cbtcsilver-a {
  background: #999;
}
.tag-cloud .cbtcgreen a,
.tag-cloud .cbtcgreen-a {
  background: #0a8;
}
.tag-cloud .cbtcred a,
.tag-cloud .cbtcred-a {
  background: #f20;
}
.tag-cloud .cbtcblue a,
.tag-cloud .cbtcblue-a {
  background: #09f;
}
.tag-cloud .cbtcpurple a,
.tag-cloud .cbtcpurple-a {
  background: #81f;
}
.tag-cloud .cbtccyan a,
.tag-cloud .cbtccyan-a {
  background: #0ac;
}
.tag-cloud .cbtclime a,
.tag-cloud .cbtclime-a {
  background: #2c3;
}
.tag-cloud .cbtcblack a,
.tag-cloud .cbtcblack-a {
  background: #444;
}
.widget_statistics {
  display: block !important;
}

/*--------------------------------------------------------------
04 - Footer
--------------------------------------------------------------*/

.site-footer {
  background: #34495e;
  clear: both;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 2;
  margin: 10px 0 0 0;
  padding: 24px 0;
}
.site-footer ul {
  list-style: none;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #09f;
  text-decoration: none;
}

/*--------------------------------------------------------------
05 - Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
06 - Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: 0;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
.wp-video {
  width: 100% !important;
}

/*--------------------------------------------------------------
07 - Other
--------------------------------------------------------------*/

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  visibility: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #07f;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

.ddownloads_list li {
  margin: 5px 0;
}

/*--------------------------------------------------------------
08 - Responsive
--------------------------------------------------------------*/
/*
@media (min-width: 1800px) {
  .site-content {
    width: 1720px;
  }
  .content-area {
    width: 1410px;
  }
  .blog .content-area .hentry-wrapper,
  .archive .content-area .hentry-wrapper {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
  .blog .hentry,
  .archive .hentry {
    width: 700px;
    float: left;
    position: relative;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media (min-width: 1560px) and (max-width: 1799px) {
  .site-content {
    width: 1010px;
  }
  .content-area {
    width: 700px;
  }
}
*/
@media (min-width: 783px) and (max-width: 1023px) {
  .site-content {
    width: 700px;
  }
  .content-area {
    width: 100%;
  }
  .entry-cover img {
    min-height: 0;
    max-height: none;
    max-height: 100vw;
  }
  a.entry-cover:before,
  a.entry-cover:after {
    display: none;
  }
  .widget-area {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 782px) {
  .site-header-admin {
    margin-top: 46px !important;
  }
}
@media (min-width: 426px) and (max-width: 782px) {
  .site {
    padding: 42px 0 0;
  }
  .site-header {
    height: 42px;
  }
  .site-header .logo {
    /* background-image: url(img/logo@2x.png);
    background-size: 148px 42px;
    width: 148px; */
    line-height: 42px;
    padding: 0 16px;
  }
  .site-header .connect {
    margin: 6px 6px 0 0;
  }
  .site-header .connect .search-field {
    background: #fff url(img/connect_icons@2x.png) no-repeat -2px -2px;
    background-size: 30px 120px;
  }
  .site-header .connect .zhihu {
    display: none;
  }
  .site-header .connect .qqgroup {
    display: none;
  }
  .site-header .connect a {
    margin-left: 6px;
    background-image: url(img/connect_icons@2x.png);
    background-size: 30px 120px;
  }
  .site-content {
    width: 100%;
    margin: 15px 0 0;
  }
  .main-navigation {
    font-size: 14px;
    display: block;
    width: 980px;
    margin: 0 auto;
  }
  .main-navigation ul {
    margin: 0 auto;
  }
  .main-navigation li a {
    line-height: 42px;
    padding: 0 10px;
  }
  .content-area {
    width: 100%;
    float: left;
    padding: 0 50px;
  }
  .entry-cover img {
    min-height: 0;
    max-height: none;
    max-height: 100vw;
  }
  a.entry-cover:before,
  a.entry-cover:after {
    display: none;
  }
  .entry-header .entry-title {
    font-size: 20px;
    line-height: 1.6;
  }
  .widget-area {
    display: none;
  }
  .site-footer {
    font-size: 12px;
    padding: 12px 0;
  }
}
@media (max-width: 621px) {
  .site {
    padding: 42px 0 0;
  }
  .site-header {
    height: 42px;
    background: #08f;
  }
  .site-header-admin {
    margin-top: 46px !important;
  }
  .site-header .logo {
    /* background-image: url(img/logo@2x.png);
    background-size: 148px 42px;
    width: 148px; */
    line-height: 40px;
    padding: 0 6px;
  }
  .site-header .connect {
    position: absolute;
    top: 42px;
    left: 0;
    display: none;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 42px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header .connect > :not(.search-form) {
    display: none;
  }
  .site-header .connect .search-form {
    width: 100%;
  }
  .site-header .connect .search-field {
    position: static;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    padding: 0 3%;
    border: 0;
    width: 83%;
    height: 42px;
    cursor: text;
    box-shadow: none;
  }
  .site-header .connect .search-form input[type='search']:focus,
  .site-header .connect .search-form input[type='search']:active {
    padding: 0 3%;
    border: 0;
    width: 83%;
    height: 42px;
    outline: 0;
    cursor: text;
    box-shadow: none;
  }
  .site-header .connect .search-submit {
    display: block;
    position: absolute;
    font-size: 16px;
    right: 0;
    margin: 0;
    width: 18%;
    height: 42px;
    border-radius: 0;
    box-shadow: none;
  }
  .m-btns {
    display: block;
  }
  .site-content {
    width: 100%;
    margin: 10px 0 0;
  }
  #wpadminbar {
    position: fixed;
  }
  .main-navigation {
    display: none;
  }
  .content-area {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .entry-cover img {
    min-height: 0;
    max-height: none;
    max-height: 100vw;
  }
  a.entry-cover:before,
  a.entry-cover:after {
    display: none;
  }
  a.entry-cover:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .entry-header .entry-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .entry-summary {
    display: none;
  }
  .entry-footer {
    display: none;
  }
  .single .entry-footer,
  .page .entry-footer {
    display: block;
  }
  .entry-footer .copyright {
    font-size: 12px;
  }
  .widget-area {
    width: 100%;
    padding: 0 10px;
  }
  .widget {
    display: none;
  }
  .site-footer {
    font-size: 12px;
    margin: 0;
    padding: 12px 0;
  }
}

/**
 * Prism
 *
 * http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+css-extras+clike+javascript+java+php+php-extras+bash+c+cpp+python+sql+http+csharp+go+aspnet+scala+haskell+swift+objectivec+ini+latex+git+perl+less+r+fortran+pascal&plugins=line-numbers+show-language
 *
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

code[class*='language-'],
pre[class*='language-'] {
  color: #f8f8f2;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* Code blocks */
pre[class*='language-'] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  border-radius: 0.3em;
}
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
  background: #272822;
}
/* Inline code */
:not(pre) > code[class*='language-'] {
  padding: 0.1em;
  border-radius: 0.3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #f8f8f2;
}
.namespace {
  opacity: 0.7;
}
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #f92672;
}
.token.boolean,
.token.number {
  color: #ae81ff;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #a6e22e;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #f8f8f2;
}
.token.atrule,
.token.attr-value {
  color: #e6db74;
}
.token.keyword {
  color: #66d9ef;
}
.token.regex,
.token.important {
  color: #fd971f;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em; /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
pre[class*='language-'] {
  position: relative;
}
pre[class*='language-'] > code[data-language] {
  display: inline-block;
}
pre[class*='language-'] > code[data-language]::before {
  content: attr(data-language);
  color: black;
  background-color: #cfcfcf;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.9em;
  border-radius: 0 0 0 5px;
  padding: 0 0.5em;
  text-shadow: none;
}
