.postcta--section {
	position: relative;
	padding: 30px 15px;
	margin: 50px 0 !important;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fefdfd;
}

@media (min-width: 992px) {
	
	.postcta--section {
		padding: 30px 45px;
	}
	
}

.postcta--section:after {
	top: auto;
	bottom: 0;
}

.postcta--form {
	margin-bottom: -20px;
}

.postcta--form .gform_wrapper.gravity-theme .gform_footer {
	padding-top: 40px;
	justify-content: center;
}

.postcta--section .gform_wrapper input[type=submit] {
	background: #00a1e1;
	color: #fff;
	border: 1px solid #00a1e1;
}

main > .postcta--section,
.widget_block > .postcta--section {
	max-width: 800px;
	border: none;
	margin: 0 auto !important;
	background: transparent;
	padding: 30px;
}

.postcta--copy {
	font-size: 1rem;
}

@media (max-width: 991px) {
	.postcta--subtitle {
		font-size: 1.125rem;
	}
	
}

@media (min-width: 992px) {
	.postcta--section.header-overlap-mod {
		position: relative;
		background: #fff;
		margin-top: -90px !important;
	}
	
	.postcta--section.header-overlap-mod:after,
	.postcta--section.header-overlap-mod:before {
		content: "";
		position: absolute;
		box-shadow: 0 0 10px 10px rgb(0 0 0 / 20%);
		top: 20px;
		left: 0;
		width: 30px;
		bottom: 30%;
		transform: rotate(-2deg);
		transform-origin: top left;
		z-index: -1;
	}

	.postcta--section.header-overlap-mod:after {
		transform: rotate(2deg);
		transform-origin: top right;
		left: auto;
		right: 0;
	}
}