/*
 Theme Name:   Fox Child
 Template:     fox
 Version:      1.0
 Author:       Nate
*/

.sh_category_name h2 {
    font-size: 1.8em !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sh_latest_news_thumbnail_inner {
    width: 100%;
    padding-top: 75%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sh_category_post {
    margin-bottom: 20px;
}
.sh_category_post:first-child {
    margin-bottom: 30px;
}
.sh_category_post h2 {
    font-size: 23px !important;
}

.sh_events {
    padding-bottom: 40px !important;
}
.sh_events .section-sidebar-inner {
    margin: 0px !important;
}
.sh_events .tribe-events-widget-events-list__view-more-link {
    color: black !important;
}
.sh_events .tribe-events-widget-events-list__view-more-link:visited {
    color: black !important;
}

@media screen and (min-width: 587px) {
    .sh_category_inner {
        display: flex;
        gap: 40px;
    }
    .sh_latest_news_thumbnail_outer {
        min-width: 48%;
    }
}
@media screen and (max-width: 586px) {
    .sh_category_inner {
        display: block;
    }
    .sh_latest_news_thumbnail_outer {
        width: 100%;
        margin-bottom: 20px;
    }
}

