/*!
Theme Name: Pet Vet
Theme URI: https://drrandypetvet.com
Author: Underscores.me
Author URI: https://drrandypetvet.com
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: pet-vet
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.

Pet Vet 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
	- Better Post & Filter Widgets for Elementor
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --page-gutter-x: 20px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit/Outfit-Thin.woff2") format("woff2"), url("fonts/outfit/Outfit-Thin.woff") format("woff");
  font-weight: 100; /* Thin */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit/Outfit-ExtraLight.woff2") format("woff2"), url("fonts/outfit/Outfit-ExtraLight.woff") format("woff");
  font-weight: 200; /* ExtraLight */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit/Outfit-Light.woff2") format("woff2"), url("fonts/outfit/Outfit-Light.woff") format("woff");
  font-weight: 300; /* Light */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit/Outfit-Regular.woff2") format("woff2"), url("fonts/outfit/Outfit-Regular.woff") format("woff");
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit/Outfit-Medium.woff2") format("woff2"), url("fonts/outfit/Outfit-Medium.woff") format("woff");
  font-weight: 500; /* Medium */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit/Outfit-SemiBold.woff2") format("woff2"), url("fonts/outfit/Outfit-SemiBold.woff") format("woff");
  font-weight: 600; /* SemiBold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit/Outfit-Bold.woff2") format("woff2"), url("fonts/outfit/Outfit-Bold.woff") format("woff");
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit/Outfit-ExtraBold.woff2") format("woff2"), url("fonts/outfit/Outfit-ExtraBold.woff") format("woff");
  font-weight: 800; /* ExtraBold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit/Outfit-Black.woff2") format("woff2"), url("fonts/outfit/Outfit-Black.woff") format("woff");
  font-weight: 900; /* Black */
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Outfit", Sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-top: 24px;
  margin-bottom: 24px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0 0 1.5em 0;
  padding-inline-start: 28px;
}

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

ul li::marker {
  font-size: 0.9em;
}

/* 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: #191B1C;
}
a:visited {
  color: #191B1C;
}
a:hover, a:focus, a:active {
  color: #191B1C;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

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

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.page-container {
  width: 100%;
  padding-inline: var(--page-gutter-x);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-container {
    max-width: calc(1280px + 2 * var(--page-gutter-x));
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Forms
--------------------------------------------- */
.elementor-form .elementor-field {
  font-family: Outfit, Sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 16px 24px 16px 24px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #FFF;
  border-radius: 0;
  transition: 300ms ease-out;
}
.elementor-form .elementor-field::placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 400;
}
.elementor-form .elementor-field:hover, .elementor-form .elementor-field:focus {
  color: #fff;
  font-weight: 500;
  border-color: #728D6E;
  border-width: 0px 0px 2px 0px;
}
.elementor-form .elementor-field-group {
  margin-bottom: 19px;
}
.elementor-form .elementor-field-type-submit {
  margin: 21px 0px 0px 0px;
  transition: 300ms ease-out;
}
.elementor-form .elementor-field-type-submit button {
  transition-timing-function: ease-out;
  cursor: pointer;
}

/* Scroll to form after section after related button click */
#contact-form-subscribe {
  scroll-margin-top: 120px; /* 120px is a value of header height desctop */
}

@media screen and (max-width: 1024px) {
  #contact-form-subscribe {
    scroll-margin-top: 72px; /* 72px is a value of header height mobile/tablet */
  }
}
/* Posts and pages
--------------------------------------------- */
.elementor-widget-theme-post-content {
  font-family: "Outfit", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h4, .elementor-widget-theme-post-content h5, .elementor-widget-theme-post-content h6 {
  font-family: "Outfit", Sans-serif;
  font-weight: 500;
  margin-block-start: 40px;
  margin-block-end: 40px;
}
.elementor-widget-theme-post-content h1 {
  font-size: 48px;
  line-height: 56px;
}
.elementor-widget-theme-post-content h2 {
  font-size: 32px;
  line-height: 40px;
}
.elementor-widget-theme-post-content h3 {
  font-size: 24px;
  line-height: 32px;
}
.elementor-widget-theme-post-content h4 {
  font-size: 20px;
  line-height: 28px;
}
.elementor-widget-theme-post-content h5 {
  font-size: 16px;
  line-height: 24px;
}
.elementor-widget-theme-post-content h6 {
  font-size: 14px;
  line-height: 20px;
}
.elementor-widget-theme-post-content p {
  font-family: "Outfit", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-block-start: 24px;
  margin-block-end: 24px;
}
.elementor-widget-theme-post-content a {
  color: #728D6E;
  text-decoration: underline;
}
.elementor-widget-theme-post-content a:visited {
  color: #728D6E;
}
.elementor-widget-theme-post-content a:hover, .elementor-widget-theme-post-content a:active {
  color: #728D6E;
}
.elementor-widget-theme-post-content ul > li,
.elementor-widget-theme-post-content ol > li {
  margin-bottom: 12px;
}
.elementor-widget-theme-post-content blockquote {
  background: rgba(25, 27, 28, 0.0509803922);
  margin: 40px 0;
  padding: 24px 40px;
  border-left: 8px solid #728D6E;
  border-radius: 8px;
  font-family: "Poltawski Nowy", Sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
.elementor-widget-theme-post-content blockquote p {
  margin-block-start: 0;
  margin-block-end: 0;
}

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

/* Header
--------------------------------------------- */
.header {
  color: #202422;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
  top: 0;
  left: 0;
}
.header__container {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  position: relative;
  gap: 1rem;
  background-color: #c6c6c6;
}
.header__logo {
  height: 76px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  position: relative;
  gap: 1rem;
  background-color: #c6c6c6;
}
.header__logo img {
  height: 28px;
}
.header__info {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header__info .text {
  font-family: Outfit;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #C72027;
}
.header__info .button {
  padding: 12px 24px;
  background: #C72027;
  border-radius: 8px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.header .header__content {
  display: flex;
  justify-content: center;
  flex: 1;
  flex-wrap: wrap;
}
.header .header-nav {
  width: 100%;
}
.header .header-nav nav {
  display: flex;
  align-items: center;
}
.header .header-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header .header-nav ul li {
  display: block;
  padding: 5px 25px;
  position: relative;
  font-weight: 500;
  white-space: nowrap;
}
.header .header-nav ul li a {
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  user-select: none;
  outline: none;
}
.header .header-nav ul li:hover a {
  color: #d06ab5;
  transition: 0.3s ease-in-out;
}
.header header.fix-head .header-nav ul li a {
  color: #1e2346;
}
.header .header-nav ul li .sub-menu li {
  height: 45px;
  border-bottom: 0px solid #ebebeb;
}
.header .header-nav ul li.menu-item-has-children ul li a {
  padding-bottom: 0px;
  position: relative;
}
.header .header-nav .sub-menu {
  position: absolute;
  width: 256px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 54px 0px rgba(189, 189, 189, 0.43);
  padding: 25px;
  margin: 0;
  top: 25px;
  font-size: 18px;
  line-height: normal;
  display: block;
  font-weight: normal;
  display: none;
  box-shadow: 0px 0px 40px 0px rgba(1, 24, 46, 0.1);
}
.header .header-nav ul li.menu-item-has-children ul li a {
  padding-bottom: 0px;
  position: relative;
}
.header .sub-menu li {
  height: 60px;
  border-bottom: 1px solid #ebebeb;
  display: flex !important;
  align-items: center;
  position: relative;
}
.header .sub-menu li img {
  height: 36px;
  width: auto;
}
.header .sub-menu li a {
  color: rgb(32, 36, 34) !important;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.header .sub-menu li a:hover {
  color: #bf975b !important;
  transition: 0.3s ease-in-out;
}
.header .sub-menu ul li a {
  color: rgba(32, 36, 34, 0.6) !important;
}
.header .header-nav ul li .sub-menu li {
  height: 45px;
  border-bottom: 0px solid #ebebeb;
}
.header .header-nav ul li .sub-menu li a:hover {
  color: #181c21 !important;
  transition: 0.3s ease-in-out;
}
.header .header-nav ul li .sub-menu li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  margin-top: 21px;
  right: 0;
  background: #7a7a7c;
  transition: width 0.2s ease;
  color: #31dc8a;
}
.header .header-nav ul li.menu-item-has-children > a:after {
  content: "";
  padding-right: 6px;
  font-weight: 900;
  font-size: 8px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  background: url(/wp-content/uploads/2022/01/nav-sub-ul-i.png);
  width: 9px;
  height: 6px;
  min-height: 6px;
  background-repeat: no-repeat;
  margin-left: 8px;
  filter: invert(1);
}
.header header.fix-head .header-nav ul li.menu-item-has-children > a:after {
  filter: invert(0);
}
.header .sub-menu li a:hover {
  color: #32dc8a;
  transition: 0.3s ease-in-out;
}
.header .header-nav ul li:hover .sub-menu {
  display: block;
  transition: 0.3s ease-in-out;
}
.header .header-nav .sub-menu {
  width: 310px;
}
.header .header-nav ul li .sub-menu li {
  padding: 5px 0px;
}
.header .header-nav ul li.menu-item-has-children ul li:hover a {
  color: #b4559b !important;
}
.header .header-nav ul li .sub-menu li a:before {
  content: "";
  background: url(/wp-content/uploads/2022/03/services-arrow-iblack.svg) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .header-nav ul li .sub-menu li:hover a:before {
  background: url(/wp-content/uploads/2022/03/services-arrow-irose.svg) no-repeat;
}
.header .header-nav ul li .sub-menu li a:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  margin-right: 10px;
}

.header-toggle {
  display: none;
}

.header.fix-head {
  background-image: none;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(1, 24, 46, 0.1);
}

.admin-bar .header {
  top: 32px;
}

.admin-bar .header.fix-head {
  top: 32px;
}

.header.page-header h1 {
  color: rgba(23, 18, 46, 0);
}

@media (max-width: 960px) {
  .header-nav ul li {
    padding: 5px 8px;
  }
  .header-nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767.8px) {
  .header-toggle {
    display: flex;
    background: url(/wp-content/uploads/2022/04/mob-nav-i3.svg) no-repeat 50%;
    z-index: 10;
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: all 0.3s;
  }
  .header-toggle.open {
    transform: translate(0, 0);
  }
  .header-toggle.open {
    background: url(/wp-content/uploads/2022/02/menu-close.png) no-repeat 50%;
    width: 20px;
    height: 20px;
  }
  .header-toggle.open {
    background: url(/wp-content/uploads/2022/04/menu-close.svg) no-repeat 50%;
  }
  .header-content {
    display: none;
  }
  .header .header-toggle {
    filter: invert(1);
  }
  .header.fix-head .header-toggle {
    filter: invert(0);
  }
  .header {
    padding: 0px;
  }
  .header-toggle {
    transform: translate(0, 0);
  }
}
/* Footer
--------------------------------------------- */
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Better Post & Filter Widgets for Elementor
--------------------------------------------- */
.elementor-widget-filter-widget .form-tax {
  /* ========================================================================= */
  /* --- 1. SELECTION FIELD STYLING (CLOSED DROPDOWN) --- */
  /* ========================================================================= */
  /* Styling for the displayed text inside the selection field */
  /* Custom Icon (Default State - Down Arrow) */
  /* Custom Icon (Open State - Up Arrow) */
  /* ========================================================================= */
  /* --- 2. DROPDOWN LIST STYLING (OPEN MENU) --- */
  /* ========================================================================= */
  /* Styling for the main dropdown container */
  /* Styling child dropdown container */
  /* Styling for individual list items */
  /* Styling for elements on hover/focus */
  /* Styling for the currently selected element (when list is open) */
  /* ========================================================================= */
  /* --- 3. UTILITY STYLING --- */
  /* ========================================================================= */
  /* Hides the search box within the dropdown list */
}
.elementor-widget-filter-widget .form-tax .select2-selection__rendered {
  padding-right: 35px;
}
.elementor-widget-filter-widget .form-tax .select2-selection:after {
  /* Setting the custom down arrow icon via SVG Data URI */
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23728D6E%22%3E%3Cpath%20d%3D%22M207.029%20381.476L12.686%20187.132c-9.373-9.373-9.373-24.569%200-33.941l22.667-22.667c9.357-9.357%2024.522-9.375%2033.901-.04L224%20284.505l154.745-154.021c9.379-9.335%2024.544-9.317%2033.901.04l22.667%2022.667c9.373%209.373%209.373%2024.569%200%2033.941L240.971%20381.476c-9.373%209.372-24.569%209.372-33.942%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  /* Icon presentation */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  width: 12px;
  height: 12px;
  border: none;
}
.elementor-widget-filter-widget .form-tax .select2-container--open .select2-selection:after {
  /* Overrides the background-image for the open state (Chevron Up) */
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23728D6E%22%3E%3Cpath%20d%3D%22M240.971%20130.524l194.343%20194.343c9.373%209.373%209.373%2024.569%200%2033.941l-22.667%2022.667c-9.357%209.357-24.522%209.375-33.901.04L224%20227.495%2069.255%20381.516c-9.379%209.335-24.544%209.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569%200-33.941L207.03%20130.525c9.372-9.373%2024.568-9.373%2033.941-.001z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.elementor-widget-filter-widget .form-tax .select2-dropdown {
  border: 1px solid rgba(25, 27, 28, 0.1019607843);
  border-radius: 8px;
  padding: 8px;
  margin-top: 6px;
  /* Ensure dropdown width matches the longest option text */
  width: auto !important;
  min-width: max-content !important;
}
.elementor-widget-filter-widget .form-tax .select2-results__options {
  max-height: 315px;
}
.elementor-widget-filter-widget .form-tax .select2-results__option {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: rgba(25, 27, 28, 0.5019607843); /* Faded text color */
  margin-bottom: 4px; /* Space between options */
  padding: 8px;
}
.elementor-widget-filter-widget .form-tax .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(114, 141, 110, 0.1) !important;
  color: #728D6E !important; /* Active text color */
  border-radius: 6px;
}
.elementor-widget-filter-widget .form-tax .select2-results__option[aria-selected=true] {
  background-color: rgba(114, 141, 110, 0.1) !important;
  color: #728D6E;
  border-radius: 6px;
}
.elementor-widget-filter-widget .form-tax .select2-search--dropdown {
  display: none;
}

.elementor-widget-sorting-widget .form-order-by {
  /* ========================================================================= */
  /* --- 1. SELECTION FIELD STYLING (CLOSED DROPDOWN) --- */
  /* ========================================================================= */
  /* Styling for the displayed text inside the selection field */
  /* Hide default Icon */
  /* Custom Icon (Default State - Down Arrow) */
  /* Custom Icon (Open State - Up Arrow) */
  /* ========================================================================= */
  /* --- 2. DROPDOWN LIST STYLING (OPEN MENU) --- */
  /* ========================================================================= */
  /* Styling for the main dropdown container */
  /* Styling child dropdown container */
  /* Styling for individual list items */
  /* Styling for elements on hover/focus */
  /* Styling for the currently selected element (when list is open) */
  /* ========================================================================= */
  /* --- 3. UTILITY STYLING --- */
  /* ========================================================================= */
  /* Hides the search box within the dropdown list */
}
.elementor-widget-sorting-widget .form-order-by .select2-selection--single {
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
  border-color: #728D6E;
}
.elementor-widget-sorting-widget .form-order-by .select2-selection__rendered {
  padding-right: 35px;
  color: #728D6E;
}
.elementor-widget-sorting-widget .form-order-by .select2-selection__arrow {
  display: none;
}
.elementor-widget-sorting-widget .form-order-by .select2-selection:after {
  /* Setting the custom down arrow icon via SVG Data URI */
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  /* Icon presentation */
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23728D6E%22%3E%3Cpath%20d%3D%22M207.029%20381.476L12.686%20187.132c-9.373-9.373-9.373-24.569%200-33.941l22.667-22.667c9.357-9.357%2024.522-9.375%2033.901-.04L224%20284.505l154.745-154.021c9.379-9.335%2024.544-9.317%2033.901.04l22.667%2022.667c9.373%209.373%209.373%2024.569%200%2033.941L240.971%20381.476c-9.373%209.372-24.569%209.372-33.942%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.elementor-widget-sorting-widget .form-order-by .select2-container--open .select2-selection:after {
  /* Overrides the background-image for the open state (Chevron Up) */
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23728D6E%22%3E%3Cpath%20d%3D%22M240.971%20130.524l194.343%20194.343c9.373%209.373%209.373%2024.569%200%2033.941l-22.667%2022.667c-9.357%209.357-24.522%209.375-33.901.04L224%20227.495%2069.255%20381.516c-9.379%209.335-24.544%209.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569%200-33.941L207.03%20130.525c9.372-9.373%2024.568-9.373%2033.941-.001z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.elementor-widget-sorting-widget .form-order-by .select2-dropdown {
  border: 1px solid rgba(25, 27, 28, 0.1019607843);
  border-radius: 8px;
  padding: 8px;
  margin-top: 6px;
  /* Ensure dropdown width matches the longest option text */
  width: auto !important;
  min-width: max-content !important;
}
.elementor-widget-sorting-widget .form-order-by .select2-results__options {
  max-height: 210px;
}
.elementor-widget-sorting-widget .form-order-by .select2-results__option {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: rgba(25, 27, 28, 0.5019607843); /* Faded text color */
  margin-bottom: 4px; /* Space between options */
  padding: 8px;
}
.elementor-widget-sorting-widget .form-order-by .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(114, 141, 110, 0.1) !important;
  color: #728D6E !important; /* Active text color */
  border-radius: 6px;
}
.elementor-widget-sorting-widget .form-order-by .select2-results__option[aria-selected=true] {
  background-color: rgba(114, 141, 110, 0.1) !important;
  color: #728D6E;
  border-radius: 6px;
}
.elementor-widget-sorting-widget .form-order-by .select2-search--dropdown {
  display: none;
}

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

/*# sourceMappingURL=style.css.map */
