/*layout-1*/
section[class*=venue-layout-]{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
	color: #fff;
}
section[class*=venue-layout-]:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.80;
}
section[class*=venue-layout-] .venue-title,
section[class*=venue-layout-] p{
	color: #fff;
}
section[class*=venue-layout-] .venue-title{
	margin: 0 0 12px;
}
section[class*=venue-layout-] .location{
	display: block;
	margin: 0 0 20px;
}
section[class*=venue-layout-] .row{
	align-items: center;
}


@media (min-width: 320px){
	section[class*=venue-layout-] .img-holder{
		margin: 0 0 20px;
	}
}
/*end layout-1*/


/*layout-2*/
.venue-layout-2 .row{
	flex-direction: row-reverse;
}
/*end layout-2*/


/*layout-3*/
.venue-layout-3{
	text-align: center;
}
.venue-layout-3 .row [class*=col-]{
	flex: 100%;
	max-width: 100%;
}
/*end layout-3*/
