    /*!
Theme Name: Agentura
Author: Agentura.ru
Description: The theme of agentura.ru
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp_agentura

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

wp_agentura is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
    /*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	## Normalize
    ## Sections
    ## Grouping content
    ## Text-level semantics
    ## Embedded content
    ## Forms
    ## Interactive
    ## Misc
	## Box sizing
# Base
	## Typography
	## Elements
	## Links
    ## Buttons
	## Forms
    ## Pagination
    ## Shortcodes
# Components
	## Header
        ### Desktop
        ### Mobile
        ### Navigation menu
        ### Search form
    ## Footer
    ## Category card
    ## Meta information
        ### Categories links
# Layouts
    ## Frontpage
        ### Sidebar
    ## Profile page
    ## Pages and posts
        ### Page header
        ### Categories links wrapper
        ### Page thumbnail
        ### Post page header
        ### Post thumbnail
        ### Post meta
        ### Post content
	## Template parts
        ### Post teaser / History, investigations
        ### Post teaser - frontpage
        ### Latest post teaser
        ### Book teaser
        ### Book teaser - frontpage
        ### News teaser
	    ### Galleries
        ### Comments
	    ### Widgets
	    ### Media
	    ### Captions
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
    /*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
    /*--------------------------------------------------------------
## Normalize
--------------------------------------------- */
    /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
    /* Document
	 ========================================================================== */
    /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
    
    html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
    }
    /*--------------------------------------------------------------    
## Sections
--------------------------------------------- */
    /**
* Remove the margin in all browsers.
*/
    
    body {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        margin: 0;
    }
    /**
* Render the `main` element consistently in IE.
*/
    
    main {
        display: block;
    }
    /**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
    
    h1 {
        font-size: 1.75em;
        margin: 0.5em 0;
    }
    
    h2 {
        font-size: 1.5em;
        margin: 0.5em 0;
    }
    
    h3 {
        font-size: 1.25em;
        margin: 0.5em 0;
    }
    /*--------------------------------------------------------------    
## Grouping content
--------------------------------------------- */
    /**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
    
    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }
    /**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
    
    pre {
        font-family: monospace, monospace;
        font-size: 1em;
    }
    /*--------------------------------------------------------------    
## Text-level semantics
--------------------------------------------- */
    /**
* Remove the gray background on active links in IE 10.
*/
    
    a {
        background-color: transparent;
    }
    /**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
    
    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted;
    }
    /**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
    
    b,
    strong {
        font-weight: bolder;
    }
    /**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
    
    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }
    /**
* Add the correct font size in all browsers.
*/
    
    small {
        font-size: 80%;
    }
    /**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
    
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    
    sub {
        bottom: -0.25em;
    }
    
    sup {
        top: -0.5em;
    }
    /*--------------------------------------------------------------    
## Embedded content
--------------------------------------------- */
    /**
* Remove the border on images inside links in IE 10.
*/
    
    img {
        border-style: none;
    }
    /*--------------------------------------------------------------    
## Forms
--------------------------------------------- */
    /**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
    
    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }
    /**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
    
    button,
    input {
        overflow: visible;
    }
    /**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
    
    button,
    select {
        text-transform: none;
    }
    /**
* Correct the inability to style clickable types in iOS and Safari.
*/
    
    button,
    [type="button"],
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
    }
    /**
* Remove the inner border and padding in Firefox.
*/
    
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }
    /**
* Restore the focus styles unset by the previous rule.
*/
    
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }
    /**
* Correct the padding in Firefox.
*/
    
    fieldset {
        padding: 0.35em 0.75em 0.625em;
    }
    /**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
    
    legend {
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal;
    }
    /**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
    
    progress {
        vertical-align: baseline;
    }
    /**
* Remove the default vertical scrollbar in IE 10+.
*/
    
    textarea {
        overflow: auto;
    }
    /**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
    
    [type="checkbox"],
    [type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }
    /**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
    
    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    /**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
    
    [type="search"] {
        -webkit-appearance: textfield;
        outline-offset: -2px;
    }
    /**
* Remove the inner padding in Chrome and Safari on macOS.
*/
    
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    /**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
    
     ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit;
    }
    /*--------------------------------------------------------------    
## Interactive
--------------------------------------------- */
    /*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
    
    details {
        display: block;
    }
    /*
* Add the correct display in all browsers.
*/
    
    summary {
        display: list-item;
    }
    /*--------------------------------------------------------------    
## Misc
--------------------------------------------- */
    /**
* Add the correct display in IE 10+.
*/
    
    template {
        display: none;
    }
    /**
* Add the correct display in IE 10.
*/
    
    [hidden] {
        display: none;
    }
    /*--------------------------------------------------------------    
## Box sizing
--------------------------------------------- */
    /* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    *,
    *::before,
    *::after {
        box-sizing: inherit;
    }
    
    html {
        box-sizing: border-box;
    }
    /*--------------------------------------------------------------
# Base
--------------------------------------------- */
    /*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
    
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        color: #212121;
        font-family: 'Formular', sans-serif;
        font-size: 1rem;
        line-height: 1.5;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
        color: #000000;
    }
    
    p {
        margin-bottom: 1em;
    }
    
    dfn,
    cite,
    em,
    i {
        font-style: italic;
    }
    
    blockquote {
        margin: 0 1em;
    }
    
    address {
        margin: 0 0 1em;
    }
    
    pre {
        background: #eee;
        font-family: "Courier 10 Pitch", courier, monospace;
        line-height: 1.6;
        margin-bottom: 1.6em;
        max-width: 100%;
        overflow: auto;
        padding: 1.6em;
    }
    
    code,
    kbd,
    tt,
    var {
        font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    }
    
    abbr,
    acronym {
        border-bottom: 1px dotted #666;
        cursor: help;
    }
    
    mark,
    ins {
        background: #fff9c0;
        text-decoration: none;
    }
    
    big {
        font-size: 125%;
    }
    /*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
    
    body {
        background: #fff;
    }
    
    .site {
        position: relative;
    }
    
    .site-content {
        padding-bottom: 50px;
    }
    
    hr {
        background-color: #ccc;
        border: 0;
        height: 1px;
        margin-bottom: 1.5em;
    }
    
    ul,
    ol {
        margin: 0 0 1.5em 1em;
    }
    
    ul {
        list-style: disc;
    }
    
    ol {
        list-style: decimal;
    }
    
    li>ul,
    li>ol {
        margin-bottom: 0;
        margin-left: 1.5em;
    }
    
    dt {
        font-weight: 700;
    }
    
    dd {
        margin: 0 1.5em 1.5em;
    }
    /* Make sure embeds and iframes fit their containers. */
    
    embed,
    iframe,
    object {
        max-width: 100%;
    }
    
    img {
        height: auto;
        max-width: 100%;
    }
    
    figure {
        margin: 1em 0;
    }
    
    figcaption {
        text-align: center;
    }
    
    table {
        margin: 0 0 1.5em;
        width: 100%;
    }
    
    blockquote {
        border-left: 3px solid #212121;
        padding-left: 10px;
    }
    /*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
    
    a {
        color: #b71c1c;
        text-decoration: none;
    }
    
    a:visited {
        color: #b71c1c;
    }
    
    a:hover,
    a:focus,
    a:active {
        color: #b71c1c;
        text-decoration: none;
    }
    
    a:hover,
    a:active {
        outline: 0;
    }
    /*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
    
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        border: 1px solid;
        border-radius: 4px;
        background: #b71c1c;
        color: #ffffff;
        line-height: 1;
        padding: 0.6em 1em 0.4em;
    }
    
    button:hover,
    button:active,
    button:focus,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:active,
    input[type="button"]:focus,
    input[type="reset"]:active,
    input[type="reset"]:focus,
    input[type="submit"]:active,
    input[type="submit"]:focus {
        background-color: #7f0000;
    }
    
    .btn:focus {
        box-shadow: none;
    }
    /*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
    
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea {
        color: #212121;
        border-radius: 3px;
        padding: 3px;
    }
    
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus {
        color: #212121;
    }
    
    select {
        border: 1px solid #ccc;
    }
    
    textarea {
        width: 100%;
    }
    /*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
    
    .post-content .page-links,
    .post-content .wp-pagenavi {
        display: flex;
        justify-content: center;
    }
    
    .post-content .page-links .post-page-numbers,
    .post-content .wp-pagenavi .page,
    .post-content .wp-pagenavi .current,
    .post-content .wp-pagenavi .last,
    .post-content .wp-pagenavi .first,
    .post-content .wp-pagenavi .extend {
        color: #424242;
        margin-right: 15px;
    }
    
    .post-content .page-links .post-page-numbers.current,
    .post-content .wp-pagenavi .current {
        text-decoration: underline;
    }
    /*--------------------------------------------------------------
## Shortcodes
--------------------------------------------------------------*/
    
    .shortcode-small-text {
        font-size: 14px;
        font-weight: bold;
    }
    
    .shortcode-small-text_italic {
        font-size: 14px;
        font-style: italic;
    }
    
    .shortcode-small-text_no_bold {
        font-size: 14px;
    }
    
    .shortcode-small-text_link {
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
    }
    
    .shortcode-small-text_bold {
        font-size: 14px;
        font-weight: bold;
    }
    
    .shortcode-small-text_bold--italic {
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
    }
    
    .shortcode-small-text_no_bold {
        font-size: small;
    }
    /*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
    /*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
    
    .site-title {
        font-size: 3em;
        margin: 16px 0;
    }
    
    .site-title a {
        text-decoration: none;
    }
    
    .site-header {
        position: relative;
    }
    /*--------------------------------------------------------------
### Desktop
--------------------------------------------- */
    
    .desktop-header {
        position: relative;
    }
    
    .desktop-header .main-navigation {
        background-color: #000000;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 5px 0;
        width: 100%;
    }
    
    .desktop-header .main-navigation ul {
        display: flex;
    }
    
    .desktop-header .menu-toggle {
        display: none;
    }
    
    @media screen and (max-width: 37.4em) {
        .desktop-header .site-branding {
            border-bottom: 1px solid #cccccc;
        }
        .desktop-header .site-branding .site-title {
            font-size: 2em;
            margin: 0;
        }
        .desktop-header .menu-toggle {
            display: block;
        }
        .desktop-header .main-navigation {
            padding: 0;
        }
        .desktop-header .main-navigation ul {
            display: none;
        }
        .desktop-header .main-navigation.toggled ul {
            background-color: #ffffff;
            box-shadow: 0 2px 4px rgba(24, 19, 19, 0.1);
            left: 0;
            padding-left: 15px;
            position: absolute;
            transform: translateY(0);
            transition: transform .3s;
            width: 100%;
            z-index: 2;
        }
        .desktop-header .main-navigation.toggled ul li {
            padding-bottom: 10px;
        }
        .desktop-header .main-navigation a {
            color: #454542;
        }
        .desktop-header button.search-icon-button,
        button.menu-toggle {
            color: #ffffff;
        }
        .desktop-header button.search-icon-button:hover,
        button.menu-toggle:hover {
            color: #ffffff;
        }
    }
    /*--------------------------------------------------------------
### Mobile
--------------------------------------------- */
    
    .header-mobile {
        background-color: #ffffff;
        border-bottom: 1px solid #cccccc;
    }
    
    .header-mobile a {
        color: #212121;
    }
    
    .header-mobile .site-title {
        font-size: 2rem;
        margin: 0;
    }
    
    .header-mobile .site-title a {
        color: #b71c1c;
    }
    
    .header-mobile button.search-icon-button,
    .header-mobile button.menu-toggle {
        color: #212121;
    }
    
    .header-mobile .main-navigation {
        background-color: transparent;
        padding: 0;
    }
    
    .header-mobile .main-navigation a {
        color: #212121;
    }
    
    .header-mobile .search-form {
        bottom: auto;
    }
    
    .header-mobile .main-navigation .btn {
        padding-bottom: 0;
    }
    
    .header-mobile .main-navigation ul {
        transform: translateY(-100%);
    }
    
    .header-mobile .main-navigation.toggled ul {
        background-color: #ffffff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
        left: 0;
        padding-left: 15px;
        position: absolute;
        top: 45px;
        transform: translateY(0);
        transition: transform .3s;
        width: 100%;
        z-index: 2;
    }
    
    .header-mobile ul li {
        padding-bottom: 20px;
    }
    
    .header-mobile button.search-icon-button:hover {
        color: #212121;
    }
    
    .main-navigation button.menu-toggle:hover,
    .main-navigation button.menu-toggle:active,
    .main-navigation button.menu-toggle:focus {
        background-color: transparent;
    }
    
    .main-navigation.toggled ul {
        display: block;
    }
    
    @media screen and (min-width: 37.5em) {
        .header-mobile .menu-toggle {
            display: block;
        }
    }
    /*--------------------------------------------------------------
### Navigation menu
--------------------------------------------- */
    
    .main-navigation ul {
        display: none;
    }
    
    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    
    .main-navigation ul li {
        margin-right: 15px;
        position: relative;
    }
    
    .main-navigation a {
        color: #ffffff;
        display: block;
        text-decoration: none;
    }
    
    .main-navigation ul li.current-menu-item a,
    .main-navigation ul li.current-category-ancestor a,
    .main-navigation ul li.current-post-ancestor a,
    .main-navigation ul li.current-page-ancestor a {
        border-bottom: 2px solid #ffffff;
    }
    
    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        left: -999em;
        position: absolute;
        top: 100%;
        z-index: 99999;
    }
    
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        display: block;
        left: auto;
    }
    
    .main-navigation ul ul a {
        width: 200px;
    }
    
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: auto;
    }
    
    .main-navigation button.menu-toggle:hover,
    .main-navigation button.menu-toggle:active,
    .main-navigation button.menu-toggle:focus {
        background-color: transparent;
    }
    /*--------------------------------------------------------------
### Search form
--------------------------------------------- */
    
    button.search-icon-button {
        background-color: transparent;
        border: none;
        border-radius: 0;
        color: #ffffff;
        float: right;
        line-height: 1;
        position: relative;
    }
    
    button.search-icon-button:hover {
        color: #ffffff;
    }
    
    .search-icon-button .md-search-icon {
        opacity: 1;
    }
    
    .search-icon-button .md-search-icon.hide {
        opacity: 0;
    }
    
    .search-icon-button .md-close-icon {
        position: absolute;
        right: 0.75rem;
        opacity: 0;
    }
    
    .search-icon-button .md-close-icon.show {
        opacity: 1;
    }
    
    .search-form-button:hover {
        background-color: transparent;
    }
    
    .search-form {
        bottom: -50px;
        height: 50px;
        opacity: 0;
        position: absolute;
        width: 100%;
    }
    
    .search-form.show {
        opacity: 1;
        transition: all 0.2s ease;
    }
    
    .search-form .search-form-input {
        background-color: #f2f2f2;
        border: none;
        border-radius: 0;
        height: 50px;
        outline: none;
        padding-left: 20px;
        width: 100%;
    }
    
    .search-form .search-form-button {
        background-color: #dbdbdb;
        border: none;
        border-radius: 0;
        color: #212121;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
    }
    /*--------------------------------------------------------------
## Footer
--------------------------------------------- */
    
    footer {
        bottom: 0;
        position: relative;
        width: 100%;
    }
    
    .site-info {
        background-color: #000000;
        height: 56px;
    }
    
    .site-info .site-copyright {
        color: #ffffff;
        margin-bottom: 0;
        padding: 15px;
        vertical-align: middle;
    }
    
    .site-info .menu-bottom-navigation-container {
        padding: 15px;
        text-align: right;
    }
    
    .site-info .menu-bottom-navigation-container ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .site-info .menu-bottom-navigation-container ul li a {
        color: #ffffff;
    }
    /*--------------------------------------------------------------
## Category card
--------------------------------------------- */
    
    .category-card {
        box-sizing: border-box;
        height: 100%;
        position: relative;
    }
    
    .category-card__link {
        color: #ffffff;
        text-decoration: none;
    }
    
    .category-card__link:hover,
    .category-card__link:focus,
    .category-card__link:active {
        color: #ffffff;
    }
    
    .category-card .category-card__link img {
        min-height: 100%;
        width: 100%;
    }
    
    .category-card .category-card__title-container {
        background: rgba(7, 7, 7, 0.6);
        bottom: 0;
        color: #ffffff;
        position: absolute;
        width: 100%;
    }
    
    .category-card .category-card__title-container .category-card__title {
        color: #ffffff;
        padding: 10px;
        text-align: center;
    }
    
    @media screen and (max-width: 764px) {
        .category-card {
            height: auto;
            margin-bottom: 20px;
        }
    }
    /*--------------------------------------------------------------
## Meta information 
--------------------------------------------- */
    /*--------------------------------------------------------------
## Categories links
--------------------------------------------- */
    
    .categories-links a {
        border: 1px solid #b71c1c;
        border-radius: 15px;
        display: inline-block;
        font-size: small;
        margin-bottom: 5px;
        padding: 0 9px;
        text-decoration: none;
        white-space: nowrap;
    }
    
    p.categories-links__red {
        margin-bottom: 10px;
    }
    
    .categories-links__red a {
        background-color: #b71c1c;
        border-radius: 15px;
        color: #ffffff;
        margin-right: 5px;
        padding: 5px 10px;
        text-decoration: none;
        white-space: nowrap;
    }
    /*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
    /*--------------------------------------------------------------
## Frontpage
--------------------------------------------- */
    
    .frontpage-container {
        margin-top: 50px;
    }
    /*--------------------------------------------------------------
### Sidebar
--------------------------------------------- */
    
    .sidebar-posts {
        border-left: 1px solid #ccc;
        padding-left: 20px;
    }
    
    .sidebar-posts .post-list__container {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1rem;
    }
    
    .sidebar-posts .post-list__container .post-list {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin-bottom: 1em;
        margin-left: 0;
        padding-left: 0;
        padding-top: 10px;
    }
    
    .sidebar-posts .post-list__container .post-list li {
        font-weight: bold;
        padding-bottom: 10px;
    }
    
    .sidebar-posts .post-list__container .post-list .post-thumbnail {
        float: left;
        height: 60px;
        margin-right: 10px;
        width: 80px;
    }
    
    .sidebar-posts .post-list__container .post-list .post-thumbnail img {
        height: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    
    .sidebar-posts .post-list__container .post-list .post-list__teaser .post-teaser__link {
        color: #b71c1c;
        display: block;
        margin-left: 10px;
    }
    
    @media screen and (max-width: 764px) {
        .sidebar-posts {
            border-left: none;
            border-top: 1px solid #cccccc;
            padding-left: 0;
            padding-top: 10px;
        }
    }
    /**
*   Container with category cards  
*/
    
    .categories-container {
        margin-bottom: 3em;
        margin-top: 3em;
    }
    /**
*   Container with history cards  
*/
    
    .histories-container {
        border-top: 1px solid #cccccc;
        padding-bottom: 1.4em;
        padding-top: 3em;
    }
    /**
*   Container with books and reviews  
*/
    
    .books-reviews-container {
        border-top: 1px solid #cccccc;
        padding-top: 3em;
    }
    /**
*   Container with latest posts cards  
*/
    
    .latest-posts-container {
        padding-bottom: 1.4em;
        padding-top: 3em;
    }
    /*--------------------------------------------------------------
## Profile page
--------------------------------------------- */
    
    .page-profile .latest-profile-child-page {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    @media screen and (max-width: 37.5em) {
        .page-profile .latest-profile-child-page {
            flex-direction: column;
        }
    }
    
    .page-profile .latest-profile-child-page .latest-profile-child-page__title {
        align-self: center;
        font-weight: bold;
        margin-bottom: 0;
        margin-right: 5px;
    }
    
    .page-profile .latest-profile-child-page .post-teaser__link {
        align-self: center;
        font-weight: bold;
        text-align: center;
    }
    
    .page-profile .pages-list .child-page {
        padding: 10px;
    }
    
    .page-profile .pages-list .page-profile-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .page-profile .pages-list .page-profile-link .post-thumbnail {
        align-self: center;
        text-align: center;
        width: 100%;
    }
    
    .page-profile .pages-list .page-profile-link .post-thumbnail img {
        height: 150px;
        object-fit: cover;
        width: auto;
    }
    
    .page-profile .pages-list a.page-profile-link {
        color: #212121;
    }
    
    .page-profile .pages-list .page-profile-link .child-page-title {
        text-align: center;
    }
    /*--------------------------------------------------------------
## Pages and posts
--------------------------------------------- */
    
    .sticky {
        display: block;
    }
    
    .post,
    .page {
        margin: 0;
    }
    
    .updated:not(.published) {
        display: none;
    }
    /*--------------------------------------------------------------
### Page header / Category page, 404, search page, profile pages etc.
--------------------------------------------- */
    
    .page-header {
        margin-bottom: 2rem;
    }
    
    .page .page-header {
        margin-top: 20px;
    }
    
    .page-header::after {
        background-color: #212121;
        content: "";
        display: block;
        height: .25rem;
        margin-left: auto;
        margin-right: auto;
        width: 5rem;
    }
    
    .page-header .page-title {
        font-size: 2rem;
        text-align: center;
    }
    /*--------------------------------------------------------------
### Categories links wrapper / Category page
--------------------------------------------- */
    
    .categories-links-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }
    
    @media screen and (max-width: 37.5em) {
        .categories-links-wrapper {
            margin-bottom: 20px;
        }
    }
    /*--------------------------------------------------------------
### Page thumbnail / Profile pages
--------------------------------------------- */
    
    .page-thumbnail .post-thumbnail {
        text-align: center;
    }
    
    .page-thumbnail .post-thumbnail img {
        height: 200px;
        width: auto;
    }
    /*--------------------------------------------------------------
### Post page header
--------------------------------------------- */
    
    .post-page-header {
        padding-top: 3rem;
    }
    
    @media screen and (max-width: 37.5em) {
        .post-page-header {
            padding-top: 3rem;
        }
    }
    
    .post-page-header .post-title {
        text-align: left;
    }
    
    .post-page-header .post-excerpt {
        color: #727270;
        font-style: italic;
        margin-bottom: 10px;
    }
    
    .post-page-header .post-excerpt .sharedaddy {
        display: none;
    }
    /*--------------------------------------------------------------
### Post page thumbnail
--------------------------------------------- */
    
    .post-page-thumbnail {
        text-align: center;
    }
    
    .post-page-thumbnail .post-thumbnail img {
        height: auto;
        max-height: 400px;
        width: auto;
        max-width: 100%;
    }
    
    .thumbnail-caption {
        font-weight: 200;
        margin-bottom: 10px;
        margin-top: 5px;
        padding-bottom: 5px;
        opacity: 0.75;
        text-align: center;
    }
    /*--------------------------------------------------------------
### Post meta
--------------------------------------------- */
    
    .post-meta {
        margin-top: 0.5rem;
    }
    
    .post-meta .posted-on {
        color: #212121;
        display: block;
        font-weight: 200;
    }
    /*--------------------------------------------------------------
### Post content
--------------------------------------------- */
    
    .post-content {
        padding-top: 20px;
    }
    
    .post-content ul {
        margin: 5px 0 10px 0;
    }
    /*--------------------------------------------------------------
## Template parts
--------------------------------------------- */
    /*--------------------------------------------------------------
## Post teaser
--------------------------------------------- */
    
    .post-page-header .post-meta {
        text-align: center;
    }
    
    .page-content {
        margin: 1.5em 0 0;
    }
    
    .page-content .widgettitle {
        text-align: center;
    }
    
    .post-teaser-wrapper {
        margin-bottom: 1.5rem;
    }
    
    .post-teaser {
        border-radius: 4px;
        box-sizing: border-box;
        box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        text-decoration: none;
    }
    
    .post-teaser:hover .post-teaser__thumbnail-link {
        transform: scale(1.1);
    }
    /**
    * Thumbnail
*/
    
    .post-teaser .post-teaser__thumbnail-link {
        background-color: #f9f7f5;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        position: relative;
        text-align: center;
        transition: all 1s ease-in-out;
    }
    
    .post-teaser .post-teaser__thumbnail-link::before {
        content: "";
        display: block;
        margin-top: 56.25%;
    }
    
    .post-teaser .post-teaser__thumbnail-link img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        bottom: 0;
        height: 100%;
        object-fit: cover;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        max-width: 100%;
    }
    /**
    * Teaser info
*/
    
    .post-teaser .post-teaser__info {
        background-color: #ffffff;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
    }
    
    .post-teaser .post-teaser__link {
        color: #424242;
    }
    
    .post-teaser .post-teaser__info .post-teaser__header {
        padding-top: 10px;
    }
    
    .post-teaser .post-teaser__info .post-meta .posted-on {
        font-size: 0.75em;
    }
    
    .post-teaser .post-teaser__info .post-teaser__content {
        padding-bottom: 10px;
        padding-top: 5px;
    }
    
    .post-teaser .post-teaser__content .excerpt-link {
        color: #424242;
        text-decoration: none;
    }
    /*--------------------------------------------------------------
## Post teaser - frontpage
--------------------------------------------- */
    
    .post-teaser__front.post-teaser {
        border: 1px solid #cccccc;
        box-shadow: none;
        height: 100%;
    }
    
    .post-teaser__front.post-teaser .post-thumbnail img {
        border-radius: 0;
    }
    
    .post-teaser__front .post-teaser__info {
        min-height: 140px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    
    .post-teaser__front .post-teaser__info .post-meta {
        margin-bottom: 1.5rem;
    }
    
    .post-teaser__front .post-teaser__info .post-teaser__header .post-teaser__title {
        text-align: center;
    }
    /*------------------------------------------------------------
## Latest post teaser
--------------------------------------------- */
    
    .post-teaser.post-teaser__latest {
        box-shadow: none;
        border: none;
    }
    
    .post-teaser__latest .post-teaser__header {
        padding-top: 10px;
    }
    
    .post-teaser__latest .post-teaser__header .post-teaser__title {
        padding-top: 10px;
    }
    
    .post-teaser__latest.post-teaser .post-teaser__header .post-teaser__title a {
        color: #000000;
    }
    
    .post-teaser__latest .post-thumbnail {
        background-color: #f9f7f5;
        border-radius: 4px;
        height: 400px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .post-teaser__latest .post-thumbnail img {
        height: 100%;
        object-fit: cover;
    }
    
    .post-teaser__latest .post-meta {
        margin-bottom: 5px;
    }
    
    .post-teaser__latest .post-meta .posted-on {
        display: inline-block;
    }
    
    .post-teaser__latest .post-teaser__content {
        padding-top: 10px;
    }
    
    @media screen and (max-width: 37.5em) {
        .post-teaser__latest .post-thumbnail {
            height: 200px;
        }
    }
    /*------------------------------------------------------------
## Book teaser
--------------------------------------------- */
    
    .book-teaser-wrapper {
        border-bottom: 1px solid #cccccc;
    }
    
    .book-teaser-wrapper:hover .book-teaser-container .book-teaser__thumbnail {
        transform: scale(1.1);
    }
    
    .book-teaser-wrapper .book-teaser-container {
        border-bottom: none;
    }
    
    .book-teaser-container {
        border-bottom: 1px solid #cccccc;
        display: flex;
        flex-direction: row;
        justify-content: start;
        padding-bottom: 0.5rem;
        padding-top: 1.5rem;
    }
    
    .book-teaser-container .book-teaser__thumbnail {
        height: 120px;
        max-width: 80px;
        transition: all 1s ease-in-out;
    }
    
    .book-teaser-container .book-teaser__thumbnail img {
        object-fit: cover;
        height: 100%;
        max-width: 80px;
    }
    
    .book-teaser-container .book-teaser__thumbnail .post-thumbnail .post-thumbnail__placeholder-book {
        max-width: 100px;
    }
    
    .book-teaser-container .book-teaser__info {
        display: inline;
        margin-left: 20px;
    }
    
    .book-teaser-container .book-teaser__info .post-meta {
        padding-bottom: 5px;
    }
    
    .book-teaser-container .book-teaser__info .post-meta .posted-on {
        font-size: 0.75rem;
    }
    
    .book-teaser-container .book-teaser__info .book-teaser__title a {
        color: #000000;
    }
    
    .book-teaser-wrapper .book-teaser__content .post-teaser__link,
    .book-teaser-wrapper__mobile .book-teaser__content .post-teaser__link,
    .book-teaser-container .book-teaser__content .post-teaser__link {
        color: #424242;
    }
    
    .book-teaser-container .book-teaser__content {
        padding-top: 10px;
    }
    
    .book-teaser-container .book-teaser__content p {
        margin-bottom: 0;
    }
    
    @media screen and (max-width: 37.4em) {
        .book-teaser-container .book-teaser__thumbnail {
            height: 140px;
            max-width: 100px;
        }
        .book-teaser-container .book-teaser__thumbnail img {
            max-width: 100px;
        }
    }
    /*------------------------------------------------------------
## Book teaser -frontpage
--------------------------------------------- */
    
    .post-teaser__books-front {
        margin-bottom: 20px;
    }
    
    .post-teaser__books-front .category-books-reviews {
        height: 100%;
    }
    
    .post-teaser__books-front .category-books-reviews .book-teaser-wrapper {
        border: 1px solid #cccccc;
        height: 100%;
        padding: 1.5rem;
    }
    
    .post-teaser__books-front .category-books-reviews .book-teaser-wrapper .book-teaser-container {
        border-bottom: none;
        padding-bottom: 1rem;
        padding-top: 0;
    }
    
    .post-teaser__books-front .book-teaser-wrapper .book-teaser__content p {
        font-size: small;
        margin-bottom: 0;
    }
    
    @media screen and (max-width: 37.4em) {
        .post-teaser__books-front .category-books-reviews .book-teaser-wrapper {
            padding: 0.5rem;
        }
    }
    /*--------------------------------------------------------------
## News teaser
--------------------------------------------- */
    
    .news-teaser-container {
        border-bottom: 1px solid #cccccc;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
    
    .news-teaser-container .news-teaser-thumbnail .post-thumbnail img {
        height: 150px;
        width: auto;
    }
    
    .news-teaser-container .news-teaser-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .news-teaser-container .news-teaser-content .news-teaser-title a {
        color: #000000;
    }
    
    .news-teaser-container .news-teaser-content .post-meta {
        margin-bottom: 5px;
        margin-top: 0.5rem;
    }
    
    .news-teaser-container .news-teaser-content a {
        color: #424242;
    }
    
    .news-teaser-container .news-teaser-content p {
        margin-bottom: 0;
    }
    /*--------------------------------------------------------------
### Navigation
--------------------------------------------- */
    
    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
        margin: 0 0 1.5em;
    }
    
    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        display: flex;
    }
    
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        flex: 1 0 50%;
    }
    
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        text-align: end;
        flex: 1 0 50%;
    }
    /* Posts and pages
--------------------------------------------- */
    /* Widgets
--------------------------------------------- */
    
    .widget {
        margin: 0 0 1.5em;
    }
    
    .widget select {
        max-width: 100%;
    }
    /* Media
--------------------------------------------- */
    
    .page-content .wp-smiley,
    .entry-content .wp-smiley,
    .comment-content .wp-smiley {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
    /* Make sure logo link wraps around logo image. */
    
    .custom-logo-link {
        display: inline-block;
    }
    /* Captions
--------------------------------------------- */
    
    .wp-caption {
        margin-bottom: 1.5em;
        max-width: 100%;
    }
    
    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }
    
    .wp-caption-text {
        text-align: center;
    }
    /* Galleries
--------------------------------------------- */
    
    .gallery {
        margin-bottom: 1.5em;
        display: grid;
        grid-gap: 1.5em;
    }
    
    .gallery-item {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    
    .gallery-columns-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-columns-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gallery-columns-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .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);
    }
    
    .gallery-columns-8 {
        grid-template-columns: repeat(8, 1fr);
    }
    
    .gallery-columns-9 {
        grid-template-columns: repeat(9, 1fr);
    }
    
    .gallery-caption {
        display: block;
    }
    /*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
    /*--------------------------------------------------------------
## Jetpack infinite scroll
--------------------------------------------- */
    /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
    
    .infinite-scroll .posts-navigation,
    .infinite-scroll.neverending .site-footer {
        display: none;
    }
    /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
    
    .infinity-end.neverending .site-footer {
        display: block;
    }
    /*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
    /*--------------------------------------------------------------
## Accessibility
--------------------------------------------- */
    /* Text meant only for screen readers. */
    
    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
    }
    
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        clip-path: none;
        color: #21759b;
        display: block;
        font-size: 0.875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }
    /* Do not show the outline on the skip link target. */
    
    #primary[tabindex="-1"]:focus {
        outline: 0;
    }
    /*--------------------------------------------------------------
## Alignments
--------------------------------------------- */
    
    .alignleft {
        /*rtl:ignore*/
        float: left;
        /*rtl:ignore*/
        margin-right: 1.5em;
        margin-bottom: 1.5em;
    }
    
    .alignright {
        /*rtl:ignore*/
        float: right;
        /*rtl:ignore*/
        margin-left: 1.5em;
        margin-bottom: 1.5em;
    }
    
    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em;
    }
    
    .tagbox {
        background-color: #eee;
        border: 1px solid #ccc;
        margin: 0px 10px 10px 0px;
        line-height: 200%;
        padding: 2px 0 2px 2px;
    }
    
    .taglink {
        padding: 2px;
    }
    
    .tagbox a,
    .tagbox a:visited,
    .tagbox a:active {
        text-decoration: none;
    }
    
    .tagcount {
        background-color: green;
        color: white;
        position: relative;
        padding: 2px;
    }