/*!
Theme Name: pioneertree
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pioneertree
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

pioneertree is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	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 {
	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;
}

/**
 * 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 {
	font-size: 75%;
	line-height: 0;
	position: relative;
	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;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * 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 inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

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

/**
 * 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 {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	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. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

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

/* 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/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
@media screen and (min-width:1139px) {
.main-navigation ul {display: flex;}
/* New Main Menu Styling */
ul#primary-menu li:hover ul {visibility:visible; max-height: 400px;}
ul#primary-menu ul{
  visibility: hidden;
  position: absolute;
  overflow-y: hidden;
  max-height: 0px;
  transition: all 0.4s ease-in-out;
  background-color: #fcfcfc;
  box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.45);
  z-index: 100;
  padding: 10px 0px;
}
ul#primary-menu ul li{
  display: block;
  max-width: 300px;
  min-width: 220px;
  padding: 5px 11px 5px 11px;
  transition: all 0.3s ease-in-out;
}
ul#primary-menu ul li:hover{
  background-color: #e6e6e6;
}

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

.main-navigation li {
	position: relative;
}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 0em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Typography */
h1 {font-family: "PT Serif", serif; font-weight: 400; font-size: 52px; line-height: 1.1; color: #ffffff;}
h2 {font-family: "PT Serif", serif; font-weight: 400; font-size: 44px; line-height: 1.1;}
h3 {font-family: "PT Serif", serif; font-weight: 400; font-size: 38px; line-height: 1.1;}
h4 {font-family: "PT Serif", serif; font-weight: 400; font-size: 28px; font-weight: 500; line-height: 1.1;}
.site-main .entry-content p {font-family: 'Poppins', sans-serif; color: #000000; font-size: 18px; line-height: 1.36; font-weight: 400;}
.site-main .entry-content blockquote p {font-size: 19px!important; font-style: italic;}
.site-main .entry-content .large p {font-size: 22px;}
.site-main .entry-content .testimonial p {font-size: 24px; font-style: italic; font-weight: 600; text-align: center;}
.site-main .entry-content ul {font-family: 'Poppins', sans-serif; color: #000000; font-size: 18px; line-height: 1.32; font-weight: 400; margin-left: 4px; margin-top: 18px;}
.site-main .entry-content ul li {margin-bottom: 8px;}
.site-main .entry-content a {color: #00984b; transition: all 0.3s ease-in-out;}
.site-main .entry-content a:hover, .site-main .entry-content a:focus {color: #161a1d;}
.site-main .entry-content .wpb_single_image figcaption.vc_figure-caption {font-family: 'Poppins', sans-serif; font-size: 15px; color: #161a1d; font-style: italic;}
@media screen and (max-width:835px) {
h1 {font-size: 48px; line-height: 1.02;}
h2 {font-size: 40px; line-height: 1.02;}
h3 {font-size: 34px; line-height: 1.02;}
h4 {font-size: 24px; line-height: 1.02;}
}

/* General Site Layout */
.container {display: flex; width: 100%; max-width: 1564px; margin: 0px auto; padding: 0px 52px 0px 52px;}
.page-template .site-main .entry-content .wpb-content-wrapper {width: 100%; max-width: 1564px; margin: 0px auto; padding: 0px 52px 0px 52px;}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border {box-shadow: 0 0 2px rgba(0,0,0,0.25)!important;}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img {box-shadow: 0 0 0 rgba(0,0,0,0)!important;}
.vc_row.wpb_row.vc_column-gap-30 > .wpb_column > .vc_column-inner {padding-top: 0px!important; margin-top: 0px!important;}
.vc_row.wpb_row.vc_column-gap-30 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:first-child {margin-top: -20px;}
@media screen and (max-width:835px) {
.vc_row .vc_col-sm-6, .vc_row .vc_col-sm-8, .vc_row .vc_col-sm-4, .vc_row .vc_col-sm-9, .vc_row .vc_col-sm-3, .vc_row .vc_col-sm-2\/5, .vc_row .vc_col-sm-3\/5 {width: 100%;}
.row-reverse {display: flex; flex-direction: column-reverse;}
.wpb_single_image .vc_single_image-wrapper img {width: 100%; max-width: 630px;}
}
@media screen and (max-width:767px) {
.container {padding: 0px 38px 0px 38px;}
.page-template .site-main .entry-content .wpb-content-wrapper {padding: 0px 38px 0px 38px;}
}

/* Header */
.over-header {background-color: #161a1d; font-family: 'Poppins', sans-serif; color: #cceadb; font-weight: 600; font-size: 25px;}
.over-header .appointment {line-height: 42px;}
.over-header a {color: #cceadb; transition: all 0.3s ease-in-out; text-decoration: none;}
.over-header a:hover, .over-header a:focus {color: #fff;}
.over-header .container {display: flex; padding-top: 4px; padding-bottom: 4px;}
.over-header .container .search-form {margin-left: auto; margin-bottom: 7px;}
.over-header .container .search-form input[type="text"] {border: 0px; border-radius: 0px; padding-left: 6px; font-family: 'Poppins', sans-serif; font-size: 15px; line-height: 24px;}
.over-header .container .search-form input[type="text"]:focus {outline: none; border: 0px; border-radius: 0px;}
.over-header .container .search-form input[type="submit"] {cursor: pointer!important; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #ffffff; padding: 9px 14px 9px 8px!important; border: 0px; background-color: transparent;}
.site-header .container .site-branding {width: 348px; max-width: 348px; margin: 2px auto 0px 0px;}
.site-header .container .site-branding a img {margin-bottom: -4px; width: 340px!important; height: auto; padding: 6px 0px;}
.site-header > .container {display: flex; justify-content: center;}
.site-header > .container > .navigation .socials {margin-left: auto; margin-top: 8px;}
.site-header > .container > .navigation .socials a {text-align: center; background-color: #D62C1B; padding: 3px 20px; color: #ffffff; font-family: 'Poppins', sans-serif; font-size: 20px; text-transform: uppercase; font-weight: 600; text-decoration: none; transition: all 0.3s ease-in-out;}
.site-header > .container > .navigation .socials a:hover, .site-header > .container > .navigation .socials a:focus {background-color: #e06154;}
.site-header > .container > .navigation {display: flex; flex-direction: column; align-items: flex-end; padding-top: 10px;}
.site-header > .container > .navigation > .header-nav {margin-top: auto; padding-bottom: 10px;}
.site-header > .container > .navigation > .header-nav > .container {align-items: flex-end; margin-right: 0px; padding-right: 0px; padding-left: 10px;}
.site-header > .container > .navigation > .header-nav > .container .container {margin-right: 0px; padding-right: 0px; padding-left: 0px;}
.site-header > .container > .navigation > .header-nav .desktop-menu ul.menu {column-gap: 16px; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600;}
.site-header > .container > .navigation > .header-nav .desktop-menu ul.menu li a {color: #00984b; transition: all 0.3s ease-in-out;}
.site-header > .container > .navigation > .header-nav .desktop-menu ul.menu li a:hover, .site-header > .container > .navigation > .header-nav .desktop-menu ul.menu li a:focus {color: #161a1d;}
.mobile-menu {display: none;}
/* Menu */
.desktop-menu .sub-menu {display: flex; flex-direction: column; background-color: #ffffff; box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.33)!important;}
.desktop-menu .sub-menu li {line-height: 1.18; margin-bottom: 2px;}
.desktop-menu .sub-menu li a {font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 500;}
@media screen and (max-width: 1220px) {
.site-header .container .site-branding {width: 302px; max-width: 302px; margin: 2px auto 0px 0px;}
.site-header .container .site-branding a img {margin-bottom: 2px; width: 292px!important; height: auto;}
.site-header > .container > .navigation > .header-nav .desktop-menu ul.menu {font-size: 16px;}
}
@media screen and (max-width: 1138px) {
.site-header > .container > .navigation > .header-nav .desktop-menu {display: none;}
.menu-toggle {width: 40px; height: 40px; display: block; margin-top: 10px; padding-top: 4px;}
.menu-toggle:hover {cursor: pointer;}
.menu-toggle .bar {display: block; height: 4px; width: 40px; background-color: #000; margin-bottom: 6px;}
/* .mobile-menu {transform: translateX(100%); opacity: 0; transition: transform 0.3s ease-out, opacity 0.3s ease-out;}
.mobile-menu.active-class {transform: translateX(0); opacity: 1;} */
.main-navigation .mobile-menu ul ul {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	float: none;
	position: relative;
	/* top: 100%;
	left: -999em;
	z-index: 99999; */
}
.mobile-menu ul.menu {display: block;}
/*---------------------
HAMBURGER MENU
----------------------*/
.hamburger-menu {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  z-index: 9998;
  background: #fff;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
}
.bar {position: relative; transform: translateY(10px); background: black; transition: all 0ms 300ms;}
.bar.animate {background: rgba(255, 255, 255, 0);}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu
----------------------*/
/*---------------------
Mobiles Menu - Design
----------------------*/
.mobile-menu ul {margin: 0; padding: 0;}
.mobile-menu li {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
}
.mobile-menu li:first-child {margin-top: 40px;}
.mobile-menu li:hover {background: #ebebeb}
.mobile-menu li a {text-decoration: none; color: black; font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 500; transition: all 0.2s ease-in-out;}
.mobile-menu li a:hover, .mobile-menu li a:focus {color: #00984b;}

/*---------------------
Mobiles Menu - Slide IN
----------------------*/
.mobile-menu {
	display: block;
  top: 0;
  max-width: 250px;
  left: -100%;
  width: 100%;
  background: #f1f1f1;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

/*---------------------
Mobiles Menu - Dropdown Submenu
----------------------*/
.menu-item-has-children:hover {cursor: hand;}
.menu-item-has-children > a::after {position: absolute; content: '▼'; right: 0; padding-right: 12px; font-family: 'Poppins', sans-serif; font-size: 15px; transition: all 0.3s ease-in-out;}
.menu-item-has-children:hover > a::after {color: #999;}
.sub-menu {display: none;}
.mobile-menu .sub-menu li:first-child {margin-top: 6px;}
.mobile-menu .sub-menu li {padding: 2px 12px 10px 12px; line-height: 1;}
.mobile-menu .sub-menu li:last-child {padding-bottom: 4px;}
.mobile-menu .sub-menu a {transition: all 0.2s ease-in-out;}
.mobile-menu .sub-menu a:hover, .mobile-menu .sub-menu a:focus {color: #00984b;}
}
@media screen and (max-width:767px) {

}
@media screen and (max-width:680px) {
.site-header .container .site-branding {width: 260px; max-width: 260px; margin: 2px auto 0px 0px;}
.site-header .container .site-branding a img {margin-bottom: 2px; width: 250px!important; height: auto;}
.site-header > .container > .navigation {padding-top: 8px; row-gap: 3px;}
.over-header {font-size: 22px;}
}
@media screen and (max-width:580px) {
.over-header .container {flex-direction: column;}
.over-header .appointment {line-height: 42px; margin-left: auto; margin-right: auto;}
.over-header .container .search-form {margin-left: auto; margin-right: auto; margin-bottom: 7px;}
.site-header > .container {flex-direction: column;}
.site-header .container .site-branding {margin-left: auto; margin-right: auto;}
.site-header > .container > .navigation {align-items: center; padding-top: 1px;}
.site-header > .container > .navigation .top-row {margin-left: auto; margin-right: auto;}
.site-header > .container > .navigation > .header-nav {margin-left: auto;}
.site-header .container .site-branding a img {padding: 6px 0px 0px 0px;}
}

/* Pre-footer on non News Pages */
.single .pre-footer, .archive .pre-footer {display: none;}
.pre-footer {background-color: #ebf7f1; font-family: 'Poppins', sans-serif; color: #161a1d;}
.pre-footer h2, .pre-footer p {text-align: center;}
.pre-footer .container {display: flex; flex-direction: column;}
.pre-footer form label {font-size: 16px; font-weight: 600;}
.pre-footer form .request-row {display: flex;}
.pre-footer form .request-row p {margin-right: 22px;}
.pre-footer form .request-row p input {width:100%; border: 1px solid #161a1d;}
.pre-footer form .request-row p:last-child {margin-right: 0px;}
.pre-footer form .request-row-2 {display: flex;}
.pre-footer form .request-row-2 p {width: 100%;}
.pre-footer form .request-row-2 textarea {width: 100%; max-width: 870px; height: auto; max-height: 84px; border: 1px solid #161a1d;}
.pre-footer form input[type=submit] {background-color: #00984b; color: #ffffff; text-transform: uppercase; font-family: 'Poppins', sans-serif; font-weight: 600; margin-left: 72px; border: 0px; border-radius: 0px; transition: all 0.3s ease-in-out;}
.pre-footer form input[type=submit]:hover {cursor: pointer; background-color: #40b278!important;}
@media screen and (max-width:1025px) {
.pre-footer form .request-row {display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.pre-footer form .request-row p {width: calc(33.333% - 15px); margin-bottom: 12px;}
.pre-footer form .request-row p:nth-child(3n) {margin-right: 0px;}
}
@media screen and (max-width:767px) {
.pre-footer form .request-row p {width: calc(100%); margin-bottom: 12px; margin-right: auto;}
.pre-footer form .request-row p input {max-width: 500px;}
.pre-footer form .request-row-2 textarea {max-width: 500px;}
}

/* Footer */
.site-footer {background-color: #161a1d; font-family: 'Poppins', sans-serif; color: #fff;}
.site-footer .copyright p {color: #fff; font-size: 14px;}
.site-footer .copyright a {color: #cceadb; transition: all 0.3s ease-in-out; text-decoration: none;}
.site-footer .copyright a:hover, .site-footer .copyright a:focus {color: #fff;}
.footer-row {padding-top: 22px;}
.footer-row .container .footer-col {width: calc(22% - 51px); margin-right: 68px;}
.footer-row .container .footer-col:last-child {width: calc(34% - 51px); margin-right: 0px;}
.footer-row .container .footer-col a {color: #cceadb; transition: all 0.3s ease-in-out; text-decoration: none;}
.footer-row .container .footer-col a:hover, .footer-row .container .footer-col a:focus {color: #fff;}
.footer-row h4 {font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 600; margin-bottom: -6px; margin-top: 18px;}
.footer-col-one > .textwidget > p:first-child {margin-bottom: -12px;}
.site-footer .footer-col img {width: auto; height: auto; max-height: 90px;}
.site-footer .footer-col .footer-col-three div p {display: flex; flex-wrap: nowrap; justify-content: flex-start;}
.site-footer .footer-col .footer-col-three img {margin-right: 24px; width: auto; height: auto; max-height: 87px;}
.site-footer .footer-col .footer-col-three img:last-child {margin-right: 0px;}
@media screen and (max-width:1480px) {
.site-footer .footer-col .footer-col-three img {margin-right: 24px; width: auto; height: auto; max-height: 70px;}
}
@media screen and (max-width:1200px) {
.site-footer .footer-col .footer-col-three img {margin-right: 24px; width: auto; height: auto; max-height: 60px;}
}
@media screen and (max-width:1025px) {
.footer-row .container {flex-wrap: wrap;}
.footer-row .container .footer-col {width: calc(50% - 34px); margin-right: 68px;}
.footer-row .container .footer-col:last-child, .footer-row .container .footer-col:nth-child(2) {width: calc(50% - 34px); margin-right: 0px;}
}
@media screen and (max-width:767px) {
.footer-row .container .footer-col {width: calc(100%); margin-right: 0px;}
.footer-row .container .footer-col:last-child, .footer-row .container .footer-col:nth-child(2) {width: calc(100%);}
}

/* Home Pg */
.home .entry-content {margin-top: 0px;}
.home-hero {background-size: cover; background-position: center; min-height: 750px;}
.home-hero h1 {font-family: "PT Serif", serif; font-weight: 400; font-size: 66px; line-height: 1.1;}
.home-hero h4 {font-family: "PT Serif", serif; font-weight: 700; font-size: 36px; line-height: 1.1;}
@media screen and (max-width:2000px) {
.home-hero {min-height: 640px;}
}
@media screen and (max-width:1025px) {
.service-list .vc_col-sm-9, .service-list .vc_col-sm-3 {width: 100%;}
.service-list .vc_col-sm-3 {padding-top: 0px!important; margin-top: -18px;}
}

/* Home Page Alert Line */
.home-alert p {font-size: 32px!important; text-transform: uppercase; font-weight: 600!important; color: #ffffff!important; text-align: center; margin-top: 10px; margin-bottom: 10px!important;}
.home-alert > .wpb_column > .vc_column-inner {padding-top: 0px!important;}
.home-alert .wpb_text_column {margin-bottom: 0px!important;}

/* Internal Pg */
.entry-header {background: #00984b;}
.entry-header h1 {margin-top: 10px; margin-bottom: 16px;}

/* Video Container */
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; width: 100%; max-width: 1080px; margin-left: auto; margin-right: auto;}

/* Testimonials Row */
.testimonials-row .wpb_single_image {margin-bottom: -12px; margin-top: -24px;}
.testimonials-row .wpb_single_image img {width: 100%; max-width: 200px;}
.testimonial-col .wpb_single_image {margin-bottom: -12px; margin-top: -24px;}
.testimonial-col .wpb_single_image img {width: 100%; max-width: 200px;}

/* Custom WPBakery Buttons */
.vc_btn3-container .vc_btn3-color-btn-orange-bg, .vc_btn3-container a.vc_btn3-color-btn-orange-bg {background-color: #d62c1b!important; border: 0px solid #d62c1b!important; padding: 10px 28px!important; border-radius: 0px!important; font-family: "Poppins", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #ffffff!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-orange-bg:hover, .vc_btn3-container a.vc_btn3-color-btn-orange-bg:hover, .vc_btn3-container .vc_btn3-color-btn-orange-bg:focus, .vc_btn3-container a.vc_btn3-color-btn-orange-bg:focus {background-color: #e06154!important; color: #ffffff!important; border: 0px solid #e06154!important;}

.vc_btn3-container .vc_btn3-color-btn-orange-bg-icon, .vc_btn3-container a.vc_btn3-color-btn-orange-bg-icon {background-color: #d62c1b!important; border: 0px solid #d62c1b!important; padding: 10px 44px 10px 28px!important; border-radius: 0px!important; font-family: "Poppins", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #ffffff!important; font-weight: 600!important; text-transform: uppercase; text-align: center}
.vc_btn3-container .vc_btn3-color-btn-orange-bg-icon:hover, .vc_btn3-container a.vc_btn3-color-btn-orange-bg-icon:hover, .vc_btn3-container .vc_btn3-color-btn-orange-bg-icon:focus, .vc_btn3-container a.vc_btn3-color-btn-orange-bg-icon:focus {background-color: #e06154!important; color: #ffffff!important; border: 0px solid #e06154!important;}

.vc_btn3-container .vc_btn3-color-btn-green-bg, .vc_btn3-container a.vc_btn3-color-btn-green-bg {background-color: #00984b!important; border: 0px solid #00984b!important; padding: 10px 28px!important; border-radius: 0px!important; font-family: "Poppins", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #ffffff!important; font-weight: 600!important; text-transform: uppercase;}
.vc_btn3-container .vc_btn3-color-btn-green-bg:hover, .vc_btn3-container a.vc_btn3-color-btn-green-bg:hover, .vc_btn3-container .vc_btn3-color-btn-green-bg:focus, .vc_btn3-container a.vc_btn3-color-btn-green-bg:focus {background-color: #40b278!important; color: #ffffff!important; border: 0px solid #40b278!important;}

.vc_btn3-container .vc_btn3-color-btn-green-bg-icon, .vc_btn3-container a.vc_btn3-color-btn-green-bg-icon {background-color: #00984b!important; border: 0px solid #00984b!important; padding: 10px 44px 10px 28px!important; border-radius: 0px!important; font-family: "Poppins", sans-serif; font-optical-sizing: auto; font-size: 16px!important; color: #ffffff!important; font-weight: 600!important; text-transform: uppercase; text-align: center}
.vc_btn3-container .vc_btn3-color-btn-green-bg-icon:hover, .vc_btn3-container a.vc_btn3-color-btn-green-bg-icon:hover, .vc_btn3-container .vc_btn3-color-btn-green-bg-icon:focus, .vc_btn3-container a.vc_btn3-color-btn-green-bg-icon:focus {background-color: #40b278!important; color: #ffffff!important; border: 0px solid #40b278!important;}

.vc_btn3-container .vc_btn3-color-btn-teal-text-icon:hover::after {opacity: 1;}
.vc_btn3.vc_btn3-style-modern {background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%)!important;} /* remove the gradient effect if the button type is Modern */

/* Slick Carousel Base Styles */
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /* background: #fff url('./ajax-loader.gif') center center no-repeat; */
}
.slick-slide {display: none; float: left; height: 100%; min-height: 1px; transition: all ease-in-out .3s; opacity: 1; margin: 0px 0px 0px 0px;}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{opacity: 1;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {opacity: .25;}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* End Slick Carousel Base Styles */

/* News Carousel Styles */
/* making the heights of post-tiles all equal */
.recent-posts-carousel {margin-top: -18px;}
.recent-posts-carousel .slick-track {display: flex; height: 100%; column-gap: 25px;}
.recent-posts-carousel .slick-slide { height: auto; flex: 1; }
.recent-posts-carousel .slick-slide > div { height: 100%; }
.recent-posts-carousel .slick-slide > div .post-tile {height: 100%;}
.recent-posts-carousel .slick-slide > div .post-tile .post-inner { height: 100%; display: flex; flex-direction: column; }
.recent-posts-carousel .slick-slide > div .post-tile .post-inner .post-inner-padding { height: 100%; display: flex; flex-direction: column;}
.recent-posts-carousel .slick-slide > div .post-tile .post-inner .post-inner-padding .blog-btn {margin-top: auto; text-align: right; font-family: 'Poppins', sans-serif;}
.recent-posts-carousel .slick-slide > div .post-tile .post-inner .post-inner-padding .blog-btn a {font-weight: 500; text-decoration: none; color: #00984b; border-bottom: 0px solid #161a1d; transition: all 0.3s ease-in-out;}
.recent-posts-carousel .slick-slide > div .post-tile .post-inner .post-inner-padding .blog-btn a:hover, .recent-posts-carousel .slick-slide > div .post-tile .post-inner .post-inner-padding .blog-btn a:focus {font-weight: 500; text-decoration: none; color: #161a1d; border-bottom: 0px solid #161a1d;}
/* End making the heights of post-tiles all equal */
.recent-posts-carousel .slick-slide .post-tile .post-inner {background-color: #f5f5f5;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding {padding: 0px 12px 6px 12px;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .thumb {height: auto; max-height: 200px;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .thumb img {object-fit: cover; height: 186px; width: 100%;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding p {margin-top: 4px; margin-bottom: 6px;}
.recent-posts-carousel .slick-slide .post-tile .post-type {font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: #161a1d;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding h5 {margin-top: 6px; margin-bottom: 6px;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding a.post-title {font-family: 'Poppins', sans-serif; font-size: 20px; color: #161a1d; font-weight: 500; transition: all 0.3s ease-in-out; line-height: 1.24; border-bottom: 0px solid transparent; text-decoration: none;}
.recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding a.post-title:hover, .recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding a.post-title:focus {color: #00984b; border-bottom: 0px solid #00984b;}
.recent-posts-carousel .paginator {margin-top: 18px;}
.recent-posts-carousel .paginator ul {list-style-type: none; margin-left: 15px; text-indent: 0px; display: flex; padding-left: 0px; }
.recent-posts-carousel .paginator ul li {margin-bottom: 4px; margin-right: 2px; background-color: #00984b; color: #fff; transition: all 0.3s ease-in-out;}
.recent-posts-carousel .paginator ul li:first-child {clip-path: polygon(0% 0%, 0% 100%, 77% 100%, 100% 0%); padding: 6px 28px 6px 18px;}
.recent-posts-carousel .paginator ul li:last-child {clip-path: polygon(23% 0%, 0% 100%, 100% 100%, 100% 0%); padding: 6px 18px 6px 28px;}
.recent-posts-carousel .paginator ul li:hover {cursor: pointer; color: #ffa13c;}

/* Ind. News Page Layout */
.single aside {width: 26%;}
.single .entry-content > .container > .news-content {padding-left: 0px; margin-right: 48px; width: calc(74% - 48px);}
/*.single .entry-content > .container > .wpb-content-wrapper {padding-left: 0px; margin-right: 60px; width: calc(82% - 60px);} */
.single .entry-content > .container > aside h4 {margin-bottom: -8px;}
.single .entry-content > .container > aside.widget-area {background-color: #f5f5f5; padding: 0px 16px 28px 16px;}
.single .entry-meta {display: flex; align-items: center; font-family: 'Poppins', sans-serif; font-size: 15px; height: 24px;}
.single .social-share {display: flex; align-items: center; font-family: 'Poppins', sans-serif; font-size: 15px; margin-left: 24px; height: 24px;}
.single .social-share a {padding-bottom: 0px!important; display: block;}
.single .social-share a:first-child {margin-left: 8px; margin-right: 4px;}
.single .social-share i {font-size: 21px; margin-right: 5px;}
.widget-area .wpcf7 {padding-top: 10px;}
.widget-area .wpcf7 label {font-size: 16px;}
.widget-area .wpcf7 form p {margin-top: 8px; margin-bottom: 0px;}
.widget-area .wpcf7 form textarea {width: 100%; height: 90px;}
.widget-area .wpcf7 form .cf7ic_instructions {font-size: 16px;}
.widget-area .submit-btn p {}
.widget-area form input[type=text], .widget-area form input[type=email], .widget-area form input[type=tel] {width: 100%; max-width: 400px;}
.widget-area form input[type=submit] {background-color: #00984b; color: #ffffff; text-transform: uppercase; font-family: 'Poppins', sans-serif; font-weight: 600; border: 0px; border-radius: 0px; transition: all 0.3s ease-in-out; margin-left: auto; margin-right: auto;}
.widget-area form input[type=submit]:hover {cursor: pointer; background-color: #40b278!important;}
.widget-area .submit-btn {text-align: center; margin-top: 24px;}
.widget-area .submit-btn p {display: flex; flex-direction: column; text-align: center; margin-left: auto; margin-right: auto;}
.widget-area .submit-btn p .wpcf7-spinner {text-align: center; margin: 6px auto 0px auto;}
.recent-news-row {display: flex; column-gap: 25px; margin-bottom: 42px;}
.news-block h4 {margin-bottom: 12px; color: #00984b; font-weight: 500;}
.recent-news-row > div.post-tile {height: auto; width: calc(25% - 25px); flex-grow: 1;}
.recent-news-row > div.post-tile .post-inner { height: 100%; display: flex; flex-direction: column;}
.recent-news-row > div.post-tile .post-inner .post-inner-padding { height: 100%; display: flex; flex-direction: column;}
.recent-news-row > div.post-tile .post-inner .post-inner-padding .blog-btn {margin-top: auto; text-align: right; font-family: 'Poppins', sans-serif;}
.recent-news-row > div.post-tile .post-inner .post-inner-padding .blog-btn a {font-weight: 500; text-decoration: none; color: #00984b; border-bottom: 0px solid #161a1d; transition: all 0.3s ease-in-out;}
.recent-news-row > div.post-tile .post-inner .post-inner-padding .blog-btn a:hover, .recent-posts-carousel .slick-slide > div.post-tile .post-inner .post-inner-padding .blog-btn a:focus {font-weight: 500; text-decoration: none; color: #161a1d; border-bottom: 0px solid #161a1d;}
/* End making the heights of post-tiles all equal */
.recent-news-row .post-tile .post-inner {background-color: #f5f5f5;}
.recent-news-row .post-tile .post-inner .post-inner-padding {padding: 0px 12px 6px 12px;}
.recent-news-row .post-tile .post-inner .thumb {height: auto; max-height: 200px;}
.recent-news-row .post-tile .post-inner .thumb img {object-fit: cover; height: 186px; width: 100%;}
.recent-news-row .post-tile .post-inner .post-inner-padding p {margin-top: 4px; margin-bottom: 6px;}
.recent-news-row .post-tile .post-type {font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: #161a1d;}
.recent-news-row .post-tile .post-inner .post-inner-padding h5 {margin-top: 6px; margin-bottom: 6px;}
.recent-news-row .post-tile .post-inner .post-inner-padding a.post-title {font-family: 'Poppins', sans-serif; font-size: 20px; color: #161a1d; font-weight: 500; transition: all 0.3s ease-in-out; line-height: 1.24; border-bottom: 0px solid transparent; text-decoration: none;}
.recent-news-row .post-tile .post-inner .post-inner-padding a.post-title:hover, .recent-posts-carousel .slick-slide .post-tile .post-inner .post-inner-padding a.post-title:focus {color: #00984b; border-bottom: 0px solid #00984b;}
#request-quote #block-8 p {width: 100%; max-width: 384px; margin-bottom: 0px; font-size: 17px;}
#request-quote #block-8 h4 {margin-bottom: -8px;}
@media screen and (max-width:1080px) {
.single aside {width: 35%;}
.single .entry-content > .container > .news-content {padding-left: 0px; margin-right: 48px; width: calc(65% - 48px);}
.recent-news-row {flex-wrap: wrap; row-gap: 25px;}
.recent-news-row > div.post-tile {height: auto; width: calc(50% - 25px); flex-grow: 1;}
}
@media screen and (max-width:835px) {
.single aside {width: 40%;}
.single .entry-content > .container > .news-content {padding-left: 0px; margin-right: 48px; width: calc(60% - 48px);}
}
@media screen and (max-width:767px) {
.blog-pg .container:last-child {flex-direction: column;}
.single aside {width: 100%;}
.single .entry-content > .container > .news-content {padding-left: 0px; margin-right: 0px; width: calc(100%);}
.recent-news-row > div.post-tile {height: auto; width: calc(100%); flex-grow: 1;}
}
@media screen and (max-width:400px) {
.blog-pg .container:first-child {flex-direction: column;}
.single .social-share {margin-left: 0px;}
.single .entry-meta {padding-bottom: 4px;}
}

/* News Pg All Style */
.recent-news-all {display: flex; flex-wrap: wrap; grid-row-gap: 44px;}
.recent-news-all .post-tile {margin-right: 25px; width: calc(25% - 18.75px); background-color: #f5f5f5;}
.recent-news-all .post-tile:nth-child(4n) {margin-right: 0px;}
.recent-news-all .post-tile .post-inner .thumb {width: 100%; height: 200px;}
.recent-news-all .post-tile .post-inner .thumb a {display: block; width: 100%; height: 100%; min-height: 200px;}
.recent-news-all .post-tile .post-inner .thumb a img {width: 100%; height: 100%; object-fit: cover;}
.recent-news-all .post-tile .post-inner {height: 100%; display: flex; flex-direction: column;}
.recent-news-all .post-tile .post-inner .post-inner-padding {padding-left: 14px; padding-right: 14px; padding-bottom: 18px; display: flex; flex-direction: column; height: 100%;}
.recent-news-all .post-tile .post-inner .post-inner-padding p.post-type {font-size: 15px; font-weight: 500; margin-bottom: 6px;}
.recent-news-all .post-tile .post-inner .post-inner-padding h5 {font-family: "Poppins", sans-serif; font-weight: 500; font-size: 21px; line-height: 1.22; margin-top: 8px; margin-bottom: 12px;}
.recent-news-all .post-tile .post-inner .post-inner-padding h5 a {color: #000000; text-decoration: none; transition: all 0.3s ease-in-out;}
.recent-news-all .post-tile .post-inner .post-inner-padding h5 a:hover, .recent-news-all .post-tile .post-inner .post-inner-padding h5 a:focus {color: #00984b;}
.recent-news-all .post-tile .post-inner .post-inner-padding .blog-btn {margin-top: auto; text-align: right; font-family: 'Poppins', sans-serif;}
.recent-news-all .post-tile .post-inner .post-inner-padding .blog-btn a {font-weight: 500; text-decoration: none;}
.pagination-wrap {margin: 0px auto;}
.pagination-wrap ul.page-numbers {display: flex; flex-direction: row; list-style-type: none; font-family: 'Poppins', sans-serif; justify-content: center;}
.pagination-wrap ul.page-numbers li {margin-right: 15px; font-weight: 600;}
.pagination-wrap ul.page-numbers li a {text-decoration: none;}
@media screen and (max-width:835px) {
.recent-news-all .post-tile {margin-right: 25px; width: calc(33.333% - 16.67px); background-color: #f5f5f5;}
.recent-news-all .post-tile:nth-child(4n) {margin-right: 25px;}
.recent-news-all .post-tile:nth-child(3n) {margin-right: 0px;}
}
@media screen and (max-width:767px) {
.recent-news-all .post-tile {margin-right: 25px; width: calc(50% - 12.5px); background-color: #f5f5f5;}
.recent-news-all .post-tile:nth-child(3n) {margin-right: 25px;}
.recent-news-all .post-tile:nth-child(2n) {margin-right: 0px;}
}
@media screen and (max-width:580px) {
.recent-news-all .post-tile {margin-right: 0px; width: calc(100%); background-color: #f5f5f5;}
.recent-news-all .post-tile:nth-child(3n) {margin-right: 0px;}
.recent-news-all .post-tile:nth-child(2n) {margin-right: 0px;}
}

/* News Category Pg */
.archive aside {width: 26%}
.archive aside.widget-area {background-color: #f5f5f5; padding: 0px 16px 28px 16px;}
.archive aside h4 {margin-bottom: -8px;}
.archive .recent-news-all {width: calc(74% - 48px); margin-right: 48px;}
.archive-header {background-color: #00984b;}
.archive-header h1 {margin-top: 10px; margin-bottom: 16px;}
.archive-grid {display: flex; flex-wrap: wrap; row-gap: 32px; margin-right: 0px; height: auto; align-self: flex-start}
.archive-grid article {margin-right: 25px; width: calc(33.333% - 18.75px); background-color: #f5f5f5; display: flex; flex-direction: column; height: auto; max-height: 500px;}
.archive-grid article:nth-child(3n) {margin-right: 0px;}
.archive-grid .archive-card__body {padding-left: 14px; padding-right: 14px; padding-bottom: 0px; display: flex; flex-direction: column; height: 100%;}
.archive-grid .archive-card__meta {font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 500; margin-bottom: 6px; margin-top: 6px; line-height: 1.36;}
.archive-grid h5.archive-card__title {margin-top: 8px; margin-bottom: 12px;}
.archive-grid article p.leadin {margin-top: 0px;}
.archive-grid h5.archive-card__title a {font-family: "Poppins", sans-serif; font-weight: 500; font-size: 21px; line-height: 1.22; margin-top: 8px; margin-bottom: 12px; text-decoration:none; color: #000000; transition: all 0.3s ease-in-out;}
.archive-grid h5.archive-card__title a:hover, .archive-grid h5.archive-card__title a:focus {color: #00984b;}
.archive-grid .blog-btn {margin-top: auto; text-align: right; font-family: 'Poppins', sans-serif; font-size: 15px; margin-bottom: 12px;}
.archive-grid .blog-btn a {font-weight: 500; text-decoration: none; font-size: 16px;}
.archive-grid .thumb {width: 100%; height: 200px;}
.archive-grid .thumb a {display: block; width: 100%; height: 100%; min-height: 200px;}
.archive-grid .thumb a img {width: 100%; height: 100%; object-fit: cover;}
@media screen and (max-width:1560px) {
.archive-grid article {margin-right: 25px; width: calc(50% - 12.5px); background-color: #f5f5f5; display: flex; flex-direction: column; height: auto; max-height: 510px;}
.archive-grid article:nth-child(3n) {margin-right: 25px;}
.archive-grid article:nth-child(2n) {margin-right: 0px;}
}
@media screen and (max-width:1200px) {
.archive aside {width: 30%}
.archive .recent-news-all {width: calc(70% - 48px); margin-right: 48px;}
}
@media screen and (max-width:1080px) {
.archive aside {width: 35%}
.archive .recent-news-all {width: calc(65% - 48px); margin-right: 48px;}
.archive-grid article {margin-right: 0px; width: calc(100%);}
.archive-grid article:nth-child(3n) {margin-right: 0px;}
}
@media screen and (max-width:835px) {
.archive aside {width: 40%}
.archive .recent-news-all {width: calc(60% - 40px); margin-right: 40px;}
}
@media screen and (max-width:767px) {
.archive-pg .container {flex-direction: column;}
.archive aside {width: 100%}
.archive .recent-news-all {width: calc(100%); margin-right: 0px;}
}

/* Search Results Pg */
.search-results .page-header {background-color: #00984b;}
.search-results > .site > .site-main > .container {display: flex; flex-direction: column; padding-top: 24px; padding-bottom: 48px;}
.search-results > .site > .site-main > .container article {margin-bottom: 12px;}
.search-results > .site > .site-main > .container .entry-header {background-color: #ffffff;}
.search-results > .site > .site-main > .container .entry-header h2 {margin-top: 8px; margin-bottom: 0px;}
.search-results > .site > .site-main > .container .entry-header h2 a {font-size: 36px; text-decoration: none; transition: all 0.3s ease-in-out; color: #00984b;}
.search-results > .site > .site-main > .container .entry-header h2 a:hover, .search-results > .site > .site-main > .container .entry-header h2 a:focus {color: #000000;}
.search-results > .site > .site-main > .container .entry-summary {margin-top: 8px; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 18px;}
.search-results .blog-btn {margin-top: 10px; font-family: 'Poppins', sans-serif; font-size: 15px; margin-bottom: 0px;}
.search-results .blog-btn a {font-weight: 500; text-decoration: none; font-size: 17px; color: #00984b; transition: all 0.3s ease-in-out;}
.search-results .blog-btn a:hover, .search-results .blog-btn a:focus {color: #000000;}
