/*
Theme Name: Faith & Understanding Therapy Services
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme built by The Free Website Guys for Faith & Understanding Therapy Services — a modern, telehealth-focused therapy practice website with full Customizer support.
Version: 1.0.6
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }

body.tmt-theme {
  margin: 0;
  padding: 0;
}

body.tmt-theme #tmt-app img:not(.object-cover),
body.tmt-theme #tmt-app video:not(.object-cover) {
  max-width: 100%;
  height: auto;
}

body.tmt-theme #tmt-app .object-cover {
  max-width: none;
}

body.tmt-theme #tmt-app a {
  text-decoration: none;
}

body.tmt-theme #tmt-app button,
body.tmt-theme #tmt-app input,
body.tmt-theme #tmt-app textarea,
body.tmt-theme #tmt-app select {
  font: inherit;
}

/* WordPress admin bar offset for fixed header */
body.admin-bar.tmt-theme #tmt-app nav.fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar.tmt-theme #tmt-app nav.fixed {
    top: 46px;
  }
}
