.events-main .button-holder {
padding:75px 0 0 0;
}
#true_loadmore {
position:relative;
}
#true_loadmore.loading::before {
content:'';
position:absolute;
display:block;
border-radius: 50%;
width:50px;
height:50px;
right:-25px;
top:50%;
margin:-25px 0 0 0;
background:#222222 url(//my-soyo.com/wp-content/themes/soyo/images/loading.svg) no-repeat center center;
background-size:25px auto;
z-index:22;
}