:root {
  --coral: #e86f67;
  --charcoal: #2a363b;
  --body: #7b848f;
  --page: #f2f2f2;
  --line: #e0e0e0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--page);
  color: var(--body);
  font: 14px/1.55 "Open Sans", Arial, Helvetica, sans-serif;
  word-wrap: break-word;
}
a { color: var(--coral); text-decoration: none; }
a:hover { color: var(--charcoal); }
img { max-width: 100%; height: auto; vertical-align: middle; }
.container { width: min(calc(100% - 30px), 1040px); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; padding: 8px 12px; background: #fff; color: #000; z-index: 100; }
.skip-link:focus { left: 8px; }

.site-header { height: 199px; background: var(--coral); }
.site-branding { padding: 50px 0; }
.site-title,
.site-description,
.entry-title,
.widget-title,
.page-title { font-family: Oswald, "Arial Narrow", Impact, sans-serif; font-weight: 700; }
.site-title { margin: 0; padding: 0 0 8px; font-size: 60px; line-height: 1.15; }
.site-title a { color: var(--charcoal); }
.site-description { margin: 0; color: #fff; font-size: 16px; line-height: 1.1; }

.main-navigation {
  height: 53px;
  margin: 0 0 50px;
  padding: 15px 0;
  background: var(--charcoal);
  font-family: Oswald, "Arial Narrow", Impact, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-navigation a { display: inline-block; padding: 0 12px; color: #fff; border-right: 1px dashed var(--coral); }
.main-navigation a:first-child { padding-left: 0; }
.main-navigation a:last-child { border-right: 0; }
.main-navigation a:hover,
.main-navigation a.current { color: var(--coral); }

.content-wrapper { display: grid; grid-template-columns: 670px 340px; gap: 30px; align-items: start; padding-bottom: 50px; }
.hentry { position: relative; margin: 0 0 30px; padding: 30px; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.entry-thumb,
.single-thumb { display: block; margin: 0 auto 20px; overflow: hidden; }
.entry-thumb img { display: block; width: 100%; transition: transform .4s; }
.entry-thumb:hover img { transform: scale(1.03); }
.entry-header { margin-bottom: 15px; }
.entry-title { margin: 0 0 10px; color: var(--charcoal); font-size: 36px; line-height: 1.1; }
.entry-title a { color: var(--charcoal); }
.entry-title a:hover { color: var(--coral); }
.entry-meta,
.entry-footer { padding: 5px 0; border-top: 1px dashed var(--coral); border-bottom: 1px dashed var(--coral); color: var(--coral); font-size: 12px; }
.entry-meta span::after { content: "/"; margin: 0 6px; }
.entry-meta span:last-child::after { content: ""; }
.entry-meta a,
.entry-footer a { color: var(--coral); }
.entry-summary { position: relative; min-height: 54px; }
.entry-summary p { margin: 0 0 10px; }
.read-more {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 42px;
  height: 42px;
  padding: 12px 0 0 20px;
  background: linear-gradient(135deg, transparent 0 49%, var(--coral) 50%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.read-more:hover { background: linear-gradient(135deg, transparent 0 49%, var(--charcoal) 50%); color: #fff; }

.widget-area { min-width: 0; }
.widget { margin: 0 0 30px; padding: 20px; background: var(--charcoal); border: 1px solid var(--line); color: #fff; }
.widget a { color: #fff; }
.widget-title { margin: 0 0 20px; padding: 0 0 10px; color: var(--coral); font-size: 20px; text-transform: uppercase; border-bottom: 1px dashed var(--coral); }
.widget ul { margin: 0; padding: 0; list-style: none; }
.widget li { padding: 9px 0; border-bottom: 1px dashed rgba(207, 207, 207, .15); }
.widget li::before { content: "›"; margin-right: 7px; color: var(--coral); font-weight: 700; }
.widget-button { display: inline-block; margin-top: 10px; padding: 10px 12px; background: var(--coral); font-family: Oswald, "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.widget-button:hover { background: #fff; color: var(--charcoal); }

.page-header { margin: 0 0 30px; padding: 30px; background: var(--coral); border: 1px solid var(--line); }
.page-title { margin: 0; color: #fff; font-size: 32px; }
.paging-navigation { display: flex; justify-content: space-between; margin-bottom: 30px; }
.paging-navigation a { padding: 12px 18px; background: var(--coral); color: #fff; font-family: Oswald, "Arial Narrow", Impact, sans-serif; font-weight: 700; text-transform: uppercase; }
.single .entry-content { font-size: 15px; line-height: 1.7; }
.entry-content h2,
.entry-content h3,
.entry-content h4 { color: var(--charcoal); font-family: Oswald, "Arial Narrow", Impact, sans-serif; line-height: 1.2; }
.entry-content img { display: block; margin: 20px auto; }
.entry-content blockquote { margin: 20px 0; padding: 10px 20px; border-left: 5px solid #aaa; background: #f5f5f5; }
.entry-content table { display: block; max-width: 100%; overflow: auto; border-collapse: collapse; }
.entry-content th,
.entry-content td { padding: 8px; border: 1px solid #ddd; }
.comments { margin: 0 0 30px; padding: 30px; background: #fff; border: 1px solid var(--line); }
.comments > h2 { margin-top: 0; color: var(--charcoal); font-family: Oswald, "Arial Narrow", Impact, sans-serif; }
.comments > article { padding: 20px 0; border-top: 1px dashed var(--coral); }
.comments h3 { display: inline; margin-right: 8px; color: var(--charcoal); }
.comments time { color: var(--coral); font-size: 12px; }

.site-footer { border-top: 5px solid var(--coral); background: var(--charcoal); color: #fff; }
.site-footer > .container { padding: 28px 0; }
.site-footer a { color: #fff; font-weight: 700; }
.site-footer p { max-width: 780px; margin: 12px 0 0; }
.site-info { padding: 10px 0; background: var(--coral); color: #fff; }

@media (max-width: 1199px) {
  .content-wrapper { grid-template-columns: minmax(0, 570px) 340px; justify-content: space-between; }
}
@media (max-width: 991px) {
  .content-wrapper { display: block; }
  .widget-area { display: none; }
  .content-area { width: 100%; }
}
@media (max-width: 599px) {
  .site-header { height: 165px; }
  .site-branding { padding: 38px 0; }
  .site-title { font-size: 40px; }
  .main-navigation { margin-bottom: 24px; }
  .hentry,
  .comments { padding: 20px; }
  .entry-title { font-size: 28px; }
  .entry-meta span { display: block; }
  .entry-meta span::after { content: ""; }
  .read-more { right: -20px; bottom: -20px; }
  .site-footer > .container { padding: 22px 0; }
}
