/*
 * Theme Name: Page Medical's Base Build
 * Description: The WordPress base build for page medical
 * Author: Page Medical - Alexander Veats
*/
@import url("./static/css/fonts.css");
@import url("./static/css/colors.css");
@import url("./static/css/header.css");
@import url("./static/css/footer.css");
/* Global & General Styling */
body {
  scroll-behavior: smooth;
  margin: 0;
  font-size: clamp(14px, 1.2vw, 21px);
  font-family: futura;
}
.content-wrapper {
  z-index: 1;
  position: relative;
}
p {
  margin-block-start: 0;
  margin-block-end: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
input[type="text" i],
input[type="email" i] {
  padding-block: 0px;
  padding-inline: 0px;
  border-width: 0;
}
textarea {
  padding: 0;
  border-width: 0;
}
.grecaptcha-logo {
  display: none !important;
}
.grecaptcha-badge {
  box-shadow: none !important;
}
#map {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50px;
}
.yellow {
  color: var(--primary-yellow) !important;
}
.hide {
  display: none !important;
}
.show {
  display: unset;
}
.hidden {
  display: none;
}
.grain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./static/assets/grain/grain-texture.png") repeat;
  opacity: 0.25;
  pointer-events: none;
}
.article-body {
  z-index: 0;
  position: relative;
}
.customTable {
  padding: 0 7.5%;
}
@media only screen and (max-width: 1000px) {
  html {
    --wp-admin--admin-bar--height: 0 !important;
    margin-top: 0 !important;
  }
  .customTable {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 782px) {
  html {
    --wp-admin--admin-bar--height: 0 !important;
    margin-top: 0 !important;
  }
}
