/* Blog taxonomy/archive specific tweaks */
.blog-category .bg-light-purple {
    padding-top: 9rem !important;
}

/* Blog tile image container to ensure visible height and cover fit */
.blog .img-container > div {
    padding-top: 70%; /* ~16:9ish tile */
    background-size: cover;
    background-position: center;
}

/* Center the Load More button container */
.item-list {
    text-align: center;
}

.item-list ul.pager {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* AJAX throbber positioning next to Load more button */
.ajax-progress.ajax-progress-throbber {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.ajax-progress-throbber .throbber {
    background: url(../images/throbber-active.gif) no-repeat center !important;
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
    vertical-align: middle;
}


