body.single-post {
    font-size: 18px;
}

.single .singleTop {
    padding-top: 250px;
    position: relative;
    margin-bottom: 20px;
}

.singleContentWrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.tags {
    display: flex;
    flex-direction: row;
    font-size: 16px;
}

.tags a {
    white-space: nowrap;
}

.single .singleTop h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    font-family: var(--panton);
}

.single .singleTop p span {
    font-weight: 700;
}

.single .singleTop .singleContent {
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

.single .dateAndSocial {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    color: #666666;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 10px;
}

.single .dateAndSocial .social {
    display: flex;
    align-items: center;
    column-gap: 18px;
}

.single .dateAndSocial .social svg {
    transition: .26s ease-in-out;
    vertical-align: middle;
}

.single .dateAndSocial .social svg:hover {
    transform: scale(1.2);
}

.single .dateAndSocial .tags .post-tag {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-transform: unset;
}

.single .wp-block-image.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.single .singleTop img {
    border-radius: 12px;
}

.single .singleTop .dateAndSocial~img,
.single .singleContent img,
.relatedArticles .article img {
    transition: 1s transform;
}

.single .singleTop .dateAndSocial~img:hover,
.single .singleContent img:hover,
.relatedArticles .article img:hover {
    transform: scale(1.1);
}

.single .singleContent {
    padding-bottom: 30px;
    width: 100%;
}

.single .singleContent article .singleContent>figure {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 43px rgba(0, 0, 0, .1);
    width: 100%;
}

.single .singleContent article .singleContent>figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.single .singleContent h1,
.single .singleContent h2,
.single .singleContent h3,
.single .singleContent h4,
.single .singleContent h5,
.single .singleContent h6 {
    font-family: var(--graphik-trial);
    color: #123F53;
}

.single .singleContent h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin: 45px 0 12px;
}

.single .singleContent p a,
.single .singleContent li a {
    position: relative;
    color: #168BFF;
    text-decoration: underline;
}

.single .singleContent p a:before,
.single .singleContent li a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 8;
    width: 0;
    height: 1px;
    margin: 0 auto;
    background: var(--blue1);
    transition: .3s;
}

.single .singleContent p a:hover:before,
.single .singleContent li a:hover:before {
    width: 100%;
}

.tag-all-list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tag-all-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* .single .relatedArticles {
    padding-bottom: 50px;
} */

.single .relatedArticles>h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}

.single .articlesGrid .tags {
    display: inline;
}

.single .read {
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.single .read span {
    font-weight: 500;
}

.single figure.wp-block-image {
    overflow: hidden;
    margin: 20px 0 30px;
    border-radius: 20px;
}

.single .article .image img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 8px;
}

.single .article .img {
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 0 16px 43px rgba(0, 0, 0, .1);
    margin: 0 0 20px;
}

.single .article a.readMore {
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: var(--lblue);
    display: flex;
    align-items: center;
    gap: 6px;
    width: max-content;
    padding-right: 20px;
}

.single .article .readMore:after {
    content: "";
    display: block;
    width: 10px;
    height: 13px;
    background-image: url(../../assets/img/arrowRight.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease-in-out 0.3s;
}

.articlesGrid .article .tags a {
    white-space: nowrap;
    background: #E8F4FB;
    padding: 2px 8px;
    color: var(--dark1);
    margin-right: 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
}

.articlesGrid .article .tags a:hover {
    background: var(--blue1);
}

.articlesGrid .article .tags a:hover span {
    color: var(--white);
}

.asideContent .tag-all-list .post-tag {
    font-size: 12px;
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 4px;
    background: var(--blue-10, #E8F4FB);
}

.singleContentWrapper aside .tag-all-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.singleContentWrapper aside .tag-all-wrapper a {
    margin: 0 8px 8px 0;
}

.single .singleContent article .singleContent {
    padding-bottom: 10px;
}

.asideContent .tag-all-wrapper a span {
    font-weight: 500;
    font-size: 12px;
}

.asideContent .category-all-list ul li a:hover {
    color: var(--primary);
}

.asideContent .tag-all-wrapper a:hover span {
    color: var(--primary);
}

.social {
    display: flex;
    align-items: center;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: var(--graphik-trial);
}

.blog-meta .blog-meta-date {
    font-weight: 500;
    color: #666666;
    font-size: 12px;
}

.blog-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.blog-meta ul li:before {
    display: none;
}

.blog-meta ul li {
    margin: 0;
    padding: 0;
}

.blog-meta ul li a {
    color: #123F53 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    top: -2px;
    text-decoration: none !important;
}

.asideContent-wrapper {
    background: #F8F8F8;
    padding: 32px 24px;
    border-radius: 14px;
    margin-bottom: 25px;
}

.asideContent {
    margin-top: 18px;
}

.blog-search {
    display: flex;
    align-items: center;
    box-shadow: 0 4px 20px rgba(238, 238, 238, 0.502);
    height: 48px;
    background: #fff;
    border: 1px solid #666666;
    border-radius: 50px;
    justify-content: space-between;
}

.blog-search button {
    background: #000000;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    cursor: pointer;
}

.blog-search button:hover {
    background: linear-gradient(17deg, #168BFF 0%, #08D008 100%);
}

.blog-search input {
    background: transparent;
    padding: 14px;
    border: 0;
    max-width: calc(100% - 50px);
    flex: auto;
}

.blog-search input:focus {
    outline: 0;
    box-shadow: 0 0 0;
}

.asideContent-wrapper h3 {
    color: #123F53;
    font-family: var(--graphik-trial);
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 24px;
}

.category-all-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-all-list ul li a {
    border: 1px solid #666666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    color: #666666;
    font-family: var(--graphik-trial);
    font-size: 14px;
    border-radius: 50px;
    margin-bottom: 15px;
    transition: 0.5s ease;
}

.category-all-list ul li:last-child a {
    margin: 0;
}

.category-all-list ul li a:hover {
    color: #666 !important;
    padding-right: 10px;
}

.asideContent-wrapper .article {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.asideContent-wrapper .article:last-child {
    margin: 0;
}

.asideContent-wrapper .asideContent-wrapper .article .image {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.asideContent-wrapper .article .text {
    flex: 1;
}

.asideContent-wrapper .article .text .date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
}

.asideContent-wrapper .article .text .title {
    font-size: 15px;
    font-weight: 500;
    color: #123F53;
}

.asideContent-wrapper .article .text .title a {
    color: #123F53;
}

.asideContent-wrapper .article .image {
    width: 70px;
    overflow: hidden;
}

.asideContent-wrapper .article .text .read-more {
    color: #666;
    font-size: 12px;
    font-style: italic;
}

ul.popular-tag {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 4px;
}

ul.popular-tag li a {
    text-align: center;
    color: #666;
    display: block;
    padding: 6px 8px;
    border: 1px solid #666;
    border-radius: 6px;
    font-size: 17px;
    transition: 0.3s ease;
}

ul.popular-tag li a:hover {
    color: #fff;
    background: linear-gradient(17deg, #168BFF 0%, #08D008 100%);
    border-color: #168BFF;
}

ul.popular-tag li {
    flex: 1;
}

.blog-contact-card p {
    color: #666;
    font-size: 14px;
}

.blog-contact-card .btn.btn-email {
    background: #08D008;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 30px;
    padding: 12px 18px;
    border-radius: 50px;
    width: 100%;
    margin: 0 0 16px;
    justify-content: center;
    box-shadow: 0 0 0;
}

.blog-contact-card .btn.btn-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #E5E5E5;
    background: #fff;
    color: #666 !important;
    box-shadow: 0 0 0;
    padding: 12px 18px;
}

.blog-contact .twoCols {
    display: block !important;
}

.blog-contact .contactForm label {
    display: none;
}

.blog-contact .contactForm input,
.blog-contact .contactForm textarea {
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #F8F8F8;
    border-radius: 8px;
    font-size: 14px;
    color: #666;
}

.blog-contact .contactForm .inputWrapper {
    margin: 0 0 16px;
}

.blog-contact .contactForm {
    display: block;
}

.blog-contact .contactForm textarea {
    min-height: 93px;
}

.blog-contact .contactForm .btn {
    background: #08D008 url(https://tetonix.us/wp-content/themes/abovebits/assets/img/arrow-up-right.svg) no-repeat scroll center right 10px / 14px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 14px;
    padding: 12px 30px 12px 15px;
}

.content-footer {
    border-top: 1px solid #D0D0D0;
    padding: 22px 16px;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.content-footer h3 {
    font-weight: 600 !important;
    margin: 0 !important;
    position: relative;
    top: -3px;
}

.tag-all-wrapper .post-tag {
    padding: 0;
    color: #333333;
    font-size: 14px;
    transition: none;
}

.tag-all-wrapper .post-tag:before {
    content: "#";
}

.tag-all-wrapper a:hover {
    color: #fff;
    background: linear-gradient(17deg, #168BFF 0%, #08D008 100%);
}

.tag-all-wrapper a:hover span {
    color: #fff;
}

.tag-all-wrapper a {
    display: block;
    background: rgba(8, 208, 8, 0.06);
    padding: 8px 12px;
    border-radius: 6px;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 12px;
}

#st-1 .st-btn {
    height: 25px;
    margin: 0;
}

#st-1.st-animated {
    display: flex;
    align-items: center;
    gap: 14px;
}

.content-footer .tag-all-list h3 {
    top: -4px;
}

.pricing-card table {
    width: 100%;
    min-width: 1100px
}

.pricing-card table thead tr {
    background: linear-gradient(17deg, #168BFF 0%, #08D008 100%);
}

.pricing-card table thead th {
    padding: 20px;
    font-size: 16px;
    font-family: var(--graphik-trial);
    font-weight: 600;
    color: #fff;
    text-align: left;
    border: 0;
}

.pricing-card table tbody th,
.pricing-card table tbody td {
    color: #666666;
    font-weight: 600;
    text-align: left;
    padding: 20px;
    border-width: 0 0 1px;
    font-size: 16px;
    border-style: solid;
    border-color: #7BDEFF;
}

.pricing-card table tbody th {
    font-family: var(--graphik-trial);
    font-weight: 500;
    font-size: 18px;
    color: #123F53;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

.pricing-card table tbody td {
    font-weight: 400;
}

.wp-block-table thead {
    border: 0;
}

.pricing-card table tbody td:first-child {
    border-width: 0 0 1px 1px;
}

.pricing-card table tbody td:last-child {
    border-width: 0 1px 1px 0;
}

@media (min-width: 576px) {

    .single .dateAndSocial .tags {
        flex-direction: row;
        gap: 12px;
    }

    .single .dateAndSocial .tags .post-tag {
        margin: 0;
        padding: 0;
    }

    .single .dateAndSocial {
        flex-direction: row;
        gap: 20px;
    }
}

@media (min-width: 1024px) {
    .single .singleTop h1 {
        font-size: 48px;
        max-width: 70%;
        font-weight: 600;
    }

    .single .singleContent h2 {
        font-size: 40px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .single .relatedArticles>h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .singleContentWrapper {
        flex-direction: row;
        gap: 40px;
    }

    .tag-all-wrapper a {
        white-space: nowrap;
    }

    .singleContentWrapper aside {
        width: 30%;
    }
}

@media (max-width: 1024px) {
    .asideContent {
        margin-bottom: 48px;
    }

    .single .singleTop h1 {
        font-size: 50px;
    }

    .single .singleTop::before {
        width: 80%;
    }
}

@media (min-width: 1440px) {
    .single .singleContent {
        padding-bottom: 120px;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 991px) {
    .singleContentWrapper aside {
        margin-top: 0;
    }

    .single .singleContent {
        padding-bottom: 50px;
    }

    .single .asideContent .articlesGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .single .singleTop h1 {
        font-size: 35px;
    }

    .single .singleTop::before {
        width: 100%;
    }

    .single .singleContent article .singleContent>figure {
        border-radius: 13px;
    }

    .asideContent {
        padding-bottom: 60px;
    }

    .content-footer {
        flex-direction: column;
        gap: 10px;
    }
}