/* h1.tdb-title-text {
  display: none; 
} */

.tdb-header-search-trigger-enabled {
  position: absolute;
}

body .gt_white_content .gt_languages {
  display: flex;
  flex-flow: column;
  flex-direction: column;
}
/* dealer locator page */

.dealer-locator .readMore_btn,
.dealer-locator .hourBtn {
  cursor: pointer;
}

.none {
  display: none !important;
}

/* remove scroll up button, can't find plugin or widget */

.td-js-loaded .td-scroll-up[data-style="style1"] {
  display: none !important;
}

.cookie-settings-btn {
  cursor: pointer;
}

@media (min-width: 768px) {
  .menu-item-5895 .wp-dark-mode-switch-styled.wp-dark-mode-switch-1 {
    display: none;
  }
}

@media (max-width: 768px) {
  .wp-dark-mode-floating-switch .wp-dark-mode-switch-styled.wp-dark-mode-switch-1 {
    display: none;
  }
}

/*translate warning text*/

/* span.notranslate {
  color: black !important;
  font-weight: 600;
} */

/* remove except on home */

body:not(.home) span.notranslate {
  display: none !important;
}

/* titles on mobile */

@media (max-width: 768px) {
  .td_block_inner .td_module_wrap .entry-title {
    font-size: 16px;
    line-height: normal;
  }
}

/* redesign  2025 */

.latest-posts-custom .td-module-container.td-category-pos- {
  padding-bottom: 10px;
  border-bottom: 1px solid #767676;
  align-items: center;
}

@media (min-width: 1021px) {
  .show-on-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }

  body.home div#tdi_106 {
    padding: 0;
  }
}

.stay-connected-row {
  padding: 80px 60px;
  overflow: hidden;
}

.stay-connected-row img {
  position: absolute;
  width: 80%;
  top: 0;
  left: 0;
  transform: translate(50px, -90px);
}

@media (max-width: 1020px) {
  .gripstream-btn a {
    width: 100%;
  }

  .gripstream-btn .tds-button.td-fix-index {
    padding-bottom: 40px;
  }
}

@media (max-width: 1200px) {
  .stay-connected-row {
    padding: 30px 60px 180px 20px;
    overflow: hidden;
  }

  .stay-connected-row img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(30px, -20px);
  }

  body .tdi_140 {
    font-size: 31px !important;
  }
  #tdi_128 {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .hide-on-mobile .tdi_193 {
    display: none !important;
  }
  h1.tdb-title-text {
    display: block;
  }
  .tdb-block-inner.td-fix-index > h2 {
    display: none;
  }
}

/* Header */
@media (min-width: 769px) {
  body .tdb_header_logo .tdb-logo-img-wrap img.tdb-logo-img {
    max-height: 90px;
  }
}

/* Mobile Navigation Customizations */

#td-mobile-nav .td-mobile-container .td-menu-socials-wrap .td-menu-socials .td-icon-font.td-icon-facebook:before {
  content: ""; /* Clear the default icon font character */
  display: inline-block;
  width: 20px;  /* Set a fixed width */
  height: 20px; /* Set a fixed height */
  background: url("/wp-content/uploads/2020/08/np10blue-white.png") no-repeat center;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}

body.custom-dark-mode #td-mobile-nav .td-mobile-container .td-menu-socials-wrap .td-menu-socials .td-icon-font.td-icon-facebook:before {
  filter: invert(100%) hue-rotate(180deg) brightness(1);
}

#td-mobile-nav i.td-icon-font.td-icon-instagram {
  display: none;
}

#td-mobile-nav i.td-icon-font.td-icon-vimeo {
  display: none;
}

#td-mobile-nav i.td-icon-font.td-icon-youtube {
  display: none;
}

#td-mobile-nav .td-menu-socials {
  height: 80px !important;
}

#td-mobile-nav .custom-social-icons-wpr i.td-icon-font.td-icon-facebook,
#td-mobile-nav .custom-social-icons-wpr i.td-icon-font.td-icon-tiktok,
#td-mobile-nav .custom-social-icons-wpr i.td-icon-font.td-icon-instagram,
#td-mobile-nav .custom-social-icons-wpr i.td-icon-font.td-icon-vimeo,
#td-mobile-nav .custom-social-icons-wpr i.td-icon-font.td-icon-youtube {
  display: inline-block;
  color: white;
}

.custom-social-icons-wpr .custom-social-item-ctr a {
  background: black;
  border-radius: 10px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}

.custom-social-icons-wpr {
  display: flex;
  gap: 5px;
  padding-top: 10px;
}

#menu-item-35982 a:not([href]) {
  display: none;
}

body .tdb_header_logo .tdb-logo-img-wrap img {
  display: block;
  max-height: 45px;
}

/* dark mode toggler desktop */

.wpb_wrapper.td_block_wrap.vc_raw_html.tdi_25 .dk-toggler-wpr {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
}

.wpb_wrapper.td_block_wrap.vc_raw_html.tdi_25 .dk-toggler-wpr img {
  filter: invert(1);
}

/* footer links */

section.footer-links-wpr {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  font-size: 14px;
}

section.footer-links-wpr a {
  color: white;
}

section.footer-links-wpr a:hover {
  color: #f04748;
}

@media (max-width: 768px) {
  section.footer-links-wpr {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 11px;
    font-family: "Open Sans";
  }
}

/* footer faq styles */

.faq-footer-module-wpr .header-title p {
  display: inline-block;
  text-transform: capitalize;
  font-family: "Roboto";
  font-size: 18px;
  color: #fff;
  text-align: right;
  background-color: #767676;
  padding: 7px 12px 4px 12px;
  margin: 0;
}

.faq-footer-module-wpr .header-title {
  display: inline-flex;
  justify-content: flex-end;
  /* flex-direction: row; */
  width: 100%;
  height: 30px;
  margin-bottom: 26px;
  border-bottom: 2px solid #767676;
}

.faq-footer-module-wpr .faq-footer-item p {
  color: #fff;
  font-family: "Roboto";
  font-weight: 500;
  border-bottom: 1px solid #767676;
  padding-bottom: 10px;
}

/* .faq-footer-module-wpr a {
    background-color: #767676;
  color: #fff;
  padding: 15px 80px;
  width: 100%;
  display: inline-flex;
  text-align: center;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
} */

.faq-footer-module-wpr .faq-btn {
  background-color: #767676;
  border-radius: 10px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #767676;
  color: #fff;
  padding: 15px 80px;
  width: 100%;
  display: inline-flex;
  text-align: center;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.faq-footer-module-wpr .faq-btn img.cfp-arrow-icon {
  width: 19px;
  height: 19px;
  position: absolute;
  right: 0;
  margin-right: 20px;
}

.footer-posts .td-module-container {
  height: 90px;
}

@media (max-width: 1020px) {
  .footer-posts .td-module-container {
    height: unset;
  }
}

.footer-posts .td-module-meta-info {
  padding: 0px;
}

.footer-posts .td-module-container {
  padding: 0px;
}

.footer-posts .td-post-date time {
  font-size: 11px;
  color: #767676;
}

/* share btn - single post */

a#email-share-link {
  color: black;
  font-weight: 500;
}

a#email-share-link:hover {
  color: #f04748;
}

/* theme panel styles & script & styles */

.alignleft {
  margin-bottom: 18px !important;
}
.gt_switcher_wrapper {
  top: 28px !important;
}
.gt_switcher_wrapper.scroll {
  top: 0 !important;
}
.tdb_header_menu .tdb-menu > li > a:after {
  background-color: #f0484a;
}
.tdm_block_socials .tdm-social-item-wrap:hover i,
.menu-td-demo-footer-menu-container a:hover,
.td_block_popular_categories li:hover a span,
.td_block_inner .td_module_wrap:hover .td-module-title a {
  color: #f0484a !important;
}
.td_container_video_playlist {
  display: none !important;
}
a.td-login-modal-js.tdb-head-usr-item.tdb-head-usr-log {
  display: none;
}
.td-post-content h3:focus {
  outline: none;
}
.c-accordion__title:hover {
  text-decoration: underline;
  text-decoration-color: #f0484a;
}
.td_module_flex_6 .td-editor-date {
  display: none !important;
}
.onlyMobile {
  display: none;
}
.td-social-icon-wrap img {
  width: 40px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #gtranslate_wrapper {
    top: 56px !important;
  }
  body .onlyMobile {
    display: none;
  }
}
