/* Style items before loading script */
.js-off .journalist-item {
    width: 31%;
}
.js-off .journalists-latest .elementor-shortcode {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 250px;
    overflow: hidden;
}

/* Latest view styling */
.journalist-item {
    padding: 20px 10px;
    border: 1px solid #f4f4f4;
    margin: 10px;
    background: #f4f4f4;
    border-bottom: 5px solid #df1a17;
}
.journalists .j-year,
.journalist-item .j-year {
    background: #df1a17;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-right: 15px;
    text-transform: uppercase; 
    text-decoration: none !important; 
    margin-bottom: 10px; 
}
.journalist-item .j-link {
    text-decoration: none !important; 
    text-transform: uppercase; 
    font-weight: bold; 
    font-size: 14px; 
}
.journalist-item .j-title {
    color: #000;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: bold;
    
}
.journalists-latest .journalist-item .j-title {
    display: block;
}
.journalist-item .j-description {
    margin-top: 10px;
}
.journalist-item .j-description p {
    margin-bottom: 0;
}
.journalists .journalists-latest .j-all {
    text-align: center;
    margin-top: 20px;
}
.journalists .journalists-latest .j-all a {
    display: inline-block;
    background: #df1a17;
    padding: 15px 25px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid #df1a17;
}
.journalists .journalists-latest .j-all a:hover {
    color: #df1a17 !important;
    background: #fff;
    border-color: #df1a17;
}
.journalists .journalists-latest .slick-track {
    display: flex !important;
}
.journalists .journalists-latest .slick-slide {
    height: inherit !important;
}

/* List view styling */
.journalists-list .journalist-item {
    margin-bottom: 20px !important;
    border-left: 5px solid #df1a17;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 20px;
}

/* Single view styling */
body.journalists-template-default.single {
    background: transparent;
}
body.journalists-template-default.single .journalists {
    padding: 0;
}
