/*
Theme Name:  The7-child
Template: dt-the7
*/

#fancy-header {
	display: block;
	margin-bottom: min(7vw, 100px);
	background: linear-gradient(to right, #FD5A22, #FFAD33);
}

.fancy-header .shape-wave {
	width: 100%;
	height: 7vw;
	max-height: 100px;
	position: absolute;
	top: 100%;
	left: 0;
	transform: scale(1, -1);
}

.add-shape.vc_row {
	position: relative;
	overflow: visible;
}

.add-shape.color-gray .shape-wave {
	fill: #f5f5f5;
}

.round-corner .fancy-media-wrap {
	border-radius: 16px;
}

.dt-btn.round-corner {
	border-radius: 4px;
}

#the7-body  .upb_row_bg {
	overflow: visible;
}

.add-shape .shape-wave {
	width: 100vw;
	height: 7vw;
	max-height: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.add-shape .shape-wave.--top {
	bottom: 100%;
}

.add-shape .shape-wave.--bottom {
	top: 100%;
	transform: translateX(-50%) scale(-1, -1);
}

.footer {
	padding-top: min(7vw, 100px);
}

#footer.solid-bg {
	background: none;
	position: relative;
}

.footer .shape-wave {
	width: 100%;
	height: 7vw;
	max-height: 100px;
	fill: #333333;
	position: absolute;
	top: 0;
	left: 0;
}

.footer .wf-wrap {
	max-width: 1300px;
	margin: 0 auto;
	background: #333333 none repeat center top;
}

.footer .footer-wrap {
	background: #333333 none repeat center top;
}

