﻿.zzzippy-curated-alternating .listOnePage {
    width: 100%;
    background: #fff;
    position: relative;
}
.zzzippy-curated-alternating .listOnePage .img-responsive {
    width: 100%;
    height: auto;
}
.zzzippy-curated-alternating .listOnePage {
    display: flex;
    justify-content: space-between;
}
.zzzippy-curated-alternating .listOnePage a {
    text-decoration: none;
}
.zzzippy-curated-alternating .listOneText p {
    font-family: futura-pt, sans-serif;
    color: #9e9b9c;
    text-align: left;
}
.zzzippy-curated-alternating:nth-child(2n) .listOneText p {
    text-align: right;
}
.zzzippy-curated-alternating .listOneTopline {
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: left;
    margin-top: 10px;
}
.zzzippy-curated-alternating:nth-child(2n) .listOneTopline {
    text-align: right;
}
.zzzippy-curated-alternating .listOneTitle {
	color: #000;
	font-size: 32px;
	line-height: 1.2;
}
.zzzippy-curated-alternating .listOneText {
    color: #404040;
    font-size: 20px;
}
.zzzippy-curated-alternating .listOneMeta {
    width: 48%;
    text-align:center;
}
.zzzippy-curated-alternating imageholder {
	width: 48%;
	display: block;
	background-size: cover;
}
.zzzippy-curated-alternating imageholder img {
    width: 100%;
    height: auto;
    display: block;
}
.zzzippy-curated-alternating .listOneText span.black-larger-title, .holger span.black-larger-title {
    color: #000;
}
.zzzippy-curated-alternating .listOneText span.slider-title-grey, .holger span.slider-title-grey {
    color: #9e9b9c;
    width: 100%;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2vw;
    line-height: 2vw;
    display: block;
}
.zzzippy-curated-alternating .listOneText span.callOut, .holger span.callOut {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: futura-pt, sans-serif;
}
.zzzippy-curated-alternating .listOnePage {
    width: 70%;
    margin: 0 auto;
}
.zzzippy-curated-alternating:nth-child(2n) .listOnePage {
    display: flex;
    flex-direction: row-reverse;
}
.zzzippy-curated-alternating {
    margin-bottom: 60px;
}
.zzzippy-curated-alternating .shadowy imageholder img {
    box-shadow: 0px 0px 10px #333;
}
@media (min-width: 1600px) {
.zzzippy-curated-alternating .listOnePage {
    width: 1120px
}
}
@media (max-width: 768px) {
.zzzippy-curated-alternating .listOneText span.slider-title-grey, .holger span.slider-title-grey {
    font-size: 4vw;
    line-height: 4vw;
}
}
