/*
|-----------------------------------------------------
| hero section
|-----------------------------------------------------
*/
.section-hero .banner-info .title:before {
	content: url('../images/banner_shape_left.png');
}
.section-hero .banner-info .title:after {
	content: url('../images/banner_shape_right.png');
}
.section-hero .banner-info .date:before {
	content: url('../images/banner_date_shape.png');
}

/*
|-----------------------------------------------------
| Section Header
|-----------------------------------------------------
*/

.section-header:after {
	content: url('../images/section_title.png');
}

/*
|-----------------------------------------------------
| couple
|-----------------------------------------------------
*/
.couple-single .shape-top:before {
	content: url('../images/couple-shape.png');
}
.couple-single .shape-top:after {
	content: url('../images/couple-shape2.png');
}
.couple-single .shape-bottom:before {
	content: url('../images/couple-shape3.png');
}
.couple-single .shape-bottom:after {
	content: url('../images/couple-shape4.png');
}

/*
|-----------------------------------------------------
| service
|-----------------------------------------------------
*/
.service-single .shape-top:before {
	content: url('../images/couple-gray-shape.png');
}
.service-single .shape-top:after {
	content: url('../images/couple-gray-shape2.png');
}
.service-single .shape-bottom:before {
	content: url('../images/couple-gray-shape3.png');
}
.service-single .shape-bottom:after {
	content: url('../images/couple-gray-shape4.png');
}

/* timeline */
.timeline-story:before {
	content: url('../images/heart_top.png');
}
.timeline-story:after {
	content: url('../images/heart_bottom.png');
}
.timeline-story .timeline:after{
	content: url('../images/johnjerry.png');
}

/*
|-----------------------------------------------------
| couple
|-----------------------------------------------------
*/
.team:before {
	content: url('../images/team_shape_left.png');
}
.team:after {
	content: url('../images/team_shape_right.png');
}

/*
|-----------------------------------------------------
| rsvp
|-----------------------------------------------------
*/
.rsvp__heading:after {
	content: url('../images/section_title.png');
}
.rsvp__shape__top:before {
	content: url('../images/couple-shape.png');
}
.rsvp__shape__top:after {
	content: url('../images/couple-shape2.png');
}
.rsvp__shape__bottom:before {
	content: url('../images/couple-shape3.png');
}
.rsvp__shape__bottom:after {
	content: url('../images/couple-shape4.png');
}	


#map-couple {
	width: 100%;
	height: 500px !important;
}