*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html, body {
  height: 100%; }

body {
  font-family: raleway, sans-serif;
  text-align: center;
  font-size: 1em;
  line-height: 1.4em;
  color: #000;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #53635B;
  text-transform: uppercase;
  line-height: 1.2em; }

img {
  border: none; }

/* Main titles for various pages. */
h1 {
  font-size: 2em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: .8em; }

/* Non-title text */
p {
  margin: 1em 0;
  /*use for top/bottom*/
  padding: 0;
  /*use for left/right*/
  hyphens: none; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: disc; }

li {
  margin: 0;
  padding: 2px;
  list-style-position: outside; }

a.btn, a.btn:link, a.btn:visited {
  background-color: #f38300;
  color: #fff;
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 5px 20px;
  display: inline-block;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
  a.btn:hover, a.btn:link:hover, a.btn:visited:hover {
    background-color: #53635B;
    opacity: 0.5; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/********* LINK STYLES *********/
a, a:link, a:visited {
  color: #3e4f52;
  text-decoration: none; }

a:hover, a:active {
  color: #51625b;
  text-decoration: underline; }

p a, p a:link, p a:visited {
  color: #3e4f52;
  text-decoration: underline; }
p a:hover, p a:active {
  color: #0947ae; }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  min-height: 100%;
  margin-bottom: -274px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.container:after {
  content: "";
  display: block;
  height: 274px; }

.wrapper-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .wrapper-container:after {
    content: " ";
    display: block;
    clear: both; }

.wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both; }

.content {
  width: 100%;
  padding: 0 20px; }

.content-full-width {
  width: 100%; }

.frontpage-content {
  width: 100%; }

header, footer {
  width: 100%; }

.frontpage-header {
  height: 175px;
  z-index: 9999;
  background-color: white; }

.header {
  position: relative;
  background: #fff; }

.logo {
  text-align: center;
  padding: 10px; }
  .logo img {
    display: block;
    width: 188px;
    margin: 0 auto; }

.search-button {
  position: relative;
  z-index: 99;
  display: none; }
  .search-button button {
    padding: 10px 30px;
    background: #3e4f52;
    color: #fff;
    border: none;
    width: 100%; }

.content, .main, .main-left, .main-right, .main-full, .main-full-frontpage, aside {
  -webkit-transition: 0.5s all linear 0.2s ease-in-out;
  -moz-transition: 0.5s all linear 0.2s ease-in-out;
  -ms-transition: 0.5s all linear 0.2s ease-in-out;
  -o-transition: 0.5s all linear 0.2s ease-in-out;
  transition: 0.5s all linear 0.2s ease-in-out; }

.main, .main-left, .main-right, .main-full {
  padding: 0; }
  .main ul, .main-left ul, .main-right ul, .main-full ul {
    margin-left: 1.1em; }

body.woocommerce .main, body.woocommerce .main-left, body.woocommerce .main-right, body.woocommerce .main-full {
  padding: 0 30px; }

.main-full-frontpage ul {
  margin-left: 1.1em; }

aside {
  padding: 0 .5em; }

.sidebar ul {
  margin: 0 1.5em 0; }

.widget {
  padding: 0 10px;
  margin: 25px 0; }
  .widget:first-child {
    margin: 0 0 25px 0; }

.footer-widget .widget {
  margin: 0; }
  .footer-widget .widget .wpforms-container {
    margin: 0; }
  .footer-widget .widget .wpforms-container .wpforms-field {
    padding: 0; }
  .footer-widget .widget .wpforms-container .wpforms-field-label {
    color: #fff;
    padding: 10px 0 0 0; }
  .footer-widget .widget .wpforms-confirmation-container p {
    font-size: 2em;
    text-align: center;
    color: #fff; }

footer {
  font-size: .8em;
  background-color: #555;
  /* for sticky footer - matches container margin-bottom */
  padding-top: 10px; 
  margin-top: 40px;
}

footer ul {
  margin: 12px 0 0 0; }

footer li {
  list-style: none;
  display: inline;
  text-align: center; }
  footer li a, footer li a:link, footer li a:visited {
    color: #f5f5f5; }

.top-footer {
  padding: 10px 0 20px;
}
.middle-footer {
  position: relative;
  z-index: 99999; }
  .middle-footer .guarantee-container .box img {
    max-width: 400px; }

.bottom-footer {
  margin-bottom: -200px;
  position: relative;
  z-index: 9999;
  text-align: center; 
}
.copy-footer-container {
  position: relative;
/*  min-height: 274px; */
}
.copy-footer {
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;*/
  background: #3e4f52;
  padding: 10px 0 6px;
}
  .copy-footer p {
    margin: 0;
    color: #f5f5f5; }

.better {
  background-color: #f1f1f1;
  text-align: center;
  padding: 25px 0;
  position: relative; }

.circle-container {
  margin: 18px auto;
  padding: 0 25px;
  text-align: center; }

.circle {
  display: block;
  width: 200px;
  height: 200px;
  margin: 20px auto;
  background: #f1f1f1;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 5px solid #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden; }
  .circle img {
    object-fit: cover;
    width: 200px;
    height: 200px; }
  .circle.compat-object-fit {
    background-size: cover;
    background-position: center center; }

.column-full {
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0; }

.column-3 {
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.column-4 {
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0; }

.parallax {
  height: 267px;
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.parallax-content {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  padding-top: 33px; }

.parallax-title-container {
  margin-bottom: 69px;
  padding: 30px 0;
  background-color: rgba(244, 244, 244, 0.7);
  text-align: center;
  position: relative; }
  .parallax-title-container h1 {
    font-size: 2em;
    color: #000;
    -webkit-text-shadow: 0 2px 3px #000;
    -moz-text-shadow: 0 2px 3px #000;
    -ms-text-shadow: 0 2px 3px #000;
    /* IE 10+ */
    -o-text-shadow: 0 2px 3px #000;
    text-shadow: 0 2px 3px #000; }
  .parallax-title-container p {
    font-size: 1em;
    font-family: raleway,sans-serif;
    color: #000;
    margin: 0;
    word-break: normal;
    hyphens: none;
    line-height: 1.1em;
    -webkit-text-shadow: 0 2px 3px #000;
    -moz-text-shadow: 0 2px 3px #000;
    -ms-text-shadow: 0 2px 3px #000;
    /* IE 10+ */
    -o-text-shadow: 0 2px 3px #000;
    text-shadow: 0 2px 3px #000; }
  .parallax-title-container .search-link {
    margin: 61px auto -74px; }
    .parallax-title-container .search-link.breeds {
      margin: 109px auto -82px; }

.parallax-title-container.section-d {
  margin-bottom: 69px;
  padding: 30px 0;
  background-color: transparent !important;
  text-align: center;
  position: relative; }

.static-background {
  height: 278px;
  background-image: url(../images/family_w_dog_ball.jpg);
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.static-background-content {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  padding-top: 50px; }

.static-background-title-container {
  margin-bottom: 69px;
  padding: 30px 0;
  text-align: center;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.5); }
  .static-background-title-container h2 {
    font-size: 1.5em;
    font-weight: normal;
    font-style: italic;
    font-family: raleway,sans-serif;
    text-transform: capitalize;
    margin-top: 60px;
    color: #000;
    -webkit-text-shadow: 0 2px 3px #000;
    -moz-text-shadow: 0 2px 3px #000;
    -ms-text-shadow: 0 2px 3px #000;
    /* IE 10+ */
    -o-text-shadow: 0 2px 3px #000;
    text-shadow: 0 2px 3px #000; }
  .static-background-title-container p {
    font-size: 1em;
    font-family: raleway,sans-serif;
    color: #000;
    margin: 0;
    word-break: normal;
    hyphens: none;
    line-height: 1.1em; }

.static-background-pages {
  /*height: 499px; 
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  */ }

.static-background-title-container-pages {
  padding: 0;
  text-align: center;
  height: auto;
  overflow: hidden; }
  .static-background-title-container-pages img.static-img {
    position: relative;
    width: 100%; }

.custom-search-box {
  display: block;
  background: #eee; }

/* For Gutenberg parallax - Not Wokring
.entry-content .alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}

.entry-content .alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}

.alignfull img {
  width: 100vw;
}
*/
.h4-contact, .h4-faq, .h4-pages {
  font-size: 2.2em; }

.about-text {
  /* padding: 40px 100px; */
  padding: initial;
  text-align: center; }

.review-text {
  padding: 20px 0; }

.section-container {
  padding: 40px; }

.main-cat-box-title.caring {
  color: #000;
  padding: 0 20px; }
  .main-cat-box-title.caring p {
    font-size: .9em;
    line-height: 1.4em; }

.main-cat-box .box.caring {
  padding: 0;
  height: auto; }

.h4-caring {
  text-align: center;
  font-weight: normal;
  text-align: center;
  color: #fff; }

.caring {
  color: #fff;
  padding: 0 20px; }

.caring-bg {
  background: #53635B; }

wp-block-cover.has-parallax {
  background-attachment: fixed;
  padding-top: 196px; }

.wp-block-cover, .wp-block-cover-image {
  height: 430px;
  min-height: 710px; }

.wp-block-cover .wp-block-cover-text {
  font-size: 1.8em;
  background: #fff;
  color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  padding: 40px 30px;
  max-width: 910px; }
  .wp-block-cover .wp-block-cover-text strong {
    font-weight: 900; }

.circle-search-link {
  padding: 15px;
  margin: 76px auto 0;
  width: 210px;
  background: #3e4f52;
  text-align: center;
  position: relative;
  top: -51px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .circle-search-link:hover {
    background: #7a8688; }
  .circle-search-link a {
    color: #fff;
    font-size: 1.5em; }

.action-text h5.home-green-section {
  margin: 20px 0;
  color: #fff;
  font-size: 1.5em;
  text-transform: capitalize; }
  .action-text h5.home-green-section:first-child {
    margin: 73px 0 20px 0; }

.steps {
  background: #f1f1f1;
  padding-top: 30px; }
  .steps h3 {
    font-weight: normal;
    -webkit-text-shadow: 0 2px 3px #000;
    -moz-text-shadow: 0 2px 3px #000;
    -ms-text-shadow: 0 2px 3px #000;
    /* IE 10+ */
    -o-text-shadow: 0 2px 3px #000;
    text-shadow: 0 2px 3px #000;
    text-align: center;
    font-size: 1.6em;
    line-height: 2.3em; }
  .steps h3 span {
    font-size: 4em;
    vertical-align: sub; }

.section-container.stories-bg {
  height: 100%;
  background-image: url(../images/stories.jpg);
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.stories-container {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%; }
  .stories-container h2 {
    text-align: center;
    font-weight: normal;
    -webkit-text-shadow: 0 2px 3px #000;
    -moz-text-shadow: 0 2px 3px #000;
    -ms-text-shadow: 0 2px 3px #000;
    /* IE 10+ */
    -o-text-shadow: 0 2px 3px #000;
    text-shadow: 0 2px 3px #000;
    text-align: center; }
  .stories-container p {
    font-style: italic; }
  .stories-container .circle-container {
    display: block; }
    .stories-container .circle-container .circle {
      display: inline-block; }
    .stories-container .circle-container .stories {
      display: inline-block;
      padding: 0 20px; }

.guarantee-bg {
  background: #3e4f52;
  padding: 60px; }

.guarantee-container {
  background: #fff;
  padding: 40px 20px; }
  .guarantee-container .box h2 {
    text-align: center;
    font-weight: normal;
    -webkit-text-shadow: 0 2px 3px #000;
    -moz-text-shadow: 0 2px 3px #000;
    -ms-text-shadow: 0 2px 3px #000;
    /* IE 10+ */
    -o-text-shadow: 0 2px 3px #000;
    text-shadow: 0 2px 3px #000; }
  .guarantee-container .box p {
    padding: 20px; }
  .guarantee-container .box ul {
    list-style-type: none;
    margin: 0; }
    .guarantee-container .box ul li {
      font-size: 1.2em; }
  .guarantee-container .box .fa-check-square {
    padding: 10px 10px 10px 0px;
    font-size: 1.5em;
    vertical-align: middle; }
  .guarantee-container .box img {
    width: 100%;
    margin-top: 40px; }

.pdf-bg {
  display: none; }

.pdf-container {
  background: #ccc;
  padding: 40px 20px; }
  .pdf-container .box h2 {
    text-align: center;
    font-weight: normal;
    margin-top: 27px;
    color: #fff; }
  .pdf-container .box p {
    padding: 20px;
    color: #fff;
    text-align: center; }
  .pdf-container .box img {
    width: 100%; }

.who-container {
  background: #ccc;
  padding: 40px 20px;
  border-top: 6px solid #3e4f52; }
  .who-container .box {
    text-align: center; }
    .who-container .box h2 {
      text-align: center;
      font-weight: normal;
      margin-top: 27px; }
    .who-container .box p {
      padding: 20px 30px;
      color: #3e4f52;
      text-align: center; }
    .who-container .box img {
      width: 50%; }

.homepage-content {
  background-color: #fafafa; }
  .homepage-content p {
    padding: 0 30px; }

.homepage-content-img {
  background-color: #fefef4;
  text-align: center;
  margin-bottom: 25px; }

.review-content {
  background: #dbdbdb; }

.category-image {
  text-align: center; }
  .category-image img {
    position: relative;
    max-width: 800px;
    width: 100%; }

.category-title-container {
/*  margin-top: -182px;
  margin-bottom: 46px;
  background-color: rgba(244, 244, 244, 0.5);*/
  text-align: center;
  position: relative; }
.category-title-container h1 {
  font-size: 2.5em; }
.category-title-container p {
  font-family: raleway,sans-serif;
  font-size: 2em;
  hyphens: none;
  line-height: 1.1em;
  margin: 0;
  word-break: normal;
}
.main-category-title-container {
	margin-top: -335px;
	margin-bottom: 69px;
	padding: 30px 0;
	background-color: rgba(244, 244, 244, 0.5);
	text-align: center;
	position: relative; }
.main-category-title-container h1 {
	font-size: 4.5em;
}
  .main-category-title-container p {
    font-size: 1.6em;
    font-family: raleway,sans-serif;
    margin: 0;
    hyphens: none;
    word-break: normal;
    line-height: 1.1em;
}

.category-specs {
  border-top: 4px solid #3e4f52;
  border-bottom: 4px solid #3e4f52;
  background-color: #fafafa; }
  .category-specs .box {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 109px;
    text-align: center;
    line-height: 100px;
    margin: 2px 1px 0 0;
    border-bottom: 2px solid #3e4f52; }
    .category-specs .box:last-child {
      border: none;
      margin: 2px 0 0 0; }
    .category-specs .box p {
      margin: 0;
      font-weight: bold;
      font-size: 1em;
      color: #3e4f52; }

.breed-sub-description {
  padding: 20px 30px;
  text-align: center; }
  .breed-sub-description span.title {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.2em;
    color: #3e4f52; }
  .breed-sub-description span.review {
    font-size: 1.1em;
    font-weight: normal;
    font-varient: italics; }

.category-sub-description {
  padding: 20px 30px;
  text-align: center;
  background: #3e4f52; }
  .category-sub-description p {
    font-size: 1em;
    line-height: 1.8em;
    color: #fff;
    hyphen: none; }
    .category-sub-description p:last-child {
      font-size: 1.1em;
      font-weight: normal;
      font-varient: italics; }
  .category-sub-description h2 {
    font-size: 2em;
    color: #fff; }
  .category-sub-description h3 {
    font-family: "Times Roman", serif;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.3em;
    color: #fff;
    margin-top: 45px;
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .category-sub-description.call-to-action {
    padding: 41px 0;
    margin-bottom: -11px;
    background: #fafafa;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .category-sub-description.call-to-action h2 {
    color: #3e4f52;
    font-size: 2.5em; }

.back-banner {
  width: 100%;
  height: 62px;
  background: #3e4f52;
  padding: 20px 0;
  text-align: center; }
  .back-banner a {
    text-transform: uppercase;
    color: #c7c7c5;
    font-size: 1.3em; }

.category-back-banner {
  width: 100%;
  background: #3e4f52;
  padding: 20px 0;
  text-align: center; }
  .category-back-banner a {
    text-transform: uppercase;
    color: #c7c7c5;
    font-size: 1.3em; }

.breed-spec-description {
  margin-top: 20px; }

.breed-specs ul {
  list-style-type: none; }
.breed-specs img {
  max-width: 300px; }

.breed-similar {
  text-align: center; }

.breed-similar-link {
  padding: 20px;
  margin: 20px 0;
  background: #3e4f52;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .breed-similar-link:hover {
    background: #7a8688; }
  .breed-similar-link a {
    color: #fff; }

.search-link {
  padding: 15px;
  margin: 20px auto 31px;
  width: 300px;
  background: #3e4f52;
  text-align: center;
  position: relative;
  top: -87px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .search-link:hover {
    background: #7a8688; }
  .search-link a {
    color: #fff;
    font-size: 1.5em; }

.search-link-black {
  display: block;
  padding: 15px;
  margin: 20px auto 31px;
  width: 300px;
  background: #000;
  text-align: center;
  position: relative;
  top: 5px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .search-link-black:hover {
    background: #7a8688; }
  .search-link-black a {
    color: #fff;
    font-size: 1.5em; }

.main-cat-box .container1, .main-cat-box .container2, .main-cat-box .container3 {
  padding-bottom: 20px; }
.main-cat-box img {
  padding-top: 33px;
  width: 160px; }
.main-cat-box .box {
  text-align: center;
  padding: 0 10px; }
.main-cat-box h2 {
  font-size: 1.4em;
  letter-spacing: 0.15em;
  -webkit-text-shadow: 0 2px 3px #000;
  -moz-text-shadow: 0 2px 3px #000;
  -ms-text-shadow: 0 2px 3px #000;
  /* IE 10+ */
  -o-text-shadow: 0 2px 3px #000;
  text-shadow: 0 2px 3px #000; }

.action-text {
  background: #3e4f52;
  padding: 3px 20px 35px;
  text-align: center;
  height: auto; }
  .action-text p {
    color: #fff; }

.content.content-bottom.green-bg {
  text-align: center;
  background: #3e4f52;
  padding: 30px 235px; }
  .content.content-bottom.green-bg h4 {
    color: #fff;
    text-transform: none;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.4em; }
    .content.content-bottom.green-bg h4:first-child {
      font-size: 1.4em;
      margin-bottom: 10px;
      font-weight: bold; }

.content.content-bottom {
  text-align: center;
  padding: 30px; }

.m6-product-sub-title {
  text-align: center;
  font-size: 1.5em; }

.m6-parents {
  max-width: 955px;
  margin: 0 auto;
  text-align: center; }

.acf-puppy-info p:first-child {
  margin: 0 0 1em 0; }

.m6-product {
  max-width: 955px;
  margin: 0 auto; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
  width: 45%;
}

mark {
  background-color: transparent; }

div.banner {
  position: relative; }
  div.banner:after {
    position: absolute;
    content: ' ';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/adopted.png) no-repeat bottom center/contain; }

#buddypress li.product {
  display: inline-block;
  width: auto;
  margin: 20px 0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

@media (min-width: 600px) {
  .box.footer-widget {
    max-width: 440px;
    margin: 0 auto; }

  .wpforms-container input.wpforms-field-medium {
    max-width: 100% !important; } }
@media (min-width: 768px) {
  .main {
    width: 66.10169%;
    float: right;
    margin-right: 0; }

  aside {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }

  .main-full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .main-full-frontpage {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

  aside.full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .main-right {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%; }

  aside.right {
    width: 32.20339%;
    float: right;
    margin-right: 0; }

  .breed-specs:first-child {
    width: 100%;
    display: block;
    vertical-align: top; }

  .breed-specs {
    width: 48%;
    display: inline-block;
    vertical-align: top; }

  .breed-similar-link {
    padding: 12px;
    margin: 20px;
    display: inline-block;
    min-width: 300px; }

  .m6-product .box {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px; } }
@media (min-width: 960px) {
  /*.middle-footer {
    margin-bottom: 55px; 
  }*/
	
	.bottom-footer {
		margin-top: 70px;
	}

  .logo {
    width: 22%;
    display: inline-block; }

  .search-button {
    width: 20%;
    display: inline-block;
    top: -70px; }

  .column-3 {
    width: 33%;
    display: table-cell; }

  .column-4 {
    width: 25%;
    display: table-cell; }

  .section-container {
    padding: 40px 100px; }

  .section-container-full {
    padding: 0; }

  .parallax {
    height: 580px;
    background-size: cover; }

  .parallax.action-text {
    height: 380px;
    background-size: cover; }

  .parallax-content {
    width: 70%;
    margin: 0 auto;
    color: #fff;
    padding-top: 50px; }
    .parallax-content .search-link {
      margin: 105px auto -29px; }

  .parallax-title-container.section-d {
    margin-top: 0;
    padding: 46px 0; }

  .parallax-title-container {
    margin-top: 91px;
    padding: 46px 0;
    background-color: rgba(244, 244, 244, 0.5); }
    .parallax-title-container h1 {
      font-size: 3.7em; }
    .parallax-title-container p {
      font-size: 1.4em;
      padding: 0 130px; }

  .static-background {
    height: 499px;
    background-position-y: -142px; }

  .static-background-title-container h2 {
    font-size: 1.9em;
    margin-top: 190px; }

  .frontpage-header {
    height: 143px;
    background-color: rgba(255, 255, 255, 0.9); }

  wp-block-cover, .wp-block-cover-image {
    height: 710px; }

  .wp-block-cover .wp-block-cover-text {
    font-size: 2.5em;
    background: #fff;
    color: #000;
    opacity: 0.75;
    filter: alpha(opacity=75);
    padding: 70px 30px;
    max-width: 910px; }
    .wp-block-cover .wp-block-cover-text strong {
      font-weight: 900; }
      .wp-block-cover .wp-block-cover-text strong:nth-child(2) {
        font-weight: normal; }

  .better:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 31%;
    left: 0;
    border-top: 3px solid #3e4f52;
    background: #3e4f52;
    transform: translateY(-50%); }

  .circle-container {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    position: relative; }

  .stories-container {
    padding: 30px 50px 50px 50px; }
    .stories-container h2 {
      text-align: center;
      font-weight: normal;
      -webkit-text-shadow: 0 2px 3px #000;
      -moz-text-shadow: 0 2px 3px #000;
      -ms-text-shadow: 0 2px 3px #000;
      /* IE 10+ */
      -o-text-shadow: 0 2px 3px #000;
      text-shadow: 0 2px 3px #000;
      text-align: center; }
    .stories-container .circle-container {
      display: inline-block;
      width: 100%; }
      .stories-container .circle-container .circle {
        display: inline-block;
        width: 300px;
        height: 300px; }
        .stories-container .circle-container .circle img {
          width: 300px;
          height: 300px; }
      .stories-container .circle-container .stories {
        display: inline-block;
        width: 50%;
        padding: 20px;
        height: 314px;
        vertical-align: bottom; }

  .guarantee-bg {
    padding: 60px; }

  .guarantee-container {
    text-align: center; }

  .action-text h5.home-green-section:first-child {
    margin: 19px 0 20px 0; }

  .who-container .box p {
    padding: 20px 60px; }

  .category-title-container {
/*    margin-top: -200px;
    margin-bottom: 145px; */ }

  .category-specs {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .category-specs .box {
      display: table-cell;
      width: 33.333%;
      border-right: 2px solid #3e4f52;
      border-bottom: none;
      height: 135px;
      line-height: 128px; }
      .category-specs .box:last-child {
        border: none; }
      .category-specs .box p {
        font-size: 1.2em; }

  .category-sub-description {
    padding: 20px 150px; }

  .breed-specs:first-child {
    width: 33%;
    display: inline-block;
    margin: 0; }

  .breed-specs {
    width: 33%;
    margin-top: 100px; }

  .main-cat-box .box {
    height: 406px;
    text-align: center; }

  .main-cat-box-icon img {
    padding-top: 33px; }

  .action-text {
    padding: 20px 100px; }
    .action-text p {
      font-size: 1.2em;
      line-height: 1.4em; }

  .m6-product ul.box {
    width: 41%; }
    .m6-product ul.box:first-child {
      margin-left: 125px; }

  .breeder-call-to-action .breed-similar-link {
    min-width: 125px;
    display: inline-block; }

  .parent {
    width: 48%;
    display: inline-block;
    vertical-align: top; }
    .parent .parent-box {
      width: 45%;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin-left: 20px; }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 22.05%; }

  .post-image, .post-content {
    display: inline-block;
    vertical-align: top; }

  .post-content {
    width: 80%;
    padding: 0 5px; }

  .review-text {
    padding: 40px 150px; } }
@media (min-width: 1100px) {
  .circle-search-link {
    width: 300px; }

  .parallax {
    height: 580px;
    background-size: cover;
    background-attachment: fixed; }

  .static-background-title-container-pages img.faq {
    left: 0; }

  .stories-container .circle-container .stories {
    height: 285px; }

  .section-container.better .circle-container {
    padding: 0 43px; }

  .guarantee-bg {
    padding: 60px; }

  .guarantee-container {
    padding: 0;
    text-align: left;
    background: #fff url(../images/guarantee.jpg) no-repeat 150% 0;
    background-size: contain;
    max-width: 1101px;
    margin: 0 auto; }
    .guarantee-container h2 {
      margin-top: 35px; }
    .guarantee-container .box {
      width: 48%;
      vertical-align: top;
      display: inline-block;
      padding: 20px 35px; }
      .guarantee-container .box ul li {
        font-size: 1.5em; }
      .guarantee-container .box .fa-check-square {
        font-size: 2em; }
    .guarantee-container .guarantee-img img {
      display: none; }

  .pdf-container {
    padding: 0;
    text-align: left; }
    .pdf-container .box {
      width: 48%;
      vertical-align: top;
      display: inline-block;
      padding: 20px 35px;
      text-align: center; }
      .pdf-container .box h2 {
        margin-top: 192px;
        font-size: 2.4em; }
      .pdf-container .box p {
        font-size: 1.4em; }
    .pdf-container .pdf-img {
      background: url(../images/pdf.png) no-repeat 0 0;
      background-size: cover;
      height: 553px; }
      .pdf-container .pdf-img img {
        display: none; }

  .who-container {
    padding: 0;
    text-align: left;
    display: table; }
    .who-container .box {
      width: 51%;
      vertical-align: top;
      display: inline-block;
      padding: 20px 35px;
      text-align: center;
      display: table-cell; }
      .who-container .box h2 {
        font-size: 2.4em; }
      .who-container .box p {
        font-size: 1.4em;
        line-height: 1.5em;
        padding: 20px 100px; }
    .who-container .who-img {
      background: url(../images/who.png) no-repeat 0 0;
      background-size: cover;
      height: 525px; }
      .who-container .who-img img {
        display: none; }

  .homepage-content-img img {
    max-width: 1100px; }

  .breed-spec-description {
    margin: 20px auto 0;
    padding: 0 70px; } }
@media (min-width: 1200px) {
  .logo {
    width: 25%; }

  .circle-search-link {
    padding: 15px;
    margin: 76px auto 0;
    width: 290px; }

  .steps {
    padding-top: 88px; }

  .column-4 {
    padding: 0 25px; }

  .guarantee-container {
    background: #fff url(../images/guarantee.jpg) no-repeat 120% 0;
    background-size: contain;
    height: 427px; }

  .main-cat-box-title.caring p {
    font-size: 1em;
    line-height: 1.4em; } }
@media (min-width: 1415px) {
  .action-text h5.home-green-section:first-child {
    margin: 27px 0 20px 0; } }
#menu {
  position: relative;
  z-index: 9999; }

.menu-container {
  width: 569px;
  margin: 0px auto;
  padding: 0 20px;
  display: inline-block;
  vertical-align: 17px; }

.menu-link {
  display: none;
  float: right;
  text-decoration: none;
  padding: 19px 10px; }

.menu {
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-table; }

.menu > li > ul.sub-menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #d0dadc;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.menu ul:after {
  content: "";
  clear: both;
  display: block; }

.menu ul li {
  padding: 0px;
  border-right: 1px solid #3e4f52; }
  .menu ul li:last-child {
    border: none; }

.menu ul ul li {
  border: none; }

.menu > ul > li {
  display: inline-block; }

.menu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  text-transform: uppercase; }

.menu ul li:hover > a {
  background-color: #d0dadc;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.menu ul li > a {
  height: 25px;
  padding: 2px 12px; }

.menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  background-color: #d0dadc;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.menu ul li:hover > ul {
  display: block; }

.menu ul ul > li {
  position: relative; }

.menu ul ul > li a {
  padding: 5px 15px 5px 10px;
  height: auto;
  background-color: #d0dadc;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }

.menu ul ul > li a:hover, .menu ul ul > li a:active {
  background-color: #3e4f52;
  color: #e2e2e2; }

.menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0; }

ul#menu-footer-nav li {
  padding: 0px;
  border-right: 1px solid #fff; }
  ul#menu-footer-nav li:last-child {
    border: none; }
  ul#menu-footer-nav li a {
    padding: 0 10px; }

.bp-personal-tab.current.selected:after {
  content: '';
  position: relative;
  width: 0;
  height: 75px;
  left: 40%;
  top: 2px;
  border-left: 10px outset transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000; }

#front-personal-li {
  display: none; }

@media screen and (max-width: 960px) {
  a.menu-link {
    display: block;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 100%; }

  .menu {
    clear: both;
    min-width: inherit;
    text-align: left; }

  .menu-container {
    width: 100%;
    padding: 0;
    display: block;
    position: relative;
    z-index: 999999; }

  .menu, .menu > ul ul {
    overflow: hidden;
    max-height: 0;
    background-color: #fff; 
  }

  footer .menu {
    overflow: visible;
    max-height: 100%;
    background: none; 
  }

  #isotope-list {
    height: auto !important;
  }

  .menu > li > ul.sub-menu {
    padding: 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }

  .menu ul li > a {
    height: 45px;
    padding: 13px 12px; }

  .menu.active, .menu > ul ul.active {
    max-height: 55em; }

  .menu ul {
    display: inline; }

  /*.menu > ul {
    border-top: 1px solid #808080;
  }*/
  .menu li, .menu > ul > li {
    display: block;
    border: none; }

  .menu li a {
    color: #000;
    display: block;
    padding: 0.8em;
    border-bottom: 1px solid #808080;
    position: relative; }

  .menu li.has-submenu > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1.5em;
    padding: 0.55em 0.5em; }

  .menu li.has-submenu > a.active:after {
    content: "-"; }

  .menu ul ul > li a {
    background-color: #d0dadc;
    height: 58px;
    padding: 19px 18px 19px 30px; }

  .menu ul li a:hover {
    background-color: #d0dadc;
    color: #fff; }

  .menu ul ul, .menu ul ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
    border: none; }

  ul#menu-footer-nav li {
    border-right: none; 
  }
    ul#menu-footer-nav li:last-child {
      border: none; 
    } 
  }
@media screen and (min-width: 1200px) {
  .menu-container {
    width: 50%; } }
