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

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  color: #444;
  font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  background: #fff;
}

a {
  color: #1f2460;
  text-decoration: underline;
}

a:hover {
  color: #0000cc;
}

p {
  margin: 0 0 20px;
}

ul,
ol {
  margin: 0 0 24px 34px;
  padding: 0;
}

img,
iframe,
video {
  max-width: 100%;
}

img {
  height: auto;
}

table {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  margin-bottom: 24px;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 8px;
}

pre,
code {
  background: #f9f9f9;
  font-family: Consolas, Monaco, monospace;
}

pre {
  overflow-x: auto;
  padding: 14px 18px;
}

blockquote {
  color: #777;
  border-left: 4px solid #ddd;
  margin: 0 0 24px;
  padding: 12px 26px;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.site-container {
  margin: 22px auto 0;
  width: 897px;
}

.site-header {
  background: #f5f5f5;
  border: 1px solid #ddd;
}

.site-header .wrap {
  padding: 11px 18px 10px;
}

.title-area {
  text-align: left;
}

.site-title {
  color: #222;
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1.1;
  margin: 0 0 2px;
  word-spacing: 2px;
}

.site-title a {
  color: #222;
  text-decoration: none;
}

.site-description {
  color: #555;
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
}

.nav-primary {
  border-top: 1px solid #ddd;
  min-height: 42px;
}

.omega-nav-menu {
  list-style: none;
  margin: 0 0 0 156px;
  padding: 0;
}

.omega-nav-menu li {
  display: inline-block;
  list-style: none;
  margin: 0 2px 0 0;
}

.omega-nav-menu a {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-top: 0;
  color: #555;
  display: block;
  font-size: 14px;
  min-width: 84px;
  padding: 8px 12px;
  text-align: center;
}

.omega-nav-menu a:hover {
  background: #fff;
  color: #222;
}

.below-header {
  height: 42px;
  padding: 9px 4px 0;
}

.social-links {
  float: left;
}

.social-links a {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  height: 14px;
  line-height: 14px;
  margin-right: 3px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 14px;
}

.social-links .rss {
  background: #f28c26;
  font-size: 0;
}

.social-links .rss::before {
  content: "RSS";
  font-size: 6px;
}

.social-links .facebook {
  background: #4267b2;
}

.social-links .twitter {
  background: #55acee;
}

.language-links {
  float: right;
  font-size: 14px;
  line-height: 14px;
}

.language-links a {
  display: inline-block;
  margin-left: 8px;
  text-decoration: none;
}

.site-inner {
  clear: both;
  padding-top: 28px;
}

.content {
  float: left;
  margin-left: 20px;
  width: 575px;
}

.sidebar-primary {
  border-left: 1px solid #e5e5e5;
  float: right;
  margin-right: 20px;
  min-height: 760px;
  padding-left: 10px;
  width: 280px;
}

.entry {
  margin-bottom: 42px;
}

.entry-title {
  color: #444;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.15;
  margin: 0 0 14px;
}

.entry-title a {
  color: #444;
}

.entry-title a:hover {
  color: #222;
}

.entry-meta {
  color: #999;
  font-size: 14px;
  margin: 0 0 28px;
}

.entry-share {
  border-top: 1px solid #e5e5e5;
  color: #999;
  font-size: 13px;
  margin-top: 22px;
  padding-top: 12px;
}

.entry-share span {
  margin-right: 6px;
}

.entry-share a {
  margin-right: 10px;
}

.entry-summary {
  color: #444;
  min-height: 96px;
}

.summary-thumbnail {
  float: left;
  margin: 0 22px 20px 0;
}

.summary-thumbnail img {
  display: block;
  height: 94px;
  object-fit: cover;
  width: 94px;
}

.entry-content {
  overflow-wrap: anywhere;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  color: #444;
  font-weight: 300;
  line-height: 1.25;
}

.entry-content h2 {
  font-size: 22px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content img.alignleft,
.entry-content .alignleft {
  float: left;
  margin: 0 24px 24px 0;
}

.entry-content img.alignright,
.entry-content .alignright {
  float: right;
  margin: 0 0 24px 24px;
}

.entry-content img.aligncenter,
.entry-content .aligncenter {
  display: block;
  margin: 0 auto 24px;
}

.archive-title {
  color: #444;
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 28px;
}

.pagination {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin: 22px 0 50px;
}

.sidebar {
  color: #444;
  font-size: 14px;
}

.sidebar .widget {
  margin-bottom: 34px;
}

.widgettitle {
  color: #222;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 14px;
}

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

.sidebar li {
  line-height: 1.35;
  margin: 0 0 9px;
  overflow-wrap: anywhere;
}

.sidebar span {
  color: #999;
}

.search-field {
  border: 1px solid #e5e5e5;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.04);
  color: #777;
  height: 38px;
  padding: 0 14px;
  width: 252px;
}

.search-field::placeholder {
  color: #aaa;
  text-align: center;
}

.site-footer {
  border-top: 1px solid #e5e5e5;
  clear: both;
  color: #999;
  font-size: 12px;
  margin-top: 30px;
  padding: 18px 0;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

@media only screen and (max-width: 930px) {
  .site-container {
    margin-top: 0;
    padding: 10px;
    width: 100%;
  }

  .omega-nav-menu {
    margin-left: 0;
    text-align: center;
  }

  .omega-nav-menu a {
    min-width: 0;
  }

  .content,
  .sidebar-primary {
    float: none;
    margin: 0;
    width: 100%;
  }

  .sidebar-primary {
    border-left: 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    min-height: 0;
    padding: 24px 0 0;
  }

  .search-field {
    width: 100%;
  }
}
