@media (min-width: 768px) {
  .breed-fact-file {
    border-right: 1px solid #dee2e6;
    border-bottom: 0;
  }
}
.breed-fact-file .breed-fact {
  padding: 0.5rem;
  margin-bottom: 0;
}
.breed-fact-file .breed-fact:nth-child(even) {
  background: #f8f9fa;
}
.breed-fact-file .breed-fact:last-child {
  margin-bottom: 0;
}

.post-body-container {
  padding: 3rem;
}
@media (max-width: 767.98px) {
  .post-body-container {
    padding: 2rem 0rem;
  }
}

.post-categories .badge {
  background: #343a40;
  color: #fff;
  padding: 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
}
.post-categories .badge:hover {
  background: #6c757d;
}

.search-form .search-top {
  padding: 30px 0px;
}
@media (max-width: 575.98px) {
  .search-form .search-top {
    padding: 20px 0px;
  }
}
.search-form .search-input {
  height: 50px;
  -webkit-box-shadow: 0px 0px 10px #dee2e6;
          box-shadow: 0px 0px 10px #dee2e6;
}
.search-form .input-group {
  -webkit-box-shadow: 0px 0px 10px #dee2e6;
          box-shadow: 0px 0px 10px #dee2e6;
}
.search-form .input-group-append {
  z-index: 10;
}
.search-form .search-input-btn {
  height: 50px;
  width: 70px;
}
.search-form label {
  font-size: 0.875rem;
}
.search-form .contact-icons {
  color: #adb5bd;
}
.search-form .page-title {
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  .search-form .page-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.search-form .search-sidebar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 575.98px) {
  .search-form .search-sidebar {
    padding: 20px 20px 10px 20px;
    margin: 0px 15px 20px 15px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px #e9ecef;
            box-shadow: 0px 0px 5px #e9ecef;
  }
}
.search-form .search-sidebar .category-link {
  white-space: normal;
  text-align: left;
  margin-bottom: 0.25rem;
}
.search-form .search-sidebar p {
  margin: 0;
}
.search-form .search-sidebar .location-link[disabled], .search-form .search-sidebar .location-link[disabled]:hover {
  pointer-events: none;
  color: #ced4da;
  text-decoration: none;
}
.search-form .search-sidebar .sidebar-section {
  margin-bottom: 20px;
}
.search-form .search-sidebar .location p {
  margin: 10px 0px;
}
.search-form .search-sidebar .location .location-options .js-postcode {
  border: 1px solid #dee2e6;
  height: 35px;
  font-size: 0.875rem;
}
.search-form .search-sidebar .input-group:focus-within .input-group-text {
  background: #343a40;
  color: white;
}
.search-form .search-sidebar .input-group .form-control {
  border-left: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: transparent;
}
.search-form .search-sidebar .input-group .input-group-text {
  background: #fff;
}
.search-form .search-sidebar .js_remove_search_value {
  cursor: pointer;
}
.search-form .search-sidebar .js_remove_search_value:hover {
  background: #e9ecef;
}

.paged-list .card {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 2px 5px #e9ecef;
          box-shadow: 0px 2px 5px #e9ecef;
}
.paged-list .buyers-guide-img {
  height: 200px;
}
.paged-list .gold-member {
  position: absolute;
  left: -12px;
  top: -8px;
  padding: 5px;
}
.paged-list .logo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.paged-list .social-media-links a {
  text-decoration: none;
  color: #adb5bd;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.paged-list .social-media-links a:hover {
  color: #495057;
}

#results-map {
  height: 50vh;
  margin-bottom: 20px;
}
#results-map .marker-tooltip .leaflet-popup-content-wrapper {
  border-radius: 2px;
  padding: 0px;
  padding-right: 1rem;
}
#results-map .marker-tooltip .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0px;
}
#results-map .marker-tooltip .leaflet-popup-content-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#results-map .marker-tooltip .leaflet-popup-content-wrapper h5 {
  font-size: 14px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0.5rem;
  color: #000;
}
#results-map .marker-tooltip .leaflet-popup-content-wrapper a {
  font-size: 12px;
}
#results-map .marker-tooltip .address {
  color: #495057;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

.upload-area {
  background-color: #f8f9fa;
  border: 1px dashed #e9ecef;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

.create-post-form .form-control {
  border: none;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}
.create-post-form .input-group-text {
  background: none;
  border: none;
}
.create-post-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #adb5bd;
}
.create-post-form ::-moz-placeholder { /* Firefox 19+ */
  color: #adb5bd;
}
.create-post-form :-ms-input-placeholder { /* IE 10+ */
  color: #adb5bd;
}
.create-post-form :-moz-placeholder { /* Firefox 18- */
  color: #adb5bd;
}
.create-post-form .form-control:focus {
  background: #fff;
}
.create-post-form .validation-summary-valid {
  display: none;
}
.create-post-form .validation-summary-errors span {
  font-weight: 700;
  margin-bottom: 10px;
}
.create-post-form .validation-summary-errors li {
  list-style-type: none;
}

.details .post-body img {
  height: auto;
  max-width: 100%;
}
.details .logo {
  max-height: 100px;
  max-width: 150px;
  margin-right: 30px;
}
.details .social-media-links a {
  text-decoration: none;
  color: #adb5bd;
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}
.details .social-media-links a:hover {
  color: #CD9E43;
}
.details .title-container {
  border-bottom: 2px solid #f8f9fa;
  padding: 14px 0px;
}
.details .title-container .title {
  border-bottom: 2px solid #CD9E43;
  padding: 11.5px 0px;
}
.details .contact-options .card {
  border: 1px solid #e9ecef;
}
.details .contact-options .icon {
  color: #adb5bd;
}
.details .bullet-icon {
  color: #e9ecef;
  font-size: 8px;
}

@media (min-width: 768px) {
  .figure-img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.carousel-outer-container {
  position: relative;
}
.carousel-outer-container .next {
  right: 0px;
  border-radius: 3px 0px 0px 3px;
}
.carousel-outer-container .previous {
  left: 0px;
  border-radius: 0px 3px 3px 0px;
}
.carousel-outer-container .previous, .carousel-outer-container .next {
  position: absolute;
  top: 28%;
  padding: 20px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #212529;
  opacity: 0.8;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.carousel-outer-container .previous:hover, .carousel-outer-container .next:hover {
  opacity: 0.9;
  background: #495057;
}
.carousel-outer-container .carousel-inner-container {
  width: 100% !important;
}
.carousel-outer-container .carousel-inner-container .disabled {
  padding: 0px;
}
.carousel-outer-container .carousel-inner-container li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px !important;
  width: 100%;
}

.js-img-container .img-crop {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 150px;
}

.blog-post .img-container {
  display: inline-block;
  position: relative;
}
.blog-post .img-container img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-height: 265px;
}
.blog-post .img-container:hover .img-overlay {
  opacity: 0.9;
}
.blog-post .img-container:hover .img-overlay-text {
  opacity: 1;
}
.blog-post .img-container:hover .img-overlay-share {
  opacity: 1;
}
.blog-post .img-container .img-overlay {
  position: absolute;
  display: block;
  background: rgb(243.25, 243.25, 243.25);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-post .img-container .img-overlay-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 150px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  color: rgb(134.2857142857, 100.7142857143, 35.7142857143);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgb(134.2857142857, 100.7142857143, 35.7142857143);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-post .img-container .img-overlay-text:hover {
  color: #fff;
  background: rgb(134.2857142857, 100.7142857143, 35.7142857143);
}
.blog-post .img-container .img-overlay-share {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 80%;
  width: 150px;
  color: rgb(134.2857142857, 100.7142857143, 35.7142857143);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-post .img-container .img-overlay-share a {
  color: rgb(134.2857142857, 100.7142857143, 35.7142857143);
  text-decoration: none;
}
.blog-post .img-container .img-overlay-share a:hover {
  color: #CD9E43;
}
.blog-post .img-container .img-overlay-share p {
  margin-bottom: 5px;
  font-size: 11px;
}
.blog-post a {
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  text-decoration: none;
}

.key-features {
  list-style-type: none;
  padding: 0px;
}
.key-features li {
  padding: 10px;
}
.key-features li:nth-child(even) {
  background: #f8f9fa;
}

.social-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-share a {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.author-sidebar-container {
  border-right: 1px solid #e9ecef;
}
@media (max-width: 767.98px) {
  .author-sidebar-container {
    border-right: none;
  }
}
.author-sidebar-container .author-sidebar {
  padding: 3rem 0rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .author-sidebar-container .author-sidebar {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 0rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}
.author-sidebar-container .author-sidebar .author-profile {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .author-sidebar-container .author-sidebar .author-profile {
    margin: 1rem 2rem 1rem 0rem;
    margin-right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .author-sidebar-container .author-sidebar .author-profile .author-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .author-sidebar-container .author-sidebar .author-profile .author-info .author-name {
    margin-right: 1rem;
  }
}
.author-sidebar-container .author-sidebar .social-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
}
.author-sidebar-container .author-sidebar .social-media .share-icon {
  margin-bottom: 1.5rem !important;
  margin-right: 0.5rem !important;
}
@media (max-width: 767.98px) {
  .author-sidebar-container .author-sidebar .social-media {
    -ms-flex-direction: row;
        flex-direction: row;
    font-size: 15px;
  }
  .author-sidebar-container .author-sidebar .social-media a {
    margin-right: 10px;
  }
  .author-sidebar-container .author-sidebar .social-media .share-icon {
    margin-bottom: 0 !important;
    margin-right: 1rem !important;
  }
}

.post-details-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 575.98px) {
  .post-details-heading {
    border-left: none;
  }
}
.post-details-heading .advertorial {
  padding: 0.5rem 1.5rem;
  width: 100%;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.post-details-heading .advertorial .advertorial-title {
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .post-details-heading .advertorial .advertorial-title {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .post-details-heading .advertorial .advertorial-title {
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0.5rem 0;
  }
}
.post-details-heading .advertorial .extra-links i {
  color: #ced4da;
}
.post-details-heading .publish-date {
  font-size: 1.25rem;
  padding-left: 1.5rem;
  border-left: 3px solid rgb(215.7142857143, 178.7857142857, 107.2857142857);
}
.post-details-heading .separator {
  font-weight: 300;
  color: #dee2e6;
  margin: 0px 1rem 0.5rem;
}
.post-details-heading .details-social-media-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.details-body .post-body-container {
  padding: 1.5rem 3rem;
}
@media (max-width: 575.98px) {
  .details-body .post-body-container {
    padding: 1.5rem 0;
  }
}
.details-body .post-body-container .summary {
  margin-bottom: 3rem;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .details-body .post-body-container .summary {
    font-size: 1.25rem;
  }
}
.details-body .post-detail-widget-list-container {
  top: -100px;
  border-right: 1px solid #e9ecef;
  padding-right: 1.5rem;
  height: 100%;
}
@media (max-width: 575.98px) {
  .details-body .post-detail-widget-list-container {
    border-right: none;
    padding: 0.5rem;
    background: #f8f9fa;
  }
}
.details-body .post-detail-widget-list-container .post-detail-widget-list {
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
.details-body .post-detail-widget-list-container .post-detail-widget-list .list-title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}
.details-body .post-detail-widget-list-container .post-detail-widget-list .widget .widget-title {
  padding: 0.5rem;
  background: #f8f9fa;
}
.details-body .post-detail-widget-list-container .post-detail-widget-list .widget .widget-title a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #343a40;
}