/*
	Theme Name:   Hope for the Warriors
	Description:  Iron Framework Child Theme
	Author:       Ironistic.com
	Author URI:   http://www.ironistic.com
	Template:     iron-framework
	Version:      1.0.0
	responsive-layout, accessibility-ready
	Text Domain:  iron-framework-child
*/

body {
    font-size: 16px !important;
}

.hfw-logos img {
    display: block
}

.hfw-logos.bordered .item {
    border: 1px solid #bfbfbf
}

.hfw-logos.col4 .item {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%
}

.hfw-logos.col4 .item:nth-child(4n) {
    margin-right: 0
}

.hfw-logos.col4 .item:nth-child(4n) + .post-item {
    clear: left
}

.hfw-logos.col3 .item {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%
}

.hfw-logos.col3 .item:nth-child(3n) {
    margin-right: 0
}

.hfw-logos.col3 .item:nth-child(3n) + .post-item {
    clear: left
}

.hfw-logos.col6 .item {
    float: left;
    width: 15%;
    margin-right: 2%;
    margin-bottom: 2%
}

.hfw-logos.col6 .item:nth-child(6n) {
    margin-right: 0
}

.hfw-logos.col6 .item:nth-child(6n) + .post-item {
    clear: left
}

.hfw-logos.perpage-8 .item {
    display: none
}

.hfw-logos.perpage-8 .item:nth-child( - n + 8) {
    display: block
}

.hfw-logos.perpage-8.showall .item {
    display: block
}

.hfw-logos.inline-items {
    text-align: center
}

.hfw-logos.inline-items .item {
    display: inline-block;
    float: none
}

.hfw-logos.inline-items.perpage-8 .item:nth-child( - n + 8) {
    display: inline-block
}

.hfw-logos.inline-items.perpage-8.showall .item {
    display: inline-block
}

.juicer-feed ul.j-filters li {
    width: 180px;
}

.juicer-feed .j-paginate {
    border: 2px solid #b8312e;
    color: #b8312e;
}

.juicer-feed .j-paginate:hover {
    background: #b8312e;
    color: #F2F2F2;
}

.cf {
	overflow: visible;
}