/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.credits {
	display: none;
}

#site-title>a>img {
	height: auto !important;
	width: 100% !important;
}

.fontSmall, .post-meta {
	font-size: 8pt;
}

table.easy-table {
	font-size: 10pt;
}

table.easy-table tr:nth-child(even) {
	background: white;
}

blockquote {
	padding: 8px;
	background-color: #faebbc;
	border-top: 1px solid #e1cc89;
	border-bottom: 1px solid #e1cc89;
	margin: 5px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}

blockquote {
	display: block;
	background-repeat: no-repeat;
	background-position: bottom right;
}

@media screen and (max-width: 760px) {
	.wp-post-image {
		width: auto;
		height: auto;
		margin: auto;
		padding-top: 8px;
	}
}

.post-meta, .entry-author {
  display : none;
	visibility : hidden;
}

.sp-pcp-post-title {
  display: none;
}

.sp-pcp-post-box {
	margin-top : -20px;
}
@media screen and (max-width: 760px) {
   .sp-pcp-post h2{
     font-size: 24px; 
     line-height: 1.62em;
   }
.sp-pcp-post p{
  font-size: 13px;
  line-height: 1.62em;
  }
}

li.item-spaced{
   margin:0 0 10px 0;   
}

.cats-adopted>a>.wp-tiles-tile-with-image::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2019/06/Adopted.png);
    min-width: 100%;
    min-height: 100%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

.dogs-adopted>a>.wp-tiles-tile-with-image::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2019/06/Adopted.png);
    min-width: 100%;
    min-height: 100%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

.on-trial>a>.wp-tiles-tile-with-image::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2019/06/OnTrial.png
);
    min-width: 100%;
    min-height: 100%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

.category-dogs-adopted>div>figure>a::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2019/06/Adopted.png);
    min-width: 90.5%;
    min-height: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

.category-cats-adopted>div>figure>a::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2019/06/Adopted.png);
    min-width: 90.5%;
    min-height: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}