/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.4.5
*/

/* --- Блок брендинга --- */
.site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
    max-width: 1320px;
    margin: 0 auto;
}

/* --- Логотип --- */
.site-logotype {
    margin-left: 0px;  /* Регулировка отступа логотипа */
}

/* --- Изображение логотипа --- */
.site-logotype {
    position: absolute;
    left: -250px;
    top: 50%;
    transform: translateY(-50%);
}


/* --- Текст заголовка --- */
.site-title {
    flex: 1;
    text-align: center;
}

/* --- Для мобильных устройств --- */
@media only screen and (max-width: 768px) {
    .site-branding {
        flex-direction: column;
        align-items: center;
    }

    .site-logotype {
        margin: 0 0 10px 0;
    }

    .site-title {
        font-size: 1.2em;
    }

    .site-logotype img {
        max-width: 40px;
        height: auto;
    }
}


/* --- Ограничение ширины для контейнеров --- */
.site-header.fixed,
.container,
.fixed.block-after-site,
.fixed.main-navigation-inner,
.fixed.related-posts,
.fixed.section-block,
.fixed.section-html,
.fixed.site-content,
.fixed.site-footer-inner,
.fixed.site-header-inner,
.footer-navigation.fixed,
.main-navigation.fixed,
.site-footer.fixed {
    max-width: 1320px;
}

.main-navigation-inner.fixed {
    white-space: nowrap;
}

.main-navigation-inner.fixed .menu {
    display: flex;
    flex-wrap: nowrap;
}

/* --- Загрузка шрифтов --- */
@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/ptsans.woff2') format('woff2');
}
