@charset "UTF-8";
@import url(oh-styles-2.1.0.css);
/**
 * General
 */
body {
  /* If WP-Adminbar is visible */
}
body.page-template-page-full #main {
  max-width: 100%;
}
body.admin-bar #header.fixed-top {
  top: var(--wp-admin--admin-bar--height);
}
body.admin-bar .edit-link a {
  color: #fff !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
body.admin-bar .edit-link a::before {
  content: "✎";
  display: inline-block;
  margin-right: 5px;
}

img {
  vertical-align: middle;
}

/**
 * WordPress customization
 */
/* WordPress Embeds */
.post-thumbnail,
.wp-video,
.embed-responsive {
  margin: 5px 0;
  width: 100% !important;
}

.post img,
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

/* Header */
.oh-header .nav-link i {
  display: none !important;
}

.searchform {
  transition: background-color 0.35s ease-in-out;
}

.input-group {
  border-radius: 0.375rem;
}

.input-group:focus-within {
  color: #212529;
  background-color: #fff;
  border-bottom-width: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:focus {
  box-shadow: none !important;
}

.data-fetch {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

nav[data-toggle=toc] {
  top: 42px;
}

/* small screens */
@media (max-width: 768px) {
  /* override stickyness so that the navigation does not follow scrolling */
  nav[data-toggle=toc] {
    margin-bottom: 42px;
    position: static;
  }
  /* PICK ONE */
  /* don't expand nested items, which pushes down the rest of the page when navigating */
  nav[data-toggle=toc] .nav .active .nav {
    display: none;
  }
  /* alternatively, if you *do* want the second-level navigation to be shown (as seen on this page on mobile), use this */
  /*
   nav[data-toggle='toc'] .nav .nav {
  display: block;
   }
   */
}/*# sourceMappingURL=main.css.map */