.parent-cat {
    color: #000;
    font-size: 14px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right 15px top 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    cursor: pointer;
    padding-left: 20px;
    font-weight: 500;
    font-family: 'Cabin';
    border-bottom: 1px solid #fff;
}

.parent-cat.has-sub
{
	background-image: url(../../icons/plus.svg);
}

.parent-cat.has-sub.active{
	background-image: url(../../icons/minus.svg);
}

.sub-cat {
    font-size: 14px;
    cursor: pointer;
    color: #000;
    font-family: 'Cabin';
}

.cat-sub-menu {
    padding-left: 0px;
    margin: 0px 0px;
    display: none;
}

.selected {
    color: #fff;
    background: url(../../icons/minus_white.svg), #06163a !important;
	background-size: 13px !important;
    background-repeat: no-repeat !important;
    background-position: right 15px top 12px !important;
}
}

.catposts {
    width: 100%;
    float: left;
    display: block;
}

.cat-posts .elementor-column-wrap {
    flex-direction: column;
}

.load-more
{
    float: left;
    margin: 0px auto;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    padding: 8px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #06163A;
    color: #fff;
    font-family: 'Cabin';
}

.cat-post {
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    background: #f7f7f7;
    float: left;
    width: 100%;
}

.cat-post-title {
    font-size: 20px;
    font-weight: 500;
    color: #06163a;
    width: 100%;
    float: left;
    font-family: 'Cabin';
}

.cat-post-content i.fa {
    font-size: 13px;
    color: #081538;
    margin-right: 10px;
    width: 15px;
    text-align: center;
}
.cat-post-content span {
    font-size: 15px;
    color: #666;
    margin-right: 10px;
    font-family: 'Work Sans';
    font-weight: 500;
}


a.cat-post .row 
{
    line-height: 25px;
}



