/******* INSIGHTS PAGE *******/

/* Header */
.insights-header {
    background: #aaa;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 100%;
    padding: 150px 0 111px;
}
.insights-header__ins,
.insights-header__ins h1 {
    color: #fff;
}
.insights-header__ins {
    max-width: 800px;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
}
.insights-header__ins .subhead {
    font-size: 25px;
    font-weight: 300;
    display: inline-block;
}

/* Masonry Grid */
.grid-item.insights-post { 
	margin-top: 30px;
	padding: 0 12px;
	visibility: hidden;
}
.insights-post__ins {
	border: 1px solid #dbdbdb;
}
.insights-post__ins img {
	width: 100%;
}
.insights-post__content {
	padding: 20px 16px;
}
.insights-post__content h4 {
    padding-bottom: 5px;
}
.insights-post__content .meta-line-top {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 10px;
}
.insights-post__meta-line-bot {
	padding: 15px;
	border-top: 1px solid #dbdbdb;
}
.insights-post__meta-line-bot .fa-share-alt {
	font-size: 25px;
	color: #2FABBB;
}
.filters-row.insights-filters .filter-holder {
    width: 32%;
}
.meta-item__type,
.meta-item__industry {
    background: #2fabbb;
    color: #fff;
    padding: 1px 5px;
    margin: 0 5px 9px;
    float: right;
}

/*** Custom Pagination ***/
.container__insights ul.page-numbers {
    list-style: none;
    margin: 0;
}

.container__insights .page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.container__insights ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.container__insights .page-numbers a,
.container__insights .page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #2fabbb;
	/* edited by fraser 7/18/2017 */
}

.container__insights .page-numbers a span { padding: 0 }

.container__insights .page-numbers a:hover,
.container__insights .page-numbers.current,
.container__insights .page-numbers.current:hover {
    color: #ffffff;
    background: #2fabbb;
    text-decoration: none;
}

.container__insights .page-numbers:hover { text-decoration: none }

/*** RESPONSIVE ***/
@media(max-width: 700px) {
    .filters-row.insights-filters .filter-holder {
        width: 100%;
    }
    .filters-row.insights-filters .filter-holder li {
        text-align: center;
        margin: 5px 0;
        font-weight: 500;
    }
    #main-content .container.container__insights {
        padding-top: 0;
    }
}