﻿/*****************************
    General
*****************************/
.custom-btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.675rem;
    line-height: 1.5;
}

/*****************************
    Category List
*****************************/

.custom-category-list-div-content {
    height: 360px;
}

.custom-category-list-lead-content {
    height: 100px;
    overflow: hidden;
}

.custom-category-list-read-more {
    padding-top: 8px;
}

/*****************************
    Article List (Main Page)
*****************************/

.custom-article-list-div-content {
    height: 300px;
}

.custom-article-list-lead-content {
    height: 100px;
    overflow: hidden;
}

.custom-article-list-read-more {
    padding-top: 8px;
}

/*****************************
    Article Location List
*****************************/

.custom-location-list-div-content {
    height: 360px;
}

.custom-location-list-lead-content {
    height: 100px;
    overflow: hidden;
}

.custom-location-list-read-more {
    padding-top: 8px;
}

/*****************************
    Widget title (ex: Articles in list etc)
*****************************/

.custom-widget-title {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*****************************
    Generic Content
*****************************/

.custom-generic-div-content {
    padding-top: 1em;
}

.custom-generic-lead-content {
    font-style: italic;
    color: #444;
}
