/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable & 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 & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & 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!
Version: 3.4.2
Requires at least: 5.3
Tested up to: 5.7.1
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
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
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.
Images that appear in the collage are licensed under CC0.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Screenshot images are all licensed under Creative Commons Zero (CC0) ( https://pxhere.com/en/license )
https://pxhere.com/en/photo/100653
https://pxhere.com/en/photo/759723
https://pxhere.com/en/photo/1259448
https://pxhere.com/en/photo/1456591
https://pxhere.com/en/photo/1389199

/* Note: The CSS files are loaded from assets/css/ folder. */

/* social-share-buttons */
/* Обертка для блока "Поделиться" */
.social-share-wrapper {
  display: flex;
  flex-direction: column; /* Располагаем заголовок над кнопками */
  align-items: center; /* Центруем контент по горизонтали */
  text-align: center; /* Выравниваем текст */
  margin-top: 20px; /* Отступ сверху */
}

/* Заголовок над блоком */
.social-share__title {
  font-size: 18px; /* Размер шрифта заголовка */
  font-weight: bold; /* Жирный стиль для заголовка */
  color: #333; /* Цвет текста заголовка */
  margin-bottom: 12px; /* Расстояние между заголовком и кнопками */
}

.social-share {
  display: flex;
  gap: 12px; /* Увеличиваем расстояние между кнопками */
  justify-content: center; /* Центруем кнопки по горизонтали */
  align-items: center; /* Центрируем кнопки по вертикали */
}

.social-share__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease; /* Анимация */
  background: none; /* Убираем фон */
  border-radius: 0; /* Убираем круг */
  width: auto; /* Убираем жесткие размеры */
  height: auto; /* Убираем жесткие размеры */
  padding: 0; /* Убираем лишние отступы */
}

.social-share__button:hover {
  transform: scale(1.2); /* Добавляем эффект увеличения на hover */
}

.social-share__button svg {
  width: 40px; /* Размер иконки */
  height: 40px; /* Размер иконки */
  fill: currentColor; /* Позволяет использовать цвет текста для управления цветом иконки */
}

.telegram {
  color: #0088cc; /* Цвет для Telegram */
}

.zen {
  color: #000; /* Цвет для Дзена */
}

.ok {
  color: #eb722e; /* Цвет для Одноклассников */
}

.vk {
  color: #4680c2; /* Цвет для ВКонтакте */
}
/* /social-share-buttons */

/* Ссылки как кнопки */
/* Общий стиль для всех ссылок-кнопок */
.custom-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: transparent;
  color: #b63a3a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #b63a3a;
  border-radius: 5px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Эффект наведения */
.custom-button:hover {
  background-color: #b63a3a;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
/* /Ссылки как кнопки */

/* Скрытый футер */
/* Основной контейнер для всей страницы */
#page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Контейнер контента занимает всю доступную высоту */
#content-wrapper {
  flex: 1;
}
/* /Скрытый футер */
