.container {
	margin: 39px auto;
	width: 1000px;
}

.best-picks.clips .secondary-feature {
  border-left: 0;
  border-right: 1px solid #c9cacc;
}          


.page-id-2913 .best-picks .secondary-feature {
  margin-bottom: 0px;
}

.best-picks.clips {
  padding-bottom: 650px;
}
.categories ul li {
  font-size: 1.2rem !important;
}

.article-copy {
  width: 60%;
}

.single-post .featured_images {
  width: 30%;
}

.rosemary-featured {
    border-bottom: 2px solid #e51937;
    float:left;
    position:relative;
    width: 100%;
  margin-bottom: 40px;
  padding: 0px 20px;
}

.rosemary-featured p {
  
 font-size: 1.6rem; 
  line-height: 130%;
} 

.rosemary-featured h1 {

  font-family: 'Georgia', sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
  
}

.rosemary-featured .view_more {
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 163px;
    height: 30px;
    padding: 8px 10px;
    background: #f1f0f0;
    border: 2px solid #e51937;
    display:block;
    text-align: center;
    color: #000;
    text-transform: uppercase;

    
}

.rosemary-featured .view_more:hover {
    background: #e51937;
    color: #fff;
}

.rosemary-featured .view_more:after {
    content: '';
    position: absolute;
    left: -14px;
    top: -17px;
    border-width: 15px 12px;
    border-style: solid;
    border-color: transparent  transparent  #db1835 transparent;
    z-index:-1;
    
}