/*
Theme Name:     maxblog child theme
Description:    Make your modifications to MAXBLOG in this child theme.
Theme URI:      http://maxblog1.tn-simple.com/
Author:         TN TEAM
Author URI:     http://tn-simple.com
Template:       maxblog
*/

@import url('../maxblog/style.css');

/*
@font-face {
    font-family: 'hncbFont';
    src: url('../maxblog-child/fonts/HelveticaNeue-CondensedBold.otf');
    font-weight: normal;
    font-style: normal;

}
*/


/* .expertsInDetail{ overflow-y: scroll; } */


/* Your CSS code goes here
-------------------------------------- */

.menu-nav-top li,
#menu-main>ul>li,
.block3-content .block-title,
.block-title,
.single-style1-title,
.single-style2-title,
.author-title,
.search-submit,
.single-nav-title-wrap,
.review-widget-post-title,
.review-widget-score,
.single-review-element,
.single-review-summary h3,
.block-big-slider-title,
.big-carousel-inner,
.logo-404,
.single-aside-social-wrap .share-title,
.social-count-wrap .num-count,
.twitter-widget-title h3,
.block-feature2-slider-title,
#main-content .widget .module5-wrap .col-sm-4 .block4-wrap .block-title,
#main-content .single-related-wrap .col-sm-4 .block4-wrap .block-title,
.page-title-wrap,
.title-logo,
.woocommerce div.product .product_title,
.woocommerce .page-title,
.widget-title h3,
.cate-title,
.search-page-title,
.archive-page-title,
.side-dock-title h3,
.comment-title h3,
.related.products h2,
#menu-main>ul>li>a,
.tn-sub-menu-wrap,
.menu-nav-top,
#main-mobile-menu,
.module-ticker-wrap .block-title,
.premium_services .description h3,
.widget-title h3,
.cate-title,
.search-page-title,
.archive-page-title,
.side-dock-title h3,
.comment-title h3,
.related.products h2,
.single-related-wrap .block4-wrap .block-title,
.block6-wrap .block-title,
.block11-wrap .block-title,
.block8-wrap .block-title,
.single-tags-source-wrap,
.widget_categories ul,
.widget_pages ul,
.single-social-wrap,
.widget_nav_menu ul,
.widget_archive ul,
.block9-wrap .block-title,
.module-ticker-wrap .block-title,
.big-slider-carousel-title,
#menu-main .block-title,
#main-content .widget .col-sm-4 .block4-wrap .block-title,
.page-numbers,
.block11-wrap .review-score,
.block11-score-separation,
.woocommerce ul.cart_list .product-title,
.woocommerce ul.product_list_widget .product-title,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.cart_item .product-name a,
.report input[type="submit"],
.report h2,
.Articles span,
.Articles a {
    font-family: 'hncbFont', helvetica !important;
    font-stretch: condensed !important;
    font-weight: bold !important;
}

#sidebar .widget h3,
.block8-wrap .block-title {
    font-weight: 500 !important;
}

.single-related-wrap .single-title-wrap.widget-title {
    padding-bottom: 40px;
}

.tn-block-wrap h3 {
    font-size: 18px !important;
    line-height: 20px !important;
}

.header-tagline {
    background-color: #036937;
    padding: 5px 0;
    margin-bottom: 0;
}

.header-tagline p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.menu-nav-top li a:hover {
    background: #fff !important;
    color: #000 !important;
}

.tn-navbar {
    border-top: 2px solid #000 !important;
}

.block8-wrap {
    padding-bottom: 4px !important;
}

.menu-nav-top li a {
    font-size: 13px !important;
    letter-spacing: 0.5px;
}

.fa-search:after {
    content: 'SEARCH';
    padding-left: 10px;
}

.ajax-search-icon i {
    margin-left: -60px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 30px;
}

.ajax-search-icon:hover {
    background: transparent !important;
}

.ajax-search-icon i:hover {
    background: #036937;
}

.tn-navbar .color-facebook {
    background: transparent !important;
}

.tn-navbar .color-twitter {
    background: transparent !important;
}

.tn-navbar .color-google {
    background: transparent !important;
}

.tn-navbar .color-rss {
    background: transparent !important;
}

.nav-inner {
    border-top: 5px solid #000;
}

.report {
    background: url('images/report_bg.jpg') center center no-repeat;
    width: 100%;
    /* width: auto; */
    background-size: cover;
    /* height: 364px; */
    /* height: auto; */
    padding: 25px;
}

.report h2 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    /*     margin-bottom: 0.8em; */
    font-weight: 500;
    margin-bottom: 10px;
}

.report p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.report input[type="email"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    background: #fff !important;
    border-color: #fff !important;
}

.report input[type="submit"],
.report input[type="submit"]:hover {
    width: 100%;
    margin-top: 6px;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0px;
    border: 0px;
    border-radius: 0px;
    color: #000;
    /* IE10+ */
    background-image: -ms-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBEA17), color-stop(100, #ffbb00));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    /* W3C Markup */
    background-image: linear-gradient(to bottom, #EBEA17 0%, #ffbb00 100%);
}

.widget_text form {
    padding: 0 !important;
}

.premium_services h2 {
    background-color: #eb212e;
    padding: 10px 0px;
    font-size: 18px;
    font-family: 'hncbFont', Helvetica;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.premium_services .description {
    background: #ebebeb;
    margin-bottom: 6px;
    position: relative;
    padding: 30px;
    height: 100%;
    color: #010101;
}

.premium_services .description h3 {
    font-size: 19px;
    color: #010101;
    font-weight: 500;
    font-family: 'hncbFont', Helvetica;
    margin-bottom: 12px;
}

.premium_services .description p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 25px;
}

.premium_services .description h4 {
    font-size: 15px;
    color: #010101;
    font-weight: bold;
    margin-bottom: 10px;
}

.premium_services .description ul {
    list-style: none;
    margin-bottom: 45px;
}

.premium_services .description ul li {
    float: none;
    font-size: 13px;
    font-weight: 400;
}

.premium_services .description ul li:before {
    background: #eb4954;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    top: -1px;
    position: relative;
    margin-right: 12px;
}

.premium_services .description a.p_s {
    padding: 10px 0;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 0;
    border: 1px solid #003761;
    color: #010101;
    font-size: 18px;
    font-family: hncbFont;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background-image: -ms-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    background-image: -moz-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    background-image: -o-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBEA17), color-stop(100, #ffbb00));
    background-image: -webkit-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    background-image: linear-gradient(to bottom, #EBEA17 0%, #ffbb00 100%);
}

.premium_services .description a.browserAll {
    width: 50% !important;
    display: block !important;
    bottom: 0;
    margin: 0 auto !important;
    position: relative;
}

.authorWebsite {
    position: relative !important;
    bottom: 0 !important;
    width: 100% !important;
}

#footer {
    background: #000 url('images/footer_bg.jpg') center no-repeat !important;
    padding-top: 45px;
    margin-top: 30px;
}

#footer .header-ads-wrap {
    text-align: center;
    float: none;
}

#footer .report {
    background: url('images/footer_report_bg.png') center no-repeat;
}

#footer .footer_logo img {
    width: 225px;
}

.home .module-ticker-inner {
    display: none !important;
}

.home .module-feature2-big-slider .thumb-slider-wrap img {
    object-fit: cover;
    max-height: 460px;
    height: 100%;
}

.home .widget-title h3:before {
    background: #eb212e;
}

#sidebar .widget-title h3 {
    font-size: 20px !important;
}

.block8-meta {
    display: none;
}

.block8-wrap .block-title {
    font-weight: 500 !important;
}

.single .premium_services {
    margin-bottom: 50px !important;
}

@media all and (max-width: 768px) {
    .premium_services {
        text-align: center;
    }
    .nav-inner {
        display: none;
    }
}

.imgAdInbetween {
    margin: 30px auto;
    width: 300px;
}

.single-social-title {
    font-size: 14px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
}

.ctaText {
    color: #ed1d1b !important;
}

span.ctaText:after {
    content: ':';
}

.postTitle {
    color: #32508E !important;
    font-weight: 400 !Important;
    text-decoration: none !important;
}

#footer a,
#footer span,
#footer p {
    opacity: 1 !important;
}

#footer #nav_menu-2 ul li a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    margin-right: 12px;
    top: -3px;
    background: #eb212e;
}

#footer .widget-title h3 {
    border-bottom: 1px solid #393938;
    padding-bottom: 40px;
}

#footer .widget-title h3:before {
    opacity: 1 !important;
    background: #eb212e !important;
}

.module3-wrap .block1-wrap .thumb-wrap img {
    height: 179px;
}

#footer .widget_nav_menu li {
    font-size: 20px;
    font-family: 'hncbFont', Arial;
    line-height: 27px;
}

#footer #recent-posts-2 li a {
    font-family: 'hncbFont', Arial;
}

#footer #recent-posts-2 li {
    margin-bottom: 40px;
}

#footer #recent-posts-2 li a {
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
}

#sidebar .widget-title {
    height: auto !important;
    padding-bottom: 18px;
    margin-bottom: 30px !important;
}

.post-content-wrap blockquote,
pre,
.cate-title,
.search-page-title,
.archive-page-title,
.post-categories,
.author-title,
.big-carousel-inner,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.tn-share-to-email-popup {
    border-color: #eb212e !important;
}

.block8-wrap,
.block11-wrap {
    border-bottom: dashed 1px #959595;
    border-image-source: url('images/bordergreydot.png');
    border-image-slice: 2;
    padding: 25px 0px 20px 0 !important;
}

.module-post-wrap li:last-child .block8-wrap,
.module-post-wrap li:last-child .block9-wrap,
.module-post-wrap li:last-child .block11-wrap,
.module1-wrap .block8-wrap:last-child,
.module5-wrap .block8-wrap:last-child,
.module1-wrap .block11-wrap:last-child {
    background: none;
}

#sidebar .widget {
    margin-bottom: 50px !important;
}

.widget-title {
    height: auto !important;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.page-template-template-authors-php .expertFullPage .widget-title h3:before {
    display: none;
    margin-right: 0 !important;
    width: 0 !important;
}

.page-template-template-authors-php .expertFullPage .widget-title h3 {
    font-size: 22px;
}

.expertList ul,
.expertList li {
    list-style: none;
}

.expertList li {
    float: left;
    overflow: hidden;
    margin-left: 10px;
    width: 106px;
    text-align: center;
}

.expertList li a:hover {
    text-decoration: none !important;
}

.sidebar-widget .widget-title h3:before {
    background: #eb212e !important;
}

.page-template-template-authors-php .expertImage {
    margin-bottom: 20px;
}

.page-template-template-authors-php .expertName h3 {
    font-size: 25px;
    font-family: 'hncbFont', helvetica !important;
    color: #065999;
}

.page-template-template-authors-php .expertsInDetail {
    margin-top: 40px;
    margin-left: 15px;
}

.page-template-template-authors-php .inExpert h2 {
    font-size: 25px;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0px 25px;
    font-family: 'hncbFont', helvetica !important;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.page-template-template-authors-php .inExpert h2:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    margin-right: 12px;
    background: #eb212e;
}

.page-template-template-authors-php .inExpert .expertInDetailImage {
    float: left;
    padding-right: 30px;
    padding-bottom: 20px;
}

.page-template-template-authors-php .inExpert .Articles {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 35px;
}

.page-template-template-authors-php .inExpert .Articles a h4 {
    font-size: 20px;
    margin-bottom: 7px;
    font-family: 'hncbFont', helvetica !important;
}

.page-template-template-authors-php .inExpert {
    margin-bottom: 50px;
}

.page-template-template-authors-php .inExpert .bottomExpert {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.page-template-template-authors-php .expertsInDetail .inExpert:last-child {
    padding-bottom: 20px;
}

.expertFullPage {
    margin-left: 15px;
}

.userMetaData {
    margin-left: 30px;
}

.userMetaData .expertInDetailImage {}

.userMetaData .expertInDetailImage h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'hncbFont', helvetica !important;
    display: block;
    border-bottom: 1px solid #959595;
    margin: 0 0px 25px;
    padding-bottom: 20px;
}

.userMetaData .expertInDetailImage img {
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
}

.author .expertDataBio {
    font-size: 18px;
    line-height: 25px;
    white-space: pre-line;
    margin-top: -20px;
}


}
.author .expertDataBio a {
    color: #0f57a9;
}
.author .post_by_author {
    margin-left: 30px;
}
.author .post_by_author h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'hncbFont', helvetica !important;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0px 25px;
    padding-bottom: 20px;
}
.author .post_by_author h2:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    margin-right: 12px;
    background: #eb212e;
}
.author .post_by_author .block1-wrap {
    margin-bottom: 60px;
}
.author .post_by_author .tn-block-wrap h3 {
    font-size: 22px !important;
    line-height: 25px !important;
    margin-top: 30px;
}
.author .post_by_author .thumb-wrap>a {
    height: 207px;
}
.author .premium_services .description {
    background: transparent !important;
}
.page-template-template-authors-php .col-xs-4 #sidebar,
.author .col-xs-4 #sidebar {}
.page-template-template-authors-php .col-xs-8,
.author .col-xs-8 {
    padding-right: 10px;
    border-right: 1px solid #e2e2e2;
}
.widget-title h3:before {
    background: #eb212e !important;
}
.row-fluid:last-child .block11-wrap {
    background: none !important;
}
.Articles span {
    color: #ce0817;
    text-transform: uppercase;
}
.Articles a {
    color: #000;
    display: block !important;
    margin: 10px 0px !important;
}
.twoad {
    border-top: 1px solid #959595;
    padding-top: 20px;
    margin-top: 60px;
}
.twoad .twoadleft {
    border-right: 1px solid #959595;
}
.single-nav-title a {
    color: #000;
}
.prev-article p {
    color: #333;
    text-transform: none !important;
}
.prev-article,
.next-article {
    color: #EC4C51 !important;
}
.fImagePagi img {
    width: 250px;
    height: auto;
    float: left;
    margin-right: 20px;
}
.single-previous-full {
    padding: 0px 20px;
    overflow: hidden;
}
hr {
    border-top: 1px solid #959595 !important;
}
.page-template-template-authors-php .col-xs-8,
.author .col-xs-8 {
    border-right: 1px solid #959595 !important;
}
#main-content.col-sm-8.col-xs-12 {
    border-right: 1px solid #959595 !important;
}
.widget-title {
    border-bottom: 1px solid #959595 !important;
}
footer .widget-title {
    border-bottom: 0px solid #959595 !important;
    margin-bottom: 0px !important;
}
.module1-wrap .block8-wrap:last-child,
.module5-wrap .block8-wrap:last-child {
    border-bottom: 0 !important;
}
.block1-meta-tag {
    display: none !important;
}
.block1-content p,
.block2-content p,
.block5-content p,
.block7-content p,
.about-widget-text {
    color: #000000 !important;
}
.tn-flexslider .block1-meta-tag {
    display: block !important;
}
.tn-flexslider .block1-meta-tag .comment-post-meta {
    display: none !important;
}
.single-nav-title-wrap {
    margin-top: 10px !important;
}
.breadcrumbs-bar-inner a {
    font-size: 12px;
}
.Articles a {}
.expertImage img {
    margin-bottom: 0 !important;
}
body.author .expertInDetailImage img {
    margin-right: 25px !important;
    margin-bottom: 25px !important;
}
.expertInDetailImage img {
    margin-top: 5px;
}

/* alert css */
.author .postup-widget-class {
    padding: 0px 15px;
    margin-top: -65px;
    margin-bottom: 40px;
    margin-left: 15px;
}
.single-post .postup-widget-class {
    padding: 0px 15px;
    margin-top: -65px;
    margin-bottom: 40px;
    margin-left: 15px;
}
.articlealert {
    background: url('images/articlealertbg.png') top center no-repeat;
    margin-top: 40px;
    border: 1px solid #dfdfdf;
}
.articlealert .tagline p {
    background: #036937;
    padding: 17px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 19px;
}
.articlealert .tagline p span {
    font-size: 27px;
    letter-spacing: 1px;
    font-family: 'hncbFont', helvetica !important;
}
.articlealert .forminside .expertimg {
    /*     margin-bottom:-18px !important; */
}
.articlealert .forminside .expertimg img {
    /*     margin-top:-19px; */
    
    width: 100%;
}
.articlealert .forminside .expertimg h3 {
    background: url('images/namebg.png') center no-repeat;
    color: #fff;
    font-family: 'hncbFont', helvetica !important;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    /* box-shadow: 0 -9px 0px #000; */
    
    text-align: center;
}
.author .articlealert .forminside .expertimg h3 {
    padding: 9px 0px;
}
.articlealert .forminside .description {
    padding: 0 0px 0 15px;
}
.articlealert .forminside .description img {
    width: 100%;
}
.articlealert .forminside .description p {
    margin-top: 10px;
    color: #131313;
    font-size: 18px;
}
.articlealert .forminside .formcontent {
    padding-right: 30px;
    padding-left: 30px;
}
.articlealert .forminside .formcontent h2 {
    text-align: center;
    color: #98012e;
    font-family: 'hncbFont', helvetica !important;
    font-size: 23px;
    line-height: 23px;
    margin-top: 10px;
}
.articlealert .forminside .formcontent h2:after {
    border-right: 20px solid transparent;
    border-top: 20px solid #f68f0a;
    border-left: 20px solid transparent;
    content: '';
    position: absolute;
    left: 42%;
    top: 65px;
    width: 0;
    height: 0;
}
.articlealert .forminside .formcontent form {
    margin-top: 45px;
}
.articlealert .forminside .formcontent input[type="email"],
input[type="submit"] {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.articlealert .forminside .formcontent input[type="email"] {
    font-size: 15px;
    color: #686868;
}
.articlealert .forminside .formcontent input[type="submit"] {
    font-family: 'hncbFont', helvetica !important;
    margin-top: 20px;
    color: #000;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    background-image: -ms-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    background-image: -moz-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    background-image: -o-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBEA17), color-stop(100, #ffbb00));
    background-image: -webkit-linear-gradient(top, #EBEA17 0%, #ffbb00 100%);
    background-image: linear-gradient(to bottom, #EBEA17 0%, #ffbb00 100%);
}
.block6-meta {
    display: none;
}
.breadcrumbs-current {
    font-size: 12px;
}
#module1-widget-2 .block1-meta-tag {
    display: block !important;
}
#module1-widget-2 .comment-post-meta {
    display: none !important;
}
.no-thumb {
    background: url('/wp-content/uploads/2016/05/stock_investor_featured_image_placeholder_2.jpg') center center no-repeat !important;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.28);
}
.submitSendArticle input {
    width: 302px !important;
}
body.category .block1-meta-tag {
    display: block !important;
}
body.category .block1-meta-tag .comment-post-meta {
    display: none !important;
}
#article-signup {
    border: solid 1px #ccc;
}
#article-signup .articlealert {
    margin-top: 0;
}
footer .sub-menu {
    display: none;
}
.premium_services .col-sm-6:first-child .description {
    margin-right: 6px;
}
.premium_services .col-sm-6:nth-child(3) .description {
    margin-right: 6px;
}
.newletterDiv {
    margin: 30px 0;
    white-space: nowrap;
}
.newletterDiv h3 {
    margin-bottom: 5px;
    display: block;
    color: #111;
    font-family: 'hncbFont', helvetica !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 25px !important;
    margin-top: 30px;
}
.post_by_author .col-sm-6 {
    max-height: 330px;
}
.newletterDiv h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'hncbFont', helvetica !important;
    display: block;
    white-space: normal;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0px 25px;
    padding-bottom: 20px;
}
.newletterDiv h2:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    margin-right: 12px;
    background: #eb212e;
}
.bottomExpert h3 {
    color: #ce0817;
    text-transform: uppercase;
    font-family: 'hncbFont', helvetica !important;
    font-size: 22px;
    margin: 20px 0px;
}
.premium_services .matchHeight {
    margin-bottom: 6px;
}
.premium_services .description a.p_s {
    position: absolute;
    bottom: 30px;
    width: 82%;
}
.bottomExpert .templateAuthorPage h3 {
    color: #000 !important;
}
#google_ads_iframe_/76983239/edi_1__container__ {
    text-align: center;
}
body.author .expertDataBio em {
    font-style: italic;
}
body.author .expertDataBio strong {
    font-weight: bold;
}
body.author .expertDataBio a {
    text-decoration: underline;
}
#footer .ads {
    text-align: center;
}
.expertInDetailImage img {
    margin: 0 !important;
}
.inExpert a:hover {
    text-decoration: none;
}
.newsletterDivStart {
    white-space: initial;
}
.post-format i {
    display: none !important;
}
.single-post .single-previous-full {
    display: none !important;
}
#nav_menu-2 {
    display: none;
}
#recent-posts-2 {
    display: none;
}
#postup_widget-7 {
    display: none;
}
.single-related-content-wrap .block4-right-meta-tag {
    display: none;
}
.category .block1-meta-tag .post-categories {
    display: none;
}
.category .block1-meta-tag .post-meta .date-post-meta span {
    display: none;
}
.widget-title h2 {
    margin: 0;
    color: #333;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    cursor: default;
    display: inline-block;
    font-size: 20px;
    font-family: 'hncbFont', helvetica !important;
    font-weight: 500 !important;
}
.home .widget-title h2:before {
    background: #eb212e;
}
.home .widget-title h2:before {
    background: #eb212e;
}
.widget-title h2:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    margin-right: 12px;
}
.widget-title h2:before {
    background: #eb212e !important;
}
#menu-main>ul>li>a {
    padding: 0 10px !important;
}
.single-content a{
	text-decoration:underline;
}
@media all and (max-width: 992px) {
    .page-template-template-authors-php .expertsInDetail,
    .authorSpecial {
        margin-left: 0;
        padding: 0 20px;
    }
    
    .twoad .row .col-xs-6 {
        width: 100%;
    }
}