.tl-pawesome-pet-loading {
	width: 100%;
    text-align: center;
    height: 300px;
    padding-top: 10%;
    font-size: 6rem;
    display: none;
}

#tl-pawesome-pet-results {
    display: grid;
    grid-template-columns: 268px 268px 268px 268px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
}

#tl-pawesome-pet-results li {
    position: relative;
    list-style: none;
    overflow: hidden;
    max-height: 340px;
    width: 268px;
}

#tl-pawesome-pet-results li img {
    width: 100%;
    min-height: 340px;
}
.tl-pawesome-pet-results {
	    width: 1115px;
    margin-left: auto;
    margin-right: auto;
}
.tl-pawesome-pet-number {
	width: 42px;
    height: 42px;
    position: absolute;
    background-color: #f5c46a;
    font-size: 3rem;
    color: #006363;
    text-align: center;
}

.tl-pawesome-pet-title {
	width: 100%;
    max-width: 1115px;
    margin-left: auto;
    margin-right: auto;
}
.tl-pawesome-pet-title p {
	padding-bottom: 40px;
}
.page-template-page-pawesome-pets .tl-horizontal-border {
	top: 85px;
}
.tl-pawesome-pet-midtitle-top {
	text-align: center;
	padding-bottom: 0px;
	font-size: 5rem;
}

.tl-pawesome-pet-midtitle-bottom {
	text-align: center;
    padding-bottom: 0px;
    font-size: 3rem;
    margin-bottom: 40px;
}
.tl-view-all-sports-see-more p {

}
.tl-read-the-pub {
	width: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-top: 10px;
}
.tl-read-the-pub p {
	padding-bottom: 12px;
    font-size: 3rem;
    font-weight: 800;
}

@media(max-width:  1175px){
	.tl-pawesome-pet-title {
		padding-left: 50px;
	}
}

@media (max-width:  1134px) {
	#tl-pawesome-pet-results {
	    grid-template-columns: 268px 268px 268px;
	}
	.tl-pawesome-pet-results {
	    width: 834px;
	}
}
@media(max-width: 845px) {
	#tl-pawesome-pet-results {
	    grid-template-columns: 268px 268px;
	}
	.tl-pawesome-pet-results {
	    width: 551px;
	}

	.tl-pawesome-pet-midtitle-top {
		font-size: 2rem;
	}
	.tl-pawesome-pet-midtitle-bottom {
		font-size: 1.5rem;
	}
}
@media(max-width: 586px) {
	#tl-pawesome-pet-results {
	    grid-template-columns: 268px;
	}
	.tl-pawesome-pet-results {
	    width: 268px;
	}

	.tl-read-the-pub {
    	width: 265px;
	}

	.tl-read-the-pub p {
    	padding-bottom: 12px;
    	font-size: 2.5rem;
    	font-weight: 800;
	}
}
@media(max-width: 400px) {
	.tl-pawesome-pet-title {
		padding-left: 10px;
		font-size: 3rem;
	}
	.tl-pawesome-pet-title p {
		font-size: 4rem !important;
	}
	.tl-pawesome-pet-midtitle-top {
    	text-align: center;
    	padding-bottom: 0px;
    	font-size: 2.5rem;
	}
	.tl-pawesome-pet-midtitle-bottom {
    	text-align: center;
    	padding-bottom: 0px;
    	font-size: 1.2rem;
    	margin-bottom: 40px;
	}

}

