/* === Global === */
:root {
	--font_body: 'Open Sans', sans-serif;
}
html {
	scroll-behavior: smooth;
}
body.header_position-fixed [id] {
	scroll-margin-top: var(--headerHeight, 0);
}
html, body {
	font-size: 16px;
	line-height: normal;
	font-family: var(--font_body);
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
ul {
	margin-top: 0;
}
a {
	text-decoration: none;
	font-weight: 700;
	transition: all ease .3s;
	outline: 0;
}
a:hover, a:focus {
	text-decoration: none;
	transition: all ease .3s;
}
p {
	margin: 0 0 20px;
}
h1 {
	font-size: 2.5rem;
	margin: 0 0 20px;
}
h2 {
	font-size: 1.8rem;
	margin: 0 0 20px;
}
h3 {
	font-size: 1.2rem;
	margin: 0 0 20px;
}
.btn {
	color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all ease .3s;
	padding: .4em 1.3em;
}
.btn.icon i {
	padding-right: .5em;
}
.btn.icon.icon_right i {
	padding-right: 0;
	padding-left: .5em;
}
.btn:hover, .btn:focus {
	color: #fff;
}
.flex-row {
	display: flex;
}
.shortcode_row {
	display: flex;
	gap: var(--gap);
	align-items: var(--align);
	justify-content: var(--justify);
}
.shortcode_row.shortcode_row__wrap {
	flex-wrap: wrap;
}
.shortcode_col {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc((100% / var(--columns)) - ((var(--gap) * (var(--columns) - 1)) / var(--columns)));
	min-width: min(100%, var(--min_width));
}

/* === Header/Nav === */
.primary-header .logo-col {
	flex-basis: 300px;
}
.primary-header .nav-col {
	flex-grow: 1;
}
.primary-header .c2a {
	justify-content: flex-end;
}
.main-nav .menu {
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-bottom: 0;
}
.main-nav .menu li {
	display: block;
	margin: 2px 3px;
}
.main-nav .menu li a {
	padding: 15px 12px;
	display: block;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children .sub-menu {
	display: none;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
	z-index: 1;
	white-space: nowrap;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
}
.mobile-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.mobile-header a {
	font-weight: 600;
}
.mobile-header .mobile-c2a {
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.mobile-header .mobile-c2a .home-link {
	flex: 0 1 50px;
	font-size: 20px;
	border-right: 1px solid #fff;
}
.mobile-header .mobile-c2a .directions-link {
	flex: 1 0 auto;
}
.mobile-header .mobile-c2a .phone-link {
	flex: 1 0 auto;
}
.mobile-header .mobile-c2a .social-text {
	margin-left: 5px;
}
.mobile-header .mobile-nav {
	height: 50px;
	display: flex;
	align-items: center;
}
.mobile-header .nav-base {
	width: 100%;
}
.mobile-header .nav-base .menu {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0;
}
.mobile-header .nav-base .menu li {
	display: block;
}
.mobile-header .nav-base .menu li a {
	display: block;
	padding: 0;
}
.mobile-header .nav-base .nav-toggler {
	position: relative;
	margin-right: 5px;
	height: calc(1.5em + 20px);
	width: 3em;
	padding: 0;
	font-weight: 600;
	transition: all ease .5s;
	cursor: pointer;
	user-select: none;
}
.mobile-header .nav-base .nav-toggler .toggle-text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all ease .5s;
}
.mobile-header .nav-base .nav-toggler .toggle-more {
	opacity: 1;
	transform: translateY(-50%) rotateX(0deg);
}
.mobile-header .nav-base .nav-toggler .toggle-less {
	opacity: 0;
	transform: translateY(-50%) rotateX(180deg);
}
.mobile-header .nav-base .nav-toggler .icon {
	position: absolute;
	right: -5px;
	top: calc(50% + 1px);
	transform: translateY(-50%) rotateX(0deg);
	transition: all ease .5s;
}
.mobile-header .nav-base .nav-toggler.active .toggle-more {
	opacity: 0;
	transform: translateY(-50%) rotateX(180deg);
}
.mobile-header .nav-base .nav-toggler.active .toggle-less {
	opacity: 1;
	transform: translateY(-50%) rotateX(0deg);
}
.mobile-header .nav-base .nav-toggler.active .icon {
	transform: translateY(-50%) rotateX(180deg);
}
.mobile-header .nav-more {
	display: none;
	position: fixed;
	top: 100px;
	right: 0;
}
.mobile-header .nav-more .menu {
	margin-bottom: 0;
	padding: 8px 6px;
	text-align: center;
}
.mobile-header .nav-more .menu li {
	display: block;
}
.mobile-header .nav-more .menu li a {
	display: block;
	padding: 6px 12px;
}
/* === Footer === */
.primary-footer .sitemap ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.primary-footer .sitemap a {
	display: block;
	padding: 4px 8px;
}
.primary-footer .copyright {
	text-align: center;
	padding: 4px;
}
/* === Home Page === */
.banner-section {
	position: relative;
}
.banner-section .image img {
	width: 100%;
}
.banner-section .overlay {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	font-size: 18px;
	padding: 15px 30px;
	min-width: 75%;
	text-align: center;
}
.banner-section .overlay p:first-of-type {
	margin-top: 0;
}
.banner-section .overlay p:last-of-type {
	margin-bottom: 0;
}
.banner-section .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	transition: opacity ease-in-out .7s;
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}
/* Sitemap */
.sitemap-page ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: center;
}
.sitemap-page a {
	display: block;
	padding: 6px;
	font-size: 20px;
}
.sitemap-page a:hover {
	transform: scale(1.2);
}
/* Blog */
.flex-row {
	display: flex;
}
/* Blog Template */
.blog-section {
	margin-bottom: 50px;
}
.blog-section .blog-inner {
	align-items: center;
}
.blog-section .blogs-row {
	justify-content: flex-end;
}
.blog-section .blogs-col {
	flex: 0 0 75%;
	margin-right: 30px;
}
.blog-section .sidebar-col {
	flex: 0 1 25%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.blog-section .blog {
	margin-bottom: 30px;
}
.blog-section .blog:nth-child(odd) {
	background-color: #eee;
}
.blog-section .blog:nth-child(odd) .image-col {
	order: 1;
	margin-right: 0;
}
.blog-section .blog .image-col {
	flex: 0 0 25%;
}
.blog-section .blog .content-col {
	padding: 12px;
}
.blog-section .blog h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.blog-section .blog a {
	color: #000;
	font-weight: 400;
}
.blog-section .blog a:hover, .blog-section .blog a:focus {
	text-decoration: none;
}
.blog-section .blog .read-more-text {
	font-weight: 700;
	transition: all ease .3s;
}
.blog-section .sidebar {
	text-align: center;
	border: 2px solid;
}
.blog-section .sidebar .screen-reader-text {
	display: none;
}
.blog-section .sidebar .search-form {
	display: inline-flex;
	width: auto;
	position: relative;
	margin: 15px 10px;
}
.blog-section .sidebar .search-form button {
	position: absolute;
	right: 0;
	top: 0;
}
.blog-section .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-section .sidebar li {
	padding: 15px 0;
}
.blog-section .sidebar li:not(:last-child) {
	border-bottom: 1px solid;
}
.blog-section .sidebar h2 {
	border-bottom: none;
	margin-top: 8px;
	font-size: 22px;
}
.blog-section .sidebar a:hover, .blog-section .sidebar a:focus {
	text-decoration: none;
}
.blog-section .pagination {
	display: flex;
	margin: 0 0 20px;
	text-align: center;
	justify-content: center;
}
.blog-section .pagination .page-numbers {
	flex: 0 0 auto;
	padding: 6px 10px;
	color: #fff;
	transition: all ease .3s;
	margin-bottom: 5px;
	display: block;
	min-width: 2em;
}
.blog-section .pagination .page-numbers:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
}
.blog-section .pagination .page-numbers:not(:first-child) {
	border-left-width: 1px;
	border-left-style: solid;
}
.blog-section .pagination .page-numbers.dots {
	padding: 6px;
}
.blog-section .pagination .page-numbers:hover, .blog-section .pagination .page-numbers:focus {
	text-decoration: none;
}
.blog-section .blog .date {
	font-size: .9em;
	font-style: italic;
	margin-bottom: 10px;
	color: #666;
}
.main-section.single {
	margin: 50px 0;
}
.main-section.single .image.pull-left {
	max-width: 400px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.main-section.single .date {
	margin: 5px 0;
	font-size: .9em;
	color: #666;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.pull-right,
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.pull-left,
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
/* === Media Queries === */
.mobile-logo {
	display: none;
	background-color: var(--color_1);
	padding: 10px 0;
}
@media screen and (max-width: 991px) {
	.mobile-logo {
		display: block;
	}
	/* Nav */
	body {
		margin-top: 100px;
	}
	.primary-header {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	.flex-row.row-md {
		display: block;
	}
	.flex-row.row-md>.col:nth-child(n) {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	.pull-left,
	.alignleft {
		float: none !important;
		margin: 20px auto;
	}
	.pull-right,
	.alignright {
		float: none !important;
		margin: 20px auto;
	}
	.flex-row.row-sm {
		display: block;
	}
	.flex-row.row-sm>.col:nth-child(n) {
		margin-left: auto;
		margin-right: auto;
	}
	.blog-section .blogs {
		max-width: 500px;
		margin: 0 auto;
	}
	.blog-section .blog:nth-child(odd) .image-col {
		order: 0;
	}
	.main-section.single .image.pull-left {
		float: none !important;
		margin: 0 auto 20px;
	}
}
/* Colors */
/* === One === */
.mobile-header .mobile-nav a,
.mobile-header .nav-toggler {
	color: #fff;
}
body {
	color: var(--color_text);
}
a,
.mobile-header .mobile-nav .current_page_item > a,
.mobile-header .mobile-nav a:hover,
.mobile-header .mobile-nav a:focus,
.mobile-header .nav-toggler .toggle-less,
.mobile-header .nav-toggler.active .icon,
.main-nav a {
	color: var(--color_1);
}
.btn,
.mobile-header .mobile-c2a {
	background-color: var(--color_1);
}
/* === Two === */
.mobile-header .mobile-c2a a:hover,
.mobile-header .mobile-c2a a:focus {
	color: #fff;
}
/* === Three === */
a:hover,
a:focus,
.mobile-header .mobile-c2a a,
.main-nav .current_page_item > a,
.main-nav a:hover,
.main-nav a:focus {
	color: var(--color_2);
}
.btn:hover,
.btn:focus,
.mobile-header .mobile-nav,
.mobile-header .nav-more {
	background-color: var(--color_2);
}
/* === Four === */

/* === Five === */

/* Blog Styles */
.blog-section .blog a:hover .read-more-text,
.blog-section .blog a:focus .read-more-text {
	color: var(--color_1);
}
.blog-section .pagination .page-numbers {
	background-color: var(--color_1);
}
.blog-section .blog .read-more-text {
	color: var(--color_2);
}
.blog-section .sidebar,
.blog-section .sidebar li:not(:last-child),
.blog-section .pagination .page-numbers {
	border-color: var(--color_2);
}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus {
	background-color: var(--color_2);
}

video {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.acf-media.media__file {
	max-width: 100%;
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	min-height: 100%;
}
.acf-media.media__file .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.acf-media.media__file .inner .wp-video {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.acf-media.media__file .inner .wp-video .mejs-container {
	width: 100%;
	height: 100% !important;
}
.acf-media.media__file .inner .wp-video .mejs-container .mejs-inner .mejs-mediaelement mediaelementwrapper {
	display: flex !important;
	align-items: end;
	justify-content: center;
	height: 100%;
}
.acf-media.media__file .inner .wp-video video {
	width: 100% !important;
	height: 100% !important;
}
