/*
Theme Name: Ani Pana 2026
Author: Les Sturgeon
Version: 1.0   
*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
.center {
  text-align: center !important;
}
.navDesktop {
  display: none;
}
.navMobile {
  width: 100%;
  height: 50px;
  position: fixed;
  background-color: #92bda5;
  z-index: 1000;
  font-size: clamp(1rem, calc(3.3vw + 0.5rem), 4.0625rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navMobile p {
  font-size: 4rem;
  text-align: center;
  color: black;
  background-color: #088c78;
}
.toggle-canvas {
  box-shadow: none;
  text-shadow: none;
  outline: none;
  color: white;
  border: 0;
  font-size: 30px;
  padding: 0 5px;
  margin: 0;
  position: fixed;
  top: 10px;
  right: 3px;
  background-color: #92bda5;
  border-radius: 10px;
  z-index: 1000;
}
.toggle-canvas:hover,
.toggle-canvas:focus {
  color: #fff;
  background-color: #AA80BD;
  text-align: right;
}
.offset-canvas {
  top: 0;
  left: 0px;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #92bda5;
  z-index: 999;
  transform: translate3d(-1300px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.offset-canvas .scroller {
  height: 100%;
  overflow-y: scroll;
}
.offset-canvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offset-canvas ul i {
  color: #8c340f;
}
.offset-canvas ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  border-bottom: 2px dashed black;
  color: white;
  text-decoration: none;
  font-size: 2rem;
}
.offset-canvas ul li a:hover {
  background-color: #AA80BD;
  text-decoration: underline;
}
.offset-canvas.show-canvas {
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (min-width: 950px) {
  .navMobile {
    display: none;
  }
  .navDesktop {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #92bda5;
    width: 100%;
    height: 50px;
    display: flex;
    font-size: clamp(1rem, 2.1vw, 2rem);
    z-index: 9999;
  }
  .navDesktop i {
    color: #8c340f;
  }
  .navDesktop div {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navDesktop .active {
    background-color: #AA80BD;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navDesktop div:hover {
    background-color: #AA80BD;
  }
  .navDesktop div:hover a {
    color: white;
    text-decoration: underline;
  }
}
.left {
  width: 100%;
}
.left .frontImagePort {
  display: none;
}
.left .frontImageLand img {
  width: 100%;
  display: block;
}
.left .semicircle {
  position: relative;
  border-bottom: 5px solid white;
  margin-bottom: 30px;
}
.left .semicircle::before {
  position: absolute;
  content: '';
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(50%);
  bottom: 0px;
  border: 5px solid white;
  background-color: #92bda5;
}
@media screen and (min-width: 950px) {
  .left {
    width: 100%;
  }
  .left .frontImageLand {
    display: none;
  }
  .left .frontImagePort {
    border: 0;
    position: fixed;
    left: 0;
    width: 40%;
    display: block;
  }
  .left .frontImagePort img {
    width: 100%;
    height: 100vh;
    display: block;
    z-index: -1;
  }
  .left .semicircle {
    display: none;
  }
}
.right .aniLogo {
  width: 30%;
  margin: 2vh auto 2vh auto;
}
.right .aniLogo img {
  width: 100%;
  border-radius: 50%;
  border: 4px solid white;
}
.right .ani {
  font-family: "exo 2";
  margin: 20px 5%;
  font-size: clamp(1.5rem, calc(3.3vw + 0.5rem), 2rem);
  padding: 20px;
  border-radius: 20px;
  background-color: #92bda5;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
}
.right .ani p {
  padding: 5px 0;
}
.right .ani .seeMore {
  text-align: right;
  font-size: clamp(1.5rem, 2.6vw, 3rem);
}
.right .ani .seeMore i {
  border-radius: 50%;
  padding: 10px;
  font-size: clamp(2rem, 2.1vw, 3rem);
}
.right .ani .seeMore i:hover {
  color: #AA80BD;
}
.right .seeDogsButton {
  font-size: clamp(1.5rem, 2.6vw, 3rem);
  background-color: rgba(255, 255, 255, 0.5);
  background-color: #088c78;
  margin: 0 auto;
  border-radius: 20px;
  padding: 10px 20px;
  color: white;
  border: 0;
}
.right .seeDogsButton .inner2 {
  display: grid;
  grid-template-columns: auto 80px;
}
.right .seeDogsButton .inner2 div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right .seeDogsButton .inner2 div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: right;
}
.right .seeDogsButton .inner2 div:nth-child(2) i {
  color: #92bda5;
  color: black;
  font-size: 3rem;
}
.right .seeDogsButton .inner2 div:nth-child(2) i:hover {
  color: #AA80BD;
}
.amount {
  display: flex;
  flex-wrap: wrap;
}
.amount div {
  background-color: #92bda5;
  border: 2px solid black;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 1% 2%;
  font-size: clamp(2rem, 2.1vw, 3rem);
}
.amount div:hover {
  background-color: #8c340f;
}
.amount div:hover a {
  color: white;
}
.donateAmount {
  color: #088c78;
}
.donatePayment {
  width: 80%;
  margin: 0 auto;
}
.meetTheDogs {
  padding-top: 50px;
}
.meetTheDogs .left .male {
  background-color: #86cdf9;
  border-radius: 30px;
}
.meetTheDogs .left .female {
  background-color: #febfca;
  border-radius: 30px;
}
.meetTheDogs .left .dogBox {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  color: black;
  text-align: center;
  padding-top: 20px;
}
.meetTheDogs .left .dogBox .name {
  font-size: 5rem;
  font-family: "Chewy", system-ui;
  border-bottom: 2px dashed grey;
}
.meetTheDogs .left .dogBox .description {
  background-color: #92bda5;
  padding: 10px;
  color: black;
  font-size: clamp(1.2rem, 1.1vw, 2rem);
}
.meetTheDogs .left .dogBox .dogInner2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 10px;
}
.meetTheDogs .left .dogBox .dogInner2 .sex,
.meetTheDogs .left .dogBox .dogInner2 .born {
  font-size: 1.5rem;
}
.meetTheDogs .left .dogBox .dogInner4 {
  display: grid;
  grid-template-columns: 35px auto;
}
.meetTheDogs .left .dogBox .smallText {
  font-size: clamp(1.2rem, 1.3vw, 1.8rem);
  font-weight: 500;
  background-color: #92bda5;
  color: black;
  text-align: left;
  padding: 10px;
  padding-bottom: 25px;
}
.meetTheDogs .left .dogBox .smallText i {
  color: #088c78;
  font-size: 20px;
  text-align: right;
  padding: 0 10px;
}
.meetTheDogs .left .dogBox .dogImage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.meetTheDogs .left .dogBox .dogImage img,
.meetTheDogs .left .dogBox .dogImage .video {
  width: 100%;
  border-radius: 0 0 20px 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  .meetTheDogs .grid3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .meetTheDogs .grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.viewTheDog {
  padding-top: 50px;
}
.viewTheDog .left .male {
  background-color: #86cdf9;
  border-radius: 30px;
}
.viewTheDog .left .female {
  background-color: #febfca;
  border-radius: 30px;
}
.viewTheDog .left .dogBox {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  color: black;
  text-align: center;
  padding-top: 20px;
}
.viewTheDog .left .dogBox .name {
  font-size: 5rem;
  font-family: "Chewy", system-ui;
  border-bottom: 2px dashed grey;
}
.viewTheDog .left .dogBox .description {
  background-color: #92bda5;
  padding: 10px;
  color: black;
  font-size: clamp(1.2rem, 1.1vw, 2rem);
}
.viewTheDog .left .dogBox .dogInner2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 10px;
}
.viewTheDog .left .dogBox .dogInner2 .sex,
.viewTheDog .left .dogBox .dogInner2 .born {
  font-size: 1.5rem;
}
.viewTheDog .left .dogBox .dogInner4 {
  display: grid;
  grid-template-columns: 35px auto;
}
.viewTheDog .left .dogBox .smallText {
  font-size: clamp(1.2rem, 1.3vw, 1.8rem);
  font-weight: 500;
  background-color: #92bda5;
  color: black;
  text-align: left;
  padding: 10px;
  padding-bottom: 25px;
}
.viewTheDog .left .dogBox .smallText i {
  color: #088c78;
  font-size: 20px;
  text-align: right;
  padding: 0 10px;
}
.viewTheDog .left .dogBox .dogImage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewTheDog .left .dogBox .dogImage img,
.viewTheDog .left .dogBox .dogImage .video {
  width: 100%;
  border-radius: 0 0 20px 20px;
  margin-bottom: 5px;
}
.viewTheDog .left .thankYou {
  font-size: clamp(1.5rem, 1.6vw, 2rem);
  padding: 0 20px;
}
.viewTheDog .rightView {
  width: 90%;
  margin: 0 auto;
}
.viewTheDog .rightView img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 950px) {
  .viewTheDog {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .viewTheDog .rightView .dogInner3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .viewTheDog .rightView .dogBoxView {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    color: black;
    text-align: center;
  }
  .viewTheDog .rightView .dogBoxView .dogImage {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .viewTheDog .rightView .dogBoxView .dogImage img,
  .viewTheDog .rightView .dogBoxView .dogImage .video {
    width: 100%;
    border-radius: 20px;
  }
  .viewTheDog .rightView .dogBoxView .dogImage .video {
    border: 2px solid black;
  }
}
.left .aboutAniImage {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 50px;
  width: 100%;
}
.left .aboutAniImage img {
  display: none;
}
.right {
  padding-top: 50px;
}
.right .aboutInner2 {
  margin: 2% 5%;
  background-color: #92bda5;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  color: black;
}
.right .aboutInner2 p {
  padding: 5px 20px;
}
.right .aboutInner2 img {
  padding: 15px;
  width: 60%;
  margin: 0 auto;
  border-radius: 40px;
}
.right .aboutInner2 div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right .aboutInner2 div:nth-child(2) {
  font-size: clamp(1.5rem, 1.6vw, 2rem);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 950px) {
  .mainGridAni {
    display: grid;
    grid-template-columns: 30% 70%;
  }
  .left .aboutAniImage {
    border: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 30%;
  }
  .left .aboutAniImage img {
    width: 100%;
    display: block;
  }
  .right .aboutInner2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .right .aboutInner2 img {
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
  }
}
.cookieFixed {
  position: fixed;
  bottom: 5px;
  left: 5px;
  background-color: #92bda5;
  border-radius: 20px;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  z-index: 2;
}
.cookieForm {
  margin: 0;
  padding: 20px;
}
.cookieButton {
  float: right;
  width: 150px;
  margin-bottom: 20px;
  text-align: center;
  border: 0;
  outline: 0;
  font-size: clamp(1rem, 2.1vw, 1.5rem);
  padding: 3px;
  background-color: white;
  border-radius: 20px;
  border: 4px solid black;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.cookieButton a {
  color: purple !important;
}
.cookieButton:hover {
  background-color: #92bda5;
}
.cookiesText {
  font-size: clamp(1rem, 2.1vw, 3rem);
  width: 90%;
  margin: 0 auto;
}
.cookiesBold {
  font-weight: bold;
}
html {
  background-color: white;
  font-size: 16px;
  color: black;
  font-family: "chewy", sans-serif;
  font-weight: 500;
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a {
  text-decoration: none;
  color: black;
}
h1 {
  font-family: "lobster Two";
  text-align: center;
  font-size: clamp(3rem, 3.1vw, 5rem);
  padding: 0 20px;
}
h2 {
  text-align: center;
  font-size: clamp(3rem, 3.1vw, 5rem);
  padding: 0 20px;
}
label {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  font-weight: 700;
  font-family: "Exo 2";
}
.formInput {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  font-weight: 700;
  font-family: "Exo 2";
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 2px solid black;
  border-radius: 10px;
  width: 96%;
}
.button {
  font-size: 1.5rem;
  background-color: green;
  padding: 10px 20px;
  border: 2px solid black;
  text-align: center;
  border-radius: 20px;
  color: white;
}
.button a {
  color: white !important;
}
.button:hover {
  background-color: #AA80BD;
}
.paddingTop50 {
  padding-top: 50px;
}
.footer {
  text-align: center;
  font-size: clamp(1rem, 2.1vw, 2rem);
}
.footer a:hover {
  text-decoration: underline;
  color: white;
}
.mainGrid {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 50px;
}
@media screen and (min-width: 950px) {
  .mainGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.enquirySent {
  font-size: clamp(2rem, 2.1vw, 3rem);
}
.newsletter {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  text-align: center;
}
.searchForm {
  width: 90%;
  margin: 2% auto;
  background-color: #088c78;
  padding: 20px;
  border-radius: 20px;
}
.searchForm .formInputSmall {
  width: 50%;
}
.searchForm .alignRight {
  text-align: right;
}
@media screen and (min-width: 950px) {
  .searchForm {
    width: 75%;
    margin: 2% auto;
    background-color: #088c78;
    padding: 20px;
    border-radius: 20px;
  }
  .searchForm .formInputSmall {
    width: 50%;
  }
}
@media screen and (min-width: 1500px) {
  .searchForm {
    width: 50%;
    margin: 2% auto;
    background-color: #088c78;
    padding: 20px;
    border-radius: 20px;
  }
  .searchForm .formInputSmall {
    width: 50%;
  }
}
.adminMenu {
  padding: 50px;
}
.checkDetails {
  display: grid;
  grid-template-columns: 1fr;
}
.checkDetails .dogName {
  font-size: clamp(2rem, 2.1vw, 3rem);
  border-bottom: 2px dashed black;
}
.checkDetails .full {
  width: 100%;
}
.checkDetails div:nth-child(2) img {
  width: 100%;
}
.box {
  width: 96%;
  margin: 10px auto;
  padding: 10px;
  border: 2px solid black;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
}
.box img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .checkDetails {
    display: grid;
    grid-template-columns: auto 300px;
  }
  .checkDetails .full {
    width: 100%;
  }
  .checkDetails div:nth-child(2) img {
    width: 300px;
  }
  .box {
    width: 90%;
    margin: 10px;
    padding: 10px;
    border: 2px solid black;
    border-radius: 20px;
    font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  }
  .box img {
    width: 100%;
  }
}
.addNewDog {
  padding-top: 50px;
  width: 80%;
  margin: 0 auto;
}
.addNewDog p {
  font-size: clamp(1rem, 2.1vw, 2rem);
}
#wordpress_file_upload_textbox_1 {
  outline: solid blue;
  display: none;
}
.file_title_clean {
  font-size: 2rem;
}
#input_1,
#input_1:hover,
#input_1:focus {
  font-size: 1rem;
  border-radius: 20px;
  border: 2px solid black;
  z-index: 999;
  background: #92bda5;
  color: black;
}
#filelist_1_totalprogress {
  width: 260px;
  outline: 0;
  border: 0;
}
#filelist_1_totalprogress_inner {
  height: 20px;
}
#filelist_1_totalprogress_animation {
  height: 20px;
}
@media screen and (min-width: 950px) {
  .addNewDog {
    padding-top: 50px;
    width: 60%;
    margin: 0 auto;
  }
}
.error {
  width: 90%;
  margin: 0 auto;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  background-color: red;
  padding: 20px;
  border-radius: 20px;
  font-family: "exo 2";
}
