/*
Theme Name:   industryradar
Description:  Write here a brief description about your child-theme
Author:       george
Author URL:   http://industryradar.codedrill.xyz
Template:     twentytwentyone
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  industryradar
*/

/* Write here your own personal stylesheet */

@import url("dist/style.css");

.cursor-pointer {
    cursor: pointer;
}
.overflow-dotted {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.disable-pointer {
    pointer-events: none !important;
    background: #999 !important;
    border: #999 !important;
}

.displaynone {
    display: none;
}

/* Loader css (Start) */
#loader{background-color:#e3e3e3;height:100%;left:0;opacity:0.8;position:fixed;top:0;width:100%;z-index:9999;}
#loader .loading_message{color:#333333;font-weight:700;left:43%;position:absolute;top:35%;}
#loader .loading_message img{margin:0px auto;}
/* Loader css (End) */

div.site_info_block.most_popular_today .latest_headline_item .latest_headline_text .headline_para p{max-height:100%;}
.page-template-company-listing .site_info_block:not(.single_posts_items_block){display:none;}