/*
Theme Name: refer-all.ru
Theme URI: https://refer-all.ru
Description: Дочерняя тема на основе Astra
Author: Рекомендуй всем
Author URI: https://refer-all.ru
Template: astra
Version: 2.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: refer-all
Domain Path: /languages
*/

/* ==========================================================================
   refer-all.ru дочерняя тема Astra
   ========================================================================== */

/* Импортируем стили родительской темы */
@import url('../astra/style.css');

/* Здесь добавляйте ваши собственные стили */
:root {
--wp--custom--ast-content-width-size1: 1200px !important;
--wp--custom--ast-wide-width-size1: 1200px !important;
}

.ast-narrow-container {
--wp--custom--ast-content-width-size1: 1200px !important;
--wp--custom--ast-wide-width-size1: 1200px !important;
}

@media (min-width: 922px) {
  .ast-narrow-container .site-content > .ast-container {
    max-width: 1200px !important;
  }
}
