.ap-post-entry {
	margin-bottom: 30px;
	position: relative;
}

.ap-post-entry .entry-date {
    padding: 10px 20px;
    background-color: #E6E6E6;
    color: #000;
    border-radius: 5px;
    font-family: "Helvetica W01 Roman";
    display: inline-block;
    font-size: 14px;
}

.ap-post-entry .entry-date a,.ap-post-entry .entry-date a:hover {
    color:inherit;
    text-decoration: none !important;
    border:none;
}

.ap-post-entry h2 {
    width: 100%;
    line-height: 1!Important;
    color: #000!important;
    text-transform: capitalize!important;
    margin-top: 10px!important;
    margin-bottom: 20px!important;
}

.ap-post-entry .entry-title h2 a {
    font-size: 32px!important;
    text-decoration: none;
    margin: 0!important;
    color: #272727!important;
    line-height: 1;
    font-family: "Helvetica W01 Light";
    letter-spacing: 0;
}

.ap-post-entry {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0 40px;
    float: left;
}

.ap-post-entry .cta {
  width: 250px;
  height: 40px;
  color: #4A4A4A;
  font-family: "Helvetica", Arial, sans-serif !important;
  font-weight: 500;
  background-color: #FD0;
  border-bottom: 1px solid #D9BC00;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  right: 0px;
  bottom: 10px;
  margin-top: 20px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ap-post-entry .cta:hover {
	background-color: #e8c900;
	border-bottom: 3px solid #b19901;
}

.ap-post-entry .featured-image {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    height: 300px;
    background-repeat: no-repeat;
}

.ap-post-entry .entry-summary {
    width: 570px;
    float: left;
}

.ap-post-entry .entry-summary p {
	font-size:18px !important;
	line-height: 28px !important;
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
	}

.ivy-cat-post-separator {
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 1px;
	margin:30px 0;
}

.post-read-more {
    color: #4A4A4A;
    font-family: "Helvetica W01 Roman";
    font-weight: normal;
    background-color: #FD0;
    border-bottom: 0;
    display: block;
    float: right;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    padding: 15px 40px;
    margin-top: 20px;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
}

.post-read-more:hover {
    background-color: #fff06e;
}

@media (max-width: 869px) {        
    .post-read-more {
        width: 100%;
        margin: 40px auto 0;
        position: static;
        display: block;
    }    
    .ap-post-entry h2 {
        width: 100%;
    }
    .textwidget {
        padding: 30px 10px;
    }
    .ap-post-entry .entry-summary {
        width: 100%;
    }
    .ap-post-entry .entry-title h2 a {
        line-height: 1.4;
        font-size: 28px;
    }
}