﻿h1, h2, h3, h4, h5 {
    font-family: 'Roboto';
    font-weight: bold;
    color: #333333;
}

h2 {
    font-size: 40px;
    line-height: 47px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

h3 {
    font-size: 32px;
    line-height: 38px;
    color: #006940;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 3px;
}

h5 {
    font-size: 18px;
    line-height: 20px;
}

p, div, span, li {
    font-size: 16px;
}

ul {
    padding-inline-start: 22px;
}

li::marker {
    color: #006940;
    font-size: 18px;
    line-height: 22px;
}

.banner {
    padding: 96px 0px 86px 0px;
}

.search-term {
    font-size: 32px;
    line-height: 38px;
    padding: 0px;
    margin-bottom: 3px;
    text-transform: none;
    white-space: normal;
}

.feature-category-container hr {
    border-top: 2px solid #0D6940;
    margin: 0px 0px 30px 0px;
}

.feature-category-container .category-row {
    padding: 0px 0px 16px 0px;
    font-size: 20px;
    line-height: 24px;
}

    .feature-category-container .category-row .divider {
        padding: 0px 16px;
    }

a.category-link {
    text-decoration: underline !important;
    cursor: pointer;
}

.text-feature-search {
    font-size: 16px;
    padding: 12px;
    border: 1px solid #AFAFAF;
    background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/icon_search.png);
    background-repeat: no-repeat;
    background-position-x: 16px;
    background-position-y: 12px;
    text-indent: 38px;
}

.sort-selector-placeholder {
    height: 45px;
}

.category-container h2, .search-container h2 {
    margin-bottom: 16px;
}

.category-container ul, .search-container ul {
    margin-bottom: 24px;
}

.category-container li, .search-container li {
    line-height: 22px;
    margin-bottom: 16px;
}

.most-requested-label label {
    font-weight: bold;
}

.most-requested-indicator {
    background-color: #36BC38;
    margin-right: 8px;
}

    .most-requested-indicator i {
        height: 16px;
        width: 19px;
        display: inline-block;
    }

.category-container ul .most-requested-indicator, .search-container ul .most-requested-indicator {
    margin: 0px 0px 0px 8px;
}

.view-more-container {
    display: none;
}


@media (max-width: 576px) {
    .non-mobile {
        display: none !important;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
        white-space: normal;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
    }

    h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .btn, .newsletter-cta-content input[type=text], .newsletter-cta-content button.btn {
        width: 100%;
    }

    .banner {
        padding: 32px 0px 64px 0px;
    }

        .banner h1, .banner .page_title {
            font-size: 40px;
            line-height: 47px;
            text-shadow: 0px 0px 8px #1C1C1C84;
            padding: 0px 0px 8px 0px;
        }

        .banner .page_subtitle {
            font-size: 16px;
            line-height: 22px;
        }

    .area-breadcrumbs {
        padding: 16px 0px;
    }

    .text-search {
        width: 100%
    }

    .feature-category-container .category-row {
        padding: 2px 8px;
        font-size: 16px;
        line-height: 19px;
        white-space: nowrap;
        overflow: hidden;
        width: calc(100vw - 66px);
    }

    .feature-category-container .mobile-category-row {
        display: table;
        margin-bottom: 16px;
    }

    .feature-category-container .mobile-category-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .feature-category-container .arrow-icon {
        width: 18px;
        height: 23px;
        background-color: #006940;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
    }

        .feature-category-container .arrow-icon.left {
            background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/white-arrow-left.svg);
        }

        .feature-category-container .arrow-icon.right {
            background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/white-arrow-right.svg);
        }

    .feature-category-container ::-webkit-scrollbar {
        width: 1px;
        height: 1px;
    }

    .feature-category-container ::-webkit-scrollbar-track {
        background: #FFFFFF;
    }

    .feature-category-container ::-webkit-scrollbar-thumb {
        background: #FFFFFF;
    }

        .feature-category-container ::-webkit-scrollbar-thumb:hover {
            background: #FEFEFE;
        }

    .sort-selector-placeholder {
        margin-bottom: 24px;
    }

    .sort-selector-container {
        width: calc(100vw - 30px);
    }

    .most-requested-container {
        margin-bottom: 24px;
    }

    .view-more-container, .search-container ul {
        margin-bottom: 32px;
    }

    .category-container li, .search-container li {
        margin-bottom: 24px;
    }

    .more {
        display: none;
    }

        .more.show {
            display: revert;
        }

    .view-more-container {
        display: block;
    }

    a.view-more {
        text-decoration: underline !important;
    }
}
