/*
Theme Name: The Newspaper Child
Description: The Newspaper Child Theme
Template: the-newspaper
Version: 1.0.0
License:
License URI:
Text Domain: the-newspaper-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/



#comments ul.children {
    display: none;
}

.cmsmasters_comment_username{
    font-size: 20px;
    font-weight: bold;
    background-color: #1f2968;
    color: white;
    border-radius: 5px;
    padding: 5px;
}
 .cms-master-expand-replies{
    color: #0d0d0e;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

#comments .cms-master-expand-replies::before {
    background-color: #fff !important;
    position: relative !important;
    content: ' ▼' !important; 
    margin-left: 5px !important;
    margin-right: 5px !important;
    float : left !important;
}

#comments .cms-master-expand-replies.collapsed::before {
    content:'▲' !important; 
}