.nf-projectspotlight .nfpost .su-post {
    display: flex;
    align-items: center;
}

/****/

body.single-post #custom_html-7 .wpsr-counter {
    display: none;
}

body.single-post #custom_html-7 .socializer {
    margin-left: 0 !important;
}

body.single-post .execphpwidget ul {
    display: flex;
    flex-wrap: wrap;
}

body.single-post .execphpwidget ul > li {
    border-bottom: none;
    margin-right: 4px;
    padding: 0;
}

body.single-post .execphpwidget ul > li:not(:last-child):after {
    content: ",";
}

body.single-post .content-sidebar-wrap section:not(:last-child) {
    border-bottom: 1px solid #8383be;
    padding-bottom: 15px;
}

body.single-post .content-sidebar-wrap .gform_wrapper {
    margin-top: 10px;
}

body.single-post .crunchify-prev-next-nav .wrap {
    display: flex;
}

body.single-post .crunchify-prev-next-nav .wrap .one-half .previous {
    width: 55%;
}

body.single-post .crunchify-prev-next-nav .wrap .one-half .next {
    width: 55%;
}

/****/

body.tag #custom_html-7 .wpsr-counter {
    display: none;
}

body.tag #custom_html-7 .socializer {
    margin-left: 0 !important;
}

body.tag .execphpwidget ul {
    display: flex;
    flex-wrap: wrap;
}

body.tag .execphpwidget ul > li {
    border-bottom: none;
    margin-right: 4px;
    padding: 0;
}

body.tag .execphpwidget ul > li:not(:last-child):after {
    content: ",";
}

body.tag .content-sidebar-wrap section:not(:last-child) {
    border-bottom: 1px solid #8383be;
    padding-bottom: 15px;
}

body.tag .content-sidebar-wrap .gform_wrapper {
    margin-top: 10px;
}