.blog_post .sortPagiBar {
	margin-bottom: 10px;
}
/* ----------------
 [20. Bolog page]
 */
.blog-posts {
	line-height: 22px;
	margin: auto -15px;
	font-size: 13px;
}
a.read-more {
	color: #df3737;
}
.blog-posts .post-item {
	padding-bottom: 15px;
	padding-top: 25px;
	list-style: outside none none;
}
.center_column .blog-posts .post-item {
	border-bottom: 1px #ddd solid;
}
.center_column ul {
	padding: 0px;
	margin: 0px;
}
.blog-posts.blog-wrapper .post-item {
	border: none;
}
.blog-posts.blog-wrapper h3 {
	margin-top: 15px;
}
.blog-posts .post-item:last-child {
	border-bottom: 0px solid #eaeaea;
	padding-bottom: 10px;
}
.blog-posts .post-item .entry-meta-data {
	padding: 5px 0;
	color: #666;
	font-size: 13px;
}
.blog-posts .post-item .entry-meta-data span {
	margin-right: 12px;
	border-right: 1px #ddd solid;
	padding-right: 10px;
}
.blog-posts .post-item .entry-meta-data span:last-child {
	margin-right: 12px;
	border-right: 0px #ddd solid;
	padding-right: 10px;
}
.blog-posts .post-item .entry-meta-data .author .fa {
	opacity: 0.7;
}
.blog-posts .post-item .entry-meta-data .fa {
	line-height: inherit;
}
.rating .fa-star {
    color: #FC0;
}
.blog-posts .post-item .entry-more a {
	background: #ffc400;
	border: 2px solid #ffc400;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	padding: 12px 12px;
	line-height: 32px;
	letter-spacing: 0.5px;
	text-transform: inherit;
	border-radius: 0;
	transition: all 0.4s ease-out 0s; text-transform:uppercase;
}
.blog-posts .post-item .entry-more {
	margin-top: 15px;
}
.blog-posts .post-item .entry-more a:hover {
	background: #040021;
	border: 2px solid #040021;
	color: #fff;
}
/** Blog detail **/
.entry-detail {
 font-size:15px;
}
.entry-detail .entry-photo,.entry-detail .content-text{
    padding:10px 0 0 0;
}
.entry-detail img{
    width:100%;
    max-height:500px;
    object-fit:cover;
    object-position:center center;
}
.entry-detail .page-title h1{ margin-bottom:12px; text-transform:uppercase; font-size:24px; font-weight:500; letter-spacing:0.5px;}
.entry-title a {
	font-size: 18px;
	display: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    color:#ffc400;
	padding: 0px; text-transform:uppercase; font-weight:600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.entry-thumb {
	margin-bottom: 12px;
    overflow:hidden;
    box-shadow: 0px 13px 10px -7px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.entry-thumb:hover {
    border-radius:5px;
    box-shadow: 0px 15px 10px -7px rgba(0,0,0,.3);
}
.entry-thumb figure{
    height:240px;
}
.entry-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.entry-thumb img:hover{
    transform:scale(1.1);
}
.entry-detail .entry-meta-data {
	padding: 15px 0px 0px;
	color: #666;
}
.entry-meta-data a{
    color:#ffc400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.entry-detail .entry-meta-data .fa {
	line-height: inherit;
}
.entry-detail .entry-meta-data span {
	margin-right: 10px;
}
.entry-detail .entry-meta-data .author .fa {
	opacity: 0.7;
}
.entry-detail .entry-meta-data .rating {
	float: right;
}
.entry-detail .entry-meta-data .post-star span {
	margin: 0;
}
.entry-tags span {
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-list-sidebar li .post-info {
        color: #999;
        display: inline-block;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    .entry-thumb img {
        max-height: unset !important;
        height: 281.8px;
        object-fit: cover;
        object-position: center center;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .blog-list-sidebar li .post-info {
        color: #999;
        display: inline-block;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .entry-thumb img {
        max-height: unset !important;
        height: 259.8px;
        object-fit: cover;
        object-position: center center;
    }
}
