.random-listings {
	padding: 0 20px;
}

.random-listings .slider-cont {
    margin-bottom: 60px;
    max-width: 1300px;
    margin: auto;
    padding-top: 20px;
    display: flex;
	flex-direction: column;
}

.random-listings .slider-cont .collection-title {
    font-family: bodoni-urw, serif;
    font-size: 21px;
    color: #039;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: .05em;
}

.random-listings .slider-cont .collection-description {
    display: none;
}

.random-listings .slider-cont .sv-button{
	margin-bottom: 45px;
}


.random-listings .slide {
    width:100%;
	display: inline-block;
	margin-bottom: 20px;
	/* box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2); */
}

.random-listings .slide .cat {
	display: block;
	font-size:24px;
	font-family: shackleton-narrow,serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	color: #039;
	text-transform: uppercase;
	text-align: center;
}

.random-listings .slide .inner {
	display: flex;
    flex-direction: row;
}

.random-listings .slide img {
    width: 100%;
}

.random-listings .slide .trip-builder img {
    width: 43px;
}

.random-listings .slide .img-cont {
	position: relative;
	min-width: 140px;
	width: 30%;
	padding-bottom: calc(100% * 140 / 140);
	height: 0;
	background-color: #333;
}

.random-listings .slide .tripbuilder-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
}

.random-listings .slide .tripbuilder-wrapper button {
    background-color: transparent;
    padding:0;
}

.random-listings .slide .featured {
    font-family: open-sans,sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(0, 51, 153, .7);
    padding: 10px 10px 10px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.random-listings .slide .content-section {
    background-color: #fff;
	padding: 10px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	flex: 1 1 auto;
	display: flex;
    flex-direction: column;
}

.random-listings .slide .content-section .title {
    font-family: bodoni-urw, serif;
    color: #000;
	font-size: 21px;
	line-height: 1em;
    margin-bottom: 2px;
}

.random-listings .slide .content-section .title a:hover,
.random-listings .slide .content-section .title a:focus,
.random-listings .slide .content-section .title a:active {
    color: #000;
}

.random-listings .slide .content-section .info {
    font-size: 10px;
    color: #039;
    font-family: open-sans,sans-serif;
    margin-bottom: 15px;
    list-style: none;
    margin-left: 0;
    line-height: 1.4em;
}

.random-listings .slide .content-section .info li {
	margin-bottom: 0;
}

.random-listings .slide .content-section .info .desktop {
	display: none;
}

.random-listings .slide .content-section .info i {
    margin-right: 5px;
}

.random-listings .slide .content-section .description {
    color:#000;
    font-size: 16px;
    font-family: open-sans,sans-serif;
    margin-bottom: 30px;
	line-height: 1.5em;
	display: none;
	max-width:100%;
}

.random-listings .slide {
    position: relative;
}

.random-listings .slider-cont .random-wrapper {
	text-align: center;
}

.random-listings .slider-cont .sv-button {
	display: inline-flex;
}


@media (min-width: 40em) {
    .random-listings .slider-cont {
		padding: 40px 15px;
		align-items: center;
    }

    .random-listings .slider-cont .collection-title {
        font-size: 36px;
        margin-bottom: 15px;

    }

    .random-listings .slider-cont .collection-description {
        display: block;
        font-size: 16px;
        text-align: center;
        max-width: 720px;
		margin: 0 auto 40px;
		width: 100%;
	}

	.random-listings .slider-cont .sv-button {
		display: flex;
	}

	.random-listings .slide-wrapper {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width:680px;
	}

	.random-listings .slide {
		box-shadow: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: calc(50% - 20px);
		max-width: 300px;
		margin: 0 10px 30px;
	}

	.random-listings .slide:last-child {
		margin-right: 0;
	}
	
	.random-listings .slide .inner {
		min-height: 520px;
		flex-direction: column;
		flex: 1 1 auto;
		max-width: 100%;
	}

	.random-listings .slide .img-cont {
		width: 100%;
		padding-bottom: calc(100% * 180 / 300);
	}

	.random-listings .slide .featured {
		font-size: 14px;
	}

    .random-listings .slide .content-section {
		padding: 10px 20px 15px 20px;
		box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
		max-width:300px;
    }

    .random-listings .slide .content-section .title {
        font-size: 32px;
        line-height: 1.2em;
	}
	
	.random-listings .slide .content-section .info {
		font-size: 12px;
		line-height: 1.5em;
	}

	.random-listings .slide .content-section .info .desktop {
		display: inline-block;
	}

	.random-listings .slide .content-section .info .mobile {
		display: none;
	}

    .random-listings .slide .content-section .description {
		display: block;
        margin-bottom: 10px;
    }

    .random-listings .slide .content-section .tags a {
        font-weight: 400;
    }
}
@media (min-width: 64em) {
	.random-listings {
		padding: 0;
	}
	.random-listings .slide-wrapper {
		max-width:100%;
	}
	.random-listings .slide {
		width: calc(25% - 20px);
	}
}