/*
Theme Name: ACExpert
Theme URI: https://acexpert.io
Author: ACExpert
Author URI: https://acexpert.io
Description: Классическая тема WordPress для acexpert.io — HTML/CSS/JS вёрстка с поддержкой ACF и Contact Form 7.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acexpert
Tags: custom-menu, custom-logo, one-column, translation-ready

Основные стили подключаются из css/styles.css через wp_enqueue_style.
*/

/* WP admin bar offset for sticky header */
.admin-bar .header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

/* Custom logo in header brand */
.header__logo .custom-logo-link {
  display: block;
  line-height: 0;
}

.header__logo .custom-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}
