section.homeFeaturesWrapper .homeFeatures:first-of-type {
  padding-top: 5rem
}

.homeFeedsWrapper {
  padding-top: 0 !important;
}

/* 'How can we help section - homepage Home Box 3 */
.homeFeatures .homeFeature.homeBox3 [class*=image-link] img {
	max-height: 200px;
}

/* Temp styles to make 'our cats' section on home page look acceptable for now - Adam can delete as he wishes */
body.homepage div#asm3-adoptable-filters {
    display: none;
}
body.homepage .asm3-adoptable-item {
    margin: 15px;
}
body.homepage img.asm3-adoptable-thumbnail {
    object-fit: fill;
    width: auto;
    height: 275px;
    border-radius: 10px;
}
body.homepage a.asm3-adoptable-link {
    text-decoration: none;
}
body.homepage .asm3-adoptable-name {
    font-size: 1.75em;
}
body.homepage .asm3-adoptable-tagline {
    font-weight: normal;
}
@media only screen and (min-width: 1230px) {
  body.homepage div#asm3-adoptable-list {
      justify-content: center;
      display: flex;
  }
  .homepageadoptables .asm3-adoptable-list {

    display: grid !important;
    grid-template-columns: repeat(2, 50%) !important;

  }
}
@media only screen and (max-width: 560px) {
  body.homepage img.asm3-adoptable-thumbnail {
    height: auto;
  }
}



/* Shelter manager css from old design which Adam can edit/remove */

/* buttons */

/*
a#asm3-adoptable-iframe-close{
    background-color: #f29100;
    color: #fff;
    padding: 8px 10px;
    margin-right: 5px;
    display: inline-block;
    transition: all .3s ease-out;
    position: relative;
	margin: 1em 0 0 0;
	text-align: center;
}
a#asm3-adoptable-iframe-close:hover {
    background-color: #bf7200;
    cursor: pointer;
    text-decoration: none;
}
a#asm3-adoptable-iframe-close.blue{
    background-color: #009ee2;
}
a#asm3-adoptable-iframe-close.blue:hover{
    background-color: #007aaf;
}
a#asm3-adoptable-iframe-close.facebookPopulate{
    display: none;
}
@media (max-width: 480px){
    a#asm3-adoptable-iframe-close {
        width: 100%;
        margin: 0 0 5px 0;
    }
    a#asm3-adoptable-iframe-close.mapLink{
        margin-top: 5px;
    }
}

*/

/* home box 3 */

/*.homeBox3 {
  background-color: transparent;
  text-align: center;
}
.homeBox3:hover {
  background-color: transparent;
}
.homeBox3 h2 {
  color: #009ee2;
}
.homeBox3 a.button {
  margin-top: 30px;
  padding: 12px 12px 12px 12px;
  width: 50%;
}
.homeBox3 a.button:before {
  top: 2px;
  left: -5px;
  position: relative;
}
.homeBox3 #asm3-adoptables {
  background-color: #d9e9f0;
  margin-top: 40px;
  padding-bottom: 20px;
}
.homeBox3 #asm3-adoptables:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.homeBox3 #asm3-adoptable-filters {
  display: none !important;
}
.homeBox3 .asm3-adoptable-item {
  margin-left: 0;
  width: 22%;
  margin-right: 4%;
  float: left;
  font-size: 0;
  display: none !important;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
  top: 0;
}
.homeBox3 .asm3-adoptable-item:nth-of-type(4n),
.homeBox3 .asm3-adoptable-item:last-child {
  margin-right: 0;
}
.homeBox3 .asm3-adoptable-item:nth-of-type(4n + 1) {
  clear: both;
}
.homeBox3 .asm3-adoptable-item a {
  color: #0088c0;
}
.homeBox3 .asm3-adoptable-item .asm3-adoptable-thumbnail {
  width: 80%;
  border-radius: 50%;
  border: 10px solid #0088c0;
  margin-top: -20px;
}
.homeBox3 .asm3-adoptable-item .asm3-adoptable-name {
  font-size: 21.6px;
  font-size: 1.2rem;
  margin-top: 20px;
  display: block;
}
.homeBox3 .asm3-adoptable-item:nth-child(-n + 4) {
  display: block !important;
}
.homeBox3 .asm3-adoptable-item:hover {
  position: relative;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .homeBox3 #asm3-adoptables {
    margin-top: 20px;
    padding: 20px;
  }
  .homeBox3 .asm3-adoptable-item {
    margin-left: 0;
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .homeBox3 .asm3-adoptable-item:nth-of-type(2n),
  .homeBox3 .asm3-adoptable-item:last-child {
    margin-right: 0;
  }
  .homeBox3 .asm3-adoptable-item:nth-of-type(2n + 1) {
    clear: both;
  }
  .homeBox3 .asm3-adoptable-item .asm3-adoptable-thumbnail {
    margin-top: 0;
  }
}
@media screen and (max-width: 425px) {
  .homeBox3 .asm3-adoptable-item {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .homeBox3 a.button {
    width: 100%;
    margin-top: 10px;
  }
}

*/

/* Search for a cat page */

/*.search-for-a-cat .postContent {
  width: 100%;
  padding-right: 0;
}
.search-for-a-cat .postAside {
  display: none;
}
.pageContent #asm3-adoptable-list {
  margin-top: 30px;
}
.pageContent .asm3-adoptable-item {
  width: 40%;
  float: left;
  padding-bottom: 20px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left !important;
  padding: 3% 0 0 12% !important;
  position: relative;
  margin-right: 10%;
}
.pageContent .asm3-adoptable-item:nth-of-type(2n + 1) {
  clear: left;
}
.pageContent .asm3-adoptable-item a {
  color: #009ee2;
}
@media (max-width: 980px) {
  .pageContent .asm3-adoptable-item {
    width: 47%;
    margin-right: 3%;
  }
}
@media (max-width: 768px) {
  .pageContent .asm3-adoptable-item {
    padding: 3% 0 0 0 !important;
  }
}
@media (max-width: 550px) {
  .pageContent .asm3-adoptable-item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.pageContent .asm3-adoptable-name,
.pageContent .asm3-adoptable-tagline,
.pageContent .cat-description {
  background-color: #d9e9f0;
  padding-left: 30px;
  padding-right: 30px;
}
.pageContent .cat-icons {
  position: absolute;
  top: 20px;
  left: 36%;
}
@media (max-width: 768px) {
  .pageContent .cat-icons {
    top: -15px;
    left: auto;
    width: 100%;
  }
}
.pageContent .cat-icons span {
  display: inline-block;
  position: relative;
}
.pageContent .cat-icons span span.tool-tip {
  display: none;
  font-size: 14.4px;
  font-size: 0.8rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  padding: 5px;
  top: -42px;
  left: -5px;
  white-space: nowrap;
}
.pageContent .cat-icons span span.tool-tip:before,
.pageContent .cat-icons span span.tool-tip:after {
  content: none;
}
.pageContent .cat-icons span:before {
  content: " ";
  display: block;
  background-image: url("/assets/img-sprite.png");
  background-repeat: no-repeat;
  background-position: -2px -107px;
  width: 25px;
  height: 25px;
}
.pageContent .cat-icons span:after {
  display: none;
  content: " ";
  width: 0px;
  height: 0px;
  position: absolute;
  top: -12px;
  left: 5px;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.pageContent .cat-icons span:hover:after,
.pageContent .cat-icons span:hover span.tool-tip {
  display: block;
}
.pageContent .cat-icons .good-cat,
.pageContent .cat-icons .good-dog,
.pageContent .cat-icons .good-child,
.pageContent .cat-icons .indoor0,
.pageContent .cat-icons .owner0,
.pageContent .cat-icons .medical0,
.pageContent .cat-icons .feral0 {
  display: none;
}
.pageContent .cat-icons .good-cat.Yes,
.pageContent .cat-icons .good-dog.Yes,
.pageContent .cat-icons .good-child.Yes {
  display: inline-block;
}
.pageContent .cat-icons .good-dog:before {
  background-position: -340px -107px;
}
.pageContent .cat-icons .good-child:before {
  background-position: -314px -107px;
}
.pageContent .cat-icons .indoor1:before {
  background-position: -131px -107px;
}
.pageContent .cat-icons .owner1:before {
  background-position: -155px -107px;
}
.pageContent .cat-icons .medical1:before {
  background-position: -237px -107px;
}
.pageContent .cat-icons .feral1:before {
  background-image: url("/assets/feral-icon.png");
  background-position: initial;
}
.pageContent .cat-description {
  padding-bottom: 20px;
}
.pageContent .asm3-adoptable-name {
  font-size: 30px;
  font-size: 1.5em;
  display: block;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 0.3em;
}
.pageContent .asm3-adoptable-tagline {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}
.pageContent .asm3-adoptable-thumbnail {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 34%;
  border: 10px solid #0088c0;
  border-radius: 50%;
}
@media (max-width: 980px) {
  .pageContent .asm3-adoptable-thumbnail {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .pageContent .asm3-adoptable-thumbnail {
    position: relative;
    width: auto;
    max-width: 90%;
    top: auto;
    left: auto;
    margin-left: 5%;
  }
}
.pageContent .asm3-adoptable-link + br,
.pageContent .asm3-adoptable-tagline + br {
  display: none;
}
#asm3-adoptable-iframe-overlay {
  -webkit-box-shadow: 0 0 40px #333;
  box-shadow: 0 0 40px #333;
  border: 2px solid #333;
}
.asm3--hide-filter .asm3-filters {
  display: none !important;
}
@media (min-width: 500px) {
  #asm3-adoptable-iframe-overlay {
    width: 50% !important;
    overflow: scroll !important;
    left: 50% !important;
    top: 50% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #asm3-adoptable-iframe {
    height: 250% !important;
    font-family: "Cambria W01", Times, serif;
  }
}
.stray-cats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stray-cats-list .stray-cat {
  width: calc((100% - 4%) / 2);
  margin-right: 4%;
  margin-bottom: 4%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stray-cats-list .stray-cat:nth-child(2n) {
  margin-right: 0px;
}
@media (max-width: 768px) {
  .stray-cats-list .stray-cat {
    margin-right: 0px;
    width: 100%;
  }
}
.stray-cat__thumbnail {
  width: 34%;
  border: 10px solid #0088c0;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}
.stray-cat__thumbnail img {
  width: 100%;
}
.stray-cat__details {
  background-color: #d9e9f0;
  width: calc(66% + 20px);
  margin-top: 20px;
  margin-left: -20px;
  padding: 30px 30px 30px 50px;
}
.stray-cat__details p {
  margin: 0;
}
.stray-cat__reference {
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .stray-cats-list .stray-cat {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  img.stray-cat__thumbnail {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .stray-cat__details {
    padding: 50px 20px 20px;
    width: 100%;
    margin: -20px 0 0 0;
  }
}
*/

/*Adams new style*/

.adoptionicon {
  /*border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  height: 40px;*/
  font-size: 0.8rem;
  /*color: white;*/
  margin-top: 15px;
  margin-right: 10px;
}
	    
.adoptionicon img {
  /*padding-top: 2px;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;*/
  height: 25px;
  display: inline-block !important;
}
.asm3-filters {
  display: none !important;
}

.asm3-adoptable-thumbnail {

  position: static !important;
  border-radius: 0px;
  width: 100% !important;
  max-width: 100% !important;
  /*height: 20vw !important;*/
  height: 200px !important;
  object-fit: cover !important;
  border: 3px solid #009ee2;
  margin: 0px !important;

}

.asm3-adoptable-thumbnail:hover {
  filter: brightness(50%);
}

.asm3-adoptable-item, .asm3-adoptable-item-overide {
  text-align: left !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 10px !important;
  width: 100% !important;
  position: relative;
  padding: 0 !important;
}

.asm3-adoptable-item br {
  display: none !important;
}

.asm3-adoptable-tagline {
  display: none !important;
}

.asm3-adoptable-name, .reservationheader {
  display: block !important;
  text-decoration: none !important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
  color: black !important;
  margin: 0px !important;
  padding: 0px !important;
  text-align: center !important;
  background-color: #009ee2;
  color: white !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.reservationheader {

  position: absolute;
  top: 0px;
  background-color: #f29100 !important;
  opacity: 1;
  /*padding: 3% 0 0 12%;*/
  width: 100%;

}

.briefdescription {

  border: 3px solid #009ee2;
  width: 100%;
  padding-top: 5px !important;
  padding-bottom: 5px !important;

}

.postContent {

  max-width: none!important;

}

.asm3-adoptable-list {
  width: 100%;
  display: inline-block;
  /*grid-template-columns: repeat(2, 50%);
  grid-auto-rows: 300px;
  gap: 20px !important;*/
  margin-right: 20px;
  margin-bottom: 20px;

}

.homepageadoptables .asm3-adoptable-list {

  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20px));
  gap: 20px;

}

.allasm3adoptables .asm3-adoptable-list {
  display: grid;
  /*grid-auto-rows: 300px;*/
  gap: 20px !important;
  grid-template-columns: repeat(2, calc(50% - 20px));
  /*grid-auto-rows: 300px;
  margin-right: 20px;*/



}

.reservationheader {

  width: inherit;

}

}

.asm3-adoptable-link {

  text-decoration: none!important;
  padding-bottom: 0px;
  margin-bottom: 0px;

}

.adamasmbutton {
 background-color: #f9a22d;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
}

.adamasmbutton:hover {
 background-color: #d78b25;
}

.asm3-adoptable-link div:first-child {

  padding: 0px;
  margin: 0px;
  height: 200px !important;

}

.asm3-adoptable-name:hover {

  text-decoration: underline!important;

}

@media screen and (max-width: 600px) {

  .asm3-adoptable-list {

    display: grid !importamt;
    grid-template-columns: repeat(1, 100%) !important;
    /*grid-auto-rows: 300px;
    margin-right: 20px;*/

  }

}

@media screen and (min-width: 1024px) {

  	.asm3-adoptable-list {

    display: grid;
    grid-template-columns: repeat(3, calc(33% -20px));
    /*grid-auto-rows: 300px;
    margin-right: 20px;*/

  }

}

.stray-cat {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.adamasmstrayimagecontainer {
  height: 250px;
  width: 250px;
  overflow: hidden;
}

.adamasmstrayimagecontainer a img {
  object-fit: cover !important;
  max-width: none !important;
  height: 250px !important;
  width: 250px !important;
  
}

.asm3-adoptable-item-snippet {
  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 0px;
  
}

.asm3-adoptable-item-snippet .asm3-adoptable-thumbnail {
 
  overflow: hidden;
  
}

.asm3-adoptable-item-snippet .asm3-adoptable-item-link, .asm3-adoptable-item-snippet .asm3-adoptable-thumbnail {
  
  border: none;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  
}

.asm3-adoptable-item-snippet .briefdescription {
  
  border: none;
  border-top-left-radius: 10 !important;
  border-top-right-radius: 10 !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background-color: white;
  text-align: left;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: normal;
  
}

.asm3-adoptable-item-snippet .asm3-adoptable-name {
 
  background-color: white !important;
  color: black !important;
  text-align: left !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  
}

.asm3-adoptable-item-snippet div:has(.asm3-adoptable-thumbnail) {
 
  overflow: hidden;
  background-color: #6dcff6;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  
}

.asm3-adoptable-item-snippet .asm3-adoptable-thumbnail {
 
  opacity: 1;
  transform: scale(1);
  transition: all 0.1s ease-in;
  
}

.asm3-adoptable-item-snippet .asm3-adoptable-thumbnail:hover {
 
  opacity: 0.4;
  transform: scale(1.1);
  transition: all 0.1s ease-in;
  
}

.asmgalleryindividualimage {
 
  height: 200px !important;
  
}

.comingsoonanimalcontainer {
 
  position: relative;
  
}

.comingsoonanimal {
 
  position: absolute;
  bottom: 0px;
  
}