﻿a.ccm-block-page-list-rss-feed{
    position: absolute;
    top: 0px;
    right: 0px;
}

div.ccm-block-page-list-wrapper {
    position: relative;
}


div.ccm-block-page-list-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    margin-bottom: 10px;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    
    
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    font-family: 'Ubuntu Condensed', sans-serif;
	color:#000;
	font-size: 18px;
	line-height: 22px;	
    display: table-cell;
   
    vertical-align: top;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: 400;
    font-family: 'Glegoo', serif;	
    font-size: 16px;
    padding-top: 10px;
        color:#000;    
    margin-bottom: 20px;
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #ED3450;
    text-decoration: underline;

}
 @media only screen and (min-width : 320px) {
div.ccm-block-page-list-page-entry-horizontal {

width: 100%;
    background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 2px 2px 8px #212021;
    -webkit-box-shadow: 2px 2px 8px #212021;
    box-shadow: 2px 2px 8px #212021;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}
div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 100%;
    max-width: none;
    
}

}

@media only screen and (min-width : 480px) {
div.ccm-block-page-list-page-entry-horizontal {

width: 100%;
    background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 2px 2px 8px #212021;
    -webkit-box-shadow: 2px 2px 8px #212021;
    box-shadow: 2px 2px 8px #212021;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}
div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 100%;
    max-width: none;
    
}


}
@media only screen and (min-width : 768px) {
div.ccm-block-page-list-page-entry-horizontal {

width: 40%;
    background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 2px 2px 8px #212021;
    -webkit-box-shadow: 2px 2px 8px #212021;
    box-shadow: 2px 2px 8px #212021;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}
div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 100%;
    max-width: none;
    
}

}

/* desktop */
@media (min-width: 1200px) {
div.ccm-block-page-list-page-entry-horizontal {

width: 30%;
    background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 2px 2px 8px #212021;
    -webkit-box-shadow: 2px 2px 8px #212021;
    box-shadow: 2px 2px 8px #212021;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}
div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 80%;
    max-width: none;
    
}

}