/*! systematize.scss | MIT License | github.com/mvasilkov/systematize */
html {
  font-family: -apple-system, Segoe UI, system-ui, Roboto, Helvetica Neue,
    sans-serif;
  line-height: 1.58;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: SFMono-Regular, SF Mono, Ubuntu Mono, Consolas, DejaVu Sans Mono,
    Menlo, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: SFMono-Regular, SF Mono, Ubuntu Mono, Consolas, DejaVu Sans Mono,
    Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
::-moz-selection {
  background-color: #b2d7ff;
  text-shadow: none;
}
::selection {
  background-color: #b2d7ff;
  text-shadow: none;
}
iframe {
  border: 0;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[hidden] {
  display: none;
}
[tabindex="-1"]:focus {
  outline: 0;
}
footer ul a,
header ul a {
  transition: opacity 0.2s ease;
}
footer ul a:hover,
header ul a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
footer a,
header a {
  color: #fff;
  text-decoration: none;
}
footer .connect,
header .connect {
  font-size: 40px;
}
header a,
header a:link,
header a:visited {
  color: #fff;
  text-decoration: none;
}
.post-container {
  width: 33.3%;
  padding: 0 1% 2.25%;
}
.posts {
  overflow: visible !important;
}
.post,
.posts .page {
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.posts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.posts .post-container {
  flex: 1 0 auto;
}
body {
  margin: 0 auto;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #ebebeb;
}
h1,
h2,
h3,
h4 {
  clear: both;
}
ul {
  padding: 0;
  margin: 0;
}
a,
a:link {
  text-decoration: none;
}
a,
a:link,
a:visited {
  color: #666;
  transition: color 0.18s ease;
}
a:active,
a:hover {
  color: #000;
  text-decoration: underline;
}
#page {
  min-height: 600px;
}
#page ul {
  padding-left: 20px;
  list-style-type: square;
  margin: 0;
}
#page .connect-large {
  padding: 0;
}
.entry-header {
  padding-top: 8px;
}
.entry-header a {
  text-decoration: none;
  font-size: 19px;
}
.entry-image img {
  padding: 2px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.entry-time {
  color: #878787;
  font-size: 11px;
}
#page .card ul.side-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.card,
.post {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.10);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  background: #fff;
  border-radius: 3px;
  padding: 5px 5px 10px;
}
.card p,
.post p {
  line-height: 25px;
}
.card .entry-image,
.post .entry-image {
  text-align: center;
  margin: 0 auto;
  max-width: 660px;
  padding: 2px;
}
.card .entry-image img,
.post .entry-image img {
  max-height: 400px;
}
.card img,
.post img {
  display: block;
  border: 1px solid #e8e8e8;
}
.card li,
.post li {
  margin-top: 7px;
  margin-bottom: 7px;
}
.card h2,
.card h3,
.post h2,
.post h3 {
  color: #666;
  margin: 0;
  padding: 0;
}
.card h2 a,
.card h3 a,
.post h2 a,
.post h3 a {
  text-decoration: none;
}
.card .side-nav,
.post .side-nav {
  overflow: hidden;
  list-style-type: none;
}
.card .side-nav img,
.post .side-nav img {
  float: left;
  margin-right: 10px;
}
.card .side-nav li,
.post .side-nav li {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.card:hover,
.post:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13), 0 2px 8px rgba(0, 0, 0, 0.10);
  transform: translateY(-3px);
}
.pattern {
  background: #684986;
}
footer {
  text-align: center;
}
footer a,
footer a:link,
footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer {
  margin-top: -250px;
  padding: 250px 20px 20px;
}
footer .connect .icon-github-circled {
  font-size: 45px;
}
.connect-large {
  text-align: center;
}
.connect-large i {
  padding: 5px;
}
.connect-large li {
  list-style-type: none;
  display: inline-block;
  margin: 10px;
}
.connect-large a {
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  display: inline-block;
}
.connect-large a:hover {
  opacity: 0.75;
  transform: translateY(-2px);
}
body,
html {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
blockquote:after,
blockquote:before {
  content: "";
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px solid #f1f5ff;
  outline-offset: 3px;
}
input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
body {
  margin: 0;
  padding: 0;
  border: none;
}
body a,
body a:hover {
  text-decoration: none;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
::selection {
  background: #444;
  color: #fff;
}
:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #999;
}
.wrapper {
  position: relative;
  z-index: 3;
}
.bg-image.master,
.bg-shader.master {
  height: 960px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
}
.bg-image.master {
  background: #fff;
  background-repeat: no-repeat;
  background-position: top;
}
.bg-shader.master {
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.section-inner {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.section-inner.thin {
  width: 1140px;
}
.section-inner .post-inner {
  max-width: 80%;
}
.bg-image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.bg-shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bg-dark {
  background: #1d1d1d;
}
.one-fourth {
  width: 21.5%;
}
.one-fourth,
.one-third {
  margin-left: 5%;
  float: left;
}
.one-third {
  width: 30%;
}
.one-half {
  width: 47.5%;
}
.one-half,
.two-thirds {
  margin-left: 5%;
  float: left;
}
.two-thirds {
  width: 65%;
}
.one-fourth:first-child,
.one-half:first-child,
.one-third:first-child,
.two-thirds:first-child {
  margin-left: 0;
}
.title-section {
  position: relative;
}
.home_first_page .title-section .section-inner {
  padding: 150px 0;
}
.title-section .section-inner {
  padding: 75px 0;
  position: relative;
  z-index: 10;
}
.blog-title {
  text-align: center;
  position: relative;
}
.blog-title a {
  display: inline-block;
  font-weight: 900;
  font-size: 3em;
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  transition: color 0.2s ease;
}
.blog-title a:hover {
  color: #ca2017;
}
.blog-subtitle {
  font-size: 1.25em;
  font-weight: 400;
  font-style: italic;
  color: hsla(0, 0%, 100%, 0.8);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin: 30px 0 0;
  position: relative;
}
.blog-logo,
.blog-subtitle {
  text-align: center;
}
.blog-logo a {
  display: inline-block;
}
.blog-logo img {
  display: block;
  max-height: 200px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.toggle-container {
  display: none;
}
.nav-toggle {
  display: block;
  padding: 14px;
  border-radius: 0 0 2px 2px;
  background: #1d1d1d;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-toggle .bars {
  height: 10px;
  width: 15px;
  float: right;
  position: relative;
  top: -1px;
}
.nav-toggle .bar {
  width: 15px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.nav-toggle .bar:nth-child(2) {
  top: 4px;
}
.nav-toggle .bar:nth-child(3) {
  top: 8px;
}
.nav-toggle p {
  font-size: 14px;
  line-height: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  float: right;
  margin-right: 8px;
}
.nav-toggle .close {
  display: none;
}
.nav-toggle:hover {
  cursor: pointer;
}
.nav-toggle.active {
  background: #1d1d1d;
}
.nav-toggle.active .bar:first-child,
.nav-toggle.active .bar:nth-child(3) {
  top: 4px;
}
.nav-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active .bar:first-child {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nav-toggle.active .bar:nth-child(3) {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.nav-toggle.active .menu {
  display: none;
}
.nav-toggle.active .close {
  display: block;
}
.navigation {
  background: #1d1d1d;
  border-bottom: 2px solid #111;
}
.navigation .section-inner {
  position: relative;
}
.mobile-menu-container {
  display: none;
}
.navigation .section-inner .menu-social {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
.navigation .section-inner .menu-social li {
  float: left;
  margin-left: 10px;
}
.post.sticky .is-sticky {
  display: block;
  width: 32px;
  height: 32px;
  background: #ca2017;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 16px;
}
.post.sticky .is-sticky .genericon {
  margin: 8px 0 0 8px;
  color: #fff;
}
.post.sticky .is-sticky:after,
.post.sticky .is-sticky:before {
  content: "";
  display: block;
  border: 8px solid transparent;
  position: absolute;
  bottom: -16px;
}
.post.sticky .is-sticky:before {
  left: 0;
  border-top-color: #ca2017;
  border-left-color: #ca2017;
}
.post.sticky .is-sticky:after {
  right: 0;
  border-top-color: #ca2017;
  border-right-color: #ca2017;
}
.featured-media {
  position: relative;
}
.featured-media a,
.featured-media img {
  display: block;
}
.featured-media iframe {
  display: block;
  border: none;
  margin: 0;
}
.featured-media object {
  border: none;
  margin: 0;
}
.featured-media a {
  overflow: hidden;
}
.featured-media a img {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.featured-media a:hover img {
  opacity: 0.85;
  transform: scale(1.02);
  -moz-opacity: 0.85;
  -webkit-opacity: 0.85;
}
.media-caption-container {
  padding: 50px 0 25px;
  background: #111;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.55) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.55))
  );
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.55));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.55) 100%);
  background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.55));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#8c000000",GradientType=0);
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
}
.featured-media .media-caption {
  width: 700px;
  max-width: 84%;
  margin: 0 auto;
  font-size: 0.9em;
  line-height: 120%;
  font-style: italic;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.post-title {
  font-size: 1.6em;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 10px;
  word-break: break-word;
  -ms-word-break: break-word;
}
.post-title,
.post-title a {
  color: #2d2d2d;
  transition: color 0.18s ease;
}
.posts .post-inner {
  padding: 2%;
}
.post-excerpt {
  font-size: 1.1em;
  line-height: 140%;
  color: #666;
}
.post-excerpt p + p {
  margin-top: 1em;
}
.post-excerpt .more-link {
  border-bottom: 1px solid transparent;
  transition: border-color 0.18s ease, color 0.18s ease;
}
.post-excerpt .more-link:hover {
  border-bottom-color: #13c4a5;
}
.posts .post-meta {
  font-size: 0.85em;
  font-weight: 500;
}
.posts .post-excerpt + .post-meta,
.posts .post-header + .post-meta {
  margin-top: 20px;
  border-top: 2px solid #eee;
  padding-top: 12px;
}
.posts .post-meta .genericon {
  position: relative;
  bottom: -3px;
}
.posts .post-meta-comments .genericon {
  position: relative;
  bottom: -2px;
}
.posts .post-meta-date {
  float: left;
}
.posts .post-meta-comments {
  float: right;
}
.posts .post-meta a {
  color: #999;
}
.post-quote {
  padding: 10% 8%;
  background: #ca2017;
  color: #fff;
}
.post-quote blockquote {
  display: block;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 140%;
}
.post-quote cite {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  font-weight: 700;
}
.post-quote cite:before {
  content: "— ";
}
.post-link {
  padding: 10% 8%;
  background: #ca2017;
  color: #fff;
}
.post-link p {
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 140%;
}
.post-link a {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff;
}
.post-link a:before {
  font: 32px/1 Genericons;
  content: "";
  position: relative;
  bottom: -11px;
}
.post-link a:hover {
  color: #fff;
}
.post-link a:hover span {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.single-post .post-quote .inner {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.single-post .post-quote blockquote {
  font-size: 2em;
  line-height: 150%;
}
.single-post .post-quote cite {
  margin-top: 40px;
  font-size: 0.9em;
}
.single-post .post-link .inner {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.single-post .post-link p {
  font-size: 2em;
}
.single-post .flex-direction-nav {
  margin-top: -45px;
}
.single-post .flex-direction-nav a {
  height: 90px;
}
.single-post .post-inner {
  padding: 20px 0px;
  margin: 0 auto;
}
.single-post .post-date a {
  color: #999;
}
.single-post .post-date a:hover {
  color: #ca2017;
}
.single-post .post-date .sep {
  margin: 0 10px;
  font-weight: 400;
  color: #ddd;
}
.single-post .post-title {
  font-size: 3em;
}
.page-links {
  display: inline-block;
  margin-top: 10%;
  background: #f1f1f1;
  border-radius: 3px;
  overflow: hidden;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #666;
}
.page-links > a,
.page-links > span {
  display: inline-block;
  padding: 16px 16px 15px;
}
.page-links > span:nth-of-type(2) {
  background: #333;
  color: #fff;
}
.page-links > a {
  color: #ca2017;
  transition: background 0.18s ease, color 0.18s ease;
}
.page-links > a:hover {
  background: #ca2017;
  color: #fff;
  text-decoration: none !important;
}
.tab-selector {
  width: 700px;
  max-width: 84%;
  margin: 0 auto;
}
.tab-selector li {
  float: left;
  margin-left: 10px;
}
.tab-selector li:first-child {
  margin-left: 0;
}
.tab-selector a {
  display: block;
  padding: 20px 20px 18px 18px;
  border-bottom: none;
  font-size: 0.9em;
  font-weight: 500;
  color: #999;
  border-radius: 3px 3px 0 0;
  transition: color 0.18s ease;
}
.tab-selector a .genericon {
  position: relative;
  top: -1px;
}
.tab-selector a:hover {
  color: #666;
}
.tab-selector .active {
  background: #f1f1f1;
  color: #333;
}
.tab-selector .active:hover {
  color: #333;
}
.post-meta-tabs {
  background: #f1f1f1;
}
.post-meta-tabs-inner {
  width: 700px;
  max-width: 84%;
  padding: 80px 0;
  margin: 0 auto;
}
.post-meta-tabs .tab {
  display: none;
}
.post-meta-tabs .tab-comments {
  display: block;
}
.tab-post-meta {
  position: relative;
}
.tab-post-meta:after {
  content: "";
  display: block;
  width: 1px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 57.5%;
  bottom: 0;
}
.tab-post-meta .post-nav {
  width: 52.5%;
}
.tab-post-meta .post-nav a {
  display: block;
}
.tab-post-meta .post-nav a + a {
  margin-top: 33px;
  border-top: 1px solid #ddd;
  padding-top: 33px;
}
.tab-post-meta .post-nav p {
  font-size: 0.8em;
  font-weight: 700;
  color: #767676;
}
.tab-post-meta .post-nav h4 {
  font-size: 1.1em;
  line-height: 120%;
  font-weight: 700;
  margin-top: 5px;
  color: #333;
  word-break: break-word;
  -ms-word-break: break-word;
}
.tab-post-meta .post-nav a:hover h4 {
  color: #ca2017;
}
.post-info-items {
  width: 37.5%;
}
.post-info-items li {
  font-size: 0.9em;
  line-height: 120%;
  color: #666;
}
.post-info-items li + li {
  margin-top: 12px;
  border-top: 1px solid #ddd;
  padding-top: 12px;
}
.post-info-items a {
  color: #666;
  transition: color 0.18s ease;
}
.post-info-items a:hover {
  color: #ca2017;
}
.author-content {
  margin-top: 10%;
}
.content-by {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ca2017;
  margin-bottom: 15px;
}
.author-content li {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.author-content li:first-child {
  border-top: 1px solid #ddd;
}
.author-content a {
  display: block;
  padding: 20px 0 20px 65px;
  transition: background 0.18s ease;
}
.author-content .post-icon {
  width: 50px;
  height: 50px;
  background: #d8d8d8;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.author-content .post-icon img {
  border-radius: 999px;
}
.author-content .post-icon .genericon {
  font-size: 32px;
  height: 32px;
  width: 32px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.author-content .title {
  display: inline-block;
  font-weight: 700;
  line-height: 120%;
  color: #333;
}
.author-content .excerpt,
.author-content .meta {
  font-size: 0.9em;
  line-height: 140%;
  color: #999;
  margin-top: 3px;
}
.author-content a:hover .title {
  color: #ca2017;
}
.author-content a:hover .post-icon {
  background: #ca2017;
}
.author-content a:hover .post-icon .genericon {
  color: #fff;
}
.author-content a:hover .post-icon img {
  opacity: 0.75;
  -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
}
.post-nav-fixed a {
  display: block;
  width: 40px;
  height: 160px;
  background: #282828;
  position: fixed;
  top: 50%;
  margin-top: -80px;
  transition: width 0.2s ease, background 0.2s ease;
}
.post-nav-fixed a .arrow {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  transition: transform 0.2s ease;
}
.post-nav-fixed a:hover .arrow {
  transform: scale(1.15);
}
.post-nav-fixed .post-nav-prev {
  left: 0;
}
.post-nav-fixed .post-nav-next {
  right: 0;
}
.post-nav-fixed a:hover {
  width: 60px;
  background: #ca2017;
}
.post-content {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
}
.post-content a,
.post-content a:link {
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: underline;
}
.post-content .wp-caption,
.post-content address,
.post-content blockquote,
.post-content dl,
.post-content ol,
.post-content p,
.post-content pre,
p.post-date,
.post-content ul {
  /* line-height: 160%;
  margin-bottom: 1.1em; */
  letter-spacing: -0.18px;
  line-height: 28.8px;
  font-size: 18px;
}
p.post-date {
  color: #666;
  font-weight: bold;
}
.post-content > :first-child {
  margin-top: 0;
}
.post-content :last-child {
  margin-bottom: 0;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 50px 0 20px;
  line-height: 120%;
  font-weight: 700;
  color: #222;
}
.post-content h1 {
  font-size: 2em;
}
.post-content h2 {
  font-size: 1.75em;
}
.post-content h3 {
  font-size: 1.5em;
}
.post-content h4 {
  font-size: 1.25em;
  font-weight: 400;
}
.post-content h5 {
  font-size: 1.1em;
  font-weight: 400;
}
.post-content h6 {
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-content h1 + h1,
.post-content h1 + h2,
.post-content h1 + h3,
.post-content h1 + h4,
.post-content h1 + h5,
.post-content h1 + h6,
.post-content h2 + h1,
.post-content h2 + h2,
.post-content h2 + h3,
.post-content h2 + h4,
.post-content h2 + h5,
.post-content h2 + h6,
.post-content h3 + h1,
.post-content h3 + h2,
.post-content h3 + h3,
.post-content h3 + h4,
.post-content h3 + h5,
.post-content h3 + h6,
.post-content h4 + h1,
.post-content h4 + h2,
.post-content h4 + h3,
.post-content h4 + h4,
.post-content h4 + h5,
.post-content h4 + h6,
.post-content h5 + h1,
.post-content h5 + h2,
.post-content h5 + h3,
.post-content h5 + h4,
.post-content h5 + h5,
.post-content h5 + h6,
.post-content h6 + h1,
.post-content h6 + h2,
.post-content h6 + h3,
.post-content h6 + h4,
.post-content h6 + h5,
.post-content h6 + h6 {
  margin-top: 25px;
}
.post-content blockquote {
  padding: 28px 30px;
  background: #f8f8f8;
  border-left: 4px solid #ca2017;
  position: relative;
  font-size: 1em;
  font-weight: 400;
  border-radius: 0 3px 3px 0;
}
.post-content blockquote p {
  font-style: italic;
}
.post-content cite {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  color: #666;
}
.post-content cite:before {
  content: "— ";
}
.post-content blockquote cite {
  display: block;
  margin-top: 1em;
}
.post-content blockquote cite em {
  font-style: italic;
  font-weight: 700;
}
em,
q {
  font-style: italic;
}
.post-content em strong,
.post-content strong em {
  font-weight: 700;
  font-style: italic;
}
.post-content big {
  font-size: 1.25em;
}
abbr,
acronym {
  cursor: help;
}
code,
kbd,
pre {
  font-size: 0.85em;
  background: #eee;
  font-family: Menlo, Monaco, monospace;
}
.wp-block-code code,
pre code {
  background: none;
}
.post-content .highlight {
  background: #fcf8a5;
  width: auto;
  display: inline;
  padding: 2px 3px;
}
.post-content code,
.post-content kbd {
  padding: 5px;
  border-radius: 3px;
}
.post-content dl {
  line-height: 160%;
}
.post-content dl dt {
  font-weight: 700;
}
.post-content hr {
  width: 120px;
  height: 4px;
  background: #eee;
  margin: 40px auto;
  border: 0;
}
.post-content ul {
  list-style: disc;
  margin-left: 1.5em;
}
.post-content ul ul {
  list-style: circle;
}
.post-content ul ul ul {
  list-style: square;
}
.post-content ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.post-content ol ol {
  list-style: lower-alpha;
}
.post-content ol ol ol {
  list-style: lower-roman;
}
.post-content ol ol,
.post-content ol ul,
.post-content ul ol,
.post-content ul ul {
  margin-bottom: 0;
}
.post-content li {
  margin-bottom: 0.5em;
  line-height: 150%;
}
.post-content ol ol li:first-child,
.post-content ol ul li:first-child,
.post-content ul ol li:first-child,
.post-content ul ul li:first-child {
  margin-top: 0.5em;
}
.post-content ol > li:last-child,
.post-content ul > li:last-child {
  margin-bottom: 0;
}
.post-content address {
  padding: 3% 3.5%;
  background: #f1f1f1;
}
.post-content pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  line-height: 140%;
  padding: 2% 2.5%;
  background: #333;
  font-size: 0.8em;
  color: #fff;
  border-radius: 6px;
}
.aligncenter img,
.alignleft img,
.alignright img,
img.aligncenter,
img.alignleft,
img.alignright {
  display: block;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #eee;
}
.post-content .alignleft,
.post-content .alignright {
  margin-bottom: 1.2em;
  max-width: 50%;
}
.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
  margin-bottom: 0;
}
.post-content .alignleft {
  float: left;
  margin-right: 1em;
}
.post-content .alignright {
  float: right;
  margin-left: 1em;
}
.post-content .aligncenter,
.post-content .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-content .gallery-caption,
.post-content .wp-caption-text {
  padding-top: 1em;
  font-family: Roboto, sans-serif;
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
  text-align: center;
}
.post-content .gallery-caption {
  font-size: 16px;
  line-height: 24px;
}
.post-content table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-family: Roboto, sans-serif;
  font-size: 0.8em;
  width: 100%;
}
.post-content td,
.post-content th {
  padding: 2%;
  margin: 0;
  overflow: visible;
  line-height: 120%;
  border-bottom: 1px solid #ddd;
}
.post-content caption {
  color: #444;
  text-align: center;
  padding: 2%;
}
.post-content thead {
  vertical-align: bottom;
  white-space: nowrap;
}
.post-content th {
  font-weight: 700;
  color: #444;
}
.post-content table tbody > tr:nth-child(odd) > td {
  background: #f9f9f9;
}
.post-content fieldset {
  padding: 25px;
  border: 2px solid #eee;
  margin-bottom: 1em;
}
.post-content fieldset legend {
  font-family: Roboto, sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 12px;
  background: #ca2017;
  color: #fff;
}
.post-content label {
  font-size: 1rem;
  font-weight: 700;
}
.post-content input,
.post-content label {
  font-family: Roboto, sans-serif;
}
.post-content input[type="password"],
.post-content input[type="tel"],
.post-content input[type="text"],
.post-content input[type="url"],
.post-content textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: Roboto, sans-serif;
  font-size: 0.85em;
  color: #333;
  border: 2px solid #e5e5e5;
  background: #fdfdfd;
  border-radius: 4px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
}
.post-content input[type="password"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="text"]:focus,
.post-content input[type="url"]:focus,
.post-content textarea:focus {
  background: #fff;
  border-color: #ca2017;
  box-shadow: 0 0 0 3px rgba(202, 32, 23, 0.1);
  outline: none;
}
.post-content textarea {
  height: 180px;
  line-height: 140%;
}
.post-content input[type="button"],
.post-content input[type="reset"],
.post-content input[type="submit"] {
  padding: 12px 20px;
  margin: 0;
  border: none;
  background: #333;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  -webkit-appearance: none;
  border-radius: 3px;
  transition: background 0.2s ease, transform 0.15s ease;
  cursor: pointer;
}
.post-content input[type="button"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="submit"]:hover {
  cursor: pointer;
  background: #ca2017;
  color: #fff;
  transform: translateY(-1px);
}
.post-content input[type="submit"]:active,
.post-content input[type="submit"]:focus {
  outline: none;
}
.comments-page-container {
  padding: 8% 0;
  background: #f1f1f1;
}
.comments-page-container-inner {
  width: 700px;
  max-width: 84%;
  margin: 0 auto;
}
.comments-title-container {
  margin-bottom: 40px;
}
.comments-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
}
.comments-subtitle {
  font-size: 0.9em;
  position: relative;
  bottom: -8px;
}
.comments-subtitle a:hover {
  text-decoration: underline;
}
.nocomments {
  text-align: center;
  font-style: italic;
}
.comments + .nocomments {
  margin-top: 10%;
}
.comments div.comment {
  margin-top: 40px;
}
.comments .commentlist > li.comment:first-child > div.comment:first-child {
  margin-top: 0;
}
.comments .children {
  margin-left: 8%;
}
.comments div.comment {
  position: relative;
}
.bypostauthor > .comment:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ca2017;
  position: absolute;
  z-index: 9;
  top: -8px;
  left: -8px;
}
.bypostauthor > .comment:after {
  content: "";
  font: 16px/1 Genericons;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.comment-inner {
  margin-left: 110px;
  padding: 25px;
  background: #fff;
  position: relative;
  border-radius: 3px;
}
.comment-inner:after {
  content: "";
  display: block;
  border: 12px solid transparent;
  border-right-color: #fff;
  position: absolute;
  top: 28px;
  left: 0;
  margin-left: -24px;
}
.comment .avatar {
  float: left;
  width: 80px;
  border-radius: 3px;
}
.page-title {
  margin-bottom: 40px;
  text-align: center;
}
.page-title h5 {
  display: inline-block;
  padding: 10px 10px 8px;
  background: #fff;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}
.page-description p {
  color: #fff;
  text-align: center;
  font-style: italic;
  margin-top: 1em;
}
.page .post-content .post-edit-link {
  font-size: 1rem;
  font-weight: 700;
}
.page-template-template-fullwidth-php .post-inner {
  padding: 8% 0;
  width: auto;
}
.credits {
  padding: 50px 0;
  font-size: 0.9em;
  background: #111;
}
.credits p {
  color: #555;
  text-align: center;
  line-height: 150%;
}
.credits p a {
  color: #555;
  transition: color 0.18s ease;
}
.credits p a:hover {
  color: #fff;
}
img#wpstats {
  display: none;
}
.no-js .post-container {
  width: 552px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.no-js .archive-nav {
  display: block;
}
.no-js .tab-selector {
  display: none;
}
.no-js .post-meta-tabs .tab {
  display: block !important;
  margin-bottom: 10%;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10%;
}
.no-js .post-meta-tabs .tab:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 1100px) {
  .single-post .post-inner {
    max-width: 100%;
  }
  .main-menu li ul {
    opacity: 1;
    display: none;
  }
  .main-menu > li:hover > ul,
  .main-menu ul li:hover > ul {
    display: block;
  }
}
@media (max-width: 1040px) {
  .home_first_page .title-section .section-inner {
    padding: 100px 0;
  }
  .post-container {
    width: 49.75%;
    padding: 0 1.5% 3%;
  }
  .post-nav-fixed {
    display: none;
  }
}
@media (max-width: 1000px) {
  .main-menu,
  .navigation .section-inner .menu-social {
    display: none;
  }
  .toggle-container {
    display: block;
  }
  .mobile-menu li {
    border-top: 1px solid #333;
  }
  .mobile-menu a {
    display: block;
    padding: 25px 8%;
    font-size: 0.9em;
    color: #999;
    transition: background 0.18s ease, color 0.18s ease;
  }
  .mobile-menu a:hover {
    background: #ca2017;
    color: #fff;
  }
  .mobile-menu ul a {
    padding-left: 12%;
  }
  .mobile-menu ul ul a {
    padding-left: 16%;
  }
  .mobile-menu ul ul ul a {
    padding-left: 20%;
  }
  .mobile-menu ul ul ul ul a {
    padding-left: 24%;
  }
  .mobile-menu-container .menu-social {
    border-top: 1px solid #333;
    padding: 30px 8%;
  }
  .mobile-menu-container .menu-social .menu-items {
    text-align: center;
  }
  .mobile-menu-container .menu-social li {
    display: inline-block;
    margin: 0 3px;
  }
  .mobile-menu-container .menu-social a {
    background-color: #2d2d2d;
    transition: background-color 0.18s ease;
  }
  .mobile-menu-container .menu-social a:hover {
    background-color: #ca2017;
  }
}
@media (max-width: 900px) {
  .widget-area .column {
    width: 47.5%;
  }
  .widget-area .column:nth-child(3) {
    display: none;
  }
}
@media (max-width: 800px) {
  .section-inner {
    max-width: 95%;
  }
  .home_first_page .title-section .section-inner,
  .title-section .section-inner {
    padding: 71px 0 66px;
  }
  .bg-image.master,
  .bg-shader.master {
    height: 600px;
  }
  .widget-area .column {
    width: 47.5%;
  }
  .widget-area .column:nth-child(3) {
    display: none;
  }
  .single-post .post-link p,
  .single-post .post-quote blockquote {
    font-size: 1.6em;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
  .section-inner {
    max-width: 92%;
  }
  .wrapper:before {
    top: -25px;
    height: 225px;
  }
  .wrapper-inner {
    max-width: 100%;
  }
  .posts {
    max-width: 92%;
    margin: 0 auto;
  }
  .toggle-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  .nav-toggle {
    padding: 12px;
    display: inline-block;
    position: static;
    top: auto;
    right: auto;
  }
  .blog-logo img {
    max-height: 100px;
  }
  .home_first_page .title-section .section-inner,
  .title-section .section-inner {
    padding: 64px 0 30px;
  }
  .bg-image.master,
  .bg-shader.master {
    height: 400px;
  }
  .blog-title a {
    font-size: 2em;
  }
  .blog-subtitle {
    font-size: 1em;
    margin-top: 15px;
  }
  .post-container {
    width: 100%;
    padding: 0;
    margin-top: 7.5%;
  }
  .posts > .post-container:first-child {
    margin-top: 0;
  }
  .single-post .post-title {
    font-size: 1.8em;
  }
  .page-links {
    font-size: 0.9rem;
  }
  .featured-media .media-caption-container {
    padding: 40px 0 20px;
  }
  .single-post .post-quote blockquote {
    font-size: 1.25em;
  }
  .single-post .post-quote cite {
    margin-top: 20px;
  }
  .single-post .post-link p {
    font-size: 1.25em;
  }
  .single-post .flex-direction-nav {
    margin-top: -30px;
  }
  .single-post .flex-direction-nav a {
    height: 60px;
  }
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin: 40px 0 15px;
  }
  .post-content h1 {
    font-size: 1.5em;
  }
  .post-content h2 {
    font-size: 1.35em;
  }
  .post-content h3 {
    font-size: 1.25em;
  }
  .post-content h4 {
    font-size: 1.1em;
  }
  .post-content h5 {
    font-size: 1em;
  }
  .post-content h6 {
    font-size: 0.85em;
  }
  .post-content blockquote {
    padding: 20px;
  }
  .post-content blockquote p {
    font-size: 1em;
  }
  .post-content blockquote cite {
    font-size: 0.9rem;
  }
  .post-content hr {
    width: 96px;
    height: 4px;
  }
  .tab-selector a {
    padding: 10px 12px;
  }
  .tab-selector span {
    display: none;
  }
  .tab-selector .genericon {
    font-size: 32px;
    height: 32px;
    width: 32px;
  }
  .post-meta-tabs-inner {
    padding: 40px 0;
  }
  .tab-author-meta .avatar {
    width: 80px;
    padding: 6px;
  }
  .tab-author-meta .author-meta-inner {
    margin-left: 100px;
    min-height: 80px;
  }
  .tab-author-meta .author-name {
    font-size: 1.25em;
  }
  .tab-author-meta .one-half {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .author-content,
  .tab-author-meta .one-half + .one-half {
    margin-top: 40px;
  }
  .comments div.comment {
    margin-top: 30px;
  }
  .comment .avatar {
    width: 50px;
  }
  .comment-inner {
    margin-left: 70px;
  }
  .comment-inner:after {
    border-width: 8px;
    top: 17px;
    margin-left: -16px;
  }
  .credits {
    padding: 30px 0;
  }
}
@media (max-width: 500px) {
  .mobile-menu a {
    padding: 20px 8%;
  }
  .post-content .wp-caption,
  .post-content address,
  .post-content blockquote,
  .post-content dl,
  .post-content ol,
  .post-content p,
  .post-content pre,
  .post-content ul {
    line-height: 150%;
  }
  .post-content .alignleft,
  .post-content .alignleft img,
  .post-content .alignright,
  .post-content .alignright img {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .tab-post-meta:after {
    content: none;
  }
  .tab-post-meta .post-info-items,
  .tab-post-meta .post-nav {
    width: 100%;
    float: none;
    margin: 0;
  }
  .post-info-items li {
    font-size: 1em;
  }
  .tab-post-meta .post-nav {
    margin-top: 30px;
    border-top: 2px solid #ddd;
    padding-top: 30px;
  }
  .tab-post-meta .post-nav a + a {
    margin-top: 15px;
    padding-top: 15px;
  }
  .tab-post-meta .post-nav p {
    font-size: 0.9em;
  }
  .tab-post-meta .post-nav h4 {
    font-size: 1.2em;
  }
  .comment .avatar {
    display: none;
  }
  .comment-inner {
    margin-left: 0;
  }
  .comment-inner:after {
    content: none;
  }
  .comment-header span {
    display: none;
  }
  .comment-form p.comment-notes,
  .comment-form p.logged-in-as {
    margin: -30px 0 25px;
  }
  .form-allowed-tags {
    display: none;
  }
  .widget-area .column {
    display: block !important;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .widget + .widget,
  .widget-area .column + .column {
    margin-top: 40px;
  }
  .credits-left {
    float: none;
    text-align: center;
  }
  .credits-right {
    display: none;
  }
}
@media (max-width: 400px) {
  .tab-author-meta .avatar {
    width: 60px;
    padding: 4px;
  }
  .tab-author-meta .author-meta-inner {
    margin-left: 75px;
  }
}
.old-new-contrainer {
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
}
.old-new-contrainer a {
  margin: 20px;
  font-size: 20px;
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: white;
  border: 1px solid #999;
  padding: 20px;
}
.post_format-post-format-image {
  box-shadow: none;
  background: transparent;
}
.post_format-post-format-image .post-inner {
  padding: 0;
}
.post_format-post-format-image img {
  background: #fff;
}
.post_format-post-format-image:hover {
  box-shadow: none;
}
.post_format-post-format-image .post-header {
  display: none;
}
.smaller-headers h2,
.smaller-headers h3 {
  margin-top: 0;
}
.post-nav-newer,
.post-nav-older {
  padding: 10px;
  background: #fff;
  transition: background 0.18s ease;
}
.post-nav-newer:hover,
.post-nav-older:hover {
  background: #f8f8f8;
}
.about-me-posts h3,
.about-me-posts p {
  padding: 10px 20px;
}

/* ==============================================
  2026
   ============================================== */

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Refined text selection colour */
::selection {
  background: #ca2017;
  color: #fff;
}
::-moz-selection {
  background: #ca2017;
  color: #fff;
  text-shadow: none;
}

/* Keyboard focus: visible ring using brand colour */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  
  outline: 2px solid #f1f1f1;
  outline-offset: 3px;
}

/* Post container subtle image overflow clip on hover */
.post-container {
  overflow: hidden;
}

/* Post title link hover — brand red */
.post-title a:hover {
  color: #ca2017;
}

/* Softer, more readable post-excerpt colour */
.post-excerpt {
  color: #5a5a5a;
}

/* Post meta border refinement */
.posts .post-excerpt + .post-meta,
.posts .post-header + .post-meta {
  border-top-color: #e8e8e8;
}

/* Slightly tighter post-inner padding on listing */
.posts .post-inner {
  padding: 3% 3% 2%;
}

/* Comment inner: softer shadow */
.comment-inner {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

/* Smoother nav-toggle cursor */
.nav-toggle {
  cursor: pointer;
  transition: background 0.18s ease;
}

/* Sticky post indicator — rounder corners */
.post.sticky .is-sticky {
  border-radius: 0 0 3px 3px;
}

/* img borders in post content — slightly softer */
.aligncenter img,
.alignleft img,
.alignright img,
img.aligncenter,
img.alignleft,
img.alignright {
  border-color: #e8e8e8;
  border-radius: 2px;
}

/* Table row hover in post content */
.post-content table tbody > tr:hover > td {
  background: #f1f5ff;
  transition: background 0.15s ease;
}

/* HR divider — slightly more prominent */
.post-content hr {
  background: #ddd;
  opacity: 0.7;
}

/* Code block — slightly warmer dark bg */
.post-content pre {
  background: #2b2b2b;
}

/* Inline code — slightly more visible */
/* .post-content code,
.post-content kbd {
  background: #f0f0f0;
  color: #c0392b;
} */
