/* Theme Name: Mummers Parade - Landing Page 3 */
/* === Global === */
:root {
	--primary-font: 'Source Sans Pro', sans-serif;
	--secondary-font: 'Poppins', sans-serif;
}
html,
body {
	font-family: var(--primary-font);
	font-size: 16px;
}
a {
	color: var(--color-1);
}
a:hover, a:focus {
	color: var(--color-3);
}
h1,
h2,
h3 {
	font-family: var(--secondary-font);
	color: var(--color-1);
	font-weight: 700;
}
h2 {
	font-size: 40px;
}
.btn,
body .gform_wrapper.gravity-theme .button {
	background-color: var(--color-2);
	color: var(--color-1);
	padding: 20px 50px;
	border: none;
	border-radius: .25rem;
	font-weight: 700;
	transition: all ease .3s;
}
.btn:hover, .btn:focus,
body .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:focus {
	color: #fff;
	background-color: var(--color-1);
}
.btn:active,
body .gform_wrapper.gravity-theme .button:active {
	background-color: var(--color-3);
}
.container-lg {
	width: 85%;
	margin: 0 auto;
}
.background {
	position: relative;
}
.background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
/* .background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
 */
/* === Header/Nav === */
.banner-section {
	position: relative;
	z-index: 1;
	padding:0;
	
}


.banner-section .banner-row {
	column-gap: 4.2vw;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 50px;
}
.banner-section .banner-row > .col {
	flex: 1 1 calc(50% - 2.1vw);
	max-width: 750px;
	min-width: min(100%, 350px);
}
.banner-section .banner-row .content-col {
	text-shadow: 1px 2px 3px rgba(255, 255, 255, 0.5);
}
.banner-section .banner-row h1 {
	font-size: 75px;
	font-weight: 300;
}
.banner-section .banner-row .content {
	font-size: 28px;
	max-width: 450px;
}
.banner-section .banner-row .form-col {
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
	border-radius: .5rem;
	padding: 4.2vw;
	max-width: 600px;
}
.banner-section .gform_wrapper.gravity-theme .gform_heading {
	display: none;
}
.banner-section .banner-row .content .btn {
	text-shadow: none;
}
.content-sections .content-row {
	margin-top: 60px;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 60px;
}
.content-sections .content-row:first-child {
	margin-top:0px;
}
.content-sections .content-row > .col {
	flex: 1 1 50%;
	min-width: min(100%, 350px);
}
.content-sections .content-row:nth-child(even) {
	flex-direction: row-reverse;
}
.content-sections .content-row .content-col .inner {
	max-width: calc(100% - 30px);
	margin: 0 auto;
	width: 600px;
}
.content-sections .content-row .image-col {
	align-self: stretch;
}
.content-sections .content-row .image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.feature-section {
	margin: 120px 0;
}
.feature-section .features {
	flex-wrap: wrap;
	column-gap: 4.2vw;
}
.feature-section .feature {
	flex: 1 1 calc(33.33% - 2.8vw);
	min-width: 180px;
}
.feature-section .feature .image {
	margin-bottom: 20px;
}
.feature-section .feature h2 {
	font-weight: 300;
	margin-bottom: 15px;
	font-size: 32px;
}
.testimonial-section {
	padding: 90px 0;
	text-align: center;
	position: relative;
	background-color: var(--color-2);
	z-index: 1;
}
.testimonial-section .background {
	mix-blend-mode: multiply;
	opacity: .15;
	z-index: -1;
}
.testimonial-section h2 {
	color: var(--color-1);
}
.testimonial-section .owl-carousel {
	width: 580px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
}
.testimonial-section .owl-carousel .owl-nav {
	font-size: 40px;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev,
.testimonial-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 0;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev {
	left: -15vw;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next {
	right: -15vw;
}
.testimonial-section .quote {
	font-size: 100px;
	line-height: 90px;
}
.testimonial-section .testimonial .heading {
	font-style: italic;
}

/* === Footer === */
.primary-footer .footer-row {
	justify-content: space-between;
	flex-wrap: wrap;
}
.primary-footer .footer-row > .col {
	flex: 1 1 50%;
	min-width: min(100%, 370px);
}
.primary-footer .footer-row .map-col {
	display: flex;
}
.primary-footer .footer-row .map-col iframe {
	width: 100%;
	height: 100%;
	min-height: 550px;
}
.primary-footer .footer-row .content-col {
	display: flex;
	flex-direction: column;
	padding: 90px 30px 30px;
	justify-content: center;
	align-items: center;
}
.primary-footer .footer-row .content-col .contact-row {
	flex-wrap: wrap;
	row-gap: 20px;
}
.primary-footer .footer-row .content-col .inner {
	flex: 1 1 auto;
	width: 100%;
	max-width: 600px;
	margin-bottom: 50px;
}
.primary-footer .footer-row .content-col .inner .contact-col {
	flex: 1 1 auto;
}
.primary-footer .footer-row .content-col .inner .social {
	font-size: 18px;
	column-gap: 20px;
}
.primary-footer .footer-row .content-col .inner .contact-info {
	margin-bottom: 20px;
}
.primary-footer .footer-row .content-col .inner .contact-info .icon-col {
	flex: 0 0 auto;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.primary-footer .footer-row .content-col .inner .contact-info .icon-col span {
	width: 30px;
	display: flex;
	justify-content: center;
}
.primary-footer .footer-row .content-col .inner .hours {
	font-size: 14px;
}
.primary-footer .footer-row .content-col .inner .hours strong {
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}
.primary-footer .footer-row .content-col .inner .phone {
	font-weight: 700;
}
.primary-footer .footer-row .content-col .copyright {
	text-align: left;
	max-width: 600px;
	width: 100%;
}

body:not(.home) header.header {
	background-color: var(--color-3);
	padding: 20px 0;
}
body:not(.home) header.header .logo {
	max-width: 350px;
	margin: 0 auto;
}
body:not(.home) .main-section {
	padding: 50px 0;
	border-bottom: 6px solid var(--color-1);
}
.primary-footer .footer-row {
	padding: 90px 30px 30px;
	align-items: center;
}
.primary-footer .footer-row .content-col {
	padding: 0 30px;
}
.gform_required_legend {
	display: none;
}
.primary-footer .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(3, 75px);
	margin-bottom: 20px;
	row-gap: 10px;
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(-n + 3) {
	grid-column: 1 / 2;
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 1 / 4;
	display: flex;
	flex-direction: column;
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(4) .ginput_container {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields .gfield:nth-child(4) .ginput_container textarea {
	flex: 1 1 auto;
}
body .gform_wrapper.gravity-theme .button,
.btn,
.testimonial-section-inner{
	color: #fff;
}
.banner-section .banner-row .content-col{
	text-align: center;
}
.banner-section .banner-row .content {
    max-width: 100%;
}
.banner-section .banner-row {
	align-items: center;
}
.banner-section .banner-row h1{
	color: var(--color-1);
}
.banner-section .header .logo {
	max-width: 400px;
    position: absolute;
    bottom: -40px;
}
.banner-section .banner-row h1 strong{
    font-size: 72px;
}
.banner-section .banner-row h1 {
    font-size: 42px;
	font-weight: 500;
}
.banner-section .banner-row .content{
	color: var(--color-1);
	font-weight: 600;
	overflow-wrap: break-word;
}
.orange{
	color: var(--color-1);
	list-style: none;
}
.large_text {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
.medium_text {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-2);
}
.content-row ul ul {
	padding-left: 0;
}
.blue {
	color: var(--color-2);
}

/* === Home Page === */

#top-section{
	background: var(--color-1);
	padding:50px 0px;
}
#top-section p{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: var(--primary-font);
    margin: 15px 0px;
	
}
/* === Interior Pages === */
/* === Media Queries === */
@media screen and (max-width: 991px) {
	.testimonial-section .owl-carousel {
		max-width: calc(100% - 180px);
		width: 100%;
	}
	.testimonial-section .owl-carousel .owl-nav button.owl-prev {
		left: -90px;
	}
	.testimonial-section .owl-carousel .owl-nav button.owl-next {
		right: -90px;
	}
	.banner-section .banner-row .form-col {
		max-width: none;
	}
}
@media screen and (max-width: 767px) {
	.testimonial-section .owl-carousel {
		max-width: calc(100% - 60px);
		width: 100%;
	}
	.testimonial-section .owl-carousel .owl-nav {
		font-size: 32px;
	}
	.testimonial-section .owl-carousel .owl-nav button.owl-prev {
		left: -30px;
	}
	.testimonial-section .owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
	.banner-section .banner-row h1 {
		font-size: 44px;
	}
	.container-lg {
		width: 100%;
		padding: 0 15px;
	}
	.primary-footer .footer-row .map-col iframe {
		min-height: 350px;
	}
	.banner-section {
		margin-bottom: 60px;
	}
	.feature-section {
		margin: 60px 0;
	}
	.banner-section .banner-row h1 strong{
		font-size: 42px;
}
}
@media screen and (max-width: 991px){
	
	#top-section{
		padding:40px;
	}
	
	#top-section p{
		font-size:18px;
	}
	#banner-section{
		margin-bottom:0px;
	}
	
	.banner-inner{
		background: var(--color-1);
	}
	.banner-section .header .logo{
	    max-width: 100%;
		position: relative;
		bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	.primary-footer .gform_wrapper.gravity-theme .gform_fields {
		display: block;
		width: 100%;
	}
	.primary-footer .footer-row {
		row-gap: 20px;
	}
	.primary-footer .footer-row .map-col {
		flex-basis: 100%;
		display: block;
	}
}
