.wrap {
max-width: 3000px;
padding-bottom: 0px;
}
.content-sidebar-wrap {
margin: -20px;
}
header.entry-header {
display:none;
}
article.entry {
position: relative;
content: none;
line-height: normal;
padding: 0px;
margin-bottom: 0px;
}
footer.site-footer {
display:none;
}
.mappedin-wrapper {
line-height: normal;
padding: 0;
height: calc(100vh - 85px);
}
.mappedin-wrapper ul>li:before {
content: none;
}
@media screen and (max-width: 991px) {
.mappedin-wrapper {
height: calc(100vh - 60px);
}
}