.main_entry {
    width: 70%;
}
.entry_details {
    width: 30%;
}
.pkp_structure_sidebar {
    width: 20%;
}
.pkp_structure_main {
    width: 80%;
    padding: 0 30px 30px;
}
.pkp_structure_main::after {
    left: 80%;
}
/* header */
.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 180px;
    max-width: 100%;
    width: auto;
    height: auto
}