a.ccm-block-page-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

.ccm-block-page-list-page-entry.no-img { clear: both !important; }

div.ccm-block-page-list-wrapper {
    position: relative;
}

div.ccm-block-page-list-page-entry-horizontal {
    display: table;
    width: 100%;
}

div.ccm-block-page-list-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    margin-bottom: 50px;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 120px;
    max-width: none;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: bold;
    text-align: center;
    font-size: 80%;
}
div.ccm-block-page-list-page-entry-text.block-img div.ccm-block-page-list-title {
	min-height: 6em;
}
div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a{
    display: block;
    width: 100%;
    padding: 0.5em 2em;
    text-transform: uppercase;
    
    font-size: 1.25em;
    line-height: 1em;
    /* color: #fff;
	background-color: #f7a41b; */
	color: #262931;
    background-color: #fff;
	border: solid 1px #262931;
	border-radius: 8px;
	box-shadow: 0px 0px 14px 0px rgba(20.67, 22.30, 96, 0.42);
	word-wrap: break-word;
}
div.ccm-block-page-list-page-entry-horizontal.no-img ,
div.ccm-block-page-list-page-entry.no-img  {
    margin-bottom: 20px;
}
.no-img div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a{
    padding: 1em 2em;
}
div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a:hover{
	color: #fff !important;
    background-color: #262931;
}


div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}

.ccm-block-page-list-pages .ccm-block-page-list-page-entry {
  clear: right;
}

.ccm-block-page-list-page-entry-thumbnail img.img-responsive {
    border-radius: 8px;
    border: solid 1px #000;
    margin-bottom: 0.5em;
	box-shadow: 0px 0px 14px 0px rgba(20.67, 22.30, 96, 0.42);
}

.fa.fa-unlock { color: #1AAA11; }
.fa.fa-unlock-alt { color: #e5d61b; }
.fa.fa-lock { color: #FB1808; }

@media (min-width: 1200px) {
	.ccm-block-page-list-pages .ccm-block-page-list-page-entry.col-lg-3:nth-child(4n+1) {
	  clear: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ccm-block-page-list-pages .ccm-block-page-list-page-entry.col-md-4:nth-child(3n+1) {
	  clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) { {
	.ccm-block-page-list-pages .ccm-block-page-list-page-entry.col-sm-6:nth-child(2n+1) {
	  clear: left;
	}
}

