/* Theme Name: Barebones */
/* === Global === */
html,
body {
	font-weight: 500;
	line-height: 1.5;
}
body {
	max-width: 1920px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body .gform_wrapper.gravity-theme .button,
.btn {
	background-color: var(--color-2);
	padding: 13px 48px;
	border-radius: 4px;
	color: #fff;
	border: none;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 18px;
	transition: all ease .3s;
	text-transform: none;
}
body .gform_wrapper.gravity-theme .button:hover, body .gform_wrapper.gravity-theme .button:focus,
.btn:hover,
.btn:focus {
	background-color: var(--color-3);
}
h1,
h2,
h3 {
	font-family: var(--font_heading);
}
h1 {
	font-size: 62px;
	font-weight: 300;
}
h2 {
	font-size: 28px;
	color: var(--color-1);
}

/* === Header/Nav === */
.primary-header {
	background-color: var(--color-1);
	padding: 25px 0;
}
.primary-header .header-row {
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 15px;
}
.primary-header .logo-col {
	flex-basis: 230px;
}
.primary-header .header_text {
	color: #fff;
	font-size: 28px;
	font-family: var(--font_heading);
	font-weight: 700;
}
.primary-header .link-col {
	text-align: center;
}
.primary-header .header_text a {
	color: #fff;
}
.primary-header .header_text a:hover,
.primary-header .header_text a:focus {
	color: var(--color-2);
}
.primary-header .header_text p:last-child {
	margin-bottom: 0;
}
/* === Footer === */
.primary-footer {
	background-color: var(--color-1);
	color: #fff;
	font-weight: 500;
	padding: 45px 0;
}
.primary-footer h2 {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}
.primary-footer a {
	color: #fff;
	font-weight: 800;
}
.primary-footer .contact-info {
	display: flex;
	margin-bottom: 10px;
}
.primary-footer .contact-info .text {
	flex-basis: 50px;
}
.primary-footer .social {
	margin-top: 15px;
	font-size: 24px;
}

/* === Home Page === */
.banner-section {
	position: relative;
}
.banner-section .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #171717;
	z-index: -1;
}
.banner-section .image * {
	height: 100%;
}
.banner-section .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	opacity: .5;
}
.banner-section .banner-row {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 30px;
	align-items: center;
	padding: 130px 0;
}
.banner-section .content-col {
	flex: 1 1 calc(50% - 50px);
	color: #fff;
	font-size: 18px;
}
.banner-section .form-col {
	flex: 1 1 calc(50% - 50px);
}
.feature-section {
	padding: 75px 0 65px;
}
.feature-section .features {
	flex-wrap: wrap;
	column-gap: 80px;
	row-gap: 30px;
}
.feature-section .feature {
	flex: 1 1 calc(33.33% - 53.33px);
	text-align: center;
}
.feature-section .feature .image {
	margin-bottom: 35px;
}
.feature-section .feature h2 {
	font-size: 24px;
	letter-spacing: -1.32px;
	color: var(--color-1);
}
.content-section .content-row {
	flex-wrap: wrap;
	align-items: center;
	column-gap: 50px;
	row-gap: 30px;
}
.content-section .content-row > .col {
	flex: 1 1 calc(50% - 25px);
}
.content-section .image-col {
	position: relative;
	height: 33.33vw;
	max-height: 633.6em;
}
.content-section .image-col .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(50vw - 33px);
	max-width: 935px;
}
.content-section .image-col .inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-section .content-col p:last-child {
	margin-bottom: 0;
}
.video-section.content-section {
	background-color: var(--color-1);
	padding: 65px 0;
	color: #fff;
}
.video-section.content-section h2 {
	color: #fff;
}
.video-section.content-section .gform_body {
	color: var(--color-text);
}
.video-section.content-section .content-col {
	flex: 1 1 calc(40% - 25px);
}
.video-section.content-section .media-col {
	flex: 1 1 calc(60% - 25px);
	border-radius: 15px;
	overflow: hidden;
}
.video-section.content-section .gform_wrapper.gravity-theme .gform_footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.review-section {
	padding: 65px 0;
}
body .ti-widget.ti-goog .ti-col-4 .ti-review-item {
	flex-basis: 33.33%;
	max-width: 33.33%;
}

/* === Interior Pages === */
/* === Media Queries === */
@media screen and (min-width: 1300px) {
	.container {
		width: 1270px;
	}
}
@media screen and (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}
@media screen and (max-width: 1199px) {
	.banner-section .banner-row {
		column-gap: 50px;
	}
	.feature-section .features {
		column-gap: 40px;
	}
	.primary-header .header-row > .col {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 991px) {
	.primary-header {
		display: block;
	}
	.content-section .content-row > .col,
  .banner-section .content-col,
  .banner-section .form-col {
		flex-basis: 100%;
	}
	.content-section .image-col {
		height: auto;
		max-height: none;
	}
	.content-section .image-col .inner {
		max-width: 100%;
		width: auto;
		position: static;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.feature-section .feature {
		flex-basis: 100%;
	}
	.primary-header .header-row {
		justify-content: space-around;
	}
	h1 {
		font-size: 44px;
	}
}
@media screen and (max-width: 499px) {
	.primary-header .header_text a {
		display: block;
	}
}
@media screen and (max-width: 450px) {
	.btn {
		white-space: normal;
	}
}
