.wbpub-row
{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

	width: calc((95.6%)/3);
    /* width: -webkit-calc((90.6%)/4); */
	width: 400px;
    width: -moz-calc((95.6%)/3);
    width: -o-calc((95.6%)/3);
    box-sizing: border-box;
    padding: 24px;
    border: 1px #d7d7d7 solid;
    margin-top: 30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	text-align: center;
	margin: 10px;
}

.wbpub-rows-inner
{
	display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
	flex-wrap: wrap;
}

.wbpub-row-picture
{
	display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.wbpub-row-picture img
{
	width: 100%;
	height: 100%;
	max-width: 216px;
    max-height: 286px;
    display: block;
    margin: auto;
}

.wbpub-row-title
{
	padding-top: 10px;
    padding-bottom: 15px;
	font-family: 'proxima_novabold';
    font-size: 23px;
    color: #000;
    line-height: 27px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.wbpub-row-hr
{
	border-top: 2px #ed1a3b solid;
    width: 56px;
    text-align: left;
    margin: auto;
}

.wbpub-row-text
{
	margin-bottom: 15px;
	padding-top: 27px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.wbpub-url-btn
{
	position: relative;
    cursor: pointer;
    line-height: normal;
    display: inline-block;
    color: #fff;
    background: #ed1a3b;
    border-top: 2px solid #ed1a3b;
    border-bottom: 2px solid #ed1a3b;
    font-size: 16px;
    padding: 8px 32px 7px 32px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: 500;
    font-family: "proxima_novaregular", sans-serif;
    text-align: center;
}

.wbpub-url-btn:hover {
    color: #000;
    background: #fff;
}

.wbpub-rows
{
    text-align: center;
}

.wbpub-rows-inner + a
{
    margin-top: 15px;
    padding: 14px 32px 13px 32px;
}

.cdp-row img
{
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 460px){

	.wbpub-row
	{
		width: 315px;
	}
}