/*
Theme Name: Jim O'Callaghan

Author: Dovetail Consultancy
Author URI: https://dovetail-consultancy.com

Version: 2.0.9
*/

/*
One Click Accessibility 

Extras Fixes for (modes):

- General
- High Contrast
- Grayscale
*/

#pojo-a11y-skip-content {
  display: none;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right,
#pojo-a11y-toolbar .pojo-a11y-toolbar-right .pojo-a11y-toolbar-open {
  z-index: 10005;
}

.pojo-a11y-toolbar-text {
  font-size: 1.5rem;
  font-weight: 500;
}

html body.pojo-a11y-high-contrast a {
  background-color: transparent !important;
}

html body.pojo-a11y-high-contrast a.button,
html body.pojo-a11y-high-contrast a:hover svg {
  background-color: #400000 !important;
}

body.pojo-a11y-high-contrast input::placeholder,
body.pojo-a11y-high-contrast input:focus::-webkit-input-placeholder,
body.pojo-a11y-high-contrast input:hover::-webkit-input-placeholder {
  color: #fff;
}

body.pojo-a11y-high-contrast .swiper-pagination .swiper-pagination-bullet {
  background-color: yellow !important;
}

body.pojo-a11y-high-contrast
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #00d1c7 !important;
}

body.pojo-a11y-high-contrast .article__image-play-icon {
  background: transparent !important;
  background-color: transparent !important;
}

body.pojo-a11y-high-contrast .article__image-play-icon svg {
  color: yellow !important;
  background: transparent !important;
}
