/*!
Theme Name: brite
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brite
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.

brite 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.

*/
.text-center,
.blog-posts > p {
    text-align: center;
}
.blog-loop-category {

}
.blog-loop-category ul,
.blog-loop-tags ul{
    list-style: none;
    display: inline-block;
    margin: 0 0 8px 0;
    padding: 0;
}
.blog-loop-tags ul {
    margin: 0 0 15px 0;
}
.blog-loop-tags ul > li,
.blog-loop-category ul > li{
    display: inline-block;
    margin: 0;
}
.blog-loop-category span,
.blog-loop-tags span{
    display: inline-block;
    margin: 0 10px 0 0;
}
.blog-category,
.blog-tags,
.blog-authors {
    padding-top: 30px;
}
.blog-category ul,
.blog-authors ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
}
.blog-category ul > li:not(:last-child),
.blog-authors ul > li:not(:last-child) {
    margin: 0 0 8px 0;
}
.blog-tags ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}
.blog-tags ul > li {
    margin: 0 8px 8px 0;
}
.aside-widget_sticky {
    position: static;
}

.single-categories,
.single-tags {
    font-size: 15px;
}
.single-categories {
    margin: 0 0 12px 0;
}
.single-categories p,
.single-tags p{
    display: none;
}
.single-categories span,
.single-tags span{
    display: inline-block;
    margin: 0 15px 0 0;
    width: 100px;
}
.single-categories ul,
.single-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.single-categories ul > li,
.single-tags ul > li {
    display: inline-block;
}
.single-tags ul > li {
    margin: 0 6px 6px 0;
}

/**/
.home-hero__video-logo {
    z-index: 20;
    left: auto;
    top: auto;
    right: 0;
    bottom: 30px;
    position: absolute;
    width: 225px;
}
@media (max-width: 1300px) {
    .home-hero__video-logo {
        right: 60px;
    }
}
@media (max-width: 1024px) {
    .home-hero__video-logo {
        right: -50px;
        bottom: 20px;
    }
}
@media (max-width: 610px) {
    .home-hero__video-logo {
        right: 0px;
        bottom: 20px;
    }
}
@media (max-width: 430px) {
    .home-hero__video-logo {
        width: 150px;
        bottom: 0px;
    }
}
.bg-square {
    background-image: url("img/backgrounds/bg-square.svg");
}
.footer_steam_logo {
    padding-top: 10px;
}
.footer_steam_logo img {
    min-width: 114px;
}
@media (max-width: 768px) {
    .footer_steam_logo img {
        min-width: 100px;
    }
    .footer_steam_logo {
        padding-top: 0px;
        margin-left: 30px;
    }
    .page-footer__logo .main-logo+.partner-logo {
        margin-left: 0 !important;
        display: flex;
        width: 100%;
        max-width: 250px;
        align-items: center;
    }
    .page-footer__logo {
        align-items: center !important;
    }
    .partner-logo__text {
        margin-bottom: 0 !important;
    }
    .page-footer__logo {
        justify-content: space-between !important;
    }
}
@media (max-width: 430px) {
    .footer_steam_logo img {
        min-width: 80px;
    }
    .footer_steam_logo {
        margin-left: 15px;
    }
    .page-footer__logo .main-logo+.partner-logo {
        max-width: 190px;
    }

    .page-footer__logo .main-logo__image {
        width: 60px;
    }

    .page-footer__logo .main-logo+.partner-logo .partner-logo__text {
        font-size: 12px;
    }
}

