/**
 * Theme Name: Bauer Child
 * Template: bauer
 * Version: 1.0
 * Description: Construction and Industrial WordPress Theme
 * Author: Ninzio
 **/

.is-single-post div#site-content {
    float: none;
    width: 100%;
}
.is-single-post div#sidebar {
    display: none;
}
.sp-pcp-post .sp-pcp-title a {
    text-transform: none;
    font-size: 22px;
    line-height: 26px;
    color: #111;
    font-weight: 700;
    text-decoration: none;
}
.sp-pcp-post .sp-pcp-post-content p {
    max-height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
	display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.sp-pcp-post .sp-pcp-post-content {
    text-transform: none;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 0 0 17px 0;
    color: #444;
}
#pcp_wrapper-9647 .pcp-readmore-link{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.25px;
    color: #fff;
    background-color: #f35c27;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all ease 0.3s;
    border: none;
}
.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore {
    margin-top: 45px;
}