@charset "UTF-8";
/*
 * Theme Name: Friends For Life Animal Shelter Theme
 * Theme URI: https://roadwarriorcreative.com/
 * Author: Road Warrior Creative
 * Author URI: https://roadwarriorcreative.com/
 * Description: Custom child theme created for Friends For Life Animal Shelter by Road Warrior Creative.
 * Version: 1.1.3
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: corporate-pro
 * Domain Path: /languages
 * Template: genesis
 */
/* # Table of Contents

- Reset
	- Normalize 7.0
- Defaults
	- Box Sizing
	- Float Clearing
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
	- Pricing Tables
- Common
	- Avatars
	- Genesis
	- Search Form
	- WordPress
	- Gutenberg
- Header
	- Site Header
	- Title Area
	- Before Header
	- Header Right
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggle
	- Sub Menu Toggle
- Content
	- Entries
	- Entry Content
	- Entry Titles
	- Entry Meta
	- Entry Footer
	- Pagination
	- Comments
- Sidebars
	- Sidebars
	- Widgets
- Footer
	- Site Footer
	- Before Footer
	- Footer Widgets
- Plugins
	- Genesis eNews Extended
	- Genesis Portfolio Pro
	- Genesis Simple FAQ
	- Genesis Simple Share
	- Genesis Testimonial Slider
	- Google Map
	- Ninja Forms
	- SEO Slider
	- Simple Social Icons
	- WP Featherlight
	- WooCommerce Menu Cart
- Home
	- Front Page Widgets
- Print
	- Print Styles
*/
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada, .adoptable-callout-block-pet:hover img, .post-type-archive-pet .pet-search-form-adoptable label:hover img,
.tax-pet_status .pet-search-form-adoptable label:hover img {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip, .adoptable-callout-block-pet:hover img.flip, .post-type-archive-pet .pet-search-form-adoptable label:hover img.flip,
.tax-pet_status .pet-search-form-adoptable label:hover img.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated, .adoptable-callout-block-pet:hover img, .post-type-archive-pet .pet-search-form-adoptable label:hover img,
.tax-pet_status .pet-search-form-adoptable label:hover img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite, .adoptable-callout-block-pet:hover img.infinite, .post-type-archive-pet .pet-search-form-adoptable label:hover img.infinite,
.tax-pet_status .pet-search-form-adoptable label:hover img.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s, .adoptable-callout-block-pet:hover img.delay-1s, .post-type-archive-pet .pet-search-form-adoptable label:hover img.delay-1s,
.tax-pet_status .pet-search-form-adoptable label:hover img.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s, .adoptable-callout-block-pet:hover img.delay-2s, .post-type-archive-pet .pet-search-form-adoptable label:hover img.delay-2s,
.tax-pet_status .pet-search-form-adoptable label:hover img.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s, .adoptable-callout-block-pet:hover img.delay-3s, .post-type-archive-pet .pet-search-form-adoptable label:hover img.delay-3s,
.tax-pet_status .pet-search-form-adoptable label:hover img.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s, .adoptable-callout-block-pet:hover img.delay-4s, .post-type-archive-pet .pet-search-form-adoptable label:hover img.delay-4s,
.tax-pet_status .pet-search-form-adoptable label:hover img.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s, .adoptable-callout-block-pet:hover img.delay-5s, .post-type-archive-pet .pet-search-form-adoptable label:hover img.delay-5s,
.tax-pet_status .pet-search-form-adoptable label:hover img.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast, .adoptable-callout-block-pet:hover img.fast, .post-type-archive-pet .pet-search-form-adoptable label:hover img.fast,
.tax-pet_status .pet-search-form-adoptable label:hover img.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster, .adoptable-callout-block-pet:hover img.faster, .post-type-archive-pet .pet-search-form-adoptable label:hover img.faster,
.tax-pet_status .pet-search-form-adoptable label:hover img.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow, .adoptable-callout-block-pet:hover img.slow, .post-type-archive-pet .pet-search-form-adoptable label:hover img.slow,
.tax-pet_status .pet-search-form-adoptable label:hover img.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower, .adoptable-callout-block-pet:hover img.slower, .post-type-archive-pet .pet-search-form-adoptable label:hover img.slower,
.tax-pet_status .pet-search-form-adoptable label:hover img.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated, .adoptable-callout-block-pet:hover img, .post-type-archive-pet .pet-search-form-adoptable label:hover img,
  .tax-pet_status .pet-search-form-adoptable label:hover img {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

[type="checkbox"], [type="radio"], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }

h1 {
  margin: 0.67em 0;
  font-size: 2em; }

figure {
  margin: 1em 4rem; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  color: #000;
  background-color: #fdffb6; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15; }

button, select {
  text-transform: none; }

[type="reset"], [type="submit"], button, html [type="button"] {
  -webkit-appearance: button; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 0.1rem; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -0.2rem; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* ## Float Clearing
--------------------------------------------- */
.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget,
.wrap {
  clear: both; }
  .author-box:before, .author-box:after,
  .clearfix:before,
  .clearfix:after,
  .entry:before,
  .entry:after,
  .entry-content:before,
  .entry-content:after,
  .footer-widgets:before,
  .footer-widgets:after,
  .nav-primary:before,
  .nav-primary:after,
  .nav-secondary:before,
  .nav-secondary:after,
  .pagination:before,
  .pagination:after,
  .site-container:before,
  .site-container:after,
  .site-footer:before,
  .site-footer:after,
  .site-header:before,
  .site-header:after,
  .site-inner:before,
  .site-inner:after,
  .widget:before,
  .widget:after,
  .wrap:before,
  .wrap:after {
    display: block;
    clear: both;
    content: ""; }

/* ## Typography
--------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

::selection {
  background-color: #cbeafb; }

html {
  overflow-x: hidden;
  max-width: 100vw;
  font-size: 62.5%; }

body {
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
  color: #000;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.618;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    body {
      font-size: 1.8rem; } }
  body.boxed-page {
    background-color: #f6f8fa; }

body > div {
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    body > div {
      font-size: 1.8rem; } }
p {
  margin: 0 0 1.382em;
  padding: 0; }

a {
  color: #f47521;
  word-wrap: break-word; }
  a:hover, a:focus {
    color: #ed2991; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  clear: both;
  margin: 0 0 2em;
  padding: 1em 0 0;
  border: 0;
  border-bottom: 1px solid #eceef1;
  border-collapse: collapse; }

b,
strong {
  font-weight: 500; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 0 1.382em;
  padding: 0 1em;
  border-left: 2px solid #feb752; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

pre,
code,
kbd,
samp {
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  font-weight: 700;
  line-height: 1.236;
  font-family: "Asap", sans-serif; }

h2,
h4 {
  font-family: "Asap Condensed", sans-serif; }

h1 {
  color: #2c1f3c; }
  @media (min-width: 768px) {
    h1 {
      font-size: 50px; } }
h2 {
  color: #2c1f3c;
  font-size: 36px; }

h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 28px; }

h4 {
  color: #595959;
  font-size: 16px;
  text-transform: uppercase; }

h5 {
  color: #f47521;
  font-size: 16px;
  text-transform: uppercase; }

h6 {
  font-size: 1.6em; }

/* ## Forms
--------------------------------------------- */
:focus {
  outline: 2px solid #eceef1; }

::-moz-placeholder {
  opacity: 1;
  color: #90959f; }

::-webkit-input-placeholder {
  color: #90959f; }

input,
select,
textarea {
  width: 100%;
  height: 3em;
  padding: 0 1.5em;
  border: 1px solid #eceef1;
  border-color: #c6cace;
  border-radius: 0;
  color: #2a3139;
  background-color: #fbfcfd;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 500; }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: #feb752;
    outline: none; }

textarea {
  height: auto;
  padding: 1.5em;
  border-radius: 0;
  line-height: 1.618; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

input[type="search"] {
  -webkit-appearance: none; }

.button, .item-button > a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button a,
.ab-block-button .ab-button,
.gb-block-button .gb-button {
  display: inline-block;
  width: auto;
  padding: 12px 3.333333em;
  border: 0;
  border-radius: 0;
  color: #fcf1e4;
  box-shadow: 0 0.25rem 2rem -0.5rem rgba(255, 255, 255, 0);
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .025em;
  text-align: center;
  background-color: #ed2991; }
  .button:hover, .item-button > a:hover, .button:focus, .item-button > a:focus,
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .wp-block-button a:hover,
  .wp-block-button a:focus,
  .ab-block-button .ab-button:hover,
  .ab-block-button .ab-button:focus,
  .gb-block-button .gb-button:hover,
  .gb-block-button .gb-button:focus {
    color: #fff;
    background-color: #FC8825;
    box-shadow: 0 0.5rem 2rem -0.5rem rgba(254, 183, 82, 0.3); }
  .button.outline, .item-button > a.outline,
  button.outline,
  input[type="button"].outline,
  input[type="reset"].outline,
  input[type="submit"].outline,
  .wp-block-button a.outline,
  .ab-block-button .ab-button.outline,
  .gb-block-button .gb-button.outline {
    color: #feb752;
    background: transparent;
    box-shadow: inset 0 0 0 2px #feb752; }
    .button.outline:hover, .item-button > a.outline:hover, .button.outline:focus, .item-button > a.outline:focus,
    button.outline:hover,
    button.outline:focus,
    input[type="button"].outline:hover,
    input[type="button"].outline:focus,
    input[type="reset"].outline:hover,
    input[type="reset"].outline:focus,
    input[type="submit"].outline:hover,
    input[type="submit"].outline:focus,
    .wp-block-button a.outline:hover,
    .wp-block-button a.outline:focus,
    .ab-block-button .ab-button.outline:hover,
    .ab-block-button .ab-button.outline:focus,
    .gb-block-button .gb-button.outline:hover,
    .gb-block-button .gb-button.outline:focus {
      color: #fff;
      background-color: #feb752;
      box-shadow: none; }
  .button.white, .item-button > a.white,
  button.white,
  input[type="button"].white,
  input[type="reset"].white,
  input[type="submit"].white,
  .wp-block-button a.white,
  .ab-block-button .ab-button.white,
  .gb-block-button .gb-button.white {
    color: #2a3139;
    background: #fff;
    box-shadow: 0 0.25rem 2rem rgba(198, 202, 206, 0.05); }
    .button.white:hover, .item-button > a.white:hover, .button.white:focus, .item-button > a.white:focus,
    button.white:hover,
    button.white:focus,
    input[type="button"].white:hover,
    input[type="button"].white:focus,
    input[type="reset"].white:hover,
    input[type="reset"].white:focus,
    input[type="submit"].white:hover,
    input[type="submit"].white:focus,
    .wp-block-button a.white:hover,
    .wp-block-button a.white:focus,
    .ab-block-button .ab-button.white:hover,
    .ab-block-button .ab-button.white:focus,
    .gb-block-button .gb-button.white:hover,
    .gb-block-button .gb-button.white:focus {
      color: #2a3139;
      background: #fff;
      box-shadow: 0 1rem 2rem rgba(198, 202, 206, 0.15); }
    .button.white.outline, .item-button > a.white.outline,
    button.white.outline,
    input[type="button"].white.outline,
    input[type="reset"].white.outline,
    input[type="submit"].white.outline,
    .wp-block-button a.white.outline,
    .ab-block-button .ab-button.white.outline,
    .gb-block-button .gb-button.white.outline {
      color: #fff;
      background: transparent;
      box-shadow: inset 0 0 0 2px #fff; }
      .button.white.outline:hover, .item-button > a.white.outline:hover, .button.white.outline:focus, .item-button > a.white.outline:focus,
      button.white.outline:hover,
      button.white.outline:focus,
      input[type="button"].white.outline:hover,
      input[type="button"].white.outline:focus,
      input[type="reset"].white.outline:hover,
      input[type="reset"].white.outline:focus,
      input[type="submit"].white.outline:hover,
      input[type="submit"].white.outline:focus,
      .wp-block-button a.white.outline:hover,
      .wp-block-button a.white.outline:focus,
      .ab-block-button .ab-button.white.outline:hover,
      .ab-block-button .ab-button.white.outline:focus,
      .gb-block-button .gb-button.white.outline:hover,
      .gb-block-button .gb-button.white.outline:focus {
        color: #2a3139;
        background: #fff;
        box-shadow: inset 0 0 0 0 #fff; }
  .button.light-blue, .item-button > a.light-blue,
  button.light-blue,
  input[type="button"].light-blue,
  input[type="reset"].light-blue,
  input[type="submit"].light-blue,
  .wp-block-button a.light-blue,
  .ab-block-button .ab-button.light-blue,
  .gb-block-button .gb-button.light-blue {
    color: #2a3139;
    background: #6edee7;
    box-shadow: 0 0.25rem 2rem rgba(198, 202, 206, 0.05); }
    .button.light-blue:hover, .item-button > a.light-blue:hover, .button.light-blue:focus, .item-button > a.light-blue:focus,
    button.light-blue:hover,
    button.light-blue:focus,
    input[type="button"].light-blue:hover,
    input[type="button"].light-blue:focus,
    input[type="reset"].light-blue:hover,
    input[type="reset"].light-blue:focus,
    input[type="submit"].light-blue:hover,
    input[type="submit"].light-blue:focus,
    .wp-block-button a.light-blue:hover,
    .wp-block-button a.light-blue:focus,
    .ab-block-button .ab-button.light-blue:hover,
    .ab-block-button .ab-button.light-blue:focus,
    .gb-block-button .gb-button.light-blue:hover,
    .gb-block-button .gb-button.light-blue:focus {
      color: #2a3139;
      background: #6edee7;
      box-shadow: 0 1rem 2rem rgba(198, 202, 206, 0.15); }
    .button.light-blue.outline, .item-button > a.light-blue.outline,
    button.light-blue.outline,
    input[type="button"].light-blue.outline,
    input[type="reset"].light-blue.outline,
    input[type="submit"].light-blue.outline,
    .wp-block-button a.light-blue.outline,
    .ab-block-button .ab-button.light-blue.outline,
    .gb-block-button .gb-button.light-blue.outline {
      color: #6edee7;
      background: transparent;
      box-shadow: inset 0 0 0 2px #6edee7; }
      .button.light-blue.outline:hover, .item-button > a.light-blue.outline:hover, .button.light-blue.outline:focus, .item-button > a.light-blue.outline:focus,
      button.light-blue.outline:hover,
      button.light-blue.outline:focus,
      input[type="button"].light-blue.outline:hover,
      input[type="button"].light-blue.outline:focus,
      input[type="reset"].light-blue.outline:hover,
      input[type="reset"].light-blue.outline:focus,
      input[type="submit"].light-blue.outline:hover,
      input[type="submit"].light-blue.outline:focus,
      .wp-block-button a.light-blue.outline:hover,
      .wp-block-button a.light-blue.outline:focus,
      .ab-block-button .ab-button.light-blue.outline:hover,
      .ab-block-button .ab-button.light-blue.outline:focus,
      .gb-block-button .gb-button.light-blue.outline:hover,
      .gb-block-button .gb-button.light-blue.outline:focus {
        color: #2a3139;
        background: #6edee7;
        box-shadow: inset 0 0 0 0 #6edee7; }
  .button.blue, .item-button > a.blue,
  button.blue,
  input[type="button"].blue,
  input[type="reset"].blue,
  input[type="submit"].blue,
  .wp-block-button a.blue,
  .ab-block-button .ab-button.blue,
  .gb-block-button .gb-button.blue {
    color: #fff;
    background: #2c1f3c;
    box-shadow: 0 0.25rem 2rem rgba(198, 202, 206, 0.05); }
    .button.blue:hover, .item-button > a.blue:hover, .button.blue:focus, .item-button > a.blue:focus,
    button.blue:hover,
    button.blue:focus,
    input[type="button"].blue:hover,
    input[type="button"].blue:focus,
    input[type="reset"].blue:hover,
    input[type="reset"].blue:focus,
    input[type="submit"].blue:hover,
    input[type="submit"].blue:focus,
    .wp-block-button a.blue:hover,
    .wp-block-button a.blue:focus,
    .ab-block-button .ab-button.blue:hover,
    .ab-block-button .ab-button.blue:focus,
    .gb-block-button .gb-button.blue:hover,
    .gb-block-button .gb-button.blue:focus {
      color: #fff;
      background: #2c1f3c;
      box-shadow: 0 1rem 2rem rgba(198, 202, 206, 0.15); }
    .button.blue.outline, .item-button > a.blue.outline,
    button.blue.outline,
    input[type="button"].blue.outline,
    input[type="reset"].blue.outline,
    input[type="submit"].blue.outline,
    .wp-block-button a.blue.outline,
    .ab-block-button .ab-button.blue.outline,
    .gb-block-button .gb-button.blue.outline {
      color: #2c1f3c;
      background: transparent;
      box-shadow: inset 0 0 0 2px #2c1f3c; }
      .button.blue.outline:hover, .item-button > a.blue.outline:hover, .button.blue.outline:focus, .item-button > a.blue.outline:focus,
      button.blue.outline:hover,
      button.blue.outline:focus,
      input[type="button"].blue.outline:hover,
      input[type="button"].blue.outline:focus,
      input[type="reset"].blue.outline:hover,
      input[type="reset"].blue.outline:focus,
      input[type="submit"].blue.outline:hover,
      input[type="submit"].blue.outline:focus,
      .wp-block-button a.blue.outline:hover,
      .wp-block-button a.blue.outline:focus,
      .ab-block-button .ab-button.blue.outline:hover,
      .ab-block-button .ab-button.blue.outline:focus,
      .gb-block-button .gb-button.blue.outline:hover,
      .gb-block-button .gb-button.blue.outline:focus {
        color: #fff;
        background: #2c1f3c;
        box-shadow: inset 0 0 0 0 #2c1f3c; }
  .button.small, .item-button > a,
  button.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small,
  .wp-block-button a.small,
  .wp-block-button .item-button > a,
  .ab-block-button .ab-button.small,
  .ab-block-button .item-button > a.ab-button,
  .gb-block-button .gb-button.small,
  .gb-block-button .item-button > a.gb-button {
    height: 2.36em;
    padding: 0 2.36em;
    font-size: 1.3rem;
    line-height: 2.36; }
  .button.large, .item-button > a.large,
  button.large,
  input[type="button"].large,
  input[type="reset"].large,
  input[type="submit"].large,
  .wp-block-button a.large,
  .ab-block-button .ab-button.large,
  .gb-block-button .gb-button.large {
    font-size: 1.9rem; }
  .button:disabled, .item-button > a:disabled,
  button:disabled,
  input[type="button"]:disabled,
  input[type="reset"]:disabled,
  input[type="submit"]:disabled,
  .wp-block-button a:disabled,
  .ab-block-button .ab-button:disabled,
  .gb-block-button .gb-button:disabled {
    border-width: 0;
    color: #c6cace;
    background: #eceef1;
    box-shadow: none;
    cursor: not-allowed; }
  .button + button, .item-button > a + button,
  .button + .button,
  .item-button > a + .button,
  .item-button > .button + a,
  .item-button > a + a,
  button + button,
  button + .button,
  .item-button > button + a,
  input[type="button"] + button,
  input[type="button"] + .button,
  .item-button > input[type="button"] + a,
  input[type="reset"] + button,
  input[type="reset"] + .button,
  .item-button > input[type="reset"] + a,
  input[type="submit"] + button,
  input[type="submit"] + .button,
  .item-button > input[type="submit"] + a,
  .wp-block-button a + button,
  .wp-block-button a + .button,
  .ab-block-button .ab-button + button,
  .ab-block-button .ab-button + .button,
  .ab-block-button .item-button > .ab-button + a,
  .gb-block-button .gb-button + button,
  .gb-block-button .gb-button + .button,
  .gb-block-button .item-button > .gb-button + a {
    clear: both;
    margin-top: 1em; }
    @media (min-width: 512px) {
      .button + button, .item-button > a + button,
      .button + .button,
      .item-button > a + .button,
      .item-button > .button + a,
      .item-button > a + a,
      button + button,
      button + .button,
      .item-button > button + a,
      input[type="button"] + button,
      input[type="button"] + .button,
      .item-button > input[type="button"] + a,
      input[type="reset"] + button,
      input[type="reset"] + .button,
      .item-button > input[type="reset"] + a,
      input[type="submit"] + button,
      input[type="submit"] + .button,
      .item-button > input[type="submit"] + a,
      .wp-block-button a + button,
      .wp-block-button a + .button,
      .ab-block-button .ab-button + button,
      .ab-block-button .ab-button + .button,
      .ab-block-button .item-button > .ab-button + a,
      .gb-block-button .gb-button + button,
      .gb-block-button .gb-button + .button,
      .gb-block-button .item-button > .gb-button + a {
        clear: none;
        margin-top: 0; } }
.ab-block-button .ab-button,
.gb-block-button .gb-button {
  line-height: 1.5em !important; }

.item-button > a {
  color: #fcf1e4 !important;
  background-color: #ed2991; }

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

fieldset {
  margin-bottom: 1em; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption,
.wp-video-shortcode {
  display: block;
  max-width: 100%; }

img {
  height: auto; }

figure {
  margin: 0; }

video {
  object-fit: cover; }

@media (min-width: 768px) {
  .wp-video-shortcode {
    width: auto; } }

.no-js .wp-video-shortcode {
  width: 100%;
  border: 1px solid #eceef1;
  background-color: #f6f8fa; }

/* ## Tables
--------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 4rem;
  border: 1px solid #eceef1;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  line-height: 1; }

tbody {
  border-bottom: 1px solid #eceef1; }

td,
th {
  padding: 0.618em;
  border-top: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
  text-align: left; }

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 0.1rem;
  height: 0.1rem;
  border: 0;
  background-color: #fff; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  display: block;
  clip: auto !important;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(42, 49, 57, 0.1);
  text-decoration: none; }

.more-link {
  position: relative;
  font-style: normal; }

.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link li {
    width: 0;
    height: 0;
    list-style: none; }

#likebox-wrapper {
  text-align: center; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
  vertical-align: middle;
  height: 20px !important;
  margin-bottom: 0; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label {
  vertical-align: middle;
  font-weight: normal;
  line-height: 20px; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] {
  height: 18px !important;
  margin: 0; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label {
  font-weight: normal; }

.gform_wrapper .gform_footer input[type=submit] {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 3; }

.gform_wrapper.gravity-theme {
  background: #2c1f3c;
  overflow: hidden;
  position: relative; }
  .gform_wrapper.gravity-theme .gfield_select_ed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 60px; }
    .gform_wrapper.gravity-theme .gfield_select_ed select {
      color: #fff;
      border: 1px solid #fff;
      background: rgba(255, 255, 255, 0.05); }
      .gform_wrapper.gravity-theme .gfield_select_ed select:hover {
        color: #2c1f3c;
        border: 1px solid #f47521;
        background: #f47521;
        cursor: pointer; }
  .gform_wrapper.gravity-theme fieldset {
    display: block; }
    .gform_wrapper.gravity-theme fieldset .validation_message {
      border: none;
      padding: 10px 20px !important;
      min-width: unset;
      margin: 20px auto !important;
      width: auto;
      display: inline-flex;
      border-radius: 5px; }
  .gform_wrapper.gravity-theme .gform_validation_errors[data-js="gform-focus-validation-error"] {
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.041);
    width: auto;
    position: relative;
    z-index: 10;
    padding: 30px;
    margin: 20px; }
  .gform_wrapper.gravity-theme:after {
    content: close-quote;
    background: linear-gradient(180deg, #2c1f3c 0%, rgba(44, 31, 60, 0) 100%), url("assets/images/pawprint.svg");
    background-position: 0px;
    background-size: 50px;
    transform: rotate(45deg) translate(0%, 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .gform_wrapper.gravity-theme:before {
    content: close-quote;
    background: linear-gradient(180deg, #2c1f3c 0%, rgba(44, 31, 60, 0) 100%), url("assets/images/pawprint.svg");
    background-position: 0px;
    background-size: 50px;
    transform: rotate(-135deg) translate(0%, 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

#gform_wrapper_20 .gform_heading {
  display: none; }

#gform_wrapper_20 .gfield_required {
  display: none; }

#gform_wrapper_20 #gform_20 {
  display: grid;
  position: relative;
  z-index: 10; }

#gform_wrapper_20 .gform_body {
  order: 1;
  margin: 0 auto;
  position: relative;
  width: 100%; }
  #gform_wrapper_20 .gform_body .ginput_container {
    max-width: 590px;
    margin: 0 auto;
    margin-top: 39px;
    padding: 0 20px; }
  #gform_wrapper_20 .gform_body .gform_fields_20 {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  #gform_wrapper_20 .gform_body #gform_fields_20 {
    display: grid;
    grid-template-columns: 1fr; }
    @media (min-width: 896px) {
      #gform_wrapper_20 .gform_body #gform_fields_20 {
        grid-template-columns: 1fr 1fr; } }
  #gform_wrapper_20 .gform_body .first_page_content {
    grid-column: unset;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (min-width: 896px) {
      #gform_wrapper_20 .gform_body .first_page_content {
        margin-right: auto;
        margin-left: 0;
        text-align: left; } }
    #gform_wrapper_20 .gform_body .first_page_content h2 {
      color: #fff;
      font-family: "Asap", sans-serif;
      font-size: 50px;
      font-style: normal;
      font-weight: 700;
      line-height: 55px;
      padding-top: 0; }
    #gform_wrapper_20 .gform_body .first_page_content p {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 28px;
      /* 155.556% */ }
  #gform_wrapper_20 .gform_body .first_page_selection {
    max-width: 1200px;
    margin: 0 auto;
    display: contents;
    grid-column: unset;
    display: flex; }
    #gform_wrapper_20 .gform_body .first_page_selection legend.gfield_label.gform-field-label {
      color: #fff;
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 34px; }
    #gform_wrapper_20 .gform_body .first_page_selection .gfield_description {
      padding: 0;
      margin: 0;
      display: flex;
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 28px; }
      #gform_wrapper_20 .gform_body .first_page_selection .gfield_description.gfield_validation_message {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden; }
    #gform_wrapper_20 .gform_body .first_page_selection .ginput_container.ginput_container_radio {
      width: 100%;
      margin: 0;
      max-width: unset; }
      #gform_wrapper_20 .gform_body .first_page_selection .ginput_container.ginput_container_radio .gfield_radio {
        display: grid;
        grid-template-columns: 1fr;
        gap: 75px; }
        @media (min-width: 896px) {
          #gform_wrapper_20 .gform_body .first_page_selection .ginput_container.ginput_container_radio .gfield_radio {
            grid-template-columns: 1fr 1fr; } }
        #gform_wrapper_20 .gform_body .first_page_selection .ginput_container.ginput_container_radio .gfield_radio input {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
        #gform_wrapper_20 .gform_body .first_page_selection .ginput_container.ginput_container_radio .gfield_radio input:checked + .gform-field-label {
          color: #f47521; }
        #gform_wrapper_20 .gform_body .first_page_selection .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label {
          border: none;
          background: transparent;
          color: #fff;
          text-align: center;
          font-family: "Roboto", sans-serif;
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: 28px;
          padding: 0;
          min-width: 150px;
          position: relative; }
          #gform_wrapper_20 .gform_body .first_page_selection .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label:before {
            margin-bottom: 20px;
            content: close-quote;
            width: 150px;
            height: 150px;
            flex-shrink: 0;
            display: flex;
            background-image: url("assets/images/cat.png");
            background-position: center;
            background-size: cover;
            border-radius: 50%;
            border: none; }
          #gform_wrapper_20 .gform_body .first_page_selection .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label#label_20_16_1:before {
            background-image: url("assets/images/dog.png"); }
          #gform_wrapper_20 .gform_body .first_page_selection .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label:after {
            background-image: url("assets/images/plus.svg");
            margin-bottom: 20px;
            content: close-quote;
            width: 150px;
            height: 150px;
            flex-shrink: 0;
            display: flex;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 37px;
            border-radius: 50%;
            border: none;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            transform: translate(0px, 0px);
            opacity: 0;
            transition: .2s; }
          #gform_wrapper_20 .gform_body .first_page_selection .ginput_container.ginput_container_radio .gfield_radio .gchoice .gform-field-label:hover:after {
            opacity: 1;
            background-color: rgba(44, 31, 60, 0.7); }

#gform_wrapper_20 .gf_page_steps {
  order: 2;
  background: var(--deep-purple, #20152f);
  padding: 25px 10px;
  display: flex;
  margin: 0;
  flex-wrap: wrap; }
  @media (min-width: 896px) {
    #gform_wrapper_20 .gf_page_steps {
      padding: 25px 81px;
      flex-wrap: unset; } }
  #gform_wrapper_20 .gf_page_steps .gf_step {
    margin: 0;
    display: inline-flex;
    width: 100%;
    max-width: 50%; }
    @media (min-width: 896px) {
      #gform_wrapper_20 .gf_page_steps .gf_step {
        max-width: unset; } }
    #gform_wrapper_20 .gf_page_steps .gf_step:nth-last-child(1) {
      width: auto; }
  #gform_wrapper_20 .gf_page_steps .gf_step_completed .gf_step_number {
    color: #2c1f3c;
    background-color: #fff;
    border-color: #fff; }
    #gform_wrapper_20 .gf_page_steps .gf_step_completed .gf_step_number:before {
      visibility: hidden; }
    #gform_wrapper_20 .gf_page_steps .gf_step_completed .gf_step_number:after {
      visibility: hidden; }
  #gform_wrapper_20 .gf_page_steps .gf_step_number {
    color: #8A8693;
    text-align: center;
    font-family: "Asap", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px; }
  #gform_wrapper_20 .gf_page_steps .gf_step_label {
    color: #8A8693;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    padding: 0;
    position: relative;
    margin-top: 14px;
    display: inline-flex;
    padding-top: 14px;
    align-items: center;
    justify-content: center;
    min-width: calc(100% - 28px); }
    #gform_wrapper_20 .gf_page_steps .gf_step_label:after {
      content: close-quote;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      width: 100%;
      background: #F6F8FA; }
  #gform_wrapper_20 .gf_page_steps .gf_step_active .gf_step_number {
    background: #fff;
    color: #2c1f3c;
    text-align: center;
    font-family: "Asap", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    border-color: #fff; }
  #gform_wrapper_20 .gf_page_steps .gf_step_active .gf_step_label {
    color: #fff; }

#gform_wrapper_20 #gform_page_20_1 {
  padding: 220px 10px 140px;
  max-width: 900px;
  margin: 0 auto; }
  @media (min-width: 896px) {
    #gform_wrapper_20 #gform_page_20_1 {
      padding: 220px 10px 190px; } }
#gform_wrapper_20 .gform_page {
  padding-bottom: 120px;
  padding-top: 100px;
  position: relative; }
  #gform_wrapper_20 .gform_page .gfield_label {
    color: #fff;
    text-align: center;
    font-family: "Asap", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    padding: 0 20px;
    font-size: 26px;
    line-height: 34px;
    display: block;
    width: 100%; }
    @media (min-width: 896px) {
      #gform_wrapper_20 .gform_page .gfield_label {
        font-size: 36px;
        line-height: 44px;
        max-width: 900px; } }
  #gform_wrapper_20 .gform_page .gfield_radio {
    display: grid;
    gap: 30px; }
  #gform_wrapper_20 .gform_page .gfield-choice-input + label {
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.05);
    padding: 11px;
    width: 100%;
    cursor: pointer;
    max-width: 100%; }
  #gform_wrapper_20 .gform_page .gfield-choice-input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  #gform_wrapper_20 .gform_page .gfield-choice-input:checked + .gform-field-label {
    background: #f47521;
    color: #2c1f3c;
    border: 1px solid #f47521; }
  #gform_wrapper_20 .gform_page .gfield-choice-input + label:hover {
    color: #2c1f3c;
    border: 1px solid #f47521;
    background: #f47521; }

#gform_wrapper_20 .gform_page_footer {
  position: absolute;
  bottom: 29px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  margin: 0; }
  @media (min-width: 896px) {
    #gform_wrapper_20 .gform_page_footer {
      padding: 0px 70px; } }
  #gform_wrapper_20 .gform_page_footer .gform_ajax_spinner {
    display: none; }
  #gform_wrapper_20 .gform_page_footer .button, #gform_wrapper_20 .gform_page_footer .item-button > a {
    color: #fff;
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 0;
    background: transparent;
    background-image: url("assets/images/arrow-pointer-white-right.svg");
    background-position: 0px;
    background-size: 20px;
    background-repeat: no-repeat;
    padding: 0 40px;
    margin: 0 20px;
    text-transform: capitalize; }
    #gform_wrapper_20 .gform_page_footer .button:hover, #gform_wrapper_20 .gform_page_footer .item-button > a:hover {
      box-shadow: unset;
      color: #fc8825; }
    #gform_wrapper_20 .gform_page_footer .button:focus, #gform_wrapper_20 .gform_page_footer .item-button > a:focus {
      box-shadow: 0 0 0px 3px #fff; }
    #gform_wrapper_20 .gform_page_footer .button.gform_button[type="submit"], #gform_wrapper_20 .gform_page_footer .item-button > a.gform_button[type="submit"], #gform_wrapper_20 .gform_page_footer .button.gform_next_button, #gform_wrapper_20 .gform_page_footer .item-button > a.gform_next_button {
      background-position: 100%; }
      #gform_wrapper_20 .gform_page_footer .button.gform_button[type="submit"]:hover, #gform_wrapper_20 .gform_page_footer .item-button > a.gform_button[type="submit"]:hover, #gform_wrapper_20 .gform_page_footer .button.gform_next_button:hover, #gform_wrapper_20 .gform_page_footer .item-button > a.gform_next_button:hover {
        background-image: url("assets/images/arrow-pointer-orange-right.svg");
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 100%;
        box-shadow: none; }
    #gform_wrapper_20 .gform_page_footer .button.gform_previous_button, #gform_wrapper_20 .gform_page_footer .item-button > a.gform_previous_button {
      background-image: url("assets/images/arrow-pointer-white-left.svg"); }
      #gform_wrapper_20 .gform_page_footer .button.gform_previous_button:hover, #gform_wrapper_20 .gform_page_footer .item-button > a.gform_previous_button:hover {
        background-image: url("assets/images/arrow-pointer-orange-left.svg"); }
  #gform_wrapper_20 .gform_page_footer #gform_previous_button_20_12 {
    bottom: 0;
    left: 0; }
  #gform_wrapper_20 .gform_page_footer .gform_next_button {
    bottom: 0;
    right: 0;
    margin-left: auto; }

.match_results {
  background: #2c1f3c;
  padding: 100px 20px 116px; }
  .match_results_content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 896px) {
      .match_results_content {
        grid-template-columns: 1fr 1fr 1fr; } }
    .match_results_content__block_link {
      text-decoration: none; }
      .match_results_content__block_link:hover .match_results_content__block_img:after {
        opacity: 1; }
      .match_results_content__block_link:hover .match_results_content__block_title {
        color: #f47521; }
  .match_results_button {
    margin: 53px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column; }
    @media (min-width: 896px) {
      .match_results_button {
        flex-direction: row; } }
  .match_results_content__block_img {
    display: flex;
    width: 100%;
    position: relative; }
    .match_results_content__block_img:after {
      content: close-quote;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(44, 31, 60, 0.7);
      background-repeat: no-repeat;
      background-image: url("assets/images/plus.svg");
      background-position: center;
      opacity: 0;
      transition: all .3s; }
  .match_results_content__block {
    max-width: 360px;
    margin: 0 auto;
    width: 100%; }
    .match_results_content__block:nth-child(12) ~ .match_results_content__block {
      display: none; }
    .match_results_content__block a {
      border-radius: 10px;
      background: var(--white, #fff);
      box-shadow: 0px 21px 30px 5px rgba(0, 0, 0, 0.15);
      overflow: hidden;
      display: block; }
      .match_results_content__block a:focus {
        outline: solid 4px #fc8825; }
    .match_results_content__block_img img {
      width: 100%;
      object-fit: cover;
      object-position: center;
      height: 274px; }
      @media (min-width: 896px) {
        .match_results_content__block_img img {
          height: 304px; } }
    .match_results_content__block_title {
      color: #2c1f3c;
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-size: 30px;
      font-style: normal;
      font-weight: 600;
      line-height: 28px;
      /* 93.333% */
      margin: 0;
      padding: 27px 10px;
      border-bottom: 1px solid #E2E0E8; }
  .match_results_content__block_info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    .match_results_content__block_info_item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 63px;
      border-right: 1px solid #E2E0E8; }
  .match_results_header_subtitle {
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; }
  .match_results_header_title {
    color: #fff;
    text-align: center;
    font-family: "Asap", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 80px; }
  .match_results_content__block_info_item_title {
    color: #2c1f3c;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; }
  .match_results_content__block_info_item_text {
    color: #2c1f3c;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; }
  .match_results_content__block_info_item:nth-last-child(1) {
    border: none; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated, .owl-carousel .adoptable-callout-block-pet:hover img, .adoptable-callout-block-pet:hover .owl-carousel img, .owl-carousel .post-type-archive-pet .pet-search-form-adoptable label:hover img, .post-type-archive-pet .pet-search-form-adoptable label:hover .owl-carousel img,
.owl-carousel .tax-pet_status .pet-search-form-adoptable label:hover img,
.tax-pet_status .pet-search-form-adoptable label:hover .owl-carousel img {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("assets/images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .item {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .owl-theme .item-video {
    height: 600px; }

.owl-theme .owl-nav {
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: calc(50% - 30px);
  pointer-events: none; }
  .owl-theme .owl-nav .owl-prev {
    float: left !important;
    pointer-events: auto;
    clear: none !important; }
  .owl-theme .owl-nav .owl-next {
    float: right !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    pointer-events: auto;
    clear: none !important; }

.owl-theme .owl-nav [class*='owl-'] {
  padding: 0;
  margin: 0;
  line-height: 0;
  height: 60px !important;
  width: 60px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  background-image: url(assets/images/arrow.svg) !important;
  background-color: rgba(10, 20, 30, 0.2) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: rgba(10, 20, 30, 0.4) !important; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 35px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: auto; }
  .owl-theme .owl-dots .owl-dot:focus {
    outline: none; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
  opacity: .5; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 1; }

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px; }

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ## Site Containers
--------------------------------------------- */
.boxed-page .site-container {
  max-width: 1152px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 0 1px #eceef1, 0 0 10rem rgba(198, 202, 206, 0.1); }

.content-sidebar-wrap,
.wrap {
  margin: 0 auto;
  padding-right: 6vw;
  padding-left: 6vw; }
  @media (min-width: 768px) {
    .content-sidebar-wrap,
    .wrap {
      width: 88%;
      max-width: 1152px;
      padding-right: 0;
      padding-left: 0; } }
  .content-sidebar-wrap .wrap,
  .wrap .wrap {
    width: auto;
    max-width: 100%;
    padding: 0; }

.site-inner {
  clear: both; }
  .blog .site-inner, .archive .site-inner, .search-results .site-inner {
    background-color: #fbf6f2; }
  .page-builder .site-inner {
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1; }
  .contact-page .site-inner {
    padding-top: 6rem; }
    @media (min-width: 768px) {
      .contact-page .site-inner {
        padding-top: 10rem; } }
  @media (min-width: 768px) {
    .contact-page.has-before-header .site-inner {
      padding-top: 14rem; } }
.content-sidebar-wrap {
  position: relative;
  z-index: 1;
  max-width: 1152px; }
  @media (min-width: 896px) {
    .content-sidebar-wrap {
      display: flex;
      padding: 0;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
      .content-sidebar-wrap:before, .content-sidebar-wrap:after {
        display: none; }
      .sidebar-content .content-sidebar-wrap {
        flex-direction: row-reverse; } }
/* ## Content Widths and Positions
--------------------------------------------- */
.content {
  display: flex;
  width: 100%;
  min-height: 40rem;
  padding: 4rem 0;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .content {
      padding: 6rem; } }
  .front-page.page .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .front-page.page .content {
        margin: 0; } }
  .single-pet .content {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
  .blog .content, .archive .content, .search-results .content {
    margin-top: 0;
    padding: 4rem 0;
    background-color: transparent; }
    @media (min-width: 768px) {
      .blog .content, .archive .content, .search-results .content {
        padding: 6rem 0; } }
    .blog .content:before, .archive .content:before, .search-results .content:before {
      display: none; }
  .front-page.page .content {
    background-color: transparent; }
  .page .content, .single .content, .error404 .content {
    position: relative;
    border-radius: 1px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .page .content, .single .content, .error404 .content {
        margin: -6rem auto 0; }
        .page .content:before, .single .content:before, .error404 .content:before {
          display: block; } }
    .page .content:before, .single .content:before, .error404 .content:before {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 40rem;
      box-shadow: 0 -5rem 10rem rgba(42, 49, 57, 0.05);
      content: "";
      pointer-events: none; }
  @media (min-width: 896px) {
    .single .content, .contact-page .content {
      width: 768px; } }
  @media (min-width: 896px) {
    .single-product .content {
      width: 896px; } }
  @media (min-width: 768px) {
    .landing-page .content {
      margin-top: 0; }
      .landing-page .content:before {
        display: none; } }
.sidebar-primary {
  padding-bottom: 5rem; }

@media (min-width: 896px) {
  .content {
    width: 100%; }
  .sidebar-primary {
    width: 25%;
    padding-top: 3rem; }
  .blog .sidebar-primary,
  .archive .sidebar-primary {
    padding-top: 6rem; }
  .sidebar-content .content,
  .content-sidebar .content {
    width: calc(75% - 5rem);
    margin-right: 0;
    margin-left: 0; } }

/* ## Column Classes (including fifths)
--------------------------------------------- */
.full-width {
  display: block;
  width: 100%;
  clear: both; }
  .full-width:before, .full-width:after {
    display: block;
    clear: both;
    content: ""; }

@media (min-width: 768px) {
  .one-half,
  .one-third,
  .one-fourth,
  .one-fifth,
  .one-sixth,
  .two-thirds,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .four-fifths,
  .four-sixths,
  .five-sixths {
    float: left;
    clear: none;
    margin-left: 2.5641025641%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%; }
  .one-third,
  .two-sixths {
    width: 31.6239316239%; }
  .four-sixths,
  .two-thirds {
    width: 65.811965812%; }
  .one-fourth {
    width: 23.0769230769%; }
  .three-fourths {
    width: 74.358974359%; }
  .one-fifth {
    width: 17.9487179487%; }
  .two-fifths {
    width: 38.4615384615%; }
  .three-fifths {
    width: 58.9743589744%; }
  .four-fifths {
    width: 79.4871794872%; }
  .one-sixth {
    width: 14.5299145299%; }
  .five-sixths {
    width: 82.905982906%; }
  .first {
    clear: both;
    margin-left: 0; } }

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.gallery a,
.gallery img {
  display: block; }

.single .gallery {
  display: inline-flex;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 768px;
  margin: 1.618em auto;
  transform: translate(-50%); }
  @media (min-width: 896px) {
    .single .gallery {
      max-width: 896px; } }
.gallery-caption {
  display: block; }

.gallery-item {
  display: block;
  width: 100%;
  margin: 0 0 6vw;
  text-align: center; }
  @media (min-width: 512px) {
    .gallery-item {
      width: 48.7179487179%;
      margin-bottom: 2.5rem; }
      .gallery-item:nth-of-type(odd) {
        clear: both;
        margin-left: 0; } }
  @media (min-width: 768px) {
    .gallery-item {
      margin-bottom: 2.5rem;
      margin-left: 2.5641025641%; }
      .gallery-item:nth-of-type(odd) {
        margin-left: 2.5641025641%; }
      .gallery-columns-2 .gallery-item {
        width: 48.7179487179%; }
        .gallery-columns-2 .gallery-item:nth-of-type(odd) {
          margin-left: 0; }
      .gallery-columns-3 .gallery-item {
        width: 31.6239316239%; }
        .gallery-columns-3 .gallery-item:nth-of-type(odd) {
          margin-left: 2.5641025641%; }
        .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
          margin-left: 0; }
      .gallery-columns-4 .gallery-item {
        width: 23.0769230769%; }
        .gallery-columns-4 .gallery-item:nth-of-type(3n + 1) {
          margin-left: 2.5641025641%; }
        .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
          margin-left: 0; }
      .gallery-columns-5 .gallery-item {
        width: 17.9487179487%; }
        .gallery-columns-5 .gallery-item:nth-of-type(4n + 1) {
          margin-left: 2.5641025641%; }
        .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
          margin-left: 0; }
      .gallery-columns-6 .gallery-item {
        width: 14.5299145299%; }
        .gallery-columns-6 .gallery-item:nth-of-type(5n + 1) {
          margin-left: 2.5641025641%; }
        .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
          margin-left: 0; }
      .gallery-columns-7 .gallery-item {
        width: 12.0879120879%; }
        .gallery-columns-7 .gallery-item:nth-of-type(6n + 1) {
          margin-left: 2.5641025641%; }
        .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
          margin-left: 0; }
      .gallery-columns-8 .gallery-item {
        width: 10.2564102564%; }
        .gallery-columns-8 .gallery-item:nth-of-type(7n + 1) {
          margin-left: 2.5641025641%; }
        .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
          margin-left: 0; }
      .gallery-columns-9 .gallery-item {
        width: 8.8319088319%; }
        .gallery-columns-9 .gallery-item:nth-of-type(8n + 1) {
          margin-left: 2.5641025641%; }
        .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
          margin-left: 0; } }
/* ## Pricing Tables
--------------------------------------------- */
.pricing-table {
  display: flex;
  margin: 0 auto;
  border: 1px solid #eceef1;
  border-radius: 3px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  clear: both; }
  .pricing-table:before, .pricing-table:after {
    display: block;
    clear: both;
    content: ""; }
  .pricing-table + .pricing-table {
    margin: 5rem auto; }
    @media (min-width: 768px) {
      .pricing-table + .pricing-table {
        margin: 10rem 0; } }
  .pricing-table + hr {
    margin: 5rem 0;
    padding: 0; }
    @media (min-width: 768px) {
      .pricing-table + hr {
        margin: 10rem 0; } }
  .pricing-table div {
    padding: 3rem;
    border-radius: 3px;
    text-align: center; }
    @media (max-width: 768px) {
      .pricing-table div {
        width: 100%; } }
    .pricing-table div ul {
      margin: 1em 0; }
      .pricing-table div ul li {
        margin: 0;
        list-style-type: none; }
  .pricing-table .featured {
    border: 1px solid #eceef1;
    background-color: #fff;
    box-shadow: 0 2rem 5rem -1rem rgba(42, 49, 57, 0.0618);
    transform: scale(1.05); }
  .pricing-table h4 {
    font-size: 2rem; }
  .pricing-table p {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 5%; }
  .pricing-table strong {
    display: block;
    color: #feb752;
    font-size: 2.8em;
    font-weight: 700; }
  .pricing-table em {
    display: block;
    color: #000;
    font-size: small; }
  .pricing-table button,
  .pricing-table .button,
  .pricing-table .item-button > a {
    margin-bottom: 0.5em; }
  .pricing-table .one-fourth strong {
    font-size: 2.4em; }
  .pricing-table .one-fourth button,
  .pricing-table .one-fourth .button,
  .pricing-table .one-fourth .item-button > a {
    padding-right: 2em;
    padding-left: 2em; }

/* ## Avatars
--------------------------------------------- */
.avatar {
  float: left;
  margin-right: 2rem;
  border-radius: 50%; }
  .alignright .avatar {
    margin-left: 2rem; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  width: 100%;
  padding: 1rem 0 0;
  color: #c6cace;
  font-size: 1.4rem;
  text-align: center; }
  .breadcrumb a {
    color: #fff;
    text-decoration: none; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      text-decoration: underline; }

.after-entry {
  width: 100%;
  margin: 2rem auto;
  padding: 6vw;
  border: 1px solid #eceef1;
  border-radius: 3px;
  background-color: #f6f8fa;
  text-align: center; }
  @media (min-width: 896px) {
    .after-entry {
      width: calc(100% + 12rem);
      max-width: calc(100% + 12rem);
      margin: 0 -6rem;
      padding: 6rem; } }
  .after-entry .enews form {
    display: flex;
    margin: 1em 0 0;
    flex-wrap: wrap;
    justify-content: center; }
  .after-entry .enews input {
    width: 100%;
    margin-bottom: 1em;
    background-color: #fff; }
    @media (min-width: 512px) {
      .after-entry .enews input {
        max-width: 38.4615384615%;
        margin-left: 2.5641025641%; }
        .after-entry .enews input:first-of-type {
          margin-left: 0; } }
.author-box {
  width: 100%;
  max-width: 768px;
  padding: 6vw 0; }
  @media (min-width: 768px) {
    .author-box {
      padding: 6rem 0; } }
  .author .author-box {
    max-width: 100%;
    margin-bottom: 4rem;
    padding: 4rem;
    border: 1px solid #eceef1;
    border-radius: 3px;
    background-color: #fff; }
  .author-box p {
    color: #000; }
    .author-box p:last-of-type {
      margin-bottom: 0; }

.author-box-title {
  margin-bottom: 0;
  font-size: 2rem; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  clear: both; }
  .search-form:before, .search-form:after {
    display: block;
    clear: both;
    content: ""; }
  .search-form .search-toggle {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    background: center/1.75rem no-repeat url(assets/images/search.svg);
    cursor: pointer; }
    @media (min-width: 896px) {
      .search-form .search-toggle {
        display: block; }
        .min-header .search-form .search-toggle {
          display: none; } }
    .shrink .search-form .search-toggle {
      background-image: url(assets/images/search.svg); }
    .search-form .search-toggle.active {
      background-image: url(assets/images/close.svg);
      background-size: 1.4rem; }
      .shrink .search-form .search-toggle.active {
        background-image: url(assets/images/close.svg); }
  .search-form input[type="search"] {
    width: 30rem;
    margin-right: 1em;
    background-color: rgba(255, 255, 255, 0.2); }
    .site-header .search-form input[type="search"] {
      display: block;
      max-width: 79vw;
      background-color: #f6f8fa; }
      @media (min-width: 896px) {
        .site-header .search-form input[type="search"] {
          display: none;
          position: absolute;
          top: 0;
          right: 2em;
          bottom: 0;
          margin: auto 1em auto 0; }
          .min-header .site-header .search-form input[type="search"] {
            display: block;
            position: relative;
            margin-top: 1em;
            right: 0;
            max-width: 79vw;
            width: 100%; } }
    .site-header.shrink .search-form input[type="search"] {
      border: 1px solid #eceef1;
      color: #2a3139; }
    .entry-content .search-form input[type="search"] {
      background-color: #f6f8fa; }
  .search-form input[type="submit"] {
    display: none; }
  .entry .search-form {
    margin-bottom: 4rem; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft, a.alignnone, a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 1em; }

img.alignnone,
.alignnone {
  margin-bottom: 1em; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1em 1em 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1em 1em; }

.wp-caption-text {
  margin: 0;
  font-size: 1.4rem;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 1em; }

.sticky,
.bypostauthor {
  background-color: transparent; }

.post-edit-link,
.comment-edit-link {
  display: none; }

/* ## Gutenberg
--------------------------------------------- */
.full-width-content .alignwide {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 896px;
  transform: translate(-50%); }
  .full-width-content .alignwide img {
    display: inline-block;
    margin: 1.618em auto; }

.full-width-content .alignfull {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw; }
  .content-sidebar .full-width-content .alignfull, .sidebar-content .full-width-content .alignfull {
    max-width: calc(100% + 12rem); }
  .full-width-content .alignfull img {
    display: inline-block;
    width: 100%;
    margin: 0 auto; }
  .full-width-content .alignfull .gb-container-image-wrap img,
  .full-width-content .alignfull .gb-profile-image-square img {
    margin: 0 auto; }

.wp-block-image figcaption {
  margin: 0 auto 2em; }

.wp-block-button {
  display: block;
  width: 100%;
  background: transparent;
  text-align: center;
  clear: both; }
  .wp-block-button:before, .wp-block-button:after {
    display: block;
    clear: both;
    content: ""; }
  .wp-block-button a {
    display: inline-block; }
    .wp-block-button a:hover, .wp-block-button a:focus {
      color: #fff; }

.wp-block-pullquote > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.wp-block-pullquote cite {
  font-style: normal; }

.wp-block-gallery .blocks-gallery-image {
  margin-right: 0; }

.blocks-gallery-image {
  display: block;
  width: 100%;
  margin: 0 0 6vw;
  text-align: center; }
  @media (min-width: 512px) {
    .blocks-gallery-image {
      width: 48.7179487179%;
      margin-bottom: 2.5641025641%; }
      .blocks-gallery-image:nth-of-type(odd) {
        clear: both;
        margin-left: 0; } }
  @media (min-width: 768px) {
    .blocks-gallery-image {
      margin-bottom: 2.5641025641%;
      margin-left: 2.5641025641%; }
      .blocks-gallery-image:nth-of-type(odd) {
        margin-left: 2.5641025641%; }
      .wp-block-gallery.columns-2 .blocks-gallery-image {
        width: 48.7179487179%;
        margin-left: 2.5641025641%; }
        .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(odd) {
          margin-left: 0; }
      .wp-block-gallery.columns-3 .blocks-gallery-image {
        width: 31.6239316239%; }
        .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(odd) {
          margin-left: 2.5641025641%; }
        .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-4 .blocks-gallery-image {
        width: 23.0769230769%; }
        .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(3n + 1) {
          margin-left: 2.5641025641%; }
        .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-5 .blocks-gallery-image {
        width: 17.9487179487%; }
        .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(4n + 1) {
          margin-left: 2.5641025641%; }
        .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-6 .blocks-gallery-image {
        width: 14.5299145299%; }
        .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(5n + 1) {
          margin-left: 2.5641025641%; }
        .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-7 .blocks-gallery-image {
        width: 12.0879120879%; }
        .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(6n + 1) {
          margin-left: 2.5641025641%; }
        .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-8 .blocks-gallery-image {
        width: 10.2564102564%; }
        .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(7n + 1) {
          margin-left: 2.5641025641%; }
        .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n + 1) {
          margin-left: 0; }
      .wp-block-gallery.columns-9 .blocks-gallery-image {
        width: 8.8319088319%; }
        .wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(8n + 1) {
          margin-left: 2.5641025641%; }
        .wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n + 1) {
          margin-left: 0; } }
/* ## Site Header
--------------------------------------------- */
.site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid rgba(198, 202, 206, 0.3);
  background-color: #fff; }
  .js.has-sticky-header .site-header {
    position: fixed;
    top: 0; }
    .js.has-sticky-header .site-header.shrink {
      background-color: #fff;
      box-shadow: 0 0 4rem rgba(42, 49, 57, 0.05); }
      @media (min-width: 1016px) {
        .js.has-sticky-header .site-header.shrink > .wrap {
          height: 7rem; } }
  .boxed-page .site-header {
    max-width: 1152px;
    margin: 0 auto; }
  .contact-page .site-header {
    background-color: #fff; }
  .site-header > .wrap {
    display: flex;
    position: relative;
    height: 6rem;
    transition: height 0.3s ease;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .min-header .site-header > .wrap {
      width: 100%;
      max-width: 100%; }
      @media (min-width: 768px) {
        .min-header .site-header > .wrap {
          padding-left: 45px;
          padding-right: 45px; } }
    @media (min-width: 1016px) {
      .site-header > .wrap {
        height: 10rem;
        padding: 0;
        flex-wrap: nowrap; } }
    .no-js .site-header > .wrap {
      height: auto;
      padding: 3rem 6vw; }
      @media (min-width: 1016px) {
        .no-js .site-header > .wrap {
          padding: 0; } }
/* ## Title Area
--------------------------------------------- */
.title-area {
  display: block;
  position: relative;
  width: 150px !important;
  margin: 0 auto 0 0; }
  @media (min-width: 1016px) {
    .title-area {
      width: 175px !important; } }
.site-title {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1; }
  .site-title a {
    color: #2a3139;
    text-decoration: none; }
    .shrink .site-title a {
      color: #2a3139; }

.site-description {
  margin-bottom: 0;
  opacity: 0.618;
  font-size: 1.4rem;
  line-height: 1;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 0.1rem;
  height: 0.1rem;
  border: 0;
  background-color: #fff; }
  @media (min-width: 1016px) {
    .site-description {
      line-height: 1.382;
      text-align: left; } }
.custom-logo {
  display: block; }
  .shrink .custom-logo {
    display: block; }

.secondary-logo {
  display: none; }
  .shrink .secondary-logo {
    display: none; }

/* ## Before Header
--------------------------------------------- */
.before-header {
  display: flex;
  position: relative;
  height: 4rem;
  border-bottom: 1px solid #fcf1e4;
  color: #585757;
  background-color: #fcf1e4;
  font-size: 1.2rem;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 1016px) {
    .before-header {
      width: 100vw;
      max-width: 100%; }
      .min-header .before-header {
        display: none; } }
  .before-header a {
    color: #f47521; }
    .before-header a:hover, .before-header a:focus {
      color: #ed2991; }
  @media (min-width: 1016px) {
    .has-sticky-header .shrink .before-header {
      margin-top: -4rem; } }
  .no-js .before-header {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .menu .before-header {
    display: flex;
    width: 100%;
    height: auto;
    margin: 3em 0 0;
    padding: 3em 0 0;
    border-bottom: none;
    background-color: transparent;
    clear: both; }
    .menu .before-header:before, .menu .before-header:after {
      display: block;
      clear: both;
      content: ""; }
    .menu .before-header .widget {
      margin-bottom: 1em; }
    .menu .before-header .simple-social-icons {
      margin-left: -0.5em; }
      .menu .before-header .simple-social-icons a {
        margin: 0 0.5em 0 0; }
  .before-header .wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    .before-header .wrap:before, .before-header .wrap:after {
      display: none; }
    @media (min-width: 1016px) {
      .before-header .wrap {
        width: 88%;
        max-width: 1152px;
        padding: 0; }
        .min-header .before-header .wrap {
          width: 100%;
          display: block; }
          .min-header .before-header .wrap .menu {
            padding-top: 0; }
          .min-header .before-header .wrap .alignright {
            float: left; } }
  .before-header .widget {
    display: flex;
    margin-bottom: 0;
    align-items: center; }
    .before-header .widget:last-of-type {
      margin-bottom: 0; }
  .before-header .widget-wrap {
    width: 100%; }
  @media (min-width: 1016px) {
    .before-header .widget_nav_menu {
      margin-left: auto; } }
  .before-header .widget_nav_menu li {
    height: auto; }
  .before-header p {
    display: flex;
    align-items: center; }
    @media (min-width: 384px) {
      .before-header p {
        display: inline-flex;
        margin: 0 1em 0 0; } }
  .before-header .fa {
    margin-right: 0.5em; }
  .before-header .fa:before {
    line-height: 1.618; }

/* ## Header Right
--------------------------------------------- */
.header-widget-area {
  display: none;
  margin: 0 1em 0 0; }
  @media (min-width: 1016px) {
    .header-widget-area {
      display: block;
      margin: 0 0 0 0.5em;
      order: 5; } }
  @media (min-width: 1152px) {
    .header-widget-area {
      margin: 0 0 0 2em; } }
  .header-widget-area .widget:last-of-type {
    margin-bottom: 0; }

/* ## Hero Section
--------------------------------------------- */
.hero-section {
  position: relative;
  padding: 4rem 0;
  border-bottom: 1px solid #eceef1;
  background-color: #f6f8fa;
  background-position: center;
  background-size: cover;
  text-align: center; }
  .hero-section:before {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 49, 57, 0.5);
    content: "";
    pointer-events: none; }
  @media (min-width: 768px) {
    .hero-section {
      padding: 6rem 0; } }
  @media (min-width: 1016px) {
    .hero-section {
      padding: 8rem 0; } }
  @media print {
    .hero-section {
      /* padding: 0 !important;
		margin: 0 !important;
		height: auto !important;
		width: 100% !important; */ } }
  @media (min-width: 768px) {
    .blog .hero-section .wrap, .archive .hero-section .wrap, .search-results .hero-section .wrap {
      padding-bottom: 0; } }
  .hero-section .wrap {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .hero-section .wrap {
        max-width: 1016px;
        padding-bottom: 6rem; } }
  .hero-section h1 {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center; }
  .hero-section p {
    width: 100%;
    max-width: 512px;
    margin: 0.5em auto 0;
    color: #fff;
    text-align: center; }
  .hero-section a {
    color: #f6f8fa; }
    .hero-section a:hover, .hero-section a:focus {
      color: #feb752; }

/* ## Custom Header
--------------------------------------------- */
.wp-custom-header {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
  object-fit: cover;
  object-position: center; }
  .woocommerce .wp-custom-header img,
  .wp-custom-header img,
  .wp-custom-header video,
  .wp-custom-header iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .wp-custom-header iframe {
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    width: 140%;
    min-width: 100%;
    max-width: 140%;
    height: 140%;
    min-height: 56.25vw;
    max-height: none;
    margin: auto; }
  .wp-custom-header img {
    display: none; }

.wp-custom-header-video-button {
  display: none; }

/* ## Menus
--------------------------------------------- */
.menu {
  display: flex;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
  clear: both; }
  .menu:before, .menu:after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 1016px) {
    .menu {
      font-size: 1.4rem; } }
  .menu .right {
    margin-left: auto; }
  .menu .rss,
  .menu .date,
  .menu .search,
  .menu .twitter {
    display: flex;
    margin-top: 1em;
    margin-left: 0;
    align-items: center; }
    @media (min-width: 1016px) {
      .menu .rss,
      .menu .date,
      .menu .search,
      .menu .twitter {
        margin-top: 0;
        margin-left: 0.618em; } }
    @media (min-width: 1280px) {
      .menu .rss,
      .menu .date,
      .menu .search,
      .menu .twitter {
        margin-left: 1.5em; } }
  @media (min-width: 1016px) {
    .min-header .menu .search {
      margin-left: 0; } }
  .menu .rss {
    margin-left: 0; }
    .menu .rss a {
      margin-left: 1em; }

.menu-item {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 0;
  order: -1; }
  @media (min-width: 1016px) {
    .menu-item {
      display: flex;
      width: auto;
      max-width: 30rem;
      height: 10rem;
      padding: 0 0.618em;
      align-items: center;
      order: initial; }
      .min-header .menu-item {
        display: block;
        position: relative;
        width: 100%;
        height: inherit;
        padding: 1rem 0;
        order: -1; }
      .shrink .menu-item {
        height: 7rem; }
      .menu-item:first-of-type > a {
        padding-left: 0; }
      .menu-item:last-of-type a {
        padding-right: 0; } }
  @media (min-width: 1152px) {
    .menu-item {
      padding: 0 1em; } }
  .menu-item.button, .item-button > a.menu-item {
    display: flex;
    margin: 1em 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    font-size: 1.2rem;
    align-items: center; }
    @media (min-width: 1016px) {
      .menu-item.button, .item-button > a.menu-item {
        margin: 0 0 0 1em; } }
    .menu-item.button:last-of-type a, .item-button > a.menu-item:last-of-type a {
      padding-right: 3em; }
    .menu-item.button a, .item-button > a.menu-item a {
      background: #ffe57e;
      background: -moz-linear-gradient(-45deg, #FC8825 0%, #ffe57e 100%);
      background: -webkit-linear-gradient(-45deg, #FC8825 0%, #ffe57e 100%);
      background: linear-gradient(135deg, #FC8825 0%, #ffe57e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
      padding: 1em 3em;
      border-radius: 9rem;
      color: #fff; }
      .shrink .menu-item.button a, .shrink .item-button > a.menu-item a {
        color: #fff; }
    .menu-item.button a:hover, .item-button > a.menu-item a:hover,
    .menu-item.button a:focus,
    .item-button > a.menu-item a:focus, .menu-item.button.current-menu-item > a, .item-button > a.menu-item.current-menu-item > a {
      color: #fff;
      box-shadow: inset 0 0 0 9rem rgba(0, 0, 0, 0.1); }
  .menu-item a {
    display: inline-block;
    margin: 2px;
    color: #2a3139;
    text-decoration: none; }
  .menu-item a:hover,
  .menu-item a:focus, .menu-item.current-menu-item > a {
    color: #ed2991; }
  .menu-item span {
    display: block; }

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
  display: none;
  clear: both; }
  .sub-menu:before, .sub-menu:after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 1016px) {
    .sub-menu {
      position: absolute;
      z-index: 99;
      top: 100%;
      left: 0;
      width: 20rem;
      margin-left: -1em;
      padding: 1em 0;
      border: 1px solid #eceef1;
      border-radius: 3px;
      background-color: #f6f8fa; }
      .min-header .sub-menu {
        position: relative;
        z-index: 99;
        top: 100%;
        left: 0;
        width: 20rem;
        margin-left: inherit;
        padding: 1em 0;
        border: none;
        border-radius: none;
        background-color: inherit; } }
  .sub-menu:before {
    display: none;
    position: absolute;
    z-index: 98;
    top: -0.5rem;
    left: 3rem;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #eceef1;
    border-left: 1px solid #eceef1;
    opacity: 1;
    background-color: #f6f8fa;
    content: "";
    transition-delay: 0.3s;
    transform: rotate(45deg); }
    @media (min-width: 1016px) {
      .sub-menu:before {
        display: block; } }
  .sub-menu .menu-item {
    width: 100%;
    height: auto;
    padding: 0.5em 0; }
    @media (min-width: 1016px) {
      .sub-menu .menu-item {
        height: auto;
        padding: 0.5em 1em; } }
    .sub-menu .menu-item:first-of-type {
      margin-top: 1em; }
      @media (min-width: 1016px) {
        .sub-menu .menu-item:first-of-type {
          margin-top: 0; } }
  .sub-menu a {
    padding-left: 0.618em; }
    @media (min-width: 1016px) {
      .sub-menu a {
        position: relative;
        padding: 0;
        color: #000;
        word-wrap: break-word; } }
  .sub-menu .sub-menu {
    padding-left: 1em; }
    @media (min-width: 1016px) {
      .sub-menu .sub-menu {
        top: -0.5em;
        left: -0.1rem;
        margin: -0.1rem 0 0 19.9rem;
        padding-left: 0;
        border: 1px solid #eceef1; } }
/* ## Specific Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
  overflow: auto;
  position: fixed;
  top: 0;
  right: -40rem;
  bottom: 0;
  width: 93vw;
  max-width: 40rem;
  height: 100vh;
  margin: 0;
  padding: 0 4rem;
  border-top: 1px solid #eceef1;
  border-bottom: 1px solid #eceef1;
  background-color: #fff; }
  @media (min-width: 768px) {
    .nav-primary,
    .nav-secondary {
      right: calc(-40rem + -6vw); } }
  @media (min-width: 1016px) {
    .nav-primary,
    .nav-secondary {
      display: block;
      overflow: visible;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      width: auto;
      max-width: none;
      height: auto;
      margin: 0;
      padding: 0;
      border: none;
      background-color: transparent;
      box-shadow: none; }
      .min-header .nav-primary, .min-header .nav-secondary {
        display: inherit;
        overflow: auto;
        position: fixed;
        top: 0;
        right: -40rem;
        bottom: 0;
        width: 93vw;
        max-width: 40rem;
        height: 100vh;
        margin: 0;
        padding: 0 4rem;
        border-top: 1px solid #eceef1;
        border-bottom: 1px solid #eceef1;
        background-color: #fff; } }
  .nav-primary.activated,
  .nav-secondary.activated {
    right: 0;
    left: auto;
    box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2); }
    @media (min-width: 768px) {
      .nav-primary.activated,
      .nav-secondary.activated {
        right: -6vw; } }
    @media (min-width: 1016px) {
      .nav-primary.activated,
      .nav-secondary.activated {
        right: auto;
        box-shadow: none; }
        .min-header .nav-primary.activated, .min-header .nav-secondary.activated {
          right: -6vw; } }
  .no-js .nav-primary, .no-js .nav-secondary {
    display: block;
    position: relative;
    right: auto;
    width: 100%;
    height: auto;
    padding: 0;
    border: 0; }
    @media (min-width: 1016px) {
      .no-js .nav-primary, .no-js .nav-secondary {
        display: block;
        width: auto; } }
    .no-js .nav-primary .wrap, .no-js .nav-secondary .wrap {
      padding: 0; }
    .no-js .nav-primary .menu, .no-js .nav-secondary .menu {
      padding: 0; }
    .no-js .nav-primary .menu-item, .no-js .nav-secondary .menu-item {
      display: inline-flex;
      width: auto;
      padding-right: 1rem; }
  .nav-primary .menu,
  .nav-secondary .menu {
    position: relative;
    padding: 5em 0 7.5em; }
    @media (min-width: 1016px) {
      .nav-primary .menu,
      .nav-secondary .menu {
        padding: 0; }
        .min-header .nav-primary .menu, .min-header .nav-secondary .menu {
          padding: 10em 0 0; } }
.nav-secondary {
  width: 100%; }
  @media (min-width: 1016px) {
    .nav-secondary {
      width: 100%;
      border-top: 1px solid rgba(198, 202, 206, 0.3); } }
  @media (min-width: 1016px) {
    .nav-secondary .menu-item {
      height: 6rem; }
      .has-sticky-header .shrink .nav-secondary .menu-item {
        height: 5rem; } }
  @media (min-width: 768px) {
    .min-header .nav-secondary .menu {
      padding: 0; } }
  @media (min-width: 1016px) {
    .nav-secondary .menu > .menu-item:first-of-type {
      padding-left: 0; } }
  .nav-secondary .sub-menu .menu-item {
    height: auto; }

.site-footer .menu {
  justify-content: center;
  margin-bottom: 0;
  font-size: 1.4rem; }

.site-footer .menu-item {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }
  .site-footer .menu-item:last-of-type {
    margin-bottom: 0; }
  .site-footer .menu-item a {
    margin-bottom: 1em;
    padding: 0;
    color: #f47521; }

.site-footer .menu-item a:hover,
.site-footer .menu-item a:focus,
.site-footer .menu-item.current-menu-item > a {
  color: #feb752; }

/* ## Menu Toggle
--------------------------------------------- */
.menu-toggle {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  margin-right: -0.5em;
  padding: 1em 0.5em;
  color: #2a3139;
  background: transparent;
  box-shadow: none;
  cursor: pointer; }
  @media (min-width: 1016px) {
    .menu-toggle {
      display: none; }
      .min-header .menu-toggle {
        display: block; } }
  .menu-toggle:hover, .menu-toggle:focus {
    color: #2a3139;
    background: none;
    box-shadow: none; }
  .menu-toggle.activated {
    position: fixed;
    right: 6vw; }
    @media (min-width: 768px) {
      .menu-toggle.activated {
        right: 45px; } }
  .menu-toggle.activated, .shrink .menu-toggle {
    color: #2a3139; }
    .menu-toggle.activated span, .shrink .menu-toggle span {
      background: #2a3139; }
      .menu-toggle.activated span:before, .menu-toggle.activated span:after, .shrink .menu-toggle span:before, .shrink .menu-toggle span:after {
        background: #2a3139; }
  .menu-toggle span {
    display: block;
    float: right;
    position: relative;
    width: 2rem;
    height: 2px;
    border-radius: 3px;
    background: #2a3139; }
    .menu-toggle span:before, .menu-toggle span:after {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      border-radius: 3px;
      background-color: #2a3139;
      content: " "; }
    .menu-toggle span:before {
      top: -0.5rem;
      transition: top 0.2s 0.2s, transform 0.2s 0s; }
    .menu-toggle span:after {
      bottom: -0.5rem;
      transition: bottom 0.2s 0.2s, transform 0.2s 0s; }
  .menu-toggle.activated span {
    background: none; }
    .menu-toggle.activated span:before {
      top: 0;
      transition: top 0.2s 0s, transform 0.2s 0.2s;
      transform: rotate(45deg); }
    .menu-toggle.activated span:after {
      bottom: 0;
      transition: bottom 0.2s 0s, transform 0.2s 0.2s;
      transform: rotate(-45deg); }

/* ## Sub Menu Toggle
--------------------------------------------- */
.sub-menu-toggle {
  position: absolute;
  top: 0.1em;
  right: 3em;
  height: auto;
  margin: 0 -1em;
  padding: 1em;
  background: none;
  box-shadow: none; }
  @media (min-width: 1016px) {
    .sub-menu-toggle {
      display: none; }
      .min-header .sub-menu-toggle {
        display: inherit; } }
  .sub-menu-toggle:hover, .sub-menu-toggle:focus {
    background: none;
    box-shadow: none; }
  .sub-menu-toggle:focus {
    outline: 2px solid #eceef1; }
  .sub-menu-toggle:before {
    display: block;
    margin: 0.2rem 0 -0.2rem;
    border: 0.4rem solid transparent;
    border-top-color: #2a3139;
    content: ""; }
  .sub-menu-toggle.activated:before {
    margin: -0.2rem 0 0.2rem;
    transform: rotate(180deg); }

/* ## Entries
--------------------------------------------- */
.content .entry {
  position: relative;
  margin-bottom: 6vw;
  border: 1px solid #eceef1;
  background-color: #fff; }
  .content .entry:last-of-type {
    margin-bottom: 0; }
  .page .content .entry, .single .content .entry, .error404 .content .entry {
    width: 100%;
    border: 0; }
  .front-page .content .entry.post, .blog .content .entry, .archive .content .entry, .search-results .content .entry {
    width: 100%;
    margin-bottom: 6vw;
    padding: 3rem;
    border: 1px solid #eceef1;
    border-radius: 3px; }
    @media (min-width: 512px) {
      .front-page .content .entry.post, .blog .content .entry, .archive .content .entry, .search-results .content .entry {
        width: 48.7179487179%;
        margin-bottom: 2.5rem;
        margin-left: 2.5641025641%; }
        .front-page .content .entry.post:nth-of-type(odd), .blog .content .entry:nth-of-type(odd), .archive .content .entry:nth-of-type(odd), .search-results .content .entry:nth-of-type(odd) {
          margin-left: 0; } }
    @media (min-width: 896px) {
      .front-page .content .entry.post, .blog .content .entry, .archive .content .entry, .search-results .content .entry {
        width: 31.6239316239%;
        margin-bottom: 2.5rem; }
        .front-page .content .entry.post:nth-of-type(odd), .blog .content .entry:nth-of-type(odd), .archive .content .entry:nth-of-type(odd), .search-results .content .entry:nth-of-type(odd) {
          margin-left: 2.5641025641%; }
        .front-page .content .entry.post:nth-of-type(3n + 1), .blog .content .entry:nth-of-type(3n + 1), .archive .content .entry:nth-of-type(3n + 1), .search-results .content .entry:nth-of-type(3n + 1) {
          margin-left: 0; } }
    .front-page .content .entry.post:hover, .front-page .content .entry.post:focus, .blog .content .entry:hover, .blog .content .entry:focus, .archive .content .entry:hover, .archive .content .entry:focus, .search-results .content .entry:hover, .search-results .content .entry:focus {
      box-shadow: 0 2rem 6rem rgba(198, 202, 206, 0.2); }
  .search-no-results .content .entry {
    border: 0; }

/* ## Entry Content
--------------------------------------------- */
.entry-content p a:not(.button) {
  color: #f47521;
  box-shadow: inset 0 -1.5px 0 #feb752;
  text-decoration: none; }
  .entry-content p a:not(.button):hover, .entry-content p a:not(.button):focus {
    color: #ed2991; }

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  padding-top: 0.618em; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 1.618em;
  margin-left: 4rem;
  color: #000;
  line-height: 2; }
  .error404 .entry-content ol, .error404 .entry-content ul {
    margin-bottom: 4rem; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content li li {
  list-style-type: circle; }

.entry-content code {
  padding: 0.4rem 0.8rem;
  border: 1px solid #eceef1;
  background-color: #f6f8fa;
  font-size: 1.4rem;
  line-height: 2; }

.entry-content pre {
  display: block;
  margin: 0 0 1.382em;
  padding: 1rem 2rem;
  border: 1px solid #eceef1;
  border-radius: 3px;
  background-color: #f6f8fa;
  font-size: 1.4rem; }
  .entry-content pre code {
    padding: 0;
    border: none;
    background-color: transparent; }

.entry-content input,
.entry-content select,
.entry-content textarea {
  margin-bottom: 1em; }

.entry-content iframe,
.entry-content video {
  width: 100%; }

.entry-content blockquote {
  display: block;
  position: relative;
  left: 50%;
  width: 896px;
  max-width: 100vw;
  margin: 3em 0;
  padding: 0 6rem 2em;
  border: 0;
  border-top: 1px solid #eceef1;
  border-bottom: 1px solid #eceef1;
  background-color: #fff;
  text-align: center;
  transform: translate(-50%); }
  .entry-content blockquote:before {
    display: block;
    width: 1em;
    margin: -0.25em auto;
    color: rgba(42, 49, 57, 0.2);
    background-color: #fff;
    font-family: "Georgia", "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
    font-size: 8rem;
    line-height: 1;
    content: "“"; }

.entry-image-link {
  display: block;
  margin-bottom: 1em;
  clear: both; }
  .entry-image-link:before, .entry-image-link:after {
    display: block;
    clear: both;
    content: ""; }
  .blog .entry-image-link, .archive .entry-image-link, .search-results .entry-image-link {
    display: block;
    width: calc(100% + 6rem + 0.2rem);
    margin: -3.1rem -3.1rem 3rem;
    border-radius: 3px 3px 0 0; }
  .entry-image-link img {
    display: block;
    margin: 0;
    border-radius: 3px 3px 0 0; }

/* ## Entry Titles
--------------------------------------------- */
.entry-title a {
  display: block;
  color: #2a3139;
  font-size: 2rem;
  text-decoration: none; }
  .entry-title a:hover, .entry-title a:focus {
    color: #ed2991; }

/* ## Entry Meta
--------------------------------------------- */
.entry-meta {
  width: 100%;
  font-size: small; }
  .entry-footer .entry-meta {
    margin-bottom: 0; }

.entry-categories,
.entry-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.2em; }
  .entry-categories img,
  .entry-tags img {
    display: inline-flex;
    opacity: 0.618; }
  .entry-categories a,
  .entry-tags a {
    display: inline-flex;
    margin-left: 0.2em;
    font-weight: 500; }

.entry-author-name {
  text-transform: capitalize; }

.archive-description {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 15rem 0;
  border-bottom: 1px solid #eceef1;
  background-color: #c6cace; }
  .archive-description h1 {
    max-width: 512px;
    margin: 0 auto;
    color: #fff;
    text-align: center; }

/* ## Entry Footer
--------------------------------------------- */
.entry-footer {
  margin-top: 5vw;
  padding: 5vw 0;
  border-top: 1px solid #eceef1;
  border-bottom: 1px solid #eceef1; }
  @media (min-width: 768px) {
    .entry-footer {
      margin-top: 4rem;
      padding: 4rem 0; } }
  .blog .entry-footer, .archive .entry-footer, .search-results .entry-footer {
    margin: 0;
    padding: 0;
    border: 0; }
  .single-portfolio .entry-footer {
    display: none; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  padding: 6vw 0;
  clear: both; }
  .pagination:before, .pagination:after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 896px) {
    .pagination {
      padding: 5rem 0; } }
.adjacent-entry-pagination {
  padding-bottom: 0; }

.archive-pagination {
  width: 100%; }
  .archive-pagination ul {
    display: flex;
    justify-content: center; }
  .archive-pagination li {
    margin: 0 0.25em 0 0; }
  .archive-pagination a {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    color: #2a3139;
    font-size: 1.6rem;
    text-decoration: none; }
    .archive-pagination a:hover, .archive-pagination a:focus {
      color: #ed2991; }
  .archive-pagination .active a {
    background-color: #f47521;
    color: #fff; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 6vw 0;
  border-radius: 3px;
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      padding: 6rem 0; } }
.comment-respond .form-submit {
  margin-bottom: 0; }

.comment-respond label {
  display: block;
  width: 100%;
  margin-bottom: 1em; }

.comment-respond input,
.comment-respond textarea {
  display: block;
  width: 100%; }

.comment-respond input[type="submit"] {
  width: auto; }

.comment-author span:first-of-type {
  font-weight: 700;
  text-transform: capitalize; }

.comment-list li {
  padding: 4rem 0 0 5vw; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-list .comment-respond {
  padding-left: 5vw; }

.comment-list > .comment-respond {
  padding-left: 0; }

.comment-header {
  margin-bottom: 5vw; }
  @media (min-width: 768px) {
    .comment-header {
      margin-bottom: 2em; } }
  .comment-header p {
    margin-bottom: 0; }

.comment-edit-link {
  padding-left: calc(4.8rem + 1em); }
  .entry-pings .comment-edit-link {
    display: block;
    clear: both;
    padding: 0; }

.comment-meta {
  padding-left: calc(4.8rem + 1em);
  word-break: break-all; }
  .entry-pings .comment-meta {
    padding: 0 0 1em; }
  .comment-meta .comment-time a {
    color: #c6cace;
    font-size: small;
    text-decoration: none; }

.comment-content {
  clear: both; }
  .comment-content ul > li {
    list-style-type: disc; }

@media (min-width: 1280px) {
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 50%; } }

.comment-respond input[type="email"] label,
.comment-respond input[type="text"] label,
.comment-respond input[type="url"] label {
  display: block;
  margin-right: 1rem; }

.comment-reply-title a {
  font-size: 1.5rem; }

.entry-pings .reply {
  display: none; }

.pingback:last-of-type p {
  margin-bottom: 0; }

/* ## Sidebars
--------------------------------------------- */
.sidebar {
  position: relative;
  z-index: 1; }
  .sidebar ol,
  .sidebar ul {
    margin-left: 1em;
    color: #000;
    line-height: 2; }
  .sidebar ol > li {
    list-style-type: decimal; }
  .sidebar ul > li {
    list-style-type: disc; }
  .sidebar li li {
    list-style-type: circle; }
  .sidebar a {
    color: #585757; }
    .sidebar a:hover, .sidebar a:focus {
      color: #feb752; }

/* ## Widgets
--------------------------------------------- */
.sidebar .widget {
  padding: 3.5vw 0;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .sidebar .widget {
      padding: 3rem 0; } }
  .sidebar .widget:first-of-type {
    padding-top: 0; }
    @media (min-width: 768px) {
      .sidebar .widget:first-of-type {
        padding-top: 3rem; } }
.blog .sidebar .widget, .archive .sidebar .widget {
  margin-bottom: 7vw;
  padding: 3.5vw;
  border: 1px solid #eceef1;
  border-radius: 3px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .blog .sidebar .widget, .archive .sidebar .widget {
      margin-bottom: 3rem;
      padding: 3rem; } }
.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* ## Site Footer
--------------------------------------------- */
.site-footer {
  position: relative;
  width: 100%;
  border-top: 1px solid #eceef1;
  color: #000; }
  @media (min-width: 768px) {
    .site-footer .widget-area {
      margin-bottom: 0; } }
  .site-footer a {
    color: #000 !important; }
    .site-footer a:hover, .site-footer a:focus {
      color: #ed2991 !important; }
  .site-footer .button, .site-footer .item-button > a {
    color: #fff; }
    .site-footer .button:hover, .site-footer .item-button > a:hover, .site-footer .button:focus, .site-footer .item-button > a:focus {
      color: #fff; }
    .site-footer .button.outline, .site-footer .item-button > a.outline {
      color: #feb752; }
      .site-footer .button.outline:hover, .site-footer .item-button > a.outline:hover, .site-footer .button.outline:focus, .site-footer .item-button > a.outline:focus {
        color: #fff; }
    .site-footer .button.white, .site-footer .item-button > a.white {
      color: #2a3139; }
      .site-footer .button.white:hover, .site-footer .item-button > a.white:hover, .site-footer .button.white:focus, .site-footer .item-button > a.white:focus {
        color: #2a3139; }
      .site-footer .button.white.outline, .site-footer .item-button > a.white.outline {
        color: #fff; }
        .site-footer .button.white.outline:hover, .site-footer .item-button > a.white.outline:hover, .site-footer .button.white.outline:focus, .site-footer .item-button > a.white.outline:focus {
          color: #2a3139; }
    .site-footer .button:disabled, .site-footer .item-button > a:disabled {
      color: #c6cace; }
  .front-page .site-footer .before-footer {
    display: none; }

/* ## Before Footer
--------------------------------------------- */
.before-footer {
  padding: 5rem 0;
  border-bottom: 1px solid #eceef1;
  background: #2c1f3c !important;
  color: #fcf1e4; }
  @media (min-width: 768px) {
    .before-footer {
      padding: 7.5rem 0; } }
  .before-footer h5 {
    font-size: 28px; }
  .blog .before-footer, .archive .before-footer, .search-results .before-footer {
    background-color: #0093d0; }
  .before-footer .button, .before-footer .item-button > a {
    background-color: #ed2991;
    color: #fcf1e4 !important; }
    .before-footer .button:hover, .before-footer .item-button > a:hover, .before-footer .button:focus, .before-footer .item-button > a:focus {
      color: #fcf1e4 !important;
      background-color: #FC8825; }
  .before-footer .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .before-footer .wrap:before, .before-footer .wrap:after {
      display: none; }
  .before-footer .widget {
    margin-bottom: 0; }
    .before-footer .widget:last-of-type {
      margin-bottom: 0; }
  .before-footer h2, .before-footer h3, .before-footer h4, .before-footer h5, .before-footer h6 {
    color: #fcf1e4; }
  @media (min-width: 768px) {
    .before-footer p {
      margin: 0; } }
/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
  position: relative;
  padding: 5rem 0 0;
  font-size: 1.5rem;
  background-color: #fcf1e4; }
  @media (min-width: 768px) {
    .footer-widgets {
      padding: 10rem 0 0; } }
  .footer-widgets h3 {
    color: #2a3139; }
  @media (min-width: 768px) {
    .footer-widgets .wrap {
      display: flex;
      flex-wrap: wrap; } }
  .footer-widgets .widget-title {
    margin-bottom: 1em;
    color: #2a3139;
    font-size: 1.6rem; }
  .footer-widgets .widget-area {
    margin: 0 auto 0;
    padding-bottom: 3rem; }
    @media (min-width: 768px) {
      .footer-widgets .widget-area {
        width: 31.6239316239%;
        margin-left: 2.5641025641%; }
        .footer-widgets .widget-area.footer-widgets-1 {
          margin-left: 0; } }
    .footer-widgets .widget-area.footer-widgets-1 i {
      display: inline-block;
      float: left;
      margin-top: 0.2em;
      margin-right: 0.618em; }
    .footer-widgets .widget-area.footer-widgets-2 {
      display: flex; }
      @media (min-width: 768px) {
        .footer-widgets .widget-area.footer-widgets-2 {
          margin-bottom: 0; } }
      .footer-widgets .widget-area.footer-widgets-2 .widget {
        width: 48.7179487179%; }
    .footer-widgets .widget-area .widget {
      display: block;
      margin-bottom: 4rem; }
      .footer-widgets .widget-area .widget:last-of-type {
        margin-bottom: 0; }
      .footer-widgets .widget-area .widget.widget_nav_menu {
        margin-bottom: 0; }
  @media (min-width: 768px) {
    .footer-widgets .gf_simple_horizontal_wrapper .gform_body {
      width: 80% !important;
      max-width: 80% !important; } }
  .footer-widgets .gf_simple_horizontal_wrapper .gform_body ul li {
    padding: 0 !important; }
  .footer-widgets .gf_simple_horizontal_wrapper .gform_body input[type=text] {
    padding-right: 20px !important;
    padding-left: 20px !important;
    background-color: #fff !important;
    border: none; }
    @media (min-width: 768px) {
      .footer-widgets .gf_simple_horizontal_wrapper .gform_body input[type=text] {
        border-radius: 0; } }
  @media (min-width: 768px) {
    .footer-widgets .gf_simple_horizontal_wrapper .gform_footer {
      max-width: 20% !important; } }
  .footer-widgets .gf_simple_horizontal_wrapper .gform_footer input[type=submit] {
    color: #fcf1e4; }
    @media (min-width: 768px) {
      .footer-widgets .gf_simple_horizontal_wrapper .gform_footer input[type=submit] {
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 0; } }
/* ## Footer Credits
--------------------------------------------- */
.footer-credits {
  display: flex;
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: #fcf1e4; }
  .footer-credits .wrap {
    padding: 4rem 4rem;
    border-top: 1px solid #eceef1;
    border-color: #fff; }
    @media (min-width: 768px) {
      .footer-credits .wrap {
        padding: 4rem 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center; } }
  @media (min-width: 768px) {
    .footer-credits .widget:last-of-type {
      text-align: right; } }
  .footer-credits .widget_text {
    text-align: center; }
    @media (min-width: 768px) {
      .footer-credits .widget_text {
        text-align: right; } }
    .footer-credits .widget_text a {
      text-decoration: none; }
  .footer-credits .simple-social-icons .alignleft {
    justify-content: center;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .footer-credits .simple-social-icons .alignleft {
        float: left;
        justify-content: flex-start;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .footer-credits .simple-social-icons {
      margin-bottom: 0; } }
  .footer-credits .menu-item {
    width: auto;
    margin-left: 1em;
    margin-right: 1em; }
    @media (min-width: 768px) {
      .footer-credits .menu-item {
        margin-left: 2em;
        margin-right: 0; } }
  .footer-credits p {
    margin-bottom: 0; }
  .footer-credits .widget_nav_menu {
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-credits .widget_nav_menu {
        text-align: right; } }
  .footer-credits #menu-footer-menu {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .footer-credits #menu-footer-menu {
        margin-top: 0;
        width: auto !important;
        float: right !important; } }
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews input {
  margin-bottom: 1em; }

.site-footer .enews form {
  position: relative;
  margin-top: 0.618em; }

.site-footer .enews input[type="text"],
.site-footer .enews input[type="email"] {
  margin-top: 1rem; }

.site-footer .enews input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 0;
  color: transparent;
  background: transparent;
  box-shadow: none; }
  .site-footer .enews input[type="submit"]:hover + .send-icon, .site-footer .enews input[type="submit"]:focus + .send-icon {
    opacity: 1; }

.site-footer .enews .send-icon {
  display: block;
  position: absolute;
  right: 2em;
  bottom: 1em;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
  opacity: 0.236;
  background: center/contain no-repeat url(assets/images/paper-plane.svg);
  pointer-events: none; }

/* ## Genesis Portfolio Pro
--------------------------------------------- */
.archive.genesis-pro-portfolio .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.archive.genesis-pro-portfolio .entry {
  width: 100%;
  margin: 0 0 6vw;
  padding: 0;
  border: 0; }
  .archive.genesis-pro-portfolio .entry:before {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 49, 57, 0.5);
    content: "";
    pointer-events: none; }
  @media (min-width: 512px) {
    .archive.genesis-pro-portfolio .entry {
      width: 48.7179487179%;
      margin-bottom: 2.5rem;
      margin-left: 2.5641025641%; }
      .archive.genesis-pro-portfolio .entry:nth-of-type(odd) {
        margin-left: 0; } }
  .archive.genesis-pro-portfolio .entry:before {
    opacity: 0; }
  .archive.genesis-pro-portfolio .entry:hover:before, .archive.genesis-pro-portfolio .entry:focus:before {
    opacity: 1; }
  .archive.genesis-pro-portfolio .entry:hover .entry-header, .archive.genesis-pro-portfolio .entry:focus .entry-header {
    top: 0;
    bottom: 0;
    margin: 0;
    opacity: 1; }

.archive.genesis-pro-portfolio .entry-header {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 100%;
  opacity: 0;
  pointer-events: none;
  align-items: center;
  justify-content: center; }
  .archive.genesis-pro-portfolio .entry-header a {
    color: #fff; }

/* ## Genesis Simple FAQs
--------------------------------------------- */
div.gs-faq {
  padding: 0;
  border-top: 1px solid #eceef1;
  box-shadow: 0 2rem 5rem -0.618rem rgba(42, 49, 57, 0.0618); }
  div.gs-faq .gs-faq__question {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    margin: 0;
    padding: 1.5em 3em 1.5em 1.5em;
    border: 1px solid #eceef1;
    border-top: 0;
    border-radius: 0;
    color: #2a3139;
    background: #fff;
    box-shadow: none;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1; }
    div.gs-faq .gs-faq__question:hover, div.gs-faq .gs-faq__question:focus {
      color: #feb752; }
    div.gs-faq .gs-faq__question:after {
      position: absolute;
      top: 1.5em;
      right: 1em;
      line-height: 1;
      content: "+"; }
    div.gs-faq .gs-faq__question.gs-faq--expanded:after {
      content: "-"; }
    div.gs-faq .gs-faq__question:last-of-type {
      margin-bottom: 0; }
  div.gs-faq .gs-faq__answer {
    margin: 0;
    padding: 3rem;
    border: 1px solid #eceef1;
    border-top: 0;
    background-color: #fff; }

/* ## Genesis Simple Share
--------------------------------------------- */
.share-after {
  margin-top: 4rem; }

/* ## Genesis Testimonial Slider
--------------------------------------------- */
.lSSlideWrapper {
  max-width: calc(100% + 4em);
  margin: 0 -2em; }

.gts-rating {
  margin: 1em auto -1em; }

.lSSlideOuter {
  width: 100%; }

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  height: auto !important; }

ul.testimonials-list li:before {
  display: block;
  margin: 0 0 -0.5em;
  color: rgba(42, 49, 57, 0.2);
  font-family: "Georgia", "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  font-size: 8rem;
  line-height: 1;
  content: "“"; }

ul.testimonials-list blockquote {
  padding: 0 2em 1em;
  border: 0; }

ul.testimonials-list img {
  width: 6rem;
  margin: 2rem auto; }

ul.testimonials-list h5 {
  color: #2a3139;
  font-size: 1em; }

.lSSlideOuter .lSPager.lSpg > li a {
  opacity: 0.1;
  background-color: #2a3139; }

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  opacity: 0.3;
  background-color: #2a3139; }

.gts-company {
  display: block;
  margin-bottom: 1em;
  font-size: small; }

/* ## Google Map
--------------------------------------------- */
@media (max-width: 768px) {
  .contact-page .agm-canvas {
    height: 30rem !important; } }

.contact-page .agm-canvas:before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(42, 49, 57, 0.618); }

/* ## Ninja Forms
--------------------------------------------- */
.nf-field .nf-field-element input,
.nf-field .nf-field-element select {
  height: 3em; }

/* ## SEO Slider
--------------------------------------------- */
.slick-initialized .slick-slide {
  display: flex; }

.no-js .slick-slide:first-of-type {
  display: block;
  width: 100%; }

.slick-arrow {
  box-shadow: none; }

/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
  overflow: hidden; }
  .simple-social-icons svg[class^="social-"], .simple-social-icons svg[class*=" social-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor; }
  .simple-social-icons ul {
    display: flex;
    margin: -0.5em -0.5em 0 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .simple-social-icons ul li {
      margin: 0.5em 0.5em 0 0;
      padding: 0;
      border: none;
      background: none;
      list-style-type: none; }
      .simple-social-icons ul li a {
        display: inline-block;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        margin: 2px;
        border: none;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-align: center;
        text-decoration: none;
        text-transform: none; }
    .simple-social-icons ul.aligncenter {
      justify-content: center; }
    .simple-social-icons ul.alignleft {
      justify-content: flex-start; }
    .simple-social-icons ul.alignright {
      justify-content: flex-end; }

/* ## WooCommerce Menu Cart
--------------------------------------------- */
.wpmenucartli {
  margin-top: 1em; }

.wpmenucart-contents {
  position: relative;
  margin-top: 1em;
  color: #2a3139;
  font-size: 1.8rem;
  text-decoration: none; }
  @media (min-width: 896px) {
    .wpmenucart-contents {
      margin-left: 1em; } }
  .wpmenucart-contents .cartcontents {
    display: flex;
    position: absolute;
    top: -0.4rem;
    right: -0.4rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    color: #fff;
    background-color: #feb752;
    box-shadow: 0 0 0 1px #fff;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    align-items: center;
    justify-content: center; }

/* ## WP Featherlight
--------------------------------------------- */
.featherlight .featherlight-close-icon {
  box-shadow: none; }

/* ## Front Page
--------------------------------------------- */
.front-page-widget {
  position: relative;
  width: 100%;
  padding: 6rem 0; }
  @media (min-width: 768px) {
    .front-page-widget {
      padding: 10rem 0; } }
  .front-page-widget:nth-of-type(even) {
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
    background-color: #f6f8fa; }
  .front-page-widget .widget:last-of-type {
    margin-bottom: 0; }
  .front-page-widget .textwidget {
    width: 100%; }
  .front-page-widget p,
  .front-page-widget li {
    color: #000; }

/* ## Front Page 1
--------------------------------------------- */
.no-js.has-hero-slider .front-page-1 .slick-slide {
  min-height: 100%; }
  .no-js.has-hero-slider .front-page-1 .slick-slide:first-of-type {
    display: flex;
    align-items: center; }

.has-hero-slider .front-page-1 {
  padding: 0;
  background-color: #c6cace; }
  @media (min-width: 768px) {
    .has-hero-slider .front-page-1 {
      padding: 0; } }
  .has-hero-slider .front-page-1 > .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .has-hero-slider .front-page-1 .slick-slider {
    max-height: 100vh; }
    @media (min-width: 768px) {
      .has-hero-slider .front-page-1 .slick-slider {
        max-height: 100vh; } }
  .has-hero-slider .front-page-1 .slick-slide {
    min-height: 100%; }
  .has-hero-slider .front-page-1 .slick-dots {
    line-height: 0; }
  .has-hero-slider .front-page-1 .slick-wrap {
    max-width: 88vw; }
    @media (min-width: 896px) {
      .has-hero-slider .front-page-1 .slick-wrap {
        width: 88%;
        max-width: 1152px; }
        .has-before-header .has-hero-slider .front-page-1 .slick-wrap {
          padding-top: 14rem; }
        .has-nav-secondary .has-hero-slider .front-page-1 .slick-wrap {
          padding-top: 16rem; }
        .has-nav-secondary.has-before-header .has-hero-slider .front-page-1 .slick-wrap {
          padding-top: 20rem; } }
  .has-hero-slider .front-page-1 .slick-content {
    max-width: 768px; }
  .has-hero-slider .front-page-1 .slick-arrow {
    visibility: hidden;
    overflow: hidden; }
    @media (min-width: 512px) {
      .has-hero-slider .front-page-1 .slick-arrow {
        visibility: visible; } }
    @media (min-width: 768px) {
      .has-hero-slider .front-page-1 .slick-arrow {
        top: 50%; } }
  .has-hero-slider .front-page-1 h2 {
    margin-bottom: 0.382em;
    font-size: 2em; }
    @media (min-width: 384px) {
      .has-hero-slider .front-page-1 h2 {
        font-size: 2.2em;
        line-height: 1.236; } }
    @media (min-width: 768px) {
      .has-hero-slider .front-page-1 h2 {
        font-size: 3em; } }
  .has-hero-slider .front-page-1 p {
    max-width: 512px;
    line-height: 1.382; }
    @media (min-width: 384px) {
      .has-hero-slider .front-page-1 p {
        line-height: 1.618; } }
.front-page-1.hero-section {
  padding: calc(15vw + 6rem) 0 15vw;
  text-align: left; }
  @media (min-width: 768px) {
    .front-page-1.hero-section {
      padding: 16rem 0; } }
  .front-page-1.hero-section .wrap {
    margin: 0 auto;
    padding-right: 6vw;
    padding-left: 6vw; }
    @media (min-width: 768px) {
      .front-page-1.hero-section .wrap {
        width: 88%;
        max-width: 1152px;
        padding-right: 0;
        padding-left: 0; } }
  .front-page-1.hero-section h1 {
    text-align: left; }
  .front-page-1.hero-section p {
    margin: 0.5em 0 1.5em;
    color: #fff;
    text-align: left; }

/* ## Front Page 2
--------------------------------------------- */
@media (min-width: 768px) {
  .front-page-2 {
    padding: 5rem 0; } }

.front-page-2 .wrap {
  padding: 0; }

@media (min-width: 768px) {
  .front-page-2 .widget-wrap {
    width: calc(100% + 10vw);
    max-width: calc(100% + 10vw);
    margin: 0 -5vw; } }

@media (min-width: 1152px) {
  .front-page-2 .widget-wrap {
    width: calc(100% + 7.5rem);
    max-width: calc(100% + 7.5rem);
    margin: 0 -3.75rem; } }

.front-page-2 .gallery img {
  width: 100%;
  height: auto;
  min-height: 1rem;
  margin: 2px;
  padding: 0 6vw; }
  @media (min-width: 768px) {
    .front-page-2 .gallery img {
      padding: 0 5vw; }
      .no-js .front-page-2 .gallery img {
        padding: 0 1rem; } }
  @media (min-width: 1152px) {
    .front-page-2 .gallery img {
      padding: 0 3.75rem; } }
.front-page-2 .gallery-item {
  margin: 0; }
  @media (min-width: 768px) {
    .front-page-2 .gallery-item {
      margin: 0 !important; } }
  .no-js .front-page-2 .gallery-item {
    max-width: 50%; }
    @media (min-width: 768px) {
      .no-js .front-page-2 .gallery-item {
        max-width: 100%; } }
.front-page-2 .slick-list {
  width: 100%; }

.front-page-2 .slick-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%; }

/* ## Front Page 3
--------------------------------------------- */
.front-page-3 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .front-page-3 .wrap:before, .front-page-3 .wrap:after {
    display: none; }

.front-page-3 .widget hr {
  margin: 5rem 0; }
  @media (min-width: 768px) {
    .front-page-3 .widget hr {
      margin: 7.5rem 0; } }
.front-page-3 .icon_widget {
  align-self: flex-start; }
  .front-page-3 .icon_widget .widget-title {
    font-size: 1.9rem; }
  .front-page-3 .icon_widget i {
    display: inline-block; }

.front-page-3 .mejs-container {
  min-width: 86vw !important;
  max-width: 86vw;
  border-radius: 6px;
  background-color: #f6f8fa; }
  @media (min-width: 768px) {
    .front-page-3 .mejs-container {
      min-width: 100% !important;
      max-width: 100%; } }
.front-page-3 .mejs-mediaelement {
  overflow: hidden;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 2rem 6rem -2rem rgba(42, 49, 57, 0.236); }
  @media (min-width: 768px) {
    .front-page-3 .mejs-mediaelement {
      box-shadow: 0 3rem 9rem -3rem rgba(42, 49, 57, 0.236); } }
.front-page-3 .mejs-controls {
  display: none; }

.front-page-3 .mejs-overlay-button {
  display: flex;
  width: 6rem;
  height: 6rem;
  border-radius: 9rem;
  background-color: #fff;
  box-shadow: 0 2rem 3rem -1rem rgba(42, 49, 57, 0.5);
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .front-page-3 .mejs-overlay-button {
      width: 8rem;
      height: 8rem; } }
  .front-page-3 .mejs-overlay-button:hover, .front-page-3 .mejs-overlay-button:focus {
    transform: scale(1.05); }
  .front-page-3 .mejs-overlay-button:after {
    display: block;
    color: #2a3139;
    line-height: 1;
    content: "►"; }

.front-page-3 iframe {
  transform: scale(1.01); }

/* ## Front Page 4
--------------------------------------------- */
.front-page-4 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.front-page-4 .widget:first-of-type {
  margin-bottom: 5rem; }

@media (min-width: 768px) {
  .front-page-4 .pull-left {
    position: relative;
    right: 0;
    width: 150%;
    max-width: 150% !important;
    margin-left: -50%; } }

/* ## Front Page 5
--------------------------------------------- */
.front-page-5 {
  padding: 0;
  border: none !important;
  text-align: center; }
  @media (min-width: 768px) {
    .front-page-5 {
      padding: 0; } }
  .front-page-5 .wrap {
    width: 100%;
    min-width: 100%;
    padding: 0; }
  .front-page-5 .widget-title {
    margin: 0 0 5rem;
    text-align: center; }
  .front-page-5 .widget-subtitle {
    margin: 10rem 0 1em;
    text-align: center; }
  .front-page-5 .widget-wrap {
    display: flex;
    width: 100vw;
    flex-wrap: wrap; }
  .front-page-5 .entry.portfolio {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (min-width: 512px) {
      .front-page-5 .entry.portfolio {
        width: 50vw; } }
    @media (min-width: 768px) {
      .front-page-5 .entry.portfolio {
        width: 33.33333333333333vw; } }
    .front-page-5 .entry.portfolio > a {
      display: block;
      margin: 0; }
      .front-page-5 .entry.portfolio > a:before {
        display: block !important;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(42, 49, 57, 0.5);
        content: "";
        pointer-events: none; }
      .front-page-5 .entry.portfolio > a:before {
        opacity: 0; }
      .front-page-5 .entry.portfolio > a:hover:before, .front-page-5 .entry.portfolio > a:focus:before {
        opacity: 1; }
      .front-page-5 .entry.portfolio > a:hover + .entry-header, .front-page-5 .entry.portfolio > a:focus + .entry-header {
        top: 50%;
        opacity: 1; }
  .front-page-5 .entry-header {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    opacity: 0;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    transform: translate(-50%, -50%);
    pointer-events: none; }
    .front-page-5 .entry-header a {
      color: #fff; }
  .front-page-5 img {
    display: block;
    min-width: 100%; }

/* ## Front Page 6
--------------------------------------------- */
.front-page-6 {
  background: #ffe57e;
  background: -moz-linear-gradient(-45deg, #FC8825 0%, #ffe57e 100%);
  background: -webkit-linear-gradient(-45deg, #FC8825 0%, #ffe57e 100%);
  background: linear-gradient(135deg, #FC8825 0%, #ffe57e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
  border: none !important;
  color: #fff; }
  @media (min-width: 768px) {
    .front-page-6 {
      padding: 10rem 0; } }
  .front-page-6 .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .front-page-6 .wrap:before, .front-page-6 .wrap:after {
      display: none; }
  @media (min-width: 768px) {
    .front-page-6 .widget {
      margin-bottom: 0; } }
  .front-page-6 .widget:last-of-type .button, .front-page-6 .widget:last-of-type .item-button > a {
    margin-bottom: 0; }
  .front-page-6 p {
    max-width: 768px;
    color: #fff; }
    @media (min-width: 768px) {
      .front-page-6 p {
        margin-bottom: 0; } }
  .front-page-6 .alignright {
    margin-left: 0; }

/* ## Front Page 7
--------------------------------------------- */
.front-page-7 {
  text-align: center; }
  .front-page-7 .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0; }
    .front-page-7 .wrap:before, .front-page-7 .wrap:after {
      display: none; }
  .front-page-7 .widget {
    width: 100%; }
  .front-page-7 .pricing-table {
    margin-right: 6vw;
    margin-left: 6vw; }
    @media (min-width: 768px) {
      .front-page-7 .pricing-table {
        margin-top: 5rem;
        margin-right: 0;
        margin-left: 0; } }
  .front-page-7 hr {
    max-width: 88vw;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .front-page-7 hr {
        max-width: 100%; } }
  .front-page-7 ul blockquote {
    padding-right: calc(2em + 6vw);
    padding-left: calc(2em + 6vw); }
    @media (min-width: 768px) {
      .front-page-7 ul blockquote {
        padding-right: 2em;
        padding-left: 2em; } }
/* ## Front Page 8
--------------------------------------------- */
.front-page-8 .wrap {
  position: relative; }

.front-page-8 .widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.front-page-8 .widget-title {
  width: 100%;
  margin-bottom: 1.618em;
  text-align: center; }

.front-page-8 .widget-subtitle {
  width: 100%;
  text-align: center; }

.front-page-8 .entry {
  padding: 3rem;
  border: 1px solid #eceef1;
  border-radius: 3px; }
  @media (min-width: 768px) {
    .front-page-8 .entry {
      clear: none;
      width: 31.6239316239%;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 2.5641025641%; }
      .front-page-8 .entry:nth-of-type(3n + 1) {
        margin-left: 0; }
      .front-page-8 .entry:nth-of-type(1n + 4) {
        margin-top: 2.5641025641%; } }
  .front-page-8 .entry:hover, .front-page-8 .entry:focus {
    box-shadow: 0 2rem 6rem rgba(198, 202, 206, 0.2); }
  .front-page-8 .entry > a {
    display: block;
    width: calc(100% + 6rem);
    max-width: calc(100% + 6rem);
    margin: 0;
    margin: -3rem -3rem 3rem;
    border-radius: 3px 3px 0 0; }
    .front-page-8 .entry > a img {
      border-radius: 3px 3px 0 0; }
  .front-page-8 .entry p:last-of-type {
    margin-bottom: 0; }

.front-page-8 .entry-title {
  order: 2; }

.front-page-8 p.entry-meta {
  order: 1;
  font-size: small; }
  .front-page-8 p.entry-meta:last-of-type {
    margin-bottom: 1em; }

/* ## Front Page 9
--------------------------------------------- */
.front-page-9 {
  position: relative;
  color: #fff;
  background-position: center;
  background-size: cover;
  text-align: center; }
  @media (min-width: 768px) {
    .front-page-9 .wrap {
      padding: 5rem 0; } }
  .front-page-9:before {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 49, 57, 0.5);
    content: "";
    pointer-events: none; }
  .front-page-9 .widget {
    position: relative;
    z-index: 2;
    max-width: 768px;
    margin: 0 auto; }
  .front-page-9 .widget-wrap {
    height: 100%; }
  .front-page-9 .widget_media_image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 0; }
    .front-page-9 .widget_media_image figure {
      width: 100%;
      min-width: 100%;
      height: 100%;
      margin: 0; }
    .front-page-9 .widget_media_image img {
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      object-position: center; }
    .front-page-9 .widget_media_image figcaption {
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      position: absolute !important;
      width: 0.1rem;
      height: 0.1rem;
      border: 0;
      background-color: #fff; }
  .front-page-9 p {
    color: #eceef1; }
  .front-page-9 form {
    margin-top: 1.382em; }
  .front-page-9 ::-moz-placeholder {
    opacity: 1;
    color: #eceef1; }
  .front-page-9 ::-webkit-input-placeholder {
    color: #eceef1; }
  .front-page-9 input {
    display: block;
    margin: 0 auto 1em;
    border: 0;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25); }
    @media (min-width: 512px) {
      .front-page-9 input {
        display: inline-block;
        width: auto;
        margin: 0 0.2em 1em; } }
    @media (min-width: 768px) {
      .front-page-9 input {
        margin-bottom: 0; } }
    .front-page-9 input[type="submit"] {
      width: auto;
      margin-bottom: 0; }
    .front-page-9 input:hover, .front-page-9 input:focus {
      background-color: rgba(255, 255, 255, 0.3); }

@media (min-width: 896px) {
  .blog .content {
    padding-top: 0;
    margin-top: -60px;
    position: relative;
    z-index: 1; } }

@media (min-width: 896px) {
  .blog .hero-section {
    padding: 9rem 0 !important; } }

@media (min-width: 896px) {
  .blog .hero-section .wrap {
    padding-bottom: 3rem !important; } }

@media (min-width: 512px) {
  #wpas-results-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px; } }

@media (min-width: 768px) {
  #wpas-results-inner {
    grid-column-gap: 30px; } }

@media (min-width: 896px) {
  #wpas-results-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; } }

#wpas-results-inner .entry {
  width: 100%;
  margin: 0;
  margin-bottom: 30px; }

#wp-advanced-search {
  background-color: #f6f8fa;
  border: solid 1px #2c1f3c;
  margin-bottom: 50px;
  font-size: 18px; }
  @media (min-width: 896px) {
    #wp-advanced-search {
      display: grid;
      grid-template-columns: auto auto auto; } }
  #wp-advanced-search:before {
    width: 100%;
    grid-row: 1 / 4;
    content: 'Filter \A Posts';
    display: inline-block;
    color: #fff;
    background-color: #2c1f3c;
    position: relative;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    box-sizing: border-box;
    border: none;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700; }
    @media (min-width: 896px) {
      #wp-advanced-search:before {
        height: 228px;
        display: flex;
        align-items: center;
        padding: 20px 0px 20px 20px;
        font-size: 36px;
        white-space: pre;
        padding: 30px;
        background-image: url(assets/images/post-search-form-arrow.jpg) !important;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: right 0; } }
  #wp-advanced-search .wpas-search_query {
    padding: 10px 20px; }
    @media (min-width: 896px) {
      #wp-advanced-search .wpas-search_query {
        height: 114px;
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        border-right: 1px #2c1f3c solid; } }
  #wp-advanced-search .wpas-tax_category {
    padding: 10px 20px; }
    @media (min-width: 896px) {
      #wp-advanced-search .wpas-tax_category {
        height: 114px;
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        border-right: 1px #2c1f3c solid;
        border-bottom: 1px #2c1f3c solid; } }
  #wp-advanced-search .wpas-tax_post_tag {
    padding: 10px 20px; }
    @media (min-width: 896px) {
      #wp-advanced-search .wpas-tax_post_tag {
        height: 114px;
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        border-bottom: 1px #2c1f3c solid; } }
  #wp-advanced-search #wpas-reset {
    padding: 10px 20px; }
    @media (min-width: 896px) {
      #wp-advanced-search #wpas-reset {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
        text-align: center;
        display: flex;
        align-items: center; } }
    #wp-advanced-search #wpas-reset input[type=reset] {
      padding: 0;
      background: none;
      display: block;
      margin: auto;
      color: #2c1f3c;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px; }
      #wp-advanced-search #wpas-reset input[type=reset]:hover, #wp-advanced-search #wpas-reset input[type=reset]:focus {
        box-shadow: none;
        color: #FC8825;
        cursor: pointer; }

#wpas-load-btn {
  display: block;
  margin: auto; }

/* ## Pet Archive
--------------------------------------------- */
/* ## Single Pet Page
--------------------------------------------- */
.single-pet .content {
  padding-bottom: 0; }

.single-pet .pet-slider {
  width: 100%; }
  @media (min-width: 768px) {
    .single-pet .pet-slider {
      width: 50%; } }
.single-pet .pet-details {
  width: 100%;
  padding: 0 50px 30px 50px;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .single-pet .pet-details {
      padding: 0 30px 30px;
      width: 50%; } }
  .single-pet .pet-details__header {
    display: flex;
    justify-content: flex-end; }
  .single-pet .pet-details__content {
    display: flex;
    flex-direction: column;
    padding-top: 3vw; }
  .single-pet .pet-details-status {
    color: #fff;
    display: inline-block;
    padding: 25px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    right: 30px;
    top: 0; }
  .single-pet .pet-details-list {
    margin-bottom: 25px;
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center; }
    .single-pet .pet-details-list li {
      font-size: 20px;
      position: relative; }
      @media (min-width: 768px) {
        .single-pet .pet-details-list li {
          font-size: 26px; } }
      .single-pet .pet-details-list li::after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        left: -20px;
        top: 50%;
        background: #000; }
      .single-pet .pet-details-list li:first-child::after {
        display: none; }
    .single-pet .pet-details-list-energy {
      text-transform: capitalize; }
  .single-pet .pet-details p:last-child {
    margin-bottom: 0; }
  .single-pet .pet-details:hover .pet-status-hover-text {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari prior 9.0 */
    transform: scale(1, 1);
    /* Standard syntax */ }

@media screen and (min-width: 500px) {
  .single-pet .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; } }

.single-pet .pet-content {
  width: 100%;
  padding: 50px 0;
  background-color: #f9f7f1;
  border: 1px solid #eceef1;
  border-color: #efecdc; }
  @media (min-width: 768px) {
    .single-pet .pet-content {
      padding: 100px 0; } }
  .single-pet .pet-content-icon {
    display: block;
    margin: auto; }
  .single-pet .pet-content__title {
    text-transform: uppercase; }
  .single-pet .pet-content__grid {
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(50px, auto);
    padding: 50px 0; }
    @media (min-width: 512px) {
      .single-pet .pet-content__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 768px) {
      .single-pet .pet-content__grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 896px) {
      .single-pet .pet-content__grid {
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 1016px) {
      .single-pet .pet-content__grid {
        grid-template-columns: repeat(5, 1fr); } }
  .single-pet .pet-content__grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr; }
    .single-pet .pet-content__grid-item h3 {
      font-size: 20px;
      font-weight: 400;
      text-transform: none;
      text-align: center;
      display: block;
      width: 100%;
      background: #2c1f3c;
      color: #fff;
      padding: 5px 10px;
      min-height: 75px;
      align-items: center;
      justify-content: center;
      height: auto;
      display: flex; }
    .single-pet .pet-content__grid-item p {
      text-align: center;
      margin-bottom: 5px; }
    .single-pet .pet-content__grid-item ul {
      padding-left: 25px;
      grid-row-end: span 4;
      margin-bottom: auto; }
    .single-pet .pet-content__grid-item--double {
      grid-row-end: span 2;
      grid-template-rows: repeat(4, 1fr);
      gap: 0.5vw; }
      .single-pet .pet-content__grid-item--double h3 {
        background: #f47521; }

.single-pet .pet-donate {
  width: 100%;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .single-pet .pet-donate {
      padding: 100px 0; } }
.single-pet .pet-status-hover-text {
  width: 80%;
  background-color: #6edee7; }
  .single-pet .pet-status-hover-text:after {
    border-right: 30px solid #6edee7; }

.post-type-archive-pet .content,
.tax-pet_status .content {
  padding-bottom: 0; }

@media (min-width: 768px) {
  .post-type-archive-pet .hero-section,
  .tax-pet_status .hero-section {
    padding: 9rem 0 !important; } }

@media (min-width: 768px) {
  .post-type-archive-pet .hero-section .wrap,
  .tax-pet_status .hero-section .wrap {
    padding-bottom: 3rem !important; } }

.post-type-archive-pet .site-inner,
.tax-pet_status .site-inner {
  background-color: #fff; }

@media (min-width: 768px) {
  .post-type-archive-pet .content,
  .tax-pet_status .content {
    padding-top: 0;
    margin-top: -60px;
    position: relative;
    z-index: 1; } }

.post-type-archive-pet .pet-search-form,
.tax-pet_status .pet-search-form {
  background-color: #f6f8fa;
  border: solid 1px #2c1f3c; }
  @media (min-width: 768px) {
    .post-type-archive-pet .pet-search-form,
    .tax-pet_status .pet-search-form {
      display: grid;
      grid-template-columns: auto auto auto;
      align-items: stretch; } }
  .post-type-archive-pet .pet-search-form fieldset,
  .tax-pet_status .pet-search-form fieldset {
    border: none;
    padding: 0;
    margin: 0; }
  .post-type-archive-pet .pet-search-form-title,
  .tax-pet_status .pet-search-form-title {
    width: 100%;
    display: inline-block;
    color: #fff;
    background-color: #2c1f3c;
    position: relative;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    box-sizing: border-box;
    border: none;
    font-size: 24px; }
    @media (min-width: 768px) {
      .post-type-archive-pet .pet-search-form-title,
      .tax-pet_status .pet-search-form-title {
        display: flex;
        align-items: center;
        padding: 20px 0px 20px 20px;
        font-size: 36px; } }
    @media (min-width: 896px) {
      .post-type-archive-pet .pet-search-form-title,
      .tax-pet_status .pet-search-form-title {
        padding: 30px; } }
    @media (min-width: 768px) {
      .post-type-archive-pet .pet-search-form-title,
      .tax-pet_status .pet-search-form-title {
        grid-column: 1;
        grid-row: 1 / 3;
        text-align: left; } }
    @media (min-width: 768px) {
      .post-type-archive-pet .pet-search-form-title:after,
      .tax-pet_status .pet-search-form-title:after {
        content: '';
        position: absolute;
        top: 0;
        right: -32px;
        width: 100px;
        height: 100%;
        background-image: url(assets/images/pet-search-form-arrow.png) !important;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: right 0; } }
    .post-type-archive-pet .pet-search-form-title br,
    .tax-pet_status .pet-search-form-title br {
      display: none; }
      @media (min-width: 768px) {
        .post-type-archive-pet .pet-search-form-title br,
        .tax-pet_status .pet-search-form-title br {
          display: block; } }
  @media (min-width: 768px) {
    .post-type-archive-pet .pet-search-form-adoptable,
    .tax-pet_status .pet-search-form-adoptable {
      grid-column: 2 / 4;
      grid-row: 1; } }
  .post-type-archive-pet .pet-search-form-adoptable legend,
  .tax-pet_status .pet-search-form-adoptable legend {
    display: none; }
  .post-type-archive-pet .pet-search-form-adoptable input[type=radio],
  .tax-pet_status .pet-search-form-adoptable input[type=radio] {
    display: none; }
    .post-type-archive-pet .pet-search-form-adoptable input[type=radio]:checked + label,
    .tax-pet_status .pet-search-form-adoptable input[type=radio]:checked + label {
      background-color: #fed50a !important; }
  .post-type-archive-pet .pet-search-form-adoptable label,
  .tax-pet_status .pet-search-form-adoptable label {
    display: block;
    width: 50%;
    float: left;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #2c1f3c;
    border-right: 1px solid #2c1f3c; }
    @media (min-width: 768px) {
      .post-type-archive-pet .pet-search-form-adoptable label,
      .tax-pet_status .pet-search-form-adoptable label {
        height: 112px; } }
    .post-type-archive-pet .pet-search-form-adoptable label:hover,
    .tax-pet_status .pet-search-form-adoptable label:hover {
      cursor: pointer; }
    .post-type-archive-pet .pet-search-form-adoptable label:last-child,
    .tax-pet_status .pet-search-form-adoptable label:last-child {
      border-right: 0px; }
    .post-type-archive-pet .pet-search-form-adoptable label img,
    .tax-pet_status .pet-search-form-adoptable label img {
      width: 75px;
      display: inline;
      vertical-align: middle;
      margin: auto;
      display: block; }
      @media (min-width: 768px) {
        .post-type-archive-pet .pet-search-form-adoptable label img,
        .tax-pet_status .pet-search-form-adoptable label img {
          display: inline-block;
          margin-right: 15px; } }
  .post-type-archive-pet .pet-search-form-details,
  .tax-pet_status .pet-search-form-details {
    padding: 20px;
    font-size: 18px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .post-type-archive-pet .pet-search-form-details,
      .tax-pet_status .pet-search-form-details {
        height: auto;
        grid-column: 2 / 4;
        grid-row: 2;
        display: grid;
        grid-template-columns: auto auto; } }
    .post-type-archive-pet .pet-search-form-details input[type=checkbox],
    .tax-pet_status .pet-search-form-details input[type=checkbox] {
      height: auto;
      vertical-align: middle; }
    .post-type-archive-pet .pet-search-form-details label,
    .tax-pet_status .pet-search-form-details label {
      vertical-align: middle;
      margin-right: 10px; }
    .post-type-archive-pet .pet-search-form-details label[for=gender],
    .tax-pet_status .pet-search-form-details label[for=gender] {
      display: inline-block;
      margin-bottom: 10px;
      margin-right: 0;
      margin-top: 30px;
      font-weight: bold; }
      @media (min-width: 768px) {
        .post-type-archive-pet .pet-search-form-details label[for=gender],
        .tax-pet_status .pet-search-form-details label[for=gender] {
          margin-top: 0; } }
    .post-type-archive-pet .pet-search-form-details legend,
    .tax-pet_status .pet-search-form-details legend {
      display: inline-block;
      margin-bottom: 8px;
      margin-right: 0;
      font-weight: bold; }
    .post-type-archive-pet .pet-search-form-details .pet-search-form-my-best-life,
    .tax-pet_status .pet-search-form-details .pet-search-form-my-best-life {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .post-type-archive-pet .pet-search-form-details .pet-search-form-my-best-life,
        .tax-pet_status .pet-search-form-details .pet-search-form-my-best-life {
          padding-left: 30px; } }
    .post-type-archive-pet .pet-search-form-details .pet-gender-dropdown-wrapper,
    .tax-pet_status .pet-search-form-details .pet-gender-dropdown-wrapper {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .post-type-archive-pet .pet-search-form-details .pet-gender-dropdown-wrapper,
        .tax-pet_status .pet-search-form-details .pet-gender-dropdown-wrapper {
          margin-bottom: 0;
          padding-left: 30px;
          padding-right: 10px;
          max-width: 85%; } }
    @media (min-width: 768px) {
      .post-type-archive-pet .pet-search-form-details .pet-search-form-fiv-felv,
      .post-type-archive-pet .pet-search-form-details .pet-search-form-age,
      .tax-pet_status .pet-search-form-details .pet-search-form-fiv-felv,
      .tax-pet_status .pet-search-form-details .pet-search-form-age {
        padding-left: 30px; } }
    @media (min-width: 896px) {
      .post-type-archive-pet .pet-search-form-details .pet-search-form-fiv-felv,
      .post-type-archive-pet .pet-search-form-details .pet-search-form-age,
      .tax-pet_status .pet-search-form-details .pet-search-form-fiv-felv,
      .tax-pet_status .pet-search-form-details .pet-search-form-age {
        padding-left: 100px; } }
    .post-type-archive-pet .pet-search-form-details p,
    .tax-pet_status .pet-search-form-details p {
      margin-bottom: 0; }

.post-type-archive-pet .pet-search-wrapper,
.tax-pet_status .pet-search-wrapper {
  position: relative;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .post-type-archive-pet .pet-search-wrapper,
    .tax-pet_status .pet-search-wrapper {
      padding: 75px 0; } }
.post-type-archive-pet .pet-search-results,
.tax-pet_status .pet-search-results {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .post-type-archive-pet .pet-search-results,
    .tax-pet_status .pet-search-results {
      grid-gap: 30px;
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1152px) {
    .post-type-archive-pet .pet-search-results,
    .tax-pet_status .pet-search-results {
      grid-template-columns: 1fr 1fr 1fr; } }
  .post-type-archive-pet .pet-search-results .pet,
  .tax-pet_status .pet-search-results .pet {
    min-height: 299px;
    text-align: center;
    position: relative;
    opacity: 0; }
    @media (min-width: 768px) {
      .post-type-archive-pet .pet-search-results .pet,
      .tax-pet_status .pet-search-results .pet {
        min-height: 399px; } }
    .post-type-archive-pet .pet-search-results .pet-image,
    .tax-pet_status .pet-search-results .pet-image {
      width: 100%;
      margin-bottom: 10px;
      position: relative;
      z-index: 0; }
    .post-type-archive-pet .pet-search-results .pet a,
    .tax-pet_status .pet-search-results .pet a {
      display: block; }
      .post-type-archive-pet .pet-search-results .pet a:hover img, .post-type-archive-pet .pet-search-results .pet a:focus img,
      .tax-pet_status .pet-search-results .pet a:hover img,
      .tax-pet_status .pet-search-results .pet a:focus img {
        filter: grayscale(100%); }
      .post-type-archive-pet .pet-search-results .pet a:hover .pet-status-hover-text, .post-type-archive-pet .pet-search-results .pet a:focus .pet-status-hover-text,
      .tax-pet_status .pet-search-results .pet a:hover .pet-status-hover-text,
      .tax-pet_status .pet-search-results .pet a:focus .pet-status-hover-text {
        -ms-transform: scale(1, 1);
        /* IE 9 */
        -webkit-transform: scale(1, 1);
        /* Safari prior 9.0 */
        transform: scale(1, 1);
        /* Standard syntax */ }
      .post-type-archive-pet .pet-search-results .pet a:hover::after, .post-type-archive-pet .pet-search-results .pet a:focus::after,
      .tax-pet_status .pet-search-results .pet a:hover::after,
      .tax-pet_status .pet-search-results .pet a:focus::after {
        content: "";
        background-color: #7a619f;
        background-size: cover;
        opacity: 0.8;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute; }
    .post-type-archive-pet .pet-search-results .pet-title,
    .tax-pet_status .pet-search-results .pet-title {
      margin-bottom: 5px; }
    .post-type-archive-pet .pet-search-results .pet-details,
    .tax-pet_status .pet-search-results .pet-details {
      font-size: 16px;
      line-height: 16px; }
    .post-type-archive-pet .pet-search-results .pet-status,
    .tax-pet_status .pet-search-results .pet-status {
      color: #fff;
      display: inline-block;
      padding: 15px 10px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      position: absolute;
      right: 20px;
      top: 0;
      z-index: 1; }
  .post-type-archive-pet .pet-search-results .pet-specials-image,
  .tax-pet_status .pet-search-results .pet-specials-image {
    width: 100%;
    position: relative;
    z-index: 0; }
  .post-type-archive-pet .pet-search-results .pet-specials-wrapper,
  .tax-pet_status .pet-search-results .pet-specials-wrapper {
    position: relative; }
  .post-type-archive-pet .pet-search-results .pet-specials-content,
  .tax-pet_status .pet-search-results .pet-specials-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    top: 0;
    z-index: 1;
    background-color: rgba(42, 49, 57, 0.5);
    color: #fff; }
    .post-type-archive-pet .pet-search-results .pet-specials-content h3,
    .tax-pet_status .pet-search-results .pet-specials-content h3 {
      color: #fff; }
    .post-type-archive-pet .pet-search-results .pet-specials-content a,
    .tax-pet_status .pet-search-results .pet-specials-content a {
      font-weight: 700;
      color: #fff; }
  .post-type-archive-pet .pet-search-results .pet-specials ul,
  .tax-pet_status .pet-search-results .pet-specials ul {
    margin-bottom: 15px; }
    .post-type-archive-pet .pet-search-results .pet-specials ul li,
    .tax-pet_status .pet-search-results .pet-specials ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      padding: 15px 0; }

.post-type-archive-pet .pet-search-loader,
.tax-pet_status .pet-search-loader {
  left: 50%;
  margin-top: 50px; }
  .post-type-archive-pet .pet-search-loader img,
  .tax-pet_status .pet-search-loader img {
    display: block;
    margin: auto; }

.post-type-archive-pet .pet-coming-soon,
.tax-pet_status .pet-coming-soon {
  width: 100%;
  padding: 50px 0;
  color: #fff;
  background-color: #2c1f3c; }
  @media (min-width: 768px) {
    .post-type-archive-pet .pet-coming-soon,
    .tax-pet_status .pet-coming-soon {
      padding: 75px 0; } }
  .post-type-archive-pet .pet-coming-soon-title,
  .tax-pet_status .pet-coming-soon-title {
    color: #fff !important; }
  .post-type-archive-pet .pet-coming-soon i,
  .tax-pet_status .pet-coming-soon i {
    font-size: 50px;
    margin-bottom: 25px; }
  .post-type-archive-pet .pet-coming-soon-title,
  .tax-pet_status .pet-coming-soon-title {
    color: #fff; }

.post-type-archive-pet .pet-search-more,
.tax-pet_status .pet-search-more {
  display: block;
  margin: auto;
  margin-top: 50px;
  visibility: hidden; }

.term-adopted .pet-search-form {
  display: none; }

.pet-status-hover-text {
  width: 90%;
  margin: 0px 5%;
  color: #000;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  font-weight: 600;
  background-color: white;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 20px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Safari prior 9.0 */
  transform: scale(0, 0);
  /* Standard syntax */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .pet-status-hover-text:after {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #fff; }

/* # Media Queries
--------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    color: #2a3139 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #eceef1;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    width: 100%;
    text-align: center; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    position: relative;
    top: -10rem;
    padding-top: 0; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; }
  header, footer {
    display: none; }
  .site-inner {
    margin-top: 0 !important;
    top: 0 !important; } }

/* ## Site Footer
--------------------------------------------- */
.site-footer {
  position: relative;
  width: 100%;
  border-top: 1px solid #eceef1;
  color: #000; }
  @media (min-width: 768px) {
    .site-footer .widget-area {
      margin-bottom: 0; } }
  .site-footer a {
    color: #000 !important; }
    .site-footer a:hover, .site-footer a:focus {
      color: #ed2991 !important; }
  .site-footer .button, .site-footer .item-button > a {
    color: #fff; }
    .site-footer .button:hover, .site-footer .item-button > a:hover, .site-footer .button:focus, .site-footer .item-button > a:focus {
      color: #fff; }
    .site-footer .button.outline, .site-footer .item-button > a.outline {
      color: #feb752; }
      .site-footer .button.outline:hover, .site-footer .item-button > a.outline:hover, .site-footer .button.outline:focus, .site-footer .item-button > a.outline:focus {
        color: #fff; }
    .site-footer .button.white, .site-footer .item-button > a.white {
      color: #2a3139; }
      .site-footer .button.white:hover, .site-footer .item-button > a.white:hover, .site-footer .button.white:focus, .site-footer .item-button > a.white:focus {
        color: #2a3139; }
      .site-footer .button.white.outline, .site-footer .item-button > a.white.outline {
        color: #fff; }
        .site-footer .button.white.outline:hover, .site-footer .item-button > a.white.outline:hover, .site-footer .button.white.outline:focus, .site-footer .item-button > a.white.outline:focus {
          color: #2a3139; }
    .site-footer .button:disabled, .site-footer .item-button > a:disabled {
      color: #c6cace; }
  .front-page .site-footer .before-footer {
    display: none; }

/* ## Before Footer
--------------------------------------------- */
.before-footer {
  padding: 5rem 0;
  border-bottom: 1px solid #eceef1;
  background: #2c1f3c !important;
  color: #fcf1e4; }
  @media (min-width: 768px) {
    .before-footer {
      padding: 7.5rem 0; } }
  .before-footer h5 {
    font-size: 28px; }
  .blog .before-footer, .archive .before-footer, .search-results .before-footer {
    background-color: #0093d0; }
  .before-footer .button, .before-footer .item-button > a {
    background-color: #ed2991;
    color: #fcf1e4 !important; }
    .before-footer .button:hover, .before-footer .item-button > a:hover, .before-footer .button:focus, .before-footer .item-button > a:focus {
      color: #fcf1e4 !important;
      background-color: #FC8825; }
  .before-footer .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .before-footer .wrap:before, .before-footer .wrap:after {
      display: none; }
  .before-footer .widget {
    margin-bottom: 0; }
    .before-footer .widget:last-of-type {
      margin-bottom: 0; }
  .before-footer h2, .before-footer h3, .before-footer h4, .before-footer h5, .before-footer h6 {
    color: #fcf1e4; }
  @media (min-width: 768px) {
    .before-footer p {
      margin: 0; } }
/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
  position: relative;
  padding: 5rem 0 0;
  font-size: 1.5rem;
  background-color: #fcf1e4; }
  @media (min-width: 768px) {
    .footer-widgets {
      padding: 10rem 0 0; } }
  .footer-widgets h3 {
    color: #2a3139; }
  @media (min-width: 768px) {
    .footer-widgets .wrap {
      display: flex;
      flex-wrap: wrap; } }
  .footer-widgets .widget-title {
    margin-bottom: 1em;
    color: #2a3139;
    font-size: 1.6rem; }
  .footer-widgets .widget-area {
    margin: 0 auto 0;
    padding-bottom: 3rem; }
    @media (min-width: 768px) {
      .footer-widgets .widget-area {
        width: 31.6239316239%;
        margin-left: 2.5641025641%; }
        .footer-widgets .widget-area.footer-widgets-1 {
          margin-left: 0; } }
    .footer-widgets .widget-area.footer-widgets-1 i {
      display: inline-block;
      float: left;
      margin-top: 0.2em;
      margin-right: 0.618em; }
    .footer-widgets .widget-area.footer-widgets-2 {
      display: flex; }
      @media (min-width: 768px) {
        .footer-widgets .widget-area.footer-widgets-2 {
          margin-bottom: 0; } }
      .footer-widgets .widget-area.footer-widgets-2 .widget {
        width: 48.7179487179%; }
    .footer-widgets .widget-area .widget {
      display: block;
      margin-bottom: 4rem; }
      .footer-widgets .widget-area .widget:last-of-type {
        margin-bottom: 0; }
      .footer-widgets .widget-area .widget.widget_nav_menu {
        margin-bottom: 0; }
  @media (min-width: 768px) {
    .footer-widgets .gf_simple_horizontal_wrapper .gform_body {
      width: 80% !important;
      max-width: 80% !important; } }
  .footer-widgets .gf_simple_horizontal_wrapper .gform_body ul li {
    padding: 0 !important; }
  .footer-widgets .gf_simple_horizontal_wrapper .gform_body input[type=text] {
    padding-right: 20px !important;
    padding-left: 20px !important;
    background-color: #fff !important;
    border: none; }
    @media (min-width: 768px) {
      .footer-widgets .gf_simple_horizontal_wrapper .gform_body input[type=text] {
        border-radius: 0; } }
  @media (min-width: 768px) {
    .footer-widgets .gf_simple_horizontal_wrapper .gform_footer {
      max-width: 20% !important; } }
  .footer-widgets .gf_simple_horizontal_wrapper .gform_footer input[type=submit] {
    color: #fcf1e4; }
    @media (min-width: 768px) {
      .footer-widgets .gf_simple_horizontal_wrapper .gform_footer input[type=submit] {
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 0; } }
/* ## Footer Credits
--------------------------------------------- */
.footer-credits {
  display: flex;
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: #fcf1e4; }
  .footer-credits .wrap {
    padding: 4rem 4rem;
    border-top: 1px solid #eceef1;
    border-color: #fff; }
    @media (min-width: 768px) {
      .footer-credits .wrap {
        padding: 4rem 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center; } }
  @media (min-width: 768px) {
    .footer-credits .widget:last-of-type {
      text-align: right; } }
  .footer-credits .widget_text {
    text-align: center; }
    @media (min-width: 768px) {
      .footer-credits .widget_text {
        text-align: right; } }
    .footer-credits .widget_text a {
      text-decoration: none; }
  .footer-credits .simple-social-icons .alignleft {
    justify-content: center;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .footer-credits .simple-social-icons .alignleft {
        float: left;
        justify-content: flex-start;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .footer-credits .simple-social-icons {
      margin-bottom: 0; } }
  .footer-credits .menu-item {
    width: auto;
    margin-left: 1em;
    margin-right: 1em; }
    @media (min-width: 768px) {
      .footer-credits .menu-item {
        margin-left: 2em;
        margin-right: 0; } }
  .footer-credits p {
    margin-bottom: 0; }
  .footer-credits .widget_nav_menu {
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-credits .widget_nav_menu {
        text-align: right; } }
  .footer-credits #menu-footer-menu {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .footer-credits #menu-footer-menu {
        margin-top: 0;
        width: auto !important;
        float: right !important; } }
/* .ab-block-cta .ab-button {
	font-family: $base-font;
	font-weight: $font-weight--semibold;
} */
.adoptable-callout-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px; }
  .adoptable-callout-block-pet {
    text-align: center;
    padding: 50px 0;
    text-decoration: none; }
    .adoptable-callout-block-pet img {
      width: auto !important;
      display: block !important;
      margin: auto !important;
      margin-bottom: 15px !important; }

.latest-posts-block {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .latest-posts-block {
      padding: 75px 0; } }
  .latest-posts-block-title {
    text-align: center;
    margin-bottom: 50px; }
  .latest-posts-block .entry {
    background-color: #f9f7f1;
    border: 1px solid #eceef1;
    border-color: #efecdc; }
    .latest-posts-block .entry .wp-post-image {
      width: 100%;
      margin-top: 0px;
      margin-bottom: 0; }
    .latest-posts-block .entry a:hover .wp-post-image, .latest-posts-block .entry a:focus .wp-post-image {
      opacity: .8; }
    .latest-posts-block .entry-header {
      padding: 25px 30px 0px; }
    .latest-posts-block .entry-content {
      padding: 0 30px; }
    .latest-posts-block .entry-footer {
      padding: 0px 30px 30px 30px;
      border: none;
      margin-top: 0 !important;
      position: absolute;
      bottom: 0; }
  .latest-posts-block-posts {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      .latest-posts-block-posts {
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1152px) {
      .latest-posts-block-posts {
        grid-template-columns: 1fr 1fr 1fr; } }
  .latest-posts-block .entry {
    margin-bottom: 0 !important; }
  .latest-posts-block .has-call-to-action {
    padding-bottom: 60px; }

.featured-pets-block {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .featured-pets-block {
      padding: 75px 0; } }
  .featured-pets-block-title {
    text-align: center;
    margin-bottom: 50px; }
  .featured-pets-block .featured-pets {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      .featured-pets-block .featured-pets {
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1152px) {
      .featured-pets-block .featured-pets {
        grid-template-columns: 1fr 1fr 1fr; } }
    .featured-pets-block .featured-pets-pet {
      position: relative;
      background-color: #585757; }
      .featured-pets-block .featured-pets-pet img {
        width: 100%;
        margin: 0; }
        .featured-pets-block .featured-pets-pet img :hover {
          filter: grayscale(100%); }
      .featured-pets-block .featured-pets-pet-title {
        width: 100%;
        position: absolute;
        bottom: 0;
        text-align: center;
        color: #fff;
        margin-bottom: 0;
        padding: 70px 0px 20px 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
        /* IE6-9 */ }
      .featured-pets-block .featured-pets-pet-hover {
        opacity: 0px;
        color: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 0px;
        text-align: center;
        padding-top: 40%; }
      .featured-pets-block .featured-pets-pet:hover img {
        filter: grayscale(100%); }
      .featured-pets-block .featured-pets-pet:hover .featured-pets-pet-hover {
        background-color: #7a619f;
        background-size: cover;
        opacity: 0.8;
        font-size: 125px;
        padding-top: 25%; }

.more-pets-block {
  background: #f47521;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .more-pets-block {
      padding: 75px 0; } }
  .more-pets-block-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
    color: #000; }
  .more-pets-block-buttons {
    text-align: center; }
    .more-pets-block-buttons .button, .more-pets-block-buttons .item-button > a {
      margin-right: 10px;
      margin-left: 10px; }
      .more-pets-block-buttons .button:hover, .more-pets-block-buttons .item-button > a:hover, .more-pets-block-buttons .button:focus, .more-pets-block-buttons .item-button > a:focus {
        cursor: pointer;
        color: #fff;
        background-color: #ed2991; }

.hero-block {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .hero-block {
      min-height: 600px; } }
  @media (min-width: 1152px) {
    .hero-block {
      min-height: 800px; } }
  .hero-block-video {
    width: 100%;
    min-height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media (min-width: 768px) {
      .hero-block-video {
        min-height: 600px; } }
    @media (min-width: 1152px) {
      .hero-block-video {
        min-height: 800px; } }
  .hero-block-content {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .hero-block-content {
        text-align: left; } }
    .hero-block-content .button, .hero-block-content .item-button > a {
      background-color: #f47521;
      color: #fff; }
    .hero-block-content-outer {
      width: 100%;
      height: 300px;
      display: table; }
      @media (min-width: 768px) {
        .hero-block-content-outer {
          height: 600px; } }
      @media (min-width: 1152px) {
        .hero-block-content-outer {
          height: 800px; } }
    .hero-block-content-inner {
      display: table-cell;
      vertical-align: middle; }
  .hero-block-title {
    color: #fff; }
  .hero-block .button, .hero-block .item-button > a {
    background-color: #FC8825; }
    .hero-block .button:hover, .hero-block .item-button > a:hover, .hero-block .button:focus, .hero-block .item-button > a:focus {
      background-color: #ed2991; }

.donation-form-block {
  background-color: #fbf6f2; }
  .donation-form-block-title {
    color: #fff;
    background-color: #2c1f3c;
    padding: 20px;
    margin-bottom: 0px;
    line-height: 36px; }
    @media (min-width: 768px) {
      .donation-form-block-title {
        padding: 30px 30px 25px 30px; } }
    .donation-form-block-title i {
      position: absolute;
      opacity: .1;
      right: -10px;
      top: -15px;
      font-size: 120px;
      -ms-transform: rotate(-20deg);
      /* IE 9 */
      -webkit-transform: rotate(-20deg);
      /* Safari 3-8 */
      transform: rotate(-20deg); }
  .donation-form-block .donation-form {
    font-size: 0;
    width: 100%;
    padding: 20px 20px; }
    @media (min-width: 768px) {
      .donation-form-block .donation-form {
        padding: 50px 30px; } }
    .donation-form-block .donation-form .button, .donation-form-block .donation-form .item-button > a, .donation-form-block .donation-form .custom-amount-wrapper {
      padding-left: 10px;
      padding-right: 10px;
      width: calc(50% - 20px);
      display: inline-block;
      margin-bottom: 20px;
      margin-right: 20px; }
      @media (min-width: 768px) {
        .donation-form-block .donation-form .button, .donation-form-block .donation-form .item-button > a, .donation-form-block .donation-form .custom-amount-wrapper {
          width: calc(25% - 20px);
          margin-bottom: 25px; } }
    .donation-form-block .donation-form .custom-amount-wrapper {
      padding: 0;
      position: relative; }
      .donation-form-block .donation-form .custom-amount-wrapper i {
        padding: 0px 10% 0 12%;
        color: #2c1f3c;
        position: absolute;
        border-right: solid 2px #2c1f3c;
        height: 100%;
        font-size: 16px;
        line-height: 49px; }
    .donation-form-block .donation-form input[type=number] {
      width: 100%;
      margin-bottom: 0;
      padding-left: 22%;
      text-align: center;
      text-transform: lowercase; }
      .donation-form-block .donation-form input[type=number]:hover, .donation-form-block .donation-form input[type=number]:focus {
        color: #2c1f3c;
        background-color: transparent;
        border: solid 2px #2c1f3c; }
    .donation-form-block .donation-form .submit {
      margin-top: 20px;
      width: 100%;
      background-color: #2c1f3c; }
      .donation-form-block .donation-form .submit:hover, .donation-form-block .donation-form .submit:focus {
        background-color: #FC8825; }
      @media (min-width: 768px) {
        .donation-form-block .donation-form .submit {
          width: auto;
          width: calc(50% - 20px); } }
.wp-block-embed-youtube {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%; }

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wp-block-atomic-blocks-ab-accordion .ab-accordion-title,
.wp-block-atomic-blocks-ab-accordion .gb-accordion-title,
.wp-block-genesis-blocks-gb-accordion .ab-accordion-title,
.wp-block-genesis-blocks-gb-accordion .gb-accordion-title {
  background-color: #fbf6f2; }
  .wp-block-atomic-blocks-ab-accordion .ab-accordion-title:focus,
  .wp-block-atomic-blocks-ab-accordion .gb-accordion-title:focus,
  .wp-block-genesis-blocks-gb-accordion .ab-accordion-title:focus,
  .wp-block-genesis-blocks-gb-accordion .gb-accordion-title:focus {
    outline: 1px solid #f47521; }

.has-blue-background-color {
  background-color: #0093d0; }

.has-purple-background-color {
  background-color: #2c1f3c; }

.has-orange-background-color {
  background-color: #f47521; }

.has-pink-background-color {
  background-color: #ed2991; }

.has-cream-background-color {
  background-color: #fbf6f2; }

.has-black-background-color {
  background-color: #000; }

.has-white-background-color {
  background-color: #fff; }

.has-text-color.has-blue-color {
  color: #0093d0; }

.has-text-color.has-purple-color {
  color: #2c1f3c; }

.has-text-color.has-orange-color {
  color: #f47521; }

.has-text-color.has-pink-color {
  color: #ed2991; }

.has-text-color.has-cream-color {
  color: #fbf6f2; }

.has-text-color.has-black-color {
  color: #000; }

.has-text-color.has-white-color {
  color: #fff; }

.has-blue-color, .has-blue-color p {
  color: #0093d0; }

.has-purple-color, .has-purple-color p {
  color: #2c1f3c; }

.has-orange-color, .has-orange-color p {
  color: #f47521; }

.has-pink-color, .has-pink-color p {
  color: #ed2991; }

.has-cream-color, .has-cream-color p {
  color: #fbf6f2; }

.has-black-color, .has-black-color p {
  color: #000; }

.has-white-color, .has-white-color p {
  color: #fff; }
