.page.with-sidebar.right .left-box {
    margin-right: -20px;
}
.single-blog-post {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;

    margin-top: 8px;
}
.blog-page .single-blog-post + .single-blog-post {
    margin-top: 80px;
}
.blog-page .single-blog-post .img-holder {
    position: relative;
    margin-bottom: 50px;
    background: #000;
}
.blog-page .single-blog-post .img-holder .img-post {
    overflow: hidden;
}
.blog-page .single-blog-post .img-holder .img-post > img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    max-width: 100%;
}
.blog-page .single-blog-post .img-holder .img-post:hover > img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .7;
}
.blog-page .single-blog-post .img-holder .date-box {
    width: 85px;
    height: 85px;
    background: linear-gradient(45deg, #49cdd0, #ab9ae5);
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    padding: 15px 0;
    margin-left: 20px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.blog-page .single-blog-post .img-holder .date-box:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fff;
}
.blog-page .single-blog-post .img-holder .date-box span {
    font-size: 30px;
}
.single-blog-post h3 {
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    line-height: 26px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
.blog-page .single-blog-post h3 a {
    font-size: 20px;
    font-weight: bold;
    color: #363f4a;
    text-decoration: none;
}
.blog-page .single-blog-post p {
    margin-top: 13px;
    font-size: 16px;
    line-height: 26px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.blog-page .single-blog-post ul.meta li a {
    font-style: italic;
    color: #959595;
    line-height: 37px;
    text-decoration: none;
    font-size: 16px;
}
.blog-page .single-blog-post ul.meta li a i {
    font-size: 16px;
    color: #ab9ae5;
    margin-right: 6px;
}
.blog-page .right-box {
    padding-left: 50px;
}
.blog-page .single-sidebar-widget + .single-sidebar-widget {
    margin-top: 50px;
}
.blog-page .right-box .title {
    margin: 0 0 14px 0;
}
.blog-page .right-box .title h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #555;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
}
.blog-page .right-box .title .decor-line {
    background: #ab9ae5;
    width: 45px;
    height: 3px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.blog-page .right-box .categories ul {
    padding: 0;
}
.blog-page .right-box .categories ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-page .right-box .categories ul li a {
    padding-left: 15px;
    font-weight: 400;
    color: #575757;
    display: block;
    line-height: 36px;
    position: relative;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    font-size: 16px;
}
.blog-page .right-box .categories ul li a:hover {
    text-decoration: none;
    color: #ab9ae5;
}
.blog-page .right-box .categories ul li a:before {
    content: "\f2ee";
    font-family: Material-Design-Iconic-Font;
    color: #C8C8C8;
    font-size: 14px;
    position: absolute;
    left: 0;
}
.blog-page .right-box .tag-clouds ul {
    margin: 0;
    padding: 0;
}
.blog-page .right-box .tag-clouds ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}
.blog-page .right-box .popular ul {
    margin: 0;
    padding: 0;
}
.blog-page .right-box .popular ul li {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.blog-page .right-box .popular ul li .icon-box {
    width: 110px;
    background: #ab9ae5;
    display: table-cell;
    vertical-align: top;
}
.blog-page .right-box .popular ul li .icon-box img {
    width: 100%;
}
.blog-page .right-box .popular ul li .text-box {
    padding-left: 30px;
    display: table-cell;
    vertical-align: top;
}
.blog-page .right-box .popular ul li .text-box h3 {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: -3.5px;
    font-weight: 600;
}
.blog-page .right-box .popular ul li .text-box h3 a {
    text-decoration: none;
    color: #666;
}
.blog-page .right-box .popular ul li .text-box span {
    color: #ab9ae5;
    font-size: 13px;
    line-height: 10px;
}
/**/
blockquote {
    border-left-color: #ab9ae5;
    padding: 0px 20px;
}
blockquote p {
    font-style: italic;
}
.left-box .comment-box h2 {
    font-size: 26px;
    font-weight: 500;
    color: #555;
}
.left-box .single-comment-box > ul {
    margin: 0;
    padding: 0;
}
.left-box .single-comment-box > ul > li {
    border-top: 1px solid #EEEEEE;
    padding: 25px 25px 25px 0;
    padding-bottom: 18px;
    list-style: none;
}
.left-box .single-comment-box ul li .icon-box {
    width: 110px;
    background: #ab9ae5;
    display: table-cell;
    vertical-align: top;
}
.left-box .single-comment-box ul li .icon-box img {
    width: 100%;
}
.left-box .single-comment-box ul li .text-box {
    padding-left: 30px;
    display: table-cell;
    vertical-align: top;
}
.left-box .single-comment-box ul li .text-box h3 {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: -3.5px;
    font-weight: 600;
}
.left-box .single-comment-box ul li .text-box h3 a {
    text-decoration: none;
    color: #666;
}
.left-box .single-comment-box ul li .text-box span {
    color: #ab9ae5;
    font-size: 13px;
    line-height: 10px;
}
.left-box .comment-form h4 {
    font-weight: 700;
    color: #555;
}

@media (max-width: 414px) {
    #getting-started {
        margin-top: 5px;
        line-height: 43px;
    }
    .left-box .single-comment-box ul li .icon-box{
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .left-box .single-comment-box ul li .text-box{
        padding-left: 0;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .blog-page .right-box{
       padding-left: 0;
    }
    }