/*
Theme Name: Visions by Jara Photography
Theme URI: https://visionsbyjara.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Single-page luxury photography studio theme for Visions by Jara Photography. Editorial portraits, couples, families, and events in Central Florida.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: visions-by-jara
Tags: one-column, custom-colors, custom-logo, photography, full-width-template
*/

/* Theme styles are loaded from the compiled app bundle via tmt_enqueue_assets(). */

/* WordPress admin bar: offset fixed chrome so it does not sit under the bar. */
html.admin-bar {
  --tmt-admin-bar-offset: var(--wp-admin--admin-bar--height, 32px);
  scroll-padding-top: calc(6rem + var(--tmt-admin-bar-offset));
}

html.admin-bar #tmt-app header.fixed,
html.admin-bar #wpadminbar ~ #tmt-app header.fixed,
body.admin-bar #tmt-app header.fixed {
  top: var(--tmt-admin-bar-offset);
}

@media screen and (max-width: 782px) {
  html.admin-bar {
    --tmt-admin-bar-offset: var(--wp-admin--admin-bar--height, 46px);
  }
}
