.blog-hero {
    padding: 8rem 1.5rem
}

.flex-card.is-post {
    border-radius: 6px
}

.flex-card.is-post .header {
    min-height: 170px;
    width: 100%;
    background: #6EBDFF;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.flex-card.is-post .header h2.post-title {
    font-family: sans-serif;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 20px;
    z-index: 1
}

.flex-card.is-post .header h4.post-subtitle {
    position: relative;
    color: #fff;
    font-family: sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 10px 20px;
    z-index: 1
}

.flex-card.is-post .header .author-avatar {
    position: absolute;
    right: 60px;
    bottom: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    z-index: 1;
    display: block
}

.flex-card.is-post .header .author-avatar img {
    border-radius: 50%;
    position: relative;
    left: -0.5px;
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.flex-card.is-post .header .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #444;
    opacity: 0.5;
    z-index: 0
}

.flex-card.is-post .post-body {
    padding: 20px
}

.flex-card.is-post .post-body div span {
    font-size: 90%;
    color: #999
}

.flex-card.is-post .post-body div a.author-name {
    font-family: sans-serif;
    color: #444F60
}

.flex-card.is-post .post-body div a.author-name:hover {
    color: #6EBDFF
}

.flex-card.is-post .post-body p {
    padding: 10px 0;
    color: #444F60
}

.flex-card.is-post .post-body hr {
    background-color: #ededed
}

.flex-card.is-post .post-body a {
    color: #6EBDFF
}

.flex-card.is-post .post-body a.button {
    color: #999;
    font-weight: 500;
    font-family: sans-serif
}

.flex-card.is-post .post-body a.button:hover {
    color: #444F60 !important
}

.flex-card.is-post .post-body a:hover {
    opacity: 0.7
}

.flex-card.is-post .post-body small {
    color: #999;
    font-size: 0.9rem
}

.flex-card.is-post .post-body .footer-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.flex-card.is-post .post-body .footer-details .likes-count,
.flex-card.is-post .post-body .footer-details .comments-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.flex-card.is-post .post-body .footer-details .likes-count i,
.flex-card.is-post .post-body .footer-details .comments-count i {
    font-size: 1.5rem;
    font-weight: 900;
    color: #A9ABAC
}

.flex-card.is-post .post-body .footer-details .likes-count .stat,
.flex-card.is-post .post-body .footer-details .comments-count .stat {
    font-size: 90%;
    color: #A9ABAC;
    font-weight: 500;
    padding: 0 4px
}

.flex-card.is-post .post-body .footer-details .likes-count {
    margin-right: 10px
}

.flex-card.is-post .post-body .footer-details .comments-count {
    margin: 0 10px
}


.fab-btn {
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    padding: 16px;
    border: none;
    border-radius: 50%;
    color: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    z-index: 1
}

.fab-btn:active,
.fab-btn:focus {
    outline: none !important
}

.fab-btn.mini {
    width: 48px;
    height: 48px;
    padding: 12px;
    -webkit-transform: rotate(-600deg);
    transform: rotate(-600deg);
    background: #00D1B2
}

.fab-btn.like {
    background: #A9ABAC !important;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    right: 28%;
    bottom: -22px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2)
}

.fab-btn.like i.unliked {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1
}

.fab-btn.like i.liked {
    display: none;
    color: #fff;
    position: relative;
    z-index: 1
}

.fab-btn.like.is-active .like-overlay {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.fab-btn.like.is-active i.unliked {
    display: none
}

.fab-btn.like.is-active i.liked {
    display: block
}

.fab-btn.like.is-single {
    bottom: -34px
}

.fab-btn .like-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.fab-btn .like-wrapper .like-overlay {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: -36px;
    left: -24px;
    background: #FF7273;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 0
}

@media (max-width: 768px) {
    .blog-section {
        padding: 5px !important
    }
    .flex-card.is-post .header .author-avatar {
        right: 20px !important;
        bottom: -30px !important;
        width: 60px !important;
        height: 60px !important;
        border: 3px solid #fff !important
    }
    .flex-card.is-post .header .author-avatar img {
        left: 0.5px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.control.is-blog-search {
    position: relative;
    margin-bottom: 20px
}

.control.is-blog-search input {
    height: 60px;
    width: 100%;
    border: none;
    padding-left: 45px;
    border: 1px solid #ededed;
    transition: all 0.5s
}

.control.is-blog-search input:focus {
    box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
    border: 1px solid #00D1B2;
    border-radius: 5px
}

.control.is-blog-search input:focus+i {
    color: #00D1B2
}

.control.is-blog-search input:focus,
.control.is-blog-search input:active {
    outline: none
}

.control.is-blog-search i {
    position: absolute;
    left: 15px;
    top: 22px;
    color: #cecece;
    font-size: 20px;
    transition: color 0.5s
}

.flex-card.is-full-post {
    border-radius: 6px;
    padding: 60px
}

.flex-card.is-full-post.has-sidebar {
    padding: 40px
}

.flex-card.is-full-post.is-pulled-top {
    margin-top: -180px
}

.flex-card.is-full-post .post-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 30px;
    margin: 0;
    border-bottom: 1px solid #ededed
}

.flex-card.is-full-post .post-meta img {
    width: 55px;
    height: 55px;
    border-radius: 50%
}

.flex-card.is-full-post .post-meta .title-block {
    position: relative;
    padding: 0 20px
}

.flex-card.is-full-post .post-meta .title-block h2,
.flex-card.is-full-post .post-meta .title-block h4 {
    margin-bottom: 0
}

.flex-card.is-full-post .post-meta .title-block h2 {
    font-family: 'Nexa Bold', sans-serif;
    font-weight: 700
}

.flex-card.is-full-post .post-meta .title-block h4 {
    font-family: 'Nexa Light', sans-serif;
    color: #999;
    padding: 10px 0
}

.flex-card.is-full-post .post-meta .title-block .like {
    right: -40px
}

.flex-card.is-full-post .post-meta .title-block .like.is-full {
    bottom: -32px
}

.flex-card.is-full-post .post-body {
    padding: 10px 30px
}

.flex-card.is-full-post .post-body .author-name {
    padding: 10px 0 5px 0;
    font-size: 90%;
    color: #A9ABAC
}

.flex-card.is-full-post .post-body .author-name b a {
    color: #444F60
}

.flex-card.is-full-post .post-body .author-name b a:hover {
    color: #00D1B2
}

.flex-card.is-full-post .post-body p {
    font-size: 16px
}

.flex-card.is-full-post .post-body .timestamp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    font-size: 90%;
    color: #A9ABAC;
    padding: 5px 0 10px 0
}

.flex-card.is-full-post .post-body .timestamp i {
    font-size: 16px;
    color: #00D1B2;
    margin-right: 5px
}

.flex-card.is-full-post .post-body h5 {
    font-family: 'Nexa Bold', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #444F60;
    padding: 10px 0;
    margin-bottom: 0
}

.flex-card.is-full-post .post-body .post-image {
    margin: 10px 0;
    border-radius: 10px
}

.flex-card.is-full-post .post-body hr {
    background-color: #ededed
}

.flex-card.is-full-post .post-body .share-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.flex-card.is-full-post .post-body .share-post .share-text {
    font-weight: bold;
    color: #444F60
}

.flex-card.is-full-post .post-body .share-post .sharing-options i {
    font-size: 1.4rem;
    margin: 0 5px;
    cursor: pointer;
    color: #A9ABAC
}

.flex-card.is-full-post .post-body .share-post .sharing-options i:hover:first-child {
    color: #00D1B2
}

.flex-card.is-full-post .post-body .share-post .sharing-options i:hover:nth-child(2) {
    color: #3B5998
}

.flex-card.is-full-post .post-body .share-post .sharing-options i:hover:nth-child(3) {
    color: #1dcaff
}

.flex-card.is-full-post .post-body .share-post .sharing-options i:hover:nth-child(4) {
    color: #007bb6
}

.flex-card.is-full-post .post-body .share-post .sharing-options i:hover:nth-child(5) {
    color: #d34836
}

.flex-card.is-full-post .post-body .share-post .sharing-options i:hover:nth-child(6) {
    color: #ff4500
}

.flex-card.is-full-post .post-body .share-post .sharing-options i:hover:nth-child(7) {
    color: #35465c
}

.comment-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 6px
}

.comment-count i {
    font-size: 2rem;
    font-weight: 500;
    color: #A9ABAC
}

.comment-count .text {
    font-size: 1.1rem;
    font-weight: 400;
    color: #A9ABAC;
    margin-left: 20px
}

.comment-count .text span.count-number {
    font-size: 1.1rem
}

.comment-count button {
    margin-left: auto;
    color: #999 !important
}

.compose-card {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: unset;
    align-items: unset
}

.compose-card .control-wrapper {
    width: 100%;
    padding-left: 20px
}

.compose-card .control-wrapper .textarea-button {
    background: #ededed
}

.comments-list {
    border-radius: 6px;
    padding: 40px
}

.comments-list .media {
    margin: 0 !important;
    padding: 10px 0 !important;
    border: none !important
}

.comments-list .media .media-left img {
    border-radius: 50%
}

.comments-list .media small {
    color: #A9ABAC
}

.comments-list .media small .reply a {
    font-size: 95%;
    padding: 0 20px
}

.comments-list .media small a {
    color: #A9ABAC;
    font-size: 16px
}

.comments-list .media small a i {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 5px
}

.comments-list .media small a i:hover {
    color: #FF7273 !important
}

.comments-list .media small a:hover {
    color: #00D1B2
}

.comments-list .media small a:hover i {
    color: #FF7273
}

.comments-list .media .count {
    color: #A9ABAC;
    font-weight: 500
}

.comments-list .media .timestamp {
    display: block;
    font-size: 90%;
    color: #A9ABAC
}

.comments-list .media strong {
    font-family: 'Nexa Bold';
    font-weight: 600 !important
}

.content p:not(:last-child) {
    margin-bottom: 0 !important
}

.flex-card .card-header {
    font-family: 'Nexa Bold', sans-serif;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #444F60
}

.flex-card .card-panel .recent-posts .recent-post {
    padding: 10px 20px;
    border-bottom: 1px solid #ededed
}

.flex-card .card-panel .recent-posts .recent-post .post-title a {
    color: #444F60;
    font-weight: 600
}

.flex-card .card-panel .recent-posts .recent-post .post-title a:hover {
    color: #00D1B2
}

.flex-card .card-panel .recent-posts .recent-post .post-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.flex-card .card-panel .recent-posts .recent-post .post-meta img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.flex-card .card-panel .recent-posts .recent-post span {
    display: block;
    font-size: 90%;
    color: #A9ABAC
}

.flex-card .card-panel .latest-comments .latest-comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #ededed
}

.flex-card .card-panel .latest-comments .latest-comment img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px
}

.flex-card .card-panel .latest-comments .latest-comment .comment-info .name a {
    color: #444F60;
    font-weight: 600
}

.flex-card .card-panel .latest-comments .latest-comment .comment-info .name a:hover {
    color: #00D1B2
}

.flex-card .card-panel .latest-comments .latest-comment .comment-info .post-ref a {
    font-size: 90%;
    color: #A9ABAC
}

.flex-card .card-panel .latest-comments .latest-comment .comment-info .post-ref a:hover {
    color: #00D1B2
}

.flex-card .card-panel .archives .archived-month,
.flex-card .card-panel .archives .post-category,
.flex-card .card-panel .post-categories .archived-month,
.flex-card .card-panel .post-categories .post-category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #ededed
}

.flex-card .card-panel .archives .archived-month span a,
.flex-card .card-panel .archives .post-category span a,
.flex-card .card-panel .post-categories .archived-month span a,
.flex-card .card-panel .post-categories .post-category span a {
    color: #444F60;
    font-weight: 600
}

.flex-card .card-panel .archives .archived-month span a:hover,
.flex-card .card-panel .archives .post-category span a:hover,
.flex-card .card-panel .post-categories .archived-month span a:hover,
.flex-card .card-panel .post-categories .post-category span a:hover {
    color: #00D1B2
}

.flex-card .card-panel .tag {
    margin: 5px
}

.title.flex-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.title.flex-title span.material-icons {
    font-size: 2.4rem;
    padding: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s
}

.title.flex-title span.material-icons:hover {
    border: 2px solid #00D1B2;
    background: #00D1B2;
    color: #fff
}

@media (max-width: 768px) {
    .flex-card.is-full-post .post-body {
        padding: 20px !important
    }
    .title.flex-title {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .title.main-title {
        font-size: 3rem !important
    }
    .flex-card.is-post h2 {
        font-size: 1.3rem !important
    }
    .flex-card.is-full-post {
        padding: 10px !important
    }
    .flex-card.is-full-post .post-body {
        padding: 20px 10px !important
    }
    .post-meta {
        margin: 0 !important;
        padding: 10px !important
    }
    .post-meta .title-block {
        padding: 0 !important
    }
    .post-meta .title-block h2 {
        font-size: 1.5em !important
    }
    .post-body {
        padding: 20px 10px !important
    }
    .compose-card .control-wrapper {
        padding: 0
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .portfolio-item img {
        width: 100%
    }
    .agency-icon-box,
    .service-box {
        text-align: center
    }
    .agency-icon-box .title-divider,
    .service-box .title-divider {
        margin: 0 auto
    }
    .flex-card.is-post,
    .flex-card.is-full-post {
        padding: 40px
    }
    .flex-card.is-post .post-meta,
    .flex-card.is-full-post .post-meta {
        padding: 10px 0
    }
}
