/* Hide Header */
.postid-191 header,
.postid-193 header,
.postid-226 header,
.postid-191 .site-header,
.postid-193 .site-header,
.postid-226 .site-header {
  display: none !important;
}

/* Hide Footer */
.postid-191 footer,
.postid-193 footer,
.postid-226 footer,
.postid-191 .site-footer,
.postid-193 .site-footer,
.postid-226 .site-footer {
  display: none !important;
}

/* Hide Comments */
.postid-191 .comments-area,
.postid-193 .comments-area,
.postid-226 .comments-area,
.postid-191 #comments,
.postid-193 #comments,
.postid-226 #comments {
  display: none !important;
}

/* Hide Author */
.postid-191 .author-box,
.postid-193 .author-box,
.postid-226 .author-box,
.postid-191 .post-author,
.postid-193 .post-author,
.postid-226 .post-author {
  display: none !important;
}

/* Disable comment form (Leave a Reply) */
.postid-191 #respond,
.postid-193 #respond,
.postid-226 #respond,
.postid-191 .comment-respond,
.postid-193 .comment-respond,
.postid-226 .comment-respond {
  display: none !important;
}

/* Remove top spacing */
.postid-191 .container,
.postid-193 .container,
.postid-226 .container,
.postid-191 .wrapper,
.postid-193 .wrapper,
.postid-226 .wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}


/* Hide Title for VPN post*/
/* Hide Title */
.postid-213 .entry-title,
.postid-213 h1 {
    display: none !important;
}

/* Hide Header */
.postid-213 header,
.postid-213 .site-header {
    display: none !important;
}

/* Hide Comments Section */
.postid-213 .comments-area,
.postid-213 #comments,
.postid-213 .comment-respond {
    display: none !important;
}