.single-post-part {
    margin-left: auto;
    margin-right: auto;
}

.single-post-desc .date a {
    color: #8c8c8c;
    text-decoration: none;
    color: #212529 !important;
}

.site-blocks-cover h1 {
    font-size: 3rem;
    margin-top: 14%;
}

.single-post-desc .date {
    text-align: right;
}

.single-post-wrapper {
    padding: 50px 100px;
}

.single-post-desc {
    margin-top: 50px;
}

.relative-content {
    position: relative;
}

.absolute-date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 33px;
    color: white;
    background: #212529;
    font-size: 2rem;
    line-height: 1.5rem;
    font-weight: 700;
    z-index: 10;
}

.date-month {
    font-size: 0.8rem;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}


/*/
//////////////////////////////////////////////////////////// // Social Sharing Icons \\ ///////////////////////////////////////////////////////////// */

.cs-social-share {
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    display: block;
}


/*/
//////////////////////////////////////////////////////////// // Social Sharing Icons On Product Page \\ ///////////////////////////////////////////////////////////// */

.cs-share-this-product {
    float: left;
    width: 15%;
    height: 30px;
    padding: 1px 0px;
    min-width: 68px;
    margin: 2% 0.8%;
    overflow: hidden;
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -ms-filter: brightness(90%);
    -o-filter: brightness(90%);
    filter: brightness(90%);
    transition: all 0.45s ease-in-out;
}

.cs-share-this-product:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
    -ms-filter: brightness(120%);
    -o-filter: brightness(120%);
    filter: brightness(120%);
}

.cs-share-this-product:hover img {
    left: 32%;
    transform: scale(1);
}

.cs-share-this-product:hover span.share-text {
    opacity: 0;
    left: 20px;
    transform: rotateX(90deg) scale(0.3);
}

.cs-share-this-product a {
    text-decoration: none;
}

.cs-share-this-product img {
    width: 28px;
    transition: all 0.5s ease;
    position: relative;
    left: 0;
    transform: scale(0.8);
}

.cs-share-this-product .social-share-icon-block span.share-text {
    font-size: 12px;
    color: #fff;
    position: relative;
    left: -3px;
    transition: all 0.45s ease-in-out;
}

.cs-share-this-product.facebook {
    background: #527ebf;
}

.cs-share-this-product.twitter {
    background: #25c0e2;
}

.cs-share-this-product.google-plus {
    background: #db4a37;
}

.cs-share-this-product.pinterest {
    background: #cd2129;
}

.cs-share-this-product.linkedin {
    background: #147bb7;
}

.cs-share-this-product.email {
    background: #0f75bc;
}

.site-blocks-cover a:hover {
    color: #ffffff!important;
}

.site-blocks-cover a {
    color: #ffffff!important;
}