.pagetitle.blog-head{
    background: #00498E;
    color: #fff;
    margin-bottom: 20px;
}
.blogbanner-area{
    display: flex;
    justify-content: space-between;

}
.sticky-side-posts{
    display: flex;
    flex: 0 0 31.7%;
    flex-direction: column;
    justify-content: space-between;
}
.stickypost{
    margin-right: 20px;
    flex: 0 0 66.67%;
}
.stickypost a,.sp a{
    position: relative;
    display: block;
}
.stickypost a:hover h3,.sp a:hover h5 {
    color: #bf1e2e;
    text-decoration-color: #fff;
}
.posts-panel-left ul li a:hover h5{
    color: #bf1e2e;
}
.stickypost a:after,.sp a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.badge{
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
}
.post-info{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.post-date{
    background: #D31820;
    font-size: 14px;
    color: #fff;
    padding: 5px 8px;
}
.post-title{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.stickypost .post-date{
    margin-left: 36px;
}
.stickypost .post-title{
    padding: 0 56px 0 36px;
    line-height: 1.3;
    text-decoration: underline;
  text-decoration-color: #D31820;
}
.sp .post-date{
    margin-left: 20px;
}
.sp .post-title{
    padding: 0 20px;
    line-height: 30px;
    text-decoration: underline;
  text-decoration-color: #D31820;
}
.posts-panel{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.posts-panel-left{
    flex: 0 0 66.67%;
    margin-right: 20px;
}
.posts-panel-right{
    flex: 0 0 31.7%;
}
.posts-panel-right .widget{
    margin-bottom: 20px;
}
.posts-panel-left ul{
    padding: 0;
    margin: 0;
}
.posts-panel-left ul li{
    list-style: none;
    display: flex;
    padding-bottom: 50px;
    justify-content: normal;
}
.posts-panel-left ul li:last-child{
    border-bottom: 1px solid #ddd;
}
.posts-panel-left ul li .img-pane{
    flex: 0 0 280px;
    margin-right: 20px;
}
.posts-panel-left ul li h5{
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 30px;
    text-transform: none;
}
.posts-panel-right{
    max-width: 380px;
}
.posts-panel-right .widget.newsletter{
    background: #ffeeee;
    border-radius: 10px;
    padding: 15px 20px 20px;
}
.posts-panel-right .widget.newsletter h6{
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 21px; 
    font-weight: 600;
}

.posts-panel-right .widget.newsletter form{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.posts-panel-right .widget.newsletter form input{
    background: #fff;
    border-radius: 5px;
    border: none;
    max-width: 250px;
    width: 100%;
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.posts-panel-right .widget.newsletter form button{
    background: #D31820;
    border-radius: 5px;
    height: 32px;
    color: #fff;
    border: none;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.posts-panel-right .widget.newsletter form button:hover{background:#00498E;}
a.shop{
    position: relative;
    display: block;
}
a.shop::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.shop-content{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 2;
}
.shop-content h3{
    color: #fff;
}
a.shop:hover .shop-content h3{
    color: #D31820
}
.latest-blog{
    background: #EDF6FF;
    border-radius: 10px;
    padding: 10px 20px 20px;
}
.latest-blog h5{
    text-transform: capitalize;
}
.latest-blog ul{
    padding: 0;
    margin: 0;
}
.latest-blog ul li{
    list-style: none;
    display: block;
}
.latest-blog ul li a{
    display: block;
    padding: 18px 0;
    color: #D31820;
    border-bottom: 1px solid rgba(0,73,142,0.29);
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}
.latest-blog ul li a:hover{
    color: #00498E;
}
a.pagination{
    color: #D31820;
    float: right;
    font-size: 16px;
}
a.pagination:hover{
  color: #00498E;
}

.postmetadata {
    border-bottom: 1px solid #EDEADE;
    padding: 10px 0 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.postmetadata {
    clear: both;
}
.postmetadata a{
    color: #D31820;
}
.postmetadata a:hover{
    color: #00498E;
}
.blog-img{
    margin-bottom: 20px;
}
.mbr{
    display: none;
}

@media (max-width:992px){
    .stickypost .post-title{
        font-size: 24px;
        padding: 0 36px;
    }
    .sp .post-title{
        font-size: 17px;
        line-height: 1.4;
    }
    .posts-panel-left ul li .img-pane {
        flex: 0 0 40%;
    }
    .posts-panel-left ul li h5{
        font-size: 20px;
        line-height: 26px;
    }
    .shop-content h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    .latest-blog h5{
        font-size: 20px;
    }
    .posts-panel-right .widget.newsletter h6{
        font-size: 16px;
        line-height: 18px;
    }
}
@media (max-width:768px){
    .blogbanner-area,.posts-panel{
        flex-direction: column;
    }
    .stickypost {
        margin-right: 0px;
        flex: 0 0 100%;
    }
    .sticky-side-posts,.posts-panel-right{
        flex: 0 0 100%;
    }
    .sp{
        margin-top: 20px;
    }
    .sticky-side-posts{
        max-width: 380px;
        margin: 0 auto;
    }
    .posts-panel-right{
        margin: 0 auto;
    }
    .posts-panel-left {
        flex: 0 0 100%;
        margin-right: 0px;
    }
    .posts-panel-left ul li .img-pane{
        margin-right: 0;
        margin-bottom: 20px;
        padding-right: 10px;
    }
}
@media (max-width:550px){
.postmetadata{
    flex-direction: column;
}
}
@media (max-width:480px){
.stickypost .post-title {
    font-size: 18px;
    padding: 0 36px;
}
.posts-panel-left ul li h5 {
    font-size: 18px;
    line-height: 20px;
}
.postmetadata{
    line-height: 1.5;
}
.postmetadata .post-date{
    margin-top: 10px;
}

.mbr{
    display: block;
}
.sep{
    display: none;
}
}
@media (max-width:400px){
.stickypost .post-title {
    padding: 0 14px!important;
}
.stickypost .post-date {
    margin-left: 14px;
}
.posts-panel-left ul li{
    flex-direction: column;
}
.posts-panel-left ul li .img-pane {
    flex: 0 0 100%;
}
}