/* Theme Name: Landing Page 1
Description: Fantastic Sams
*/
/* === Global === */
html,
body {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}
h1,
h2,
h3,
h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 5rem;
}
h2 {
	font-size: 2.0625rem;
	color: var(--color-1);
}
.btn,
.button {
	cursor: pointer;
	background-color: var(--color-2);
	color: var(--color-3);
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	padding: 20px 50px;
	border: none;
	text-transform: uppercase;
	text-align: center;
	user-select: none;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn:hover, .btn:focus,
.button:hover,
.button:focus {
	background-color: #fff;
	color: var(--color-1);
}

/* === Header/Nav === */
.primary-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background: none;
	padding: 45px 0 120px;
	color: #fff;
}
.primary-header a {
	color: #fff;
}
.primary-header .header-row {
	justify-content: space-around;
	column-gap: 30px;
	max-width: 1600px;
	margin: 0 auto;
}
.primary-header .header-row .logo-col {
	flex-basis: 16.67%;
}
.primary-header .icon-row {
	display: flex;
	align-items: center;
	column-gap: 20px;
	line-height: 1.125rem;
}
.primary-header .icon-row .icon {
	font-size: 30px;
}
.primary-header .address a {
	font-weight: 400;
}
.primary-header .address .street {
	display: block;
	font-weight: 700;
}
.primary-header .hours p {
	margin-bottom: 0;
}
.primary-header .hours strong {
	margin-right: 10px;
}
.primary-header .phone .p-text {
	font-weight: 700;
}
.primary-header .social {
	align-items: center;
	font-size: 18px;
	column-gap: 20px;
}
.banner-section {
	background-color: var(--color-1);
	position: relative;
	color: #fff;
	padding-bottom: 120px;
}
.banner-section .image {
	mix-blend-mode: multiply;
	opacity: .25;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.banner-section .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.banner-section .banner-content {
	padding-top: var(--headerHeight);
	z-index: 10;
	position: relative;
}
.banner-section .banner-content .banner-row {
	justify-content: center;
	align-items: center;
	column-gap: 8.33vw;
}
.banner-section .banner-content .banner-row .content-col {
	flex: 0 1 41.67%;
	font-size: 1.75rem;
}
.banner-section .banner-content .banner-row .content-col h1 {
	font-weight: 300;
}
.banner-section .banner-content .banner-row .form-col {
	flex: 0 1 25%;
}
.banner-section .gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 3px;
	font-weight: 400;
	font-size: 14px;
}
.banner-section .gform_wrapper.gravity-theme .gform_heading {
	display: none;
}
.banner-section .gform_wrapper.gravity-theme .gfield_required {
	color: #b94a48;
}
.banner-section .gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
}
.banner-section .gform_wrapper.gravity-theme .ginput_container {
	color: var(--color-3);
	font-weight: 400;
}
.banner-section .gform_wrapper.gravity-theme input:not(.button)::placeholder,
.banner-section .gform_wrapper.gravity-theme textarea::placeholder {
	color: var(--color-3);
	opacity: .5;
}

/* === Footer === */
.primary-footer {
	background-color: var(--color-1);
	padding: 45px 0 0;
	color: #fff;
}
.primary-footer h2 {
	color: #fff;
}
.primary-footer a {
	color: #fff;
}
.primary-footer a:hover, .primary-footer a:focus {
	color: var(--color-2);
}
.primary-footer .footer-row {
	column-gap: 4.16vw;
	justify-content: space-around;
	border-bottom: 1px solid #fff;
	padding-bottom: 50px;
}
.primary-footer .footer-row > .col {
	flex: 0 1 25%;
}
.primary-footer .footer-row .map-col {
	display: flex;
}
.primary-footer .footer-row .map-col iframe {
	width: 100%;
	height: 300px;
}
.primary-footer .icon-row {
	display: flex;
	align-items: center;
	column-gap: 20px;
	line-height: 1.125rem;
	margin-bottom: 30px;
}
.primary-footer .icon-row .icon {
	font-size: 30px;
	flex: 0 0 30px;
}
.primary-footer .address a {
	font-weight: 400;
}
.primary-footer .address .street {
	display: block;
	font-weight: 700;
}
.primary-footer .hours p {
	margin-bottom: 0;
}
.primary-footer .hours strong {
	margin-right: 10px;
}
.primary-footer .phone .p-text {
	font-weight: 700;
}
.primary-footer .social {
	align-items: center;
	font-size: 18px;
	column-gap: 20px;
}
.primary-footer .copyright {
	padding: 30px 0;
}
.primary-footer .copyright a {
	padding: 0;
	color: var(--color-2);
}
.primary-footer .copyright a:hover, .primary-footer .copyright a:focus {
	color: fff;
}

/* === Home Page === */
.feature-section {
	margin: 60px 0;
	text-align: center;
	padding: 0 8.33vw;
}
.feature-section .icon {
	font-size: 75px;
}
.feature-section h2 {
	margin-bottom: 15px;
	color: var(--color-1);
	font-size: 1.25rem;
}
.feature-section .feature {
	padding: 0 3vw;
}
.content-section .content-row {
	justify-content: center;
}
.content-section .content-row > .col {
	flex: 1 1 50%;
}
.content-section .content-row .content-col {
	padding: 30px 75px;
	align-self: center;
}
.content-section .content-row .image-col img {
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.content-section:nth-child(even) .content-row {
	flex-direction: row-reverse;
}
.testimonial-section {
	background-color: var(--color-2);
	padding: 45px 0;
	text-align: center;
}
.testimonial-section .owl-carousel {
	width: 500px;
	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;
}
.faq-section {
	margin: 60px 0 30px;
}
.faq-section h2 {
	text-align: center;
}
.faq-section .faq-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 4.16vw;
}
.faq-section h3 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 8px;
}

body.no-banner {
	margin-top: var(--headerHeight);
}
body.no-banner .primary-header {
	background-color: var(--color-1);
	padding: 45px 0;
}
.main-section {
	padding: 50px 0;
}
.logo-col img { max-height: 100px; width: auto; }

#banner-section .image { opacity: .62; mix-blend-mode: normal; }
#banner-section { position: relative; }
#banner-section .container, #banner-section .flex-row { position: relative; z-index: 2; }
#banner-section:after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.5) 42%, rgba(0,0,0,.15) 70%); pointer-events: none; }

#banner-section h1 { font-size: 3.1rem; line-height: 1.06; margin-bottom: .6em; text-shadow: 0 2px 18px rgba(0,0,0,.45); }
#banner-section p { text-shadow: 0 1px 12px rgba(0,0,0,.5); }

.gform_wrapper .gform_footer input[type="submit"],
.gform_button,
.button,
a.button,
input[type="submit"] { color: #ffffff !important; }
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_button:hover,
.button:hover,
a.button:hover { background-color: #b80022 !important; color: #ffffff !important; }

#testimonial-section { display: none; }

.feature-section img { height: 300px; object-fit: cover; }
.feature-section .feature{
	flex: 1 1 33%;
}

.salon-locations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 28px; margin-top: 1.4em; }
.salon-locations h4 { grid-column: 1 / -1; margin: 20px 0 6px; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; color: #e4002b; border-bottom: 1px solid #e6e6e6; padding-bottom: 6px; }
.salon-locations p { margin: 0 0 10px; font-size: .9rem; line-height: 1.35; }

.content-section img { object-position: 50% 36%; }

.gform_wrapper.gravity-theme fieldset legend,
.gform_wrapper.gravity-theme fieldset .ginput_container_radio{
	color: #fff !important;
}
@media (max-width: 991px) { 
  #banner-section h1 { font-size: 2.3rem; }
  .salon-locations { grid-template-columns: repeat(2, 1fr); } 
}

@media (max-width: 767px) { 
  .logo-col img { max-height: 68px; } 
}

@media (max-width: 600px) { 
  #banner-section h1 { font-size: 1.9rem; } 
}

@media (max-width: 560px) { 
  .salon-locations { grid-template-columns: 1fr; } 
}
/* === Interior Pages === */
/* === Media Queries === */
@media screen and (max-width: 1199px) {
	.banner-section .banner-content .banner-row {
		column-gap: 4.16vw;
	}
	.banner-section .banner-content .banner-row .form-col {
		flex-basis: 41.67%;
	}
	h1 {
		font-size: 3.75rem;
	}
}
@media screen and (max-width: 991px) {
	.primary-header {
		padding: 45px 0;
	}
	.primary-header .header-row {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.primary-header .header-row .logo-col {
		flex: 1 1 100%;
	}
	.primary-header .header-row .logo-col img {
		margin: 0;
	}
	.primary-header .header-row .hours-col {
		display: none;
	}
	.banner-section .banner-content .banner-row {
		display: block;
		padding: 0 8.33vw;
	}
	h1 {
		font-size: 3.25rem;
	}
	.feature-section .feature-row {
		display: block;
	}
	.content-section .content-row {
		display: block;
	}
	.testimonial-section .owl-carousel .owl-nav button.owl-prev {
		left: -45px;
	}
	.testimonial-section .owl-carousel .owl-nav button.owl-next {
		right: -45px;
	}
	.primary-footer .footer-row {
		flex-wrap: wrap;
		row-gap: 50px;
	}
	.primary-footer .footer-row > .col {
		flex: 1 1 calc(50% - 4.16vw);
		min-width: 270px;
	}
	.primary-footer .footer-row .social-col {
		flex: 1 1 100%;
	}
}
@media screen and (max-width: 767px) {
	.primary-header .header-row .col:not(.logo-col) {
		display: none;
	}
	h1 {
		font-size: 2.75rem;
	}
	.faq-section .faq-row {
		display: block;
		padding: 0 15px;
	}
	.content-section .content-row .content-col {
		padding: 30px;
	}
}
