.ccm-page .plgg-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}


.ccm-page .plgg-item-outer {
    margin: 15px;
    padding: 0;
    width: 100%;

    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

@media only screen and (min-width: 600px) {
    .ccm-page .plgg-item-outer {
        width: calc(50% - 30px)
    }
}

@media only screen and (min-width: 1200px) {
    .ccm-page .plgg-item-outer {
        width: calc(33.33333% - 30px)
    }
}



.ccm-page .plgg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ccm-page .plgg-hidden {
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.ccm-page .plgg-item-bordered {
    border: 0
}



.ccm-page .plgg-item-image {
    overflow: hidden;
}

.ccm-page .plgg-item-image-container-inner {
    position: relative;
    background: #f1f1f1
}

.ccm-page .plgg-image {
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 100%;
    height: auto
}

.ccm-page .plgg-item-masonry .plgg-item-image {
    width: 100%
}

.ccm-page .plgg-item-masonry .plgg-item-image-container-inner {
    height: 0
}

.ccm-page .plgg-item-masonry .plgg-image {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.ccm-page .plgg-image:not([src]) {
    visibility: hidden
}

.ccm-page .plgg-item-overlay {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
    transition: transform .4s,background .4s;
}

.ccm-page .gg-item-outer:hover .plgg-item-overlay, .ccm-page .plgg-item-content:hover + .plgg-item-overlay {
    background: rgba(0, 0, 0, 0.4);
    transition: transform .4s,background .4s;
}

.ccm-page .plgg-item-content  .date {
    display: none;
}

.ccm-page .plgg-item-content:hover .date {
    display: block;
    color: white;
}


@media only screen and (max-width: 991px) {
    .ccm-page .plgg-item-overlay {
        display: none
    }
}

.ccm-page .plgg-item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden
}

.ccm-page .plgg-item-disabled-link {
    cursor: default
}

.ccm-page .plgg-item-content-inner {
    padding: 0;
    width: 100%
}

.ccm-page .plgg-item-content-inner > div {
    padding: 0 10%
}

.ccm-page .plgg-item-content .plgg-item-content-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px
}

.ccm-page .plgg-item-content .plgg-item-content-description {
    margin-bottom: 17px;
    font-size: 13px;
    line-height: 16px
}

.ccm-page .plgg-item-content .plgg-item-content-btn-wrapper {
    margin-bottom: 17px;
    letter-spacing: -.31em
}



.ccm-page .plgg-item-content-inner div:last-child {
    margin-bottom: 0
}

.ccm-page .plgg-template-masonry-cards .plgg-item-outer {
    background: rgba(0, 0, 0, 0.4);
    border: none
}

.ccm-page .plgg-template-masonry-cards .plgg-item-bordered {
    border: none
}

.ccm-page .plgg-template-masonry-cards .plgg-item {
    background: 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.ccm-page .plgg-item-card-text {
    padding: 15px 15px 15px 15px;

}

.ccm-page .plgg-item-card-text-title {
    font-size: 14px;
    text-align: center;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    color: rgb(178, 192, 208);
}

.ccm-page .plgg-item-card-text-title a, .ccm-page .plgg-item-card-text-title a:hover{
    color: rgb(178, 192, 208);
}


.ccm-page .plgg-item-card-text-description {
    font-size: 13px;
    line-height: 1.2;
    color: #909090;
    text-align: center;
    margin-top: 15px
}

.ccm-page .plgg-item-card-text-tags {
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}



.ccm-page .plgg-pagination {
    text-align: center;
    margin-top: 15px
}

.ccm-page .plgg-pagination-list {
    display: inline-block;
    margin: 0;
    padding: 0
}

.ccm-page .plgg-pagination-li {
    display: inline-block
}

.ccm-page .plgg-pagination-a, .ccm-page .plgg-pagination-span {
    display: block;
    padding: 10px 15px;
    color: #333 !important;
    background: #fff;
    border: 1px solid #ececec;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.ccm-page .plgg-pagination-a-active {
    background: #545454;
    border-color: #545454;
    color: #fff !important
}

.ccm-page .plgg-pagination-a:focus, .ccm-page .plgg-pagination-a:hover {
    background: #7c7c7c;
    border-color: #7c7c7c;
    color: #fff !important;
    text-decoration: none
}

@media only screen and (max-width: 599px) {
    .ccm-page .plgg-pagination-li.plgg-pagination-disabled, .ccm-page .plgg-pagination-li.plgg-pagination-number:not(.plgg-pagination-active) {
        display: none
    }
}


