/*
Theme Name: ThinkPath Bilingual
Theme URI: https://thinkpath-co.com
Author: ThinkPath
Description: The official bilingual English and Arabic website theme for ThinkPath Consulting.
Version: 1.1.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: thinkpath
*/

html,
body {
  margin: 0;
  padding: 0;
}

#thinkpath-app {
  min-height: 100vh;
}

.admin-bar #thinkpath-app header {
  top: 32px;
}

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