

.blog_holder article .post_info .post_author { display: none; }

@media only screen and (min-width: 1000px) {
    .title_subtitle_holder h1 span {
        display: none !important;
    }
    .breadcrumb {
        top: 80px !important;
    }
    .title_outer.title_without_animation {
        margin-top: -101px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .title_subtitle_holder h1 span {
        display: none !important;
    }
    .breadcrumb {
        top: 40px !important;
        position: absolute !important;
    }
    .title_outer.title_without_animation {
        margin-top: -52px !important;
    }
}

.sidebar ul#menu-systems li {
    margin-bottom: 0px !important;
}
.sidebar ul#menu-systems li a {
    line-height: 26px !important; 
    padding: 5px 0px 5px 3px !important;
    display: inline-block !important;
    width: 100% !important;
    border-bottom: 1px solid #cccccc !important;  
}
.sidebar ul#menu-systems li li:last-child a {
    border-bottom: none !important;
}
.sidebar ul#menu-systems > li {
    padding-right: 3px !important;
}
.sidebar ul#menu-systems li a:hover {
    background-color: #e48f00 !important;
}

div.wpcf7-response-output {
color: #606060;
}
