/*!
Theme Name: LeakTools
Theme URI: https://r55starter.rocket55dev.com
Author: Rocket55
Author URI: https://www.rocket55.com
Description: Rocket55 Starter Kit
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rocket55
Tags: custom

This theme, like WordPress, is licensed under the GPL.

Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
*/
.container-xl-left {
  margin-right: 0;
  max-width: none;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}

@media screen and (max-width: 1199px) {
  .container-xl-left {
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .container-xl-left {
    margin-left: calc((100vw - 1140px) / 2);
    padding-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .container-xl-left {
    margin-left: calc((100vw - 1320px) / 2);
  }
}
.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.aspect-1x1 {
  aspect-ratio: 1/1 !important;
}

.aspect-16x9 {
  aspect-ratio: 16/9 !important;
}

.aspect-4x3 {
  aspect-ratio: 4/3 !important;
}

.aspect-3x2 {
  aspect-ratio: 3/2 !important;
}

.aspect-2x1 {
  aspect-ratio: 2/1 !important;
}

.py-6 {
  padding-top: 4.625rem !important;
  padding-bottom: 4.625rem !important;
}

.pb-hero {
  padding-bottom: 12.5rem !important;
}

@media screen and (min-width: 768px) {
  .py-md-6 {
    padding-top: 4.625rem !important;
    padding-bottom: 4.625rem !important;
  }
  .pb-md-hero {
    padding-bottom: 12.5rem !important;
  }
}
.bg-brand-sky {
  background-color: #CFEBFC !important;
}

.hr-brand-sky {
  border: 0;
  border-top: 1px solid #CFEBFC;
  background: transparent;
  opacity: 1;
  margin: 5rem 0 0;
}

.hr-brand-gray {
  border: 0;
  border-top: 1px solid #EFF3F5;
  background: transparent;
  opacity: 1;
  margin: 0;
}

.nudge-left {
  left: -1px;
}

.nudge-right {
  right: -1px;
}

.nudge-up {
  top: -1px;
}

.nudge-down {
  bottom: -1px;
}

* {
  box-sizing: border-box;
}

.z-index-up {
  z-index: 1;
}

.background-alto,
.has-alto-background-color {
  background-color: #ddd;
}

.color-alto,
.has-alto-color {
  color: #ddd;
}

.fill-alto {
  fill: #ddd;
}

.background-black,
.has-black-background-color {
  background-color: #000;
}

.color-black,
.has-black-color {
  color: #000;
}

.fill-black {
  fill: #000;
}

.background-blue,
.has-blue-background-color {
  background-color: #20739a;
}

.color-blue,
.has-blue-color {
  color: #20739a;
}

.fill-blue {
  fill: #20739a;
}

.background-cod-gray,
.has-cod-gray-background-color {
  background-color: #111;
}

.color-cod-gray,
.has-cod-gray-color {
  color: #111;
}

.fill-cod-gray {
  fill: #111;
}

.background-dove-gray,
.has-dove-gray-background-color {
  background-color: #666;
}

.color-dove-gray,
.has-dove-gray-color {
  color: #666;
}

.fill-dove-gray {
  fill: #666;
}

.background-gallery,
.has-gallery-background-color {
  background-color: #eee;
}

.color-gallery,
.has-gallery-color {
  color: #eee;
}

.fill-gallery {
  fill: #eee;
}

.background-gray,
.has-gray-background-color {
  background-color: #808080;
}

.color-gray,
.has-gray-color {
  color: #808080;
}

.fill-gray {
  fill: #808080;
}

.background-mineshaft,
.has-mineshaft-background-color {
  background-color: #333;
}

.color-mineshaft,
.has-mineshaft-color {
  color: #333;
}

.fill-mineshaft {
  fill: #333;
}

.background-silver,
.has-silver-background-color {
  background-color: #ccc;
}

.color-silver,
.has-silver-color {
  color: #ccc;
}

.fill-silver {
  fill: #ccc;
}

.background-tundora,
.has-tundora-background-color {
  background-color: #454545;
}

.color-tundora,
.has-tundora-color {
  color: #454545;
}

.fill-tundora {
  fill: #454545;
}

.background-white,
.has-white-background-color {
  background-color: #fff;
}

.color-white,
.has-white-color {
  color: #fff;
}

.fill-white {
  fill: #fff;
}

.background-whitesmoke,
.has-whitesmoke-background-color {
  background-color: #f1f1f1;
}

.color-whitesmoke,
.has-whitesmoke-color {
  color: #f1f1f1;
}

.fill-whitesmoke {
  fill: #f1f1f1;
}

.alignleft {
  margin: 0 1.5rem 0 0;
  display: block;
  float: left;
}

.alignright {
  margin: 0 0 0 1.5rem;
  display: block;
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignfull {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

embed,
iframe,
object {
  max-width: 100%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}

figure {
  margin: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul li::marker {
  color: #596A7E;
}

a {
  color: #00539C;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:active {
  color: #002646;
  opacity: 1;
  text-decoration: underline;
}

a:focus {
  color: #20739a;
}

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin: 0;
  padding: 0;
  border: none;
}

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

.wp-caption {
  margin: 0 0 1.5rem;
  max-width: 100%;
}

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

.wp-caption.aligncenter {
  margin: 0 auto 1.5rem auto;
}

.wp-caption.alignleft {
  margin-right: 1.5rem;
}

.wp-caption.alignright {
  margin-left: 1.5rem;
}

.wp-caption .wp-caption-text {
  margin: 0.75rem 0;
}

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

.gallery {
  margin: 0 0 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

.image-background {
  -o-object-position: center center;
     object-position: center center;
}

.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ie .video-background,
.edge .video-background {
  height: auto;
}

.svg-defs {
  display: none;
}

/*To change link styling, please change in _links.scss*/
body,
button,
input,
select,
textarea {
  -moz-font-feature-settings: "liga", "kern";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #111;
  font-family: "Roboto", sans-serif;
  font-feature-settings: "liga", "kern";
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-weight: bold;
  margin-top: 0;
  line-height: 1.5;
}

h2,
.h2 {
  font-weight: bold;
  margin-top: 0;
  line-height: 1.5;
}

h3, blockquote,
q,
.h3,
.widget .widget-title {
  font-weight: bold;
  margin-top: 0;
  line-height: 1.5;
}

h4, h6,
.h6, h5,
.h5,
.h4 {
  font-weight: bold;
  margin-top: 0;
  line-height: 1.5;
}

h5,
.h5 {
  font-weight: bold;
  margin-top: 0;
  line-height: 1.5;
}

h6,
.h6 {
  font-weight: bold;
  margin-top: 0;
  line-height: 1.5;
}

h1,
.h1,
.has-large-font-size {
  font-size: 2.125rem;
}

h2,
.h2 {
  font-size: 2rem;
  color: #002646;
}

h3, blockquote,
q,
.h3,
.widget .widget-title {
  font-size: 1.5rem;
  color: #002646;
}

h4, h6,
.h6, h5,
.h5,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-style: italic;
}

h6,
.h6 {
  font-style: italic;
}

p {
  margin: 0 0 1.5rem;
}

p:last-child {
  margin: 0;
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.has-small-font-size {
  font-size: 0.75rem;
}

.has-huge-font-size {
  font-size: 3.125rem;
}

b,
strong {
  font-weight: 700;
}

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

blockquote,
q {
  margin: 0 1.5rem 1.5rem;
  font-style: italic;
  quotes: '" "';
}

blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

blockquote {
  border-left: 4px solid #111;
  font-style: italic;
  margin-left: 0;
  padding-left: 1.25rem;
}

blockquote:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  margin: 0 0 1.5rem -1.5rem;
  padding: 1.5rem;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  color: #808080;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.8125rem;
  line-height: 1.6;
  overflow: auto;
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

kbd {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125rem #fff inset;
  display: inline-block;
  margin: 0 0.1875rem;
  padding: 0.125rem 0.5rem;
}

code {
  background-color: #eee;
  color: #454545;
  padding: 0.125rem 0.25rem;
}

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

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.entry-title,
.entry-content,
.comments-title,
.comment-content,
.widget-title,
.widget {
  word-break: keep-all;
  word-wrap: break-word;
}

.not-ready {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
}

.ready .not-ready {
  opacity: 1;
  visibility: visible;
}

.bg-image {
  background-size: cover;
  background-position: center;
}

img:not(input) {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}

.btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 1.125rem 1.5rem;
}

.btn-primary {
  background-color: #E57505;
  border: 2px solid #FF8C18;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(204.0448717949, 104.25, 4.4551282051);
  border-color: rgb(253.5, 127.2987012987, 0);
  color: #fff;
}

.btn-secondary {
  background-color: #002646;
  border-color: #00539C;
  color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #00539C;
  border-color: #002646;
  color: #fff;
}

.btn-outline-light {
  border-width: 2px;
  padding: 1.125rem 1.5rem;
}

:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 var(--bs-focus-ring-width, 0.25rem) var(--bs-focus-ring-color, rgba(var(--bs-primary-rgb, 13, 110, 253), 0.25));
}

.edit-link {
  margin: 0 0 0 0.3125rem;
}

.edit-link a {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: lowercase;
}

.edit-link a::before {
  content: "(";
}

.edit-link a::after {
  content: ")";
}

.site-footer {
  background: linear-gradient(180deg, #fff 1%, #CFEBFC 99%);
}

.footer-heading {
  color: #00539C;
}

.footer-link {
  color: #00539C;
  text-decoration: none;
}

.footer-link:hover {
  color: rgb(0, 55.8653846154, 105);
}

.site-footer .nav-link {
  color: #00539C;
}

.site-footer .nav-link:hover {
  color: rgb(0, 55.8653846154, 105);
}

.newsletter-box {
  background-color: #CFEBFC;
}

.footer-divider {
  border: none;
  height: 2px;
  background-color: rgba(0, 83, 156, 0.2);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .site-footer [aria-label*=legal] .nav-item {
    border-right: 1px solid #00539C;
  }
  .site-footer [aria-label*=legal] .nav-item:last-child {
    border-right: none;
    padding-right: 0;
  }
}
.site-footer [aria-label*=legal] .nav-item .nav-link {
  padding: 0 1rem;
}

.site-footer .social-icon {
  color: #00539C;
}

.site-footer .social-icon svg {
  width: 24px;
  height: 24px;
}

.site-footer .secondary-logo,
.site-footer .custom-logo {
  width: 12.8125rem;
  height: auto;
}

.topbar-mobile .topbar-mobile-left .nav-item {
  display: none;
}

.topbar-mobile .topbar-mobile-left .phone-link {
  display: block;
}

.topbar-mobile .nav-link {
  color: #002646;
  font-size: 0.875rem;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: #72AACD;
}

.topbar-mobile .topbar-icon {
  color: #002646;
  font-size: 1rem;
}

.topbar-mobile .topbar-icon:hover {
  color: #00539C;
}

.topbar-mobile .mytheme-cart-link__text {
  display: none;
}

.topbar-mobile #mobile-search .search-icon {
  display: none;
}

.topbar-mobile #mobile-search .search-field {
  padding-left: 0.75rem;
}

.topbar {
  padding-bottom: 0.375rem;
}

.topbar .nav-link {
  color: #002646;
  font-size: 0.875rem;
  padding: 0;
}

.topbar .nav-link:hover {
  color: #00539C;
}

.topbar .btn-contact > .nav-link {
  background-color: #E57505;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.89px;
  padding: 0.75rem 1.5rem;
  border-radius: 0 0 3px 3px;
}

.topbar .btn-contact > .nav-link:hover {
  background-color: rgb(204.0448717949, 104.25, 4.4551282051);
  color: #fff;
}

.topbar .phone-link > .nav-link {
  text-decoration: underline;
  text-decoration-color: #5DAFDF;
}

.topbar .phone-link > .nav-link:hover {
  text-decoration-color: #00539C;
}

.topbar .topbar-right .nav-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 0.5rem;
}

.topbar .icon-calculator > .nav-link::before {
  content: "\f1ec";
}

.topbar .icon-user > .nav-link::before {
  content: "\f007";
}

.topbar .icon-cart > .nav-link::before {
  content: "\f07a";
}

.navbar {
  background-color: #00539C;
}

.custom-logo {
  width: 15.9375rem;
  height: auto;
}

.header-search .search-form {
  width: 31.75rem;
}

.header-search .search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  pointer-events: none;
}

.header-search .search-field {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 83, 156, 0.2);
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  height: 2.375rem;
  padding: 0.125rem 0.75rem 0.125rem 2.25rem;
}

.header-search .search-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.header-search .search-field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.header-search .search-field:focus {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: none;
  outline: none;
  color: #fff;
}

#menu-primary-menu .nav-link {
  color: #fff;
  font-size: 0.875rem;
  padding: 1rem;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

#menu-primary-menu .nav-link:hover, #menu-primary-menu .nav-link:focus {
  color: rgba(255, 255, 255, 0.8);
}

#menu-primary-menu .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
  #menu-primary-menu .dropdown-menu .dropdown-item {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
#menu-primary-menu .dropdown-menu .dropdown-item.active, #menu-primary-menu .dropdown-menu .dropdown-item:active {
  background-color: #FF8C18;
}

@media screen and (max-width: 767px) {
  .navbar-collapse {
    margin-left: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
    padding: 1rem;
    background: #fff;
  }
  .navbar-collapse #menu-primary-menu .nav-link {
    color: #111;
    padding: 0.5rem 0;
  }
  .navbar-collapse #menu-primary-menu .nav-link:hover, .navbar-collapse #menu-primary-menu .nav-link:focus {
    color: #00539C;
  }
  .navbar-collapse .dropdown-menu {
    background: transparent;
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse .dropdown-item {
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.875rem;
    padding-left: 1rem;
    padding-right: 0;
  }
}
.navbar-toggler {
  border: none;
  margin: 0;
  padding: 0;
  width: 2.625rem;
  height: 2.625rem;
  background-color: #FF8C18;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler:not(.collapsed) #menu-icon span {
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) #menu-icon span:before,
.navbar-toggler:not(.collapsed) #menu-icon span:after {
  top: 8px;
  left: 0;
}

.navbar-toggler:not(.collapsed) #menu-icon span:before {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) #menu-icon span:after {
  transform: rotate(-45deg);
}

.navbar-toggler #menu-icon {
  display: block;
  position: relative;
  margin: 0;
  width: 1.5rem;
  height: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler #menu-icon span,
.navbar-toggler #menu-icon span:before,
.navbar-toggler #menu-icon span:after {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  background: #fff;
  border-radius: 1px;
  cursor: pointer;
  transition: all 500ms ease-in-out;
  content: "";
}

.navbar-toggler #menu-icon span:before {
  top: 8px;
}

.navbar-toggler #menu-icon span:after {
  top: 16px;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: none;
  padding: 0;
  margin-top: 0;
  border: none;
  border-radius: 0;
  background-color: #eee;
  min-width: 12.5rem;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.1), 0 38px 38px 0 rgba(0, 0, 0, 0.09), 0 85px 51px 0 rgba(0, 0, 0, 0.05), 0 151px 60px 0 rgba(0, 0, 0, 0.01);
    border-radius: 0 0 0.25rem 0.25rem;
    margin-top: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 0.75rem 1.875rem;
}

.navbar .navbar-nav .nav-item.dropdown.dropdown-mega {
  position: static;
}

.navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 100%;
  max-width: 1320px;
  top: auto;
  border-top: 0;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
.mega-menu-title {
  font-size: inherit;
  font-weight: 700;
  white-space: normal;
}

.tag {
  background-color: #CFEBFC;
  font-size: 0.6875rem;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 73.125rem;
}

@media screen and (min-width: 1194px) {
  .comment-navigation,
  .posts-navigation,
  .post-navigation {
    padding: 0;
  }
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  margin-top: 1.5rem;
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  width: 100%;
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  margin-right: auto;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: 50%;
  margin-left: auto;
  text-align: right;
}

.pagination-container .page-numbers.current {
  font-weight: 700;
}

.posts-archive.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.posts-archive .posts-archive-search-wrap .fa-magnifying-glass,
.posts-archive .posts-archive-select-wrap .fa-sliders {
  top: 50%;
  left: 0.875rem;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
  z-index: 2;
}

.posts-archive .posts-archive-search,
.posts-archive .posts-archive-category,
.posts-archive .posts-archive-content-type {
  padding-left: 2.5rem;
  background-color: #eee;
  border-color: #eee;
}

.posts-archive .posts-archive-filter-btn {
  background-color: #eee !important;
  border-color: #eee !important;
  color: #111;
}

.posts-archive .posts-archive-filter-btn.active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff;
}

.posts-archive-pagination {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.posts-archive-pagination .page-link {
  background: transparent;
  border: 0;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0.25rem;
}

.posts-archive-pagination .page-link:hover:not(:disabled), .posts-archive-pagination .page-link:focus:not(:disabled) {
  color: #00539C;
  text-decoration: underline;
  outline: none;
}

.posts-archive-pagination .page-link:disabled {
  color: #596A7E;
  cursor: default;
}

.posts-archive-pagination .page-link.is-current {
  color: #00539C;
  font-weight: 700;
}

.posts-archive-pagination .page-ellipsis {
  color: #596A7E;
}

.insight-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.insight-card-read-more {
  font-weight: 400;
}

.wp-block-button .wp-block-button__link {
  background: #333;
  border-radius: 0;
}

.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  opacity: 0.8;
}

.wp-block-gallery {
  margin: 0;
  padding: 0;
}

.wp-block-pullquote {
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
}

.wp-block-quote cite {
  font-style: italic;
}

.wp-block-separator {
  border-bottom: 1px solid #ccc;
  max-width: 100%;
}

.wp-block-table {
  display: table;
}

.wp-block-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.wp-block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mytheme-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  cursor: default;
  position: relative;
}

.mytheme-cart-link--active {
  cursor: pointer;
}

.mytheme-cart-link--active:hover {
  opacity: 0.7;
}

.mytheme-cart-link__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.mytheme-cart-link__icon svg {
  width: 24px;
  height: 24px;
}

.mytheme-cart-link__count {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  padding: 0 5px;
  pointer-events: none;
}

.mytheme-cart-link__text {
  white-space: nowrap;
}

.widget {
  margin: 0 0 1.5rem;
}

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

.widget_search .search-submit {
  display: none;
}

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