/*
Theme Name: TOUrology
Theme URI: https://tourology.ca
Author: Built for Toronto Urology Consults and Procedures
Description: Custom conversion-focused theme for Dr. Kamal Mattar's Toronto urology clinic. Content (services, procedure pages, FAQs, testimonials, contact details, hours and fees) is editable from the WordPress admin — no code required.
Version: 2.2.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: tourology
*/

/*
 * The full stylesheet lives in assets/css/main.css so that its relative
 * image paths (../img/...) stay intact. This file exists for the theme
 * header above, which WordPress requires, plus a few admin-bar fixes.
 */

/* Keep the sticky header clear of the WordPress admin bar when logged in. */
.admin-bar .nav { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .nav { top: 46px; }
}
