/*
Theme Name: Education Pro
Theme URI: https://www.ovationthemes.com/products/education-wordpress-theme
Author: ovation
Author URI: https://www.ovationthemes.com/
Version: 1.0.7
License: GNU General Public License
License URI:license.txt
Text Domain: education-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Education Pro WordPress Theme has been created by ovation(ovation.com), 2018.
Education Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');

#header .logo,
#header .logo::before,
#header .logo::after {
  background: transparent !important;
}

.staff-jump-wrap { max-width: 640px; margin: 0 0 1rem }
.staff-jump-wrap select {
  width: 100%;
  padding: .65rem .85rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #000;
}
.sr-only {
  position: absolute !important; height: 1px; width: 1px; overflow: hidden;
  clip: rect(1px,1px,1px,1px); white-space: nowrap;
}

/* Native option hover is browser-dependent; desktop Chrome honors it, iOS/Android won't. */
.staff-jump-wrap select option:hover { background: #00512c; color: #fff }

/* Focus ring */
.staff-jump-wrap select:focus {
  outline: 2px solid #00512c; outline-offset: 2px; border-color: #00512c;
}
h2[id] { scroll-margin-top: var(--sticky-offset, 200px); }