﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* Выравнивание названия сайта по центру*/
.site-branding__body h1 {
    text-align: center;
    overflow-wrap: break-word;
    
/* Отступы для выравнивания названия сайта по центру*/
    padding-left: 20px; /* Левый отступ */
    padding-right: 20px; /* Правый отступ */
}
/* Выравнивание названия сайта по центру на других страницах*/
.site-title {
    text-align: center;
    overflow-wrap: break-word;
    /* Отступы для выравнивания названия сайта по центру*/
    padding-left: 20px; /* Левый отступ */
    padding-right: 20px; /* Правый отступ */
    } 
    
/* Выравнивание краткого описания сайта по центру*/
.site-description {
    text-align: center;
    overflow-wrap: break-word;
}

/* Расширение сайт в ширину*/
.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: 1400px;
}

/* Отступ шапки слева*/
.block-after-site, 
.main-navigation-inner, 
.related-posts, 
.section-block, 
.section-html, 
.site-content, 
.site-footer-inner, 
.site-header-inner {
    padding-left: 34px;
}

/* Отступ слева для названия сайта в шапке*/
.site-branding__body
{
    padding-left: 87px;
}

/* Выравние текста по краям*/
.wp-block-heading {
    text-align: justify;
}