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

/* Ниже Вы можете добавить свои CSS стили */


/* фикс ширины карточек постов */
.post-card {max-width: 870px}

/* toc */
.table-of-contents{background:#fafafa;border:1px solid #f4f4f4;margin-top:30px}
.table-of-contents a{color:#333 !important}
.table-of-contents a:hover{color:#598fbf !important}
.table-of-contents li:before{opacity:.8;font-size:.95em}

.post-card__thumbnail a:before {display:none}

/* стандартное в записях */
.post .entry-content li img{margin:25px 0 15px 0}
.post .entry-content ul:not([class])>li:before{margin-top:3px}
.post .entry-content ul:not([class]) li{padding-left:1.4em}
.post .entry-content p{margin-bottom:1em}
.post .entry-content mark{background:#ffe8cd !important;border-radius:5px;padding:2px 6px;margin:0 2px;color:#000}
.post .entry-meta{justify-content:start;font-weight:normal;font-size:.85em;margin-top:25px;margin-bottom:2px;border:unset;display:block}
.post .entry-meta,.post .entry-meta a{color:#5c5c5c}
.post .entry-label{display:none}
.post .entry-author, .entry-date, .entry-time, .entry-views{padding-left: 20px;margin-right:20px}
.post pre{background:#fafafa;padding: 20px;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;font-size: 90%}
.entry-author:before, .entry-date:before, .entry-time:before, .entry-views:before{font-size: 1em}
.entry-content, .home-text, .taxonomy-description {max-width: 830px}

/* фикс ширины контента */
@media (min-width: 1200px) {
	.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, .site-header.fixed {max-width: 1290px}}

@media (min-width:576px) {
	.post-card--horizontal .post-card__thumbnail {-webkit-box-flex: 0;-ms-flex: 0 0 15%;flex: 0 0 15%;padding-top:10px}
	.post-card--horizontal {align-items:unset}
}

@media (max-width:576px) {
	.post .entry-title{font-size:1.6em}
}