/*
Theme Name: EJ Financial Professional Services
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for EJ Financial Professional Services, handcrafted by The Free Website Guys.
Version: 1.0.1
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
html {
	overflow-x: hidden;
	max-width: 100%;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	max-width: 100%;
}
#tmt-app {
	max-width: 100%;
}

/* Sticky side columns (Founder, Results) — must not sit on transformed motion nodes. */
@media (min-width: 1024px) {
	.tmt-sticky-sidebar {
		align-self: start;
		position: sticky;
		top: 7rem;
	}
	body.admin-bar .tmt-sticky-sidebar {
		top: calc(7rem + 32px);
	}
}

/* Offset fixed header and mobile drawer when the WordPress admin bar is visible. */
body.admin-bar #tmt-app .tmt-site-header {
	top: 32px;
}
body.admin-bar #tmt-app .tmt-mobile-nav-panel {
	top: 32px;
	height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app .tmt-site-header {
		top: 46px;
	}
	body.admin-bar #tmt-app .tmt-mobile-nav-panel {
		top: 46px;
		height: calc(100% - 46px);
	}
}
