/*
Theme Name: Positive Reinforcement
Author: Thrive Creative Group, LLC
Author URI: http://thinkthrive.com
Description: This is a theme designed and developed by Thrive Creative Group, LLC, WordPress --v 5.03
Version: 1.0
Text Domain: thrive

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Home Page
	## Posts and pages
	## Comments
	## Advanced Custom Fields
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "Merriweather Sans", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	font-size: 20px;
	color: #FFF;
	background-color: #ED8180;
	text-transform: uppercase;
	padding: 1em;
	border-radius: 5px;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
.button {
	color: #6D6E71;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: .03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Merriweather", serif;
	clear: both;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 0.25em 0 0;
}

h1 {
	font-size: 64px;
	color: #0082BD;
}

h2 {
	font-size: 50px;
	color: #A7C067;
}

h3 {
	font-size: 40px;
	color: #0082BD;
}

h4 {
	font-size: 24px;
	color: #0082BD;
	font-family: "Merriweather Sans", sans-serif;
}

h5 {
	font-size: 16px;
	color: #6D6E71;
	font-family: "Merriweather Sans", sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-size: 16px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0 0 1em; /* Extra wide images within figure tags don't overflow the content area. */
	background-color: #F1F2F2 !important;
}

figure img {
	border-bottom: 8px solid #00B4E6;
}

.border-none figure img {
	border: none;
}

.wp-block-image figcaption {
	margin: 0;
	padding: 1em 0;
	font-style: italic;
	font-weight: 700;
	color: #0082BD;
	background-color: #F1F2F2;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background-color: #d54447;
	text-transform: uppercase;
	padding: 0.75em 2.5em;
	border: none;
	border-radius: 50px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

button:hover,
.button:hover
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #a7c067;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

.button {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #FFF;
	background-color: #d54447;
	text-transform: uppercase;
	padding: 0.75em 2.5em;
	border-radius: 50px;
}

.button-red-bg {
	color: #FFF;
	background-color: #d54447;
}

.button:hover {
	color: #FFF;
	background-color: #a7c067;
}

.button-ghost-red {
	color: #d54447;
	background-color: transparent;
	border: 3px solid #d54447;
}

.button-ghost-red:hover {
	color: #FFF;
	background-color: #d54447;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

textarea {
	width: 100%;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
	border-radius: 0;
	border-color: #6D6E71;
}

/* .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper textarea:focus {
	border-color: #0082BD;
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	border-bottom: 5px solid #0082bd;
}

.contact-bar {
	color: #FFF;
	background: linear-gradient(to right, transparent 80%, #0082bd 80%);
}

.contact-bar a {
	color: #FFF;
}

.contact-bar a:hover {
	color: #FFF;
	text-decoration: underline;
}

.contact-bar > .page-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.contact-bar .social,
.contact-bar .location {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;

}

.contact-bar .social {
	border-right: 1px solid #FFF;
}

.contact-bar .social a.icon {
	display: block;
	height: 100%;
	padding: 4px 10px;
	background-color: #0082bd;
	border-radius: 0 0 0 20px;
}

.contact-bar .social a.icon:hover {
	background-color: #a7c067;
}

.contact-bar .location {
	padding: 10px 0 10px 100px;
	background-color: #0082bd;
}

.contact-bar .social .icon svg {
	width: 30px;
	height: 30px;
}

.site-branding-cta {
	margin-top: -15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.site-branding {
	max-width: 430px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.site-title {
	margin: 0 0 0 15px;
	font-size: 30px;
	line-height: 1.25;
}

.call-payment-container {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.call-payment-container a svg {
	width: 60px;
	height: 60px;
}

.call-payment-container .phone {
	margin-right: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
}

.call-payment-container .phone span {
	color: #6d6e71;
	transition: 0.3s color ease;
}

.call-payment-container .phone:hover span {
	color: #a7c067;
}

.call-payment-container .phone:hover svg g path {
	/* transform: rotate(45deg);
	transition: 0.3s transform ease; */
	fill: #a7c067 !important;
	transition: 0.3s fill ease;
}

.call-payment-container .phone .call-number {
	margin-left: 1em;
	font-family: 'Verdana', sans-serif;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0082bd;
	text-decoration: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

a:hover,
a:focus,
a:active {
	color: #a7c067;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

.moretag {
	display: inline-block;
	margin-top: .5em;
}

.content-area a:not(.button) {
	color: #D54447;
	font-weight: 700;
}

.content-area a:not(.button):hover,
.content-area a:not(.button):hover:focus,
.content-area a:not(.button):hover:active {
	color: #a7c067;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-main-menu-container {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.main-navigation {
	clear: both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 100%;
}

.main-navigation > .menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 1em;
	color: #0082bd;
}

.main-navigation a:hover {
	color: #a7c067;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	/* top: calc(100% + 10px); */
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	display: block;
	width: 250px;
	padding: 10px 0;
	background-color: #FFF;
	border-radius: 5px;
	transition: opacity 0.3s ease;
	filter: drop-shadow(-2px 0 8px rgba(0, 0, 0, 0.3));
}

.main-navigation ul ul::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 25%;
	z-index: 99999;
	width: 25px;
	height: 20px;
	background: url(images/svg/submenu-triangle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: calc(250px - 2em);
	padding: .5em 1em;
}

.main-navigation ul ul li {
	display: block;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	visibility: visible;
	opacity: 1;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

#primary-menu > li {
	/* width: 175px; */
	width: 190px;
	margin: 25px 0 10px;
	border-right: 1px solid #6d6e71;
}

#primary-menu > li:last-of-type {
	border-right: none;
}

#primary-menu > li:first-of-type a {
	color: #e7b36f;
}

#primary-menu > li:nth-of-type(2) a {
	color: #0082bd;
}

#primary-menu > li:nth-of-type(3) a {
	color: #d54447;
}

#primary-menu > li:nth-of-type(4) a {
	color: #00b4e6;
}

#primary-menu > li:last-of-type a {
	color: #a7c067;
}

#primary-menu > li > a {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	align-items: center;
	padding-bottom: 15px;
}

#primary-menu > li > a .icon svg {
	width: 55px;
	height: 55px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	position: relative;
	width: 30px;
	height: 20px;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	transition: none;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	background-color: transparent;
}

.menu-toggle .bar {
	width: 100%;
	height: 2px;
	background-color: #707070;
}

.menu-toggle .top {
	position: absolute;
	top: 0;
	left: 0;
}

.menu-toggle .middle {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.menu-toggle .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.main-navigation.toggled {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.menu-toggle[aria-expanded="true"] {
	position: absolute;
	z-index: 2001;
	top: 0;
	right: 310px;
	width: 50px;
	height: 50px;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.95);
}

.menu-toggle[aria-expanded="true"] .bar {
	width: 33px;
}

.menu-toggle[aria-expanded="true"] .top {
	top: 25%;
	left: 40%;
	transform: rotate(-45deg) translate(-50%, -50%);
}

.menu-toggle[aria-expanded="true"] .bottom {
	bottom: 25%;
	left: 40%;
	transform: rotate(45deg) translate(-50%, -50%);
}

.menu-toggle[aria-expanded="true"] .middle {
	display: none;
}

.main-navigation.toggled .menu {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	max-width: 75%;
	width: 310px;
	height: 100vh;
	padding-top: 15px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
}

.main-navigation.toggled ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.main-navigation.toggled ul li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.main-navigation.toggled ul a {
	position: relative;
	z-index: 0;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 0.5em 1em !important;
	-webkit-animation: fadeIn 1s;
	        animation: fadeIn 1s;
}

.main-navigation.toggled ul ul {
	position: relative;
	z-index: -1;
	top: 0;
	left: auto;
	display: block;
	width: 100%;
	max-height: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: none;
	transition: opacity 0.3s ease, max-height 0.3s ease;
}

.main-navigation.toggled ul ul::before {
	display: none;
}

.main-navigation ul > li:last-of-type ul {
	right: 0;
}

.main-navigation.toggled ul li.menu-item-has-children {
	position: relative;
}

.main-navigation.toggled ul li.menu-item-has-children.focus ul.sub-menu {
	z-index: 9999;
	max-height: 9999px;
	visibility: visible;
	opacity: 1;
}

.main-navigation.toggled ul li.menu-item-has-children.focus ul.sub-menu a {
	font-size: 16px;
	padding: 0.5em 1em;
}

@-webkit-keyframes slideIn {
	0% {
		width: 0;
	}
	100% {
		width: 100vw;
	}
}

@keyframes slideIn {
	0% {
		width: 0;
	}
	100% {
		width: 100vw;
	}
}

.submenu-toggle {
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 1;
	width: 45px;
	height: 45px;
	background-color: #EFEFEF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.submenu-toggle:hover,
.submenu-toggle:focus {
	background-color: #DEDEDE;
}

.submenu-toggle svg {
	width: 25px;
	pointer-events: none;
	transition: 0.3s ease;
}

.focus .submenu-toggle svg {
	transform: rotate(-180deg);
}

@media screen and (min-width: 1101px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-pack: distribute;
		-webkit-justify-content: center;
		    justify-content: center;
	}

	.submenu-toggle {
		display: none;
		/* top: auto;
		bottom: 0;
		right: 0.5em;
		width: 1.5em;
		height: 1.5em;
		background-color: #FFF; */
	}

	/* .submenu-toggle svg {
		width: 1em;
		height: 1em;
	} */

	/* #primary-menu > li:first-of-type .submenu-toggle svg path {
		fill: #e7b36f;
	}

	#primary-menu > li:nth-of-type(2) .submenu-toggle svg path {
		fill: #0082bd;
	}

	#primary-menu > li:nth-of-type(3) .submenu-toggle svg path {
		fill: #d54447;
	}

	#primary-menu > li:nth-of-type(4) .submenu-toggle svg path {
		fill: #00b4e6;
	}

	#primary-menu > li:last-of-type .submenu-toggle svg path {
		fill: #a7c067;
	} */
}

@media screen and (max-width: 480px) {
	.menu-toggle[aria-expanded="true"] {
		right: 75%;
	}

	.main-navigation.toggled .menu {
		max-width: none;
		width: 75%;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .nav-links > * {
	padding: 0.25em;
	margin: 0.25em;
	font-size: 18px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	padding-top: 25px;
	font-size: 14px;
	color: #6d6e71;
	background-color: #FFF;
	border-top: 15px solid #0082bd;
}

.site-footer,
.site-footer a {
	color: #6d6e71;
}

.site-footer a:hover {
	color: #a7c067;
}

.site-footer ul,
.site-footer ol {
	margin-left: 1.5em;
	padding-left: 0;
}

.site-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px;
	font-family: "Merriweather Sans", sans-serif;
}

.site-info > * {
	width: 31%;
}

.site-info h3.title {
	margin-top: 0;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 21px;
}

.contact {
	font-weight: 400;
	font-style: normal;
}

.contact > *:not(.social) {
	margin-bottom: 1em;
}

.contact .site-title {
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 24px;
	font-family: "Merriweather Sans", sans-serif;
}

.contact .site-title a {
	color: #0082bd;
	line-height: 1.5;
}

.contact .site-title a:hover {
	color: #a7c067;
}

.contact .address {
	margin-bottom: 2em;
	font-style: normal;
	line-height: 2;
}

.latest-news {
	width: 25%;
}

.hours-social .hours {
	margin-bottom: 50px;
	line-height: 2;
}

.hours-social .hours p {
	margin-top: -1em;
}

.hours-social .social svg {
	width: 65px;
	height: 65px;
}

.hours-social .social a:hover svg circle {
	fill: #a7c067;
	transition: fill 0.3s ease;
}

.copyright-bar {
	text-align: center;
	padding: 1em 0;
	color: #d4d6d5;
	background-color: #0082bd;
	font-family: "Merriweather", serif;
	font-size: .9em;
}

.copyright-bar a {
	color: #d4d6d5;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.slider .default-image {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.slider .default-image img {
	width: 100%;
	height: auto;
}

.slider .widget img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-wrap {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.slider {
	position: relative;
	overflow: hidden;
}

.metaslider .caption-wrap {
	left: 0;
	width: 100% !important;
	height: 100%;
	opacity: 1 !important;
	background: rgba(255, 255, 255, 0) !important;
}

.metaslider .caption-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9 !important;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, #FFF, transparent 100%);
}

.metaslider .caption {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 999 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	/* -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	    flex-wrap: wrap; */
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 90%;
	max-width: 1200px !important;
	height: 100%;
	color: #0082bd;
}

.metaslider .caption h2 {
	margin-top: .25em;
	margin-bottom: .25em;
	font-size: 40px;
	line-height: normal;
	font-weight: 400;
	color: #0082bd;
}

.metaslider .caption p {
	margin-bottom: 50px !important;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 400;
}

.metaslider .caption .button {
	margin-top: 25px;
	align-self: flex-start;
}

/* Page.php */
.page:not(.page-template-front-page):not(.page-id-13):not(.page-template-page-news):not(.parent-pageid-13):not(.page-id-23):not(.parent-pageid-23) .content-area .page-wrap {
	max-width: 900px;
}

.page-template-default .entry-header,
.post-template-default .entry-header,
.single .entry-header {
	position: relative;
	min-height: 175px;
	border-bottom: 5px solid #00B4E6;
	background-color: #E3E4DF;
}

.page-template-default .entry-header > .page-wrap,
.post-template-default .entry-header > .page-wrap,
.single .entry-header > .page-wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-template-default .entry-header::after,
.post-template-default .entry-header::after,
.single .entry-header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 31, 32, 0.5);
}

.page-template-default .entry-title,
.post-template-default .entry-title,
.single .entry-title {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 64px;
	font-weight: 500;
	line-height: 1.15;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0;
	color: #FFF;
}

.entry-container .entry-content h1:first-of-type,
.entry-container .entry-content h2:first-of-type,
.entry-container .entry-content h3:first-of-type,
.entry-container .entry-content h4:first-of-type,
.entry-container .entry-content h5:first-of-type,
.entry-container .entry-content p:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

/* Page-news.php */
.page-template-page-news .site-main {
	margin-bottom: 1em;
}

.page-template-page-news .site-main > .page-wrap {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-template-page-news .site-main > .entry-header {
	position: relative;
	height: 175px;
	border-bottom: 5px solid #00B4E6;
	background-color: #E3E4DF;
}

.page-template-page-news .site-main > .entry-header > .page-wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-template-page-news .site-main > .entry-header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 31, 32, 0.5);
}

.page-template-page-news .site-main .entry-header .page-wrap > .entry-title {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 64px;
	font-weight: 500;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0;
	color: #FFF;
}

.page-template-page-news .site-main.news > .page-wrap .entry-container .post {
	padding-right: 1em;
}

.page-template-page-news .site-main.news > .page-wrap .entry-container .post .entry-content {
	margin-top: 0;
}

.page-template-page-news .post .entry-content .post-title {
	margin-bottom: 0;
	transition: color 0.3s ease;
}

.page-template-page-news .post .entry-content .post-title:hover {
	color: #A7C067;
}

/* 404 Page */
.error404 {
	text-align: center;
}

.error404 .site-content {
	min-height: 400px;
}

/* Single.php */
/* .single .entry-header {
	padding-bottom: 1em;
	text-align: center;
	background-color: #E3E4DF;
} */

/* .single .entry-title {
	font-size: 40px;
	font-weight: 500;
	padding-top: 1em;
	padding-bottom: .25em;
	margin: 0;
} */

/* Service Areas page */
.states-cities {
	width: 100%;
	margin: 50px 0;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.states-cities .state-block {
	width: 31.5%;
	margin-right: 1.5%;
}

.states-cities ul {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

.states-cities .state {
	margin: 0;
	line-height: 1.15;
}

.error404 input[type=search] {
	padding: 0.75em 1em;
}

/* Search Results */
.search-results .site-main {
	margin-bottom: 1em;
}

.search-results .site-main > .page-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 50px;
}

.search-results .site-main > .page-header {
	position: relative;
  height: 175px;
  border-bottom: 5px solid #00B4E6;
}

.search-results .site-main > .page-header::after {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.5);
}

.search-resultss .site-main > .page-header > .page-wrap {
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-results .site-main .page-header .page-wrap > .page-title {
	position: relative;
  z-index: 1;
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  color: #FFF;
}

.search-results article {
	margin-bottom: 50px;
}

.search-results article .entry-title {
	margin: 0 0 0.25em;
	line-height: 1.15;
}

.search-results article .entry-title a {
	color: #0082BD;
}

.search-no-results .no-results {
	margin-bottom: 50px;
	text-align: center;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Advanced Custom Fields
--------------------------------------------------------------*/
.fifty-fifty > .page-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fifty-fifty .content-text {
	width: 49%;
}

.fifty-fifty .content-text,
.fifty-fifty .content-image {
	height: 100%;
}

.fifty-fifty .content-text {
	font-family: "Merriweather", serif;
	font-weight: 700;
	color: #6d6e71;
}

.fifty-fifty .content-text h2 {
	margin-bottom: 0;
	font-size: 40px;
	line-height: normal;
	color: #0082bd;
}

.site-main section:first-of-type {
	position: relative;
	overflow: hidden;
}

.site-main section:first-of-type .content-text {
	margin: 25px 0;
}

.site-main section:first-of-type .content-image {
	position: absolute;
	top: 0;
	right: -10%;
	width: 60%;
}

.site-main section:first-of-type .content-image img {
	height: 100%;
	width: auto;
}

.home .site-main section:nth-of-type(2) {
	position: relative;
	z-index: 1;
	width: 100%;
	background: linear-gradient(to right, #00b4e6, #00b4e6 50%, #FFF 50%);
}

.home .site-main section:nth-of-type(2)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 50%;
	height: 100%;
	background: url(images/svg/toys-bg.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.site-main section:nth-of-type(2) .content-text > * {
	position: relative;
	z-index: 3;
}

.site-main section:nth-of-type(2) .content-text,
.site-main section:nth-of-type(2) .content-text h2 {
	color: #FFF;
}

.site-main section:nth-of-type(2) .content-text {
	width: 45%;
	padding-right: 5%;
}

.site-main section:nth-of-type(2) .content-image {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.site-main section:nth-of-type(2) .content-image img {
	width: 100%;
	height: auto;
}

.thirty-seventy {
	background: url(images/svg/puzzle-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.thirty-seventy > .page-wrap {
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.thirty-seventy .content-image {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 30%;
	height: 100%;
}

.thirty-seventy .content-text {
	width: 60%;
	padding-left: 5%;
	padding-right: 5%;
}

.thirty-seventy .content-text h2 {
	margin: 0;
	color: #0082bd;
	font-size: 40px;
}

.thirty-seventy .content-text {
	font-family: "Merriweather", serif;
	font-weight: 700;
	color: #6d6e71;
}

#image-widget-container > .page-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/* #image-widget-container.columns-1 .widget-single,
#image-widget-container.columns-2 .widget-single,
#image-widget-container.columns-3 .widget-single {
	width: 30%;
} */

#image-widget-container .widget-single {
	width: 260px;
	text-align: center;
}

#image-widget-container .widget-single .image-container {
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 260px;
	height: 210px;
	overflow: hidden;
}

#image-widget-container .widget-single .image-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 8px;
	background-color: #0082BD;
}

#image-widget-container .widget-single:nth-of-type(n+1) .image-container::after {
	background-color: #0082BD;
}

#image-widget-container .widget-single:nth-of-type(n+2) .image-container::after {
	background-color: #A7C067;
}

#image-widget-container .widget-single:nth-of-type(n+3) .image-container::after {
	background-color: #D54447;
}

/* For IE -> :( */
#image-widget-container .widget-single .image-container .image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Yay CSS3! -> :) */
@supports (object-fit: cover) {
	#image-widget-container .widget-single .image-container .image {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
}

#image-widget-container .widget-single .heading {
	margin: 1em 0 0;
	text-transform: uppercase;
}

#image-widget-container .widget-single .text {
	padding: 0 5px 25px;
}

#image-link-widget-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#image-link-widget-container .widget-single {
	position: relative;
	z-index: 0;
	width: 48.5%;
	max-width: 360px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#image-link-widget-container .widget-single .image-container {
	width: 360px;
	height: 250px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

#image-link-widget-container .widget-single .image-container img {
	width: 100%;
	height: auto;
}

#image-link-widget-container .widget-single .link-text {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	margin-top: -10px;
	padding: 0.6em 1em;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	background-color: #00B4E6;
	transition: padding 0.3s ease;
}

#image-link-widget-container .widget-single:hover .link-text {
	padding-top: 1em;
	padding-bottom: 1em;
}

#image-link-widget-container .widget-single:nth-of-type(2) .link-text {
	background-color: #A7C067;
}

#image-link-widget-container .widget-single:nth-of-type(3) .link-text {
	background-color: #0082BD;
}
#image-link-widget-container .widget-single:nth-of-type(4) .link-text {
	background-color: #E7B36F;
}

#image-link-widget-container .widget-single .link-text .text {
	width: 100%;
}

@supports (object-fit: cover) {
	#image-link-widget-container .widget-single .image-container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#image-link-widget-container .widget-single .link-text {
		margin-top: 0;
	}
}





/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.custom-logo-link img {
	display: block;
	max-height: 150px;
	width: auto;
	max-width: 300px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/


@media only screen and (min-width: 1150px) {
	.home .site-main section:nth-of-type(2) {
		min-height: 300px;
	}

	.home .site-main section:nth-of-type(2) .content-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
}

@media only screen and (min-width: 1300px) {
	.home .site-main section:nth-of-type(2) {
		min-height: 350px;
	}
}

@media only screen and (min-width: 1600px) {
	.home .site-main section:nth-of-type(2) {
		min-height: 425px;
	}
}

@media only screen and (max-width: 1150px) {
	.fifty-fifty .content-text h2 {
		font-size: 30px;
	}

	.fifty-fifty .content-text p {
		font-size: 16px;
	}

	.home .site-main section:first-of-type .content-image img {
		min-height: 0;
	}

	.thirty-seventy .content-text h2 {
		font-size: 30px;
		line-height: 1.15;
	}
}

@media only screen and (max-width: 1100px) {
	.call-payment-container {
		width: 300px;
		margin-top: 10px;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.call-payment-container a svg {
		width: 40px;
		height: 40px;
	}

	.call-payment-container .phone {
		margin-bottom: 5px;
	}

	.call-payment-container .phone .call-number {
		line-height: 1.15;
	}

	.call-payment-container .button {
		padding: 0.5em 2em;
	}

	.main-navigation {
    display: block;
		width: 30px;
	}

	.main-navigation ul {
		width: 0;
		transition: 3s ease;
	}

	.main-navigation ul ul {
		padding: 0;
	}

	.main-navigation ul li:hover > ul {
		visibility: hidden;
		opacity: 0;
	}

	#primary-menu {
		overflow: scroll;
	}

	#primary-menu > li {
		border: none;
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.site-branding-cta {
		margin-top: 5px;
	}

	.metaslider .caption h1 {
		font-size: 40px;
	}

	.metaslider .caption p {
		margin-bottom: 1em !important;
		font-size: 18px;
	}

	.metaslider .caption button,
	.metaslider .caption .button {
		font-size: 18px;
		padding: 0.5em 1em;
	}

	.mission-statement > * {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.thumbnail-section .widget {
		width: 30%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.thumbnail-section .widget .widget-title {
		width: 100%;
	}

	.site-info {
    justify-content: center;
		flex-wrap: wrap;
		text-align: center;
	}

	.site-info > * {
		width: 50.1%;
		margin-bottom: 50px;
	}

	.contact .site-title {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.site-info .contact .logo-container {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.site-info .contact .social {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.sitemap ul {
		margin: 0;
		list-style-type: none;
	}

	.fifty-fifty > .page-wrap {
		flex-wrap: wrap;
	}

	.fifty-fifty .content-text,
	.fifty-fifty .content-image,
	.fifty-fifty.color-rings .content-image {
		width: 100%;
	}

	.fifty-fifty .content-image,
	.fifty-fifty.color-rings .content-image {
		position: relative;
	}

	.home .site-main section:first-of-type .content-image {
		min-width: 50%;
		width: auto;
	}

	.home .site-main section:first-of-type .content-text {
		z-index: 9;
		margin: 0;
		padding: 25px 0;
	}

	.home .site-main section:first-of-type .content-text::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.home .site-main section:nth-of-type(2) {
		background: #00b4e6;
		background-color: #00b4e6;
	}

	.home .site-main section:nth-of-type(2)::before {
		width: 100%;
	}

	.home .site-main section:nth-of-type(2) > .page-wrap {
		flex-wrap: wrap;
	}

	.home .site-main section:nth-of-type(2) .content-text {
		width: 100%;
		order: 2;
	}

	.home .site-main section:nth-of-type(2) .content-image {
		position: relative;
		top: 25px;
		left: auto;
		right: auto;
		z-index: 999;
		width: 100%;
		margin-bottom: 25px;
		order: 1;
	}

	.thirty-seventy .content-text {
		padding-right: 0;
	}

	.thirty-seventy > .page-wrap {
		align-items: flex-start;
	}

	.states-cities .state-block {
		width: 48.5%;
	}
}

@media only screen and (max-width: 860px) {
	.site-branding-cta {
		margin-top: 5px;
	}

	.custom-logo-link img {
		max-height: 100px;
	}

	header .site-title {
		max-width: 250px;
	}

	.site-title {
		font-size: 25px;
	}

	.call-payment-container {
		width: 250px;
		margin-top: 0;
	}

	.metaslider .caption button,
	.metaslider .caption .button {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 900px) {
	#image-widget-container {
		margin-top: 50px;
	}

	#image-widget-container > .page-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	#image-widget-container .widget-single {
		max-width: 500px;
		width: auto;
	}

	#image-widget-container .widget-single .image-container {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 768px) {
	h1:not(.site-title),
	.page-template-default .entry-title {
		font-size: 2em !important;
		line-height: 1.25em !important;
	}

	h2,
	.metaslider .caption h2 {
		font-size: 1.625em !important;
		line-height: 1.15384615em !important;
	}

	h3 {
		font-size: 1.375em !important;
		line-height: 1.13636364em !important;
	}

	h4 {
		font-size: 1.125em !important;
		line-height: 1.11111111em !important;
	}

	.contact-bar {
		background: #0082bd;
	}

	.contact-bar .social a.icon {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 5px;
	}

	.contact-bar .location {
		padding: 5px 0 5px 25px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.contact-bar .pipe {
		display: none;
	}

	.contact-bar .left-links a {
		margin-right: 1.5em;
		padding-top: .5em;
		padding-bottom: .5em;
	}

	.contact-bar .left-links a:first-of-type {
		padding-bottom: 0;
	}

	.contact-bar .left-links a:last-of-type {
		padding-top: 0;
	}

	.main-navigation.toggled .menu {
		padding-bottom: 15px !important;
	}

	#primary-menu .call-payment-container {
		width: 100%;
		padding: 0.5em 1em !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		border-top: 5px solid #0082bd;
	}

	#primary-menu .call-payment-container .phone {
		flex-wrap: nowrap;
		margin-right: 0;
	}

	#primary-menu .call-payment-container .phone .call-number {
		margin-left: 0;
	}

	#primary-menu .call-payment-container .phone .call-number .number {
		display: none;
	}

	#primary-menu .call-payment-container #cp395acc98dc {
		width: 100%;
	}

	#primary-menu .call-payment-container .button {
		color: #FFF;
		width: 100%;
    font-size: 18px;
    text-align: center;
    /* padding: 0.5em 1em !important; */
		-webkit-animation: fadeIn 1s;
		animation: fadeIn 1s;
	}

	.metaslider .caption-wrap {
		display: none !important;
		width: 100% !important;
		height: auto !important;
	}

	.metaslider .caption {
		width: 100%;
		max-width: none !important;
		height: auto !important;
		margin-left: auto;
		margin-right: auto;
		padding: 1em 5% !important;
	}

	.metaslider .caption h1 {
		font-size: 24px;
	}

	.metaslider .caption button,
	.metaslider .caption .button {
		padding: .5em 1em !important;
		font-size: 18px;
	}

	.thumbnail-section .widget {
		width: 50.1%;
		min-width: 300px;
	}

	.latest-posts .post {
		width: 100%;
	}

	.site-info > * {
		width: 100%;
		min-width: 300px;
		max-width: 400px;
	}

	.search-results .site-main > .page-wrap {
		flex-wrap: wrap;
	}

	.page-template-page-blog .post,
	.search-results article {
		width: 100%;
	}

	.title {
		line-height: 1.15;
	}

	aside.sidebar-left {
		order: 2;
	}

	.states-cities .state-block {
		width: 31.5%;
	}
}

@media only screen and (max-width: 600px) {
	.site-branding-cta {
		margin-bottom: 5px;
	}

	header .site-title {
		max-width: 200px;
		font-size: 20px;
	}

	.custom-logo-link img {
		max-height: 75px;
	}

	.home .site-main section:first-of-type > .page-wrap {

	}

	.home .site-main section:first-of-type .content-text {
		order: 2;
	}

	/* .home .site-main section:first-of-type .content-text::after {
		display: none;
	} */

	.home .site-main section:first-of-type .content-text h2 {
		margin-top: 0;
	}

	.home .site-main section:first-of-type .content-image {
		display: none;
	}

	@supports (object-fit: cover) {
		.home .site-main section:first-of-type .content-image {
			display: block;
			order: 1;
			right: auto;
			left: 0;
			height: 100%;
			width: 100%;
		}

		.home .site-main section:first-of-type .content-image img {
			display: block;
			height: 100%;
			width: auto;
			object-fit: cover;
			object-position: left center;
		}
	} /* @supports (object-fit: cover) */

	.thirty-seventy > .page-wrap {
		flex-wrap: wrap;
	}

	.thirty-seventy .content-image {
		width: 100%;
		margin-bottom: 25px;
		justify-content: center;
	}

	.thirty-seventy .content-text {
		padding-left: 0;
		width: 100%;
	}

	.states-cities .state-block {
		width: 48.5%;
	}
}


@media only screen and (max-width: 480px) {
	.contact-bar .left-links .call-us {
		display: none;
	}

	.menu-toggle {
		font-size: 16px;
		letter-spacing: normal;
		padding: .25em .5em;
	}

	#image-link-widget-container {
		justify-content: center;
	}

	#image-link-widget-container .widget-single {
		width: 360px;
		height: 250px;
		max-width: 100%;

	}
}

@media only screen and (max-width: 425px) {
	.custom-logo-link img {
		max-height: 65px;
	}

	header .site-title {
		max-width: 160px;
		font-size: 16px;
		margin-left: 5px;
	}

	#primary-menu .call-payment-container > * {
		font-size: 16px;
	}

	#primary-menu > li > a {
		padding: 0.25em 1em !important;
	}
}

@media only screen and (max-width: 400px) {
	.states-cities .state-block {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}
