/*
Theme Name: OTR
Theme URI: https://www.otrwheel.com/
Author: Digital Hill Multimedia
Author URI: http://www.digitalhill.com/
Description: This is the OTR Wordpress theme
Template: dhwp-base
Version: 1.5.1
License: Proprietary
Text Domain: dhwp-otr
Tags: 
see https://make.wordpress.org/themes/handbook/review/required/theme-tags/
see WordPress' CSS coding standards https://make.wordpress.org/core/handbook/coding-standards/css
*/

/* LIKELY SITE-SPECIFIC CHANGES */
/* footer,body>main>div { display:none; } */
body>main {
    overflow: hidden;
/*
	--color-bkg:#000;
	--color-text:#fff;
*/
}

.dhheaders {
    /* height: 100px; */
    border-bottom: 7px solid #ccc;
}

#wide-header {
    height: 100px;
    position: relative;
}

#wide-form,
#narrow-form {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 48px;
    background-color: #fff;
    display: none;
}

#wide-form.active,
#narrow-form.active {
    display: block;
}

#wide-form input[type="submit"],
#narrow-form input[type="submit"] {
    display: none;
}

#wide-form input[type="text"],
#narrow-form input[type="text"] {
    border: 1px solid #777;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 48px;
    outline: none;
    padding: 12px 24px;
    box-sizing: border-box;
}

.dhheaders .content-area {
    max-width: 1600px;
}

header.dhlogomenu,
header.dhlogoheaderwidget {
    background-color: #fff;
    text-align: center;
}

.dhmenu {
    display: inline-block;
}

.dhmenu-container {
    display: inline-block;
}

.logo-container {
    width: 293px;
}

#dhmenu-side {
    position: absolute;
    right: 0;
    top: 0;
}

.dhlogomenu #menu-otr-main-menu.dhmenu>li>a,
#nav-request-a-quote,
#nav-find-a-dealer,
#nav-sign-in {
    display: inline-block;
    padding: 42px 12px 35px 12px;
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 11pt;
    font-weight: 700;
    text-decoration: none;
    cursor:pointer;
    position:relative;
    z-index:200;
}
#nav-sign-in > span {
    display:inline-block;
    position:relative;
}
#nav-sign-in > span > div {
    position:absolute;
    top:100%;
    right:-8px;
    display:none;
}
#nav-sign-in > span:hover > div {
    display:block;
}
#nav-sign-in > span > div > a {
    display:block;
    padding:4px 8px;
    background-color:#fff;
    text-align:right;
    text-decoration:none;
    white-space:nowrap;
}
#nav-sign-in > span > div > a:hover {
    background-color:#dedede;
}


#nav-request-a-quote {
    color: #009edc;
    margin-left: 24px;
}

#nav-request-a-quote,
#nav-find-a-dealer,
#nav-sign-in {
    padding-left: 8px;
    padding-right: 8px;
}

#nav-find-a-dealer {
    padding-right: 24px;
}

#nav-sign-in {
    font-size: 9pt;
    border-left: 1px solid #e4e4e4;
    padding: 38px 24px 28px;
}

.menu-toggle {
    padding: 4px 7px 2px;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 12px;
    margin-left: -48px;
}

.menu-toggle i {
    font-size: 1.2em;
}

.menu-toggle.active {
    background-color: #000;
}

.menu-toggle.active i {
    color: #fff;
}

#header-menu-container {
    max-width: 800px;
    margin: 0 auto;
    height: 0;
    overflow: visible;
    display: none;
}

#header-menu-container.active {
    display: block;
}

#header-menu-container>div {
    background-color: #000;
    margin-top: -18px;
    font-size: 11pt;
    color: #0082b5;
}

#header-menu-container>div>div:nth-child(1) {
    display: grid;
    grid-template-columns: 2fr 2fr 3fr;
    gap: 16px;
    min-height: 100px;
    text-align: left;
}

#header-menu-container>div>div:nth-child(1)>div {
    padding: 24px 36px;
}

#header-menu-container>div>div:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#header-menu-container>div>div:nth-child(2)>a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #666;
    display: block;
    padding: 12px;
    font-weight: 700;
}

#header-menu-container>div>div:nth-child(2)>a:nth-child(1) {
    border-right: 0px solid #666;
}

#header-menu-container>div>div:nth-child(2)>a>i {
    margin-left: 12px;
    padding: 8px;
    width: 19px;
    height: 19px;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 1.3em;
    position: relative;
    top: 2px;
}

#header-menu-container>div>div:nth-child(2)>a:hover>i {
    border: 1px solid #fff;
}

#header-menu-container>div>div:nth-child(1)>div a {
    display: inline-block;
    padding: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11pt;
    font-weight: 700;
    text-decoration: none;
}

#header-menu-container li {
    display: block;
    white-space: normal;
}

form.searchandfilter select.sf-input-select {
    min-width: 100px;
    background-color: #999;
    padding: 8px;
}

form.searchandfilter select.sf-input-select:has(option[selected]:not([value=""])) {
    background-color: #00a0dd;
}

.dh-pagination-count {
    text-align: right;
    margin: 16px 0;
}

.dh-pagination-count span {
    color: #00a0dd;
    font-weight: 700;
}

.dh-pagination {
    text-align: center;
    margin: 16px 0;
}

.dh-results {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

@media (max-width:1340px) {
    .dh-results {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:1050px) {
    .dh-results {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:700px) {
    .dh-results {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* @media (max-width:415px) {
    .dh-results {
        grid-template-columns: repeat(1, 1fr);
    }
} */


.dh-result {
    /*width:calc(33% - 16px); float:left; margin-right:16px;*/
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #fff !important;

    /* border-radius: 4px; */
    /* border-top: 4px solid #003761; */
    position: relative;
    padding-bottom: 24px;
    text-decoration: none;
    display: block;
    color: #000;
}

.dh-result:hover {
    border-color: #777 !important;
}

/*.dh-result:nth-child(3n + 1) { clear:both; }*/
.dh-result:nth-child(3n) {
    margin-right: 0;
}

.dh-result-title {
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    border-top: 1px solid #ccc;
    padding-top: 8px;
}

.dh-number-of-items {
    display: none;
    color: #000;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.dh-result:hover .dh-result-title {
    color: #00a0dd;
    text-decoration: underline;
}

.entry-content .searchandfilter>ul {
    padding-left: 0;
    margin-left: 0;
}

.entry-content .searchandfilter>ul>li {
    list-style: none;
    display: block;
    padding: 10px 0;
    margin: 0;
}

.entry-content .searchandfilter>ul>li>div {
    width: 100%;
    text-align: center;
}

.entry-content .searchandfilter label,
.entry-content .searchandfilter select {
    box-sizing: border-box;
    width: 100%;
    /* max-width: 300px; */
}

.entry-content .searchandfilter select {
    padding: 6px;
}

.searchandfilter .noUi-connect {
    background-color: #003761;
}

.searchandfilter .meta-slider {
    max-width: calc(100% - 10px);
}

.dh-summary,
.dh-passengers {
    color: #444;
}

.dh-stock {
    margin-bottom: 12px;
    font-weight: bold;
}


.dh-price {
    margin-top: 12px;
    background-color: #003761;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
}

.dh-image {
    width: 100%;
    height: 255px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin: 8px 0 0 0;
}

/*.dh-nav-next {
    float: left;
}

.dh-nav-previous {
    float: right;
}*/

.dhmain .dh-nav-next a,
.dhmain .dh-nav-previous a {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    background-color: #0065bb;
    border-radius: 4px;
    text-decoration: none;
}

.dh-pagination2 a {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    background-color: #0065bb;
    border-radius: 4px;
    text-decoration: none;
}

.dh-pagination2 {
    margin: 16px 0;
    text-align: center;
}

.dh-nav-previous,
.dh-nav-next {
    display: inline-block;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.black-down-arrow {
    border-bottom: 5px solid #000;
    z-index: 2;
}

hr.width-500 {
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 500px;
}

.black-down-arrow:after {
    content: '';
    display: block;
    background: url('/wp-content/uploads/2023/02/black-down-arrow.svg') no-repeat;
    position: absolute;
    top: 105px;
    width: 240px;
    height: 46px;
}

.blue-text-box .wp-block-cover__inner-container {
    width: 700px;
}

.blue-text-box p:first-child {
    line-height: 2;
}

h1.home-categories-header {
    position: absolute;
    left: 0;
    right: 0;
}

.home-product-categories {
    margin-top: -240px;
    gap: 15px;
}

/*
body .is-layout-flex.home-product-categories {
    display:grid;
    grid-template-columns:repeat(4, 1fr);

}
*/
.home-product-categories .wp-block-tiptip-hyperlink-group-block {
    position: relative;
    text-decoration:none;
    background-color:#000;
    color:#fff;
    padding:2em;
}

.home-product-categories .wp-block-tiptip-hyperlink-group-block {
    padding: 20px;
    min-height: 450px;
}

.home-product-categories a.wp-block-tiptip-hyperlink-group-block:hover {
    background-color: #00a0dd !important;
}

.home-product-categories .wp-block-tiptip-hyperlink-group-block h2,
.home-product-categories .wp-block-tiptip-hyperlink-group-block p {
    position: relative;
    z-index: 2;
}

.home-product-categories .wp-block-tiptip-hyperlink-group-block p.has-text-align-right {
    position: absolute;
    right: 0;
    bottom: 10px;
    padding-right: 60px;
}

.home-product-categories .wp-block-tiptip-hyperlink-group-block p.has-text-align-right:after {
    content: '';
    display: block;
    background: url('/wp-content/uploads/2023/02/arrow-link-icon.svg') no-repeat;
    background-size: 17px 20px;
    background-position: center center;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -2px;
    right: 20px;
}

.home-product-categories .wp-block-tiptip-hyperlink-group-block:hover p.has-text-align-right:after {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.home-product-categories .wp-block-tiptip-hyperlink-group-block img {
    position: absolute;
    width: 280px;
    top: -150px;
    z-index: 2;
}

.home-product-categories>.wp-block-column:nth-child(3)>a>div>figure>img {
    top: -120px;
}

.home-product-categories .wp-block-tiptip-hyperlink-group-block:before {
    content: '';
    display: block;
    background: url('/wp-content/uploads/2023/02/home-product-category-image-shadow.webp') no-repeat;
    background-size: 319px 120px;
    position: absolute;
    width: 319px;
    height: 234px;
    top: -120px;
    left: 0;
    right: 0;
}

.hover-circle-arrow-link a:hover {
    border: 1px solid #00a0dd;
    border-radius: 100%;
    padding: 10px;
}

/* Services Page */
.services-custom-engineering {
    padding-top: 100px;
}

.services-custom-engineering p {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.services-custom-engineering-section {
    margin-top: -130px;
    margin-bottom: 160px;
    position: relative;
    z-index: 2;
}

.services-custom-engineering-section-single {
    margin-top: -130px;
}
.services-custom-engineering-section-single,.services-custom-engineering-section {
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:32px
}
@media (max-width:1000px) {
    .services-custom-engineering-section-single,.services-custom-engineering-section {
        grid-template-columns:1fr;
    }
}

.services-custom-engineering-section .wp-block-column,
.services-custom-engineering-section-single .wp-block-column {
    padding: 20px 40px;
}

/* .services-custom-engineering-section-single {
    width: 670px;
} */

.services-warehousing-section .wp-block-group {
    padding: 20px 40px;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.services-tire-mounting-section .wp-block-columns .wp-block-column:not(:first-child) {
    margin: 0;
}

p.services-inspection-certifications-intro {
    width: 700px;
}

.services-inspection-certifications-section {
    width: 1080px;
}

.services-inspection-certifications-section .wp-block-column {
    padding: 20px 40px;
}

/* Product Section */
.product-title-section .wp-block-cover__inner-container {
    width: 1400px !important;
}

.product-hero-section .is-vertically-aligned-bottom {
    align-self: flex-start;
}

.product-title-section {
    position: relative;
    z-index: 1;
}

.product-hero-section {
    position: relative;
    z-index: 2;
}

.product-title-section h1 {
    width: 50%;
    float: right;
    text-align: left;
}

.product-hero-section .dhwp-gallery {
    margin-top: -200px;
}

@media (max-width:782px) {
    .product-title-section h1 {
        width: 100%;
    }

    .product-hero-section .dhwp-gallery {
        margin-top: 0;
    }
}

/*
.product-hero-section {
    margin-top: -200px;
    position: relative;
    z-index: 2;
}

@media (max-width:1200px) {
    .product-hero-section {
        margin-top: -100px;
    }
}

@media (max-width:1000px) {
    .product-hero-section {
        margin-top: 0px;
    }
}
*/
@media (max-width:782px) {
    .product-title-section .wp-block-spacer {
        display: none;
    }
}


.product-table-section table th,
.product-table-section table td {
    border: none;
}

.product-table-section table tr:nth-child(1) {
    background-color: #000;
    color: #fff;
}

.product-table-section table {
    border-bottom: 1px solid #999;
}

/* Footers */
.prefooter {
    background-color: #999;
    color: #fff;
}

.prefooter #block-2 {
    width: 100%;
}

.prefooter #block-2 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.prefooter #block-2 li {
    margin: 0 20px;
}

.prefooter i {
    font-size: 24px;
}

footer.footer {
    padding: 3em 0;
}

footer.footer .dhflex-wrap {
    width: 100%;
    max-width: 100%;
}

footer.footer #block-3,
footer.footer #block-6 {
    flex-basis: 100%;
}

footer.footer #block-6 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
@media (max-width:720px) {
    footer.footer #block-6 ul {
        display:block;
    }
}

footer.footer #block-6 li {
    margin: 20px;
}

footer.footer #block-6 li:nth-child(1) a {
    color: #00a0dd;
}

footer.footer #block-7 {
    flex-basis: 1100px;
    margin-left: auto;
    margin-right: auto;
}

footer.prefooter {
    margin-top: 32px;
}

footer.postfooter .dhwidget {
    float: none;
}

footer.postfooter .dhwidget:last-of-type {
    text-align: center;
}

footer.postfooter>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

form.searchandfilter input[type=checkbox] {
    opacity: 0;
}

span.sf-styled-checkbox {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    pointer-events: none;
}

form.searchandfilter input[type=checkbox]:checked+span.sf-styled-checkbox::after {
    content: "\00D7";
    position: absolute;
    left: -2px;
    top: -1px;
    width: 12px;
    height: 12px;
    font-size: 22pt;
    line-height: 12px;
}

form.searchandfilter ul {
    padding-left: 0;
}

form.searchandfilter ul li {
    padding: 0;
}

form.searchandfilter ul li label {
    vertical-align: middle;
}

form.searchandfilter ul li[data-sf-field-input-type="checkbox"] label {
    width: calc(100% - 32px) !important;
    font-weight: 700;
}

form.searchandfilter select {
    background-color: #666;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    outline: none;
    border-width: 0;
}

.sf-input-text {
    border-radius: 0;
    padding: 8px;
    color: #0065bb;
    font-weight: 700;
    border: 1px solid #777;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.sf-field-reset {
    text-align: right;
}

.search-filter-reset {
    font-size: 0.8em;
    /* text-transform: uppercase; */
    font-weight: 700;
}

form.searchandfilter li[data-sf-field-input-type=checkbox] {
    padding-bottom: 0;
}

.entry-content .searchandfilter>ul>li.sf-field-reset {
    border-bottom: 1px solid #777;
    /* margin-bottom: 12px; */
}

.entry-content .searchandfilter>ul>li.sf-field-reset:last-child {
    border-top: 1px solid #777;
    margin-top: 12px;
    border-bottom-width: 0;
}

form.searchandfilter h4 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.86em;
    cursor: pointer;
    /* border-top: 1px solid #777; */
    padding-bottom: 4px;
    padding-top: 10px;
}

form.searchandfilter h4::after {
    content: ':';
}

/*form.searchandfilter h4::after {
    content: '+';
    float: right;
    font-size: 1.5em;
    margin-top: -4px;
}*/

form.searchandfilter h4+ul {
    padding-top: 8px;
    display: none;
}

form.searchandfilter h4.active+ul {
    display: block;
}

#narrow-header {
    display: none;
}

#mobile-menu-toggle {
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 2;
    color: #000;
    font-size: 18pt;
}

#mobile-menu-toggle-close {
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 2;
    color: #fff;
    font-size: 18pt;
}

#mobile-nav-search {
    position: absolute;
    right: 64px;
    top: 26px;
    z-index: 2;
    color: #000;
    font-size: 18pt;
}

#mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    z-index: 100;
    display: none;
}

#mobile-menu.active {
    display: block;
}

#mobile-menu ul,
#mobile-menu li {
    display: block;
    padding: 0;
    margin: 0;
}

#mobile-menu li ul {
    display: none;
}

#mobile-menu li.inactive {
    display: none;
}

#mobile-menu li.active>a {
    color: #1890d7;
}

#mobile-menu li.active ul {
    display: block;
}

#mobile-menu ul a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

#mobile-menu>div>ul {
    padding: 96px 24px 0 24px;
}

#mobile-menu a {
    padding: 8px 24px;
    display: block;
}

#mobile-menu ul a[href='#']::after {
    font-family: "Font Awesome 6 Free";
    content: "\f061";
    float: right;
    font-size: 18pt;
    margin-top: -7px;
    height: 36px;
    width: 36px;
    text-align: center;
    /* display:inline-block; */
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #fff;
}

#mobile-menu ul li.active a[href='#']::after {
    content: "\f060";
    float: left;
    text-align: left;
}

#mobile-menu ul li:not(.active) a[href='#']:hover::after {
    border: 1px solid #fff;
}

.dhmain a.arrow-link,
.arrow-link a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    height: 42px;
    vertical-align: middle;
    line-height: 42px;
}

.dhmain a.arrow-link:hover,
.arrow-link a:hover {
    color: #00a0dd;
}

.dhmain a.arrow-link::after,
.arrow-link a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f061";
    font-size: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: inline-block;
    color: #000;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    margin-left: 12px;
    position: relative;
    top: 2px;
}

.dhmain a.arrow-link:hover::after,
.arrow-link a:hover::after {
    border-color: #777;
}

#mobile-menu>div>a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #666;
    display: block;
    padding: 12px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    height: 72px;
    line-height: 48px;
    margin: 24px;
}

#mobile-menu>div>a>i {
    margin-left: 12px;
    padding: 8px;
    width: 19px;
    height: 19px;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 1.3em;
    position: relative;
    top: 2px;
}

#mobile-menu>div>a:hover>i {
    border: 1px solid #fff;
}


#narrow-header .logo-container {
    width: 200px;
}

@media (max-width:1420px) {
    #wide-header {
        display: none;
    }

    #narrow-header {
        display: block;
    }

    .dhlogomenu .content-area:after,
    .dhlogoheaderwidget .content-area:after {
        background-color: #fff;
    }
}

/* Normal Menu Styles */
/* 782 based on WP mobile menu flip */
@media (min-width: 783px) {}

/* adjust padding at certain sizes so menu doesn't crowd logo - might have to do this at a few different breakpoints */
/* works in conjunction with .logo-container {width} to ensure menu and logo don't overlap */
@media (max-width: 1300px) and (min-width: 783px) {
    .dhlogomenu .dhmenu>li>a {
        padding: 1.8em .7em;
    }
}

@media (max-width: 1150px) and (min-width: 783px) {
    .dhlogomenu .dhmenu>li>a {
        padding: 1.6em .6em;
    }
}

@media (max-width: 820px) {
    .home-product-categories {
        margin-top: -140px;
    }

    .home-product-categories .wp-block-tiptip-hyperlink-group-block img {
        top: -80px;
        width: 80%;
    }

    .home-product-categories>.wp-block-column:nth-child(3)>a>div>figure>img {
        top: -60px;
    }

    .home-product-categories .wp-block-tiptip-hyperlink-group-block:before {
        background-size: 100% 120px;
        width: 100%;
        top: -100px;
    }
}

.wp-block-cover__inner-container {
    padding-left: 14px;
    padding-right: 14px;
    width: calc(100% - 28px) !important;
}


/* 782 based on WP mobile menu flip */
@media (max-width: 782px) {

    .home-product-categories {
        margin-top: 0;
    }

    .home-product-categories .wp-block-tiptip-hyperlink-group-block:before {
        display: none;
    }

    .home-product-categories .wp-block-tiptip-hyperlink-group-block img {
        position: relative;
        top: 0;
        width: 100%;
    }

    .home-product-categories>.wp-block-column:nth-child(3)>a>div>figure>img {
        top: 0;
    }

    .services-custom-engineering p,
    .services-custom-engineering-section-single,
    .services-warehousing-section .wp-block-group,
    .services-inspection-certifications-section {
        width: 100%;
    }

    p.services-inspection-certifications-intro {
        width: 90%;
    }

}

@media (max-width: 600px) {

    .black-down-arrow {
        min-height: 115px !important;
    }

    h1.home-categories-header {
        margin-top: 85px;
    }

    .home-product-categories {
        margin-top: 75px;
    }
}

th {
    text-align: left;
}

table tr:nth-child(1) {
    font-weight: 700;
}

.page-id-375 .wp-block-columns:not(.is-not-stacked-on-mobile) {
    padding: 12px;
}

@media (max-width: 781px) {
    .page-id-375 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 40% ! important;
    }

    h1 {
        font-size: 2em !important;
    }
}

.mobile-filter {
    display: none;
    text-align: center;
    color: #009edc;
    padding: 8px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #aaa;
    box-shadow: 0px 0px 20px 0 #ccc;
    margin-bottom:8px;
}

.mobile-filter::after {
    content: 'Filter +';
}

.mobile-filter.active::after {
    content: 'Done';
}
@media (max-width:781px) {
    .mobile-filter {
        display: block;
    }

    form.searchandfilter {
        display: none;
    }

    form.searchandfilter.active {
        display: block;
    }
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left:14px;
}

/* Patch DH LH 2024-09-12 11:54:00 */
#wide-form-search {
    /* color: red; */
    /* pointer-events: unset; */
}
#wide-form-search:hover {
    color: #009edc;
}

/* Grid Pattern 1 */
.wp-block-group.grid-pattern-1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.wp-block-group.grid-pattern-1.alignfull {
    padding-left: 40px;
    padding-right: 40px;
}
.wp-block-group.grid-pattern-1 > .wp-block-group__inner_container {
    
}
.wp-block-group.grid-pattern-1 > .wp-block-group__inner_container > .wp-block-columns {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-items: center;
    position: relative;
    overflow: hidden;
    column-gap: 30px !important;
}
/* First Column */
.wp-block-group.grid-pattern-1 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(1) {
    display: grid;
    height: inherit;
    min-height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}
.wp-block-group.grid-pattern-1 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(1) .wp-block-group.is-layout-flex {
    display: grid !important;
    height: inherit;
}
/* Second Column */
.wp-block-group.grid-pattern-1 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50% 50%;
    height: auto;
    row-gap: 0px !important;
}
/* Second Column Nested Column */
.wp-block-group.grid-pattern-1 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) > .wp-block-columns {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px !important;
    margin: 0;
    padding: 0;
}
/* Second Column Nested Column Cover Blocks */
.wp-block-group.grid-pattern-1 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) > .wp-block-columns .wp-block-cover {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    height: calc(100% - 30px);
}
/* Embedded YouTube Bottom Right Cell */
.wp-block-group.grid-pattern-1 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-embed,
.wp-block-group.grid-pattern-1 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-video {
    display: grid;
    height: 100%;
    overflow: hidden !important;
}
/* Youtube Embed */
.wp-block-group.grid-pattern-1 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-embed div.wp-block-embed__wrapper {
    height: 100%;
    overflow: hidden;
}

/* Media Library Embed */
.wp-block-group.grid-pattern-1 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(2) .wp-block-video video {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    object-fit: cover !important;
    object-position: center bottom; /* Keep the controls along the bottom */
}


/* Grid Pattern 2 */
.wp-block-group.grid-pattern-2 {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-group.grid-pattern-2 > .wp-block-group__inner-container > .wp-block-group.is-layout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0 !important;
}
/* Special Treatment for the Links in the See Related Products Section */
/* Also note the use of a non-breaking space chracter between the inline icon arrow and the text. */
.wp-block-group.grid-pattern-2 > .wp-block-group__inner-container > .wp-block-group.is-layout-grid .wp-block-cover a {
    text-decoration: underline;
    color: #fff;
    display: inline-block;
    padding-right: 10px;
}

@media screen and (max-width:850px) {
    .wp-block-group.grid-pattern-2 > .wp-block-group__inner-container > .wp-block-group.is-layout-grid {
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
    }
    .wp-block-group.grid-pattern-2 > .wp-block-group__inner-container > .wp-block-group.is-layout-grid > .wp-block-group {
        width: 100%;
    }
    .wp-block-group.grid-pattern-2 > .wp-block-group__inner-container > .wp-block-group.is-layout-grid > .wp-block-group * {
        text-align: center;
    }
}