/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.xf-loader {
    background: url(../img/loading.gif);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: auto;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-top: 75px;
}

.xf-opacity{
	opacity: 0.3;
}

.xf-load-more{
  display: none;
}