﻿/*
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 стили */


/*Spoiler */
.spoiler-box__body {
	padding: 0 20px
}

/* Подчёркивание меню */
.top-menu>ul>li:first-child>a:before {
	left: 10%;
	width: 84%;
}
.top-menu>ul>li>a:before {
    left: 4%;
    width: 90%;
}
.top-menu ul li {
    padding-left: 3%;
    padding-right: 3%;
    white-space: nowrap;
}

/* Секции */
.page-list-ext .page-list-ext-item {
    margin: -50px 0 30px 0;
}

/* Новости */
.wp-block-latest-posts.wp-block-latest-posts__list li {display: table; margin: 25px 0; }