section.widget_walker_core_recent_blog {
    display: inline-block;
}
section.widget_walker_core_recent_blog ul.recent-blog-widget,
.widget_walker_core_social_media_widget ul.walker-core-social {
    margin: 0;
    padding: 0;
}
.widget_walker_core_social_media_widget ul.walker-core-social li {
    width: auto;
    display: inline-block;
    margin: 0 5px 5px 0;
}
.widget_walker_core_social_media_widget ul.walker-core-social li a {
    border: 1px solid;
    display: inline-block;
    height: 37px;
    width: 40px;
    text-align: center;
    line-height: 37px;
}

section.widget_walker_core_recent_blog ul.recent-blog-widget li.recent-blog-item-wraper {
    width: 100%;
    float: left;
}
section.widget_walker_core_recent_blog ul.recent-blog-widget .post-thumbnail {
    width: 30%;
    display: inline-block;
    float: left;
}
section.widget_walker_core_recent_blog ul.recent-blog-widget .post-content {
    width: 70%;
    display: inline-block;
    float: left;
    padding-left: 15px;
}
section.widget_walker_core_recent_blog ul.recent-blog-widget .post-content.without-thumbnail {
    width: 100%;
    padding-left: 0;
}
section.widget_walker_core_recent_blog ul.recent-blog-widget .post-content small.post-date {
    display: block;
    margin-top: 7px;
    opacity: 0.56;
}
section.widget_walker_core_address_box ul.walker-address-box li {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 11px;
}
section.widget_walker_core_address_box ul.walker-address-box li i {
    width: 30px;
    height: 30px;
    border: 1px solid;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
}
ul.categories-posts-widget small.post-date {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    opacity: 0.35;
}
ul.categories-posts-widget h4 {
    margin: 0;
    line-height: 1.2em;
}
li.widget-post-item-wraper .post-thumbnail a {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 5px;
    background: #000;
}
li.widget-post-item-wraper .post-thumbnail a img{
    transition: all ease 0.23s;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}
li.widget-post-item-wraper:hover .post-thumbnail a img{
   transform: scale(1.2); 
}
.widget_walker_core_popular_post .post-thumbnail {
    width: 30%;
    float: left;
}
.widget_walker_core_popular_post .with-thumbnail {
    width: 70%;
    float: left;
    padding-left: 12px;
}
.widget_walker_core_popular_post .popular-post-list {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.widget_walker_core_popular_post .popular-post-list a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}
.widget_walker_core_popular_post .popular-post-list a small {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    opacity: 0.56;
    font-weight: 400;
}
section.widget_walker_core_recent_blog li.recent-blog-item-wraper a {
    font-weight: 600;
}
section.widget_walker_core_recent_blog li.recent-blog-item-wraper a small{
    font-weight: 400;
    font-size: 14px;
}
/*Pricing Table*/
.walkerwp-pricing-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.walkerwp-pricing-table {
    background: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 11px rgb(0 0 0 / 9%);
    transition: all ease 0.23s;
}
.walkerwp-pricing-table:hover{
    box-shadow: 0 0 21px rgb(0 0 0 / 23%);
}
.package-header {
    position: relative;
    width: 100%;
    background: #747677;
    padding: 20px 0;
    color: #fff;
}
.package-header .package_title {
    margin: 10px 0 20px;
    color: #fff;
}
.package-pricing {
    background: #747677;
    color: #fff;
    position: relative;
    padding: 0 0 50px;
    display: flex;
    justify-content: center;
}
span.badge-text {
    position: absolute;
    right: -93px;
    top: 18px;
    background: #e44f08;
    transform: rotate(45deg);
    padding: 0 50px;
    z-index: 2;
    color: #fff;
    width: 250px;
    text-align: center;
    font-size: 14px;
}
span.package_price {
    font-size: 60px;
    font-weight: 700;
}
.features-list ul li {
    width: 100%;
    line-height: 25px;
    padding: 6px 0;
}
.features-list {
    width: 100%;
    padding: 50px 0;
    color: #000;
    display: inline-block;
}
.walkerwp-pricing-table .package-footer a {
    display: inline-block;
    background: #747677;
    text-decoration: none;
    padding: 5px 20px;
    color: #fff;
    border-radius: 2px;
}
.package-footer {
    padding: 0px 0 30px;
    display: block;
}
.walkerwp-pricing-table .package-footer a:hover {
    background: #e44f08;
}
span.packege_cyple_perios {
    margin-top: 12px;
}
span.currency_symbol {
    font-size: 20px;
    font-weight: 600;
}
span.price_decimal {
    display: inline-block;
    margin-top: -12px;
}