/*
Theme Name: OncoBeta v1.0.1
Theme URI: https://parkinson.au
Author: Rhett Parkinson
Version: 1.0.1
Text Domain: wpbuilder
*/

/* A few base Wordpress styles */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* Wordpress Builder theme styles */

html {
  background-color: rgb(37, 99, 235);
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

#content {
  background-color: #fff;
}

.clear {
  clear: both;
}

/* Page Builder */

@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

/* Swiper */

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  bottom: 0;
  margin: 0;
  height: 20rem;
  width: 5rem;
  z-index: 1 !important;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

.swiper-button-next {
  right: 0;
  justify-content: flex-end;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 2rem;
  color: #fff;
}

.swiper-button-next::after {
  position: relative;
  right: 2rem;
}

.swiper-button-prev {
  left: 0;
  justify-content: flex-start;
}

.swiper-button-prev::after {
  position: relative;
  left: 2rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 2rem;
}

.swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: solid 2px #fff;
  transition: background-color 0.2s linear, width 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 0.5rem;
  height: 0.6666rem;
  width: 0.6666rem;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 3rem;
}

/* Anchor scroll offset — accounts for fixed header height */

[id] {
  scroll-margin-top: 80px;
}

@media (min-width: 1024px) {
  [id] {
    scroll-margin-top: 96px;
  }
}

/* Search Form input */

[type="search"]::-webkit-search-cancel-button {
  display: none;
}
