/*!
Theme Name: PAC-Tree
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/

/* adjustments being made to make header dimensions more automatic START*/
:root {
	--orange: #C84310;
	--orange-dark: #A9360C;
	--orange-light: #ffe8dc;
	--cream: #ffefd9;
	--cream-dark: #f1e7dc;
	--ink: #171717;
	--ink-soft: #514b46;
	--white: #fff;
	--gray: #6f665f;
	--light: #fbf6ef;
	--font-body: 'Inter', sans-serif;
	--font-heading: 'Montserrat', sans-serif;
}

html {
	margin-top: 0 !important;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 17px;
	line-height: 1.6em;
}

 
/* adjustments being made to make header dimensions more automatic end*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
	padding-bottom: 2em;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	margin: 0.67em 0;
	font-size: 1.7em;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
	max-width: 100%;
	width: auto;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
input.has-spinner + .wpcf7-spinner {
	position: relative;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	text-transform: none;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*	  `fieldset` elements in all browsers.
*/
legend {
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
	cursor: pointer;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3 {
	margin: .5em 0 .25em;
	line-height: 1.2em;
	text-transform: capitalize;
	font-weight: 400;
	font-family: var(--font-heading);
	color: var(--ink);
}

h3 {
	font-size: 1.1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	background: #eee;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
	background: #fff9c0;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	background-color: #ccc;
}

ul,
ol {
	margin: 1.5em 0 1.5em 2em;
	padding-left: .5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a:visited {}

a:hover,
a:focus,
a:active {}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
 
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
	font-weight: bold;
}

::-webkit-input-placeholder {
	/* Edge */
	color: black;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: black;
}

::placeholder {
	color: black;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 150px;
}

body.page-template-template-review h1,
body.page-template-template-feedback h1 {
	margin: .5em 0;
}

i {
	margin: 0;
	padding: 0;
}

i.sprite.phone {
	display: inline-block;
	height: 35px;
	width: 30px;
	background: url(/wp-content/uploads/2022/10/phone-icon-2.png);
	background-size: auto 100%;
	background-position: -5px 0px;
}

i.sprite.down {
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url(/wp-content/uploads/2022/08/icon-spitesheet.png) -32px 0;
	background-size: auto 100%;
}

i.sprite.right {
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url(/wp-content/uploads/2022/08/icon-spitesheet.png) -64px 0;
	background-size: auto 100%;
}

i.sprite.pin {
	display: inline-block;
	height: 35px;
	width: 28px;
	background: url(/wp-content/uploads/2022/10/map-pin.png) -104px 0;
	background-size: auto 100%;
}

h2 {
	font-size: 1.5em;
}

ul ul .current_page_item a {
	opacity: 1;
	background-color: #00000012;
}

#masthead ul li a:hover,
#masthead ul li a:focus {
	color: var(--orange);
}

#masthead #primary-menu > li.current-menu-item > a,
#masthead #primary-menu > li.current_page_item > a,
#masthead #primary-menu > li.current-menu-ancestor > a,
#masthead #primary-menu > li.current_page_ancestor > a {
	color: var(--orange);
	background: transparent;
	box-shadow: none;
}

#masthead #site-navigation .sub-menu .current-menu-item > a,
#masthead #site-navigation .sub-menu .current_page_item > a {
	color: var(--orange);
	background-color: #00000012;
	box-shadow: none;
}

body.page-id-676 #primary label {
	position: absolute;
	left: -9999px;
}

input {
	width: 100%;
	margin-bottom: 5px;
}

input[type='submit'] {}

input[type='submit']:hover {}

body {
	padding-top: var(--headerHeight);
}

details summary {
	list-style: none;
	font-family: var(--font-heading);
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
}

details summary::-webkit-details-marker {
	display: none;
}

details::details-content {
	overflow: hidden;
	height: 0;
	transition: height 1s, content-visibility 1s allow-discrete;
}

details[open]::details-content {
	height: auto;
	height: calc-size(auto, size);
}

/* Mobile Menu
========================================================================== */
#site-navigation-mobile {
	display: block !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
}

#site-navigation-mobile .nav-menu-toggle {
	position: fixed;
	top: 10px;
	left: 10px;
	border: none;
	height: 44px;
	width: 38px;
	background: transparent;
}

#site-navigation-mobile .nav-menu-toggle .bar {
	position: absolute;
	left: 0;
	top: 17px;
	width: 100%;
	height: 5px;
	background: var(--orange);
}

#site-navigation-mobile .nav-menu-toggle .bar:nth-child(1) {
	top: 5px;
}

#site-navigation-mobile .nav-menu-toggle .bar:nth-child(3) {
	top: 30px;
}

.large-wrapper-nav {
	position: fixed;
	top: 0;
	left: -100vw;
	bottom: 0;
	z-index: 99;
	width: 230px;
	background: #fff;
}

.large-wrapper-nav.toggled {
	left: 0 !important;
}

.large-wrapper-nav .menu-menu-1-container {
	text-align: left;
}

 
.large-wrapper-nav .menu-menu-1-container #primary-menu-nav .menu-item {
	position: relative;
	border-bottom: 2px #00000017 solid;
}

 
.large-wrapper-nav .menu-menu-1-container #primary-menu-nav .sub-menu {
	display: none;
	max-height: 350px;
	overflow: auto;
	margin: 0;
	padding:0;
}

.large-wrapper-nav .menu-menu-1-container #primary-menu-nav .sub-menu li,
.large-wrapper-nav .menu-menu-1-container #primary-menu-nav .sub-menu a {
	text-decoration: none;
}

.large-wrapper-nav .menu-menu-1-container #primary-menu-nav .sub-menu > li a {
	padding: 7px 10px 7px 20px;
}

.large-wrapper-nav .menu-menu-1-container #primary-menu-nav .sub-menu.active {
	display: block !important;
}

#primary-menu-nav > li.current_page_ancestor,
#primary-menu > li.current_page_ancestor,
#primary-menu > li.current-menu-ancestor {
	box-shadow: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation ul ul {
	position: inherit;
	width: auto;
	padding: 0 !important;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	display: block !important;
	text-align: left;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

nav li img,
.main-navigation li img,
header ul li img {
	filter: invert(1);
}

.main-navigation li {
	position: relative;
}

.header-number {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	z-index: 99;
	border: none !important;
	padding: .8em;
	text-align: left;
	background: var(--ink);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	text-align: end;
}

/* Posts and pages
--------------------------------------------- */

div#page {
	overflow: hidden;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

.slider-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slider-wrapper .slides-container {
	flex-wrap: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	scroll-behavior: smooth;
}

.slider-wrapper .slides-container .slide {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	width: 100%;
	height: 50vh;
	background-size: cover;
}

.slider-wrapper .slides-container .slide .slider-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	height: 100%;
	/*  background: rgba(0, 0, 0, 0.45);*/
	padding: 2em 0em;
}

.slider-wrapper .slide-header {
	margin-bottom: 1rem;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.1em;
	font-family: var(--font-heading);
}

.slide-header, .slide-subheader {
	color: var(--white);
	text-shadow: none;
}

.slide-subheader {
	margin-bottom: 1em;
}

.slider-wrapper .btn {}

.slider-wrapper .slides-container .slide .slider-content .all-the-ctas .btn:hover {}

.slider-wrapper .slides-container .slide .slider-content .all-the-ctas .btn:hover:after {
	right: -18px;
	opacity: 1;
}

/* adjustments being made to make header dimensions more automatic START*/
/* adjust the variable --headerHeight to your liking based of  */
header#masthead {
	clear: left;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
	padding: 10px 0;
	height: auto;
	text-align: center;
	background: #fff;
	transition: all ease .3s;
}

header#masthead.fixed {
	position: fixed;
}

 
/* adjustments being made to make header dimensions more automatic END*/
.header-number a {
	justify-content: center;
	padding: .5em .55em;
	border-radius: 30px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
	background: var(--orange);
}

.header-number a:hover {
	background-color:var(--orange-dark);
}

.header-number a img {
	height: 19px;
	filter: invert(1);
}

#masthead #site-navigation .current_page_item a {
}

#masthead #site-navigation .current_page_item a::before {}

#masthead ul li a {
	font-size: 1.1em;
	text-decoration: none;
	padding:7px 40px 7px 10px;
	font-weight: 500;
	/* text-transform: uppercase; */
	display:block;
	font-family: var(--font-heading);
	color: var(--ink);
}

#masthead #site-navigation .sub-menu a:hover,
#masthead #site-navigation .sub-menu a:focus {
	color: var(--orange);
	background-color: #00000012;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 28px;
	width: 100%;
	border: none;
	color: var(--ink);
	font-size: 18px;
	background: transparent;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-bottom: 0;
}

.accordion-header:hover {
	color: var(--ink);
	background: transparent;
	opacity: 1;
	box-shadow: none;
}

.accordion-header.active .accordion-icon {
	transform: rotate(45deg);
}

.breakout {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-left: 0;
	padding-right: 0;
	background-color: var(--cream);
}

footer .btn {
	display: block;
	margin-bottom: 20px;
	margin-right: 1em;
}

.site-main-blog .nav-previous,
.site-main-blog .nav-next {
	border: 1px #d6d6d6 solid;
	padding: 10px;
	background-color: #FFFE;
}

.site-main-blog .nav-previous:before,
.site-main-blog .nav-next:after {
	display: inline-block;
	padding: 0px;
	margin: 0px 4px;
	content: "\276F";
}

.site-main-blog .nav-previous:before {
	transform: rotate(180deg);
}

footer.entry-footer {
	display: none;
	margin: 0;
}

footer.site-footer {
	padding-top: 1.5em;
	color: #fff;
	background: var(--orange-dark);
}

footer h2 {
	margin: 1.3em 0 .5em;
	font-size: 1.5em;
	color: var(--orange-light);
}

footer .cta-area a {
	display: block;
	position: relative;
	padding-bottom: 6px;
	text-decoration: none;
	font-weight: 700;
}

footer .cta-area a i {
	position: absolute;
	left: -32px;
	bottom: 2px;
	top: -5px;
	border: 1px solid rgba(0, 0, 0, 0);
}

 
.large-wrapper {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 30px;
}

.medium-wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.small-wrapper {
	max-width: 800px;
	margin: 0 auto;
}

.small-wrapper,
.medium-wrapper {}

.breakout .small-wrapper,
.breakout .medium-wrapper {
	padding: 0 30px;
}

.medium-wrapper.fb-page {
	padding-bottom: 1em;
}

header #site-navigation {
	align-items: center;
	justify-content: center;
	margin-top: 0 !important;
	padding: 0px 0;
	width: 100%;
}

header .row>div {
	padding: 0 0.5em;
}

#site-navigation .menu-toggle .bar {
	display: block;
	margin-top: 5px;
	margin-bottom: 6px;
	height: 5px;
	width: 40px;
	border-radius: 20px;
	background: #fff;
}

.main-navigation ul {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 60%;
	height: 100vh;
	margin: 0 !important;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

#masthead #primary-menu .sub-menu li a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#masthead .social-links {
	display: none;
}

.slider-wrapper .slide {
	position: relative;
	background-position: center right;
}

.slider-wrapper .slider-content {
	position: relative;
	justify-content: center;
	align-items: flex-start;
}

.slider-wrapper .slider-content::before {
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 0;
	width: 52%;
	content: "";
	background-color: var(--orange);
	background-image: url('/wp-content/uploads/692e048a725998f471dba0d3_Artboard-2-1.svg');
	background-size: cover;
	clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%);
}

.slider-wrapper .slider-content .large-wrapper {
	position: relative;
	z-index: 1;
}

.slider-wrapper .hero-copy {
	max-width: 560px;
	padding-right: 2em;
}

.slider-wrapper .slide-subheader {
	max-width: 540px;
	font-family: var(--font-body);
}

.slider-wrapper .all-the-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.slider-wrapper .all-the-ctas .btn {
	border-radius: 40px;
	border: 2px solid var(--white);
	color: var(--ink);
	background: var(--white);
}

.slider-wrapper .all-the-ctas .btn.secondary {
	color: var(--white);
	background: transparent;
}

.slider-wrapper .all-the-ctas .btn:hover {
	border-color: var(--orange-dark);
	color: var(--white);
	background: var(--orange-dark);
}

.split-section {
	padding: 0;
}

.split-section > .row {
	margin: 0;
	width: 100%;
}

.split-section > .row > [class*="col-"] {
	padding: 0;
}

.split-section-content {
	padding: 5% !important;
}

.split-section-image {
	display: flex;
}

.split-section-image img {
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 600px;
	margin: 0;
	border-radius: 0;
	object-fit: cover;
}

.feature-strip {
	padding: 0;
}

.feature-strip > .row {
	margin: 0;
	width: 100%;
}

.feature-strip > .row > [class*="col-"] {
	padding: 0;
}

.feature-strip-content {
	padding: 50px !important;
	min-height: 500px;
}

.feature-strip-content details {
	width: 100%;
}

.feature-strip-content details p:first-of-type {
	margin-top: 20px;
}

.experience-cta {
	padding: 0;
}

.experience-cta > .row {
	margin: 0;
}

.experience-cta > .row > [class*="col-"] {
	padding: 0;
}

.about-billboard {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 750px;
	overflow: hidden;
	padding-top: 120px;
	background-size: cover;
	background-position: center;
}

.about-billboard::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(42,41,38,.18), rgba(42,41,38,.02));
}

.about-billboard .large-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
}

.location-billboard-box {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 720px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.location-billboard-box .large-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
}

.location-billboard-box-content {
	position: relative;
	max-width: 800px;
	padding: 50px;
	border: 1px solid var(--cream-dark);
	border-bottom: 0;
	background: var(--cream-dark);
}

.location-billboard-box-content h1 {
	margin-top: 0;
}

.no-hand a {
	cursor: inherit;
}

.logo-mobile {
	max-width: 75%;
	font-size: 40px;
	line-height: 1.0em;
	text-decoration: none;
}

.logo-mobile img {
	max-height: 40px;
	display: block;
}

.logo-mobile p {
	margin: 0px;
}

form.wpcf7-form input[type=submit].sending {
	color: #000;
	background: #ff7417;
	pointer-events: none;
}

form.wpcf7-form input[type=submit].sending+.ajax-loader {
	visibility: visible;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
ti {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 1rem;
	background-color:#fbf4ec;
}

.highlight {
	display: block;
	margin-top: 0.2rem;
	font-size: 1.0rem;
	font-weight: 400;
	color: var(--gray);
	line-height: normal;
}

p {
	margin-bottom: 1.5em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/** Desktop Top Bar **/
div#desktop-top-bar {
	z-index: 1001;
	position: fixed;
	top: 0;
	margin-top: 0px;
	width:100%;
	color: #fff;
	font-size: .95em;
	font-weight: bold;
	background: var(--orange-dark);
}

div#desktop-top-bar p {
	margin: 10px 0;
}

div#desktop-top-bar a {
 
}

 

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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-btn.active:before {
	display: none;
	background: transparent;
}

.gallery-btn.active {
	background: transparent;
}

.gallery {
	display: grid;
	grid-column-gap: .8em;
	grid-row-gap: .5em;
	grid-template-columns: repeat(2, 1fr);
}

.gallery-item {
	display: inline-block;
	width: 100%;
	margin: 0;
	text-align: center;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-caption {
	display: block;
}

.far.fa-star.star {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(/wp-content/uploads/2022/08/icon-spitesheet.png) 60px 0;
	background-size: auto 100%;
}

.fas.fa-star.star {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(/wp-content/uploads/2022/08/icon-spitesheet.png) 30px 0;
	background-size: auto 100%;
}

.thumbs {
	margin: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.thumbs img {
	height: 23px;
	margin-right: 5px;
	vertical-align: middle;
	filter: invert(1);
}

#thumbs-down img {
	-webkit-transform: scaley(-100%);
	-ms-transform: scaley(-100%);
	transform: scaley(-100%);
}

.feedbackicons img {
	max-height: 250px;
	margin: 0 auto;
}

.up-down a.link {
	display: inline-block;
	border-radius: 100%;
	padding: 5px;
	background: rgb(0 0 0) !important;
}

#wform label {
	display: block;
}

#hp {
	position: fixed;
	top: -99999999px;
	margin: 0;
	opacity: 0;
}

.gallery-icon:hover {
	cursor: pointer;
}

#glass {
	position: fixed;
	top: 0;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 11900;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.85);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

#glass .gallery-img {
	display: none;
}

#glass .gallery-img.active {
	display: block;
	z-index: 12900;
	max-height: calc(100% - 85px);
	max-width: calc(100% - 180px);
	margin-left: -1em;
}

#glass::after {
	display: block;
	position: fixed;
	top: 50px;
	right: 50px;
	font-size: 2.5em;
	color: #fff;
	content: "X";
	cursor: pointer;
}

.gallery-next, .gallery-prev {
	font-size: 3em !important;
}

.archive .page-title {
	margin-top: 0;
}

 

#logo p {
	margin: 0;
}

#logo a {
	display: inline-block;
	vertical-align: middle;
}

#logo a img {
	display:block;
}

/* dynamic menu icon - adjust/ invert if needed -  start */
.menu-item-has-children a .sub-menu-icon {
	position: absolute;
	right: 8px;
	top: calc(50% - 10px);
	width: 33px;
	height: 23px;
	background-image: url(/wp-content/uploads/down-icon.png);
	background-position: center;
	background-size: 9px;
	background-repeat: no-repeat;
	filter: invert(1);
	cursor: pointer;
}

/* dynamic menu icon - adjust/ invert if needed - end */
/* Accordion Style */
.accordion {
	max-width: 100%;
	width: 100%;
	margin: 30px auto;
	overflow: visible;
}

.accordion-item {
	max-width: 100%;
	margin: 15px auto;
	border: 1px solid var(--orange);
	border-radius: 12px;
	overflow: hidden;
	background: transparent;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	padding: 0 28px;
	background-color: transparent;
	transition: max-height 0.3s ease;
}

.accordion-content p {
	margin: 0 0 20px !important;
	padding: 0;
}

.accordion-icon {
	flex-shrink: 0;
	margin-left: 20px;
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	color: var(--gray);
	transition: transform 0.3s ease;
}

.accordion-title {
	flex: 1;
	text-align: left;
}

.fancylist {
	list-style: none;
}

.fancylist li {
	position: relative;
	margin: .5em 0;
}

.fancylist li::before {
	position: absolute;
	left: -30px;
	top: 5px;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	content: '';
	background: url(/wp-content/uploads/iconlist-2.webp);
    background-size:cover;
	background-repeat:no-repeat;
}

.btn, input[type='submit'],  .wp-block-search__button, button {
	display: inline-block;
	border: 0px solid var(--white);
	padding: 1rem 1.25rem;
	border-radius: 30px;
	color: var(--white);
	text-decoration: none;
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	background: var(--orange);
	cursor: pointer;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
	margin-bottom:10px;
}

.btn:hover, input[type='submit']:hover {
	color: var(--ink);
	background: var(--orange-light);
}

.byline {
	font-weight: 700;
}

.blog,
.blog a,
.entry-title,
.entry-title a {
	text-decoration: none;
}

.widget-w {
	padding: 1em;
	margin-top: 1em;
	background: var(--cream-dark);
}

.widget-w h2 {
	margin-top: .5em;
}

.entry-meta,
.entry-meta a {
	color: var(--gray);
}

.social-links img {
	max-height: 20px;
	margin: 0 6px;
}

.cta-area * {
	margin-left: 21px;
	vertical-align: top;
	text-indent: -47px;
}

.cta-area p {
	margin-bottom: .2em;
}

.cta-area img {
	margin-right: 5px;
	max-height: 22px;
	vertical-align: middle;
}

.social-icons {
	margin-top: 20px;

	img {
		margin-right: 5px;
		max-height: 30px;
	}
}

.hours-wrap {
	max-width:320px;
}

.hours-wrap .today {
	font-weight: 700;
}

.b-feed .feedback {
	width: 950px;
	max-width: 100%;
}

#back-to-top.btn {
	position: fixed;
	bottom: -20em;
	left: 2em;
	display: none;
	z-index: 111;
	width: initial;
	border: .15em solid white;
}

/* Review Stars----------- */
.review-rating svg {
	max-width: 20px;
}

 
.review-nav-container {
	margin-top: 2em;
}

.review-page .human-button-w input#client-is-human,
.review-page .human-button-w .client-is-human-q {
	margin: 0;
	padding: 0;
	max-width: 50px;
}

.review-page .human-button-w .client-is-human-q {
	max-width: 500px;
}

#leaveAreview-form {
	display: none;
	transition: all ease .4s;
}

.page-template-template-review .rev-wrap {
	position: relative;
	padding: 2.5em 1.5em 0.5em;
	margin: 0 0em 0;
	border: 1px solid var(--orange);
	border-radius: 20px;
	background-color: #ffffff;
}

/* Style the buttons that are used to open and close the accordion panel */

/* Style the accordion panel. Note: hidden by default */

.panel {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	width: 95%;
	background-color: white;
	transition: all 0.4s ease-in-out;
}

.gallery-btn:after {
	content: "\2796";
	/* Unicode character for "minus" sign (-) */
}

.gallery-btn.active:after {
	content: "";
	/* Unicode character for "minus" sign (-) */
}

.gallery-btn.active {
	display: block;
	background: none;
}

 
.rev-cont {
	margin: 2em 0;
}

.rev-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1.15em;
	align-items: center !important;
	justify-content: start;
	padding: 3em 2em !important;
	border-radius: var(--borderRadius);
	overflow: visible !important;
	text-align: center;
	background-color: var(--cream);
	box-shadow: 0 .3em .2em rgb(0 0 0 / 10%);
	transition: all ease-out .1s;
	transform: translate(0, 0px);
}

 
.rev-wrap:hover {
	box-shadow: 0 .6em .2em rgb(0 0 0 / 12%);
	transform: translate(0, -.3em);
}

.rev-wrap h2,
.rev-wrap .date {
	/* text-transform: uppercase; */
	color: #00000090;
	letter-spacing: .1em;
	font-weight: 400;
	font-size: 1.2em;
}

.rev-wrap h2 {
	margin: 0;
}

.rev-wrap .review-body {
	text-wrap: pretty;
	color: #000;
	font-weight: 500;
}

.rev-wrap .date {
	font-size: .77em;
}

.rev-wrap .review-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: auto;
	width: 100%;
}

.rev-wrap .review-rating svg {
	max-width: 1.3em;
}

.rev-wrap .profile-image {
	display: none;
}

.rev-wrap .profile-image:after {
}

  
.rev-wrap:before,
.rev-wrap:after {
	position: absolute;
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: .1em;
	left: .4em;
	border-radius: 100%;
	width: min-content;
	height: min-content;
	font-family: Times New Roman, Georgia;
	font-weight: bold;
	color: var(--orange-dark);
	text-align: center;
	line-height: 67px;
	font-size: 3em;
	content: '\201C ';
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.rev-wrap:after {
	top: unset;
	left: unset;
	right: .4em;
	bottom: 0;
	height: .75em;
	content: '\201D';
}

.fb-page .row {
	margin-right: 0px;
	margin-left: 0px;
}

.menu-toggle {
	padding: 3px 10px;
	background: transparent;
}

.section-space {
	margin-top: 90px;
	margin-bottom: 90px;
}

.eyebrow {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 10px;
	color: var(--orange);
	font-family: var(--font-heading);
	font-size: .9em;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.experience-cta .eyebrow
{
	color:var(--cream);
}

.eyebrow + h1,
.eyebrow + h2,
.eyebrow + h3,
.eyebrow + h4,
.eyebrow + h5,
.eyebrow + h6 {
	display: block;
	width: 100%;
	margin-top: 0;
}

.heading-line {
	width: 70px;
	height: 3px;
	margin: 20px 0;
	background: var(--orange);
}

.trust-item {
	border-right: 1px solid var(--cream-dark);
}

.trust-item:last-child {
	border-right: 0;
}

.trust-icon {
	width: 100px;
	height: 100px;
	border: 2px solid var(--orange);
	border-radius: 100%;
}

.trust-icon img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.tree-removal-section .col-md-6:first-child {
	display: flex;
}

.tree-removal-img {
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 550px;
	margin: 0;
	border-radius: 20px;
	object-fit: cover;
	object-position: center;
}

.tree-removal-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tree-removal-list li {
	position: relative;
	padding: 12px 0 12px 35px;
	border-bottom: 1px solid var(--cream-dark);
}

.tree-removal-list li::before {
	position: absolute;
	left: 2px;
	top: 14px;
	width: 7px;
	height: 13px;
	border-right: 3px solid var(--orange);
	border-bottom: 3px solid var(--orange);
	content: "";
	transform: rotate(45deg);
}

.permit-callout {
	margin-top: 30px;
	padding: 25px 30px;
	border-radius: 15px;
	background: var(--orange-light);
}

.permit-content {
	display: flex;
	align-items: center;
}

.permit-icon {
	flex: 0 0 70px;
	margin-right: 20px;
}

.permit-icon img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 0;
	object-fit: contain;
}

.permit-text {
	flex: 1;
}

.permit-text h3 {
	margin-top: 0;
}

.service-cards-wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}

.service-cards .service-tile {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: 1px solid var(--orange);
	border-radius: 20px;
	overflow: hidden;
}

.service-cards .service-tile > img,
.site-main-blog .service-tile > a,
.site-main-blog .service-tile > a img {
	display: block;
	width: 100%;
	max-width: none !important;
	margin: 0;
}

.service-cards .service-tile > img,
.site-main-blog .service-tile > a img {
	height: 280px !important;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
}

.site-main-blog .service-tile > a {
	overflow: hidden;
}

.service-cards .service-tile-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 30px;
}

.service-cards .service-tile-content h3 {
	margin-top: 0;
}

.service-cards details {
	width: 100%;
	margin-top: auto;
}

.service-cards details p:first-of-type,
.service-cards details ul:first-of-type {
	margin-top: 20px;
}

.service-card-link {
	color: var(--orange);
	font-weight: 700;
	list-style: none;
	cursor: pointer;
}

.service-card-link::-webkit-details-marker {
	display: none;
}

.service-cards details[open] .service-card-link {
	margin-bottom: 15px;
}

.btn-outlined {
	border: 1px solid currentColor;
	color: inherit;
	background: transparent;
}

.btn-outlined:hover {
	border-color: var(--orange);
	color: var(--white);
	background: var(--orange);
}

.faq-section {
	padding: 30px 0;
}

.faq-contact {
	margin-top: 100px;
}

.experience-content {
	padding: 5% !important;
}

.experience-image {
	min-height: 650px;
	padding: 40px !important;
	background-size: cover;
	background-position: center;
}

.experience-features {
	position: relative;
	width: 320px;
	max-width: 100%;
	padding: 38px 38px 68px;
	color: var(--white);
	background: rgba(0, 0, 0, .60);
	clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
	isolation: isolate;
}

.experience-features::before {
	position: absolute;
	inset: 0;
	z-index: 2;
	content: "";
	background: var(--orange);
	clip-path: polygon(
		0 0,
		100% 0,
		100% 82%,
		50% 100%,
		0 82%,
		0 0,
		8px 8px,
		8px calc(82% - 4px),
		50% calc(100% - 10px),
		calc(100% - 8px) calc(82% - 4px),
		calc(100% - 8px) 8px,
		8px 8px
	);
	pointer-events: none;
}

.experience-features div {
	position: relative;
	z-index: 3;
	padding: 10px 0 10px 30px;
	color: var(--white);
}

.experience-features div::before {
	position: absolute;
	left: 2px;
	top: 14px;
	width: 7px;
	height: 13px;
	border-right: 3px solid var(--orange);
	border-bottom: 3px solid var(--orange);
	content: "";
	transform: rotate(45deg);
}

.btn-light {
	border-color: var(--white);
	color: var(--ink);
	background: var(--white);
}

.btn-light:hover {
	border-color: var(--cream);
	color: var(--ink);
	background: var(--cream);
}

.about-hero-content {
	position: relative;
	max-width: 760px;
	padding: 50px;
	border-radius: 0 80px 0 0;
	color: var(--ink);
	background: var(--cream-dark);
}

.about-hero-content::before {
	position: absolute;
	top: 50px;
	left: 0;
	width: 5px;
	height: 70px;
	content: "";
	background: var(--orange);
}

.about-hero-content h1 {
	margin-top: 0;
}

.location-box-label {
	display: inline-block;
	padding: 12px 18px;
	margin-bottom: 20px;
	color: var(--white);
	font-family: var(--font-heading);
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: var(--orange);
}

#desktop-top-bar img {
	width:20px;
	margin-right:10px;
	filter: invert(1);
}

.toggled.nav-glass {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.row.feedback img {
	max-height: 100px;
}

.sticky {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
	word-wrap: normal !important;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
}

.screen-reader-text:focus {
	display: block;
	left: 5px;
	top: 5px;
	z-index: 100000;
	border-radius: 3px;
	height: auto;
	padding: 15px 23px 14px;
	width: auto;
	color: #21759b;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	background-color: #f1f1f1;
	-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;
	-webkit-clip-path: none;
	clip-path: none;
}

/* Alignments --------------------------------------------- */
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.text-capitalize {
	text-transform: capitalize;
}

.focus-sub.menu-item-has-children a .sub-menu-icon {
	transform: rotate(180deg);
}

.first-b {
	margin-top: 0;
}

.active-btn #back-to-top.btn {
	bottom: 2em;
	display: inline-block;
}

/*---------BOOTSTRAP--------*/
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.row>div {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

.bg-img,.breakout, .d-flex, .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.col-12,
.w-100 {
	width: 100%;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-ordinal-group: 2;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-ordinal-group: 3;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-ordinal-group: 4;
}

.h-100 {
	height: 100%;
}

.p-0 {
	padding: 0;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.m-0 {
	margin: 0;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.w-max {
	width: max-content !important;
}

.mx-0 {
	margin-right: 0rem !important;
	margin-left: 0rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.px-0 {
	padding-right: 0rem !important;
	padding-left: 0rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 2rem !important;
	padding-left: 2rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.align-items-start {
	align-items: start;
}

.justify-content-space-between {
	justify-content: space-between;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-start {
	justify-content: start;
}

.justify-content-end {
	justify-content: end;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.d-inline-block {
	display: inline-block;
}

.d-inline {
	display:inline;
}

.d-block {
	display: block;
}

.align-items-center {
	align-items: center;
}

.d-none {
	display: none;
}

/*----------USEFUL CLASSES-----------*/
.dk {
	background-color: var(--ink);
}

.invert,
.invert h1,
.invert h2,
.invert h3,
.invert h4 {
	color: #fff;
}

.last-b {
	margin-bottom: -2em;
}

.bg-img {
	position: relative;
	flex-direction: column;
	min-height: 250px;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg-c {
	background-position: center;
}

.bg-cream {
	color: var(--ink);
	background: var(--cream);
}

.bg-cream h1,
.bg-cream h2,
.bg-cream h3,
.bg-cream h4,
.bg-cream h5,
.bg-cream h6,
.bg-cream p,
.bg-cream li {
	color: var(--ink);
}

.bg-orange {
	background: var(--orange);
}

.bg-orange h1,
.bg-orange h2,
.bg-orange h3,
.bg-orange h4,
.bg-orange h5,
.bg-orange h6,
.bg-orange p,
.bg-orange li {
	color: var(--white);
}

.bg-orange .eyebrow,
.bg-orange .service-card-link {
	color: var(--cream);
}

.bg-orange-light {
	color: #171717;
	background: #fe8424;
}

.bg-orange-light h1,
.bg-orange-light h2,
.bg-orange-light h3,
.bg-orange-light h4,
.bg-orange-light h5,
.bg-orange-light h6,
.bg-orange-light p,
.bg-orange-light li,
.bg-orange-light a,
.bg-orange-light .eyebrow,
.bg-orange-light .service-card-link {
	color: #171717;
}

.bg-cream-dark {
	color: var(--ink);
	background: var(--cream-dark);
}

.bg-pattern-fade {
	position: relative;
}

.bg-pattern-fade::before {
	position: absolute;
	inset: 0;
	content: "";
	background-image: url('/wp-content/uploads/halftree.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	opacity: .15;
	pointer-events: none;
}

.bg-pattern-fade > * {
	position: relative;
	z-index: 1;
}

.bg-cream .eyebrow {
	color:var(--orange);
}

 

/**Media queries*/

.contact-billboard {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 650px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.contact-billboard .large-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
}

.contact-billboard-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 50px;
	border: 1px solid var(--cream-dark);
	border-radius: 20px;
	text-align: center;
	background: var(--cream-dark);
}

.contact-billboard-content h1 {
	margin-top: 0;
}

@media only screen and (min-width: 576px) {

    .col-sm-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

	.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

	header .row>div {
	padding: initial;
}
	 
	footer .btn {
	max-width: 240px;
	border-radius: 30px;
	background: var(--ink);
}
}

/*Small devices, tablets)*/
@media only screen and (min-width: 768px) {

	:root {
	--headerHeight: 125px;
	--topBarHeight: 30px;
}


	body {
	padding-top: calc(var(--headerHeight) + var(--topBarHeight));
}


	.entry-content {
	margin-top: 0;
}
	
	#masthead .social-links {
	display: block;
	margin: 10px auto 0;
	/* filter: invert(1); */
}

	.footer-column .social-links {
	display: block;
	margin: 10px auto 0;
	filter: invert(1);
}

	.breakout .large-wrapper {
	padding: 0 2em;
}


	#primary-menu > .menu-item-has-children a {
	display: flex;
}

	.menu-item-has-children a .sub-menu-icon {
	position: inherit;
	width: 23px;
}


	#site-navigation-mobile,
	.large-wrapper-nav {
	z-index: 999999;
}

 
	.header-number a img {
	margin-right: 3px;
}


	header#masthead {
	top: var(--topBarHeight);
	position: fixed;
	margin-top: 0px;
	padding: 10px 0;
	height: var(--headerHeight);
	text-align: inherit;
	transition: all ease .3s;
}


	header#masthead.fixed {
		/* height: auto; */
	}


	#logo img {
	max-height: 100px;
	width: auto;
	transition: all ease .25s;
}


	.fixed #logo img {
	max-height: 80px;
	width: auto;
}


	/* Fixed Header bug fix, desktop only end */
	.header-number {
	position: initial;
}
  
	.slider-wrapper .slides-container .slide .slider-content {
	padding: 2em 0em;
	margin: 0 auto;
}


	.slider-wrapper .slides-container .slide .slider-content .all-the-ctas .btn {
	font-size: 1.1em;
}
 
	.main-navigation ul {
	display: block;
	position: inherit;
	width: auto;
	height: auto;
	text-align: center;
}


	header #site-navigation {
	position: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 100%;
	text-align: inherit;
}


	.main-navigation.toggled ul {
	display: flex;
	background: transparent;
}


	.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: block;
	min-width: 185px;
	text-align: left;
	background: #ffff;
	box-shadow: 0 0 2px #535353;
}


	#masthead ul li a {
	padding: 10px;
	font-size: 0.90em;
}


	.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

	.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

	.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

	.attachment-thumbnail.size-thumbnail {
	max-width: 100%;
	height: auto;
}


	img {
	max-width: 300px;
	height: auto;
}


	.justify-content-md-center {
	justify-content: center;
}


	.text-md-left {
	text-align: left;
}

	.text-md-right {
	text-align: right;
}

	
	.main-navigation #primary-menu > li {
	display: inline-block;
	margin: 0 4px;
	text-align: center;
}


	.large-wrapper {
	padding: 0 2em;
}

 
	header .large-wrapper {
		/* max-width: inherit; */
		height: 100%;
		position: relative;
	}


	.col-md-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}


	.col-md-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}


	.col-md-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}


	.col-md-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}


	.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0 1.5em;
}


	.col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}


	.col-md-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}


	.order-md-1 {
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-ordinal-group: 2;
}


	.order-md-2 {
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-ordinal-group: 3;
}


	.order-md-3 {
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-ordinal-group: 4;
}


	.d-md-none {
	display: none !important;
}


	.d-md-block {
	display: block !important;
}

	
	.m-md-5 {
	margin-top: 3rem;
}


	.slider-wrapper .slides-container .slide {
	height: 80vh;
}


	.slider-wrapper .slide-header {
	font-size: 3.5em;
}


	.slider-wrapper .slide-subheader {
	font-size: 1.5em;
}


	.bg-img {
	min-height: 250px;
}


	.parallax {
	background-attachment: fixed;
}


	.alignleft {
	float: left;
	margin-right: 1.5em;
	max-width: 50%;
}


	.alignright {
	float: right;
	margin-left: 1.5em;
	max-width: 50%;
}

	.pr-md-5 {
	padding-right: 3rem !important;
}


	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

	h1 {
	font-size: 2em;
}

	h2 {
	font-size: 1.8em;
}

	h3 {
	font-size: 1.2em;
}

	.highlight {
	font-size: 1.5rem;
}
}

@media only screen and (min-width: 992px) {

	.col-lg-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}


	.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0 1.5em;
}
}

@media only screen and (max-width: 767px) {
	
	.footer-column .social-links {
	display: block;
	margin: 10px auto 0;
	filter: invert(1);
}

	.slider-wrapper .slider-content::before {
	width: 100%;
	border-radius: 0;
	background-color: rgba(241, 90, 36, .9);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
}


	.entry-content {
	margin-top: 0px;
}


	.slider-wrapper .slides-container .slide {
	height: 620px;
	background-position: 62% center;
}


	.slider-wrapper .hero-copy {
	max-width: 100%;
	padding-right: 0;
}


	.slider-wrapper .slide-header {
	font-size: 2.3em;
}


	.slider-wrapper .slide-subheader {
	font-size: 1.05em;
}


	.slider-wrapper .all-the-ctas {
		/* flex-direction: column; */
		align-items: flex-start;
	}

	.section-space {
	margin-top: 150px;
	margin-bottom: 150px;
}


	.trust-item {
	border-right: 0;
	border-bottom: 1px solid var(--cream-dark);
}


	.trust-item:last-child {
	border-bottom: 0;
}


	.tree-removal-section .col-md-6:first-child {
	display: block;
}


	.tree-removal-img {
	width: 100% !important;
	max-width: none !important;
	height: 400px !important;
	min-height: 0;
	margin: 0 0 30px;
}


	.permit-callout {
	padding: 25px 20px;
}


	.permit-content {
	align-items: flex-start;
}


	.permit-icon {
	flex: 0 0 55px;
	margin-right: 15px;
}


	.permit-icon img {
	width: 40px;
	height: 40px;
}


	.permit-callout .btn {
	margin-top: 20px;
}


	.service-cards-wrap {
	margin-top: 70px;
	margin-bottom: 70px;
}


	.service-cards .service-tile > img,
.site-main-blog .service-tile > a img {
	height: 250px !important;
}


	.service-cards .service-tile-content {
	padding: 25px;
}


	.split-section-content {
	padding: 50px 30px !important;
}


	.split-section-image {
	min-height: 400px;
}


	.split-section-image img {
	min-height: 400px;
}


	.feature-strip-content {
	padding: 45px 30px !important;
	min-height: 0;
}


	.faq-section {
	padding: 0;
}


	.faq-contact {
	margin-top: 40px;
	margin-bottom: 40px;
}


	.experience-content {
	padding: 50px 30px !important;
}


	.experience-image {
	justify-content: center;
	min-height: 500px;
	padding: 30px !important;
}


	.experience-features {
	width: 100%;
	padding: 32px 32px 62px;
}

	.about-billboard {
	min-height: 700px;
	padding-top: 100px;
	background-position: 60% center;
}


	.about-hero-content {
	padding: 35px 30px;
	border-radius: 0 45px 0 0;
}


	.about-hero-content::before {
	display: none;
}

	.location-billboard-box {
	min-height: 650px;
	background-position: 60% center;
}


	.location-billboard-box-content {
	max-width: 100%;
	padding: 30px;
}


	.contact-billboard {
		min-height: 600px;
	}

	.contact-billboard-content {
		max-width: 100%;
		padding: 35px 25px;
	}
}
