/*
Theme Name: Samurai School Child
Theme URI: http://samurai.axiomthemes.com/
Description: Samurai School Child - Multipurpose and Multiskin Responsive Wordpress theme
Author: Axiomthemes
Author URI: https://themeforest.net/user/axiomthemes/portfolio
Template: samurai-school
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: samurai-school-child
*/

/*Write your style*/

body {
    font-family: "DroidSans", serif;
}

.post_item_single .post_content > .post_meta_single .post_categories {
    color: #555;
    position: relative;
    padding-left: 90px;
}

.post_item_single .post_content > .post_meta_single .post_categories .post_meta_label, .scheme_default .post_item_single span.post_meta_item.post_tags .post_meta_label {
    position: absolute;
    left: 0;
}

.scheme_default .post_item_single span.post_meta_item.post_tags {
    position: relative;
    padding-left: 65px;
}

@media print
{    
    .related_wrap
    {
        display: none !important;
    }
}