.ev_vb1 {
	position:relative;
	float:left;
	width:100vw;
	background-image: url('../images/events/ev_header.jpg');
	background-size: cover;
	background-position: center center;
	height: 0px;
	padding-bottom: 31.25%;
	z-index: 1;
}

.evs_vb3_photo {
	background-image: url('../images/events/designed-around-you.jpg');
}
.evs_vb3_photo .hm_vb3_overlay {
	background-image: url('../images/events/designed-around-you2.jpg');
}


.evwed_header {
	background-image: url('../images/events/weddings/weddings-header.jpg');
}

.evs_title {
	position: absolute;
	bottom: 20px;
	left: 5%;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	width: 90%;
	height: 30px;
}
.evs_title span {
	position: relative;
	float: left;
	margin-right: 12px;
	margin-top: 50px;
	transition: margin-top 1s ease;
}
.evs_title span.animate {
  margin-top: 0px;
}

.evs_vid {
	background-image: none;
	width: 40%;
}
.evs_vid video {
	position: relative;
	float: left;
	width: 100%;
}
.evs_intro_center {
	align-content: center;
	align-items: center;
}
.evs_intro_center .hm_vb3_content {
	width: 45%;
}

.evs_vbli {
	margin-top: 6%;
}
.evs_libox_title {
	position: relative;
	float: left;
	width: 30%;
	font-size: 86px;
	line-height: 90px;
	font-weight: bold;
	opacity: 0.3;
}
.evs_libox_title_pt {
	font-size:62px;
	line-height:98px;
}
.evs_libox_title span {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
.evs_libox_content {
	position: relative;
	float: left;
	width: 70%;
}
.evs_libox_text {
	position: relative;
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 32px;
}
.evs_libox_list {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 25px;
}
.evs_libox_list div {
	position: relative;
	float: left;
	width: 50%;
	margin: 10px 0px;
	font-size: 20px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.6);
}
.evs_libox_list span {
	position: relative;
	float: left;
}
.evs_libox_list span:nth-child(1) {
	margin-right: 15px;
	opacity: 0.3;
	margin-top: 1px;
}
.evs_libox_list span img {
	width: 10px;
}
.evs_libox_list div:hover span:nth-child(1) {
	opacity: 1;
}

.evcor_header {
	background-image: url('../images/events/corporate/header.jpg');
}

.evs_weddings_outro {
	width:45%;
}
.evs_weddings_outro img {
	position:relative;
	float:left;
	width:100%;
}


.evs_reviews {
	margin-top: 6%;
}

.evpriv_header {
	background-image: url('../images/events/private/private-parties-header.jpg');
}

@media screen and (max-width: 1600px) {
	.evs_vid {
		overflow:hidden;
	}
	.evs_vid video {
		width:130%;
		margin-left:-15%;
	}

	.evs_libox_title {
		width:420px;
		line-height:110px;
	}
	.evs_libox_content {
		width:calc(100% - 420px);
	}

	.evs_libox_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0px 20px; /* row gap, column gap */
		width: 100%;
		margin-top: 25px;
	}

	.evs_libox_list div {
		display: flex;
		align-items: center;
		font-size: 20px;
		font-weight: bold;
		color: rgba(0, 0, 0, 0.6);
		width:auto;
	}

	.evs_libox_list span {
		display: inline-flex;
		align-items: center;
	}

	.evs_libox_list img {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.evs_libox_title, .evs_libox_title_pt {
		width:100%;
		font-size:66px;
		line-height:72px;
		margin-bottom:22px;
	}
	.evs_libox_title span {
		width:auto;
		margin-right:20px;
		clear:none;
	}
	.evs_libox_content {
		width:100%;
	}
	.evs_libox_text {
	  position: relative;
	  float: left;
	  width: 100%;
	  font-size: 20px;
	  line-height: 30px;
	}
	.evs_weddings_outro_vp .hm_vb3_center {
		flex-wrap:wrap;
	}
	.evs_weddings_outro_vp .hm_vb3_photo {
		width:100%;
		height:auto;
		padding-bottom:0px;
	}
	.evs_weddings_outro_vp .hm_vb3_content {
		width:100%;
		margin-top:50px !important;
	}
}
@media screen and (max-width: 800px) {
	.ev_vb1 {
		padding-bottom: 40%;
	}

	.evs_intro_center {
		flex-wrap:wrap;
	}
	.evs_intro_center .hm_vb3_content {
		width:100%;
	}
	.evs_vid {
		width:100%;
	}
	.evs_libox_list div {
		font-size:16px;
	}
	.evs_libox_text {
	  font-size: 16px;
  	line-height: 26px;
	}

	.evs_end .evs_vid {
		margin-top:0px !important;
	}
	.evs_end .hm_vb3_content {
		margin-top:50px;
	}
}








