@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-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;
}

.card-gallery {
  border: 0 !important;
  border-radius: 0 !important;
}

.card-gallery .card-img-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.post-body img {
  max-width: 100% !important;
}

@media (max-width: 575.98px) {
  .post-body img {
    height: auto !important;
    margin: 0.5rem 0px !important;
  }
}

.upload-area {
  background-color: #f8f9fa;
  border: 2px 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;
}

.memorial-upload-form .form-control,
.gallery-upload-form .form-control {
  background: #f8f9fa;
  border: none;
}

.memorial-upload-form textarea,
.gallery-upload-form textarea {
  height: 110px;
}

.overlay-image-container {
  position: relative;
}

.overlay-image-container .overlay-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #f8f9fa;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  background: transparent;
}

.overlay-image-container .image-enlarge {
  position: absolute;
  right: 5%;
  bottom: 5%;
  opacity: 0.2;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.overlay-image-container:hover .overlay-inner {
  background: rgba(0, 0, 0, 0.4);
}

.overlay-image-container:hover .image-enlarge {
  opacity: 0.6;
}

.memorial-image {
  overflow: hidden;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .memorial-image {
    height: 160px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .memorial-image {
    height: 220px;
  }
}

@media (min-width: 1460px) {
  .memorial-image {
    height: 240px;
  }
}

.gallery-image {
  overflow: hidden;
  max-height: 100vh;
}

@media (min-width: 576px) {
  .gallery-image {
    max-height: 300px;
  }
}

@media (min-width: 768px) {
  .gallery-image {
    max-height: 350px;
  }
}

.search-form .search-input {
  height: 50px;
}

.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;
}

@media (max-width: 1199.98px) {
  .search-form .page-title {
    font-size: 24px;
  }
}

.search-form #results-map {
  height: 50vh;
}

.search-form #results-map .marker-tooltip .leaflet-popup-content-wrapper {
  border-radius: 2px;
  padding: 0px;
  padding-right: 1rem;
}

.search-form #results-map .marker-tooltip .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0px;
}

.search-form #results-map .marker-tooltip .leaflet-popup-content-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-form #results-map .marker-tooltip .leaflet-popup-content-wrapper h5 {
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: #000;
}

.search-form #results-map .marker-tooltip .address {
  color: #495057;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

.search-form .feature-key .title {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0px;
}

.search-form .feature-key .key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  background: #f8f9fa;
  padding: 1.5rem 1rem;
}

.search-form .feature-key .key .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form .feature-key .key .feature .icon {
  margin-right: 1rem;
  color: #6c757d;
}

.search-form .holiday-post, .search-form .holiday-gold-post {
  height: 100%;
}

.search-form .holiday-post .key-features, .search-form .holiday-gold-post .key-features {
  padding-bottom: 0.5rem;
}

.search-form .holiday-post .key-features .feature, .search-form .holiday-gold-post .key-features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #e9ecef;
  max-width: 200px;
}

.search-form .holiday-post .key-features .feature div, .search-form .holiday-gold-post .key-features .feature div {
  margin: 0px auto;
}

.search-form .holiday-post .key-features .feature div .feature-title, .search-form .holiday-gold-post .key-features .feature div .feature-title {
  font-size: 12px;
  color: #6c757d;
}

.search-form .holiday-post .key-features .feature div .feature-value, .search-form .holiday-gold-post .key-features .feature div .feature-value {
  font-size: 17px;
  font-weight: 400;
}

.search-form .holiday-post .key-features .feature:first-child div, .search-form .holiday-gold-post .key-features .feature:first-child div {
  margin: 0px;
}

.search-form .holiday-post .key-features .feature:last-child, .search-form .holiday-gold-post .key-features .feature:last-child {
  border-right: none;
}

.search-form .holiday-post .extra-features, .search-form .holiday-gold-post .extra-features {
  min-height: 80px;
}

.search-form .holiday-post .extra-features .icon, .search-form .holiday-gold-post .extra-features .icon {
  margin-right: 0.5rem;
  color: #6c757d;
}

.search-form .holiday-post img, .search-form .holiday-gold-post img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-form .holiday-gold-post {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  border: 2px solid rgba(107, 57, 18, 0.9);
  overflow: hidden;
}

.search-form .holiday-gold-post .overlay {
  position: absolute;
  top: 0;
  opacity: 0.9;
  background: #C26721;
  color: white;
  padding: 0.5rem;
  font-weight: 300;
  font-size: 0.875rem;
  -webkit-transform: rotate(-30deg) translate(-20px, -7px);
  transform: rotate(-38deg) translate(-42px, -25px);
  width: 155px;
  text-align: center;
}

.post-details-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .post-details-heading {
    border-left: none;
  }
}

.post-details-heading .publish-date {
  font-size: 1.25rem;
  padding-left: 1.5rem;
  border-left: 3px solid #dd8039;
}

.post-details-heading .separator {
  font-weight: 300;
  color: #dee2e6;
  margin: 0px 1rem 0.5rem;
}

.details-body .post-body-container {
  padding: 1.5rem 3rem;
}

@media (max-width: 1199.98px) {
  .details-body .post-body-container {
    padding: 1.5rem 0;
  }
}

.details-body .post-body-container .summary {
  margin-bottom: 3rem;
}

@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: 991.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 {
  background: #f8f9fa;
  padding: 0.5rem;
}

.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;
}

.details .banner-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 350px;
}

.details .banner-information {
  padding: 0px 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e9ecef;
}

.details .banner-information .banner-key-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details .banner-information .banner-key-features h5 {
  padding: 0px 1.5rem;
  font-weight: 300;
  border-right: 1px solid #e9ecef;
  text-align: center;
}

.details .banner-information .banner-key-features h5:first-child {
  padding-left: 0px;
}

.details .banner-information .banner-key-features h5:last-child {
  border-right: none;
}

.details .key-features {
  background: #f8f9fa;
  padding: 0.5rem;
}

.details .key-features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}

.details .key-features .feature .icon {
  color: #adb5bd;
}

.details .key-features .feature span {
  padding-left: 1rem;
}

.details .carousel-outer-container {
  position: relative;
}

.details .carousel-outer-container .next {
  right: 0px;
  border-radius: 3px 0px 0px 3px;
}

.details .carousel-outer-container .previous {
  left: 0px;
  border-radius: 0px 3px 3px 0px;
}

.details .carousel-outer-container .previous, .details .carousel-outer-container .next {
  position: absolute;
  top: 28%;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #212529;
  opacity: 0.8;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

.details .carousel-outer-container .previous:hover, .details .carousel-outer-container .next:hover {
  opacity: 0.9;
  background: #212529;
}

.details .carousel-outer-container .carousel-inner-container {
  width: 100% !important;
}

.details .carousel-outer-container .carousel-inner-container .disabled {
  padding: 0px;
}

.details .carousel-outer-container .carousel-inner-container li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px !important;
  width: 100%;
}

.details .contact-options .icon {
  color: #adb5bd;
}

.details .social-media-links a {
  text-decoration: none;
  color: #adb5bd;
}

.details .social-media-links a:hover {
  color: #343a40;
}

.validation-summary-valid {
  display: none;
}

.validation-summary-errors span {
  font-weight: 700;
  margin-bottom: 10px;
}

.validation-summary-errors li {
  list-style-type: none;
}

#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: 16px;
  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: 14px;
}

#results-map .marker-tooltip .address {
  color: #495057;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

/*------ Post Create ------*/
.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;
}

@media (min-width: 768px) {
  .figure-img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.js-img-container .img-crop {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 150px;
}
