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

.wp-calendar-table {
	width: 100%;
}

.post-card:not(.post-card--small) .post-card__category {
    position: absolute;
    top: 1.2em;
    height: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.post_thumb_description {
    font-size: 0.8rem;
    opacity: 0.75;
}

@media (max-width: 767px) {
	h1.entry-title {
		font-size: 1.25rem !important;
	}
	
	.entry-meta {
		padding-bottom: 0;
	}
}