/*
Theme Name: Feline Rescue 2026
Author: Jesse Ross
Author URI: hedgemaze.co
Description: The theme for felinerescue.org
Text Domain: felinerescue-2026
*/

/*
Fonts:

Obviously (Adobe)
 - Narrow Condensed Bold (700)
 - Narrow Condensed Black (800)

Lexend Deca (Google)
 - Regular (400)
 - Semibold (600)
 - Bold (700)

*/

html, body {
  background-color: #DDD6D1;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

a {
  color: #c24fb8;
}

b, strong {
  font-weight: 700;
}

/*@media (max-width: 1199px) {
  br {
    display: none;
  }
  br.nohide {
    display: block;
  }
}*/

em, i {
  font-style: italic;
}

h1 {
  font-family: "obviously-narrow", sans-serif;
  font-size: 9vw;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-family: "obviously-narrow", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h3 {
  font-family: "obviously-narrow", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

h5 {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

hr {
  border-top: 3px dotted #DDD6D1;
}

p {
  font-family: "Lexend Deca", sans-serif;
}

.fr-block {
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}

.fr-block.black {
  background-color: #1F1E1F;
  color: #DDD6D1;
  margin: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}

.fr-block.hearts {
  background-attachment: fixed;
  background-color: #95348D;
  background-image: url('assets/img/pattern-hearts.png');
  background-position: center;
  background-repeat: repeat;
  background-size: 350px;
  color: #fff;
  margin: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}

.fr-block.purple {
  background-color: #95348D;
  color: #fff;
  margin: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}

.fr-block.tan {
  background-color: #DDD6D1;
  color: #1F1E1F;
}

.fr-block .container {
  position: relative;
}

.fr-block--cards {
  margin: 0;
  padding-bottom: 100px;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .fr-block--cards {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.fr-block--cards--card {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgb(31, 30, 31, 0.3);
  display: block;
  position: relative;
  text-decoration: none;
}

.fr-block--cards--card h5 {
  transition: all 0.3s;
}

.fr-block--cards--card--content {
  color: #1F1E1F;
  padding: 20px 20px 5px;
}

.fr-block--cards--card--img {
  transition: all 0.3s;
}

.fr-block--cards--card--img_wrapper {
  overflow: hidden;
}

.fr-block--cards--card--outline {
  border: 4px solid #95348D;
  height: calc(100% + 2px);
  left: -1px;
  opacity: 0;
  position: absolute;
  top: -1px;
  transition: all 0.3s;
  width: calc(100% + 2px);
  z-index: 800;
}

.fr-block--cards--card:hover h5 {
  color: #95348D;
}

.fr-block--cards--card:hover .fr-block--cards--card--outline {
  opacity: 1;
}

.fr-block--cards--card:hover .fr-block--cards--card--img {
  transform: scale(1.2);
}

.fr-block--cards--intro {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .fr-block--cards--intro {
    text-align: left;
  }
}

.fr-block--columns {
  margin: 0;
  padding-bottom: 100px;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .fr-block--columns {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.fr-block--hero {
  margin: -125px 0 0 0;
  padding-bottom: 100px;
  padding-top: 200px;
}

.fr-block--hero h1 {
  color: #fff;
}

.fr-block--hero--bkgnd {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .fr-block--hero--bkgnd {
    background-position: right;
  }
}

.fr-block--hero--tint {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}

.fr-block--promo {
  margin: 0;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

@media (max-width: 991px) {
  .fr-block--promo {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: left;
  }
}

.fr-block--promo--btn_wrapper {
  margin-top: 30px;
}

.fr-block--split {
  margin: 0;
  padding-bottom: 100px;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .fr-block--split {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.fr-block--split h5 {
  margin-bottom: 0;
}

.fr-block--split--bgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}

.fr-block--split--bgimg.right_25 {
  left: 75%;
  width: 25%;
}

.fr-block--split--bgimg.right_33 {
  left: 67%;
  width: 33%;
}

.fr-block--split--bgimg.right_50 {
  left: 50%;
}

.fr-block--split--bgimg.right_67 {
  left: 33%;
  width: 67%;
}

.fr-block--split--bgimg.right_75 {
  left: 25%;
  width: 75%;
}

.fr-block--split--body {
  margin-bottom: 24px;
}

.fr-block--split--gallery {
  aspect-ratio: 1/1;
  height: 100%;
  position: relative;
  width: 100%;
}

/*@media (max-width: 991px) {
  .fr-block--split--gallery {
    margin-bottom: 30px;
  }
}*/

.fr-block--split--gallery--img {
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}

.fr-block--split--gallery--img.img-0 {
  left: 35%;
  top: 45%;
  z-index: 5;
}

.fr-block--split--gallery--img.img-1 {
  left: 6%;
  top: 55%;
  width: 30%;
  z-index: 4;
}

.fr-block--split--gallery--img.img-2 {
  top: 15%;
  z-index: 3;
}

.fr-block--split--gallery--img.img-3 {
  left: 49%;
  top: 7%;
  width: 35%;
  z-index: 2;
}

.fr-block--split--gallery--img.img-4 {
  left: 68%;
  top: 30%;
  width: 30%;
  z-index: 6;
}

.fr-block--text p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .fr-block--split--img {
    margin-bottom: 40px;
  }
}

.fr-btn {
  background-color: #95348D;
  border-radius: 25px;
  box-shadow: 0 0 0 #c329a7;
  color: #fff;
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  padding: 2px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

.fr-btn:hover {
  background-color: #c24fb8;
  box-shadow: 0 0 20px #c329a7;
}

.fr-block.hearts .fr-btn,
.fr-block.purple .fr-btn {
  border: 2px solid #fff;
}

.fr-footer {
  background-color: #1F1E1F;
  color: #DDD6D1;
  padding-bottom: 30px;
  padding-top: 100px;
  position: relative;
}

@media (max-width: 991px) {
  .fr-footer {
    padding-top: 50px;
  }
}

.fr-footer a {
  color: #DDD6D1;
}

.fr-footer h5 {
  text-align: left;
}

@media (max-width: 767px) {
  .fr-footer h5 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .fr-footer--contact {
    text-align: center;
  }
}

.fr-footer--copyright {
  text-align: center;
}

.fr-footer--email {
  background-image: url('assets/img/icon-email.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  padding-left: 26px;
}

@media (max-width: 767px) {
  .fr-footer--hours {
    margin: 0 auto;
  }
}

.fr-footer--hours td {
  padding: 0 20px 15px 0;
  vertical-align: top;
}

.fr-footer--hours--times {
  padding-right: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .fr-footer--hours--title {
    margin-top: 50px;
  }
}

.fr-footer--license {
  margin-top: 80px;
  width: 270px;
}

.fr-footer--phone {
  background-image: url('assets/img/icon-phone.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  margin-top: 30px;
  padding-left: 26px;
}

@media (max-width: 767px) {
  .fr-footer--phone {
    margin-top: 20px;
  }
}

.fr-footer--primary {
  margin-bottom: 80px;
}

.fr-footer--social {
  display: inline-block;
  margin-left: 20px;
  width: 50px;
}

.fr-footer--social img {
  width: 100%;
}

.fr-footer--social_license {
  text-align: right;
}

@media (max-width: 1199px) {
  .fr-footer--social_license {
    margin-top: 50px;
    text-align: center;
  }
}

.fr-header--logo {
  position: relative;
  top: -6px;
  width: 210px;
}

.fr-header--logo img {
  width: 100%;
}

.fr-header--logo_circle {
  background-color: #0e0e0e;
  border-radius: 50%;
  height: 110px;
  left: 75px;
  position: absolute;
  top: -15px;
  width: 110px;
}

.fr-header--nav {
  margin-top: 40px;
  position: relative;
  z-index: 900;
}

.nav-link {
  color: #fff;
  font-size: 20px;
}

.navbar {
  background-color: #0e0e0e !important;
  border-radius: 40px;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 24px;
  text-transform: uppercase;
  top: 24px;
}

@media (max-width: 1199px) {
  .navbar {
    border-radius: 0;
    top: 0;
  }
}

.navbar-toggler {
  border: none;
}

.u-align--center {
  text-align: center;
}

.u-align--left {
  text-align: left;
}

.u-align--right {
  text-align: right;
}

.u-anim--fade {
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, visibility;
}

.u-anim--fade.loaded {
  opacity: 0;
  transform: translateY(20vh);
}

.u-anim--fade.is-visible {
  opacity: 1;
  transform: none;
}

.u-color--black {
  color: #1F1E1F;
}

.u-color--tan {
  color: #DDD6D1;
}

.u-color--white {
  color: #fff;
}

.u-img--50 {
  width: 50%;
}

.u-img--75 {
  width: 75%;
}

.u-img--100 {
  width: 100%;
}

.u-text--smallcap {
  font-size: 14px;
  font-weight: 600;
}

.u-valign--middle {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}