/*!
Theme Name: Universe
Theme URI: http://underscores.me/
Author: x.o.
Author URI: https://xo2.ru/
Description: universal fast theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: universe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Universe 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/
*/

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

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

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

.category .site-content #primary, .home .site-content #primary, .tag .site-content #primary {
    display: flex;
    flex-wrap: wrap;
	}

.category article, .home article, .tag article {
    flex: 0 0 100%;
    max-width: 100%;
	position: relative;

	}
.category .post-meta, .home .post-meta, .tag .post-meta {display: none!important;}
@media (min-width: 992.02px) {
.category article, .home article, .tag article {
    flex: 0 0 50%;
    max-width: 50%;
	padding-right: 1.2rem;
}
.category .post-meta, .home .post-meta, .tag .post-meta {display: flex!important;}
.category .site-content #primary, .home .site-content #primary, .tag .site-content #primary {
	padding-right: 1.375rem!important;
	}
	}

.post-img {
        background: url(img/bg_post.jpg);
	width: 100%;
	    height: 232px;
    border-radius: 0.5rem;
	}

.category article .post-info, .home article .post-info, .tag article .post-info {
	position: absolute!important;
	color: white;
	padding-right: 1.2rem;
    font-size: .85rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
	    padding: 1.7rem;
}
.page-header {width: 100%; margin-bottom: 1rem;}
.category .post-meta, .home .post-meta, .tag .post-meta, .category .post-meta i, .home .post-meta i, .tag .post-meta i,
.category .post-meta a, .category .post-meta a:hover, .category .post-meta a:visited, .category .post-meta a:active, .category .post-meta a:focus,
.home .post-meta a, .home .post-meta a:hover, .home .post-meta a:visited, .home .post-meta a:active, .home .post-meta a:focus,
.tag .post-meta a, .tag .post-meta a:hover, .tag .post-meta a:visited, .tag .post-meta a:active, .tag .post-meta a:focus, h3.entry-title
{
    color: #ffffff!important;
}
h3.entry-title {
    font-size: 1.525rem!important;
}
.category .post-meta .post-cat span:before, .home .post-meta .post-cat span:before, .tag .post-meta .post-cat span:before
{
    background: #ffffff!important;
}

.pagination {width: 100%;}
.nav-links {height: unset!important;}