.recent-blogs-links ul {
    list-style: none;
}

.recent-blogs-links a{
    color: var(--primary-color);
}


cite {
    font-style: normal !important;
    display: inline-block;
    margin: 3px 0;
}


.blog a {
    text-decoration: none;
    color: black;
}

.blog-icons i {
    color: var(--primary-color);
}


.blog .img-bg-div {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-effect {
    padding: .75rem 1.25rem;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

#ul-categories li {
    cursor: pointer;
    margin-bottom: 2px;
    border-radius: 4px;
}

#ul-categories li:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.hover-primary-color:hover{
    color: var(--primary-color);
}

.breadcrumb.custom{
    /* background-color: transparent !important; */
    padding: 10px !important;
    border-left: 5px solid var(--primary-color);
    background-color: #f7f7f7;
}

.breadcrumb.custom li{
    font-size: medium;
}

.breadcrumb.custom a{
    color: var(--primary-color);
}

.btn-outline-primary-theme{
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-primary-theme:hover{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--secondary-color);
}

.screen-reader-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

@media screen and (max-width: 768px) {
    .blog .img-bg-div {
        height: 250px;
    }

    .blog-icons {
        font-size: smaller;
    }
    
    .breadcrumb.custom li{
        font-size: smaller;
    }
    
    .text-mobile-small {
        font-size: smaller;
    }
}