/* all posts */


h1.blog-title {
    font-size: 28px;
    font-weight: 600;
}

.post-list h2 {
    font-size: 24px;
}

.post-meta {
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.post-meta a {
    color: #8E8E8E;
}

.post-meta span {
    padding-right: 5px;
}

.post-meta {
    color: #8E8E8E;
}

.post-meta.white {
    color: #fff;
}

.author-image {
    width: 25px;
    border-radius: 2px;
    flex-shrink: 0;
}

.post-author {
    display: flex;
    align-items: start;
}

.post-author .author-image {
    width: 50px;
    border-radius: 2px;
}

.post-author .author-name {
    font-size: 16px;
    font-weight: 600;
}
.post-author .author-position {
    font-size: 14px;
}

.author-info .author-description {
    font-size: 14px;
}

.author-image img {
    border-radius: 3px;
}

.tag {
    font-size: 12px;
    text-transform: uppercase;
    color: #8E8E8E;
    background-color: #F0F1F3;
    text-align: center;
    padding: 5px 12px;
    margin-right: 5px;
    border-radius: 5px;
}

.feature-image {
    height: 160px;
    padding:8%;
}

.feature-image p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

/* post single  */

.post-content h2, .post-content h3, .post-content h4 {
    margin-top: 50px;
    margin-bottom: 20px;
    scroll-margin-top: 100px;
}

.post-content h3, .post-content h4 {
    margin-top: 35px;
    margin-bottom: 15px;
}


.post-content h2:first-child, post-content h3:first-child {
    margin-top: 0px;
}

.post-content h2 {
    font-family: "Inter", sans-serif;
    font-size: 26px;
}

.post-content h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
}

.post-content h4 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
}

.post-content p {
    margin-bottom: 18px;
    line-height: 1.7;
}

.post-content a {
    text-decoration: none;
    color: #1770A1;
  }

.post-content a:hover {
    color: #1C89C4;
}

.post-content .post-meta {
    justify-content: center;
}

.post-content img {
    margin: 30px 0px;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.post-content ol, .post-content ul {
    margin-top: 10px;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 2em;
    margin-bottom: 30px;
}

.post-content ul {
    list-style-type: disc;
}


.post-content ol, .post-content ul {
    line-height: 1.8;
}

.post-content ol li, .post-content ul li {
    margin-bottom: 15px;
}

.post-content table {
    font-size: 14px;
    line-height: 1.8;
    border-radius: 10px;
    background: #F6F6F7;
    border: 0px;
    margin-bottom: 20px;
}
.post-content table td, th {
    padding: 15px;
}

.single-post-header .main-title {
    font-weight:  600;
}

.single-post-header .blog-title {
    font-size: 18px;
    font-weight:  500;
}

.table-of-contents h5 {
    margin-bottom: 20px;
}


.table-of-contents li {
    margin-top: 10px;
    font-size: 14px;
}

.table-of-contents li a {
    color: #5d5d5d;
}

.table-of-contents li a:hover {
    color: #0abedb;
}

.social-buttons div {
    display: inline-block;
}

.social-buttons a.social-icon {
    color: #fff;
    display: inline-block;
    height: 20px;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    margin-left: 8px;
}

ul.social-icons {
    display: flex;
    margin-top: 15px;
    padding-left: 0;
}

ul.social-icons li {
    list-style-type: none;
}


ul.social-icons .icon {
    width: 35px;
    height: 35px;
    margin-right: 18px;
    background-color: #1b9ec7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
}

ul.social-icons .icon:hover {
    background-color: #0abedb;
}



pre {
    background: #3a3a3b;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin: 20px 0px !important;
}


a.social-icon.linkedin {
    background-color: #0a66c2;
}

a.social-icon.facebook {
    background-color: #1b74e4;
}

.social-buttons i {
    font-size: 30px;
}

/* casestudy */

#casestudy {
    scroll-margin-top: 150px;
}

.casestudy-list .image-w-logo {
    position: relative;
}

.casestudy-list .image {
    position: relative;
}

.casestudy-list .client-logo {
    width: 150px;
    height: 45px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
}


/* comments */

#disqus_thread {
    scroll-margin-top: 150px;
}

@media (min-width: 992px) {

    h1.blog-title {
        font-size: 36px;
    }

    .table-of-contents {
        width:90%;
    }
    .widget-sticky {
        position: sticky;
        top: 100px;
    }
    .post-list .card-body {
        padding: 40px;
    }

    .author-info {
        max-width: 250px;
    }

    ul.social-icons .icon {
        margin-right: 10px;
    }

    .feature-image p {
        font-size: 22px;
    }
}
