/*!
Theme Name: Silver Oak Capital
Theme URI: http://underscores.me/
Author: Creative Peppers
Author URI: https://creativepeppers.com/
Description: Custom theme build for projects. It is lightweight and fast.
Version: 1.0.0
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: silver-oak
Tags: custom-logo, custom-menu, featured-images, threaded-comments

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

Silver Oak Capital 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.

*/

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

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;	
	overflow-x: hidden;
}

/**
 * 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: 2.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;
	cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 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;
}
form.search-form {
    position: relative;
    max-width: 450px;
    margin: auto;
}

form.search-form > label {
    display: block;
    width: 100%;
}
form.search-form input.search-field {
    width: 100%;
    display: block;
    padding-right: 40px;
}
form.search-form input.search-submit {
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    font-size: 0;
    width: 40px;
    background-color: transparent;
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0ibTE2LjMyNSAxNC44OTlsNS4zOCA1LjM4YTEuMDA4IDEuMDA4IDAgMCAxLTEuNDI3IDEuNDI2bC01LjM4LTUuMzhhOCA4IDAgMSAxIDEuNDI2LTEuNDI2TTEwIDE2YTYgNiAwIDEgMCAwLTEyYTYgNiAwIDAgMCAwIDEyIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
}
/* 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/ */
* {
	margin: 0;
	padding:0;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Butler';
	margin-bottom: 1rem;
	font-weight: normal;
	line-height: 1.2;
}
h2{font-size: 34px;}
h3{font-size: 30px;}
h4{font-size: 28px;}
h5{font-size: 26px;}
h6{font-size: 24px;}
.f-butler, .f-butler * {
	font-family: 'Butler' !important;
}

.f-inter, .f-inter * {
		font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

p {
	margin-bottom: 1rem;
}
p:last-of-type {
    margin-bottom: 0;
}

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;
}
.text-green, .text-green * {
    color: #839a27;
}
ul,
ol {
	margin: 0 0 1em 1.2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

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

/* Links
--------------------------------------------- */
a {
	color: #819a22;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease-in-out;
}

a:visited {
	color: #819a22;
}

a:hover,
a:focus,
a:active {
	color: #819a22;
	text-decoration: none;
	border-color: #819a22;
}

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: #000;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px 8px;
	display: block;
	height: 35px;
}

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


.container {
    max-width: 1320px;
    margin: 0 auto;
	padding: 0 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Default header styling */
header.site-header {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: top 0.3s ease, transform 0.3s ease;
	background-color: #ffffff;
	padding: 10px 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	position: sticky;
}



header.site-header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
	min-height: 50px;
}
header.site-header .site-branding {
    max-width: 170px;
	width: 60%;
}
header.site-header .site-branding h1.site-title {
    margin: 0;
}
header.site-header a.custom-logo-link {
    display: block;
	border-bottom: none;
}
header.site-header a.custom-logo-link img{
    display: block;
}
header.site-header .site-branding h1.site-title a {
    text-decoration: none;
}
.woo-icons {
    display: flex;
    gap: 10px;
	align-items: center;
}
.woo-icons a {
    text-decoration: none;
}
.woo-icons a svg {display: block;}
.header-contact {
    display: flex;
    gap: 20px;
}
.header-contact > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.header-contact > a:before {
    content: "";
    background-color: #000000;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 6px;
    transition: all 0.3s ease-in-out;
}
.header-contact > a.header-email:before {
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zIDV2LS41YS41LjUgMCAwIDAtLjUuNXptMTggMGguNWEuNS41IDAgMCAwLS41LS41ek0zIDUuNWgxOHYtMUgzek0yMC41IDV2MTJoMVY1ek0xOSAxOC41SDV2MWgxNHpNMy41IDE3VjVoLTF2MTJ6TTUgMTguNUExLjUgMS41IDAgMCAxIDMuNSAxN2gtMUEyLjUgMi41IDAgMCAwIDUgMTkuNXpNMjAuNSAxN2ExLjUgMS41IDAgMCAxLTEuNSAxLjV2MWEyLjUgMi41IDAgMCAwIDIuNS0yLjV6Ii8+PHBhdGggc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTMgNWw5IDlsOS05IiBzdHJva2Utd2lkdGg9IjEiLz48L2c+PC9zdmc+) no-repeat center / contain;
	-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zIDV2LS41YS41LjUgMCAwIDAtLjUuNXptMTggMGguNWEuNS41IDAgMCAwLS41LS41ek0zIDUuNWgxOHYtMUgzek0yMC41IDV2MTJoMVY1ek0xOSAxOC41SDV2MWgxNHpNMy41IDE3VjVoLTF2MTJ6TTUgMTguNUExLjUgMS41IDAgMCAxIDMuNSAxN2gtMUEyLjUgMi41IDAgMCAwIDUgMTkuNXpNMjAuNSAxN2ExLjUgMS41IDAgMCAxLTEuNSAxLjV2MWEyLjUgMi41IDAgMCAwIDIuNS0yLjV6Ii8+PHBhdGggc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTMgNWw5IDlsOS05IiBzdHJva2Utd2lkdGg9IjEiLz48L2c+PC9zdmc+) no-repeat center / contain;
}
.header-contact > a.header-phone:before {
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xOS41IDIyYTEuNSAxLjUgMCAwIDAgMS41LTEuNVYxN2ExLjUgMS41IDAgMCAwLTEuNS0xLjVjLTEuMTcgMC0yLjMyLS4xOC0zLjQyLS41NWExLjUxIDEuNTEgMCAwIDAtMS41Mi4zN2wtMS40NCAxLjQ0YTE0Ljc3IDE0Ljc3IDAgMCAxLTUuODktNS44OWwxLjQzLTEuNDNjLjQxLS4zOS41Ni0uOTcuMzgtMS41M2MtLjM2LTEuMDktLjU0LTIuMjQtLjU0LTMuNDFBMS41IDEuNSAwIDAgMCA3IDNIMy41QTEuNSAxLjUgMCAwIDAgMiA0LjVDMiAxNC4xNSA5Ljg1IDIyIDE5LjUgMjJNMy41IDRIN2EuNS41IDAgMCAxIC41LjVjMCAxLjI4LjIgMi41My41OSAzLjcyYy4wNS4xNC4wNC4zNC0uMTIuNUw2IDEwLjY4YzEuNjUgMy4yMyA0LjA3IDUuNjUgNy4zMSA3LjMybDEuOTUtMS45N2MuMTQtLjE0LjMzLS4xOC41MS0uMTNjMS4yLjQgMi40NS42IDMuNzMuNmEuNS41IDAgMCAxIC41LjV2My41YS41LjUgMCAwIDEtLjUuNUMxMC40IDIxIDMgMTMuNiAzIDQuNWEuNS41IDAgMCAxIC41LS41Ii8+PC9zdmc+) no-repeat center / contain;
	-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xOS41IDIyYTEuNSAxLjUgMCAwIDAgMS41LTEuNVYxN2ExLjUgMS41IDAgMCAwLTEuNS0xLjVjLTEuMTcgMC0yLjMyLS4xOC0zLjQyLS41NWExLjUxIDEuNTEgMCAwIDAtMS41Mi4zN2wtMS40NCAxLjQ0YTE0Ljc3IDE0Ljc3IDAgMCAxLTUuODktNS44OWwxLjQzLTEuNDNjLjQxLS4zOS41Ni0uOTcuMzgtMS41M2MtLjM2LTEuMDktLjU0LTIuMjQtLjU0LTMuNDFBMS41IDEuNSAwIDAgMCA3IDNIMy41QTEuNSAxLjUgMCAwIDAgMiA0LjVDMiAxNC4xNSA5Ljg1IDIyIDE5LjUgMjJNMy41IDRIN2EuNS41IDAgMCAxIC41LjVjMCAxLjI4LjIgMi41My41OSAzLjcyYy4wNS4xNC4wNC4zNC0uMTIuNUw2IDEwLjY4YzEuNjUgMy4yMyA0LjA3IDUuNjUgNy4zMSA3LjMybDEuOTUtMS45N2MuMTQtLjE0LjMzLS4xOC41MS0uMTNjMS4yLjQgMi40NS42IDMuNzMuNmEuNS41IDAgMCAxIC41LjV2My41YS41LjUgMCAwIDEtLjUuNUMxMC40IDIxIDMgMTMuNiAzIDQuNWEuNS41IDAgMCAxIC41LS41Ii8+PC9zdmc+) no-repeat center / contain;
}
.header-contact > a:hover {
	color: #809821;
    border-color: #809821;
}
.header-contact> a:hover:before {
    background-color: #809821;
}
/* Header One */
header.site-header.header-one {
    padding: 0;
}
header.site-header.header-one .site-branding {
    padding: 10px 0;
}
/* Header Two */
header.site-header.header-two {
    padding-top: 0;
}
header.site-header.header-two > .container {
    padding-top: 10px;
}
.header-top .container {
    display: flex;
    justify-content: space-between;
}
.header-two .header-top {
    padding: 5px 0;
    background-color: #f3f3f3;	
}

/* Header Three */
.head-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
header.site-header.header-three .header-contact {
    justify-content: flex-end;
}
header.site-header.header-center {
    border-bottom: 1px solid #dddddd;
}

/* Header Search */
header.site-header button.search-toggle {
    background-color: #fff0;
    border: none;
    border-radius: 0;
    font-size: 0;
    height: 30px;
    width: 30px;
    display: block;
    margin: auto 0 auto 15px;
    color: #000;
}
.header-search {
    position: absolute;
    top: calc(100% - 40px);
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    height: 40px;
    visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.header-search.active {
    top: calc(100% + 1px);
    visibility: visible;
	opacity: 1;
}
.header-search form.search-form {
    max-width: 100%;
}
.header-search form.search-form input.search-field {
    border-radius: 0;
    border: none;
	height: 39px;
}
.header-search form.search-form input.search-submit {
    height: 40px;
    border-radius: 0;
    background-color: transparent !important;
    border: none !important;
}
.header-center .header-search {
    padding: 0 30px;
}
header.site-header.header-center button.search-toggle {
    margin-left: 0;
}
@media (min-width: 768px) {
	/* When scrolling down, hide header */
	/* 	header.site-header.hide-on-scroll {transform: translateY(-100%);} */
	header.site-header > .container {
        min-height: 60px;
        max-width: 100%;
        width: 98%;
    }
	/* 	Header Four */
	.header-center .logo-container nav.main-navigation, .header-center .logo-container .right-head {
		width: 100%;
	}
	.header-center .logo-container {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 0 30px;
	}
	.header-center .logo-container .site-branding {
		text-align: center;
		padding: 0 20px;
		width: auto;
		white-space: nowrap;
	}
	.header-center .logo-container nav.main-navigation {
        justify-content: flex-start;
        align-items: center;
    }
	.header-center .header-contact {
		gap: 10px;
		font-size: 0.9rem;
	}
	.header-center .logo-container .right-head {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }
}
@media (max-width: 1023px) {
	.header-center .main-navigation ul#primary-menu {
		gap: 10px;
	}
	.header-center .header-contact{display: none;}
	.header-center .logo-container .site-branding {order: 0; padding-left:0;}
	.header-center .logo-container .main-navigation {order: 1;}
	.header-center .logo-container .right-head {order: 2; width: auto;}
}
@media (max-width: 767px) {
	.header-two .header-top {
		padding: 3px 0;
	}
	.header-contact {
		gap: 10px;
		justify-content: center;
		font-size: 14px;
	}
	.header-contact > a:before {
		height: 18px;
		width: 18px;
		margin-right: 3px;
	}
	header.site-header.header-three {
		padding-top: 40px;
	}
	header.site-header.header-three .header-contact {
		background-color: #f3f3f3;
		position: absolute;
		padding: 3px 0;
		left: 0;
		right: 0;
		top: 0;
		justify-content: center;
	}
	.header-center .logo-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
		padding: 0 15px;
	}
	.header-center .logo-container .main-navigation { order: 2;}
	 .header-center .logo-container .right-head {
        order: 1;
        margin-left: auto;
        display: flex;
    }
	
	
	
}
/* Navigation
--------------------------------------------- */
.main-navigation {
    display: flex;
    justify-content: flex-end;
	align-items: center;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul#primary-menu {
    display: flex;
    justify-content: flex-end;
    column-gap: 5px;
    align-items: flex-end;
}


.main-navigation li {
	position: relative;
}

#site-navigation.main-navigation li a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    padding: 50px 8px 50px 8px;
    font-size: 13px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #000 !important;
	border-bottom: none !important;
}
#site-navigation.main-navigation li a:hover {
	color: #809821 !important;
}
.main-navigation li.button-menu a {
    border-radius: 30px;
    background-color: #809821;
    color: #fff;
	padding: 8px 20px;
}
.main-navigation li.button-menu a:hover {
    background-color: #000000;
    color: #fff;
}
.main-navigation li.menu-global a svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.main-navigation a.menu-call-button {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #96b233;
    color: #fff;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #96b233;
}
.main-navigation a.menu-call-button:hover {
    background-color: #ffffff;
	color: #96b233;
}
/* Small menu. */
header.site-header #site-navigation .menu-toggle {
	display: none;
	font-size: 0;
	background-color: transparent;
	border: none;
	position: relative;
	height: 30px;
    width: 40px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
header.site-header.header-center #site-navigation .menu-toggle{
	position: absolute;
    right: 15px;
    top: 18px;
}
/* Initial state of the menu toggle icon (3 lines) */
.menu-toggle:after, .menu-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    top: 8px;
    border-radius: 3px;
	transition: all 0.2s ease-in-out;
}
.menu-toggle:before {
    width: 60%;
    top: auto;
    bottom: 8px;
}
.main-navigation.toggled .menu-toggle:after, .main-navigation.toggled .menu-toggle:before {
	width: 80%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.main-navigation.toggled .menu-toggle:after {
    transform: rotate(-45deg);
}
.main-navigation.toggled .menu-toggle:before {
    transform: rotate(45deg);
}
.main-navigation li.menu-item button.submenu-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
    background-color: #fff0;
    color: #000;
    font-size: 25px;
    box-shadow: 0 0 0 0;
    border: none;
    width: 30px;
    height: 30px;
    margin: auto;
    font-family: sans-serif;
}

li.menu-global:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTI1NiAzMmEyMjQgMjI0IDAgMCAwLTEwNy45MzggMjguMDAybDI3LjUyIDE5LjM2bDQwLjAzMy0xMy42OTRsMjQuNTgyIDUuNjJsOC43OCA0OS44NjRsMTUuMS0xMS41ODhsNDEuMDg3LTE0LjA0NmwxOC4yNiAyNy43NDJsLTM1LjgyIDE4Ljk2M2wtMjIuNDczIDE2LjE1MmwtMi40NTggMjIuNDc1bC0yNC45MzIgMjEuMDdsLTcuMDIzIDM0LjA2NGwtMTQuMDQ3IDEuMDUzbDcuMDIzLTM4LjYzbC01My4wMjctMi44MDdsLTEyLjY0IDE4LjYxbC0uMS0uMDF2MjYuNjQ0bDI1LjgyNCAxLjk4NmwyMy44MzggMTYuODg1bC0xLjk4NiAyNS4zMjhsMzMuNzcgNS45NmwtLjM2Ljc2bDUzLjAwNC0zMC41NThsOTAuODggNTkuMDk4bC0yMC41MSA0OC41NDhsLTMyLjY4NSAyMC4xNTZsLTYxLjE0MyA3Ny45NjVsLTEzLjQ5OC0zLjg0NUwyNjIuMjE2IDM2NWwtNDIuMjEzLTQyLjIxM2w3Ljg1My0xMy44NmwtMjUuNzMyLTkuNDgybC0yNS4zMjYtMzAuNzlsLTIxLjg1My00Ljk2N0wxMTYuNDIyIDIwOEgxMTJsLTUuMTE3IDI2Ljc0NmwtMy42NC0zOS4xNDZsNS4yNjctMjkuMTQ3bC0uNy0yMy4xNzhMOTcuMjQ3IDk4LjJBMjI0IDIyNCAwIDAgMCAzMiAyNTZjMCAxMjMuNzEyIDEwMC4yODggMjI0IDIyNCAyMjRjODIuNDEzLS4wMjggMTU4LjE1NS00NS4zMDggMTk3LjE5NS0xMTcuODg3TDQ0Mi44MiAyOTguMTRsLTUuNjItMzYuMTdsLTM0LjA2LTI3LjM5Mmw2LjY3LTM3LjkyNmwxNS44MDMtMjAuMzY3bDM3LjU1NS01LjA1QzQyOC43NjYgODcuMDg2IDM0Ni45MTMgMzIuMDcyIDI1NiAzMm04OS4wNDcgNDhIMzY4djQ4bC0zMiAxNnYtMjMuODM2em0tMTIyLjc2IDE2Ni41MThsMjkuODUgNC45MThsLTQuMjEzIDYuMzJsLTI0LjIzLTQuOTE2eiIvPjwvc3ZnPg==);
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    position: absolute;
    left: 0px;
	transition: all 0.3s;
}
li.menu-global:hover:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjODM5QTI3IiBkPSJNMTYgM0M4LjgzMiAzIDMgOC44MzIgMyAxNnM1LjgzMiAxMyAxMyAxM3MxMy01LjgzMiAxMy0xM1MyMy4xNjggMyAxNiAzbTAgMmMuMzM4IDAgLjY3LjAyIDEgLjA1VjZoMnYtLjU3NGExMS4wMyAxMS4wMyAwIDAgMSA2IDQuMjdWMTNsMSAydjFoMXEtLjAwMS41NS0uMDU1IDEuMDg2Yy0uMDA5LjA5Ni0uMDI5LjE4OC0uMDQuMjgzYy0uMDM0LjI2My0uMDY4LjUyNC0uMTIuNzgxYy0uMDE5LjA5Ni0uMDQ0LjE5LS4wNjYuMjg2Yy0uMDU4LjI1NC0uMTIuNTA2LS4xOTYuNzUzcS0uMDQuMTI3LS4wODQuMjUyYTExIDExIDAgMCAxLS4yNzUuNzUycS0uMDQ2LjEwNy0uMDk0LjIxM3EtLjE2Ni4zODMtLjM2Ljc1cS0uMDQ2LjA5LS4wOTcuMTc0YTExIDExIDAgMCAxLTEuMDc2IDEuNTkybC0uMDkuMTExcS0uMjkzLjM0OS0uNjExLjY3MmwtLjA5Mi4wOTZhMTEgMTEgMCAwIDEtLjY3OC42MTdjLS4wMzMuMDI4LS4wNjEuMDU3LS4wOTUuMDg0Yy0uMjM0LjE5Mi0uNDguMzctLjcyOS41NDNjLS4wMzkuMDI3LS4wNzQuMDU4LS4xMTMuMDg0Yy0uMjQuMTYtLjQ4OC4zMDctLjc0LjQ1YTEwLjkgMTAuOSAwIDAgMS0zLjg3MSAxLjMwMmw0LjAxMS0zLjAyNGwxLjEtMS4xTDI0IDIwdi0xbC0yLTFoLTFsLTItMmgtMmwtMSAxdjFsLTEgMXYybDIgMS42bC0xLjk3NyA0LjM1MUM5LjQxNCAyNi40NTMgNSAyMS43MzUgNSAxNmMwLTMuNDA4IDEuNTU5LTYuNDU5IDQtOC40NzlWOEw4IDl2Mi4yTDkgMTVsNSAyaDF2LTFsLTMtMXYtMmgzbDEtMi41TDE4IDlWOGwtMy0ybC0xLjQzOC0uNzE5QTExIDExIDAgMCAxIDE2IDVtLTEgOXYxaDJ2LTF6Ii8+PC9zdmc+);
}

.menu-global > a {
    padding-left: 25px !important;
}	

@media (min-width: 1024px) and (max-width: 1350px) {
	header.site-header > .container {
		flex-direction: column;
		width: 100%;
	}
	#site-navigation.main-navigation li a {
        padding-top: 10px;
        padding-bottom: 10px;
        letter-spacing: normal;
        font-size: 12px;
    }
	.main-navigation a.menu-call-button {height: 30px;width: 30px;}
	.main-navigation a.menu-call-button svg { width: 18px;}
}
@media (min-width: 1024px) {
	
	
li.menu-global:before {
   
    top: calc(50% - 9px);


}




.main-navigation ul ul {
    box-shadow: 0 1px 5px rgb(0 0 0 / .1);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    padding: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;	
	transition: all 0.2s ease-in-out;
}

.main-navigation ul ul ul {
	left: 100%;
	right: auto;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
}

	#site-navigation.main-navigation ul ul a {
		width: 280px;
		padding: 10px 20px;
		font-weight: 400;
	}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	opacity: 1;
	visibility: visible;
}
#site-navigation.main-navigation li ul a:hover {
    background-color: #839A27;
    color: #fff !important;
}
#site-navigation.main-navigation ul li.menu-global ul {
    left: auto;
    right: 0;
}
#site-navigation.main-navigation ul li.menu-global ul a {
    width: 150px;
}
#site-navigation.main-navigation .nav-menu > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    height: 2px;
    width: 0px;
    background-color: #839A27;
	transition: all 0.3s ease-in-out;
}	
	#site-navigation.main-navigation .nav-menu > li > a:hover:before, 
	#site-navigation.main-navigation li.current-menu-item > a:before,
	#site-navigation.main-navigation li.current-menu-ancestor > a:before	{
		width: calc(100% - 16px);
	}
#site-navigation.main-navigation li.current-menu-item > a,
	#site-navigation.main-navigation li.current-menu-ancestor > a	{
		color: #839A27 !important;
	}
#primary-menu > li.menu-item-has-children> a { position: relative;}
#primary-menu > li.menu-item-has-children> a:after {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzAwMCIgZD0ibTEyIDEzLjE3MWw0Ljk1LTQuOTVsMS40MTQgMS40MTVMMTIgMTZMNS42MzYgOS42MzZMNy4wNSA4LjIyMnoiLz48L3N2Zz4=);
	width: 20px;
	height: 20px;
	display: inline-block;
	background-position: center center;
	vertical-align: top;
	transition: all 0.3s ease-in-out;
	/*      position: absolute;
	right: -5px;
	top: 0;
	bottom: 0;
	margin: auto; */
}
#primary-menu > li.menu-item-has-children> a:hover:after,
	#site-navigation.main-navigation li.current-menu-item > a:after,
	#site-navigation.main-navigation li.current-menu-ancestor > a:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM4MzlBMjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI0IiBkPSJNMzYgMThMMjQgMzBMMTIgMTgiLz48L3N2Zz4=);
}	

	
	
	
/* Mega Menu	 */
	.main-navigation ul.nav-menu li.mega-menu {
		position: static;
	}
	.main-navigation ul.nav-menu li.mega-menu > ul.sub-menu {
		display: none;
	}
	#site-navigation.main-navigation ul.nav-menu li.mega-menu > ul.sub-menu a {
        width: 100%;
        text-transform: capitalize;
        font-size: 14px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
	.main-navigation ul.nav-menu li.mega-menu:hover > ul.sub-menu {
        display: flex;
        flex-wrap: wrap;
        height: calc(100vh - 105px);
        overflow-y: auto;
        left: 20px;
        right: 20px;
        align-items: stretch;
        max-height: fit-content;
    }
	.main-navigation ul.nav-menu li.mega-menu > ul.sub-menu > li {
        width: 20%;
        border-right: 1px solid #e1e1e1;
        margin-bottom: 25px;
    }
	.main-navigation ul.nav-menu li.mega-menu > ul.sub-menu > li >a {
		font-weight: bold !important;
		pointer-events: none;
	}
	.main-navigation ul.nav-menu li.mega-menu > ul.sub-menu > li >ul.sub-menu {
		display: flex;
		opacity: 1;
		visibility: visible;
		flex-direction: column;
		position: static;
		box-shadow: 0 00 0;
	}
}
@media (max-width: 1023px) {
	.header-center .main-navigation {
		width: 40px;
		height: 30px;
	}
	#site-navigation.main-navigation li a {
		padding: 8px;
	}
	header.site-header #site-navigation .menu-toggle {
		display: block;
		order: 1;
	}
	header.site-header button.search-toggle {
		order: 0;
		width: 24px;
		margin-right:10px;
	}
	header.site-header.header-center button.search-toggle {
		margin-right:0px;
	}
	header.site-header #site-navigation.main-navigation.toggled .menu-toggle {
		position: fixed;
		right: 10px;
		top: 10px;
		z-index: 9;
	}
	.main-navigation .primary-menu-container {
        position: fixed;
        right: 100%;
        width: 100%;
        top: 0;
        padding: 60px 30px 30px;
        background-color: rgb(255 255 255 / .8);
        backdrop-filter: blur(5px);
        transition: all 0.3s ease-in-out;
        height: 100vh;
        overflow: auto;
    }
	.main-navigation.toggled .primary-menu-container{
		right: 0%;
	}
	.main-navigation ul#primary-menu {
		flex-direction: column;
        row-gap: 5px;
        height: 100%;
        justify-content: flex-start;
		align-items: stretch;
	}
	.main-navigation li.menu-item button.submenu-toggle {
		display: block;
	}
    .menu-item-has-children > ul {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .menu-item-has-children.submenu-open>ul {
        display: block;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
    }
	.main-navigation a.menu-call-button {
		margin-left: 0;
		margin-right: 20px;
		width: 35px;
		height: 35px;
		padding: 5px;
	}
	header.site-header .site-branding {
		max-width: 120px;
	}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    padding: 30px 0px 0;
    border-top: 1px dashed;
    margin-top: 30px;
    width: 100%;
}
.site-main .comment-navigation a, .site-main .posts-navigation a, .site-main .post-navigation a {
    text-decoration: none;
    font-weight: 500;
}
.site-main .comment-navigation .nav-subtitle, .site-main .posts-navigation .nav-subtitle, .site-main .post-navigation .nav-subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
}
.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%;
}

/* number navigation(pagination) */
/* Center the pagination */
.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Style each page number */
.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0;
    border: 1px solid #819a22;
    text-decoration: none;
    color: #819a22;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Hover state */
.pagination .page-numbers:hover {
    background-color: #819a22;
    color: #fff;
    border-color: #819a22;
}

/* Current page */
.pagination .page-numbers.current {
    background-color: #819a22;
    color: #fff;
    border-color: #819a22;
    font-weight: 600;
    cursor: default;
}

/* Previous & Next arrows */
.pagination .prev,
.pagination .next {
    width: auto;
    padding: 0 16px;
}




body .recent-post .elementor-image-box-description a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
	border-color: #839A27;
}

.recent-post img {
    width: 100%;
}



/* Footer
 * ------------------------------------------ */
footer.site-footer .container {
    max-width: 95%;
}

footer.site-footer:not(.no-widget) {
    padding-top: 50px;
}
footer.site-footer {
    background-color: #f7f7f5;
	font-size: 14px;
}
/*.sub-footer {*/
/*    background-color: #839a27;*/
/*    color: #fff;*/
/*	padding: 20px;*/
/*}*/

.sub-footer {
    background-color: #f7f7f5;
    color: #000000;
    padding: 20px;
    border-top: 1px solid #839a27;
    border-bottom: 1px solid #839a27;
}

.sub-footer ul.foot-locations {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
}
.sub-footer .foot-locations li {
    font-family: 'Butler';
    font-size: 45px;
    font-weight: 300;
    width: 50%;
    text-align: center;
}
footer.site-footer .footer-widgets {
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
    gap: 40px;
}
footer.site-footer .footer-widgets .footer-widget-col {
    width: 60%;
}
footer.site-footer .footer-widgets .footer-widget-col:nth-child(2) {
/*     width: 200%; */
	width: 150%;
}
footer.site-footer .footer-widgets .footer-widget-col:nth-child(3) {
/*     width: 100%; */
	 width: 80%;
    display: flex;
    gap: 15px;
	align-items: center;
}
.footer-menu-container ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
    margin-left: 0;
    justify-content: center;
    padding: 0 10px;
}
.footer-menu-container ul a {color: #000;}
.footer-menu-container ul a:hover {color: #839A27;}
ul.footer-contact {
    list-style: none;
    margin: 0;
    display: flex;
/*     gap: 20px; */
	column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
}

ul.footer-contact li {
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    align-items: flex-start;
    width: calc(55% - 20px);
}
ul.footer-contact li:nth-child(2), ul.footer-contact li:nth-child(4) {
    width: calc(40% - 20px);
}
ul.footer-contact li:last-child {
    margin-bottom: 10px;
}
.copyright-foot {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #c6c6c4;
	font-size: 15px;
}
footer.site-footer .footer-widgets a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
footer.site-footer .footer-widgets a:hover {
    color: #839A27;
}
footer.site-footer .footer-widgets .footer-widget-col:nth-child(3) .footer-widget:first-child {
    width: 40%;
}
footer.site-footer .footer-widgets .footer-widget-col:nth-child(3) .footer-widget:last-child {
    width: 43%;
}
footer.site-footer .footer-widgets .footer-widget-col:nth-child(3) .footer-widget img{
	display: block;
}

@media (max-width: 1200px) {  
	footer.site-footer .footer-widgets .footer-widget-col:nth-child(2) { width: 150%;}
	ul.footer-contact li, ul.footer-contact li:nth-child(2), ul.footer-contact li:nth-child(4){width: 100%;        margin-bottom: 10px;}
}
@media (max-width: 980px) { 
	footer.site-footer .footer-widgets {
		flex-wrap: wrap;
		gap: 30px;
	}
	footer.site-footer .footer-widgets .footer-widget-col:nth-child(1), footer.site-footer .footer-widgets .footer-widget-col, footer.site-footer .footer-widgets .footer-widget-col:nth-child(2) {
		width: calc(50% - 20px);
	}
	
	body ul.custom-list li { margin-bottom: 15px; }
	
}
@media (max-width: 768px) {
	.sub-footer {
    padding: 10px;
}
.sub-footer .foot-locations li {
    font-size: 28px;
}
.sub-footer ul.foot-locations {
    flex-wrap: wrap;
}
	
	footer.site-footer .footer-widgets {
		gap: 20px;
	}
	footer.site-footer .footer-widgets .footer-widget-col, footer.site-footer .footer-widgets .footer-widget-col:nth-child(2) {
		width: 100%;
	}
	ul.footer-contact li {
		gap: 10px;
		font-size: 13px;
	}
	.footer-menu-container ul {
		row-gap: 5px;
		font-size: 13px;
	}
	.copyright-foot {font-size: 13px;}
}
/* Posts and pages
--------------------------------------------- */
div#breadcrumbs {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}
.sticky {
	display: block;
}

.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;
}
.entry-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.entry-meta > span {
    display: inline-block;
    position: relative;
	color: #626262;
    font-size: 13px;
    font-weight: 500;
}
.entry-meta > span:not(:last-child):after {
    content: "|";
    position: absolute;
    right: -8px;
}
footer.entry-footer {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
	margin-top: 20px;
}
aside#secondary {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
/* Page Not found */
section.not-found {
    padding: 20px 0 50px;
    text-align: center;
    min-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.not-found form.search-form {
    margin-top: 30px;
}

/*  page */
main#primary {
    margin: 40px 0;
	min-height: 100vh;
}
body.blog main#primary.site-main, body.archive main#primary {
    margin-top: 0;
}
header.archive-header {
    padding: 70px 0;
    margin-bottom: 50px;
    background-color: #F4F4F4;
    text-align: center;
    background-image: url(../../uploads/2026/01/soc-bg.png);
    background-repeat: no-repeat;
    background-position: top 10px center;
    position: relative;
    background-size: auto 100%;
}
header.archive-header .container {
    position: relative;
    z-index: 9;
}
header.archive-header:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(#ffffff7a, #fff);
    z-index: 0;
}
.archive-description { padding: 10px;}
.archive-header h1.page-title {
    font-size: 55px;
    margin: 0;
	text-align:center;
}
body.single header.entry-header {
    margin-bottom: 20px;
    text-align: center;
}
body.single .entry-meta {
    justify-content: center;
}
.single h1.entry-title {
    margin-top: 0;
/*     font-size: 50px; */
    margin-left: auto;
    margin-right: auto;
}
.post-single {
    padding: 0 15px;
}
.listing-block {
    display: flex;
    gap: 40px;
}
body.single .post-thumbnail {
    margin-top: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
body.single .post-thumbnail img.wp-post-image {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	width: 100%;
}
.single .post-single .entry-content {
    max-width: 700px;
    margin: auto;
}
.left-primary {width: calc(70% - 40px);}
.posts-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	align-content: flex-start;
    align-items: stretch;
}
.posts-listing article {
    width: calc(33.33% - 20px);
    padding: 15px;
    border-radius: 0;
    border-bottom: 2px solid #efefef;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.posts-listing article .post-thumbnail {
    display: block;
    margin: -15px -15px 15px;
	overflow: hidden;
	border-bottom: none;
}
.posts-listing article .post-thumbnail img {
    display: block;
	transition: all 0.3s ease-in-out;
	height: 260px;
    object-fit: cover;
	border-radius: 0 !important;
}
.posts-listing article:hover .post-thumbnail img{
	transform: scale(1.1);
	opacity: 0.8;
}
.posts-listing article header.entry-header {
    text-align: left !important;
}
.posts-listing article .entry-title {
    margin-bottom: 5px;
	font-size: 26px;
}
.posts-listing article .entry-title a {
    color: #000;
}
.posts-listing article .entry-title a:hover {
    color: #819a22;
}
.posts-listing article .content-summery {
    margin-top: 10px;
    margin-bottom: 15px;
}
.posts-listing article a.read-more {
    display: inline-block;
    margin-top: auto;
    margin-right: auto;
}
.related-posts {
    padding-top: 30px;
    margin-top: 50px;
    border-top: 2px solid #e9e9e9;
}
.related-posts h3 {
    text-align: center;
}
.related-posts .posts-listing .post-thumbnail {
    margin-top: 0;
    margin-bottom: 20px;
}
.related-posts .posts-listing header.entry-header {
    margin-bottom: 0;
}
.related-posts .posts-listing header.entry-header .entry-meta {
    justify-content: start;
    margin-bottom: 10px;
}
/* Lender Calculator */

/* Lender Calculator CSS */
.lenders-block {
    display: flex;
	align-items: stretch;
}
.lenders-block .lender-filter {
    width: 30%;
    padding: 15px 30px;
    position: sticky;
    top: 30px;
}
.lenders-block .lender-result {
    width: 70%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 80px 20px;
    align-self: flex-start;
}
.lenders-block form#lender-filter-form button.m-filter {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #000;
    background-color: transparent;
    font-size: 18px;
	color: #000;
}

.lender-filter .filter-box .filter-data {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.lender-filter .filter-box .text-filter {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}
.lender-filter .filter-box .text-filter label {
    width: 160px;
}
.lender-filter .filter-box .text-filter input[type="text"] {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    padding: 10px;
}
.lender-filter .filter-box button.filter-btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 20px 0 0;
    background-color: transparent;
    position: relative;
    border: none;
    transition: all 0.3s ease-in-out;
    color: #000;
	text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
}
.lender-filter .filter-box button.filter-btn:hover, .lender-filter .filter-box button.filter-btn.active-t{
	color: #819a22;
}
.lender-filter .filter-box button.filter-btn:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik0zNiAxOEwyNCAzMEwxMiAxOCIvPjwvc3ZnPg==);
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.lender-filter .filter-box button.filter-btn.active-t:after {
    transform: rotate(180deg);
}

.lender-filter .filter-box .filter-content {
    display: none;
}
.lender-filter .filter-box .filter-content .option-group {
    max-height: 190px;
    overflow: auto;
    display: flex;
    flex-direction: column;
	margin-top: 10px;
}
.lender-filter .filter-box a#reset-filters {
    color: #a91919;
    font-size: 17px;
    font-weight: 700;
}
.lender-filter .filter-box a#reset-filters svg {
    display: inline-block;
    vertical-align: middle;
}
.result-lenders { margin-bottom: 20px;}
.result-lenders .displayNumber {
    font-size: 28px;
}
.lender-result .form-box h3 {
    font-size: 30px;
    color: #839A27;
}


body .heading-w-icon .elementor-image-box-title { margin-bottom: 0px !important; }

@media (max-width: 980px) {
.lenders-block {
    flex-direction: column;
}
.lenders-block .lender-filter {
	width: 100%;
	padding: 10px 0 0;
	z-index: 99;
	background-color: #fff;
	top: 0;
	height: auto;
}
.lenders-block .lender-result {width: 100%;	}
.lenders-block form#lender-filter-form button.m-filter {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	position: relative;
	font-size: 15px;
}
.lenders-block form#lender-filter-form button.m-filter.filter-active {
    background-color: #ccc;
}
.lenders-block form#lender-filter-form button.m-filter:after {
	content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik0zNiAxOEwyNCAzMEwxMiAxOCIvPjwvc3ZnPg==);
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.lenders-block form#lender-filter-form button.m-filter.filter-active:after {
    transform: rotate(180deg);
}
.lenders-block .lender-filter .filter-box {
	display: none;
	border-bottom: 1px solid #ccc;
	max-height: 90vh;
	overflow: auto;
}
	
.lenders-block .lender-filter .filter-box.show-filter {
    display: block;
	
}
.result-lenders .displayNumber {font-size: 20px;}
.lender-result .form-box h3 { font-size: 24px;}
}
/* 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;
}
/* Woocommerce */
main#main.site-main {
    max-width: 1320px;
    padding: 50px 15px;
    margin: 0 auto;
}


.elm-icon-box h3.elementor-icon-box-title {
    margin-bottom: 0px;
}

.elm-icon-box p.elementor-icon-box-description {
    font-family: 'Butler';
    color: #000;
    font-size: 32px;
	line-height: 1.2em;
}

p.client-name {
    font-family: 'Butler';
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
}



body .service-row a {
    color: #000;
    transition: all 0.3s ease-out;
    position: relative;
    display: inline-block;
}


.service-row a:hover:before {
       opacity: 1;
}

.service-row a:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGZpbGw9IiM4MzlBMjciIGQ9Ik0zNDAuOSAxNDkuM2EzMC42IDMwLjYgMCAwIDAgMCA0Mi44TDY1Mi43IDUxMkwzNDEgODMxLjlhMzAuNiAzMC42IDAgMCAwIDAgNDIuN2EyOSAyOSAwIDAgMCA0MS43IDBsMzMxLjYtMzQwLjNhMzIgMzIgMCAwIDAgMC00NC42TDM4Mi42IDE0OS40YTI5IDI5IDAgMCAwLTQxLjcgMHoiLz48L3N2Zz4=);
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: -22px;
    top: 4px;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.service-row a:hover {
    color: #839A27 !important;
    border-color: #839A27;
}

.elm-icon-box .elementor-widget-image, .recent-post .elementor-image-box-img {
    overflow: hidden;
}

.elm-icon-box img, .recent-post img {
    transition: all 0.5s ease-out;
}

.elm-icon-box img:hover , .recent-post img:hover  {
    transform: scale(1.08);
}


ul.custom-list {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

ul.custom-list li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
}

ul.custom-list h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

ul.custom-list li:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjODM5QTI3IiBkPSJNMjQgMTIuMTZMMTguMjQgNi40djQuMjRIMHYzLjA0aDE4LjI0djQuMjR6Ii8+PC9zdmc+);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 2px;
    left: 2px;
}

.inner-list {
	list-style-type: none;
	margin: 0px;
}

ul.custom-list li .inner-list li {
    margin-bottom: 10px;
}
.reduce-margin li {
    margin-bottom: 10px !important;
}

ul.custom-list.list-col {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
ul.custom-list.list-col li {
    width: calc(50% - 10px);
    padding-bottom: 15px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ccc;
}
body .accordian-module summary.e-n-accordion-item-title {
    display: flex;
    justify-content: space-between;
}

body .accordian-module .e-n-accordion-item {
    border-bottom: 1px solid #bfbfbf;
/* 	padding: 20px 0px; */
}

.heading-w-icon .elementor-image-box-title a {
    border-bottom: 0;
}
.heading-w-icon .elementor-image-box-title a:hover {
    color: #839A27;
}

/* For testimonials */

/* Slick needs this to allow equal heights */
.soc-testimonial-slider .slick-track {
    display: flex;
}

.soc-testimonial-slider .slick-slide {
    height: auto;
    display: flex;
}
.slick-slider button.slick-arrow {
    font-size: 0;
    border: none !important;
    padding: 0;
	background-color: transparent !important;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {color: #839A27; transition: all 0.3s ease-in-out;}
.slick-slider .slick-prev:hover:before, .slick-slider .slick-next:hover:before {color: #000000;}
.soc-testimonial-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    background: #fff;
}

.soc-testimonial-content {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    text-align: center;
}
.soc-testimonial-text {
    flex-grow: 1;
    margin-bottom: 15px;
	padding-top: 20px;
    padding-bottom: 40px;
	letter-spacing: 0.5px;
}
.soc-testimonial-content h4.soc-testimonial-author {
    margin-top: auto;
    font-size: 22px;
    text-transform: uppercase;
}
ul.propery-icon-list {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
ul.propery-icon-list li {
    display: flex;
    align-items: center;
    gap: 5px;
    width: calc(16% - 20px);
	justify-content: center;
}
ul.propery-icon-list li img {
    width: 75px;
}
ul.propery-icon-list li span {
    font-size: 18px;
    display: inline-block;
    line-height: 1.3;
}
.elementor-widget-n-accordion .e-n-accordion summary.e-n-accordion-item-title {
    transition: all 0.3s ease-in-out;
}

/* Table CSS */


table.content-table {
    margin: 0px;
    max-width: 1100px;
}


table.content-table thead {
    background-color: #94b536;
    color: #fff;
}

table.content-table td {
    padding: 10px;
}

table.content-table tbody td {
    background-color: #f7f7f7;
}

table.content-table, table.content-table th, table.content-table td {
    border: 2px solid #fff;
    border-collapse: collapse;
}





/* .heading-w-icon .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

body .elementor .heading-w-icon figure.elementor-image-box-img {
    width: auto !important;
} */

a.wa__button.wa__r_button.wa__stt_online.wa__btn_w_icon {
    display: none;
}

/* .home-page-slider.slick-slider {
    overflow: hidden;
} */

a.phone-number:hover {
    background-color: #819d2a;
    color: #fff;
}

a.phone-number {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    background-color: #fff0;
    border-style: solid;
    border: 1px solid #819d2a !important;
    display: block;
    padding: 13px 20px 15px 20px;
    transition: all 0.3s ease-out;
    line-height: normal;
}


/* Media Queries */

@media (min-width:981px) {
	
.service-row .elementor-widget-image-box {
    position: relative;
}
	
	.service-row .elementor-widget-image-box, .service-row .elementor-widget-image-box .elementor-image-box-wrapper {
    height: 100%;
}

.service-row .elementor-widget-image-box:after {
    content: '';
    background-color: #b2b2b2;
    position: absolute;
   height: calc(100% - 20px);
    width: 1px;
    right: 0px;
    top: 15px;
}

.service-row .e-child:nth-child(4) .elementor-widget-image-box:after {
    visibility: hidden;
}
	
.recent-post .elementor-image-box-content {
    padding: 0px 33px;
}	
	
.client-reviews .elementor-icon-box-content {
    height: 320px;
}

.client-reviews p.client-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
	bottom: 0px;
}	
.lenders-block .lender-result {
    position: sticky;
    top: 100px;
}

}

@media (min-width: 981px) and (max-width: 1200px) {
	.service-row .elementor-widget-image-box:after {
		right: -15px;
	}
	ul.propery-icon-list li { width: calc(33% - 20px);justify-content: flex-start;}
}
 

@media (min-width: 768px) { 
	
.sticky-top {
	position: sticky !important;
	top: 100px;
}
aside#secondary {
	margin-bottom: auto;
	position: sticky;
	top: 50px;
}
}
@media (max-width: 1023px) {
	header.archive-header { padding: 40px 0;}
	.archive-header h1.page-title, 
/* 	.single h1.entry-title  */
	{ font-size: 30px;}
	ul.propery-icon-list li { width: calc(33% - 20px);}
}
@media (max-width: 980px) { 
	section.not-found svg {
		width: 128px;
		height: 128px;
	}
	.posts-listing article {
		width: calc(50% - 15px);
	}
	
		.elm-icon-box p.elementor-icon-box-description {
    font-size: 20px;
}
	
.recent-post .elementor-image-box-content {
    padding: 0px 15px;
}	
p.client-name {
	margin-top: 30px;
	}
	ul.custom-list.list-col li {width: 100%;}
}
@media (max-width: 767px) {
	
	body {
		font-size: 14px;
	}
	header.archive-header { padding: 30px 0;}
	.archive-header h1.page-title 
	{ font-size: 26px;}
	.listing-block, .post-single {
		flex-direction: column;
	}
	.left-primary, aside#secondary{
		width: 100%;
	}
	
	.post-single {
		padding: 0px 15px;
	}
	.soc-testimonial-content {
		padding: 0;
	}
	.soc-testimonial-text {
		margin-bottom: 15px;
		padding-top: 10px;
		font-size: 15px;
		padding-bottom: 0;
	}
	.soc-testimonial-content h4.soc-testimonial-author {
		font-size: 20px;
	}
	ul.custom-list li:before { top: 6px; }
	.reduce-margin li:before {
    top: 3px !important;
}
	ul.propery-icon-list {gap: 10px;}
	ul.propery-icon-list li { width: calc(50% - 10px);gap: 10px;}
	.elementor-position-left.icon-always-left .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
}
	
.heading-w-icon .elementor-image-box-wrapper img {
    width: 56px !important;
}	
	
	.heading-w-icon .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
	
}
@media (max-width: 480px) {
	.posts-listing article {
		width: 100%;
	}
	ul.propery-icon-list li { width: 100%;}
}


.img-container .elementor-widget-image {
    overflow: hidden;
}	
	
.img-container .elementor-widget-image img {
    width: 100%;
}	

    /* Prevent CLS before slick loads */
.home-page-slider {
	visibility: hidden;
	margin-bottom: 0px !important;

}

.home-page-slider .slide-inner {
	display: flex;
	gap: 4%;
	align-items: stretch;
}

.home-page-slider .slide-image {
	width: 50%;
	min-width: 0;

}

.home-page-slider .slide-image img {
	width: 100%;
	height: 100%;
	display: none;
	object-fit: cover;
}

.home-page-slider .slide-content {
	width: 50%;
	min-width: 0;
/* 	display: flex;
	flex-direction: column;
	justify-content: center; */
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Some Update */
/* === 1. Make slick track flex so slides match height === */
.home-page-slider .slick-track {
  display: flex !important;
}

/* === 2. Make each slick slide equal height === */
.home-page-slider .slick-slide {
  height: auto !important;
  display: flex !important;
}


.home-page-slider .slick-slide > div,  /* === 3. Make the first inner wrapper stretch === */
.home-page-slider .slide-inner /* === 4. Make slide-inner full height layout === */
{
  display: flex;
  width: 100%;
}

/* === 5. Make image column full height === */
.home-page-slider .slide-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

/* === 6. Hide the actual img tag safely === */
/* .home-page-slider .slide-image img {
  display: none;
} */

/* Line-style dots */
.home-page-slider .slick-dots {
	display: block !important;
	justify-content: flex-start;
	margin-top: 25px;
	bottom: 40px;
	width: auto;
	left: 50%;

}

.home-page-slider .slick-dots li {
	width: 50px;
	height: 8px;
	margin-right: 10px;

}

.home-page-slider .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;

}

.home-page-slider .slick-dots li button:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #ccc;
	opacity: 1;

}

.home-page-slider .slick-dots li.slick-active button:before {
	background: #839A27;

}

.home-page-slider h1, .home-page-slider h2 {
    font-size: 60px;
    line-height: 1.1em;
	margin: 0;
}

.home-page-slider p {
	font-size: 16px;
	line-height: 1.8em;
	max-width: 85%;
}

.home-page-slider .slider-btn {
	margin-top: 40px;
	padding-bottom: 50px;

}

.home-page-slider .slider-btn a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .4px;
	font-weight: 700;
	padding: 12px 15px;
	border: 1px solid #839A27;
	transition: all 0.3s ease-out;
	display: inline-block;
}

.home-page-slider .slider-btn a:nth-child(1) {
	color: #fff;
	background-color: #839A27;
	margin-right: 10px;

}

.home-page-slider .slider-btn a:hover:nth-child(1) {
	background-color: #fff;
	color: #839A27;

}

.home-page-slider .slider-btn a:nth-child(2) {
	border: 1px solid #839A27;
}

.home-page-slider .slider-btn a:hover:nth-child(2) {
	background-color: #839A27;
	color: #fff;

}

.hide-icon .elementor-icon {
	visibility: hidden;
}


footer .copyright-foot a {
    color: #000;
    transition: all 0.3s ease-out;
}

footer .copyright-foot a:hover {
    border-color: #819a22;
    color: #819a22;
}

@media (min-width: 1024px) {
	.home-page-slider .slide-content {
		padding-right: 5%;
		padding-top: 80px;
	}
	.home-page-slider p { margin-top: 10px; }
}

@media (max-width: 1024px) {
	
	li.menu-global:before {  top: 8px;  }
	
	/* .home-page-slider .slide-inner { flex-direction: column-reverse; gap: 30px; }*/
        .home-page-slider .slide-inner {
        gap: 0;
    }
    .home-page-slider .slide-image img {
        min-height: 100px;
    }
	.home-page-slider .slide-content {
		padding: 30px 5%;
	}

	.home-page-slider h1,
	.home-page-slider h2 {
		font-size: 40px;
		line-height: 1.2em;

	}

	.home-page-slider p {
		font-size: 15px;
		line-height: 1.8em;
	}

	.home-page-slider .slider-btn {
		margin-top: 30px;
		padding-bottom: 0px;

	}

	.home-page-slider .slider-btn a {
		padding: 10px !important;

	}

	.home-page-slider .slick-dots li {
		width: 25px;
	}

	.slider-btn {
		margin-top: 20px;
		padding-bottom: 0;

	}
	.home-page-slider .slick-dots {
        bottom: 10px;
        left: 54%;
    }
    .home-page-slider .slick-dots li {
        height: 4px;
        margin-right: 5px;
    }
	
} 
@media (max-width: 980px) {
	body ul.custom-list h3 { 
		font-size: 17px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	body .accordian-module summary.e-n-accordion-item-title {
        padding: 10px;
        line-height: 1.4;
    }
}
@media (max-width: 767px) {
	h1 {font-size: 1.8em;}
h2{font-size: 26px;}
h3{font-size: 24px;}
h4{font-size: 22px;}
h5{font-size: 20px;}
h6{font-size: 18px;}
.home-page-slider .slide-inner {
    flex-direction: column-reverse;
}
    .home-page-slider .slide-image {
        width: 100%;
    }
	.home-page-slider .slide-image img {
        display: block;
    }
    .home-page-slider .slide-content {
        width: 100%;
        background-color: #f4f4f4;
    }
    .home-page-slider h1, .home-page-slider h2 {
        font-size: 28px;
        margin-top: 0 !important;
    }
    .home-page-slider p {
        font-size: 14px;
        line-height: 1.7em;
		width: 100%;
    }
    .home-page-slider .slick-dots {
        left: 5%;
    }
	
	a.phone-number {
		padding: 13px 10px 15px 10px;
	}
}
@media (max-width: 480px) {
    .home-page-slider .slide-inner {
        min-height: 100px;
    }
}