

/* from select-themes ticket 736837: hides blog post date in masonry layout */
.blog_holder article .post_info i.icon_clock_alt,
.blog_holder article .post_info .time span {
    display: none !important;
}
.blog_holder article .post_text .post_info .post_comments {
    border: transparent;
}

/* hides author name and date stamp */
.single-post .post_author, .single-post .time {
    display: none !important;
}
.single-post .post_category {
    border: none !important;
    padding: 0px !important;
}


/* hides featured image on specific posts, but allows the use of the featured image for the blog list page */
.postid-21734 .post_image {
    display: none !important;
}


/* manually sets the vertical space on the top nav drop down menus */
.drop_down .second .inner ul li a {
    padding: 4px 4px !important;
}


/* This changes the font sizes in tabs, such as on the PKtT page -- unfortunately it is not working */
@media only screen and (max-width: 1200px) and (min-width: 768px){
    .q_tabs .tabs-nav li a {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 768px) and (min-width: 480px){
    .q_tabs .tabs-nav li a {
        font-size: 10px !important;
    }
}



