.row-item-dapper {
    float: left;
    width: 100%;
    margin: 0 auto;
}
.item-dapper-right {
  float: left;
  width: 49%;
  margin-left: 1%;
  display: inline-block;
}
.item-dapper-left {
  float: left;
  width: 49%;
  display: inline-block;
  margin-right: 1%;
}
.row-item-dapper h3, .holiday-season-content h3{
	border:none;
  	font-size: 18px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-weight: 800;
    font-style: normal;
}
.text-align-center{
	text-align:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.blog_meta-dapper{
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .5em;
    text-transform: none;
    font-family: "proxima-nova";
    font-size: 14px;
    text-transform: inherit;
    letter-spacing: 0em;
    font-weight: 300;
    font-style: normal;
    color: #35bdb2;
}
.article-name-dapper {
    margin: 0 0 0;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    font-family: "proxima-nova";
    font-size: 38px;
    line-height: 1.5em;
    text-transform: none;
    letter-spacing: 0em;
    font-weight: bold;
    font-style: normal;
    color: #1d1d1d;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.item-season-content.last {
    margin-right: 0px;
}
.item-season-content p{
	margin-bottom: 5px;
}
.item-season-content {
    float: left;
    width: 32%;
    margin-right: 10px;
}