/*
Theme Name: limbwalker
Theme URI: http://underscores.me/
Author: Mannix Marketing, Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for limbwalker.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: limbwalker
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

limbwalker is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 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: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

h3 {
	font-size: 1.25em;
}
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 1% 1em 0;
}

hr {
	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;
}

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"] {
	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-appearance: textfield;
	box-sizing: content-box;
}

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,
textarea {
	color: #000;
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1em; line-height: 1.125; font-family: 'Rufina', serif;
}

p {
	margin: 0 0 1.5em;
}

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 {
	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/ */
	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: 5px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 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. */
}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited { color: #4ba452; text-decoration: none; transition: all ease 0.3s; }
a:hover, a:focus, a:active { color: #3a753e; outline: 0; transition: all ease 0.3s; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, a.button, a.button:visited, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: none;
	border-radius: 1px;
	background: #4ba452;
	box-shadow: none;
	color: #fff;
	line-height: 1;
	padding: .6em 1.5em;
	text-transform: uppercase;
	font-family: 'Rufina', serif;
	font-weight: bold;
	transition: all ease 0.5s;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button { padding: .6em 1.5em !important; }

.yellow-button, a.yellow-button, a.yellow-button:visited { background: #c19d45; }

.button:hover, a.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus, a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active, a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #3a753e;
	transition: all ease 0.5s;
}
.remodal button { background: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
.container { max-width: 1400px; margin: 0 auto; box-sizing: border-box; position: relative; padding: 0 2%; }
#primary .container, .secondary .container { max-width: 1150px; }
.wide-column, .widget-area { float: left; box-sizing: border-box; }
.wide-column { width: 75%; padding-right: 3%; }
.widget-area { width: 25%; padding-left: 1.5%; }
.nowrap { white-space: nowrap; }
#mannix { font-size: 12px; font-size: 0.75rem; margin-top: 15px; text-align: right; color: #6e6e6d; }
#mannix a { color: #6e6e6d; }
.map {position: relative; }
.cover {position: absolute; top: 0; right: 0; bottom:6px; left: 0; background-color: #000; opacity: 0.1; }
.row { padding: 40px 0; }
.noshow { display: none; }
.gold-text { color: #c49f46; }
.col { float: left; }
.col50 { width: 48%; }
.col50:nth-of-type(odd){ margin-right: 2%; }
.col50:nth-of-type(even){ margin-left: 2%; }
.col-wrapper { margin-bottom: 1.5em; }
.signature, .review-author, .quote-author { font-family: 'Homemade Apple', cursive; }
.styled-list { columns: 3; }

.site-header { position: relative; }
.header-wrapper { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; padding-bottom: 30px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
 }
.header-wrapper .container {max-width: 1600px;}
.site-logo { margin-top: -30px; }
.site-branding.alignleft {margin-right: 0;}
.header-bar { font-family: 'Rufina', sans-serif; font-size: 16px; font-size: 1rem; text-align: right; background: rgba(0,0,0,0.3); }
.header-bar a { color: #FFF; }
.header-bar span { display: inline-block; vertical-align: middle; }
.header-bar .header-consultation { padding: 5px 25px; background-color: #49944f; margin-left: 20px; transition: all ease 0.5s; }
.header-bar .header-consultation:hover { background-color: #3a753e; transition: all ease 0.5s; }
.header-bar .header-pay { padding: 5px 25px; background-color: #c19d45; margin-left: 0; transition: all ease 0.5s; }
.header-bar .header-pay:hover { background-color: #3a753e; transition: all ease 0.5s; }
.nav-wrapper .container {padding-left: 0;}
.hero-wrapper { position: relative; }
.hero-image { position: relative; line-height: 0; }
.hero-image:before { position: absolute; content: ''; display: block; width: 100%; height: 100%; background: rgba(0,0,0,0.4); }
.home .hero-image { height: 100vh; background-size: cover; background-position: top center; }
.hero-image img { width: 100%; height: auto; }
.hero-wrapper div.entry-header { position: absolute; width: 100%; text-align: center; bottom: 20%; left: 0; color: #FFF; padding: 0 2%; }
.hero-wrapper div.entry-header span.h2 { font-family: 'Rufina', serif; font-size: 72px; line-height: 1; margin: 0; }
.hero-text { position: absolute; bottom: 50px; left: 0; padding: 0 2%; color: #fff; text-align: center; line-height: 1.5; width: 100%;}
h1.entry-title { margin-bottom: 0.5em; }
.home h1.entry-title { font-size: 72px; margin-bottom: 10px; }
.hero-text h2 { font-family: 'Homemade Apple', cursive; margin-bottom: 1em; font-size: 25px; letter-spacing: 3px; font-weight: 300; }
.hero-text a.yellow-button { margin-left: 15px; }

.page #primary { background: url('images/Wood-texture.jpg'); text-align: center; }
.home #primary { background-repeat: no-repeat; background-position: top left; background-size: contain; text-align: left; }
.home #primary.row { padding: 3em 0; }
.home #primary .container { padding-left: 15%; padding-right: 0; }
.home #primary h2 { font-size: 82px; margin-bottom: 0.25em; }
.home #primary h2 span { font-size: 54px; display: block; }
.home .secondary { text-align: center; }
.home .secondary .container { max-width: 1000px; }
.home .secondary .styled-list { list-style-type: none; text-align: left; padding-left: 0; }
.home .secondary .styled-list li:before { content: url('images/icon-check.png'); font-family: 'fontawesome'; margin-right: 10px; vertical-align: middle; display: inline-block; }

.trust-symbols { background: url('images/Wood-texture.jpg'); }
.trust-symbol { float: left; width: 21%; margin: 0 2%; text-align: center; font-size: 17px; }
.trust-symbol h3 { font-size: 30px; margin-bottom: 0.25em; }

.video-placeholder { position: relative; line-height: 0; }
.video-placeholder:before { position: absolute; display: block; content: ''; height: 100%; width: 100%; top: 0; left: 0; background: rgba(0,0,0,0.4); }
.video-placeholder img { width: 100%; }
.video-action { position: absolute; top: 50%; left: 50%; text-align: center; transform: translate(-50%, -50%); line-height: 1.5; color: #FFF; font-size: 47px; font-family: 'Rufina', serif; }
.video-action i.fa { font-size: 2.5em; }
.video-action:hover { cursor: pointer; }

.video-player { background: #000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; display: none; }
.video-player .container { max-width: 1100px; }
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.secondary h2 { text-align: center; }
.tree-service { margin-bottom: 40px; }
.tree-services .container { max-width: 1000px; }
.tree-service .service-icon, .tree-service .service-intro { float: left; }
.tree-service .service-icon { width: 25%; }
.tree-service .service-icon img { width: 100%; }
.tree-service .service-intro { width: 75%; padding-left: 40px; }
.tree-service .service-intro h3 { font-size: 28px; margin-bottom: 0.5em; }

.page-id-14 #primary { background-color: #fff; background-repeat: no-repeat; background-size: contain; background-position: top right; text-align: left; }
.page-id-14 #primary .container { padding-right: 18%; padding-left: 0; }
.page-id-14 .secondary { background: #f1f1f1; }
.team-member { float: left; width: 31.33%; margin-bottom: 2em; }
.team-member:nth-of-type(3n+2) { margin-left: 2%; margin-right: 2%; }
.team-member .position { display: block; font-weight: normal; font-size: 80%; }
.team-member .bio { text-align: left; width: 200%; padding-top: 30px; }
.team-member:nth-of-type(even) .bio { margin-left: -100%; }
.team-member p.h3, .remodal p.h3 { font-size: 1.25em; margin: 0 0 1em; line-height: 1.125; font-family: 'Rufina', serif; font-weight: 700; }

.client-testimonials { text-align: left; }
.client-testimonials .testimonial { border-bottom: 1px solid #333; margin-bottom: 1.5em; padding-bottom: 1.5em; }
.client-testimonials .testimonial:last-of-type { border-bottom: 0; margin-bottom: 0; }
.client-testimonials .testimonial-author { font-weight: bold; }

.columns {
    margin: 3em 0 0;
    display: flex;
    justify-content: space-between;
}
.column {
    flex-basis: 47%;
    text-align: left;
}
.column ul {
	text-align: left;
}

.footer-review { background-size: cover; background-attachment: fixed; font-family: 'Rufina', serif; }
.footer-review.row { padding: 4em 0; }
.footer-review .container { max-width: 600px; color: #FFF; }
.footer-review .review-title { display: block; font-size: 83px; line-height: 1.125; margin-bottom: 15px; position: relative; }
.footer-review .review-title:before { position: absolute; left: -70px; top: -15px; content: '\201C'; font-size: 2em; line-height: 1; color: #c49f46; }
.footer-review .review-body { display: block; font-size: 21px; }
.footer-review .review-description, .footer-review .review-author { display: inline-block; width: 49%; vertical-align: top; }
.footer-review .review-description { text-transform: uppercase; font-size: 15px; }
.footer-review .review-author { text-align: right; font-size: 26px; }

.footer-quote { background-size: cover; background-attachment: fixed; font-family: 'Rufina', serif; }
.footer-quote.row { padding: 4em 0; }
.footer-quote .container { max-width: 1000px; color: #FFF; }
.footer-quote .quote-title { display: block; font-size: 55px; line-height: 1.125; margin-bottom: 15px; position: relative; }
.footer-quote .quote-title:before { position: absolute; left: -60px; top: -25px; content: '\201C'; font-size: 2.5em; line-height: 1; color: #c49f46; }
.footer-quote .quote-author { text-align: right; font-size: 26px; color:#c49f46; }

.footer-consult { text-align: center; background: url('images/Wood-texture.jpg'); font-size: 17px; }
.footer-consult .container { max-width: 1000px; }
.footer-consult h2 { font-size: 42px; font-family: 'Rufina', serif; }
.footer-consult .gform_wrapper .top_label .gfield_label { font-weight: normal; }
.footer-consult .gform_wrapper ul.gform_fields li.gfield { display: inline-block; width: 49%; vertical-align: top; }
.footer-consult .gform_wrapper ul.gform_fields li#field_3_4 { display: block; width: 100%; }
.footer-consult .gform_wrapper .gform_footer { text-align: center; font-size: 21px; }
.footer-consult form select {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    width: 100%;
    font-size: 21px;
}
.footer-consult form select {
    padding: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url('images/dropdown-arrows.png') no-repeat 98%;
}

.site-footer { background: #2a2928; color: #FFF; font-size: 15px; font-family: 'Rufina', serif; }
.site-footer a { color: #FFF; }
.footer-locations { max-width: 50%; }
.contact-information.alignleft { width: 50%; }
.contact-information > div > .alignleft { width: 32%; margin-right: 2%; }
.contact-information > div > .alignleft:first-of-type { width: 25%; margin-right: 2%; }
.contact-information strong {font-size: 19px;}
.footer-logo { display: block; margin-top: 10px; }
.footer-locations strong { color: #c49f46; font-weight: 700; font-size: 19px; }

.blog .post:first-of-type, .archive .post:first-of-type, .search .post:first-of-type { margin-top: 50px; }
.blog .post, .archive .post, .search .post { padding: 2.5em 1.5em 1.5em; border-top: 8px solid #4ba452; position: relative; background: #f1f1f1; margin-bottom: 2.5em; }
.blog .post:before, .archive .post:before, .search .post:before { content: ''; display: block; position: absolute; top: -30px; left: 50%; transform: translate(-50%, 0); height: 50px; width: 50px; background: url('images/icon-blog-tree.png') no-repeat; background-size: cover; }
.blog .post h2.entry-title, .archive .post h2.entry-title, .search .post h2.entry-title { font-size: 36px; }

.remodal-wrapper p { text-align: left; }

.entry-content p:last-of-type { margin-bottom: 0; }
.post .entry-title { margin-bottom: 0; }
.entry-meta { font-size: 80%; font-style: italic; }
.post .entry-content { margin-top: 1em; }
.entry-meta, .entry-footer { font-size: 90%; font-style: italic; }
.entry-footer { padding-bottom: 15px; font-size: 70%; }
.cat-links, .tags-links, .comments-link { display: block; width: 100%; }
.posts-navigation { padding-top: 10px; font-size: 90%; }

.blog-container {
    width: 75%;
    float: left;
    padding-right: 3%;
}
.blog-category {
    width: 25%;
    float: right;
    margin: 50px 0px;
}
.blog-category ul {
    margin: 10px 0px;
}
.blog-category li {
    padding: 5px 0px;
    font-size: 19px;
}
.categories-header {
	margin: 0px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Shiftnav
--------------------------------------------------------------*/
#shiftnav-toggle-main .shiftnav-main-toggle-content { padding: 5px !important; }
#shiftnav-toggle-main .shiftnav-main-toggle-content img { max-height: 50px; }
.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu { background: #4ba452 !important; text-transform: uppercase;  }
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target { border-color: rgba(255,255,255,0.5) !important; color: #FFF !important; text-shadow: none !important; }
.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover { background: #b88d3b !important; color: #FFF !important; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation { margin-top: 50px; font-family: 'Rufina', serif; }
.main-navigation.alignright { margin-left: 0; }
.footer-navigation {width: 100%; padding: 0 0 20px; border-bottom: 1px solid #6d6d6d; margin-bottom: 20px; text-align: center;font-size: 18px; font-size: 1.125rem;}

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

.main-navigation li, .footer-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation li { margin-right: 40px; font-size: 25px; }
.main-navigation li:last-of-type { margin-right: 0; }
.main-navigation li.menu-item-has-children > a:after { content: '\f0d7'; font-family: 'fontawesome'; margin-left: 10px; font-size: 15px; }
.footer-navigation li { margin-right: 10px; padding-right: 10px; border-right: 1px solid #FFF; line-height: 1; }
.footer-navigation li:last-of-type { margin-right: 0; padding-right: 0; border-right: 0; }
.footer-navigation li:hover a { text-decoration: underline; }

.main-navigation a { color: #FFF; padding-bottom: 15px; }

.main-navigation a, .footer-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background: #c19d45;
	float: left;
	position: absolute;
	top: 50px;
	left: -999em;
	z-index: 99999;
	font-size: 18px;
	padding: 20px 20px 0;
}

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

.main-navigation ul ul a {
	font-size: 18px;
	width: 250px;
}

.main-navigation ul ul li {
	margin-right: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a  {
	color:#b88d3b;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus,
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
	color: #FFF; text-decoration: underline;
}

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

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

.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%;
}

/*--------------------------------------------------------------
# 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;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	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;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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;
	font-size: 14px;
}

/*--------------------------------------------------------------
## 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: 49%;
}

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*---------------------------------------------------------------
PPC Landing Page
----------------------------------------------------------------*/

#sticky-anchor {
    position: absolute;
    transition: all ease 0.3s;
    width: 100%;
    z-index: -1;
}
.header-fixed.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: none;
    max-width: none;
    margin-top: 0;
    background: #101010;
}
.page-template-template-ppc .container {
	padding-left: 40px;
	padding-right: 40px;
}
.page.page-template-template-ppc :focus {
	outline: 2px dotted #000;
	outline-offset: 2px;
}
.header-fixed.sticky :focus,
.page-template-template-ppc .hero-text :focus,
.page.page-template-template-ppc .site-footer :focus {
	outline-color: #fff;
}
.header-fixed .site-branding {
	transition: .5s ease all;
}
.header-fixed.sticky .site-branding {
    margin-bottom: -80px;
    max-width: 230px;
}
.page.page-template-template-ppc #primary {
    background: #fff;
    text-align: initial;
}
.page-template-template-ppc .header-phone {
    /* font-size: 1.6rem; */
	display: inline-block;
    border: none;
    border-radius: 1px;
    background: #c19d45;
    box-shadow: none;
    color: #fff;
    line-height: 1;
    padding: .6em 1.5em;
    text-transform: uppercase;
    font-family: rufina, serif;
    font-weight: 700;
    transition: all ease .5s;
	& a {
		color: #FFF;
	}
}
.page-template-template-ppc .header-phone:hover,
.page-template-template-ppc .header-phone:focus {
	/* color: #fff; */
	background-color: #3a753e;
}
.page-template-template-ppc .hero-image {
	height: 100vh;
	background-size: cover;
	background-position: top center;
}
.page-template-template-ppc .hero-text {
    bottom: 0;
    left: 50%;
    padding: 50px 2% 100px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
}
.page-template-template-ppc .hero-text h1 {
    font-size: 72px;
    margin-bottom: 10px;
}
.page-template-template-ppc .hero-text h2 {
    font-family: 'Rufina', serif;
    margin-bottom: 1em;
    font-size: 25px;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 1.4em;
}
.page-template-template-ppc .hero-text .entry-content p:last-of-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 600px;
	margin: 0 auto;
}
.page-template-template-ppc .hero-text .entry-content p:last-of-type a.button {
	flex-basis: 48%;
}
.flexed {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.right-image-text {
	flex-direction: row-reverse;
}
.flexed-v-center {
	align-items: center;
}
.flex-40 {
	flex-basis: 40%;
}
.flex-47 {
	flex-basis: 47%;
}
.flex-48 {
	flex-basis: 48%;
}
.flex-47 {
	flex-basis: 47%;
}
.flex-60 {
	flex-basis: 60%;
}
.flex-24 {
	flex-basis: 24%;
}
.centered {
	text-align: center;
}
.padding-top-3 {
	padding-top: 3em;
}
.padding-bottom-3 {
	padding-bottom: 3em;
}
.padding-top-5 {
	padding-top: 5em;
}
.padding-bottom-5 {
	padding-bottom: 5em;
}
.padding-top-6 {
	padding-top: 6em;
}
.padding-bottom-6 {
	padding-bottom: 6em;
}
.page-template-template-ppc .medium-container {
	max-width: 1000px;
}
.ppc-header-contact {
    margin: 1.7em 2em 0 0;
}
.page-template-template-ppc h2 {
	font-size: 3rem;
}
#ppc-services-checklist ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
    columns: 3;
}
#ppc-services-checklist li {
    font-size: 1.7rem;
    color: #4ba452;
    margin-bottom: 0.5em;
}
#ppc-services-checklist li:before {
    content: url(images/icon-check.png);
    font-family: 'fontawesome';
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.wood-bg,
#top-form-ppc {
    background: url(images/Wood-texture.jpg);
}
.accordion-wrap-bg,
.page-template-template-ppc #contact-us {
    background-color: #f7f4f1;
}
.accordion-text-header {
    margin: 0 auto 3em;
}
.accordion-text-header h2 {
    max-width: 360px;
    margin: 0 auto;
}
.accordion h3 {
    margin-bottom: 0;
}
a.accordion-header {
    padding: .65em 1em .65em 0;
    position: relative;
    display: block;
    font-size: 1.75rem;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #c7bcb1;
    line-height: 1em;
}
.accordion:first-of-type a.accordion-header {
    border-top: 1px solid #c7bcb1;
}
a.accordion-header:hover, a.accordion-header:focus, .content-area a.accordion-header.active {
    color: #4ba452;
}
.accordion-content {
    font-size: 1.125rem;
    padding: 1em;
}
a.accordion-header:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    font-weight: 700;
    content: "\f067";
    position: absolute;
    line-height: 1.6em;
    font-size: 1rem;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #000;
    transition: .5s ease;
    background-color: #4ba452;
    border-radius: 50%;
    transform-origin: center;
    width: 25px;
    height: 25px;
    text-align: center;
}
a.accordion-header.active:after {
    content: "\f068";
    transition: .5s ease;
}
.left-text {
    padding: 4em 15% 4em 0;
}
.right-text {
	padding: 4em 5em 4em 15%;
}
.left-text h2, .right-text h2 {
    font-size: 3.1rem;
}
.background-image {
	background-size: cover;
	background-position: center;
}
.left-image-text .background-image {
	background-position: left center;
}
.right-image-text .background-image {
	background-position: right center;
}
#top-form-ppc h2,
.page-template-template-ppc #contact-us h2 {
    max-width: 670px;
    margin: 0 auto 0.8em;
}
.page-template-template-ppc .gform_footer {
    justify-content: center;
}
#why-choose-ppc h2 {
    max-width: 610px;
}
.page-template-template-ppc .highlights h2 {
    font-size: 2rem;
    margin-bottom: .25em;
}
.page-template-template-ppc input[type="text"],
.page-template-template-ppc input[type="email"],
.page-template-template-ppc input[type="url"],
.page-template-template-ppc input[type="password"],
.page-template-template-ppc input[type="search"],
.page-template-template-ppc input[type="tel"],
.page-template-template-ppc textarea,
.page-template-template-ppc select {
    border: 3px solid #343434;
    border-radius: 0;
}
.page-template-template-ppc .contact-information {
    max-width: 600px;
    margin: 0 auto;
}
.page-template-template-ppc .contact-information > div > .alignleft:first-of-type {
	margin-right: 0;
}
.contact-information-address-weybridge {
    margin: 0 3em;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-height: 800px){
	.home .hero-image { height: 800px; }
}

@media screen and (max-width: 1620px){
	.home #primary .container {padding-left: 25%; }
	.page-id-14 #primary .container { padding-right: 25%; }
.left-text {
    padding: 4em 5% 4em 0;
}
.right-text {
    padding: 4em 5em 4em 5%;
}
}
@media screen and (max-width: 1440px){
	.home #primary .container {padding-left: 35%; }
	.home #primary h2 { font-size: 72px; }
	.home #primary h2 span { font-size: 44px; }
	.page-id-14 #primary .container { padding-right: 35%; }
.page-template-template-ppc .hero-text h1 {
    font-size: 5vw;
}
}
@media screen and (max-width: 1400px){
	.main-navigation li { margin-right: 20px; font-size: 22px; }
}
@media screen and (max-width: 1300px){
.left-img,
.right-img,
.left-text,
.right-text {
    flex-basis: 50%;
}
.left-text,
.right-text  {
    padding: 4em 40px;
}
}
@media screen and (max-width: 1260px){
	.home #primary h2 { font-size: 62px; }
	.home #primary h2 span { font-size: 34px; }
	.home #primary .signature { text-align: right; display: block; width: 100%; }
	.page-id-14 #primary .container { padding-right: 45%; }
}
@media screen and (max-width: 1200px){
	.main-navigation li { font-size: 20px; }
}
@media screen and (max-width: 1180px){
	.home #primary .container {padding-left: 45%; padding-right: 2%; }
	.page-id-14 #primary .container { padding: 0 2%; }
	.page-id-14 #primary { background-image: url('images/Wood-texture.jpg') !important; background-position: top left; background-repeat: repeat; text-align: center; }
	.contact-information.alignleft { width: 60%; margin-right: 2%; }
	.footer-locations.alignright { margin-left: 0; max-width: 38%; }
}
@media screen and (max-width: 1140px){
	.main-navigation { margin-top: 40px; }
	.main-navigation li { font-size: 18px; margin-right: 18px; }
	.site-logo { max-width: 330px; }
	.home h1.entry-title, .hero-wrapper header.entry-header h2 {font-size: 52px;}
	.hero-text h2 { font-size: 21px; }
	.footer-quote .container { padding: 0 60px; max-width: 100%; }
	.footer-quote .quote-title:before { left: -45px; }
	.footer-quote .quote-title { font-size: 33px; }
}
@media screen and (max-width: 1024px){
	.remodal-wrapper { top: 80px !important; }
	.footer-review, .footer-quote { background-attachment: scroll; background-size: cover; }
.left-text h2, .right-text h2 {
    font-size: 2.5rem;
}
.highlights {
    flex-basis: 48%;
    margin: 1em 0;
}
.page-template-template-ppc h2 {
    font-size: 2.5rem;
}
.page-template-template-ppc #shiftnav-toggle-main {
	display: none;
}
body.page-template-template-ppc.shiftnav-disable-shift-body {
    padding-top: 0;
}
.header-fixed .site-branding {
    max-width: 200px;
}
.ppc-header-contact {
    margin: 1.2em 20px 0 0;
}
.page-template-template-ppc .header-phone {
    font-size: 1.25rem;
}
.header-fixed.sticky .site-branding {
    margin-bottom: -80px;
    max-width: 190px;
}
.page-id-779 .hero-image img, 
.page-id-16 .hero-image img {
	height: 100%;
  object-fit: cover;
}
.page-id-779 .hero-wrapper,
.page-id-16 .hero-wrapper {
    min-height: 200px;
}
.page-id-779 .hero-image::after,
.page-id-16 .hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
}

@media screen and (max-width: 980px){
	.home .entry-content { margin-top: 0; }
	.home #primary.row { padding: 2em 0; }
#ppc-services-checklist ul {
    columns: 2;
    max-width: 600px;
    margin: 0 auto;
}
}
@media screen and (max-width: 900px){
	.contact-information.alignleft, .contact-information .alignleft, .footer-locations.alignright,
	.contact-information > div > .alignleft:first-of-type, .contact-information > div > .alignleft, #mannix { display: block; float: none; width: 100%; margin: 0 0 1.5em; text-align: center; max-width: none; }
	.footer-logo { display: none; }
	.home .hero-image { height: 850px; }
	.home #primary { font-size: 18px; font-size: 1.125rem; }
	.columns {
	    display: block;
	}
.left-img,
.right-img,
.left-text,
.right-text {
    flex-basis: 100%;
}
.left-img,
.right-img {
	height: 400px;
}
.left-text, .right-text {
    padding: 2em 40px;
}
.left-text {
	order: 1;
}
.left-img {
	order: 2;
}
.page-template-template-ppc .footer-logo {
    display: block;
}
}
@media screen and (max-width: 820px){
	.home h1.entry-title, .hero-wrapper header.entry-header h2 {font-size: 42px;}
	.hero-text h2 { font-size: 18px; }
	.trust-symbol { width: 46%; }
	.trust-symbol:nth-of-type(odd){ clear: left; }
	.home #primary { background-image: none !important; }
	.home #primary .container { padding: 0 2%; }
	.team-member, .team-member:nth-of-type(3n+2) { display: block; float: none; width: 100%; margin: 0 0 2em; }
.page-template-template-ppc .hero-text {
    padding: 50px 2% 60px;
}
.page-template-template-ppc .hero-text h1 {
    font-size: 8vw;
}
.page-template-template-ppc .hero-text h2 {
    font-size: 20px;
}
}
@media screen and (max-width: 782px){
html body.page-template-template-ppc{
    margin-top: -46px !important;
}
.hero-wrapper div.entry-header span.h2 {
	font-size: 48px;
}
.video-action {
	font-size: 26px;
}
.video-placeholder img {
	min-height: 200px;
	object-fit: cover;
}
}
@media screen and (max-width: 750px){
	.home .secondary .styled-list { columns: 2; }
	.footer-consult h2 {font-size: 35px;}
	.tree-service .service-icon { width: 40%; }
	.tree-service .service-intro { width: 60% }
	h1.entry-title { font-size: 1.5em; }
	h2, .tree-service .service-intro h3 { font-size: 1.25em; }
	.page-id-10 #primary .entry-content a.button { display: block; margin: 0 0 1em; width: 100%; }
	.blog-container { width: 100%; float: none; padding-right: 0; }
	.blog-category { width: 100%; float: none; }

}
@media screen and (max-width: 700px){
	.footer-review .container { padding: 0 60px; max-width: 100%; }
	.footer-review .review-title:before { left: -45px; }
	.footer-review .review-title { font-size: 53px; }
	.footer-review .review-description, .footer-review .review-author { display: block; width: 100%; margin-bottom: 1.25em; }
	.home .hero-image { height: 700px; }
.footer-logo {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 2em;
}
.contact-information-address-weybridge {
    margin: 0 0 2em;
    flex-basis: 100%;
    text-align: center;
}
.contact-information-address-shelburne {
    text-align: center;
    flex-basis: 100%;
}
}
@media screen and (max-width: 641px){
	.footer-consult .gform_wrapper ul.gform_fields li.gfield { display: block; width: 100%; }
.page-template-template-ppc .hero-text .entry-content p:last-of-type a.button {
    flex-basis: 100%;
    max-width: 300px;
    margin: 0.4em auto;
}
.page-template-template-ppc .hero-text {
    padding: 50px 2% 40px;
}
#ppc-services-checklist li {
    font-size: 1.4rem;
}
}
@media screen and (max-width: 600px){
	.tree-service .service-icon { margin-bottom: 1.5em; }
	.tree-service .service-icon,
	.tree-service .service-intro { width: 100%; float: none; padding: 0; }
	.hero-wrapper header.entry-header, .hero-image:before { display: none; }
	.col, .col50, .col50:nth-of-type(even), .col50:nth-of-type(odd) { display: block; float: none; width: 100%; margin: 0 0 1.5em; }
	.hero-text { position: relative; top: auto; left: auto; transform: none; background: url('images/Wood-texture.jpg'); padding: 40px 2%; color: #000; }
	.home .hero-image { height: 400px; }
	.home h1.entry-title { margin-top: 2em; }
.page-template-template-ppc .hero-wrapper header.entry-header,
.page-template-template-ppc .hero-image:before {
	display: block;
}
.left-text, .right-text {
    padding: 2em 20px;
}
.page-template-template-ppc .container {
	padding-left: 20px;
	padding-right: 20px;
}
#ppc-services-checklist li:before {
    margin-right: 2px;
    width: 30px;
}
#ppc-services-checklist {
    padding-top: 3em;
    padding-bottom: 3em;
}
#ppc-services-checklist li {
    font-size: 0.9rem;
}
.highlights {
    flex-basis: 100%;
}
.page-template-template-ppc .hero-image {
    height: 550px;
}
}
@media screen and (max-width: 520px){
	.home .hero-text a.button { display: block; width: 100%; margin: 0 0 15px; }
	.trust-symbol { float: none; width: 96%; }
	.home .secondary {text-align: left;}
	.home .secondary .styled-list { columns: 1; }
	.header-bar .container { padding: 0; text-align: center; }
	.header-bar .header-consultation { margin-left: 8px; }
	.header-bar .header-consultation,
	.header-bar .header-pay { padding: 5px 15px; }
	.header-wrapper { position: relative; padding-bottom: 0; background: #333; }
	.hero-text h2 { font-family: 'Oxygen', sans-serif; }
.page-template-template-ppc h2 {
    font-size: 2rem;
}
.page-template-template-ppc .header-wrapper {
    background: transparent;
    position: absolute;
    padding-bottom: 30px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-template-template-ppc .header-fixed.sticky {
	position: fixed;
	background-color: #101010;
}
.left-image-text .background-image,
.right-image-text .background-image  {
    background-size: 140%;
}
}
@media screen and (max-width: 480px){
	.footer-review .review-title { font-size: 40px; }
	.home h1.entry-title { font-size: 36px; }
	.home .hero-image { height: 250px; }
	.home #primary h2 { font-size: 42px; }
	.home #primary h2 span { font-size: 28px; }
}
@media screen and (max-width: 460px){
	.header-bar .header-pay {display: none;}
	.header-bar .container {text-align: right;}
.header-fixed .site-branding {
    margin-left: -20px;
}
}
@media screen and (max-width: 400px){
	.header-bar .header-consultation { padding: 5px 10px; }
#ppc-services-checklist ul {
    columns: 1;
    max-width: 220px;
    margin: 0 auto;
}
#ppc-services-checklist li {
    font-size: 1.25rem;
}
.page-template-template-ppc .header-phone {
    font-size: 1rem;
}
}
@media screen and (max-width: 360px){
	.header-bar span.header-phone { display: none; }
	.header-bar .header-consultation { width: 100%; margin: 0; text-align: center; }
.header-fixed .site-branding {
    max-width: 160px;
}
}




/* Added Styles */
/* Testimonials Wrapper */
.testimonials-wrapper {
    position: relative;
    overflow: hidden;
}

.testimonials-wrapper.footer-review {
    /* Keep your existing footer-review styles */
}

.testimonials-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.testimonial-single .testimonials-container {
    display: block;
}

.testimonial-slide {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
}

/* Slider Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 40px;
    line-height: 1;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
}

.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.slider-prev {
    left: 20px;
}

.slider-next {
    right: 20px;
}

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid white;
    cursor: pointer;
    transition: background 0.3s;
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.7);
}

.slider-dot.active {
    background: white;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .slider-arrow {
        font-size: 30px;
        padding: 5px 15px;
    }
    
    .slider-prev {
        left: 10px;
    }
    
    .slider-next {
        right: 10px;
    }
}




/* Hero wrapper positioning */
.hero-wrapper {
    position: relative;
}

.hero-image {
    /* Keep your existing hero-image styles */
}

/* Black overlay - ONLY when form exists */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Regular hero text (when no form) - keeps all existing styles */
.hero-text {
    /* Keep ALL your existing hero-text styles exactly as they were */
}

/* Hero with Form Layout - ONLY applies when form exists */
.hero-with-form {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1150px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 2;
}

.hero-with-form .hero-content-left {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
    color: #FFF;
	@media (max-width: 600px) { 
		padding-left: 0px;
		padding-right: 0px;
	}
    & h1 {
        font-size: 3.5rem;
        text-transform: uppercase;
		@media (max-width: 600px) { 
			font-size: 38px;
		}
    }
    & h2 {
        font-size: 2.8rem;
		@media (max-width: 600px) { 
			font-size: 28px;
		}
    }
    .yellow-button {
        margin-right: 12px;
		margin-bottom: 12px;
    }
}

.hero-with-form .hero-form-right {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
    /* display: flex; */
    align-items: center;
	.form-wrap {
		background: rgba(255, 255, 255, 0.95);
		padding: 30px;
		border-radius: 8px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		@media (max-width: 600px) { 
			padding: 10px;
		}
	}
}

.hero-with-form .hero-form-right form {
    width: 100%;
    /* background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    div#field_6_6 {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }
}

/* Mobile/Tablet - Stack text above form, stay inside image */
@media (max-width: 1024px) {
    /* Make hero-wrapper grow with content on mobile */
    .page-template-template-ppc .hero-wrapper {
        min-height: 100vh;
        height: 100vh;
    }

	.hero-wrapper {
        min-height: 100vh;
        height: auto;
    }
    
    /* Make hero-image stretch to cover entire wrapper */
    .hero-wrapper .hero-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }
    
    /* Make overlay cover entire wrapper */
    .hero-wrapper .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .hero-with-form {
        position: relative;
        transform: none;
        left: 0;
        width: 100%;
        min-height: 100vh;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 100px 20px 40px 20px; /* Top padding to account for header */
    }
    
    .hero-with-form .hero-content-left {
        width: 100%;
        max-width: 600px;
        padding: 20px;
        order: 1;
        text-align: center;
    }
    
    .hero-with-form .hero-content-left h1 {
        font-size: 2.5rem;
    }
    
    .hero-with-form .hero-content-left h2 {
        font-size: 2rem;
    }
    
    .hero-with-form .hero-form-right {
        width: 100%;
        max-width: 600px;
        padding: 20px;
        order: 2;
        display: flex;
        justify-content: center;
    }
    
    .hero-with-form .hero-form-right form {
        padding: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .page-template-template-ppc .header-phone {
        font-size: 0.9rem;
		padding: .6em 0.5em;
    }
}