/* Choice
========================================================================== */
.wrap_choice {
	margin-left: -55px;
	margin-right: -55px;
	display: flex;
}

.wrap_choice .wrap_eventType {
	width: calc(50% - 2px);
	min-height: 660px;
	padding: 55px;
	background: #ccc;
	text-align: center;
	background-size: auto 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	align-items: center;
	display: flex;
	position: relative;
	box-sizing: border-box;

	transition: all .2s ease-in-out;
}

.wrap_choice .wrap_eventType:hover {
	background-size: auto 103%;
}

.wrap_choice .wrap_eventType:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 0;
}

.wrap_choice .wrap_inner {
	z-index: 10;
}

.wrap_choice .text_title {
	margin-bottom: 20px;
	font-family: Heading, sans-serif;
	font-size: 36px;
	color: #fff;
}

.wrap_choice .text_intro {
	min-height: 180px;
	margin-bottom: 20px;
	line-height: 27px;
	font-size: 19px;
	color: #fff;
}

.wrap_choice .wrap_separator {
	width: 4px;
}


/* Features
========================================================================== */
.wrap_features {
	padding-bottom: 35px;
}

.wrap_features .text_altHeading {
	font-family: Heading, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #000;
}


/* Event intro
========================================================================== */
.wrap_eventIntro {
	margin-left: -55px;
	margin-right: -55px;
	background: #F7F7F7;
	display: flex;
}

.wrap_eventIntro .wrap_textSide,
.wrap_eventIntro .wrap_photoSide {
	width: 50%;
}

.wrap_eventIntro .wrap_textSide {
	padding: 55px;
	align-items: center;
	display: flex;
	box-sizing: border-box;
}

.wrap_eventIntro .wrap_photoSide {
	min-height: 700px;
	background-size: cover;
	background-position: 50% 50%;
}

.wrap_eventIntro .text_eventHeading {
	font-family: Heading, sans-serif;
	font-size: 36px;
	text-align: center;
	color: #000;
}

.wrap_eventIntro .box_spring {
	width: 62px;
	height: 4px;
	margin: 30px auto 0;
	background: #14973b;
}

/* Event epilogue
========================================================================== */
.wrap_eventEpilogue {
	width: 50%;
	margin: 0 auto;
	padding-top: 55px;
	padding-bottom: 55px;
	text-align: center;
}

.wrap_eventEpilogue .box_spring {
	width: 62px;
	height: 4px;
	margin: 30px auto 0;
	background: #14973b;
}

.wrap_eventEpilogue .wrap_action {
	margin-top: 30px;
}

.wrap_eventEpilogue .wrap_email {
	margin-top: 20px;
}

.wrap_eventEpilogue .text_label {
	margin-bottom: 5px;
	font-size: 17px;
	line-height: 27px;
}

.wrap_eventEpilogue .text_email {
	font-size: 22px;
	line-height: 27px;
	color: #1F953F;
}


/* Weddings
========================================================================== */
.i_weddings .wrap_eventIntro,
.wrap_weddingItem {
	background: #FBF6FA;
}

.i_weddings .wrap_eventIntro .box_spring,
.i_weddings .wrap_eventEpilogue .box_spring{
	background: #E1129A;
}

.i_weddings .type h3,
.i_weddings .wrap_eventEpilogue .text_email {
	color: #E1129A;
}

.i_weddings .type ul li:before,
.i_weddings .wrap_eventEpilogue .button,
.wrap_choice .i_weddings .button{
	background: #E1129A;
}

/* Wedding item */
.wrap_weddingItem {
	margin-left: -55px;
	margin-right: -55px;
	display: flex;
}

.wrap_weddingItem .wrap_textSide,
.wrap_weddingItem .wrap_photoSide {
	width: 50%;
}

.wrap_weddingItem .wrap_textSide {
	padding: 55px;
	align-items: center;
	display: flex;
	box-sizing: border-box;
}

.wrap_weddingItem .wrap_photoSide {
	min-height: 700px;
	background-size: cover;
	background-position: 50% 50%;
}

/* Separator */
.box_eventSeparator {
	margin: 55px -55px 55px -55px;
	border-top: 2px solid #1F953F;
}


/* Events
========================================================================== */
.wrap_eventLists {
	margin-top: 55px;
	padding: 35px 55px 55px 55px;
	border: 4px solid #1F953F;
	box-sizing: border-box;
	display: flex;
}

.wrap_eventLists .wrap_iconsSide,
.wrap_eventLists .wrap_listSide {
	width: 50%;
	box-sizing: border-box;
}

.wrap_eventLists .wrap_iconsSide {
	padding-right: 55px;
}

.wrap_eventLists .wrap_listSide {
	padding-left: 55px;
}

.wrap_eventLists .text_heading {
	margin-bottom: 15px;
	font-family: DemiBold, sans-serif;
	line-height: 27px;
	font-size: 21px;
	color: #1F953F;
}

.wrap_eventLists .item_iconsList {
	height: 64px;
	margin-bottom: 15px;
	padding-left: 75px;
	background-size: 64px 64px;
	background-repeat: no-repeat;
	display: table;
}

.wrap_eventLists .item_iconsList:last-child {
	margin-bottom: 0;
}

.wrap_eventLists .item_iconsList .text_label {
	line-height: 27px;
	font-size: 17px;
	color: #000000;
	vertical-align: middle;
	display: table-cell;
}

/* Media queries
========================================================================== */
@media(max-width: 900px) {
	/* Event intro */
	.wrap_eventIntro {
		flex-direction: column;
	}

	.wrap_eventIntro .wrap_textSide,
	.wrap_eventIntro .wrap_photoSide {
		width: 100%;
	}

	.wrap_eventIntro .wrap_photoSide {
		min-height: 400px;
	}

	/* Weddings */
	.wrap_weddingItem {
		flex-direction: column;
	}

	.wrap_weddingItem .wrap_photoSide,
	.wrap_weddingItem .wrap_textSide {
		width: 100%;
	}

	.wrap_weddingItem .wrap_photoSide {
		min-height: 400px;
	}

	.wrap_weddingItem.i_reverse {
		flex-direction: column-reverse;
	}
}

@media(max-width: 767px) {
	/* Choice */
	.wrap_choice {
		margin-left: 0;
		margin-right: 0;
		flex-direction: column;
	}

	.wrap_choice .wrap_eventType {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		min-height: auto;
	}

	.wrap_choice .wrap_eventType,
	.wrap_choice .wrap_eventType:hover {
		background-size: cover;
	}

	.wrap_choice .wrap_separator {
		width: 100%;
		height: 4px;
	}

	.wrap_choice .text_intro {
		min-height: auto;
	}

	/* Event intro */
	.wrap_eventIntro {
		margin-left: 0;
		margin-right: 0;
	}

	.wrap_eventIntro .wrap_textSide {
		padding: 15px;
	}

	/* Weddings */
	.wrap_weddingItem {
		margin-left: 0;
		margin-right: 0;
	}

	/* Epilogue */
	.wrap_eventEpilogue {
		width: 70%;
	}

	/* Events */
	.wrap_eventLists {
		margin: 0 15px 0 15px;
		padding: 15px 30px 30px 30px;
		flex-direction: column;
	}

	.wrap_eventLists .wrap_iconsSide,
	.wrap_eventLists .wrap_listSide {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.wrap_eventLists .wrap_listSide {
		padding-top: 20px;
	}
}

@media (max-width: 1825px) {
	#social {
		display: none;
	}
}