.button-group {margin-bottom:30px; transition:.3s ease;text-transform:uppercase; }
.button-group button {color: #000000;padding: 10px 15px;border: 2px solid #B51580;margin: 10px;display: inline-block;font-size:14px;cursor: pointer;letter-spacing: 1px;background-color: #ffffff;}
.button-group button:hover {border: 2px solid #B51580; background: #B51580; color:#ffffff;}
.filter-grid {margin-top: 15px;}
.post-thumbnail { width: 100%; height: auto;}
.post-box {position: relative; margin-bottom: 20px;}
.post-list-title {
    font-size: 1.3em;
    display: block;
    line-height: 1.2em;
    color: #B51580;
    margin-bottom: 10px;
    font-weight: 600;
}
.post-list-textbox {
    padding: 20px;
    background-color: #ededed;
}
.post-list-date p {
    font-size: 14px;
}
.post-list-excerpt p {
    font-size: 14px;
    line-height:22px;
}
.post-list-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.post-content-title {
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 600;
    max-width: 8400px;
    margin: auto;
}
.post-content-date {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.post-content-featureimg img {
 width:100%;   
}
[class*="post_container"] {
    width: 100%;
    margin: 0px auto;
    max-width: 880px!important;
}
#post-content-text p {
    font-size:18px;
    line-height: 35px;
    margin-bottom: 35px;
}
.post-news-more-but {
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
}
#social-share p {
    margin-bottom:10px;
    font-weight:600;
}
#social-share ul {
    display: inline-block;
}
#social-share li {
    display: inline-block;
    margin-right: 10px;
}
#social-share img {
    width: 30px;
}
#social-share {
    width:100%;
}
#social-share:before {
    content:"";
    border-top:1px solid #e3e3e3;
    display:block;
    padding-top: 20px;
    height: 1px;
    width: 100%;
}
#social-share:after {
    content: "";
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding-bottom: 20px;
    height: 1px;
    width: 100%;
}






a.category-link{
    color: #000000;
    padding: 10px 15px;
    border: 2px solid #B51580;
    margin: 10px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    background-color: #ffffff;
}

a.category-link.active,
a.category-link:hover {
    border: 2px solid #B51580;
    background: #B51580;
    color: #ffffff;
}

.post-thumbnail-container{
    width: 100%;
    height: 225px;
    background-size: cover;
    background-position: center;
    background-color: #e8e8e8;
}

.post-list-excerpt{
    height: 72px;
    width: 100%;
    overflow: hidden;
    /*
    white-space: no-wrap;
    text-overflow: ellipsis;
    */
}

.post-list-excerpt {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}

ul.pagination {
    display: block;
    text-align: center;
    margin: auto;
    width: 100%;
}

ul.pagination li {
        display: inline-block;
    color: #B51580;
    margin-right: 5px;
    background-color: #f1f1f1;
    padding: 10px;
}
ul.pagination a {
        color: #B51580;
}
ul.pagination li.active {
    background-color: #B51580;
}
ul.pagination li:hover {
    background-color: #B51580;
    color:#ffffff;
}
ul.pagination li:hover a{
    color:#ffffff;
}
ul.pagination li.active a {
    color: #ffffff;
}

/*---Temporary hide for blog button group---*/
.button-group.filter-button-group {
    display: none;
}
ul.pagination {
    display: none;
}

