/*!
Theme Name: WP Bootstrap 4
Theme URI: https://bootstrap-wp.com
Author: TwoPoints
Author URI:
Description: "WP Bootstrap 4" is a simple & easy to use WordPress theme. It is based on world's most popular framework for responsive websites, Twitter Bootstrap 4. "WP Bootstrap 4" is a perfect combination of Bootstrap 4 and WordPress. It is fast and light-weight with around 20 kb style.css. It is also search engine friendly. It has a built-in slider for featured posts on blog's home page. It supports all major & popular WordPress plugins like Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Check demo on https://bootstrap-wp.com
Version: 999
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

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.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*body { background-color: #f8f9fa; }*/
body {
    background-color: #FFF;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

.widget {
    margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

.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;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: auto;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: auto;
}

a, button, input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

blockquote {
    font-size: 1.25rem;
    padding: 1.25rem 1.75rem;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table th, table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

table table {
    background-color: #fff;
}

figcaption {
    padding-top: 0;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1.25rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    cursor: pointer;
}

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 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

blockquote {
    font-style: italic;
    font-size: 1.15rem;
    border-left: 3px solid rgba(33, 37, 41, 0.25);
    padding: 0.5rem 1.75rem;
    background: rgba(33, 37, 41, 0.05);
}

blockquote p {
    font-size: 1.15rem;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.post-thumbnail {
    margin-top: 1.5em;
    display: inline-block;
}

.card-title.entry-title {
    margin-bottom: .25rem;
}

.entry-meta {
    font-size: .9rem;
}

.entry-footer {
    font-size: .9rem;
    margin-top: 1rem;
}

.comments-link {
    float: right;
    margin: 4px 0px 4px 10px;
    font-size: 90%;
    padding-top: 0.2em;
}

.cat-links .badge, .tags-links .badge {
    font-size: 90%;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 4px 10px 4px 0;
    padding: 0.4em .9em;
}

.cat-links a, .tags-links a {
    color: #6c757d;
}

.cat-links a:hover, .tags-links a:hover {
    text-decoration: none;
    color: #212529;
}

.entry-meta a, .comments-link a, .edit-link a {
    color: #6c757d;
}

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover {
    text-decoration: none;
    color: #007bff;
}

.entry-title a:hover {
    color: #007bff !important;
}

select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.entry-title a:hover {
    text-decoration: none;
}

.mt-3r {
    margin-top: 3rem;
}

.custom-logo-link {
    margin-right: 1rem;
}

.site-title a, .navbar-dark .navbar-brand, .site-description {
    color: #fff;
    margin-bottom: 0;
}

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    opacity: 0.5;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    opacity: 0.75;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    opacity: 1;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {
    color: #212529;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #212529;
}

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 {
    margin-top: 0 !important;
}

.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: none;
}

.navbar-toggler {
    background-color: #343a40;
}

body.custom-background .wp-bp-main-content .col-md-8 {
    background: #f8f9fa;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.admin-bar .site-header.sticky-top {
    top: 32px;
}

.wb-bp-front-page .site-header {
    border-bottom: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-color: #343a40;
    border-radius: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
    padding: 10rem 2rem; /* background: rgba(#212529, 0.7); */
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
    opacity: .75;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.wb-bp-front-page .wp-bp-services-section {
    padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content {
    padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content p {
    font-size: 1.25rem;
    font-weight: 300;
}

.wb-bp-front-page .wp-bp-main-content blockquote {
    font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content blockquote p {
    font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content .post-thumbnail {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.wb-bp-front-page .wp-bp-feat-card-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.wp-caption .wp-caption-text {
    font-size: 0.95rem;
}

/**
 * Theme
 */

.site-content {
    margin-bottom: 70px;
}

.content-area, .site-main {
    width: 100%
}

.site-main .post-list-item:not(.post-single-page) {
    max-height: 102px;
}
.site-main .post-list-item .entry-title {
    padding: 12px 20px;
    margin-bottom: 0;
}
.site-main .post-list-item .entry-title > span,
.site-main .post-list-item .entry-title > a {
    font: bold 42px 'Roboto Condensed', sans-serif;
}

.site-main .post-list-item .entry-title > a:hover {
    color: #222 !important;
}
.site-main .post-list-item .post-content {
    background-color: #ededed;
    border-left: 8px solid #fef200;
}
.site-main .post-list-item .post-content:not(.post-single) {
    float: left;
    width: calc(100% - 102px);
}

.site-main .post-list-item .entry-footer {
    background-color: #5f5f5f;
    padding: 2px 22px;
    margin-top: 0;
}

.site-main .post-list-item .entry-footer .category-items .category-section-title,
.site-main .post-list-item .entry-footer .entry-meta {
    font: 300 15px 'Roboto Condensed', sans-serif
}

.site-main .post-list-item .entry-footer .posted-on,
.site-main .post-list-item .entry-footer .byline {
    margin-right: 20px;
}

.site-main .post-list-item .entry-footer .category-item {
    background-color: #fef200;
    display: inline-block;
    padding: 0 13px 2px;
}

.site-main .post-list-item .entry-footer .category-item > a {
    border-bottom: 1px solid #000;
    color: #000;
    font: 600 14px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding-top: 3px;
}

.site-main .post-list-item .entry-footer .category-item > a:hover {
    text-decoration: none;
}

.site-main .post-list-item .entry-footer .category-items .category-section-title {
    margin-right: 14px;
}

.site-main .post-list-item a.collapse-btn {
    background-color: #000;
    display: flex;
    /*align-items: baseline;*/
    align-items: center;
    justify-content: center;
    float: left;
    width: 102px;
    height: 102px;
}

.site-main .post-list-item a.collapse-btn:hover {
    text-decoration: none
}

.site-main .post-list-item .collapse-btn span {
    color: #fef200;
    /*font-size: 46pt;*/
    font: 600 46px 'Roboto', sans-serif;
}

.site-main .post-list-item .collapse-content {
    color: #666666;
    font: 300 18px 'Roboto Condensed', sans-serif;
    margin-top: 40px;
}

.site-main .post-list-item .collapse-content .collapse-footer {
    margin-top: 45px;
}

/**
 * Filters
 */
.filters-wrapper {
    align-items: center;
}

.filters-wrapper .section-title {
    font: 600 44px 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
}

.filters-wrapper .sorting-section {
    text-align: right;
    margin: 0 -15px;
}

.filters-wrapper .sorting-section .category-items {
    display: inline-block
}

.filters-wrapper .sorting-section .category-items .sorting-section-text {
    color: #ccc;
    font: 300 16px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-right: 25px;
}

.filters-wrapper .sorting-section .category-item {display: inline-flex}

.filters-wrapper .sorting-section .category-item .category-item-link {
    color: #000;
    font: 600 16px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0 3px;
    padding: 16px 18px;
}

.filters-wrapper .sorting-section .category-item:last-of-type .category-item-link {
    margin-right: 0
}

.filters-wrapper .sorting-section .category-item .category-item-link:hover,
.filters-wrapper .sorting-section .category-item .category-item-link.active {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.h-100 {
    height: 100%
}

.post-single-page,
.site-header {
    margin-bottom: 70px;
}

.btn-home-sharer {
    padding-left: 40px;
    padding-right: 40px;
    font: 16px 'Roboto Condensed', sans-serif;
}

.site-main .post-list-item.collapsed {
    max-height: inherit;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

@media only screen and (max-width: 1090px) {
    .filters-wrapper .sorting-section {
        text-align: center;
        margin: 25px 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (max-width:768px) {
/*@media (min-width: 768px) and (max-width: 991.98px) {*/
    .site-header {
        margin-bottom: 40px;
    }
    .filters-wrapper .sorting-section {
        text-align: center;
        margin: 25px 0;
    }
    .filters-wrapper .section-title {
        text-align: center;
        width: 100%;
    }
    .site-main .post-list-item .entry-title > span,
    .site-main .post-list-item .entry-title > a {
        font-size: 30px;
    }
    .site-main .post-list-item:not(.post-single-page) {
        max-height: 87px;
    }

    .site-main .post-list-item .post-content:not(.post-single) {
        width: calc(100% - 87px);
    }
    .site-main .post-list-item .collapse-content .collapse-footer {
        margin-left: -15px;
        margin-right: -15px;
    }
    .site-main .post-list-item a.collapse-btn {
        width: 87px;
        height: 87.6px;
    }
    .site-main .post-list-item .collapse-content {
        padding: 0 15px;
    }
}


@media (min-width: 768px) {
    .hentry.card .card-body {
        padding: 2.5rem 4rem;
    }

    .wb-hide-mobile-sidebar .wp-bp-sidebar-width {
        display: block;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {


}

@media (max-width: 576px)  {
    .site-main .post-list-item .entry-title > span,
    .site-main .post-list-item .entry-title > a {
        font-size: 23px;
    }
    .site-main .post-list-item .entry-footer .category-items .category-section-title,
    .site-main .post-list-item .entry-footer .entry-meta {
        font-size: 13px;
    }
    /*.site-main .post-list-item .post-content:not(.post-single) {*/
        /*width: calc(100% - 85.2px);*/
    /*}*/
    .site-main .post-list-item a.collapse-btn,
    .site-main .post-list-item .post-content:not(.post-single) {
        float: none;
        width: 100%;
    }
    .site-main .post-list-item .entry-footer .category-item > a { font-size: 12px }
    .site-main .post-list-item:not(.post-single-page) {
        max-height: inherit;
    }
    .site-main .post-list-item a.collapse-btn {
        /*width: 85.2px;*/
        /*height: 85.2px;*/
        height: 50px;
    }

}

/** Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .site-main .post-list-item .entry-title > span,
    .site-main .post-list-item .entry-title > a {
        font-size: 23px;
    }
    .site-main .post-list-item .entry-footer .category-items .category-section-title,
    .site-main .post-list-item .entry-footer .entry-meta {
        font-size: 13px;
    }
    .site-main .post-list-item {
        max-height: inherit;
        margin-top: 25px;
    }
    .site-main .post-list-item a.collapse-btn,
    .site-main .post-list-item .post-content:not(.post-single) {
        float: none;
        width: 100%;
    }
    .site-main .post-list-item a.collapse-btn {
        height: 50px;
    }
    .site-main .post-list-item .entry-footer .category-item > a { font-size: 12px }
    .site-main .post-list-item .entry-footer .posted-on, .site-main .post-list-item .entry-footer .byline {
        margin-right: 10px;
    }
    .site-main .post-list-item .entry-footer .category-items .category-section-title {
        margin-right: 6px;
    }
    .site-main .post-list-item .entry-footer {
        padding: 2px 15px;
    }
    .site-main .post-list-item .entry-footer .category-items {
        display: block;
    }
    .site-main .post-list-item .post-content.opened {
        height: 60px !important;
    }
    .site-main .post-list-item .entry-footer {
        padding: 2px 15px 5px;
    }
}