/*
Theme Name:     Azbyka Child for QUOTES
Theme URI:      https://azbyka.ru/quotes
Description:    Дочерняя тема для темы Azbyka на сайте Азбука цитат
Author:         BZhuk
Author URI:     https://t.me/b_zhuk
Template:       azbyka
Version:        1.14
*/

.help-btn{
	display: none!important;
}

.article .sub-title{
	width: 100%;
}

.article .sub-title+.sub-title{
	margin-top: .5em;
}

.article .article-categories a,
.article .article-categories a:visited,
.article .sub-title a{
	color: var(--text-color);
}

.left-nav .count{
	font-weight: normal;
	font-size: 80%;
}

.archive h1 .count,
.az-sitemap .cat-list .count{
	font-weight: normal;
	color: #ccc;
	font-size: 80%;
}

.article-bar{
	gap: 1.2rem;
}

.article-footer .my-books-wrap .bg_favorite,
.footer__btn-copy,
.footer__btn-share{
	font-size: 1.2em;
	cursor: pointer;
}

.footer__btn-share{
	position: relative;
}

.article-single .article-footer{
	padding-left: 10px;
}

.article-footer__count{
	margin-left: auto;
}

.article-title{
	position: relative;
}

.article-single-header h1:after,
.article-single-header h1:before,
.article-title:before,
.article-title:after{
	opacity: .25;
	font-weight: bold;
	font-size: 1.5em;
}
.article-single-header h1:before,
.article-title:before{
	content:'«';
	margin-left: -.1em;
}
.article-title:before{
	margin-right: -.125em;
}

.article-single-header h1:after,
.article-title:after{
	content:'»';
	line-height: 0;
	position: absolute;
	bottom: .4em;
}
.posts-loop .article-title,
.article-single-header h1{
	font-family: var(--text-font, 'Helvetica, Arial, sans-serif');
	font-weight: normal;
	position: relative;
	text-align: var(--text-align);
}

.article-single-header h1{
	font-size: 1.8rem
}

/* share */
.dynamic-share-wrap{
	font-size: 1.333em;
	position: absolute;
	left: 100%;
    top: 0;
	margin-left: 10px;
	overflow: hidden;
	max-width: 0;
	transition: max-width .3s ease;
}

.dynamic-share-wrap.active{
	max-width: 10em;
}

.dynamic-share-wrap a+a{
	margin-left: 10px;
}

/*copy*/
.footer__btn-copy{
	position: relative;
}
.footer__btn-copy.copied:after{
	content: 'Скопировано!';
	font-family: sans-serif;
	position: absolute;
	margin-bottom: 5px;
	bottom: 100%;
	left:100%;
	width: max-content;
	background: var(--widget-bg);
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 1px 20px -10px #3a3a3a;
	pointer-events: none;
	animation: 2s fadeUp;
	z-index: 100;
}

.trud{
	white-space: nowrap;
}

.admin-only .fa{
	font-size: 133%;
	color: #c00!important;
}

#wp-admin-bar-azq-cat{
	display: block!important;
}