/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.1.5.1685251954
Updated: 2023-05-28 08:32:34

*/

/*-----Подключение пользовательского русского шрифта "Calligraph"------*/
@font-face {
    font-family: 'Calligraph';
    src: local('Calligraph  Medium'),
	local('Calligraph-Medium'),
	url('fonts/calligraphmedium.woff2') format('woff2'),
	url('fonts/calligraphmedium.woff') format('woff'),
	url('fonts/calligraphmedium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'America XIX';
    src: local('America XIX'),
	url('fonts/americaxix.woff2') format('woff2'),
	url('fonts/americaxix.woff') format('woff'),
	url('fonts/americaxix.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.ast-site-identity .site-title a {
    color: var(--ast-global-color-2);
    /*font-family: Calligraph;*/
	font-family: America XIX;
	font-size: 50px;
	/*letter-spacing: 1px; /*Межбуквенный интервал*/
	color: #A34326;
	line-height: 100%;
}

/*Максимальная ширина заголовка в шапке сайта*/
.site-title {
    max-width: 400px;
}

/*Отступы над и под логотипом, те ширина нижней части шапки*/
.ast-logo-title-inline .ast-site-identity {
    padding: 0.6em 0;
}

/*Отступ между постами в сайдбаре*/
#secondary li {
    margin-bottom: 2em;
}

/*Высота плеера YouTube*/
/*при применении плагина "Mihdan: Lite YouTube Embed"*/
lite-youtube {
    margin: 0 0 20px !important;
}

/*Расстояние от миниатюры до текста*/
.wp-block-latest-posts > li > *, .wp-block-latest-posts:not(.is-grid) > li {
    margin-bottom: 5px;
}

/*Ориентация меню по горизонтали.*/
.ast-builder-menu-1 .main-header-menu, .ast-header-break-point .ast-builder-menu-1 .main-header-menu {
    margin-left: 1px;
}

/*Расстояние по высоте между строками меню*/
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 40px;
}

/*Убираем мета-тексты под заголовками статей.*/
/*Оставьте комментарий/Автор/Дата*/
.entry-meta, .entry-meta * {
    display: none;
}

/*Расст от картинки до заголовка внизу в "похожих постах" */
.post-has-thumb + .entry-header, .post-has-thumb + .entry-content {
    margin-top: 0.5em;
}

/*Заголовок категории*/
body.archive .ast-archive-description .ast-archive-title, body.archive .ast-archive-description .ast-archive-title * {
	font-size: 2.3rem;
	letter-spacing: 2px; /*Межбуквенный интервал*/
}

/*Сайдбар. Уменьшаем расстояние от виджета "Поиск" до иконок соцсетей и поднимаем весь виджет на 10 рх*/
/*Это нужно, чтобы приподнять верх рекламного блока РСЯ.*/
/* В идеале верхний край рекламного блока совпадает с верхним краем видео */
.widget {
    margin-bottom: 2.5em;
	margin-top: -10px;
}
