/*
Theme Name: Humming
Theme URI: http://www.mur1s.com/humming/
Description: Console-inspired dark theme rebuilt from scratch, based on the all.bo static style.
Version: 2.0.0
Author: mur1s + Brain 0verride
Author URI: http://www.mur1s.com/
Tags: dark, two-columns, responsive, custom-menu, featured-images, threaded-comments

License:
License URI:
*/



@font-face {
  font-family: "Oswald";
  src: url("css/oswald/oswald-webfont.eot");
  src: url("css/oswald/oswald-webfont.eot?#iefix") format("embedded-opentype"),
    url("css/oswald/oswald-webfont.woff") format("woff"),
    url("css/oswald/oswald-webfont.ttf") format("truetype"),
    url("css/oswald/oswald-webfont.svg#oswald") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #06080a;
  --panel: #0a0f14;
  --panel2: #0e1620;
  --line: rgba(255, 255, 255, 0.12);
  --line2: rgba(255, 255, 255, 0.08);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.66);
  --green: #67ff7b;
  --cyan: #59d9ff;
  --brainblue: #3daee9;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.62);
  --radius: 10px;
  --radius-lg: 14px;
  --font-body: "Istok Web", Arial, Helvetica, sans-serif;
  --font-display: "Oswald", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background-color: var(--bg);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  background: transparent;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  z-index: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(900px 500px at 18% 0%, rgba(61, 174, 233, 0.12), transparent 55%),
    radial-gradient(900px 500px at 92% 8%, rgba(103, 255, 123, 0.08), transparent 60%),
    linear-gradient(180deg, #040507 0%, var(--bg) 45%, #040507 100%);
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  text-transform: uppercase;
}

body.admin-bar .wrap {
  padding-top: 52px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}

a:hover {
  color: var(--cyan);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(61, 174, 233, 0.95);
  outline-offset: 3px;
  border-radius: 8px;
}

.wrap {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 20px;
}

.win {
  width: min(1100px, 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(10, 15, 20, 0.86);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.win::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.025),
    rgba(255, 255, 255, 0.025) 1px,
    transparent 1px,
    transparent 6px
  );
  opacity: 0.2;
  pointer-events: none;
}

.bar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.bar-left {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.appicon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(61, 174, 233, 0.35), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35) inset;
}

.brand {
  display: grid;
  gap: 2px;
}

.brand a {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
}

.brand img {
  width: 112px;
  height: auto;
}

.crumb {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bar-title {
  justify-self: center;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap;
}

.bar-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wc {
  width: 26px;
  height: 20px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.wc:hover {
  border-color: rgba(61, 174, 233, 0.45);
}

.wc svg {
  width: 12px;
  height: 12px;
  opacity: 0.85;
  display: block;
}

.clock {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  margin-left: 8px;
  white-space: nowrap;
}

.content {
  position: relative;
  padding: 16px;
  display: grid;
  gap: 16px;
}

.block {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.18);
  padding: 14px;
}

.shell {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  margin: 0 0 10px;
}

.shell .user {
  color: var(--green);
}

.shell .host {
  color: var(--brainblue);
}

.shell .path {
  color: rgba(255, 255, 255, 0.52);
}

.shell .sym {
  color: rgba(255, 255, 255, 0.7);
}

.shell .cmd {
  color: rgba(255, 255, 255, 0.85);
}

.page-head h1,
.page-head h2,
.page-head h3,
.page-head h4 {
  margin: 0;
  font-family: var(--font-display);
}

.page-title {
  display: grid;
  gap: 6px;
}

.page-title h1 {
  font-size: 22px;
  letter-spacing: 0.04em;
}

.page-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  max-width: 90ch;
  text-transform: uppercase;
}

.page-meta {
  margin-top: 4px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.03em;
}

.page-meta a {
  color: rgba(255, 255, 255, 0.78);
}

.page-meta a:hover {
  color: rgba(255, 255, 255, 0.95);
}

.page-search {
  margin-top: 10px;
}

.nav-block .nav-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.nav-block .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nav-block .menu > li {
  margin: 0;
  position: relative;
}

.nav-block a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-block a:hover {
  border-color: rgba(61, 174, 233, 0.55);
  background: rgba(0, 0, 0, 0.3);
}

.nav-block .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  padding: 10px 6px 6px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 10, 12, 0.96);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
  z-index: 40;
  display: none;
}

.nav-block .menu > li:hover > .submenu {
  display: block;
}

.nav-block .submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.nav-block .submenu li {
  margin: 0;
}

.nav-block .submenu a {
  width: 100%;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  padding: 6px 8px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.25);
}

.nav-block .nav-search {
  margin-left: auto;
  position: relative;
}

.nav-block .nav-search .search-form {
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
}

.nav-block .nav-search .searchform {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
}

.nav-block .nav-search .searchform > div {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
}

.nav-block .nav-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.nav-block .nav-search .search-field,
.nav-block .nav-search input[type="search"],
.nav-block .nav-search input[type="text"] {
  order: 2;
  width: 160px;
  padding: 6px 8px;
  font-size: 12px;
}

.nav-block .nav-search input[type="submit"] {
  order: 1;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.22)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23dfe7ee' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>")
    no-repeat center;
  background-size: 14px 14px;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.layout {
  display: grid;
  gap: 16px;
  align-items: start;
}

.layout.sidebar-right {
  grid-template-columns: minmax(0, 1fr) 280px;
}

.layout.sidebar-left {
  grid-template-columns: 280px minmax(0, 1fr);
}

.main {
  min-width: 0;
}

.sidebar {
  display: grid;
  gap: 12px;
  align-content: start;
  grid-auto-rows: max-content;
}

.widget-container {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.2);
  padding: 12px;
}

.widget-container h3,
.widget-container h4,
.widget-container h5 {
  font-family: var(--font-display);
  margin-top: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.post-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.thumb {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.post-card .thumb {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.post-card h2,
.post-card h3 {
  font-family: var(--font-display);
  margin: 0;
  font-size: 16px;
}

.post-meta {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.62);
}

.post-card .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-excerpt {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.btn,
.button,
input[type="submit"],
button:not(.wc) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  font-family: var(--font-body);
  cursor: pointer;
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.wp-block-button__link:hover {
  border-color: rgba(61, 174, 233, 0.55);
  background: rgba(0, 0, 0, 0.3);
}

.btn:hover,
.button:hover,
input[type="submit"]:hover,
button:hover {
  transform: translateY(-1px);
  border-color: rgba(61, 174, 233, 0.55);
  background: rgba(0, 0, 0, 0.3);
}

.tag,
.chip {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 8px;
  border-radius: 999px;
}

.pager {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

.search-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.search-form label {
  flex: 1;
}

.search-field,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea,
select {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-body);
}

textarea {
  min-height: 120px;
}

hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 16px 0;
}

.format,
.entry-content {
  display: block;
}

.format h1,
.format h2,
.format h3,
.format h4,
.format h5,
.format h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: var(--font-display);
  margin-bottom: 0;
}

.format p,
.entry-content p {
  margin: 0 0 20px;
  line-height: 18px;
}

.format ul,
.format ol,
.entry-content ul,
.entry-content ol {
  padding-left: 20px;
  margin: 0 0 20px;
}

.format > :is(h1, h2, h3, h4, h5, h6, ul, ol, table, blockquote, pre, figure, div, section, article)
  + :is(h1, h2, h3, h4, h5, h6, ul, ol, table, blockquote, pre, figure, div, section, article),
.entry-content > :is(h1, h2, h3, h4, h5, h6, ul, ol, table, blockquote, pre, figure, div, section, article)
  + :is(h1, h2, h3, h4, h5, h6, ul, ol, table, blockquote, pre, figure, div, section, article) {
  margin-top: 14px;
}

.format br,
.entry-content br {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

blockquote {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid rgba(61, 174, 233, 0.6);
  background: rgba(0, 0, 0, 0.22);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.8);
}

pre,
code {
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 16px;
}

pre {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  overflow-x: auto;
}

code {
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.35);
}

pre code {
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
}

.table,
table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 10px;
}

.wp-caption {
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  padding: 8px;
}

.wp-caption-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
}

.alignleft {
  float: left;
  margin: 0 16px 16px 0;
}

.alignright {
  float: right;
  margin: 0 0 16px 16px;
}

.aligncenter {
  display: block;
  margin: 0 auto 16px;
}

.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  float: left;
  margin-right: 3%;
}

.one-half {
  width: 48.5%;
}

.one-third {
  width: 31.333%;
}

.two-third {
  width: 65.666%;
}

.one-fourth {
  width: 22%;
  margin-right: 4%;
}

.three-fourth {
  width: 74%;
  margin-right: 4%;
}

.one-fifth {
  width: 17.6%;
}

.two-fifth {
  width: 38.2%;
}

.three-fifth {
  width: 58.8%;
}

.four-fifth {
  width: 79.4%;
}

.one-sixth {
  width: 14.166%;
}

.five-sixth {
  width: 82.833%;
}

.last-column {
  margin-right: 0;
}

.clear {
  clear: both;
}

.portfoliofilter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}

.archive-col h3 {
  margin-top: 0;
  font-family: var(--font-display);
}

.archive-col ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.archive-col li {
  margin-bottom: 6px;
}

.portfoliofilter a,
.portfoliofilter span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
}

.portfolio-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.portfolio-item .item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
}

.portfolio-item .caption {
  padding: 8px 10px;
  font-family: var(--font-display);
}

.comment-single {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  padding: 12px;
  margin-bottom: 12px;
  display: grid;
  gap: 10px;
}

.comment-content {
  display: grid;
  gap: 6px;
}

.post-footer-meta {
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.04em;
}

.post-footer-meta .post-meta {
  color: rgba(255, 255, 255, 0.62);
}

.post-tags a {
  color: rgba(255, 255, 255, 0.75);
}

.post-tags a:hover {
  color: rgba(255, 255, 255, 0.95);
}

.comment-author {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer {
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  display: grid;
  gap: 10px;
}

.footer-widgets {
  display: grid;
  gap: 12px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
}

.social-media {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.social-media a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  min-height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.25));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  font-size: 11px;
  letter-spacing: 0.03em;
}

.social-media a:hover {
  border-color: rgba(61, 174, 233, 0.45);
  color: rgba(255, 255, 255, 0.9);
}

.back-top {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.25));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.back-top:hover {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(61, 174, 233, 0.45);
}

.back-top-arrow {
  font-size: 11px;
  line-height: 1;
}

.footer-bottom .copyright {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

.caret {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: rgba(103, 255, 123, 0.9);
  vertical-align: middle;
  margin-left: 4px;
  animation: blink 1s steps(1) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.hr {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 20px 0 14px;
  padding-top: 10px;
}

.format .hr,
.entry-content .hr {
  margin-top: 28px;
}

.hr h1,
.hr h2,
.hr h3,
.hr h4,
.hr h5,
.hr h6 {
  margin: 0;
  font-family: var(--font-display);
}

.m20px {
  margin-top: 20px;
}

.pagetitle {
  margin: 0;
  font-size: 22px;
  letter-spacing: 0.04em;
  font-family: var(--font-display);
}

.pagesubtitle {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  max-width: 90ch;
  text-transform: uppercase;
}

.spf {
  font-family: var(--font-display);
}

.blogpost {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.2);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.blogpost .item,
.blogpost .heading {
  display: grid;
  gap: 8px;
}

.blogpost .caption h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 16px;
}

.blogpost .excerpt {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.blogpost .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}

.blogpost .info a {
  color: rgba(255, 255, 255, 0.72);
}

.blog-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.blog-home-grid .blog-excerpt {
  margin-bottom: 0;
}

.blog-excerpt {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.2);
  padding: 12px;
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.blog-excerpt h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 13px;
  text-transform: uppercase;
}

.blog-excerpt .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.62);
  align-items: center;
}

.blog-excerpt .meta .alignright {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-excerpt .excerpt {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.featured {
  float: left;
  width: 31.333%;
  margin-right: 3%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.2);
  padding: 12px;
  min-width: 0;
}

.featured h2 {
  margin-top: 0;
  font-family: var(--font-display);
  font-size: 13px;
  text-transform: uppercase;
}

.featured .icon {
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.featured.last-column {
  margin-right: 0;
}

.box,
.border.box {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  padding: 8px;
}

.zoom {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: opacity 0.2s ease;
}

.item {
  position: relative;
}

.item:hover .zoom {
  opacity: 1;
}

.op-transition,
.bg-transition {
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease,
    opacity 0.2s ease, transform 0.2s ease;
}

.search {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-body);
}

.blog-navigate {
  margin-top: 10px;
}

.blog-navigate a {
  font-size: 13px;
}

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

.list-2 li {
  margin-bottom: 6px;
}

.entry-content table,
.entry-content tbody,
.entry-content tr {
  display: block;
  width: 100%;
  border: 0;
}

.entry-content td {
  border: 0;
  padding: 0;
}

.blog-excerpt::after,
.featured::after,
.format::after,
.entry-content::after {
  content: "";
  display: block;
  clear: both;
}

.one-third {
  min-width: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 900px) {
  .wrap {
    place-items: start;
  }

  .blog-home-grid {
    grid-template-columns: 1fr;
  }

  .bar {
    grid-template-columns: 1fr auto;
  }

  .bar-title {
    display: none;
  }

  .layout.sidebar-right,
  .layout.sidebar-left {
    grid-template-columns: 1fr;
  }

  .one-half,
  .one-third,
  .two-third,
  .one-fourth,
  .three-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one-sixth,
  .five-sixth {
    width: 100%;
    margin-right: 0;
  }

  .nav-block .nav-search {
    width: 100%;
    margin-left: 0;
  }

  .nav-block .nav-search .search-form {
    width: 100%;
  }

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

@media (prefers-reduced-motion: reduce) {
  .btn,
  .button,
  input[type="submit"],
  button,
  a {
    transition: none;
  }

  .caret {
    animation: none;
    opacity: 1;
  }
}

@import url("css/custom.css.php");
