/*
Theme Name: UXCam
Author: Raj K. Shrestha @UXCam
Description: This theme is customized version of twentysixteen theme.
Author URI: https://uxcam.com/
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: minimal, one-column, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, threaded-comments, blog
*/

body {
    font-family: 'Roboto', sans-serif;
    color: #253858;
}

.btn {
    font-family: 'Roboto', sans-serif;
}

.single-feature p,
.article-content .entry-content,
.card-content p {
    font-family: 'Frank Ruhl Libre', serif !important;
}

.homepage-box .card-body .card-content p {
    font-size: 1.3rem;
    line-height: 1.4;
}

img {
    max-width: 100%;
}

a {
    color: #454AFD;
}

a:active,
a:focus,
a:hover {
    color: #3438ca;
}

.bg-primary {
    background-color: #454AFD !important;
}

@media (min-width: 1200px) {
    p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .global-nav p {
        line-height: normal;
        line-height: 21px;
    }
}

.hide-seo {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.global-nav {
    display: block;
    padding-top: 15px;
    padding-bottom: 0;
}

.global-nav p,
.global-nav ul li a {
    color: #fff;
}

.global-nav .subscribe-form {
    position: relative;
    right: 4%;
    margin-left: auto;
}

.global-nav .navbar-collapse.collapse {
    width: 100%;
}

.global-nav .menubar .navbar-nav .nav-item.current-menu-item a {
    background-color: #F6F6FF;
    color: #454AFD;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.navbar .logobar {
    display: flex;
    align-items: center;
}

.logobar .sendgrid_widget_text {
    display: none;
}

.navbar-brand p {
    font-size: 0.9rem;
}

.navbar-brand a, .navbar-brand p {
    display: inline-block;
    color: #fff;
}

.navbar-brand .brand-meta {
    position: relative;
    top: 8px;
    border-left: 1px solid #c2c4ff;
    padding-left: 20px;
    margin-left: 20px;
}

.navbar-brand .brand-meta a {
    text-decoration: underline;
    color: #fff;
}

.navbar-brand .brand-logo img {
    width: auto;
    height: auto;
}

.navbar-toggler {
    outline: 0 !important;
}

.subscribe-form {
    position: relative;
}

.subscribe-form p {
    font-size: 0.9rem;
    margin: 0;
}

.subscribe-form .form-control {
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 0.9rem;
    color: #fff;
    margin: 0 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.subscribe-form .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.subscribe-form .btn-close {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 10px;
}

.subscribe-form a {
    color: #fff;
}

.subscribe-form ::-webkit-input-placeholder {
    color: #fff;

}

.subscribe-form ::-moz-placeholder {
    color: #fff;

}

.subscribe-form :-ms-input-placeholder {
    color: #fff;

}

.subscribe-form :-moz-placeholder {
    color: #fff;

}

.logobar .search-box ::-webkit-input-placeholder {
    color: #fff;

}

.logobar .search-box ::-moz-placeholder {
    color: #fff;

}

.logobar .search-box :-ms-input-placeholder {
    color: #fff;

}

.logobar .search-box :-moz-placeholder {
    color: #fff;

}


/*.main-page {*/
/*margin-top: 147px;*/
/*}*/

.homepage-box {
    background-color: #F6F6FF;
}

.category-item.card {
    margin-bottom: 30px;
}

.text-muted {
    color: #3F424D !important;
}

.category-item.card {
    border: 0;
}

.category-item.card h2.entry-title {
    font-weight: 700;
    font-size: 2rem;
}

.category-item.card h2 a {
    color: #3F424D;
}

.category-item.card h2 a:active,
.category-item.card h2 a:focus,
.category-item.card h2 a:hover {
    color: #454AFD;
    text-decoration: none;
}

.category-item .post-meta {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

.post-looper .category-item:first-child,
.category-item.card.post-latest {
    background-color: transparent;
    border: 0;
}

.post-looper .category-item:first-child .card-body,
.category-item.card.post-latest .card-body {
    padding: 45px 0 0;
}

.category-item .card-image-box {
    overflow: hidden;
}

.category-item .card-image-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: auto;
    height: auto;
}

.category-item .card-image-box img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.break-point {
    display: none;
    line-height: 0;
}

.btn-md {
    padding: 8px 20px;
    font-size: 1.1rem;
}

.btn-gradient {
    background-image: linear-gradient(-180deg, #3ADC91 0%, #2EC8CC 100%);
    border-radius: 50px;
    color: #fff;
}

.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient:focus {
    color: #fff;
    background-image: linear-gradient(-90deg, #3ADC91 30%, #2EC8CC 100%) !important;
    box-shadow: 0 0 0 transparent;
}

.infinite-loader p {
    margin: 0;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .break-point {
        display: block;
    }

    .post-looper .category-item:first-child h3,
    .category-item.card.post-latest h3 {
        font-size: 2rem;
    }

    .card-body {
        padding: 2rem;
    }
}

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.1rem;
        padding-left: 1.1rem;
        font-size: 1.2rem;
        padding-top: 0.8rem;
    }

}

@media (max-width: 1200px) {
    .subscribe-form .sendgrid_widget_text {
        float: none !important;
    }
}

@media (max-width: 992px) {
    .global-nav {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .global-nav .subscribe-form {
        width: 310px;
        padding-top: 5px;
        margin-top: 0 !important;
    }

    .subscribe-form .form-control {
        margin-left: 0;
    }

    /*.main-page {*/
    /*margin-top: 88px;*/
    /*}*/
    .subscribe-form p {
        line-height: 14px;
        margin-bottom: 4px;
    }

    .footer .subscribe-form .widget_sendgrid_nlvx_widget,
    .footer .subscribe-form .sendgrid_widget_text {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    /*.main-page {*/
    /*margin-top: 75px;*/
    /*}*/
    .global-nav .menubar {
        margin-top: 0;
    }

    .navbar-brand .brand-logo {
        width: 130px;
    }

    .navbar-brand .brand-meta {
        margin-bottom: 0;
        padding-left: 10px;
        margin-left: 10px;
        font-size: 0.8rem;
    }

    .navbar-expand-lg .navbar-toggler {
        color: #fff;
        display: block !important;
        top: 20px;
        right: 10px;
        position: absolute;
    }

    .global-nav .subscribe-form {
        display: none;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px !important;
        text-align: center;
        border-top: 1px solid #fff;
    }

    .global-nav .subscribe-form p {
        width: 100%;
    }

    .global-nav .subscribe-form .form-group {
        display: inline-block;
        width: 100%;
    }

    .global-nav .subscribe-form .btn-close {
        top: 10px;
    }

    .menubar .container {
        padding: 0;
    }

    .global-nav .menubar .navbar-nav .nav-item {
        text-align: center;
    }

    .global-nav .menubar .navbar-nav .nav-item.current-menu-item a {
        border-radius: 0;
    }

    .card-body .card-image-box {
        margin-bottom: 20px;
    }

    .footer .subscribe-form .sendgrid_mc_button_div {
        margin-top: 15px !important;
    }

    .article-author {
        display: block !important;
    }

    .article-author .author-image {
        float: left;
        width: 100px;
        height: 100px;
    }

}

/*** css for single page ***/
.inside-page {
    padding: 20px 0 0;
}

.container-lg {
    padding-right: 15px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1300px) {
    .container-lg {
        max-width: 1200px;
        padding-left: 15px;
    }
}

.feature-image img {
    height: auto !important;
    max-width: 100% !important;
}

.single-feature {
    padding: 30px 0 40px;
}

.single-feature h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2.5rem;
}

.single-feature .container-lg .row {
    align-items: center;
}

.single-feature p {
    font-weight: 300;
}

.entry-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: .5em 0 .2em;
}

.entry-content h3 {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: .5em 0 .2em;
}

.entry-content h4 {
    font-size: 1.7rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: .5em 0 .2em;
}

.entry-content h5 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: .5em 0 .2em;
}

@media (min-width: 992px) {
    .single-feature h1 {
        font-size: 3.1rem;
        margin-bottom: 20px;
    }

    .single-feature p {
        font-size: 1.3rem;
        font-weight: 300;
    }

    .single-feature .post-meta {
        font-size: 1.1rem;
    }
}

.category-tag {
    padding: 0;
    margin: 0;
}

.category-tag li {
    list-style-type: none;
    display: inline;
    margin-right: 10px;
}

.category-tag li a {
    display: inline-block;
    background-color: #8386ff;
    color: #fff;
    border-radius: 50px;
    padding: 8px 15px;
    margin-bottom: 5px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .single-feature .post-meta {
        margin-bottom: 20px;
        display: block;
    }

    .csbwfs-social-widget {
        top: 235px !important;
    }
}

.article-author {
    border-top: 1px solid #DBDBE5;
    border-bottom: 1px solid #DBDBE5;
    padding: 40px 0;
    margin-top: 50px;
    display: table;
}

.article-author .author-image {
    margin-right: 20px;
    width: 150px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
}

.article-author .author-image img {
    max-height: 100%;
    max-width: 100%;
}

.article-author span {
    text-transform: uppercase;
}

.article-author p {
    color: #878EA4;
    font-size: 1.3rem;
    margin-bottom: 0;
}
.article-author .author-content{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.article-pagination {
    padding: 60px 0;
}

.article-pagination a {
    text-decoration: none;
}

.article-pagination a h4 {
    color: #3F424D;
}

.article-pagination .paginate-next {
    text-align: right;
}

.footer {
    background-color: #4a44ff;
    padding: 40px 0;
    margin-top: 50px;
}

.footer p {
    color: #fff;
    display: block;
}

.footer .subscribe-form {
    text-align: center;
    padding-top: 0;
    display: block;
}

.footer .subscribe-form .form-control {
    padding: 15px;
    height: 50px;
    font-size: 1.1rem;
    display: inline-block;
    width: 400px;
}

.footer .subscribe-form .btn {
    height: 50px;
    font-size: 1.3rem;
    display: inline-block;
}

.footer .subscribe-form .form-group {
    display: block;
    width: 100%;
}

.footer .subscribe-form p {
    width: 100%;
    margin-bottom: 20px;
}

.csbwfs-social-widget {
    top: 35% !important;
}

@media (max-width: 768px) {
    .footer {
        padding: 30px 0;
    }

    .footer .subscribe-form .form-group {
        margin-bottom: 0;
    }

    .footer .subscribe-form .form-control {
        width: auto;
    }

    .article-author p {
        font-size: 1rem;
    }

    .csbwfs-social-widget {
        top: 23% !important;
        position: absolute;
    }
}

@media (min-width: 992px) {
    .footer .form-inline {
        display: block;
    }

    .footer .subscribe-form p {
        font-size: 1.2rem;
        display: inline-block;
        width: auto;
        margin-bottom: 0;
    }

    .footer .subscribe-form .form-group {
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 576px) {
    .article-pagination {
        padding: 40px 0;
    }

    .article-pagination a {
        display: block;
        text-align: center !important;
    }

    .article-pagination .paginate-prev {
        border-bottom: 1px solid #DBDBE5;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .navbar-brand .brand-meta {
        font-size: 0.6rem !important;
    }

    .navbar-expand-lg .navbar-toggler {
        top: 15px;
    }

    /*.main-page {*/
    /*margin-top: 65px !important;*/
    /*}*/
}

/**** wordpress fix ***/

@media (min-width: 992px) {
    .container-sm {
        width: 840px;
        margin: 0 auto;
    }
}

@media (min-width: 767px) {
    .navbar-expand-lg .navbar-toggler {
        display: none !important;
    }

}

@media (min-width: 768px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.category-item.card .card-content img {
    display: none;
}

.article-content .entry-content ol,
.article-content .entry-content ul {
    margin-bottom: 20px;
}

.article-content .entry-content ol li,
.article-content .entry-content ul li {
    font-size: 1.42rem;
    line-height: 36px;
}

.article-content .entry-content p {
    font-size: 1.42rem;
    line-height: 2.3rem;
    margin: 0 0 1.5em;
}

.author-image {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    overflow: hidden;
}

.error404,
.archive.category,
.search.search-no-results,
.search-results {
    background-color: #F6F6FF !important;
}

.main-page.not-found {
    padding: 80px 0;
}

.form-control.search-field {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.search-form .form-control {
    height: 50px;
    padding: 10px 20px;
    width: 300px;
}

.search-form .btn {
    height: 50px;
    padding: 10px 20px;
}

.error-404 .page-header,
.search-result .page-header {
    padding-top: 30px;
}

.search-result .category-item.card.post-latest h3 {
    font-size: 1.75rem;
}

.search-result .category-item.card.post-latest .card-body {
    padding: 2rem;
    background-color: #fff;
}

.search-result .category-item.card .more-link {
    display: none;
}

.pagination {
    display: none;
}

.archive.category .csbwfs-social-widget {
    display: none;
}

/**** sendgrid subscription ****/
.subscribe-form .sendgrid_mc_fields,
.subscribe-form .mc_email_form {
    padding-top: 2px !important;
}

.subscribe-form .sendgrid_mc_label_div {
    display: none;
}

.subscribe-form .sendgrid_mc_input_div {
    margin-right: 10px;
}

.subscribe-form .sendgrid_mc_input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 0.9rem;
    color: #fff;
    outline: 0;
    box-shadow: 0 0 0 transparent;
}

.subscribe-form .mc_email_form {
    display: inline-block;
}

.subscribe-form .sendgrid_widget_text {
    float: left;
    padding-right: 10px;
}

.subscribe-form .sendgrid_mc_button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 0 !important;
    background-image: linear-gradient(-180deg, #3ADC91 0%, #2EC8CC 100%);
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    text-transform: none;
}

.subscribe-form .sendgrid_mc_button:hover,
.subscribe-form .sendgrid_mc_button:active,
.subscribe-form .sendgrid_mc_button:focus {
    color: #fff;
    background-image: linear-gradient(-90deg, #3ADC91 30%, #2EC8CC 100%);
    box-shadow: 0 0 0 transparent;
}

.subscribe-form .sendgrid_mc_button_div,
.subscribe-form .sendgrid_mc_fields {
    display: inline-block;
}
.footer .subscribe-form .sendgrid_mc_button,
.navbar .subscribe-form .sendgrid_mc_button{
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none !important;
}
.subscribe-form .sendgrid_widget_error {
    position: relative;
    top: 7px;
    margin-right: 10px;
}

.footer .subscribe-form .sendgrid_mc_input {
    padding: 15px;
    height: 50px;
    font-size: 1.1rem;
    display: inline-block;
    width: 400px;
}

.footer .subscribe-form .sendgrid_mc_button {
    /* height: 50px; */
    font-size: 1.1rem;
    /* display: inline-block; */
    padding: 13px 20px;
}

.footer .subscribe-form .sendgrid_widget_text {
    text-align: left;
}

.footer .subscribe-form .sendgrid_widget_success {
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    top: -10px;
}

.footer .subscribe-form .widget_sendgrid_nlvx_widget {
    text-align: right;
}

/* zendesk chat box */
.feedback-btn {
    right: 0;
    position: fixed;
    margin-right: 2.9rem;
    bottom: 2.9rem;
    z-index: 99999;
}

.feedback-btn button {
    background: #feb839;
    border: 1px solid transparent;
    font-size: 24px;
    border-radius: 2.4rem;
    color: #fff;
    height: 56px;
    width: 56px;
    padding: 18px 12px;
    line-height: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    outline: 0;
    cursor: pointer;
}

.feedback-btn button i.fa.fa-comments {
    position: absolute;
    margin-top: -12px;
    margin-left: -4px;
}

.feedback-btn .fa-comments:before {
    margin-left: -8px;
}

.single-post .article-content .entry-content p img {
    height: auto;
    max-height: 100%;
}

@media (max-width: 480px) {
    .footer .subscribe-form .sendgrid_mc_input {
        width: 320px;
    }
}

@media (max-width: 576px) {

}

@media (max-width: 600px) {
    .navbar .logobar {
        display: block;
    }

    .global-nav .logobar .search-box {
        width: 100%;
        padding: 0;
        margin: 15px 0;
    }

    .page-header {
        padding-left: 45px;
    }

    .csbwfs-social-widget {
        top: 155px !important;
    }

    .main-page.inside-page .single-feature {
        padding-top: 7px;
    }
    .main-page.search-result .post-looper .page-header{
        padding-top: 20px;
    }
}

@media (max-width: 1024px) {
    .navbar-brand .brand-logo img {
        width: 120px;
    }

    .navbar-brand .brand-meta {
        margin-left: 10px;
    }

    .global-nav .subscribe-form {
        padding-top: 10px;
    }
}

@media (max-width: 1140px) {
    .global-nav .subscribe-form {
        display: none;
    }

    .global-nav .logobar .search-box {
        margin-left: auto;
        margin-right: 40px;
        border-left: 0;
    }
}

/******* plugin css ******/
#privy-container #privy-inner-container .privy .privy-element.privy-button-element.privy-button-flat,
#privy-container #privy-inner-container .privy .privy-element.privy-button-element.privy-button-gradient {
    border: 0 !important;
    border-radius: 50px !important;
    box-shadow: 0 0 0 transparent !important;
    font-family: 'Roboto', sans-serif !important;
}

#privy-container #privy-inner-container .privy-form#privy-form-7664348 input {
    border-radius: 3px !important;
    font-family: 'Roboto', sans-serif !important;
}
.privy-popup-inner-content-wrap{
    border: 0 !important;
}
#privy-container #privy-inner-container .privy span,
#privy-container #privy-inner-container .privy .privy-element.privy-text-element h1{
    font-family: 'Roboto', sans-serif !important;
}
/****** rss feed *****/
.rss-aggregator {
    padding-left: 0;
}

.rss-aggregator .feed-item .wprss-feed-meta {
    line-height: 14px;
    font-size: 14px;
}

/******* search bar *******/
.logobar .search-box {
    border-left: 1px solid #a2a5ec;
    margin: 0 10px;
    padding: 0 0 0 20px;
    width: 250px;
}

.logobar .search-box label {
    width: 100%;
}

.logobar .search-box .search-field {
    position: relative;
    top: 5px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 0.9rem;
    color: #fff;
    outline: 0;
    box-shadow: 0 0 0 transparent;
    height: auto;
}

.logobar .search-box .search-submit {
    display: none;
}

.search-result .card-body .card-content p {
    font-size: 1.4rem;
    line-height: 1.4;
}
.search-result .card-body .card-content .entry-title{
    line-height: 1.4;
}
.search-result .card-body .card-content .entry-title a {
    color: #253858;
}
#ez-toc-container{
    background: #fff;
    padding: 2em;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #253858;
    margin-bottom: 40px;
}
.ez-toc-btn-default{
    background: #fff;
}
#ez-toc-container a{
    color: #253858;
}
#ez-toc-container a:hover{
    color: #454AFD;
}
#ez-toc-container .ez-toc-title-container{
    margin-bottom: 15px;
}

/* progress bar plugins */
#sb_super_bar #sb_main_bar{
    height: auto;
    border:0;
}
#sb_super_bar{
    bottom: inherit;
    top: 0;
    display: none;
    height: auto;
    border-bottom: 1px solid #ddd;
}
#sb_super_bar #sb_main_bar .sb_text-size{
    display: none;
}
#sb_super_bar.default .sb_post-data h2{
    line-height: normal;
}
#sb_super_bar #sb_main_bar .sb_prev-next-posts{
    display: none;
}
#sb_super_bar.default .sbprogress-container{
    top: auto;
    bottom: 0;
}
#sb_super_bar.default .sbprogress-container .sbprogress-bar{
    height: 4px;
}
#sb_super_bar.default .sbprogress-bar, #sb_super_bar.default .sb_text-size a:hover{
    background-color: #454AFD;
}
#sb_super_bar.default .sb_post-data{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    float: none;
    padding: 10px;
    margin: 0;
}
#sb_super_bar.default .sb_post-data .sb_ttr{
    line-height: normal;
    display: flex;
    align-items: center;
}
#sb_super_bar.default .sb_post-data .sb_ttr:before{
    line-height: 9px;
}
@media (max-width: 667px){
    #sb_super_bar.default .sb_post-data{
        display: flex;
    }
}
