.ch-grouppage-directory .search-sort-by {float:right;}
.ch-grouppage-directory .taxonomy-row {display: flex;flex-wrap: wrap;}
.taxonomy-row div[class^="col-"] {margin-bottom: 28px;}
.group-list-default {border:1px solid #EAEAEA; border-radius: 4px; padding: 20px;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.group-list-default .taxonomy-title {display: flex;justify-content:space-between;}
.group-list-default .taxonomy-title p {margin-bottom: 0;overflow:hidden;}
.group-list-default .taxonomy-title .taxonomy-follow .btn-skel-generic {text-transform: none;}
.group-list-default .taxonomy-follow {margin-left: 20px;}
.group-list-default .taxonomy-meta {display: flex;margin-top: 10px;}
.group-list-default .taxonomy-meta .taxonomy-followers, .group-list-default .taxonomy-meta .taxonomy-restricted {margin-right: 20px;}
.group-list-shadedbox {height: 100%; border-radius: 20px; background-color: #f7f7f7;padding: 15px;}
.group-list-shadedbox .taxonomy-header {display: flex;align-items: center;padding-bottom: 15px;min-height: 75px;height: 70px;}
.group-list-shadedbox .taxonomy-header img {width: 60px;height: 60px;border-radius: 50%;margin-right: 18px;}
.group-list-shadedbox .taxonomy-header .taxonomy-title {font-size: 18px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.group-list-shadedbox .taxonomy-content {border-top: 1px solid #eaeaea;padding-top: 12px;}
.group-list-shadedbox .taxonomy-content p {font-size: 14px;margin-bottom: 0px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.group-list-shadedbox .taxonomy-content p ~ p{font-size: 14px;display: none;}

.ch-grouppage .ch-group-banner .banner-header {display: flex; justify-content: space-between;align-items: center;}
.ch-grouppage .ch-group-banner img {width: 120px;height:120px;}
.ch-grouppage .ch-group-banner .taxonomy-title h1 {margin-top:10px;margin-bottom: 10px;}
.ch-grouppage .ch-group-banner .taxonomy-follow .btn {margin-left:50px;}
.ch-grouppage .ch-group-banner .media {overflow:visible;display: flex;}
.ch-grouppage .ch-group-banner .media-left {flex-basis: 120px;flex-grow: 0;flex-shrink: 0;}
.ch-grouppage .ch-group-banner .media-body {overflow:visible;width: 100%;display: block;}
.ch-grouppage .simple-row-headings {margin-top: 22px;}
.ch-grouppage .ch-activity-stream .activity-stream-title {font-size: 23px;margin-top: 0px;}

@media (max-width: 767px) {
    .ch-grouppage-directory .search-sort-by {width: 100%; margin-top: 16px;}
    .ch-grouppage-directory .search-sort-by select {width: 100%;}
    .ch-grouppage-directory .taxonomy-row {flex-direction: column;}
    .ch-grouppage .breadcrumb li:nth-last-child(3) {display:block !important;}
    .ch-grouppage .breadcrumb li:nth-last-child(2) {display:none !important;}
    .ch-grouppage .ch-group-banner .banner-header {display: block;}
    .ch-grouppage .ch-group-banner .taxonomy-follow .btn {width: 100%;display: block; margin: 16px 0;}
    .ch-grouppage .ch-group-banner .media-left {display: none;}
}

.ch-grouppage-directory .search-container .button-container {display: flex;justify-content: flex-end;align-items: center;}
.ch-grouppage-directory .search-container #interest-filter .checkbox {margin-top: 15px !important;margin-bottom: 10px;width: 33%;float: left;}
.ch-grouppage-directory .search-container #interest-filter button {clear: both;float: right;margin-top: 20px;text-transform: none;}
.ch-grouppage-directory #interest-filter-container {background: none;border-bottom: 1px solid #eaeaea;padding-bottom: 30px;margin-bottom: 30px !important;}
@media (max-width: 999px) {
    .ch-grouppage-directory .search-container #interest-filter .checkbox {width: 100%;float:none;}
}
@media (max-width: 767px) {
    .ch-grouppage-directory .search-container .button-container {display: block;}
    .ch-grouppage-directory .search-container .interest-toggle {width: 100%; float: none;}
    .ch-grouppage-directory .search-container #interest-filter button {width: 100%;float:none;}
}

/* related groups/pages */
.related-interests-widget .widget-title {margin-bottom: 10px;}
.related-interests-widget .widget-title .pull-right {font-weight: normal;}
.related-interests-widget .group-list-default {border: none;border-top:1px solid #ddd;padding:14px 0px 0px;border-radius: 0px;}
.related-interests-widget .group-list-default .taxonomy-meta {font-size: 12px;margin-top:8px;}
.related-interests-widget .taxonomy-follow button {padding: 2px 7px;font-size: 12px;}
.related-interests-widget .taxonomy-row div[class^="col-"] {margin-bottom: 14px;}
@media (min-width: 768px) and (max-width:991px) {
    .related-interests-widget .taxonomy-title {display: block;}
    .related-interests-widget .taxonomy-meta {display: block;}
    .related-interests-widget .group-list-default .taxonomy-follow {margin-left:0px;margin-top:5px;}
}
