.show-all-wrap {
	text-align: center;
}

.show-all {
	border-radius: 25px;
    padding-top: 16px;
    padding-right: 35px;
    padding-bottom: 16px;
    padding-left: 35px;
    color: #fff;
    border-color: #ffab0f;
    background-color: #ffab0f;
	text-transform: uppercase;
}

.show-limited-sites .site-single:nth-child(-n+12) {
    display: block;
}

.show-limited-sites .site-single {
    display: none;
}