/*
Theme Name:  NKH State
Template:    salient
Version:     1.0.0
Description: The child theme for salient built custom for the NKH State Sites.
Theme URI:   https://coderarity.com/work
Author:      Code Rarity
Author URI:  https://coderarity.com
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder. 
/*-------------------------------------------------------------------------*/

#filter-form {
    padding-top:40px;
    padding-bottom:40px;
}

.filter-container {
    width:100%;
}

.filter-post-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.filter-post-grid-item {
    flex:1;
    padding: 25px;
    margin-bottom: 40px;
}

.no-post-grid-items {
    text-align:center;
    padding:40px;
}