/*
Theme Name: EvDim
Theme URI: https://evdim.com/themes/evdim/
Author: EvDim
Author URI: https://evdim.com
Description: EvDim is a flexible, yet easy-to-use blogging theme with a clean and modern design. It features an elegant mobile-first design, three different blog layouts and extensive post settings. EvDim is perfect for your personal blog or for any content-focused website.
Version: 0.1.42
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 8.2
AMP: true
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evdim
Tags: two-columns, blog, news, custom-background, custom-logo, custom-header, custom-menu, grid-layout, entertainment, editor-style, block-styles, rtl-language-support, featured-image-header, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
# - CSS Variables
--------------------------------------------------------------*/
:root {
    --primary-color: #ee1133;
    --secondary-color: #d5001a;
    --tertiary-color: #bb0000;
    --accent-color: #1153ee;
    --highlight-color: #eedc11;
    --light-gray-color: #f2f2f2;
    --gray-color: #666;
    --dark-gray-color: #202020;
    --text-color: #202020;
    --medium-text-color: #707070;
    --light-text-color: rgba(0, 0, 0, 0.5);
    --dark-border-color: #202020;
    --medium-border-color: rgba(0, 0, 0, 0.15);
    --light-border-color: rgba(0, 0, 0, 0.075);
    --page-background-color: #fff;
    --page-border-color: rgba(0, 0, 0, 0.05);
    --link-color: #333;
    --button-color: #7aa1bd;
    --button-text-color: #fff;
    --button-hover-color: #6c92ad;
    --button-hover-text-color: #fff;
    --navi-color: #202020;
    --navi-text-color: #fff;
    --navi-hover-text-color: rgba(255, 255, 255, 0.5);
    --navi-border-color: rgba(255, 255, 255, 0.05);
    --submenu-color: #7aa1bd;
    --submenu-text-color: #fff;
    --submenu-hover-text-color: rgba(255, 255, 255, 0.5);
    --submenu-border-color: rgba(255, 255, 255, 0.075);
    --title-color: #202020;
    --widget-title-color: #202020;
    --footer-color: #202020;
    --footer-text-color: #fff;
    --footer-hover-text-color: rgba(255, 255, 255, 0.5);
    --footer-border-color: rgba(255, 255, 255, 0.035);
    --text-font: Onest, Arial, Helvetica;
    --title-font: Onest, Tahoma, Arial;
    --navi-font: Onest, Tahoma, Arial;
    --widget-title-font: Onest, Tahoma, Arial;
    --title-font-weight: normal;
    --navi-font-weight: normal;
    --widget-title-font-weight: normal;
    --title-text-transform: none;
    --navi-text-transform: none;
    --widget-title-text-transform: none;
    --text-line-height: 1.75;
    --title-line-height: 1.4;
    --tz-column-gap: 1.5rem;
}

/*--------------------------------------------------------------
# - Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #202020;
    color: var(--text-color);
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: Onest, Arial, Helvetica;
    font-family: var(--text-font);
    line-height: 1.75;
    line-height: var(--text-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 1em 0 0.75em;
    line-height: 1.4;
    line-height: var(--title-line-height);
}

h1 {
    font-size: 32px;
    font-size: 2rem;
}

h2 {
    font-size: 26px;
    font-size: 1.625rem;
}

h3 {
    font-size: 22px;
    font-size: 1.375rem;
}

h4 {
    font-size: 20px;
    font-size: 1.25rem;
}

h5 {
    font-size: 19px;
    font-size: 1.1875rem;
}

h6 {
    font-size: 18px;
    font-size: 1.125rem;
}

p {
    margin-top: 1em;
    margin-bottom: 1.25em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

pre {
    overflow: auto;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 1.5em;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.075);
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# - Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

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

body {
    background: #f0f0f0;
}

blockquote {
    margin: 1.5em 0;
    padding-left: 1.25em;
    border-left: 4px solid;
    border-color: #202020;
    border-color: var(--dark-border-color);
    color: #707070;
    color: var(--medium-text-color);
    font-size: 18px;
    font-size: 1.125rem;
}

blockquote cite,
blockquote small {
    display: block;
    margin-top: 1em;
    color: #202020;
    color: var(--text-color);
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.75;
}

blockquote cite::before,
blockquote small::before {
    content: "\2014\00a0";
}

blockquote > :last-child {
    margin-bottom: 0.5em;
}

hr {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    height: 1px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.075);
    background-color: var(--light-border-color);
}

ul,
ol {
    margin: 0;
    padding: 0 0 1em 1.25em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 1.5em;
}

img {
    max-width: 100%; /* Adhere to container width. */
    height: auto; /* Make sure images are scaled correctly. */
}

table {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    width: 100%;
    border: none;
    table-layout: auto;
}

th,
td {
    padding: 0.3em 0.6em;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.075);
    border-color: var(--light-border-color);
}

th {
    font-weight: normal;
    text-align: initial;
    background: rgba(0, 0, 0, 0.05);
}

tfoot td {
    background: rgba(0, 0, 0, 0.05);
}

a,
a:link,
a:visited {
    color: #333;
}

a:hover {
    color: #5096b1;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 2px;
    margin: 0;
    padding: 0.5em 1em;
    border: none;
    color: #fff;
    color: var(--button-text-color);
    background-color: #7aa1bd;
    background-color: var(--button-color);
    text-decoration: none;
    font-weight: normal;
    font-size: 0.875em;
}

label + button {
    border-radius: 0 3px 3px 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    color: #fff;
    color: var(--button-hover-text-color);
    background-color: #D5001A;
    background-color: var(--button-hover-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 0.3em 0.6em;
    max-width: 100%;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.075);
    border-color: var(--light-border-color);
    background: none;
    color: #707070;
    color: var(--medium-text-color);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-color: var(--medium-border-color);
    color: #202020;
    color: var(--text-color);
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# - Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000; /* Above WP toolbar. */
    display: block;
    clip: auto !important;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #21759b;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
}

/*--------------------------------------------------------------
# - Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0.5em 0;
}

.aligncenter {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/*--------------------------------------------------------------
# - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
    display: table;
    content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
    clear: both;
}

/*--------------------------------------------------------------
# - Site Layout
--------------------------------------------------------------*/
.site {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1260px;
}

/*--------------------------------------------------------------
# - Header
--------------------------------------------------------------*/
.site-header {
    background: #fff;
}

.site-title {
    display: block;
    margin: 0;
    padding: 0;
    color: #202020;
    color: var(--title-color);
    text-decoration: none;
    font-size: 32px;
    font-size: 2rem;
    font-family: Onest, Tahoma, Arial;
    font-family: var(--title-font);
    font-weight: normal;
    font-weight: var(--title-font-weight);
    text-transform: none;
    text-transform: var(--title-text-transform);
    line-height: 1.4;
    line-height: var(--title-line-height);
}

.site-title a:link,
.site-title a:visited {
    color: #202020;
    color: var(--title-color);
}

.site-title a:hover,
.site-title a:active {
    text-decoration: underline;
}

.site-description {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

/* Custom Header Image */
.header-image {
    margin: 0;
    text-align: center;
}

.header-image img {
    max-width: 100%;
    vertical-align: top;
}

/*--------------------------------------------------------------
# - Navigation
--------------------------------------------------------------*/
.primary-navigation-wrap {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    color: #808080;
}

.primary-navigation-wrap .home-link {
    float: left;
    font-size: 1.4em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.3em 0.2em;
}

.primary-navigation-wrap .home-link,
.primary-navigation-wrap .home-link:hover {
    color: #707070;
}

@media only screen and (min-width: 55em) {
    .primary-navigation-wrap .home-link {
        padding: 0.2em 1em;
    }
}

.primary-navigation-wrap a {
    color: #808080;
    text-decoration: none;
}

.primary-navigation-wrap a {
    display: block;
    margin: 0;
    padding: 1em 1.5em;
}

.primary-navigation-wrap a:hover,
.primary-navigation-wrap a:active,
.primary-navigation-wrap a:focus {
    color: rgb(80, 150, 177);
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
    font-family: Onest, Tahoma, Arial;
    font-family: var(--navi-font);
    font-weight: normal;
    font-weight: var(--navi-font-weight);
    text-transform: none;
    text-transform: var(--navi-text-transform);
}

/* Hide the menu on small screens when JavaScript is available. */
.main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation ul a > .icon {
    display: none;
}

.main-navigation .categories {
    clear: both;
}

.main-navigation .language {
    display: block;
    float: right;
}

.main-navigation.toggled-on > ul.menu {
    display: block;
}

/* Menu Items Styling */
.main-navigation ul li {
    position: relative;
    margin: 0;
}

.main-navigation ul li.current-menu-item > a {
    color: rgb(51, 51, 51);
}

/* Submenus */
.main-navigation .sub-menu li + li {
    border-top: 1px solid #eee;
}

.is-amp-page .main-navigation ul button.toggled-on + ul,
.main-navigation ul ul.toggled-on {
    display: block;
}

.main-navigation ul ul a {
    padding-left: 3em;
}

.main-navigation ul ul ul a {
    padding-left: 4.5em;
}

.main-navigation ul ul ul ul a {
    padding-left: 6em;
}

/* Dropdown Menus */
.main-navigation ul ul {
    position: absolute;
    left: -999em;
    top: 100%;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.main-navigation ul ul a {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    border-top: 1px solid var(--submenu-border-color);
}

.main-navigation ul ul a:link,
.main-navigation ul ul a:visited {
    color: #333;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:active {
    background: #fafafa;
    color: #5096b1;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    right: 0;
    left: auto;
}

.main-navigation ul ul li a {
    width: 10rem;
}

.main-navigation a span {
    margin-left: 0.5em !important;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    right: auto;
    left: 100%;
}

.main-navigation ul ul li a,
.main-navigation ul ul ul li a,
.main-navigation ul ul ul ul li a {
    padding: 0.6em 1.2em 0.6em 1em;
}

/* Dropdown Icons */
.main-navigation .menu-item-has-children > a > .icon {
    position: relative;
    display: inline-block;
    left: 0.5rem;
    top: 0.1rem;
    width: 14px;
    height: 14px;
    fill: #fff;
    fill: var(--submenu-text-color);
}

.main-navigation ul ul .menu-item-has-children > a > .icon {
    position: absolute;
    left: auto;
    right: 1em;
    top: 50%;
    margin-top: -0.4rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-navigation ul .menu-item-has-children > a:hover > .icon {
    fill: rgba(255, 255, 255, 0.5);
    fill: var(--submenu-hover-text-color);
}

/* Main Navigation Toggle */
.primary-menu-toggle {
    float: left;
    display: flex;
    margin: 0;
    padding: 0.8em 1em;
    border: none;
    background: none;
    color: #909090;
    text-decoration: none;
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: Onest, Tahoma, Arial;
    font-family: var(--navi-font);
    font-weight: normal;
    font-weight: var(--navi-font-weight);
    text-transform: none;
    text-transform: var(--navi-text-transform);
    align-items: center;
}

.primary-menu-toggle .menu-toggle-text {
    margin-left: 0.75em;
}

.primary-menu-toggle:hover,
.primary-menu-toggle:focus {
    background: none !important;
}

.primary-menu-toggle:focus {
    outline: thin dotted;
    color: rgb(80, 150, 177);
}

.primary-menu-toggle:hover,
.primary-menu-toggle:active {
    color: rgb(70, 140, 167);
    background: none;
    cursor: pointer;
}

.primary-menu-toggle .icon {
    margin: 0;
    width: 24px;
    height: 24px;
    vertical-align: top;
}

.primary-menu-toggle[aria-expanded="true"] .icon-menu,
.primary-menu-toggle[aria-expanded="false"] .icon-close {
    display: none;
}

.primary-menu-toggle[aria-expanded="true"] .icon-close {
    display: inline-block;
}

/* Submenu Dropdown Toggles */
.main-navigation .dropdown-toggle {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 1.1em 1.5em;
    background: none;
    border: none;
    height: 100%;
    width: 100%;
}

.main-navigation .dropdown-toggle:focus {
    outline: thin dotted;
    fill: #fff;
    fill: var(--navi-text-color);
    background: none;
}

.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:active {
    background: none;
}

.main-navigation .dropdown-toggle .icon {
    display: none;
}

.main-navigation .dropdown-toggle:hover .icon,
.main-navigation .dropdown-toggle:active .icon,
.main-navigation .dropdown-toggle:focus .icon {
    fill: rgba(255, 255, 255, 0.5);
    fill: var(--navi-hover-text-color);
}

.main-navigation .dropdown-toggle.toggled-on .icon {
    display: none;
}

.main-navigation ul ul .dropdown-toggle {
    padding: 0.9em 1.2em;
}

.main-navigation ul ul .dropdown-toggle .icon {
    width: 18px;
    height: 18px;
}

/*--------------------------------------------------------------
# - Single Posts and pages
--------------------------------------------------------------*/
.site-main > article,
.post-wrapper > article,
.type-post,
.type-page,
.type-attachment {
    margin: 0;
    padding: 1rem;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    background-color: var(--page-background-color);
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-color: var(--page-border-color);
    min-width: 0;
    word-wrap: break-word;
}

.content-list .post-wrapper > article {
    padding: 0;
}

.content-list .post-wrapper > article .post-content {
    padding: 0 1em 0.8em 1em;
}

.entry-title {
    margin-top: 0;
    margin-bottom: 0.2em;
    padding: 0;
    color: #202020;
    color: var(--title-color);
    font-size: 1.1em;
    font-family: Onest, Tahoma, Arial;
    font-family: var(--title-font);
    font-weight: normal;
    font-weight: var(--title-font-weight);
    text-transform: none;
    text-transform: var(--title-text-transform);
    line-height: 1.4;
    line-height: var(--title-line-height);
}

.single-post .entry-title {
    font-size: 1.4em;
}

.page-title {
    font-size: 1.8em;
}

.entry-title a:link,
.entry-title a:visited {
    color: #202020;
    color: var(--title-color);
}

.entry-title a:hover,
.entry-title a:active {
    color: #4a92ad;
}

.wp-post-image {
    margin: 0 0 1em;
    vertical-align: top;
}

.entry-content {
    margin-top: 1em;
    font-size: 18px;
}

.entry-content .attachment-large {
    display: block;
    margin: 12px auto 0;
}

.entry-content hr {
    width: 50%;
}

.entry-excerpt {
    font-size: 0.875em;
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.site-main .sticky {
    border: 10px solid rgba(0, 0, 0, 0.3);
}

/* Read More Button */
.more-link {
    border-radius: 2px;
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
    color: #fff;
    color: var(--button-text-color);
    background-color: #7aa1bd;
    background-color: var(--button-color);
    font-size: 0.875em;
}

.more-link:link,
.more-link:visited {
    color: #fff;
    color: var(--button-text-color);
    text-decoration: none;
}

.more-link:hover,
.more-link:active {
    color: #fff;
    color: var(--button-hover-text-color);
    background-color: #6c92ad;
    background-color: var(--button-hover-color);
    text-decoration: none;
}

/* Page Links | wp_link_pages() */
.page-links {
    clear: both;
    margin: 0 0 2em;
    word-spacing: 0.5em;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
}

/* Styling for all post details */
.entry-meta,
.entry-footer {
    color: rgba(0, 0, 0, 0.5);
    color: var(--light-text-color);
    font-size: 15px;
    font-size: 0.9375rem;
    border-top: 2px solid #eee;
    margin-top: 14px;
    padding-top: 10px;
}

.post-source {
    font-size: 15px;
    font-size: 0.9375rem;
}

.post-source a {
    display: list-item;
    margin-left: 20px;
}

.entry-meta a:link,
.entry-meta a:visited,
.post-source a:link,
.post-source a:visited,
.entry-footer a:link,
.entry-footer a:visited {
    color: rgba(0, 0, 0, 0.5);
    color: var(--light-text-color);
    text-decoration: none;
}

.entry-meta a:hover,
.entry-meta a:active,
.post-source a:hover,
.post-source a:active,
.entry-footer a:hover,
.entry-footer a:active {
    color: #202020;
    color: var(--text-color);
}

/* Entry Meta */
.entry-meta {
    margin: 0.5em 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.entry-meta a:link,
.entry-meta a:visited {
    border-bottom: 1px dotted;
    border-color: rgba(0, 0, 0, 0.15);
    border-color: var(--medium-border-color);
}

.entry-meta a:hover,
.entry-meta a:active {
    text-decoration: none;
}

.entry-meta .updated:not(.published) {
    display: none;
}

.entry-meta .avatar {
    border-radius: 50%;
}

.entry-meta .meta-author {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.entry-meta .meta-author .author {
    padding-left: 5px;
}

@media only screen and (min-width: 35em) {
    .entry-meta {
        flex-direction: inherit;
    }

    .entry-meta .meta-author {
        margin-bottom: 0;
    }

    .entry-meta .meta-date {
        margin-left: auto;
    }
}

/* Entry Image */
.entry-image {
    position: relative;
}

.entry-image .entry-category {
    background: rgba(0, 0, 0, 0.7);
    border-left: 2px solid #00a32a;
    color: #fff !important;
    font-size: 0.75em;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 10px 3px 8px;
    z-index: 1;
}

.wp-post-image-link {
    display: block;
}

/* Entry Footer */
.single-post .entry-footer {
    margin: 1.5rem 0 0;
    padding: 1rem 0 0;
    border-top: 2px solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-color: var(--page-border-color);
}

.entry-footer div .icon {
    margin: 0.2em 0.5em 0 0;
    width: 20px;
    height: 20px;
    vertical-align: top;
    fill: rgba(0, 0, 0, 0.3);
}

.entry-footer .entry-comments .icon {
    margin-top: 0.3em;
}

.entry-image .entry-footer {
    position: absolute;
    bottom: 18px;
    left: 8px;
}

/* Hide post meta if they are deactivated in settings */
body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.categories-hidden .type-post .entry-footer .entry-categories,
body.tags-hidden .type-post .entry-footer .entry-tags {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

body.date-hidden.author-hidden .content-area .type-post .entry-meta {
    display: none;
}

body.single-post.categories-hidden.tags-hidden .type-post .entry-footer {
    display: none;
}

body.categories-hidden .post-wrapper .type-post.comments-off .entry-footer {
    display: none;
}

/* Post Navigation */
.post-navigation {
    margin: 0;
    padding: 0;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    margin: 0;
    padding: 1.5em;
    max-width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-color: var(--page-background-color);
    box-sizing: border-box;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-color: var(--page-border-color);
}

.post-navigation .nav-links .nav-next {
    text-align: right;
}

/* Post Navigation Link Styling */
.post-navigation .nav-links a:link,
.post-navigation .nav-links a:visited {
    text-decoration: none;
}

.post-navigation .nav-links .nav-link-text {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    color: var(--light-text-color);
}

.post-navigation .nav-links .nav-previous .nav-link-text:before {
    margin-right: 5px;
    content: "\2190";
}

.post-navigation .nav-links .nav-next .nav-link-text:after {
    margin-left: 5px;
    content: "\2192";
}

/*--------------------------------------------------------------
# - Archives and Blog Layouts
--------------------------------------------------------------*/

/* Archives and Search Heading */
.archive-header {
    margin: 0 0 1rem;
    padding: 1.5rem;
    max-width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-color: var(--page-background-color);
}

.archive-title {
    margin: 0;
    padding: 0;
    color: #202020;
    color: var(--widget-title-color);
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Onest, Tahoma, Arial;
    font-family: var(--widget-title-font);
    font-weight: normal;
    font-weight: var(--widget-title-font-weight);
    text-transform: none;
    text-transform: var(--widget-title-text-transform);
    line-height: 1.4;
    line-height: var(--title-line-height);
}

.blog-description,
.archive-description,
.archive-description p {
    margin: 0.25em 0 0;
}

.archive-header .search-form {
    margin: 1.25rem 0 0;
}

/* Theme Pagination */
.pagination {
    margin-bottom: 0;
    padding: 1.5rem;
    background-color: #fff;
    background-color: var(--page-background-color);
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-color: var(--page-border-color);
}

.pagination .page-numbers,
.pagination .current {
    display: inline-block;
    padding: 0.2rem 0.8rem;
    margin-right: 3px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    color: var(--button-text-color);
    background-color: #ee1133;
    background-color: var(--button-color);
}

.pagination .page-numbers.dots {
    padding: 0 0.5rem;
}

.pagination .current,
.pagination a:hover,
.pagination a:active {
    color: #fff;
    color: var(--button-hover-text-color);
    background-color: #D5001A;
    background-color: var(--button-hover-color);
}

.pagination .current {
    font-weight: bold;
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
    display: none;
}

.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
    width: 100%;
    text-align: center;
    padding: 1.5rem;
    background-color: #fff;
    background-color: var(--page-background-color);
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-color: var(--page-border-color);
}

.infinite-scroll .infinite-loader .spinner {
    left: auto;
    margin: 0 auto;
}

.infinite-scroll #infinite-handle span {
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
    color: #fff;
    color: var(--button-text-color);
    background-color: #ee1133;
    background-color: var(--button-color);
    font-size: 15px;
    font-size: 0.9375rem;
}

.infinite-scroll #infinite-handle span:hover {
    color: #fff;
    color: var(--button-hover-text-color);
    background-color: #D5001A;
    background-color: var(--button-hover-color);
    text-decoration: none;
}

.blog-grid-layout.infinite-scroll .content-archive .post-wrapper #infinite-handle,
.blog-grid-layout.infinite-scroll .content-archive .post-wrapper .infinite-loader {
    grid-column: 1 / span 2;
}

/*--------------------------------------------------------------
# - Blocks
--------------------------------------------------------------*/

/* Block Spacing */
.wp-block-audio,
.wp-block-button,
.wp-block-buttons,
.wp-block-columns,
.wp-block-embed,
.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-table {
    margin-bottom: 1.5em;
}

/* Paragraph Block */
p.has-background {
    padding: 1rem 1.25rem;
}

.has-drop-cap:not(:focus)::first-letter {
    font-size: 4.5rem;
    line-height: 0.7;
    font-weight: bold;
}

/* Code Block */
.wp-block-code {
    border-radius: 3px;
}

/* Separator Block */
.wp-block-separator {
    border: none;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    margin-left: auto;
    margin-right: auto;
    max-width: 6rem;
    height: 4px;
}

/* Table Block */
.wp-block-table table {
    margin: 0;
}

.wp-block-table.is-style-stripes {
    border-bottom: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}

.wp-block-table.is-style-stripes thead {
    border-bottom: 2px solid;
}

.wp-block-table.is-style-stripes tfoot {
    border-top: 2px solid;
}

.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes tfoot {
    border-color: #202020;
    border-color: var(--text-color);
}

.wp-block-table.is-style-stripes thead th,
.wp-block-table.is-style-stripes tfoot td {
    background: none;
}

/* Buttons Block */
.wp-block-buttons .wp-block-button {
    margin: 0 0.5rem 0 0;
}

.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0;
}

/* Button Block */
.wp-block-button {
    font-size: 15px;
    font-size: 0.9375rem;
}

.wp-block-button.aligncenter {
    text-align: center;
}

.wp-block-button__link {
    margin: 0;
    padding: 0.5em 1em;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.wp-block-button__link:link,
.wp-block-button__link:visited {
    color: inherit;
    text-decoration: none;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color),
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):visited {
    color: #fff;
    color: var(--button-text-color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
    background-color: #ee1133;
    background-color: var(--button-color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):active {
    background-color: #D5001A;
    background-color: var(--button-hover-color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:active {
    text-decoration: underline;
}

/* Outline Style */
.wp-block-button.is-style-outline .wp-block-button__link {
    padding: calc(0.5em - 2px) calc(1em - 2px);
    background-color: transparent !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link {
    color: inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
    text-decoration: underline;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
    color: inherit;
}

/* Quote Block */
.wp-block-quote.has-text-align-center:not(.is-style-large),
.wp-block-quote.has-text-align-right:not(.is-style-large) {
    padding-left: 0;
    border-left: 0;
}

.wp-block-quote.has-text-align-right:not(.is-style-large) {
    padding-right: 1.25em;
    border-right: 4px solid;
    border-color: #202020;
    border-color: var(--dark-border-color);
}

.wp-block-quote.is-style-large {
    padding: 0;
    border: none;
    font-size: 28px;
    font-size: 1.75rem;
}

.wp-block-quote.is-style-large p {
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
}

.wp-block-quote.is-style-large cite {
    text-align: inherit;
    font-size: 16px;
    font-size: 1rem;
}

/* Pullquote Block */
.wp-block-pullquote {
    margin: 1.5em 0;
    padding: 0;
    border-bottom: 4px solid;
    border-top: 4px solid;
    border-color: rgba(0, 0, 0, 0.075);
    border-color: var(--light-border-color);
}

.wp-block-pullquote blockquote {
    border: none;
    padding: 0;
    font-size: 28px;
    font-size: 1.75rem;
}

.wp-block-pullquote p {
    font-size: inherit;
    line-height: inherit;
}

.wp-block-pullquote blockquote > p:last-of-type {
    margin-bottom: 0;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 0.75em;
}

.wp-block-pullquote blockquote cite {
    color: #202020;
    color: var(--text-color);
}

.wp-block-pullquote.is-style-solid-color {
    padding: 1px 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin: 1.75rem 0 1rem;
    font-size: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    color: inherit;
}

/* Audio */
.wp-block-audio audio {
    width: 100%;
}

/* Image Block */
.wp-block-image img {
    vertical-align: top;
}

/* Cover Block */
.wp-block-cover,
.wp-block-cover-image {
    width: auto;
}

.wp-block-cover > .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image > .wp-block-cover__inner-container > *:first-child {
    margin-top: 0;
}

.wp-block-cover > .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image > .wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0;
}

/* Gallery Block */
.wp-block-gallery {
    justify-content: center;
}

/* Video Embed Block */
.wp-block-embed-vimeo.alignfull iframe {
    width: 100%;
}

/* Group Block */
.wp-block-group.has-background {
    padding: 1.5rem;
}

.wp-block-group.has-background > .wp-block-group__inner-container > *:first-child {
    margin-top: 0;
}

.wp-block-group.has-background > .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0;
}

/* Columns Block */
div.wp-block-columns {
    gap: 1.5rem;
}

/* Column Block */
.wp-block-column.has-background {
    padding: 1.5rem;
    box-sizing: border-box;
}

.wp-block-column.has-background > *:first-child {
    margin-top: 0;
}

.wp-block-column.has-background > *:last-child {
    margin-bottom: 0;
}

/* Block Text Colors */
.has-primary-color,
.wp-block-button__link.has-primary-color {
    color: #ee1133;
    color: var(--primary-color);
}

.has-secondary-color,
.wp-block-button__link.has-secondary-color {
    color: #d5001a;
    color: var(--secondary-color);
}

.has-tertiary-color,
.wp-block-button__link.has-tertiary-color {
    color: #bb0000;
    color: var(--tertiary-color);
}

.has-accent-color,
.wp-block-button__link.has-accent-color {
    color: #1153ee;
    color: var(--accent-color);
}

.has-highlight-color,
.wp-block-button__link.has-highlight-color {
    color: #eedc11;
    color: var(--highlight-color);
}

.has-white-color,
.wp-block-button__link.has-white-color {
    color: #fff;
}

.has-light-gray-color,
.wp-block-button__link.has-light-gray-color {
    color: #f2f2f2;
    color: var(--light-gray-color);
}

.has-gray-color,
.wp-block-button__link.has-gray-color {
    color: #666;
    color: var(--gray-color);
}

.has-dark-gray-color,
.wp-block-button__link.has-dark-gray-color {
    color: #202020;
    color: var(--dark-gray-color);
}

.has-black-color,
.wp-block-button__link.has-black-color {
    color: #000;
}

/* Block Background Colors */
.has-primary-background-color,
.has-primary-background-color[class] {
    background-color: #ee1133;
    background-color: var(--primary-color);
}

.has-secondary-background-color,
.has-secondary-background-color[class] {
    background-color: #d5001a;
    background-color: var(--secondary-color);
}

.has-tertiary-background-color,
.has-tertiary-background-color[class] {
    background-color: #bb0000;
    background-color: var(--tertiary-color);
}

.has-accent-background-color,
.has-accent-background-color[class] {
    background-color: #1153ee;
    background-color: var(--accent-color);
}

.has-highlight-background-color,
.has-highlight-background-color[class] {
    background-color: #eedc11;
    background-color: var(--highlight-color);
}

.has-white-background-color,
.has-white-background-color[class] {
    background-color: #fff;
}

.has-light-gray-background-color,
.has-light-gray-background-color[class] {
    background-color: #f2f2f2;
    background-color: var(--light-gray-color);
}

.has-gray-background-color,
.has-gray-background-color[class] {
    background-color: #666;
    background-color: var(--gray-color);
}

.has-dark-gray-background-color,
.has-dark-gray-background-color[class] {
    background-color: #202020;
    background-color: var(--dark-gray-color);
}

.has-black-background-color,
.has-black-background-color[class] {
    background-color: #000;
}

/* Block Font Sizes */
.has-small-font-size {
    font-size: 16px;
}

.has-medium-font-size {
    font-size: 24px;
}

.has-large-font-size {
    font-size: 36px;
}

.has-extra-large-font-size {
    font-size: 48px;
}

.has-huge-font-size {
    font-size: 64px;
}

/*--------------------------------------------------------------
# - Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0;
    padding: 1.5rem;
    max-width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-color: var(--page-background-color);
    border-radius: 4px;
    font-size: 0.83em;
    line-height: 1.4;
}

.widget-title,
.is-style-widget-title {
    margin: 0 0 1rem;
    padding: 0;
    color: #202020;
    color: var(--widget-title-color);
    font-family: Onest, Tahoma, Arial;
    font-family: var(--widget-title-font);
    font-weight: normal;
    font-weight: var(--widget-title-font-weight);
    text-transform: none;
    text-transform: var(--widget-title-text-transform);
    line-height: 1.4;
    line-height: var(--title-line-height);
}

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

.widget ul li,
.widget ol li {
    text-align: center;
    padding-bottom: 20px;
}

.widget ul li:last-child,
.widget ol li:last-child {
    padding-bottom: 0;
}

.widget ul li + li,
.widget ol li + li {
    border-top: 1px solid #eaeeef;
    padding-top: 20px;
}

.widget ul .children,
.widget ul .sub-menu {
    margin: 0.5em 0 0.5em 1em;
    padding: 0;
}

.widget .wp-post-image {
    border-radius: 4px;
    margin: 0 0 5px 0;
}

.widget ul li a {
    display: block;
}

/* Theme Search Widget */
.search-form {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.search-form .search-field {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0.5em 1.5em 0.5em 0.7em;
    min-width: 150px;
    width: 100%;
    -webkit-appearance: none;
}

.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0.6em 0.8em;
    border: none;
    background-color: #ee1133;
    background-color: var(--button-color);
}

.search-form .search-submit:hover,
.search-form .search-submit:active {
    background-color: #D5001A;
    background-color: var(--button-hover-color);
}

.search-form .search-submit .icon-search {
    margin: 5px 0 0;
    width: 22px;
    height: 22px;
    fill: #fff;
    fill: var(--button-text-color);
}

.search-form .search-submit:hover .icon-search,
.search-form .search-submit:active .icon-search {
    fill: #fff;
    fill: var(--button-hover-text-color);
}

/*--------------------------------------------------------------
# - Comments
--------------------------------------------------------------*/
.comments-area {
    word-wrap: break-word;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
    margin: 0 0 1em;
    padding: 1.5rem;
    color: #202020;
    color: var(--widget-title-color);
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Onest, Tahoma, Arial;
    font-family: var(--widget-title-font);
    font-weight: normal;
    font-weight: var(--widget-title-font-weight);
    text-transform: none;
    text-transform: var(--widget-title-text-transform);
    line-height: 1.4;
    line-height: var(--title-line-height);
    background-color: #fff;
    background-color: var(--page-background-color);
}

.comment-reply-title {
    padding: 0;
}

/* Comment List */
.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment {
    margin: 0 0 1em;
    padding: 1.5rem;
    background-color: #fff;
    background-color: var(--page-background-color);
}

.comment .comment-body {
    display: block;
    margin: 0;
    padding: 0;
}

/* Comment Meta */
.comment-meta {
    float: left;
    padding: 0;
    width: 100%;
}

.comment-meta .comment-author img {
    float: left;
    margin-right: 1em;
}

.bypostauthor {
    display: block;
}

.comment-meta .comment-metadata {
    margin-top: 0.3em;
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.5);
    color: var(--light-text-color);
}

.comment-meta .comment-metadata a {
    margin-right: 1em;
}

.comment-meta .comment-metadata a:link,
.comment-meta .comment-metadata a:visited {
    color: rgba(0, 0, 0, 0.5);
    color: var(--light-text-color);
    text-decoration: none;
}

.comment-meta .comment-metadata a:hover,
.comment-meta .comment-metadata a:active {
    color: #202020;
    color: var(--text-color);
}

/* Comment Content */
.comment-content {
    clear: left;
    padding: 0.2em 0 0;
}

.comment ol.children {
    margin: 1.5em 0 0;
    list-style: none;
}

.comment ol.children .comment {
    margin: 0;
    padding: 1.5rem 0 0;
    border-top: 2px solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-color: var(--page-border-color);
}

/* Comment Reply */
.comment .reply {
    font-size: 14px;
    font-size: 0.875rem;
}

.comment .comment-respond {
    margin: 1.5em 0 0;
    padding: 1.5rem 0 0;
    border-top: 2px solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-color: var(--page-border-color);
}

/* Comment Pagination */
.comment-navigation {
    margin: 0 0 1rem;
    padding: 1rem;
    background-color: #fff;
    background-color: var(--page-background-color);
}

.comment-navigation .nav-previous {
    float: left;
}

.comment-navigation .nav-next {
    float: right;
}

.comment-navigation a:link,
.comment-navigation a:visited {
    color: rgba(0, 0, 0, 0.5);
    color: var(--light-text-color);
    text-decoration: none;
}

.comment-navigation a:hover,
.comment-navigation a:active {
    color: #202020;
    color: var(--text-color);
}

.comment-navigation .nav-previous a:before {
    margin-right: 5px;
    content: "\2190";
}

.comment-navigation .nav-next a:after {
    margin-left: 5px;
    content: "\2192";
}

/* Comment Form */
.comment-respond {
    margin: 0 0 1em;
    padding: 1.5rem;
    background-color: #fff;
    background-color: var(--page-background-color);
}

.comment-form {
    padding: 0;
}

.comment-form .logged-in-as {
    font-size: 14px;
    font-size: 0.875rem;
}

.comment-form label {
    display: inline-block;
    min-width: 150px;
    font-weight: bold;
}

.comment-form textarea {
    margin-top: 0.4em;
}

.comment-form .form-submit {
    margin-bottom: 0;
}

.comment-form input[type="checkbox"] + label {
    display: inline;
    padding-left: 0.5em;
    font-weight: normal;
}

.comment-reply-title small a {
    margin-left: 1em;
    text-transform: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
}

/*--------------------------------------------------------------
# - Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
figure,
img,
picture {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
figcaption,
.wp-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption {
    font-size: 14px;
    font-size: 0.875rem;
    color: #707070;
    color: var(--medium-text-color);
}

.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption,
.wp-block-gallery > figcaption {
    margin: 0.5rem 0 1.5rem;
    max-width: 100%;
    width: auto !important;
    text-align: center;
}

.wp-block-table figcaption {
    margin-bottom: 0;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption .wp-caption-text {
    margin: 0.5em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    display: grid;
    margin: 1rem 0;
    padding: 0;
    grid-gap: 1rem;
}

.gallery-columns-1 {
    display: block;
}

.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
    grid-template-columns: 1fr 1fr;
}

.gallery-item {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
}

.gallery-item img {
    vertical-align: top;
}

.gallery-caption {
    display: block;
    margin: 0.5rem 0 0;
    font-size: 15px;
    font-size: 0.9375rem;
    color: rgba(0, 0, 0, 0.5);
    color: var(--light-text-color);
    line-height: 1.4;
}

/* IE Fallback */
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .gallery {
        display: flex;
    }

    .gallery-item {
        display: inline-block;
        padding: 1rem;
    }

    .gallery-columns-2 .gallery-item {
        width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        width: 33.3333333333%;
    }

    .gallery-columns-4 .gallery-item {
        width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        width: 16.6666666667%;
    }

    .gallery-columns-7 .gallery-item {
        width: 14.2857142857%;
    }

    .gallery-columns-8 .gallery-item {
        width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        width: 11.1111111111%;
    }
}

/*--------------------------------------------------------------
# - Footer
--------------------------------------------------------------*/
.footer-wrap {
    background-color: #2e3236;
    color: #fff;
}

.site-footer {
    font-size: 0.875em;
}

.site-footer a:link,
.site-footer a:visited,
.site-footer a:active {
    color: #eee;
    display: inline-block;
    padding: 1.2em 0.75em;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .site-info {
    padding: 1.2em;
    text-align: center;
}

.site-footer .site-links {
    display: block;
    justify-content: center;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 55em) {
    .site-footer .site-links {
        display: flex;
    }
}

/*--------------------------------------------------------------
# - Plugins
--------------------------------------------------------------*/

/* Styling for EvDim Breadcrumbs Plugin */
.breadcrumbs {
    box-sizing: border-box;
    margin: 0;
    padding: 1rem 1.5rem 0;
    width: 100%;
    word-wrap: break-word;
    background: #fff;
}

.breadcrumbs-container {
    font-size: 14px;
    font-size: 0.875rem;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
    display: inline;
    margin: 0;
    padding: 0;
}

.breadcrumbs .trail-browse {
    margin-right: 0.5rem;
    font-weight: normal;
    font-size: 15px;
    font-size: 0.9375rem;
}

.breadcrumbs .trail-items {
    list-style: none;
}

.breadcrumbs .trail-items li:after {
    padding: 0 0.5em;
    content: "\00bb"; /* Raquo */
}

.trail-separator-slash .trail-items li:after {
    content: "\002F";
}

.trail-separator-dash .trail-items li:after {
    content: "\2013";
}

.trail-separator-bull .trail-items li:after {
    content: "\2022";
}

.trail-separator-arrow-bracket .trail-items li:after {
    content: "\003e";
}

.trail-separator-raquo .trail-items li:after {
    content: "\00bb";
}

.trail-separator-single-arrow .trail-items li:after {
    content: "\2192";
}

.trail-separator-double-arrow .trail-items li:after {
    content: "\21D2";
}

.breadcrumbs .trail-items li:last-of-type:after {
    display: none;
}

@media only screen and (min-width: 25em) {
    .breadcrumbs {
        padding: 0.5rem 0;
    }
}

/* Styling for EvDim Magazine Blocks */
:root {
    --tz-column-gap: 1.5rem;
}

.tz-magazine-block .tz-magazine-post {
    margin: 0 0 1.5rem;
    padding: 0;
}

.tz-magazine-block .tz-entry-title {
    font-size: 24px;
    font-size: 1.5rem;
}

.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
    font-size: 20px;
    font-size: 1.25rem;
}

.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title,
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
    font-size: 18px;
    font-size: 1.125rem;
}

.tz-magazine-block .tz-entry-meta {
    font-size: 15px;
    font-size: 0.9375rem;
}

.tz-magazine-block .tz-meta-field {
    margin-right: 1em;
}

.tz-magazine-block .tz-entry-content {
    font-size: 17px;
    font-size: 1.0625rem;
}

/* Styling for EvDim Related Posts Plugin */
ul.related-posts-list {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.related-posts-list li {
    display: block;
    margin-top: 1.5rem;
    list-style: none;
}

.related-posts-list li .wp-post-image {
    margin: 0 0 1rem 0;
}

.related-posts-list li .entry-meta {
    font-size: 13px;
    font-size: 0.8125rem;
}

.related-posts-grid {
    margin: 1.5rem 0 0;
}

.related-posts-columns .related-post-column {
    margin-top: 1.5rem;
}

.related-posts-columns .related-post-column .wp-post-image {
    margin: 0 0 1rem 0;
    padding: 0;
    border: none;
}

.related-posts-columns .related-post-column .entry-meta .meta-date {
    margin-right: 0.5rem;
}

.related-posts .clearfix::before,
.related-posts .clearfix::after {
    display: inline;
    content: none;
}

@media only screen and (min-width: 25em) {
    .related-posts-list li {
        display: grid;
        grid-template-columns: 2fr 3fr;
        grid-template-rows: auto 1fr;
        grid-column-gap: 1rem;
    }

    .related-posts-list li > a {
        grid-row: 1 / span 2;
    }

    .related-posts-list li .wp-post-image {
        margin: 0;
    }

    .related-posts-list li .entry-meta {
        margin: 0;
    }

    .related-posts-two-columns,
    .related-posts-four-columns {
        display: grid;
        grid-gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .related-posts-two-columns .related-post-column,
    .related-posts-four-columns .related-post-column {
        margin-top: 0;
    }
}

@media only screen and (min-width: 35em) {
    .related-posts-three-columns {
        display: grid;
        grid-gap: 1.5rem;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 65em) {
    .related-posts-four-columns {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width: 75em) {
    .related-posts-list li {
        grid-template-columns: 1fr 2fr;
        grid-column-gap: 1.5rem;
    }

    .related-posts-list li .entry-meta {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/* Styling for EvDim Widget Bundle Plugin */
.tzwb-posts-list li {
    margin: 0;
    list-style: none;
}

.tzwb-posts-list .tzwb-excerpt p {
    margin: 0;
    padding: 0;
}

.tzwb-posts-list li.tzwb-has-thumbnail {
    margin: 0;
    padding: 0.6em 0;
    overflow: hidden;
}

.tzwb-posts-list .wp-post-image {
    float: left;
    margin: 0.4rem 1rem 0.4rem 0;
    max-width: 100px;
    height: auto;
}

.tzwb-posts-list .tzwb-entry-meta {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.5);
}

.tzwb-posts-list .tzwb-entry-meta span {
    margin-right: 0.5rem;
}

.tzwb-posts-list .tzwb-entry-meta a:link,
.tzwb-posts-list .tzwb-entry-meta a:visited {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.tzwb-posts-list .tzwb-entry-meta a:hover,
.tzwb-posts-list .tzwb-entry-meta a:active {
    color: #202020;
    color: var(--text-color);
}

/* Comments List */
.tzwb-comments-list li {
    overflow: hidden;
    margin: 0;
    list-style: none;
}

.tzwb-comments-list li.tzwb-has-avatar {
    padding: 0.8em 0;
}

.tzwb-comments-list .avatar {
    float: left;
    margin: 0.2em 0.8em 0.2em 0;
}

.tzwb-comments-list .tzwb-comment-content {
    font-style: italic;
}

.tzwb-comments-list .tzwb-comment-date {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-size: 0.875rem;
}

/* Tabbed Content Widget */
.tzwb-tabbed-content .tzwb-tabnavi-wrap {
    margin: 0;
    padding: 0;
}

.tzwb-tabbed-content .tzwb-tabnavi {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    list-style-position: outside;
}

.tzwb-tabbed-content .tzwb-tabnavi li {
    margin: 3px 3px 0 0;
    padding: 0;
    border: none;
    list-style: none;
}

.tzwb-tabbed-content .tzwb-tabnavi li a {
    display: block;
    margin: 0;
    padding: 0.4em 0.8em;
    color: #fff;
    color: var(--button-text-color);
    background-color: #ee1133;
    background-color: var(--button-color);
    font-size: 15px;
    font-size: 0.9375rem;
}

.tzwb-tabbed-content .tzwb-tabnavi li a:link,
.tzwb-tabbed-content .tzwb-tabnavi li a:visited {
    color: #fff;
    color: var(--button-text-color);
}

.tzwb-tabbed-content .tzwb-tabnavi li a.current-tab,
.tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.tzwb-tabbed-content .tzwb-tabnavi li a:active {
    color: #fff;
    color: var(--button-hover-text-color);
    background-color: #D5001A;
    background-color: var(--button-hover-color);
    text-decoration: none;
}

.tzwb-tabbed-content .tzwb-tabnavi li a:focus {
    outline: none;
}

.tzwb-tabbed-content .tzwb-tabcontent {
    margin: 1rem 0 0 0;
    padding: 0;
}

/*--------------------------------------------------------------
# - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## - Media Queries for Typography
--------------------------------------------------------------*/
@media only screen and (min-width: 20em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 16px;
        font-size: 1rem;
    }

    .site-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

@media only screen and (min-width: 40em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 17px;
        font-size: 1.0625rem;
    }

    .site-title {
        font-size: 40px;
        font-size: 2.5rem;
    }

    .site-description {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .entry-meta {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .entry-meta span .icon {
        margin: 0.3em 0.3em 0 0;
        width: 19px;
        height: 19px;
    }

    .widget-title,
    .is-style-widget-title,
    .archive-title,
    .comments-title,
    .comment-reply-title,
    .post-navigation .nav-links .entry-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

/*--------------------------------------------------------------
## - Media Queries for Layout
--------------------------------------------------------------*/
@media only screen and (min-width: 25em) {
    .primary-navigation-container {
        padding: 0;
    }

    .widget,
    .page-header,
    .site-main > article,
    .post-wrapper > article,
    .type-post,
    .type-page,
    .type-attachment,
    .comment,
    .comments-title,
    .comment-navigation,
    .comment-respond,
    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next,
    .pagination,
    .infinite-scroll #infinite-handle span {
        border-radius: 4px;
        margin-bottom: 1rem;
        border-bottom: none;
    }

    .pagination,
    .infinite-scroll #infinite-handle,
    .infinite-scroll .infinite-loader {
        padding: 0;
        background: none;
        border-bottom: none;
    }

    .pagination .page-numbers,
    .pagination .current {
        padding: 0.35rem 1rem;
        margin-right: 0.5rem;
    }

    .site-footer .site-info {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 40em) {
    .primary-navigation-container {
        padding: 0;
    }

    .site-header,
    .widget,
    .archive-header,
    .site-main > article,
    .post-wrapper > article,
    .type-post,
    .type-page,
    .type-attachment,
    .comment,
    .comments-title,
    .comment-navigation,
    .comment-respond,
    .pagination,
    .infinite-scroll #infinite-handle span {
        margin-bottom: 1.5rem;
    }

    .site-main > article,
    .post-wrapper > article,
    .type-post,
    .type-page,
    .type-attachment {
        padding: 1.5rem;
    }

    /* Post Navigation */
    .post-navigation .nav-links {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        grid-column-gap: 1.5rem;
    }

    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next {
        margin-bottom: 1.5rem;
        grid-row: 1;
    }

    /* Blog: List Layout */
    .blog-list-layout .content-archive .post-wrapper .has-post-thumbnail {
        display: grid;
        grid-template-columns: 42% auto;
    }

    .blog-list-layout.post-thumbnails-hidden .content-archive .post-wrapper .has-post-thumbnail {
        display: block;
    }

    .blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .wp-post-image {
        margin: 0;
        padding-right: 1.5em;
    }

    .blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .entry-footer {
        grid-row: 2;
        grid-column: 1 / span 2;
        max-width: 100%;
    }
}

/* Blog: Grid Layout */
.blog-grid-layout .content-archive .post-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    margin: 0 0 1.5rem;
}

.blog-grid-layout .content-archive .post-wrapper .type-post {
    margin: 0;
}

.single-post .post-image {
    margin: -1rem -1rem 0 -1rem;
}

@media only screen and (min-width: 40em) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .blog-grid-layout .content-archive .post-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .single-post .post-image {
        margin: 0;
    }
}

@media only screen and (min-width: 55em) {
    .blog-grid-layout .content-archive .post-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 70em) {
    .blog-grid-layout .content-archive .post-wrapper {
        grid-template-columns: 2fr 1fr 1fr;
    }
}

/* CSS Grid Fallback for Internet Explorer */
@media only screen and (min-width: 40em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* Post Navigation */
    .post-navigation .nav-links {
        display: flex;
        margin-bottom: 1.5rem;
    }

    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next {
        margin: 0;
        width: 50%;
    }

    /* Blog: List Layout */
    .blog-list-layout .content-archive .post-wrapper .has-post-thumbnail {
        display: flex;
        flex-flow: row wrap;
    }

    .blog-list-layout.post-thumbnails-hidden .content-archive .post-wrapper .has-post-thumbnail {
        display: block;
    }

    .blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .post-image {
        width: 42%;
    }

    .blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .post-content {
        width: 58%;
    }

    .blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .entry-footer {
        width: 100%;
    }

    /* Blog: Grid Layout */
    .blog-grid-layout .content-archive .post-wrapper {
        display: flex;
        flex-flow: row wrap;
        margin: 0 -3% 0 0;
    }

    .blog-grid-layout .content-archive .post-wrapper .type-post {
        margin-bottom: 1.5rem;
        margin-right: 3%;
        width: 47%;
    }
}

@media only screen and (min-width: 55em) {
    .main-navigation .categories {
        clear: none;
    }

    @supports (display: grid) {
        .site-content {
            display: grid;
            grid-template-columns: 7fr 3fr;
            grid-column-gap: 1.5rem;
        }

        .content-list .site-content {
            grid-template-columns: 1fr;
        }

        .content-area {
            box-sizing: border-box;
            grid-row-start: 2;
            grid-column-start: 1;
            min-width: 0;
        }

        .sidebar {
            grid-row-start: 2;
            grid-column-start: 2;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            border: none;
            min-width: 0;
        }
    }

    .site-footer .site-info {
        float: left;
        text-align: left;
    }

    .site-footer .site-links {
        float: right;
    }
}

/* CSS Grid Fallback for Internet Explorer */
@media only screen and (min-width: 55em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .site-content {
        display: flex;
    }

    .no-sidebar .site-content {
        display: block;
    }

    .content-area {
        width: 70%;
        box-sizing: border-box;
        padding-right: 0.75rem;
    }

    .sidebar {
        width: 30%;
        box-sizing: border-box;
        padding-left: 0.75rem;
    }
}

/*--------------------------------------------------------------
## - Media Queries for Navigation
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
    .primary-menu-toggle,
    .main-navigation .dropdown-toggle {
        display: none;
    }

    .main-navigation ul,
    .main-navigation ul ul {
        display: block;
    }

    .primary-navigation {
        float: right;
        clear: none;
    }

    #masthead .main-navigation > ul.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0;
        border-bottom: none;
    }

    .main-navigation > ul > li > a {
        border: none;
    }
}

/*--------------------------------------------------------------
## - Media Queries for Blocks
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## - Media Queries for Media
--------------------------------------------------------------*/
@media only screen and (min-width: 20em) {
    .alignleft {
        float: left;
        margin-right: 1.5rem;
    }

    .alignright {
        float: right;
        margin-left: 1.5rem;
    }
}

@media only screen and (min-width: 30em) {
    .gallery-columns-3,
    .gallery-columns-5,
    .gallery-columns-6,
    .gallery-columns-7,
    .gallery-columns-9 {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-columns-4,
    .gallery-columns-8 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width: 45em) {
    .gallery-columns-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .gallery-columns-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .gallery-columns-7 {
        grid-template-columns: repeat(7, 1fr);
    }
}

@media only screen and (min-width: 50em) {
    .gallery-columns-8 {
        grid-template-columns: repeat(8, 1fr);
    }

    .gallery-columns-9 {
        grid-template-columns: repeat(9, 1fr);
    }
}

/*--------------------------------------------------------------
## - Media Queries for Print
--------------------------------------------------------------*/
@media print {
    /* Hide elements */
    form,
    button,
    input,
    select,
    textarea,
    .header-bar-wrap,
    .primary-navigation-wrap,
    #secondary,
    .footer-navigation,
    .footer-widgets-background,
    .header-image,
    .page-links,
    .post-navigation,
    .pagination.navigation,
    .comments-area,
    .footer-wrap,
    .scroll-to-top {
        display: none !important;
    }

    body,
    .site {
        background: none !important;
    }

    .content-area {
        padding: 0;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# - Theme Layout
--------------------------------------------------------------*/

/* Centered Theme Layout */
.centered-theme-layout .site {
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
}

.centered-theme-layout .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.centered-theme-layout .primary-navigation-container {
    padding-left: 0;
    padding-right: 0;
}

.centered-theme-layout .site-header {
    background: none;
}

.centered-theme-layout .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Centered Theme Layout Responsive Design */
@media only screen and (min-width: 25em) {
    .centered-theme-layout .site-header {
        margin-bottom: 0;
    }

    .centered-theme-layout .header-image,
    .centered-theme-layout .sidebar .widget,
    .centered-theme-layout .archive-header,
    .centered-theme-layout .site-main article,
    .centered-theme-layout .type-post,
    .centered-theme-layout .type-page,
    .centered-theme-layout .type-attachment,
    .centered-theme-layout .comment,
    .centered-theme-layout .comments-title,
    .centered-theme-layout .comment-navigation,
    .centered-theme-layout .comment-respond,
    .centered-theme-layout .post-navigation .nav-links .nav-previous,
    .centered-theme-layout .post-navigation .nav-links .nav-next,
    .centered-theme-layout .pagination,
    .centered-theme-layout .infinite-scroll #infinite-handle span,
    .centered-theme-layout.blog-grid-layout .content-archive .post-wrapper,
    .centered-theme-layout .breadcrumbs {
        margin-bottom: 0;
        border-bottom: 2px solid #f5f5f5;
    }

    .centered-theme-layout .pagination {
        padding: 1.5rem;
        background: #fff;
    }

    .centered-theme-layout .breadcrumbs {
        padding: 0.5rem 1.5rem;
    }
}

@media only screen and (min-width: 40em) {
    .centered-theme-layout .site {
        padding: 0 1.5rem;
    }

    .centered-theme-layout .site-footer {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .centered-theme-layout.blog-grid-layout .content-archive .post-wrapper {
        margin: 0;
        grid-gap: 2px;
        background: #f5f5f5;
    }

    .centered-theme-layout.blog-grid-layout .content-archive .post-wrapper .type-post {
        margin-bottom: 0;
        border-bottom: none;
    }

    .centered-theme-layout .post-navigation .nav-links {
        grid-column-gap: 2px;
        background: #f5f5f5;
    }
}

@media only screen and (min-width: 55em) {
    .centered-theme-layout .site-content {
        margin-top: -2px;
        grid-gap: 2px;
        background: #f5f5f5;
    }

    .centered-theme-layout .sidebar,
    .centered-theme-layout .content-area {
        background: #fff;
    }

    .centered-theme-layout .sidebar .widget {
        border-bottom: 2px solid #f5f5f5;
    }
}

/* Boxed Theme Layout */
.boxed-theme-layout .site {
    margin: 0 auto;
    max-width: 1440px;
    background: #fafafa;
}

.boxed-theme-layout .container {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

/* Boxed Layout Responsive Design */
@media only screen and (min-width: 25em) {
    .boxed-theme-layout .primary-navigation-container {
        padding-left: 0;
        padding-right: 0;
    }

    .boxed-theme-layout .widget,
    .boxed-theme-layout .archive-header,
    .boxed-theme-layout .type-post,
    .boxed-theme-layout .type-page,
    .boxed-theme-layout .type-attachment,
    .boxed-theme-layout .post-navigation .nav-links .nav-previous,
    .boxed-theme-layout .post-navigation .nav-links .nav-next,
    .boxed-theme-layout .comments-title,
    .boxed-theme-layout .comment,
    .boxed-theme-layout .comment-navigation,
    .boxed-theme-layout .comment-respond {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .comment ol.children .comment,
    .comment .comment-respond {
        border: none;
        border-top: 2px solid rgba(0, 0, 0, 0.05);
    }

    .boxed-theme-layout .breadcrumbs {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (min-width: 40em) {
    .boxed-theme-layout .primary-navigation-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 55em) {
    .boxed-theme-layout {
        padding: 1.5rem;
    }

    .boxed-theme-layout .site {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }
}

@media only screen and (min-width: 90em) {
    .boxed-theme-layout {
        padding: 0;
    }

    .boxed-theme-layout .site {
        margin: 2em auto;
    }
}

/*--------------------------------------------------------------
# - Sidebar Position
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
    @supports (display: grid) {
        /* Sidebar Left Layout */
        .sidebar-left .site-content {
            grid-template-columns: 3fr 7fr;
        }

        .sidebar-left .content-area {
            grid-column-start: 2;
        }

        .sidebar-left .sidebar {
            grid-column-start: 1;
        }
    }
}

/* CSS Grid Fallback for Internet Explorer */
@media only screen and (min-width: 55em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* Sidebar Left Layout */
    .sidebar-left .content-area {
        order: 2;
        padding-right: 0;
        padding-left: 0.75rem;
    }

    .sidebar-left .sidebar {
        order: 1;
        padding-left: 0;
        padding-right: 0.75rem;
    }
}

/*--------------------------------------------------------------
# - Page Templates
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
    /* No Sidebar Template */
    .no-sidebar .site-content {
        display: block;
    }

    .no-sidebar .site-content .content-area .post-content,
    .no-sidebar .site-content .content-area .entry-footer {
        margin-left: auto;
        margin-right: auto;
        max-width: 840px;
        width: 100%;
    }

    /* Fullwidth Template */
    .post-template-template-fullwidth .site-content,
    .page-template-template-fullwidth .site-content {
        display: block;
    }
}

/* Fallback for Internet Explorer */
@media only screen and (min-width: 55em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .no-sidebar .content-area,
    .post-template-template-fullwidth .content-area,
    .page-template-template-fullwidth .content-area {
        width: 100%;
        padding: 0;
    }
}

/*--------------------------------------------------------------
# - Customizer Preview
--------------------------------------------------------------*/
.customize-partial-edit-shortcut-evdim_blog_content_partial {
    left: -9999px;
}

.evdim-captcha {
    display: flex;
}

.evdim-captcha-image {
    border-radius: 4px;
    object-fit: cover !important;
    width: 140px;
}

.evdim-captcha-input {
    border-radius: 4px;
    font-size: 1.4em;
    margin-left: 10px;
    width: 120px;
}
