/* -------------------------------------------
   01. Left Slider News
----------------------------------------------*/

ul.news-footer li {
    display: inline-block;
    width: 100%;
}
.news-footer li > a {
    float: left;
}
.news-footer > li > span > a > img {
    width: 60px;
    height: 60px;
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 60px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}
.news-footer > li h6 {
    padding-left: 70px;
    font-size: 14px;
    line-height: 24px;    
    color: #B8860B;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.news-footer > li h6 a{
    color: #B8860B;
}
.news-footer li > .news-date {
    display: block;
    color: #666666;
    font-size: 11px;
    padding-left: 70px;
}
.Top-Title-SideBar h3 {
    font-weight: 700;
    color: #373636;
    margin: 0 0 0 40px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    position: relative;
    padding-bottom: 20px;
}

/* -------------------------------------------
   02. Article Blog Standard
----------------------------------------------*/

.blog-standard {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.blog-standard .item-post {
    margin: 0;
}
.latestnews .item-post {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}
.latestnews .item-post .img-post {
    position: relative;
}
.latestnews .item-post figure img {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    width: 100%;
    max-height: 440px;
}
.latestnews .item-post .icon-post-type {
    background: #373636;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 20px;
    display: none;
}
.latestnews .item-post .info-post {
    padding: 20px 20px 20px;
}
.blog-standard .item-post .info-post h5 {
    padding: 20px 0px 10px 0px;
    margin: 0;
}
.blog-standard .meta-post {
    border: none;
}
.latestnews .meta-post {
    font-size: 12px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 15px !important;
    padding-left: 0;
}
.latestnews .meta-post li {
    /*border-right: 1px solid #e5e5e5;*/
    padding: 0 8px;
    display: inline-block;
    list-style: none;
}
.latestnews .meta-post li span.date {
    color: #b2b2b2;
    font-size: 12px;
    line-height: 28px;
    padding-left: 5px;
}
.latestnews .info-post p {
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 25px 0;
}

.latestnews .info-post .blog-img a img{
	width: 100%;
	height: 130px;
	padding-bottom: 15px;
}

.blog-standard .item-post .info-post h5 {
    padding: 20px 0px 10px 0px;
    margin: 0;
}
.latestnews .item-post .info-post h5 {
    padding: 15px 0 15px 0;
    margin: 0;
}
.item-post h5 {
    color: #373636;
    font-family: "Ubuntu",sans-serif;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.item-post h5 a{
    color: #B8860B;
}
.blog-standard .item-post .info-post h5 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    color: #373636;
    display: inline-block;
    font-size: 25px !important;
}
.latestnews .item-post .info-post h5 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    color: #373636;
    display: inline-block;
    font-size: 17px;
}
.latestnews .item-post .info-post h5 a{
    color: #B8860B;
}
.meta-post{
    padding-left: 0;
}

/* -------------------------------------------
   03. Pagination
----------------------------------------------*/

#latestnews .pagination {
    margin-bottom: 20px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.pagination-style1 span.active {
    background: #B8860B;
    color: #FFF;
}
.pagination-style1 span {
    color: #666666;
    background: #f6f6f6;
    font-family: "Ubuntu",sans-serif;
    font-weight: bold;
    border: none;
    width: 42px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    margin: 0px 2px 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
}
.pagination-style1 i {
    color: #666666;
    background: #f6f6f6;
    font-weight: bold;
    border: none;
    width: 42px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    margin: 0px 2px 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
}

@media only screen and (max-width : 767px) {
    .blog-post .col-sm-8{
        padding: 0px;
    }

    .latestnews .item-post .info-post {
        padding: 10px 10px 10px;
        font-size: 20px;
    }
}