﻿ .myContainer{
            transition:all 1s;
            /*max-height:300px;*/
        }

        .myContainer.pre-animation{
            opacity:0;
            max-height:0;
        }

#user-menu {
    border-radius: 2px;
    border: 1px solid #242729;
    background-color: #535a60;
    color: #e4e6e8;
    text-align: left;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(12,13,14,0.3);
    z-index: 320;
    position: relative;
    width: 280px;
    display: none;
    font-size: 15px;
    line-height: 1.2;
}
#user-menu>div:first-child{
    position:absolute;
    right:10px;
    top:5px;
    cursor:pointer;
}
    #user-menu .um-header {
        margin-bottom: 5px;
    }

        #user-menu .um-header .um-gravatar {
            display: inline-table;
        }

        #user-menu .um-header .um-header-info {
            display: inline-table;
            margin: 20px;
        }

    #user-menu .um-about-me {
        padding: 10px;
        word-wrap: break-word;
    }


.container {
    max-width: 56rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.post-single {
    position: relative;
}

    .post-single .post-body {
        background-color: #fff;
        box-shadow: 0 0 10rem rgba(0,0,0,0.1);
        margin-top: -12rem;
        padding: 5.5rem;
        /*border-radius: 1rem;*/
    }

    .post-single .post-title {
        text-align: center;
    }
.blog-detail {
    height: 480px;
    max-height: 480px;
}

.post-single .post-meta {
    min-height: 2.5rem;
    position: relative;
    font-size: .75rem;
    margin-bottom: 2.5rem;
}

.YpostAreaBorder {
    margin-bottom: 25px;
}
.YpostArea {
    padding: 15px;
    margin-left: 50px;
    background: #ebf0fa;
    position: relative;
}

    .YpostArea:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 10%;
        width: 0;
        height: 0;
        border-top: 36px solid transparent;
        border-right: 50px solid #ebf0fa;
        border-bottom: 6px solid transparent;
    }

@media screen and (max-width: 991px) {
    .post-single .post-title {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .post-single {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .post-single .post-body {
        padding: 2rem;
        margin-top: -15rem;
    }
}

@media screen and (max-width: 479px) {
    .post-single .post-body {
        margin-top: 1rem;
        box-shadow: none;
        padding: 0;
    }

    .YpostArea {
        margin-left: 30px;
    }
        .YpostArea:before {
        border-right: 30px solid #ebf0fa;
    }

    .blog-detail {
        height: initial;
        max-height: initial;
    }
}