/* Homepage Custom Load More */

.home .main-box.custom-load-more #vce-pagination {
	padding: 0;
	margin: 0;
	width: calc(100% + 40px);
	margin-left: -20px;
}

.home .main-box.custom-load-more #vce-pagination .vce-action-link {
    width: 100%;
    font-size: 2.2rem;
    font-family: 'Lato';
    font-weight: 700;
    border-radius: 0;
    padding: 15px 15px 18px;
    display: inline-block;
	line-height: 1.14;
}

.home .main-box.custom-load-more #vce-pagination .vce-action-link:after {
	font-family: FontAwesome;
    content: "\f105";
    margin-left: 8px;
}

@media only screen and (max-width: 670px) and (min-width: 200px) {
	
	.home .main-box.custom-load-more #vce-pagination {
		width: calc(100% + 20px) !important;
	    margin-left: -10px;
	}
	
	
    .home .main-box.custom-load-more #vce-pagination .vce-action-link {
			    font-size: 18px;
    line-height: 22px;
    text-align: center;
	    padding: 10px 10px 12px;
	}
	
}

.main-box.custom-load-more .vce-post.from-ajax header.entry-header {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}