/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.5
Tested up to: 6.8
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@supports (-webkit-font-smoothing: subpixel-antialiased) {
  * {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

/* #005fb8 */
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */

/*- 1.0 - Normalize ----------------------------------------------------------*/
/**
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
  font-synthesis-weight: none;
  scrollbar-width: thin;
  scrollbar-color: #666 #222;
}

body::before,
body::after {
  background: inherit;
  content: "";
  display: block;
  height: 11px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
body::before {
  top: 0;
}
body::after {
  bottom: 0;
}

.site {
  margin: 11px;
  margin-right: 1px;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  color: color-mix(in srgb, currentColor 85%, transparent);
  font-weight: 600;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 28px;
	min-width: inherit;
	padding: 14px;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: 600;
}

/*- 2.0 - Genericons ---------------------------------------------------------*/

.menu-item-has-children a:after,
/* .social-navigation a:before, */
.dropdown-toggle:after,
/* .bypostauthor > article .fn:after, */
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
/* .search-submit:before, */
.pagination .nav-links:before,
.pagination .nav-links:after {
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: never;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/*- 3.0 - Typography ---------------------------------------------------------*/

@font-face {
  font-family: Literata;
  src: url(fonts/Literata-Regular.woff2);
}

@font-face {
  font-family: Lexend;
  font-weight: 300;
  src: url(fonts/Lexend-ExtraLight.woff2);
}
@font-face {
  font-family: Lexend;
  font-weight: 400;
  src: url(fonts/Lexend-Light.woff2);
}
@font-face {
  font-family: Lexend;
  font-weight: 700;
  src: url(fonts/Lexend-SemiBold.woff2);
}

@font-face {
  font-family: "Courier Prime";
  src: url(fonts/CourierPrime.woff2);
  ascent-override: 85%;
  descent-override: 25%;
  size-adjust: 92%;
}
@font-face {
  font-family: "Courier 10 Pitch";
  src: url(fonts/Courier10PitchBT-Roman.woff2);
  size-adjust: 85%
}

body {
  color: #111;
  font-family: Lexend, -apple-system,BlinkMacSystemFont, "Microsoft YaHei", sans-serif;
  font-kerning: normal;
  font-size: 15px;
  line-height: 21px;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #333;
  font-family: Lexend, -apple-system,BlinkMacSystemFont, "Microsoft YaHei UI", sans-serif;
  font-weight: 600;
  margin-block: 0;
  text-rendering: optimizeLegibility;
}

p {
  margin-block: 0 28px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid;
  color: #666;
  margin-block: 0 28px; 
  margin-inline: 0; /* UA: 40px */
  overflow: hidden;
  padding-inline-start: 24px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote cite,
blockquote small {
  display: block;
  font-size: 16px;
  line-height: 28px;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 28px;
}

code,
kbd,
tt,
samp {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  /* Otherwise it will fallback to Simsun */
  font-family: "Courier Prime", Consolas, "Microsoft YaHei", monospace; 
}

code {
  margin-inline: 2px;
  padding-inline: 4px;
}

pre > code {
  background: none;
  border: none;
  display: block;
  line-height: normal;
  margin: 0 0 28px;
  max-width: 100%;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr,
acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}

mark,
ins {
  background: #37b;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*- 4.0 - Elements -----------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #222; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 28px;
}

ul,
ol {
  margin: 0 0 28px 20px;
  padding: 0;
}

ul {
  list-style: square; /* disc */
}

ol {
  list-style: decimal;
  margin-left: 24px;
}

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

dl {
  margin: 0 0 28px;
}

dt {
  font-weight: 600;
}

dd {
	margin: 0 0 28px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: middle;
}

img[border="1"] {
  outline: 1px solid #999;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #ccc;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 28px;
	table-layout: fixed;
}

tbody tr:nth-child(odd) {
  background: #fafafa
}

caption, th, td {
  text-align: left;
}

th {
	font-weight: 600;
  color: #333;
}

th, td {
	border-width: 0 1px 1px 0;
  padding: 7px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}


/*- 5.0 - Forms --------------------------------------------------------------*/

input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #333;
  border: 0;
  color: #fff;
  line-height: 1;
  padding: 13.5px 14px 12.5px;
  text-transform: uppercase;
  &:hover,
  &:focus {
    background: #39c;
  }
  &:focus {
    outline: thin dotted;
    outline-offset: -4px;
  }
}



input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	border: 1px solid #ccc;
	padding: 10px 7px;
	width: 100%;
  &:focus {
    border-color: #26a;
    outline: 0;
  }
}

.post-password-form {
	margin-bottom: 28px;
}

.post-password-form label {
  color: #666;
  display: block;
  font-size: 15px; /* 13px */
  line-height: 21px;
  margin-bottom: 28px; /* 1.75em ??*/
  text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 7px;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	width: calc(100% - 42px);
}

.search-submit:before {
  background-color: #fff;
  content: ""; /* U+F400 */
  display: block;
  height: 16px;
  line-height: 42px;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
  width: 42px;
}

.search-submit {
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

/*- 6.0 - Navigation ---------------------------------------------------------*/

/*- 6.1 - Links --------------------------------------------------------------*/

:any-link {
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
  /* text-underline-position: under;   */
}

a {
  color: inherit;
  text-decoration-line: none;
}

a:hover,
a:focus,
a:active {
  color: #666;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
  color: #26a;
  text-decoration-line: underline;
}
.widget a {
  color: #26a;
}


/*- 6.2 - Menus --------------------------------------------------------------*/

.site-header-menu {
  display: none;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
  margin: 14px 0;
  &.toggled-on,
  .no-js & {
    display: block;
  }
}

.site-footer .main-navigation {
  margin-bottom: 28px;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
}

.main-navigation li {
	border-top: 1px solid #ccc;
	position: relative;
}

.main-navigation a {
	display: block;
	outline-offset: -1px;
	padding: 13.5px 0;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  color: #333;
  font-weight: 600;
}

.main-navigation ul ul {
  display: none;
  margin-left: 14px;
}

.no-js .main-navigation ul ul {
  display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #ccc;
}

.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #111;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #ccc;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #37b;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 28px;
}

.site-footer .social-navigation {
	margin-bottom: 28px;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -7px;
}

.social-navigation li {
	float: left;
	margin: 0 7px 7px 0;
}

.social-navigation a {
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #666;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}

.social-navigation a:before {
  display: inline-block;
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
  mask-size: 16px 16px;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #666 /* fill */
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
  background-color: #26a;
}

.social-navigation a[href*="m.cmx.im"]:before {
  content: "";
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a4 4 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522q0-1.288.66-2.046c.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764q.662.757.661 2.046z'/%3E%3C/svg%3E");
}

.social-navigation a[href^="mailto:"]:before {
  content: ""; /* U+F410 */
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2048 2048'%3E%3Cpath d='M2048 384v85L1024 981 0 469v-85h2048zm-1024 811l1024-512v981H0V683l1024 512z'%3E%3C/path%3E%3C/svg%3E");
}

.social-navigation a[href$="/feed/"]:before {
  content: "\f413";
}

.post-navigation {
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
  clear: both;
  margin: 0 calc(1/13*100%) 56px;
}

.post-navigation a {
  color: #333;
  display: block;
  padding: 28px 0;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
	color: #666;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-size: 23px;
	font-weight: 600;
	line-height: 28px;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #26a;
}

.post-navigation div + div {
	border-top: 4px solid #222;
}

.pagination {
	border-top: 4px solid #222;
	font-size: 19px;
	margin: 0 calc(1/13*100%) 56px; /* calc(1/13*100%) = 1/13*/
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #222;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #111;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 2.5px;
	line-height: 1;
	margin: 0 14px 0 -14px;
	padding: 15.5px 14px 7.5px;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 600;
}

.pagination .prev,
.pagination .next {
	background-color: #222;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
  &:before {
    font-size: 32px;
    height: 53px;
    line-height: 52px;
    position: relative;
    width: 53px;
  }
  &:hover,
  &:focus {
    background-color: #37b;
    color: #fff;
  }
  &:focus {
    outline: 0;
  }
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 13px;
	margin: 0 calc(1/13*100%) 28px;
	padding: 14px 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 7px;
}

/*- 7.0 - Accessibility ------------------------------------------------------*/

/* Text meant only for screen readers */
.says,
.screen-reader-text {
  overflow: hidden;
  position: absolute;
  word-wrap: normal;
  margin: 0;
  opacity: 0;
  padding: 0;
  user-select: none;
  pointer-events: none;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  left: -100vw;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -100vh;
}

.site .skip-link:focus {
	clip-path: none;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/*- 8.0 - Alignments ---------------------------------------------------------*/

.alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 28px;
}

blockquote.alignleft {
  margin: 6px 28px 28px 0;
}

blockquote.alignright {
  margin: 6px 0 28px 28px;
}

blockquote.aligncenter {
  margin-bottom: 28px;
}

/*- 9.0 - Clearings ----------------------------------------------------------*/

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}

/*- 10.0 - Widgets -----------------------------------------------------------*/

.widget {
  border-top: 4px solid #222;
  margin-bottom: 56px;
  padding-top: 28px;
}

.widget-area > :last-child,
.widget > :last-child,
.widget > nav > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-size: 16px;
	margin: 0 0 28px;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
  color: inherit;
}

/* Calendar widget */
.widget.widget_calendar table {
  margin: 0;
  width: 29.4ch; /* 7x4.2 */
}

.widget.widget_calendar table tbody tr:nth-child(odd) {
  background: inherit
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar td,
.widget_calendar th {
  border: none;
}

.widget_calendar td,
.widget_calendar th,
.widget_calendar .wp-calendar-nav span {
	line-height: 41px;
	padding: 0;
	text-align: center;
}

.widget_calendar th {
  font-weight: inherit
}

.widget_calendar caption {
  color: #333;
	font-weight: 600;
	margin-bottom: 28px;
}

#today {
  background-color: #08c;
  color: #fff;
  display: block;
}
#today a {
  color: inherit
}

.widget_links .blogroll a {
  font-weight: 600;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #666;
	display: block;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 7px;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -6px;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #666;
	display: block;
  font-size: 15px; /* 13px */
	font-style: normal;
	line-height: 21px;
	margin-bottom: 7px;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 28px;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  margin: 0 3px 7px 0;
  padding: 9px 7px 8px;
}

.tagcloud ul {
	list-style-type: none;
	margin-left: 0;
}

.tagcloud ul li {
	display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #26a;
	color: #26a;
	outline: 0;
}

/*- 11.0 - Content -----------------------------------------------------------*/

.site {
  background-color: #fff;
}

.site-inner {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
}

.site-content {
  word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.site-main {
  margin-bottom: 56px;
}

.site-main > :last-child {
  margin-bottom: 0;
}

/*- 11.1 - Header ------------------------------------------------------------*/

.site-header {
	padding: 42px calc(1/13*100%);
}

.site-header-main {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.site-branding {
	margin: 14px auto 14px 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	/* overflow: hidden; */
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
  color: #333;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.site-branding .site-title a {
	color: inherit;
}

.wp-custom-logo .site-title {
  margin-top: 14px;
}

.site-description {
  color: #666;
  font-size: 16px; /* 13px */
  font-weight: 400;
  line-height: 1;
  margin-top: 7px;
  margin-bottom: 0;
}

button.menu-toggle {
  background-color: #fff;
  border: 1px solid;
  color: #111;
  margin: 14px 0;
  padding: 10px;
  padding-bottom: 8px;
  .no-js & {
    display: none;
  }
  &:hover,
  &:focus {
    background-color: #fff;
    color: #26a;
  }
  &.toggled-on,
  &.toggled-on:hover,
  &.toggled-on:focus {
    background-color: #222;
    border-color: #222;
    color: #fff;
  }
}

.menu-toggle:focus {
  outline: 0;
}

.menu-toggle.toggled-on:focus {
  outline: thin dotted;
}

.header-image {
  clear: both;
  margin: 14px 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/*- 11.2 - Posts and pages ---------------------------------------------------*/

.site-main > article {
	margin-bottom: 28px;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
  margin-right: calc(1/13*100%);
  margin-left: calc(1/13*100%);
}

.entry-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 28px;
}

.entry-title a {
	color: inherit;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #37b;
}

.post-thumbnail {
  display: block;
  margin: 0 calc(1/13*100%) 28px;
}

.post-thumbnail img {
  display: block;
}

.no-sidebar .post-thumbnail img {
  margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content {
  font-family: Georgia, Literata, -apple-system,BlinkMacSystemFont, "Microsoft YaHei", serif;
  font-size: 16px;
  line-height: 1.625
}

.entry-content,
.entry-summary {
	border-color: #ccc;
}

.entry-content,
.entry-summary,
.comment-content,
.textwidget {
  h1, h2, h3, h4, h5, h6 {
    margin-block: 56px 28px;
    font-weight: 600;
    &:first-child { 
      margin-block-start: 0;
    }
  }
  h1 {
    font-size: 28px;
    line-height: 35px;
  }
  h2 {
    font-size: 23px;
    line-height: 28px;
  }
  h3 {
    font-size: 19px;
    line-height: 21px;
  }
  h4, h5, h6 {
    font-size: 16px;
    line-height: 21px;
  }
}

.post-navigation .post-title,
.entry-title,
.comments-title {
  hyphens: auto;
}

body:not(.search-results) .entry-summary {
  color: #666;
  font-size: 19px;
  font-weight: 300;
  line-height: normal; /* 28px */
  margin-bottom: 28px;
}

body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -14px;
}

body:not(.search-results) .entry-summary fieldset {
  padding: 7px;
}

body:not(.search-results) .entry-summary blockquote {
  border-color: currentColor;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 28px;
	padding-bottom: 28px;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 28px 28px 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
  color: #666;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 21px;
  overflow: hidden;
}

.author-link {
  white-space: nowrap;
}

.entry-footer {
	color: #666;
	line-height: 21px;
	margin-top: 28px;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #666;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #26a;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 7px;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 7px 0 0;
	width: 21px;
}

.sticky-post {
	color: #666;
	display: block;
	font-size: 13px;
	letter-spacing: 0.076923077em;
	line-height: 21px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 calc(1/13*100%) 3.5em;
	padding-top: 28px;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
  font-size: 23px;
  line-height: 28px;
}

.taxonomy-description {
	color: #666;
}

.taxonomy-description p {
	margin: 7px 0 21px;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin: 0 0 28px;
}

.page-links a,
.page-links > span {
	border: 1px solid #ccc;
	border-radius: 2px;
	display: inline-block;
	height: 24px;
	margin-right: 4px;
	text-align: center;
	width: 24px;
}

.page-links a {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #37b;
	border-color: #37b;
	color: #fff;
}

.page-links > .page-links-title {
  border: 0;
  color: #111;
  height: auto;
  margin: 0;
  padding-right: 8px;
  width: auto;
}

.entry-attachment {
	margin-bottom: 28px;
}

.entry-caption {
	color: #666;
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
	padding-top: 14px;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 calc(1/13*100%);
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 28px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

/*- 11.4 - Comments ----------------------------------------------------------*/

.comments-area {
	margin: 0 calc(1/13*100%) 56px;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 28px;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3125;
	padding-top: 28px;
}

.comments-title {
	margin-bottom: 28px;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #ccc;
	padding: 28px 0;
}

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

.comment-list .children > li {
	padding-left: 14px;
}

.comment-author {
	color: inherit;
	margin-bottom: 7px;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 14px;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
  content: "Author";  /* U+f304 */
  left: 4px;
  position: relative;
  font-size: smaller;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

.comment-metadata,
.pingback .edit-link {
  color: #666;
}

.comment-metadata {
  margin-bottom: 28px;
}

.comment-metadata a,
.pingback .comment-edit-link {
  color: #666;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #26a;
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 7px;
}

.comment-content {
  font-family: Georgia, Literata, -apple-system,BlinkMacSystemFont, "Microsoft YaHei", serif;
  font-size: 16px;
  line-height: 1.625
}
 

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 20px;
}

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

.comment-reply-link {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  margin-top: 28px;
  padding: 7px 7px 6px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  color: #26a;
  border-color: currentColor;
  outline: 0;
}

.comment-form {
	padding-top: 28px;
}

.comment-form label {
  color: #555;
  display: block;
  line-height: 21px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 28px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #555;
  margin-bottom: 28px;
}

.no-comments {
	border-top: 1px solid #ccc;
	font-weight: 600;
	margin: 0;
	padding-top: 28px;
}

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

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

.required {
  color: #cf2e2e; /* vivid-red */
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #111;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	letter-spacing: 0;
	text-transform: none;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 calc(1/13*100%);
}

/*- 11.6 - Footer ------------------------------------------------------------*/

.site-footer {
	padding: 0 calc(1/13*100%) 28px;
}

.site-info {
	color: #666;
	font-size: 15px; /* 13px */
	line-height: 21px;
}

.site-info a {
	color: inherit;
}

.site-info a:hover,
.site-info a:focus {
	color: #26a;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 4px 0 7px;
}

.site-footer span[role=separator] {
	opacity: 0.7;
	padding: 0 4px 0 7px;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}

/*- 12.0 - Media -------------------------------------------------------------*/

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 28px;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 28px;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/*- 12.1 - Captions ----------------------------------------------------------*/

.wp-caption {
	margin-bottom: 28px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #666;
	font-size: 15px; /* 13px */
	/* font-style: italic; */
	line-height: 21px;
	padding-top: 7px;
}

/*- 12.2 - Galleries ---------------------------------------------------------*/

.gallery {
	margin: 0 -1.1666667% 28px;
}

.gallery-item {
	display: inline-block;
	max-width: calc(1/3*100%);
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: calc(100%/6);
}

.gallery-columns-7 .gallery-item {
	max-width: calc(100%/7);
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: calc(100%/9);
}

.gallery-icon img {
	margin: 0 auto;
  border: 1px solid #111;
}

.gallery-caption {
	display: block;
	font-size: 13px;
  color: #666;
  .gallery-columns-6 &,
  .gallery-columns-7 &,
  .gallery-columns-8 &,
  .gallery-columns-9 & {
    display: none;
  }
}

/**
 * 13.0 - Multisites
 */

.widecolumn {
  margin-bottom: 56px;
  padding: 0 calc(1/13*100%);
  .mu_register {
    width: auto;
  }
  .mu_register .mu_alert {
    background: transparent;
    border-color: #ccc;
    color: inherit;
    margin-bottom: 56px;
    padding: 28px;
  }
  form,
  .mu_register form {
    margin-top: 0;
  }
  h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 28px;
  }
}









.widecolumn p {
	margin: 28px 0;
}

.widecolumn p + h2 {
	margin-top: 56px;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 21px;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 28px 10px 7px 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 6px;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

/*- 14.0 - Media Queries -----------------------------------------------------*/

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*- 14.1 - >= 710px ----------------------------------------------------------*/



@media screen and (min-width: 710px) {
	.site-main {
		margin-bottom: 84px;
	}
	.site-header {
		padding: 63px calc(1/13*100%);
	}
	.site-branding {
		margin-top: 21px;
		margin-bottom: 21px;
	}
	.custom-logo {
		max-width: 210px;
	}
	.site-title {
		font-size: 28px;
		line-height: 1.25;
	}
	.wp-custom-logo .site-title {
		margin-top: 8px;
	}
	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		margin: 21px 0;
		padding: 13px 14px 11px;
	}

	.site-header-menu {
		margin: 17px 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 42px;
	}

	.header-image {
		margin: 21px 0;
	}

	.pagination {
		margin: 0 calc(3/13*100%) 84px calc(1/13*100%)
	}

	.post-navigation {
		margin-bottom: 84px;
	}

	.post-navigation .post-title {
		font-size: 28px;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 84px;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: calc(3/13*100%);
	}

	.entry-title {
		font-size: 33px;
		line-height: 42px;
		margin-bottom: 28px;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 18px 0 0;
		width: calc( 50% - 14px );
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -28px;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 20px;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 24px;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 4px;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 28px;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 56px;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 84px;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 84px;
		padding-right: calc(3/13*100%);
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 22px;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 28px;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.site-header {
		padding-right: calc(50%/11);
		padding-left: calc(50%/11);
	}

	.site-header-main {
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		align-items: center;
	}

	.site-header-menu {
		display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
	}

	.main-navigation {
		margin: 0 -14px;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 10.5px 14px;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #26a;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #ccc;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #ccc;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 203px;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #ccc transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 36px;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 10px;
		top: 13px;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 33px;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 9px;
		top: 14px;
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {
		padding: 0 calc(50%/11);
	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.widget {
		margin-bottom: 42px;
		padding-top: 21px;
	}

	.widget .widget-title {
		margin-bottom: 21px;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 21px;
	}

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

	.widget blockquote {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 21px;
		padding-left: 17px;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		line-height: 21px;
	}

	.widget th,
	.widget td {
		padding: 7px;
	}

	.widget pre {
		font-size: 13px;
		line-height: 21px;
		margin-bottom: 21px;
		padding: 7px;
	}

	.widget fieldset {
		margin-bottom: 21px;
		padding: 7px;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 15px; /* 13px */
		line-height: 21px;
    text-wrap: nowrap;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 11px;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 6px 7px;
	}

	.widget h1 {
		font-size: 23px;
		line-height: 28px;
		margin-bottom: 21px;
	}

	.widget h2 {
		font-size: 19px;
		line-height: 21px;
		margin-bottom: 21px;
	}

	.widget h3 {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 21px;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		line-height: 21px;
		margin-bottom: 21px;
	}

	.widget .alignleft {
		margin: 3px 21px 21px 0;
	}

	.widget .alignright {
		margin: 3px 0 21px 21px;
	}

	.widget .aligncenter {
		margin-bottom: 21px;
	}

	.widget_calendar td,
	.widget_calendar th,
	.widget_calendar .wp-calendar-nav span {
		line-height: 35px;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 21px;
	}

	.widget input[type="search"].search-field {
		border-right: none;
		width: calc(100% - 35px);
	}

	.widget button.search-submit {
		padding: 0;
	}

	.tagcloud a {
		margin: 0 3px 7px 0;
		padding: 7px 6px 6px;
	}

	.textwidget h1 {
		margin-top: 42px;
	}

	.textwidget h2 {
		margin-top: 42px;
	}

	.textwidget h3 {
		margin-top: 42px;
	}

	.textwidget h4 {
		letter-spacing: 2px;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 42px;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		padding: 0 calc(50%/11) 56px;
	}

	.site-footer .social-navigation {
		width: 100%;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 985px) {
	.site-main {
		margin-bottom: 112px;
	}

	.site-header {
		padding: 84px calc(50%/11);
	}

	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 28px;
		margin-bottom: 28px;
	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 42px;
	}

	.post-navigation {
		margin-bottom: 112px;
	}

	.pagination {
		margin-bottom: 112px;
	}

	.widget {
		margin-bottom: 56px;
	}

	.site-main > article {
		margin-bottom: 112px;
	}

	.entry-title {
		font-size: 40px;
		line-height: 49px;
		margin-bottom: 42px;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 42px;
	}

	.post-thumbnail {
		margin-bottom: 42px;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		line-height: 42px;

	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		line-height: 1.25;
		margin-top: 56px;
		margin-bottom: 28px;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		margin-top: 56px;
		margin-bottom: 28px;
	}
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		line-height: 21px;
		margin-top: 56px;
		margin-bottom: 28px;
	}

	.author-info {
		border-bottom: none;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 84px;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 112px;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 42px;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -21px;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: calc(5/7*100%);
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 28px);
		width: calc(60% - 28px);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: calc(-2/13*100%);
		max-width: 120%;
	}

	body:not(.search-results) article:not(.type-page) .gallery-item img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 2px;
		width: calc(150%/7);
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 7px;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 7px;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 1200px) {
	body:not(.search-results) .entry-summary {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 42px;
    p, address, hr, ul, ol, dl, dd, table {
      margin-bottom: 35px;
    }
    li > ul,
    blockquote > ul {
      margin-left: 22px;
    }
    li > ol,
    blockquote > ol {
      margin-left: 35px;
    }
    blockquote {
      font-size: 22px;
      margin: 0 0 35px;
      padding-left: 31px;
    }
    blockquote:not(.alignleft):not(.alignright) {
      margin-left: -35px;
    }
    blockquote blockquote:not(.alignleft):not(.alignright) {
      margin-left: 0;
    }
    blockquote cite,
    blockquote small {
      font-size: 19px;
      line-height: 35px;
    }
    th,
    td {
      padding: 7px;
    }
    pre {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 28px;
      padding: 28px;
    }
    fieldset {
      margin-bottom: 35px;
      padding: 7px;
    }
    h1, h2, h3, h4, h5, h6 {
      margin-top: 70px;
      margin-bottom: 35px;
      &:first-child {
        margin-top: 0;
      }
    }
    .alignleft {
      margin: 6px 35px 35px 0;
    }
    .alignright {
      margin: 6px 0 35px 35px;
    }
    .aligncenter {
      margin-bottom: 35px;
    }    
	}

  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -21px;
  }
}

/*- 15.0 - Print -------------------------------------------------------------*/

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 31.5pt;
		margin-bottom: 42pt;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 22.5pt;
		margin-bottom: 31.5pt;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: Canvas !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: CanvasText !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: GrayText !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: GrayText !important; /* Make sure color schemes don't affect to print */
	}
	
	hr {
		background-color: GrayText !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: GrayText !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: LinkText !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid AccentColor !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 21pt;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 21pt;
	}

	.site-main {
		margin-bottom: 42pt;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 42pt;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 18px 0 0;
		width: calc(50% - 10.5pt);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -21pt;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

.src span {
  display: inline-block;
  line-height: 1;
}
.src a {
  color: #999;
  border-right: 1px solid #ddd;
  text-decoration: none;
  padding-right: 1ch;
  text-align: right;
  position: absolute;
  width: 4ch;
  margin-left: -5ch;
}

.src .st { color: #236b8e } /* string */