.over {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background:rgba(0,0,0,.8);
}
.modal-start {
	width: 70%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	background: white;
	border-radius: 7px;
	padding: 40px 50px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
.modal-start .close {
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 40px;
	line-height: 20px;
	font-weight: 300;
}
.modal-start .divider {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(154, 154, 154);
  position: relative;
}
.modal-start .divider::after {
  content: '';
  background: url(http://marinacookweddings.com/img/divisor.svg) 50% 50% / 70% no-repeat, rgb(255, 255, 255);
  -webkit-background-size: 70%, 100%;
  position: absolute;
  bottom: -33px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  height: 65px;
  width: 65px;
}
@media(max-width: 600px) {
	.modal-start {
		top:80px;
		transform:translateY(0);
		width: 90%;
	}
}