.qodef-blog-holder.qodef-blog-type-standard{
	article{
        .qodef-whole-post-content {
            margin-bottom: 30px;
        }
        .qodef-post-info {
            &.qodef-section-bottom {
                margin-top: 7px;
            }
        }
        .qodef-post-title {
          margin-bottom: 34px;
        }
	}
    &.qodef-blog-social-share-disabled {
        article {
            .qodef-post-info {
                &.qodef-section-bottom {
                    .qodef-section-bottom-right {
                        display: block;
                        float: none;
                        text-align: left;
                        width: 100%;
                    }
                }
            }
        }
    }
}