@import "../../app/variables";

.learts-mb-50 {
    margin-bottom: 50px;
}

.learts-mb-n50 {
    margin-bottom: -50px;
}

.single-blog {
    .image {
        margin-bottom: 30px;
    }

    .content {
        .category {
            li {
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.25;

                a {
                    padding-bottom: 1px;
                    text-transform: uppercase;
                    color: $dim-gray;
                    border-bottom: 2px solid rgba(0, 0, 0, 0);
                }
            }
        }
    }

    .title {
        font-weight: 400;
        margin-bottom: 25px;
    }

    .meta {
        margin-bottom: 10px;
        padding-left: 0;
        list-style: none;

        li {
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.25;
            margin-bottom: 10px;

            a {
                border-bottom: 1px solid rgba(0, 0, 0, 0);
                color: $text-darker;
            }

            i {
                margin-right: 8px;
                color: $text-gray;
            }
        }
    }
    .desc {
        margin-bottom: 20px;

        p {
            font-size: 1rem;
            margin-bottom: 25px
        }

        .blockquot {
            margin: 40px 0 40px 60px;

            p {
                font-size: 1.125rem !important;
                font-weight: 300;
                font-style: italic;
                line-height: 1.675;
            }
        }
    }

    .blog-footer {
        margin-bottom: 40px;
        padding-bottom: 25px;
        border-bottom: 1px solid $shadow-light;

        .tage {
            padding-left: 30px;

            li {
                font-size: 0.875;
                line-height: 1;
                position: absolute;
                top: 5px;
                left: 0;

                i {
                    margin-right: 8px;
                    color: $text-gray;
                }
            }
        }
    }

    .post-share {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin-left: 20px;
        padding: 3px 0;
        cursor: pointer;
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        border: 2px solid $bg-light;
        border-radius: 100%;

        .social-list {
            line-height: 1;
            position: absolute;
            right: 0;
            bottom: 100%;
            display: flex;
            visibility: hidden;
            margin: 0;
            padding: 5px;
            list-style: none;
            -webkit-transition: all .5s ease 0s;
            transition: all .5s ease 0s;
            opacity: 0;
            background-color: $pure-white;
            -webkit-box-shadow: 0 0 10px $shadow-light;
            box-shadow: 0 0 10px $shadow-light;
        }
    }
}