/* The7 theme replica for colors-of-life */

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    color: #000;
    font: normal 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
    background: #fff url("/uploads/2016/11/winter.jpg") no-repeat fixed center center;
    background-size: cover;
}

body.nav-open { overflow: hidden; }

a { color: #0066bf; text-decoration: none; }
a:hover { color: #0066bf; text-decoration: underline; }

img { max-width: 100%; height: auto; display: block; }

#page.boxed {
    max-width: 1250px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}

.wf-wrap {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 44px;
    box-sizing: border-box;
}

#main {
    padding: 50px 0;
}

.wf-container-main {
    display: grid;
    grid-template-columns: calc(100% - 26% - 25px) calc(26% - 25px);
    column-gap: 50px;
    align-items: start;
}

#content.content { min-width: 0; }

.full-width-wrap { width: 100%; }

/* Header */
.masthead {
    position: relative;
    z-index: 200;
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.3s ease, opacity 0.3s ease;
}

.masthead-placeholder {
    display: none;
}

body.masthead-is-fixed .masthead-placeholder {
    display: block;
}

.masthead.sticky-on {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(1250px, 100%);
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: none;
    background: #fff;
}

.masthead.sticky-on.is-visible {
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
    animation: mastheadFadeIn 0.35s ease both;
}

@keyframes mastheadFadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.masthead.sticky-on .header-bar {
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.masthead.sticky-on .branding > a,
.masthead.sticky-on .branding img {
    padding: 7px 0;
}

.masthead.sticky-on .branding img {
    width: auto;
    max-height: 46px;
    max-width: 280px;
}

.masthead.sticky-on .main-nav > li > a {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead:not(.side-header) .header-bar {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 44px;
    min-height: 60px;
}

.header-bar {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 44px;
    min-height: 60px;
}

.inline-header .header-bar {
    flex-flow: row nowrap;
}

.inline-header .branding {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
}

.inline-header.center .main-nav {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-end;
}

.branding > a,
.branding > img {
    padding: 28px 0;
}

.branding > a {
    display: inline-block;
    line-height: 0;
}

.branding img {
    width: 540px;
    max-width: 100%;
    height: auto;
    max-height: 90px;
    flex-shrink: 0;
    transition: max-height 0.25s ease, max-width 0.25s ease, padding 0.25s ease;
}

.main-nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: stretch;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.main-nav > li {
    position: relative;
    list-style: none;
    display: flex;
    align-items: stretch;
}

.masthead.dividers .main-nav > li::before,
.masthead.dividers.surround .main-nav > li:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.5px;
    width: 0;
    height: 20px;
    max-height: 100%;
    transform: translateY(-50%);
    border-right: 1px solid #8224e3;
}

.masthead.dividers .main-nav > li:first-child::before {
    display: none;
}

.masthead.dividers.surround .main-nav > li:first-child::before {
    display: block;
}

.masthead.dividers.surround .main-nav > li:last-child::after {
    left: auto;
    right: -0.5px;
}

.main-nav > li > a {
    display: inline-flex;
    align-items: center;
    align-content: center;
    gap: 7px;
    margin: 22px 13px;
    padding: 4px 0;
    color: #888;
    text-decoration: none;
}

.top-header .outside-item-remove-margin.main-nav > li:first-child > a {
    margin-left: 0;
}

.top-header .outside-item-remove-margin.main-nav > li:last-child > a {
    margin-right: 0;
}

.main-nav > li > a:hover {
    text-decoration: none;
}

.main-nav > li > a > i {
    font-size: 14px;
    line-height: 14px;
    color: #888;
}

.main-nav > li > a .menu-text {
    font: normal 17px/21px "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #888;
}

.main-nav > li.act > a,
.main-nav > li.act > a .menu-text,
.main-nav > li.act > a > i,
.main-nav > li > a:hover,
.main-nav > li > a:hover .menu-text,
.main-nav > li > a:hover > i {
    color: #333;
}

.main-nav.upwards-line > li > a .menu-item-text {
    position: relative;
    display: block;
}

.main-nav.upwards-line > li > a .menu-item-text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #0066bf;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s, transform 0.3s;
}

.main-nav.upwards-line > li.act > a .menu-item-text::before,
.main-nav.upwards-line > li > a:hover .menu-item-text::before {
    opacity: 1;
    transform: translateY(0);
}

.nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 5px;
    background: #0066bf;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: transform 0.2s, opacity 0.2s;
}

.nav-toggle-bars {
    position: relative;
}

.nav-toggle-bars::before,
.nav-toggle-bars::after {
    content: "";
    position: absolute;
    left: 0;
}

.nav-toggle-bars::before { top: -6px; }
.nav-toggle-bars::after { top: 6px; }

.nav-toggle.is-open .nav-toggle-bars { background: transparent; }
.nav-toggle.is-open .nav-toggle-bars::before { top: 0; transform: rotate(45deg); }
.nav-toggle.is-open .nav-toggle-bars::after { top: 0; transform: rotate(-45deg); }

.nav-auth-mobile { display: none; }

.site-auth-links {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 120;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
    padding: 0.45rem 0.65rem;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    font-size: 12px;
}

.site-auth-links a,
.site-auth-links button {
    border: 0;
    background: transparent;
    color: #888;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
}

.site-auth-links a:hover,
.site-auth-links button:hover {
    color: #0066bf;
    text-decoration: none;
}

/* Blog list */
.blog-list.wf-container {
    display: grid;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-list > li,
.wf-cell.iso-item {
    list-style: none;
}

.wf-cell.iso-item {
    width: 100%;
}

article.post {
    margin: 0;
}

.blog-media {
    position: relative;
    overflow: hidden;
    z-index: 9;
    margin-bottom: 0;
}

.blog-media > p {
    margin: 0;
}

.blog-media .rollover {
    display: block;
    overflow: hidden;
}

.blog-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    transition: transform 4s ease-out;
}

.blog-media .rollover:hover img {
    transform: scale(1.08);
}

.circle-fancy-style .fancy-date a {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    min-width: 63px;
    min-height: 63px;
    padding: 0 8px;
    border-radius: 50%;
    background: #fff;
    text-decoration: none;
    box-sizing: border-box;
}

.fancy-date a * { color: #222; }

.fancy-date .entry-month {
    position: relative;
    font: bold 11px/19px Arial, Verdana, sans-serif;
    text-transform: uppercase;
}

.fancy-date .entry-date {
    position: relative;
    font: bold 24px/29px Arial, Verdana, sans-serif;
}

.circle-fancy-style .fancy-date .entry-year,
.circle-fancy-style .fancy-date .entry-date::after {
    display: none;
}

.fancy-date .entry-month::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #0066bf;
}

.blog-content {
    padding-top: 12px;
}

h3.entry-title {
    margin: 0 0 8px;
    font: normal 20px/26px "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #0066bf;
    list-style: none;
}

h3.entry-title a {
    color: #0066bf;
    text-decoration: none;
}

h3.entry-title a:hover {
    color: #0066bf;
    text-decoration: none;
}

.entry-meta {
    padding: 0 0 10px;
    font-size: 12px;
    line-height: 21px;
    color: #999;
}

.entry-meta > a,
.entry-meta > span {
    position: relative;
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0 9px 0 0;
    color: #999;
    text-decoration: none;
}

.entry-meta > a:hover {
    text-decoration: underline;
}

.entry-meta > a::after,
.entry-meta > span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #999;
}

.entry-meta > a:last-child::after,
.entry-meta > span:last-child::after {
    display: none;
}

.blog-content > p {
    margin: 0 0 12px;
    font: normal 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
}

.details.more-link {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #0066bf;
    text-decoration: none;
    padding-bottom: 2px;
}

.details.more-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #0066bf;
    transition: width 0.4s ease;
}

.details.more-link:hover {
    text-decoration: none;
}

.details.more-link:hover::after {
    width: 100%;
}

/* Sidebar — The7 widgets */
#sidebar.sidebar {
    position: static;
    top: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.sidebar-right.sidebar-divider-vertical #sidebar.sidebar {
    border-left: 1px solid rgba(204, 204, 204, 0.5);
    padding-left: 50px;
}

.sidebar .sidebar-content {
    padding-top: 0;
}

.sidebar .widget {
    border-top: 1px solid rgba(136, 136, 136, 0.15);
    padding: 28px 0 32px;
    color: #888;
    font-size: 13px;
    line-height: 22px;
}

.sidebar .widget:first-child {
    border-top: 0;
    padding-top: 0;
}

.sidebar .widget-title {
    margin: 0 0 16px;
    font: normal 17px/24px "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #3a3a3a;
    text-transform: none;
}

.custom-categories {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}

.custom-categories .cat-item {
    overflow: hidden;
    margin: 9px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(136, 136, 136, 0.15);
    list-style: none;
}

.custom-categories > .cat-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.custom-categories a {
    display: block;
    clear: both;
    text-decoration: none;
    color: #3a3a3a;
}

.custom-categories a:hover .item-name,
.custom-categories .current-cat > a .item-name {
    color: #0066bf;
}

.custom-categories .item-name {
    float: left;
}

.custom-categories .item-num {
    float: right;
    margin-left: 10px;
    color: rgba(136, 136, 136, 0.5);
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.sidebar-gallery a {
    display: block;
    line-height: 0;
}

.sidebar-gallery img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.recent-posts {
    list-style: none;
    margin: 0;
    padding: 0 0 5px;
}

.recent-posts > li {
    display: block;
    overflow: hidden;
    margin: 9px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid rgba(136, 136, 136, 0.15);
    list-style: none;
}

.recent-posts > li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.recent-posts article {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.recent-posts .mini-post-img {
    flex: 0 0 auto;
}

.recent-posts .alignleft {
    display: block;
    margin: 5px 20px 5px 0;
    line-height: 0;
    overflow: hidden;
}

.recent-posts.round-images .alignleft img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.recent-posts .post-content {
    min-width: 0;
    font-size: 13px;
    line-height: 22px;
}

.recent-posts .post-content > a {
    display: inline;
    color: #3a3a3a;
    text-decoration: none;
}

.recent-posts .post-content > a:hover {
    color: #0066bf;
}

.recent-posts .text-secondary {
    color: #999;
    font-size: 12px;
}

/* Footer */
#footer.footer {
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
}

#bottom-bar {
    position: relative;
    z-index: 9;
    min-height: 60px;
    background: #fff;
    font-size: 12px;
    line-height: 21px;
    color: #888;
}

#bottom-bar .wf-container-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 60px;
    padding: 10px 0;
}

#branding-bottom {
    flex: 0 1 auto;
    line-height: 0;
}

#branding-bottom img {
    width: auto;
    max-width: min(320px, 52vw);
    height: auto;
    max-height: 52px;
}

#bottom-bar .wf-float-right {
    flex: 0 0 auto;
    margin-left: auto;
}

#bottom-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

#bottom-menu > li {
    position: relative;
    list-style: none;
}

#bottom-menu > li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    border-left: 1px solid #38393a;
}

#bottom-menu > li > a {
    display: inline-block;
    padding: 8px 14px;
    color: #888;
    text-decoration: none;
    font: normal 12px/21px "Open Sans", Helvetica, Arial, sans-serif;
}

#bottom-menu > li > a:hover,
#bottom-menu > li > a:hover .menu-text {
    color: #0066bf;
    text-decoration: none;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 110;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background: #0066bf;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
}

.scroll-top::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -35%) rotate(-45deg);
}

.scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Page title bar (The7) */
.page-title {
    background-color: #f5f5f5;
}

.page-title > .wf-wrap {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    min-height: 116px;
    padding-top: 18px;
    padding-bottom: 18px;
    box-sizing: border-box;
}

.page-title > .wf-wrap::after {
    content: "";
    position: absolute;
    left: 44px;
    right: 44px;
    bottom: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.page-title-head {
    flex: 1 1 auto;
    min-width: 0;
}

.page-title .entry-title {
    margin: 0;
    font: normal 37px / 43px "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #3a3a3a;
    text-transform: none;
}

.page-title-breadcrumbs {
    flex: 0 1 auto;
}

.page-title .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 3px 0 2px;
    color: #bcbcbc;
    font: normal 12px / 21px "Open Sans", Helvetica, Arial, sans-serif;
}

.page-title .breadcrumbs li {
    display: inline-flex;
    align-items: center;
}

.page-title .breadcrumbs li + li::before {
    content: "/";
    margin: 0 8px;
    color: rgba(188, 188, 188, 0.5);
}

.page-title .breadcrumbs a {
    color: #bcbcbc;
    text-decoration: none;
}

.page-title .breadcrumbs a:hover {
    color: #0066bf;
    text-decoration: none;
}

.page-title .breadcrumbs .current {
    color: #bcbcbc;
}

.assistive-text,
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
}

/* Legacy page-head (indexes) */
.page-head {
    margin-bottom: 24px;
    padding: 18px 20px;
    background: #f5f5f5;
}

.page-head .page-title {
    margin: 0 0 6px;
    font: normal 28px/34px "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #3a3a3a;
    background: transparent;
    min-height: 0;
}

.page-head .lead,
.page-head .breadcrumb {
    margin: 0;
    color: #999;
    font-size: 13px;
    line-height: 22px;
}

.page-head .breadcrumb a {
    color: #bcbcbc;
}

/* Single post */
.single .post-thumbnail {
    position: relative;
    margin: 0 0 45px;
    line-height: 0;
}

.single .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.single .entry-content {
    margin-bottom: 50px;
    font: normal 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #0066bf;
    font-weight: 400;
}

.entry-content h2 { font-size: 28px; line-height: 34px; }
.entry-content h3 { font-size: 20px; line-height: 26px; }
.entry-content h4 { font-size: 17px; line-height: 24px; }

.entry-content p { margin: 0 0 16px; }

.single .post-meta {
    margin-bottom: 55px;
}

.single-share-box {
    position: relative;
    margin: -5px 0 60px;
    text-align: center;
}

.share-link-description {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #3a3a3a;
}

.share-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 10px;
    line-height: 0;
}

.share-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font: normal 13px/18px "Open Sans", Helvetica, Arial, sans-serif;
}

.share-buttons a:hover {
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
}

.share-buttons .max { background: #7b61ff; }
.share-buttons .vk { background: #4a76a8; }

.share-buttons .share-icon-max {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.author-info.entry-author {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    overflow: hidden;
    margin-bottom: 60px;
    padding: 30px 30px 25px;
    background: #f5f5f5;
    box-sizing: border-box;
}

.author-avatar {
    flex: 0 0 80px;
    margin-right: 30px;
}

.author-avatar img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.author-avatar.no-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e5e5e5;
}

.author-avatar.no-avatar::after {
    content: "\f007";
    font-family: FontAwesome;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #bbb;
}

.author-description h4 {
    margin: 0 0 5px;
    font: normal 17px/24px "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #3a3a3a;
}

.author-description .author-link {
    display: inline-block;
    margin-bottom: 8px;
    color: #0066bf;
    text-decoration: none;
}

.author-description .author-link:hover {
    text-decoration: underline;
}

.post-navigation {
    margin-bottom: 50px;
}

.post-navigation .nav-links {
    display: flex;
    align-items: stretch;
    padding: 25px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: rgba(204, 204, 204, 0.5);
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: 45%;
    text-decoration: none;
    color: #3a3a3a;
}

.post-navigation .nav-previous { padding-left: 35px; margin-right: 15px; }
.post-navigation .nav-next { padding-right: 35px; margin-left: 15px; text-align: right; align-items: flex-end; }
.post-navigation .nav-previous.is-empty,
.post-navigation .nav-next.is-empty { visibility: hidden; pointer-events: none; }

.post-navigation .nav-previous > i,
.post-navigation .nav-next > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: rgba(0, 102, 191, 0.25);
}

.post-navigation .nav-previous > i { left: 0; }
.post-navigation .nav-next > i { right: 0; }

.post-navigation .meta-nav {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
}

.post-navigation .post-title {
    font: normal 17px/24px "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #3a3a3a;
}

.post-navigation a:hover .post-title {
    color: #0066bf;
}

.post-navigation .back-to-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    flex: 0 0 30px;
    color: rgba(0, 102, 191, 0.35);
    text-decoration: none;
    font-size: 20px;
}

.post-navigation .back-to-list:hover {
    color: #0066bf;
}

.single-related-posts {
    margin-bottom: 50px;
    padding-top: 10px;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.single-related-posts > h3 {
    position: relative;
    margin: 20px 0 24px;
    padding-bottom: 12px;
    font: normal 20px/26px "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #3a3a3a;
}

.single-related-posts > h3::after,
.comments-area > h3::after,
.comment-respond > h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #0066bf;
}

.single-related-posts .items-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.single-related-posts .related-item article {
    display: flex;
    align-items: flex-start;
}

.single-related-posts .mini-post-img {
    flex: 0 0 auto;
}

.single-related-posts .alignleft {
    display: block;
    margin: 0 16px 0 0;
    line-height: 0;
    overflow: hidden;
}

.single-related-posts .alignleft img {
    width: 110px;
    height: 80px;
    object-fit: cover;
}

.single-related-posts .post-content {
    min-width: 0;
    font-size: 14px;
    line-height: 22px;
}

.single-related-posts .post-content > a {
    color: #3a3a3a;
    text-decoration: none;
}

.single-related-posts .post-content > a:hover {
    color: #0066bf;
}

.single-related-posts .text-secondary {
    color: #999;
    font-size: 12px;
}

/* Comments */
.comments-area {
    margin-top: 20px;
}

.comments-area > h3,
.comment-respond > h3 {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 12px;
    font: normal 20px/26px "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #3a3a3a;
}

.comment-list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.comment-list > .comment {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.comment-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.comment-item.comment-reply {
    margin-left: calc(24px * var(--comment-depth, 1));
    border-bottom-color: rgba(204, 204, 204, 0.35);
}

.comment-meta {
    margin-bottom: 8px;
    font-size: 13px;
    color: #999;
}

.comment-meta strong {
    color: #3a3a3a;
}

.comment-body {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.comment-reply-btn,
.comment-cancel-reply {
    border: 0;
    background: none;
    padding: 0;
    color: #0066bf;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.comment-children {
    margin-top: 8px;
}

.comment-respond {
    margin-top: 30px;
}

.comment-respond .comment-reply-title small {
    margin-left: 12px;
    font-size: 13px;
    font-weight: 400;
}

.must-log-in {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 22px;
}

.comment-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #666;
}

.comment-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(204, 204, 204, 0.8);
    border-radius: 0;
    font: normal 14px/22px "Open Sans", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    resize: vertical;
}

.comment-form .form-submit {
    margin: 14px 0 0;
}

.dt-btn {
    display: inline-block;
    padding: 10px 22px;
    border: 0;
    border-radius: 4px;
    background: #0066bf;
    color: #fff;
    font: normal 14px/20px "Open Sans", Helvetica, Arial, sans-serif;
    cursor: pointer;
    text-decoration: none;
}

.dt-btn:hover {
    background: #0055a0;
    color: #fff;
}

.comment-success {
    color: #2e7d32;
    font-size: 13px;
}

.featured-image {
    margin: 0 0 20px;
}

.featured-image img {
    width: 100%;
    height: auto;
}

.back-link {
    display: inline-block;
    margin-top: 20px;
}

/* Pagination - keep readable */
.pagination { margin-top: 24px; }

.pager-btn {
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 5px;
    background: #fff;
    color: #000;
    font-size: 13px;
}

.pager-btn.is-current {
    background: #0066bf;
    border-color: #0066bf;
    color: #fff;
}

/* Mobile */
@media (max-width: 970px) {
    .wf-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wf-container-main {
        grid-template-columns: 1fr;
        column-gap: 30px;
    }

    .sidebar-right.sidebar-divider-vertical #sidebar.sidebar {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid rgba(204, 204, 204, 0.5);
        padding-top: 30px;
    }
}

@media (max-width: 870px) {
    .masthead:not(.side-header) .header-bar,
    .header-bar {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .branding > a,
    .branding > img {
        padding: 18px 0;
    }

    .branding img {
        width: auto;
        max-width: min(540px, 72vw);
        max-height: 70px;
    }

    .header-bar {
        position: relative;
        padding-right: 3rem;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .main-nav {
        display: none;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding: 0.5rem 0 1rem;
        border-top: 1px solid rgba(204, 204, 204, 0.5);
    }

    .main-nav.is-open {
        display: flex;
    }

    .masthead.dividers .main-nav > li::before,
    .masthead.dividers.surround .main-nav > li:last-child::after {
        display: none;
    }

    .main-nav > li > a {
        margin: 0;
        padding: 12px 8px;
        justify-content: flex-start;
    }

    #bottom-bar .wf-container-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    #bottom-bar .wf-float-right {
        margin-left: 0;
        width: 100%;
    }

    #bottom-menu {
        justify-content: flex-start;
    }

    #main {
        padding: 30px 0;
    }

    .site-auth-links {
        display: none;
    }

    .page-title > .wf-wrap {
        flex-direction: column;
        align-items: flex-start;
        min-height: 0;
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .page-title > .wf-wrap::after {
        left: 1rem;
        right: 1rem;
    }

    .page-title .entry-title {
        font-size: 28px;
        line-height: 34px;
    }

    .author-info.entry-author {
        flex-direction: column;
        padding: 22px;
    }

    .author-avatar {
        margin: 0 0 16px;
    }

    .post-navigation .nav-links {
        flex-wrap: wrap;
        gap: 16px 0;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: calc(50% - 30px);
    }

    .post-navigation .back-to-list {
        order: -1;
        width: 100%;
        flex: 1 0 100%;
        margin-bottom: 8px;
    }

    .single-related-posts .items-grid {
        grid-template-columns: 1fr;
    }
}
