/*
Theme Name: Hueman Child
Theme URI: https://presscustomizr.com/hueman/
Template: hueman
Author: nikeo
Author URI: https://presscustomizr.com
Description: The Hueman theme loads fast and is 100% mobile-friendly according to Google. One of the best rated theme for blogs and magazines on WordPress.org. Powering 70K+ websites around the world.
Tags: one-column,two-columns,three-columns,right-sidebar,left-sidebar,custom-colors,custom-menu,featured-images,flexible-header,full-width-template,post-formats,sticky-post,theme-options,threaded-comments,translation-ready
Version: 3.5.7.1715621659
Updated: 2024-05-13 18:34:19

*/

body {
    background-color: darkred;
}

.tab-mob-header {
    display: none;
}
.breadcrumbs {
    /*padding: 10px 30px;*/
    border-bottom: 1px solid #ccc;
}
.page-title {
    border-bottom: 0;
    text-transform: inherit;
    background-color: #f5f5f5;
}
.page-title h1 {
    font-size: 2em;
    margin:10px auto;
    max-width: 1140px;
}
.hu-pad {
    padding:10px 30px 20px;
}
.content {
    background-color: #f5f5f5;
}

/* SIDEBAR LISTS */

ul li a {
    color: #ffffff;
}
ul li a:hover {
    color: #222222;
}
.entry ul li {
    list-style: none;
}


@media only screen and (max-width:768px) {

    .new-site-image {
        display: none;
    }
    .tab-mob-header {
        display: block;
    }

}
