.preload {
width: 100%;
min-height: 100px;
margin: 0 auto;
text-align: center;
}/* This stylesheet is used to style the public view of the widget. */

#load-more-section {
	position: relative;
	clear: both;
}
ul.paginations li {
list-style: none;
display: inline-flex;
margin: 15px;
border: 1px solid #ccc;
border-radius: 4px;
cursor:pointer;
}
ul.paginations li a {
padding: 5px 15px;
}

ul.paginations {
margin: 0 auto;
padding: 0px;
text-align: center;
}

#theme-layout #main ul.paginations li.active a , 
#theme-layout #main ul.paginations li.active a  span {
background: #645F5F;
color: #fff !important;
}

.view_more {
	text-align: center;
	margin:10px auto;
	width: 100%;
	clear: both;
}

.view_more a.btn_view_more {
	border: 1px solid #8d8d8d;
	font-family: 'open_sanssemibold' !important;
	color: #8f8f8f !important;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	background: transparent;
	padding: 10px 40px;
}

#load-more-section h2 {
padding-top: 20px !important;
padding-bottom: 10px !important;
font-weight: normal;
letter-spacing: 10px;
text-align: center;
font-size: 22px;
text-transform: uppercase;
}

.more-post-title {
	text-align: left;
}