/* Blog post styles*/

article.blog-post-content {
    padding: 94px 0 39px;
}

.entry-content.container, .list-header.container {
    margin: 0 auto;
    max-width: 1060px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.blog-content-wrap {
    display: inline-block;
    width: 100%;
}
.blog-content {
    float: left;
    display: inline-block;
    width: 67.92%;
}
.main-blog-sidebar {
    float: right;
    display: inline-block;
    width: 25.47%;
}
.blog-content h1.entry-page-title {
    font-weight: 600;
    margin: 0 0 26px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}
.entry-post-info {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}
.post-author .post-author-img {
    display: inline-block;
    float: left;
    margin-right: 16px;
}
.post-author .avatar {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.blog-content .post-author-info {
    font-family: 'Verdana', sans-serif;
    display: inline-block;
    margin-top: 2px;
    float: left;
}
.post-author .display-name {
    display: block;
    color: #272727;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}
.blog-content .post-author {
    position: relative;
    float: left;
    display: inline-block;
    min-width: 160px;
    text-align: left;
}
.blog-content .post-author .post-date {
    color: #919191;
    font-weight: 600;
}
.blog-content .attr-right {
    float: right;
}
.blog-content .post-rating {
    display: inline-block;
    float: right;
    clear: both;
}
.blog-content .attr-right .post-counters {
    margin: -4px 0 4px;
    display: inline-block;
    float: right;
}
.blog-content .yjin_rating {
    color: #939393;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    font-family: 'verdana', sans-serif;
}
.blog-content .post-likes {
    color: #FFC50F;
    font-size: 18px;
    cursor: pointer;
    line-height: 16px;
}
.blog-content .post-likes-popup {
    color: #939393;
}
.blog-content .post-likes i {
    display: inline-block;
    margin-right: 4px;
    width: 22px;
    height: 16px;
    vertical-align: middle;
    background: url(../images/post-like-icon.png) no-repeat;
}
.blog-content .yjin-rating-stars, .yjin_rating .stars-wrap .add-stars {
    color: #ffc610;
    margin: 0;
    line-height: 1;
    letter-spacing: 4px;
    font-size: 16px;
}
.blog-content .post-image {
    position: relative;
    margin-bottom: 40px;
}
.blog-content .post-image img {
    width: 100%;
}
.blog-content-inside, .blog-content-inside p {
    color: #272727;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 29px;
    font-family: 'Verdana', sans-serif;
}
.blog-content-inside h2 {
    font-weight: 600;
    margin: 20px 0 9px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}
.blog-content-inside h3 {
    font-weight: 600;
    margin: 20px 0 9px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}
.blog-content-inside h4 {
    font-size: 20px;
}

/* Top stories styles*/
.top-stories-inside-wrap {
    margin-top: 89px;
}
.top-stories-title {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 7px 0 8px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #FFC511;
}
.top-stories-inside {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.most-read-inside, .top-reviews-inside {
    float: left;
    display: inline-block;
    width: 50%;
    padding-bottom: 17px;
}
.most-read-inside {
    border-right: 1px solid #e5e5e5;
}
.top-reviews-inside {
    border-left: 1px solid #e5e5e5;
    margin-left: -1px;
}
.most-read-inside-title, .top-reviews-inside-title {
    padding: 9px 0 7px;
    display: block;
    margin-bottom: 37px;
    text-align: center;
    color: #fff;
    background: #282828;
    font-weight: 700;
    position: relative;
    font-size: 14px;
    font-family: 'verdana', sans-serif;
}
.most-read-inside-title:before, .top-reviews-inside-title:before {
    content: '';
    left: 50%;
    margin-left: -6px;
    bottom: -12px;
    position: absolute;
    border: 6px solid transparent;
    border-top: 7px solid #282828;
}
.most-read-inside-title {
    margin-left: -1px;
}
.top-reviews-inside-title {
    margin-right: -1px;
}
.most-read-inside-item, .top-reviews-inside-item {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 17px;
}
.most-read-inside-left, .top-reviews-inside-left {
    display: inline-block;
    position: relative;
    width: 44%;
    float: left;
}
.most-read-inside-left img, .top-reviews-inside-left img {
    width: 100%;
}
.top-reviews-inside-left img {
    border: 1px solid #e5e5e5;
}
.most-read-inside-right, .top-reviews-inside-right {
    display: inline-block;
    width: 52%;
    float: right;
}
.most-read-inside-item .post-date, .top-reviews-inside-item .post-date {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}
.most-read-inside-item .post-date span, .blog-cat-post-date {
    display: inline-block;
    background: #ffc610;
    padding: 0 8px;
    line-height: 22px;
    color: #272727;
    font-size: 12px;
}
.most-read-inside-item .most-read-inside-right a, .top-reviews-inside-item .top-reviews-inside-right a {
    color: #272727;
    font-size: 12px;
    font-weight: 400;
    font-family: 'verdana', sans-serif;
}
.most-read-inside-item .most-read-inside-right a:hover, .top-reviews-inside-item .top-reviews-inside-right a:hover {
    text-decoration: underline;
}
.review-star-rating {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.top-reviews-inside-right .review-star-rating {
    margin-top: 8px;
}
.review-star-rating .rating {
    display: inline-block;
    width: 101px;
    height: 16px;
    background: url(../images/mknt-stars-grey.png) no-repeat;
    background-size: auto 100%;
}
.review-star-rating .rating span {
    display: block;
    font-size: 0;
    height: 16px;
    background: url(../images/mknt-stars.png) no-repeat;
    background-size: auto 100%;
}

/* Blog sidebar styles*/
.sidebar-top-stories, .sidebar-categories {
    margin-bottom: 40px;
    background: #fff;
    -moz-box-shadow: 0 0 32px rgba(68, 68, 68, 0.09);
    -webkit-box-shadow: 0 0 32px rgba(68, 68, 68, 0.09);
    box-shadow: 0 0 32px rgba(68, 68, 68, 0.09);
}
.sidebar-top-stories .sidebar-title, .sidebar-categories .sidebar-title {
    padding: 18px 20px;
    color: #FFF;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'verdana', sans-serif;
}
.sidebar-top-stories .sidebar-title {
    background: url(../images/top-stories-sidebar-title.jpg) no-repeat;
    background-size: cover;
}
.sidebar-categories .sidebar-title {
    background: url(../images/categories-sidebar-title.jpg) no-repeat;
    background-size: cover;
}
.top-stories-list, .sidebar-categories-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-stories-list li, .sidebar-categories-list li {
    margin: 0;
    list-style: none;
    padding: 16px 20px;
    border-bottom: 1px solid #fff2ca;
    transition: all 0.1s;
}
.top-stories-list li:last-child, .sidebar-categories-list li:last-child {
    border: none;
}
.top-stories-list li a, .sidebar-categories-list li a {
    color: #272727;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.1s;
    display: inline-block;
    line-height: 1.4;
    font-family: 'verdana', sans-serif;
}
.sidebar-categories-list li a {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    transition: all 0.1s;
}

.sidebar-categories-list li:hover{
    background: rgba(251, 198, 15,0.11);
}

/*.sidebar-categories-list li:hover a, .sidebar-categories-list li:hover .category-count{*/
    /*color: #ffffff;*/
/*}*/

.top-stories-list li:hover {
    background: rgba(251, 198, 15, 0.11);
}

.top-stories-list li:hover a{
    text-decoration: none;
}

/*.top-stories-list li a:hover {*/
    /*text-decoration: underline;*/
/*}*/
.top-stories-list li>span {
    display: block;
    line-height: 15px;
    padding-left: 20px;
    color: #939393;
    font-size: 12px;
    font-weight: 600;
    background: url(../images/view-icon.png) no-repeat 0 center;
}
.sidebar-categories-list li a span.category-count {
    display: inline-block;
    float: right;
    color: #FFC50F;
    font-size: 14px;
    font-weight: 600;
}

/*Blog list styles*/
.blog-list {
    margin-bottom: 30px;
}
.blog-content.blog-content-list {
    width: 71.7%;
}
.list-header.container {
    padding: 60px 0 20px;
}
h1.blog-list-title {
    margin: 0 0 30px;
    padding-top: 90px;
    position: relative;
    text-align: center;
    color: #272727;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-list-title span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h1.blog-list-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -53px;
    width: 106px;
    height: 64px;
    background: url(../images/blog-list-title.jpg) no-repeat;
    z-index: 2;
}
h1.blog-list-title:after {
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffc610;
}
.search-list-form {
    padding-top: 20px;
}
.search-list-form form {
    position: relative;
}
.search-list-form form input[name=search] {
    padding-left: 65px;
    width: 100%;
    height: 46px;
    border: 1px solid #dddddd;
}
.search-list-form form input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border: none;
    box-shadow: none;
    background: url(../images/serch-blog-button.jpg) no-repeat;
}
.search-list-form input:-moz-placeholder{
    color: #dddddd;
    font-size: 16px;
    font-family: 'verdana', sans-serif;
    font-weight: 400;
}
.search-list-form input:-ms-input-placeholder{
    color: #dddddd;
    font-size: 16px;
    font-family: 'verdana', sans-serif;
    font-weight: 400;
}
.search-list-form input::-webkit-input-placeholder{
    color: #dddddd;
    font-size: 16px;
    font-family: 'verdana', sans-serif;
    font-weight: 400;
}
.blog-content-list .list-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}
.blog-content-list .blog-list-item-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.blog-list-item-wrap, .row-list-item-wrap {
    margin-bottom: 45px;
    text-align: left;
    opacity: 1;
    bottom: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    -moz-transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog-list-item, .row-list-item {
    position: relative;
    padding-bottom: 70px;
    background: #fff;
    transition: all .1s linear;
    width: 100%;
    -moz-box-shadow: 0 0 24px rgba(39, 39, 39, 0.09);
    -webkit-box-shadow: 0 0 24px rgba(39, 39, 39, 0.09);
    box-shadow: 0 0 24px rgba(39, 39, 39, 0.09);
}
.blog-cat-post-image, .row-list-post-image {
    position: relative;
    margin-bottom: 20px;
}
.blog-list .list-row .hidden-post, .review-list .list-row .hidden-post  {
    opacity: 0;
    bottom: -10px;
}
.blog-list .list-row > div.hidden-post:nth-child(-n+8), .review-list .list-row > div.hidden-post:nth-child(-n+6) {
    bottom: 0;
    opacity: 0;
    -webkit-animation: opacity 0s linear 1s;
    animation: opacity 0s linear 1s;
}
.blog-cat-post-image>a {
    display: inline-block;
    position: relative;
}
.blog-cat-post-image>a img {
    float: left;
}
.blog-cat-post-image span.read-more {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    transition: .15s all;
}
.blog-cat-post-image span.read-more span {
    position: absolute;
    display: inline-block;
    width: 169px;
    line-height: 40px;
    left: 50%;
    margin-left: -85px;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    border: 1px solid #ffc610;
    color: #FFC50F;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}
.blog-cat-post-image:hover span.read-more {
    opacity: 1;
    visibility: visible;
}
.blog-cat-post-date {
    position: absolute;
    left: 20px;
    bottom: -7px;
    line-height: 24px;
    font-size: 13px;
    z-index: 2;
    font-family: 'verdana', sans-serif;
    font-weight: 600;
}
.blog-cat-title {
    display: inline-block;
    line-height: 1.45;
    margin: 0 20px 16px;
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.blog-cat-title:hover {
    text-decoration: underline;
}
.blog-cat-post-content {
    display: inline-block;
    margin: 0 20px 30px;
    line-height: 1.5;
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    font-family: 'verdana', sans-serif;
}
.blog-list-item .blog-cat-post-info, .row-list-item .row-list-post-info {
    border-top: 1px solid #ebebeb;
    padding: 19px 16px 15px 20px;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog-cat-post-author {
    display: inline-block;
    float: left;
}
.blog-list-item .blog-cat-post-author img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
}
.blog-list-item .blog-cat-post-author span {
    font-family: 'verdana', sans-serif;
    padding-top: 8px;
    color: #272727;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}
.blog-cat-post-counts {
    display: inline-block;
    position: relative;
    float: right;
    padding-top: 4px;
}
.blog-cat-post-counts .blog-cat-post-views {
    display: inline-block;
    line-height: 15px;
    padding-left: 27px;
    color: #939393;
    font-size: 14px;
    font-weight: 600;
    background: url(../images/view-icon-big.png) no-repeat 0 center;
}
.blog-cat-post-counts .blog-cat-post-share {
    display: inline-block;
    cursor: pointer;
    position: relative;
    line-height: 15px;
    padding: 0 12px 20px 22px;
    color: #939393;
    font-size: 14px;
    font-weight: 600;
    background: url(../images/share-icon.png) no-repeat 0 1px;
    z-index: 10;
}
.blog-cat-post-counts .blog-cat-post-share:hover .blog-cat-post-share-list{
    opacity: 1;
    visibility: visible;
}
.blog-cat-post-counts .blog-cat-post-share:after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 8px;
    height: 6px;
    background: url(../images/share-open-icon.png) no-repeat 0 center;
    z-index: 10;
}
.blog-cat-post-share-list {
    box-shadow: 0px 2px 8px 0px rgba(40, 40, 40, 0.15);
    position: absolute;
    top: 100%;
    background: #fff;
    left: 22px;
    margin: 0;
    opacity: 0;
    transition: 0.15s;
    visibility: hidden;
}
.blog-cat-post-share-list:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 13px;
    border: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
}
.blog-cat-post-share-list li{
    list-style-type: none;
    margin: 0;
    padding: 3px 52px 5px 13px;
    border-bottom: 1px solid rgba(235,235,235,0.5);
    transition: 0.15s;
}

.blog-cat-post-share-list li:hover{
    background: rgba(251, 198, 15,0.11);
}

.blog-cat-post-share-list li:last-child{
    border-bottom: none;
}
.blog-cat-post-list-social{
    padding-left: 26px;
    color: #949494;
    font-size: 13px;
}
.blog-cat-post-list-social.social-fb{
    background: url("../images/facebook-16.png") no-repeat left center;
}
.blog-cat-post-list-social.social-tw{
    background: url("../images/twitter-16_.png") no-repeat left center;
}
.blog-cat-post-list-social.social-gl{
    background: url("../images/Google_Plus-16.png") no-repeat left center;
}
.blog-cat-post-list-social.social-pt{
    background: url("../images/pinterest-16.png") no-repeat left center;
}


/*Blog popup*/
.unsub-form {
    padding: 15px;
    border: 1px solid #faa627;
    margin-bottom: 50px;
    background: rgba(250, 166, 39, 0.1);
    border-radius: 5px;
}
.unsub-form p{
    color: #282828;
}
.unsub-form .yes_btn {
    background: #ffc710;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'verdana', sans-serif;
    transition: color 0s linear 0.3s;
}
.unsub-form .no_btn {
    text-decoration: none;
    color: #282828;
    font-size: 14px;
    font-family: 'verdana', sans-serif;
}
.unsub-form .radio-btn input[type="radio"] {
    display: none;
}
.unsub-form .radio-btn input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    color: #282828;
    font-size: 14px;
}
.unsub-form .radio-btn input[type="radio"] + label span {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0 12px 0 0;
    vertical-align: top;
    background: url(../images/custom_radio.png) no-repeat 0 0;
    cursor: pointer;
}
.unsub-form .radio-btn input[type="radio"]:checked + label span {
    background-position: 0 -33px;
}
/*End blog popup*/



.ajax-spinner-list {
    /*display: none;*/
    padding: 50px 0;
    display: none;
    text-align: center;
    opacity: 0.84;
}
.ajax-spinner-list i {
    display: inline-block;
    color: #ffc610;
    font-size: 8px;
    text-indent: -99999em;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 50%;
}
.ajax-spinner-list i:before, .ajax-spinner-list i:after {
    content: '';
    position: absolute;
    border-radius: 50%;
}
.ajax-spinner-list i:before {
    width: 5.2em;
    height: 10.2em;
    background: #fff;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}
.ajax-spinner-list i:after {
    width: 5.2em;
    height: 10.2em;
    background: #fff;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 5.1em;
    -webkit-transform-origin: 0px 5.1em;
    transform-origin: 0px 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}
.ajax-spinner-list span {
    display: block;
    color: #ffc610;
    font-weight: 600;
    font-size: 14px;
}

/*Review pagination*/
.blog-content .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-content .nav-links .page-numbers {
    color: #d9dfe0;
    padding: 7px 6px 5px;
    width: 36px;
    margin: 0 3px;
    text-align: center;
}

.blog-content .nav-links .page-numbers.current {
    background: #ffc60f;
    color: #0a0a0a;
}

.blog-content .nav-links a {
    color: #d9dfe0;
}

.blog-content .nav-links a:hover {
    color: #0a0a0a;
    background: #ffc60f;
}

.blog-content .nav-links .prev.page-numbers, .blog-content .nav-links .next.page-numbers {
    position: relative;
    color: #d9dfe0;
    margin: 0 15px;
    width: auto;
}

.blog-content .nav-links .prev.page-numbers:hover, .blog-content .nav-links .next.page-numbers:hover {
    color: #0a0a0a;
    background: transparent;
}

.blog-content .nav-links .prev.page-numbers:hover:before, .blog-content .nav-links .next.page-numbers:hover:before {
    border-bottom-color: #0a0a0a;
    border-left-color: #0a0a0a;
}

.blog-content .nav-links .prev.page-numbers {
    padding: 0 0 0 10px;
}

.blog-content .nav-links .next.page-numbers {
    padding: 0 10px 0 0;
}

.blog-content .nav-links .prev:before, .blog-content .nav-links .next:before {
    content: '';
    position: absolute;
    color: #d9dfe0;

    top: 50%;
    border-left: 2px solid #d9dfe0;
    border-bottom: 2px solid #d9dfe0;
    left: 0;
    width: 5px;
    height: 5px;
    -moz-transform: translate(0, -65%) rotate(45deg);
    -o-transform: translate(0, -65%) rotate(45deg);
    -ms-transform: translate(0, -65%) rotate(45deg);
    -webkit-transform: translate(0, -65%) rotate(45deg);
    transform: translate(0, -65%) rotate(45deg);
}

.blog-content .nav-links .next:before {
    left: initial;
    right: -10px;
    -moz-transform: translate(0, -65%) rotate(-135deg);
    -o-transform: translate(0, -65%) rotate(-135deg);
    -ms-transform: translate(0, -65%) rotate(-135deg);
    -webkit-transform: translate(0, -65%) rotate(-135deg);
    transform: translate(0, -65%) rotate(-135deg);
}

/*Media*/

@media (max-width: 1100px) {
    .entry-content.container {
        padding: 0 15px;
    }
    .list-header.container {
        padding: 60px 15px 20px;
    }
    .blog-list-item, .row-list-item {
        padding-bottom: 85px;
    }
    .blog-list-item .blog-cat-post-info, .row-list-item .row-list-post-info {
        text-align: center;
    }
    .blog-cat-post-author, .blog-cat-post-counts {
        float: none;
        display: block;
    }
}
@media (max-width: 768px) {
    .blog-content, .main-blog-sidebar, .blog-content.blog-content-list {
        width: 100%;
        float: none;
    }
    .blog-cat-post-counts {
        text-align: center;
    }
    .blog-cat-post-counts .blog-cat-post-share {
        padding: 0 12px 0px 16px;
        margin-left: 5px;
    }
    .blog-cat-post-share-list {
        box-shadow: initial;
        position: initial;
        top: initial;
        background: transparent;
        left: initial;
        margin: 0;
        opacity: 1;
        transition: 0.15s;
        visibility: initial;
        white-space: nowrap;
        display: inline-block!important;
    }
    .blog-cat-post-list-social {
        padding: 0 11px;
        color: #949494;
        font-size: 0;
        width: 16px;
        height: 16px;
        display: inline-block;
    }
    .blog-cat-post-share-list:before {
        content: none;
    }
    .blog-cat-post-counts .blog-cat-post-share:after{
        content: none;
    }
    .blog-cat-post-share-list li {
        border-bottom: none;
        display: inline-block;
        padding: 0 4px;
    }
    .blog-cat-post-share-list li:hover {
        background: none;
    }
    .blog-cat-post-counts .blog-cat-post-share {
        font-size: 0;
    }
    .blog-cat-post-list-social {
        background-position: center center;
    }
}

@media (max-width: 550px) {
    .most-read-inside, .top-reviews-inside {
        width: 100%;
        float: none;
        border: none;
    }
    .most-read-inside-title, .top-reviews-inside-title {
        margin-left: -1px;
        margin-right: -1px;
    }
    .blog-content h1.entry-page-title {
        font-size: 24px;
    }
    .entry-post-info {
        text-align: center;
    }
    .blog-content .attr-right .post-counters, .blog-content .attr-right, .blog-content .post-author, .blog-content .post-rating  {
        float: none;
    }
    .blog-content .post-rating {
        display: block;
    }
    .blog-list-item-wrap, .row-list-item-wrap {
        width: 100%;
    }
}
@media (max-width: 440px) {
    .unsub-form .no_btn {
        display: block;
        margin-top: 10px;
    }
}
