/*!
Theme Name: AWI Revamped
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: awi-revamped
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.

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

/* ------------------------------------------------------------- */

.panel ul li h3 {
	font-size: 16px !important;
}

.panel ul li p {
	font-size: 16px !important;
}

.panel ul li .view-details-button-wrapper .button{
	font-size:16px !important;
	background-color: #3b693b !important;
	font-weight: normal !important;
}

main .accordion {  
  margin-top: 0 !important;
  border:none !important;
  padding: 5px !important;
  border-bottom: 1px solid #ccc !important;
  cursor: pointer;  
}

main .accordion:hover{
	background-color: #fff !important;
	font-weight: bold;
}

.page-template-page-jobs main .job-accordion-wrapper{
	padding-top:0px !important;
}

.accordion .accordion-cell{
	border:none !important;
	font-size: 16px !important;
}

.accordion .icon-cell {  
  text-align: right !important;
}

main h2{
	font-size:24px !important;
}





.staff-header {
  display: flex;
  align-items: center;
  justify-content: center; /* centers entire row */
  gap: 1rem;
  flex-wrap: wrap; /* allows stacking on small screens */
  margin-bottom: 1rem;
  border-bottom: 4px solid #5d7764;
  padding: 0;
  margin: 0;
}

/* heading styles */
.staff-header h2 {
  margin: 0;
  padding-top: 15px;
  font-size: 1.5rem;
  white-space: nowrap; /* keeps it on one line */
}

.plumber-header{
	display: flex;
  align-items: center;
  justify-content: center; /* centers entire row */
  gap: 1rem;
  flex-wrap: wrap; /* allows stacking on small screens */
  margin-bottom: 1rem;
  border-bottom: 4px solid #5d7764;
  padding: 0 0 20px 0;
  margin: 0;
}

/* heading styles */
.plumber-header h2 {
  margin: 0;
  padding: 0 !important;
  font-size: 1.5rem;
  white-space: nowrap; /* keeps it on one line */
}
.plumber-header .search-wrapper{
	margin-left: auto;
}
.plumber-header .search-area{
	padding: 0;	
}

@media screen and (max-width: 767px) {
	.staff-header{
		padding: 0 0 20px 0;
	}
	.plumber-header .search-wrapper{
		margin: 0 auto;
	}
}


main h2::after{
    background: none !important;
}
/* search form */
.search-wrapper form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.search-wrapper input[type="text"] {
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.search-wrapper button {
  background: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}

/* create button */
.create-wrapper-v2 .create-pricing-button {
display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 6px;
  background: #3b693b;
  color: #fff;
  text-decoration: none;
}




/* ------------------------------------------------------------- */




.staff-job-accordion, .accordion {
    display: table;
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    background: #fff;
    text-align: left;
    table-layout: fixed; /* ensures equal-width cells if desired */
    border: 1px solid #ccc; /* optional */
}

.staff-job-accordion .accordion-row, .accordion .accordion-row {
    display: flex;   
    justify-content: space-between;   
    width: 100%;
    padding: 0 10px 0 0;
}

.staff-job-accordion .accordion-cell, .accordion .accordion-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 12px;
    border-bottom: 1px solid #ddd; /* optional row divider look */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% / 7 - 10px);
    text-align: left;
    font-size: 18px;
    font-weight: normal;
}

.staff-job-accordion .icon-cell, .accordion .icon-cell {
    width: 30px; /* keep caret narrow */
    text-align: center;
}

.pagination-area{
	padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #363636;
}

.pagination-area a{
	color: #363636;
	font-size: 16px;
}

.pagination-area a:hover{
	color: orange;
}

.intro{
	position: relative;
}

.intro .create-job-wrapper{
	float: right;
    margin-left: auto;
    position: absolute;
   	right: 0.5%;
    top: 28%;
}

.create-wrapper{
	float: right;
    margin-left: auto;
    position: absolute;
   	right: 0.5%;
    top: 2%;
}

.create-wrapper .button{
	border-radius: 50%;
    padding: 15px;
    font-size: 16px !important;
    background-color: #3b693b !important;
}

.intro .create-job-wrapper .button{
	border-radius: 50%;
    padding: 15px;
    background-color: #3b693b !important;
}

.cell-content{
	display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.cell-content i{
    color: #3b693b;
}

/* Modern System Messages */
.system-message, .success-message, .error-message {
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    animation: slideDown 0.4s ease-out;
}

/* Success State - Mahon Green Theme */
.system-message.success, .success-message {
    background: #f0fdf4; /* Very light green */
    color: #166534;      /* Deep green text */
    border-left: 6px solid var(--mahon-green);
}

/* Error State */
.system-message.error, .error-message {
    background: #fef2f2; /* Very light red */
    color: #991b1b;      /* Deep red text */
    border-left: 6px solid #dc2626;
}

/* Icon styling inside the message */
.system-message i, .success-message i {
    font-size: 1.2rem;
    opacity: 0.9;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.job-uploads{
	display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
}

.job-uploads li{
	padding: 0 !important;
}

.job-uploads li a i{
	font-size: 18px;
	color: #3b693b;
}

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



.page-id-56 main {  
  padding: 10px !important;
}


/**
 * 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;
}
.button,input[type=submit],button{
	transition:.2s all;
	background-color:gray;
	color:#000;
	padding:7px 15px;
}
/**
 * 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;*/
}

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;
}
*[style^="background-image"]{
	background-size:cover;
	background-position:center;
}
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: #d12026;
	text-decoration: none;
}

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


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

form .list--unstyled {
	margin: 0 -6px;
}

form .list--unstyled li {
	margin: 12px 6px;
}

form .list--unstyled li label {
	font-size:16px !important;
}

.list--unstyled .form-field--half {
	float: left;
	width: calc(50% - 12px);
	margin: 6px;
	padding: 10px 0;
}

.list--unstyled .form-field--third {
	float: left;
	width: calc(33.3333% - 12px);
	margin: 6px;
}

form .list--unstyled li:first-child,
form .list--unstyled .form-field--half:first-child,
form .list--unstyled .form-field--half:first-child + .form-field--half,
form .list--unstyled .form-field--third:first-child,
form .list--unstyled .form-field--third:first-child + .form-field--third,
form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third {
	margin-top: 0;
}

form .list--unstyled li:last-child,
form .list--unstyled .form-field--half:last-child,
form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
form .list--unstyled .form-field--third:last-child,
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
	margin-bottom: 0;
}

.form-field--half + li:not(.form-field--half):not(.form-field--third),
.form-field--third + li:not(.form-field--half):not(.form-field--third) {
	clear: both;

	margin-top: 0;
	padding-top: 6px;
}

li:not(.form-field--half):not(.form-field--third) + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
	margin-top: 0;
}

@media screen and (max-width: 567px) {
	.list--unstyled .form-field--half,
	.list--unstyled .form-field--third {
		float: none;

		width: auto;
		margin: 12px 6px;
	}

	.form-field--half + li:not(.form-field--half):not(.form-field--third),
	.form-field--third + li:not(.form-field--half):not(.form-field--third) {
		margin-top: 12px;
		padding-top: 0;
	}

	form .list--unstyled .form-field--half:first-child + .form-field--half,
	form .list--unstyled .form-field--third:first-child + .form-field--third,
	form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
		margin-top: 12px;
	}

	form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
		margin-bottom: 12px;
	}
}


/* Interior banner
--------------------------------------------- */
.interior-banner {
	height: 500px;
	position: relative;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	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;
}
.container {
	margin:0 auto;
	position: relative;
	max-width: 100%;
}
.list--unstyled{
	list-style: none;
	margin:0;
	padding:10px;
}
.button{
	background: orange;
	color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    border: none;
    transition: .3s ease;
}
.button:hover{
	background:orange;
	color: #fff;
	text-decoration: none;
	transform: scale(1.1);
}

@media screen and (max-width: 767px){
	.button{
		font-size: 16px;
	}
}


/* Header */
header{
	padding: 10px 0;
}

header .container{
	padding: 0px 15px;
}

header .inner-header{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px 0;
}

header .logo{
	width: 221px;
    max-width: 100%;
    z-index: 1;
}

header .account-area{
	margin-left: auto;
	margin-right: 20px;
}
header .logo img{
    width: 100%;
    height: auto;
}

header .icon-user{
	width: 30px;
	height: 30px;
	fill: #ffa500;
	vertical-align: middle;
}

body.logged-in header .inner-header {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    position: relative;
    padding: 15px 0;
}


body.logged-in header .logo {

    width: 221px;
    max-width: 100%;
    z-index: 1; 
}

.page-id-13 .logo, .page-id-56 .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


body.logged-in header .account-area,
body.logged-in header .nav-area {
    margin-left: auto;
    display: flex;
    align-items: center;
}

body.logged-in header .logo img {
    width: 100%;
    height: auto;
}


/* Navigation */
.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
	display: none;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
	display: none;
}



	.awiNav-cover {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100vh + 200px);
		cursor: pointer;
		background: rgba(0, 0, 0, .6);
	}

	.awiNav__trigger {
		line-height: 0;
		position: relative;
		display: block;
		width: 50px;
		height: 80px;
		margin: 0 10px 0 0;
		padding: 0;
		cursor: pointer;
		border: 0;
		border-radius: 0;
		outline: 0;
	}

	.awiNav__trigger,
	.awiNav__trigger:hover {
		background: transparent;
	}

	.awiNav__trigger:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__trigger span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: 4px;
		margin: -2px 0 0 -20px;
		border-radius: 2px / 50%;
		background: #3b693b;
		-webkit-box-shadow: 0 -10px 0 #3b693b, 0 10px 0 #3b693b;
				box-shadow: 0 -10px 0 #3b693b, 0 10px 0 #3b693b;
	}

	.awiNav-wrap {
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 100%;
		width: calc(100% - 45px);
		max-width: 320px;
		height: calc(100vh + 200px);
		padding-bottom: 200px;
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		background: #3b693b;
	}

	.awiNav-wrap.nav-shown {
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}

	.awiNav-wrap .awiNav__close {
		font-size: .9rem;
		font-weight: 700;
		position: relative;
		display: block;
		width: 100%;
		height: 45px;
		padding-left: 50px;
		text-align: left;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
		border-radius: 0;
		background: none;
		color: #fff;
	}

	.awiNav-wrap .awiNav__close:hover,
	.awiNav a:hover {
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__close:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__close span {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 20px;
		height: 3px;
		-webkit-transform: rotate(45deg) translateX(4px);
			-ms-transform: rotate(45deg) translateX(4px);
				transform: rotate(45deg) translateX(4px);
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
		border-radius: 2px;
		background: #fff;
	}

	.awiNav__close span ~ span {
		-webkit-transform: rotate(-45deg) translateX(-4px);
			-ms-transform: rotate(-45deg) translateX(-4px);
				transform: rotate(-45deg) translateX(-4px);
		-webkit-transform-origin: right center;
			-ms-transform-origin: right center;
				transform-origin: right center;
	}

	.awiNav {
		overflow-y: auto;
		width: 100%;
		max-height: calc(100% - 45px);
		text-align: left;
		padding: 0;
		margin: 0;
	}

	.awiNav.nav-hidden,
	.awiNav .nav-hidden {
		display: none;
	}

	.awiNav.nav-shown,
	.awiNav .nav-shown {
		display: block;
	}

	.awiNav li,
	.awiNav > li {
		font-size: 0;
		line-height: 1.2;
		display: block;
		width: 100%;
		height: auto;
		border-bottom: 1px dotted rgba(255, 255, 255, .1);
	}

	.awiNav__links {
		position: relative;
	}

	.awiNav a,
	.awiNav ul a {
		font-size: 1rem;
		display: block;
		padding: calc(22.5px - .6rem) 15px;
		white-space: normal;
		color: #fff;
	}

	.awiNav a:hover {
		color: #fff;
	}

	.awiNav .awiNav__links > a {
		display: inline-block;
		width: calc(100% - 45px);
		vertical-align: middle;
	}

	.awiNav-wrap .awiNav .awiNav__togglesub {
		font-size: 0;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		width: 45px;
		height: 100%;
		vertical-align: middle;
		text-indent: -9999px;
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__togglesub.nav-hidden {
		display: none;
	}

	.awiNav__togglesub::before {
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		width: 0;
		height: 0;
		content: '';
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		border-width: 10px 5px 0 5px;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
	}

	.sub-shown > .awiNav__links > .awiNav__togglesub::before {
		-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
				transform: rotate(180deg);
	}

	.awiNav ul {
		position: static;
		padding: 0;
		border: 0;
		background: rgba(255, 255, 255, .1);
		-webkit-box-shadow: none;
				box-shadow: none;
	}

@media screen and (max-width: 567px){
	header .logo{
		position: static;
		transform: unset;
		width: 200px;
	}
}

	.page-template-default article{
		width:calc(100% - 340px);
		display: inline-block;
		vertical-align: top;
	}
	.page-template-default aside{
		max-width:320px;
		display: inline-block;
		vertical-align: top;
		padding-left:10px;
	}


	@media screen and (max-width:870px){
		.page-template-default article{
			width:calc(100%);
		}
		.page-template-default aside{
			max-width:100%;
		}
	}
.full-width{
	max-width: 54em;
}


/****Blog Styling****/
.blog main .container{
	display: flex;
}

.blog h1{
	margin-top: 0;
}

.blog main{
	padding: 50px 0;
}

article{
	float: left;
	width: calc(100% - 330px);
	display: block;
}

aside{
	width: 330px;
	padding: 0 0 0 30px;
	float: left;
	display: block;
}

aside h2{
	font-size: 27px;
	margin: 0 0 20px;
}

aside ul{
	margin: 0;
}

.single-post main .container{
	display: flex;
}

.single-post main{
	padding: 50px 0;
}

.single-post h1{
	margin-top: 0;
}

.wp-posts-list > li:last-child{
	border-bottom: none;
}

@media screen and (max-width: 767px){
	.blog main .container{
		flex-wrap: wrap;
	}
	.single-post main .container{
		flex-wrap: wrap;
	}
	article{
		float: none;
		width: 100%;
	}
	aside {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
    img.alignnone, img.aligncenter, img.alignright, img.alignleft, a>img.alignnone, a>img.aligncenter, a>img.alignright, a>img.alignleft, .wp-caption, .wp-caption.alignnone, .wp-caption.alignleft, .wp-caption.alignright {
        display: block;
        margin: 0 auto 20px;
        float: none;
    }
}




/* *********************************************** */


/* 2026 Modern SaaS Reset */
:root {
	--mahon-green: #3b693b;
	--mahon-estimate: #2629dc;
	--mahon-green-light: #e8f5e9;
	--sidebar-bg: #1a1c1e;
	--main-bg: #f3f4f6;
	--card-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	--tile-bg: #ffffff;
    --app-bg: #f3f4f6;
}



    body { background-color: var(--main-bg); margin: 0; }

    .staff-app-shell {
        display: flex;
        min-height: 100vh;
    }

    

    .nav-group { list-style: none; padding: 0; margin: 0; }
    
    .nav-item a {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 12px 25px;
        color: #a0a0a0;
        text-decoration: none;
        font-size: 0.95rem;
        transition: var(--transition);
    }

    .nav-item.active a, .nav-item a:hover {
        background: rgba(59, 105, 59, 0.2);
        color: #fff;
        border-left: 4px solid var(--mahon-green);
    }

    .nav-item svg { width: 20px; height: 20px; fill: currentColor; }

    /* Main Dashboard Content */
    .dashboard-main {
        flex: 1;
        padding: 40px;
        max-width: 1400px;
    }

    .dashboard-header-row {
        margin-bottom: 40px;
    }

    .dashboard-header-row h1 {
        font-size: 1.8rem;
        color: #686363;
        margin: 0;
        font-weight: 700;
        border-bottom: 1px solid;
    }

    .dashboard-header-row p { color: #666; margin-top: 5px; }

    /* The Grid */
    .action-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 25px;
    }

    /* Action Card Components */
    .action-card {
        background: #fff;
        border-radius: 16px;
        padding: 30px;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border: 1px solid rgba(0,0,0,0.05);
        box-shadow: var(--card-shadow);
        transition: var(--transition);
        position: relative;
        overflow: hidden;
    }

    .action-card::after {
        content: '';
        position: absolute;
        bottom: 0; left: 0; width: 100%; height: 4px;
        background: var(--mahon-green);
        transform: scaleX(0);
        transition: var(--transition);
    }

    .action-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    }

    .action-card:hover::after { transform: scaleX(1); }

    .icon-wrapper {
        width: 60px;
        height: 60px;
        background: var(--mahon-green-light);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        color: var(--mahon-green);
    }

    .icon-wrapper svg { width: 30px; height: 30px; fill: currentColor; }

    .action-card h3 {
        margin: 0;
        font-size: 1.2rem;
        color: #1a1c1e;
        font-weight: 600;
    }

    .action-card p {
        margin: 10px 0 0;
        color: #777;
        font-size: 0.9rem;
        line-height: 1.4;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .staff-sidebar { width: 80px; }
        .sidebar-logo, .nav-item span { display: none; }
        .nav-item a { justify-content: center; padding: 20px 0; }
        .dashboard-main { padding: 20px; }
    }


/* Professional Sidebar */
.staff-sidebar {
	width: 260px;
	background: var(--sidebar-bg);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* This pushes nav up and footer down */
	padding: 20px 0;
	position: sticky;
	top: 0;
	height: 100vh;
}

.sidebar-logo {
	padding: 0 25px 30px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 20px;
}


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

.sidebar-nav-container {
	flex: 1;
	padding: 20px 0;
}

/* Target the wp_nav_menu generated UL */
.staff-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Style the generated LI and A tags */
.staff-nav-list li a {
	display: flex;
	align-items: center;
	padding: 14px 25px;
	color: #a0a0a0;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.95rem;
	transition: all 0.2s ease;
	border-left: 4px solid transparent;
}

.staff-nav-list li a:hover,
.staff-nav-list li.current-menu-item a {
	background: rgba(59, 105, 59, 0.15);
	color: #fff;
	border-left-color: #3b693b;
}

/* Sidebar Footer Container */
.sidebar-footer {
	padding: 20px 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.05); /* Very subtle line */
	background: rgba(0, 0, 0, 0.1); /* Slightly darker than sidebar bg */
}

/* Copyright Text Styling */
.staff-sidebar .copyright {
	margin: 0;
	font-size: 0.75rem; /* Small and professional */
	color: rgba(160, 160, 160, 0.6); /* Muted grey so it doesn't distract */
	line-height: 1.5;
	letter-spacing: 0.02em;
	font-weight: 400;
}

/* Optional: Highlight the brand name slightly */
.staff-sidebar .copyright strong {
	color: rgba(255, 255, 255, 0.5);
}

.sidebar-nav-container {
	flex-grow: 1; /* Allows the nav to take up all available space */
}