/*
Theme Name: Marlow Ropes
Theme URI: https://www.influense.design/
Template: kadence
Author: Influense Design
Author URI: https://www.influense.design/
Description: Marlow Ropes theme.
Version: 1.0.2
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Theme customization starts here
-------------------------------------------------------------- */
@import "gf_styles.css";

/* 1. LOCAL FONTS */

/* Thin 100 */
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Thin.woff2') format('woff2'), url('fonts/Lato-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-ThinItalic.woff2') format('woff2'), url('fonts/Lato-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Light 300 */
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Light.woff2') format('woff2'), url('fonts/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-LightItalic.woff2') format('woff2'), url('fonts/Lato-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular 400 */
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Regular.woff2') format('woff2'), url('fonts/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Italic.woff2') format('woff2'), url('fonts/Lato-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold 700 */
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Bold.woff2') format('woff2'), url('fonts/Lato-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-BoldItalic.woff2') format('woff2'), url('fonts/Lato-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black 900 */
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Black.woff2') format('woff2'), url('fonts/Lato-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-BlackItalic.woff2') format('woff2'), url('fonts/Lato-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  /* Colours */
  --accent: #e0032b;
  --accent-alt: #3ebbe7;
  --strongest-text: #141414;
  --strong-text: #282828;
  --medium-text: #646464;
  --subtle-text: #828282;
  --subtle-background: #cccccc;
  --lighter-background: #f2f2f2;
  --white: #ffffff;
}

.testimonial-spacer {
  position: relative;
  margin: 20px 0;
}

.testimonial-spacer:after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #e0032b;
  transform: rotate(45deg) translate(-50%);
  border-left: 0;
  border-top: 0;
  background: white;
}

/* Title Slider */
#sector-hero-header-slider {}

#sector-hero-header-slider>.kt-inside-inner-col {
  padding-bottom: 0 !important;
}

/* this removes the space */

#sector-hero-header-slider .title-slider {
  position: relative;
  border: 0px solid red;
}

#sector-hero-header-slider .title-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

#sector-hero-header-slider .sector-title-text {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 20px;
}

/* Main Header */

.kadence-sticky-header.item-is-fixed {
  padding-top: 55px;
  transition: padding-top ease 0.5s;
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start) {
  padding-top: 0;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
}

.non-transparent-header {
  margin-top: 0;
}

.transparent-header {}

#masthead {
  transition: all ease 0.25s;
}

#masthead .kadence-sticky-header .site-header-row-container-inner {
  transition: all ease 0.25s;
}

/* Top Bar */
.wp-block-buttons.site-links {
  gap: 20px;
}

p.kt-adv-heading_9e6f2a-75 {
  display: none;
}

.home p.kt-adv-heading_9e6f2a-75 {
  display: none;
}

.home .enquiries,
.non-transparent-header .enquiries {
  color: inherit;
}

.home .enquirie svg,
.non-transparent-header .enquiries svg {
  stroke: #000000;
}

.enquiries {
  color: #ffffff;
}

.enquiries svg {
  stroke: #ffffff;
}

.uk,
.usa {
  position: relative;
  padding-left: 30px !important;
}

.uk a,
.usa a {
  border: none;
  font-size: 15px;
  background: none !important;
  color: inherit !important;
}

.home .uk a,
.home .usa a,
.non-transparent-header .uk a,
.non-transparent-header .usa a {
  color: inherit !important;
}

.uk a:hover,
.usa a:hover {
  background: none !important;
  padding: 0;
  color: rgba(224, 3, 43, 1);
}

.uk:before,
.usa:before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block !important;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("img/en_GB.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.usa:before {
  background: url("img/en_US.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Languages Menu */

.languages {
  margin: 0 0 0 20px !important;
  padding: 0 !important;
  list-style-type: none;
  line-height: 1;
}

.languages li {
  display: inline-block;
  margin: 5px;
  padding: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  filter: grayscale(1);
  transition: ease all 0.25s;
  text-indent: -9px;
  position: relative;
}

.languages li a {
  text-indent: -9999px;
  display: block !important;
  width: 24px;
  height: 24px;
}

.languages li.english {
  background-image: url("img/en_GB.png");
}

.languages li.french {
  background-image: url("img/fr_FR.png");
}

.languages li.spanish {
  background-image: url("img/es-ES.png");
}

.languages li.american {
  background-image: url("img/en_US.png");
}

.languages li.italian {
  background-image: url("img/it-IT.png");
}

.languages li:hover,
.languages li.current-language-menu-item {
  filter: grayscale(0);
  opacity: 1;
}

.languages li.my-account {
  border: 1px solid var(--accent);
  position: relative;
  opacity: 0.75;
  filter: grayscale(0);
  background-image: url("img/user.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  display: inline-block;
}

.languages li.my-account:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid var(--white);
}

/* Primary Navigation */

#site-navigation {}

ul#primary-menu li {}

#primary-menu li.where-to-buy {
  position: relative;
}

#primary-menu li.where-to-buy a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  color: rgba(223, 2, 43, 1);
  font-weight: 900;
  font-size: 1.5rem;
}

#primary-menu li.menu-search .dropdown-nav-toggle {
  display: none;
}

#primary-menu>li.menu-search:before,
#primary-menu>li.menu-search:after {
  display: none;
}

#primary-menu li.menu-search .nav-drop-title-wrap {
  margin-left: 30px;
  background: var(--global-palette1) !important;
  padding: 3px 5px 5px 5px !important;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#primary-menu li.menu-search svg {
  color: white !important;
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start) #primary-menu li.menu-search svg {
  color: white !important;
}

ul#primary-menu>li:after {
  position: absolute;
  bottom: 10px;
  left: 8px;
  content: "";
  height: 3px;
  width: 0;
  background: rgba(223, 2, 43, 1);
  transition: ease width 0.25s;
}

ul#primary-menu>li:hover:after {
  width: 30px;
}

ul#primary-menu>li:before {
  position: absolute;
  bottom: 11px;
  left: 8px;
  content: "";
  height: 1px;
  width: 0;
  background: rgba(223, 2, 43, 1);
  transition: ease width 0.5s;
}

ul#primary-menu>li:hover:before {
  width: 60px;
}

ul#primary-menu ul.sub-menu {}

ul#primary-menu ul.sub-menu li.menu-item-has-children a {}

ul#primary-menu li.kadence-menu-mega-enabled ul.sub-menu li span {
  font-size: 18px !important;
}

ul#primary-menu li.kadence-menu-mega-enabled ul li ul.sub-menu {}

ul#primary-menu li.kadence-menu-mega-enabled ul li ul.sub-menu li {
  border-left: rgba(255, 255, 255, 0.3) 1px solid !important;
  transition: all ease 0.25s;
}

ul#primary-menu li.kadence-menu-mega-enabled ul li ul.sub-menu li:hover {
  border-left: rgba(255, 255, 255, 1) 3px solid !important;
  padding-left: 8px;
}

/* ul#primary-menu ul ul.sub-menu li:hover a {color: black!important} */
ul#primary-menu li.kadence-menu-mega-enabled ul li a .nav-drop-title-wrap {
  font-size: inherit !important;
}

ul#primary-menu li.kadence-menu-mega-enabled ul li ul.sub-menu li ul.sub-menu li {
  border-left: none !important;
  padding-left: 20px;
}

ul#primary-menu li.kadence-menu-mega-enabled ul li ul.sub-menu li ul.sub-menu li:hover {
  border-left: none !important;
  padding-left: 20px;
}

/* Search Bar */

.home .kadence-sticky-header input[type="search"] {
  border: 1px solid #828282 !important;
  color: inherit !important;
}

.kadence-sticky-header input[type="search"] {
  border: 1px solid #fff !important;
  color: white !important;
}

.kadence-sticky-header.item-is-fixed:not(.item-at-start) input[type="search"],
.non-transparent-header input[type="search"] {
  border: 1px solid #828282 !important;
  color: inherit !important;
}

.kadence-search-svg {
  color: rgba(223, 2, 43, 1);
}

/* Social Links */

.social {}

.social .social-icon .kt-svg-icon-link {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center !important;
  align-content: center !important;
}

.social .social-icon .kt-svg-icon-link:hover {
  background: rgba(224, 2, 43, 1);
}

.social .social-icon .kt-svg-icon-link svg {
  height: 17px;
  color: #fff;
  width: auto;
}

/*step3*/

.social-media-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}


.social-media-icons i {
  font-size: 20px;
}

/* Site Switch */

#site-switch-modal {}

#site-switch-modal .kb-button.kt-button.wp-block-kadence-singlebtn:hover {
  border: 2px solid rgba(224, 2, 43, 1);
  background-color: rgba(224, 2, 43, 1) !important;
}

#site-switch-modal .kb-button.kt-button.usa-switch.wp-block-kadence-singlebtn {
  padding-left: 50px;
}

#site-switch-modal .kb-button.kt-button.uk-switch.wp-block-kadence-singlebtn {
  padding-left: 35px;
  position: relative !important;
  top: 0;
}

#site-switch-modal .kb-button.kt-button.uk-switch.wp-block-kadence-singlebtn> :before {
  position: absolute;
  left: 10px;
  top: 50%;
  content: " ";
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("img/en_GB.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999999;
}

#site-switch-modal .kb-button.kt-button.usa-switch.wp-block-kadence-singlebtn> :before {
  position: absolute;
  left: 10px;
  top: 50%;
  content: " ";
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url("img/en_US.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999999;
}

/* Splash */

#splash {
  overflow: hidden;
}

#splash .kb-section-has-overlay {}

#splash .kb-section-has-overlay:hover {}

.splash-block {}

/* Footer Navigation */

#footer-navigation {
  padding: 18px 0;
  border-top: 1px solid rgba(94, 94, 94, 0.25);
  border-bottom: 1px solid rgba(94, 94, 94, 0.25);
}

/* Design flourishes */

.border-top {
  position: relative;
}

.border-top:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1px;
  width: 40%;
  background: rgba(224, 2, 43, 1);
  z-index: 2;
}

.border-top:after {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 3px;
  width: 15%;
  background: rgba(224, 2, 43, 1);
  border-radius: 3px;
  z-index: 2;
}

.border-bottom {
  position: relative;
}

.border-bottom:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1px;
  width: 40%;
  background: rgba(224, 2, 43, 1);
  z-index: 2;
}

.border-bottom:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 3px;
  width: 15%;
  background: rgba(224, 2, 43, 1);
  border-radius: 3px;
  z-index: 2;
}

h2.border-bottom {
  position: relative;
}

h2.border-bottom:before,
p.border-bottom:before {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
  content: "";
  height: 1px;
  width: 70px;
  background: rgba(224, 2, 43, 1);
  z-index: 2;
}

h2.border-bottom:after,
p.border-bottom:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: translateX(0);
  content: "";
  height: 3px;
  width: 50px;
  background: rgba(224, 2, 43, 1);
  border-radius: 3px;
  z-index: 2;
}

/* Newsletter Title */

.newsletter-block-title {
  position: absolute;
  top: -20px;
  left: 0;
}

.newsletter-block-title:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  content: "";
  background: rgba(223, 2, 43, 1);
  width: 50px;
  height: 2px;
}

/* Mobile Navigation */

#mobile-drawer {}

#mobile-drawer .drawer-inner {}

#mobile-drawer .drawer-header {
  padding: 0;
}

#mobile-drawer .mobile-drawer-content {
  border-top: 1px solid #cccccc;
  padding: 0;
}

#mobile-drawer .kadence-menu-mega-enabled ul.sub-menu {
  padding: 0 !important;
}

#mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li {}

#mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li .wp-block-kadence-column {
  width: 100%;
  padding: 0 !important;
}

#mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li span {}

#mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li a {
  font-size: 14px;
  padding-bottom: 10px;
  padding-left: 0;
}

#mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li li a {
  font-size: inherit;
  padding-bottom: 14px;
  padding-left: 15px;
}

/* Child Pages */

#child-page-loop {}

#child-page-loop .child-page-link * {
  transition: ease all 0.25s;
}

#child-page-loop .child-page-link .link-image {}

#child-page-loop .child-page-link .link-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 40px;
  z-index: 99 !important;
  border-bottom: solid 2px rgba(0, 0, 0, 0);
  pointer-events: none;
}

h2.link-title {
  background: rgba(20, 20, 20, 0.75) !important;
}

#child-page-loop .child-page-link:hover .link-title:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-45%);
  content: "\f0a9";
  font: var(--fa-font-light);
  color: #ffffff;
  font-size: 24px;
}

#child-page-loop .child-page-link:hover .link-title {
  right: 0;
  border-bottom: solid 2px rgba(223, 2, 43, 1);
}

#child-page-loop .child-page-link:hover .kb-image-has-overlay:after {
  opacity: 0;
}

/* Supplier Map */

.container-fluid {
  padding: 0;
}

.map-container {
  padding-bottom: 0;
}

.map-container .acf-map {
  width: 100%;
  height: 40vh;
  max-height: 740px;
  border: none;
  margin: 0;
}

.map-container .acf-map img {
  max-width: inherit !important;
  height: 100% !important;
}

/*style the map popup box*/

.gm-style .gm-style-iw {
  background-color: #fffff;
  overflow: auto;
  border: none;
  width: 270px !important;
  max-width: 270px !important;
  height: auto !important;
  min-height: 100px !important;
  padding: 15px 40px 5px 15px !important;
  display: block !important;
  border-radius: 4px;
}

.gm-style .gm-style-iw a {
  border: none;
  font-weight: 400;
  letter-spacing: 1px !important;
  font-family: inherit !important;
}

.gm-style .gm-style-iw h4 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
}

.gm-style .gm-style-iw h4 {
  margin: 0 0 5px 0;
}

.gm-style .gm-style-iw p {
  font-size: 0.9rem;
  font-weight: 400;
}

button.gm-ui-hover-effect {
  background: rgba(94, 94, 94, 1) !important;
  border-radius: 3px;
  margin: 9px !important;
}

button.gm-ui-hover-effect:hover {
  background: rgba(223, 2, 43, 1) !important;
}

/* Suppliers Filtering */

#supplier-filter {}

#supplier-filter .wpc-spinner {}

#supplier-filter .wpc-filters-widget-top-container {
  display: none;
}

#supplier-filter .wpc-filters-widget-content {}

#supplier-filter .wpc-filters-widget-containers-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#supplier-filter .wpc-filters-scroll-container,
#supplier-filter .wpc-filter-set-widget-title,
#supplier-filter .wpc-posts-found {
  flex-basis: 100%;
}

#supplier-filter .wpc-filter-set-widget-title h2 {
  font-weight: 300;
  line-height: 1;
}

#supplier-filter .wpc-filters-scroll-container {}

#supplier-filter .wpc-filters-widget-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#supplier-filter .wpc-filters-widget-controls-container {}

#supplier-filter .wpc-edit-filter-set {}

#supplier-filter .wpc-filter-header {}

#supplier-filter .wpc-filter-title {
  margin: 0 0 5px 0 !important;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
}

#supplier-filter .wpc-posts-found {
  margin: 5px 0 15px 0;
}

#supplier-filter .wpc-filters-section {
  width: 100%;
}

#supplier-filter .wpc-filters-section select {
  padding: 10px 0 10px 5px;
  border-radius: 4px;
  background-position: right 12px;
  margin: 0;
}

/* Buttons */

#supplier-filter .wpc-filter-layout-submit-button {
  width: 100% !important;
  align-items: center;
  padding-top: 15px;
}

#supplier-filter .wpc-filter-layout-submit-button a {
  text-transform: uppercase;
  height: 46px;
}

#supplier-filter .wpc-filter-layout-submit-button a.wpc-filters-submit-button {
  background: rgba(223, 2, 43, 1) !important;
  color: #ffffff;
  border: none !important;
}

#supplier-filter .wpc-filter-layout-submit-button a.wpc-filters-reset-button {
  background: rgba(94, 94, 94, 1) !important;
  color: #ffffff;
  border: none !important;
}

/* headers */

section[role="banner"] {
  margin: 15px 0 17px 0;
}

section[role="banner"]:before {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  content: "";
  height: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 2;
}

section[role="banner"]:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  content: "";
  height: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 2;
}

#supplier .supplier-map .acf-map {
  width: 100%;
  min-height: 30vh;
  border: none;
  margin: 0;
}

#supplier .supplier-map .acf-map img {
  max-width: inherit !important;
}

/* Team Members */

.team-members h2.border-bottom {
  position: relative;
}

.type-showcases h2.border-bottom:before,
.team-members h2.border-bottom:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: translateX(0);
  content: "";
  height: 1px;
  width: 50px;
  background: rgba(224, 2, 43, 1);
  z-index: 2;
}

.type-showcases h2.border-bottom:after,
.team-members h2.border-bottom:after {
  display: none;
}

/* Catalogues */

.catalogue-block {
  position: relative;
}

.catalogue-block .catalogue-image {}

.catalogue-block .catalogue-title {
  position: absolute;
  bottom: 110px;
  left: -15px;
  right: 40px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.35);
}

.catalogue-block.new:after {
  content: "NEW";
  color: white;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  line-height: 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: -10px;
  background: var(--accent);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.25);
  z-index: 2 !important;
}

/* Blog */
.blog-list-post {}

.blog-list-post .wp-block-post-terms__separator {
  color: #cccccc;
  padding: 0 5px;
  line-height: 1.2;
}

.blog-list-post .categories a {
  color: #828282;
  text-decoration: none;
}

.blog-list-post .categories a:hover {
  color: #e0032b;
  text-decoration: underline;
}

.pagination {
  text-align: center;
  display: block !important;
}

.pagination {
  max-width: 100%;
  display: block;
  text-align: center;
}

.pagination a {
  text-decoration: none;
}

.pagination a.page-numbers,
.pagination .page-numbers.current,
a.next.page-numbers,
a.prev.page-numbers {
  background: #ffffff;
  color: #cccccc;
  text-align: center;
  line-height: 35px;
  font-weight: 700;
  height: 40px;
  min-width: 40px;
  border: 2px solid #cccccc;
  border-radius: 50%;
  padding: 0;
  margin: 0 4px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  transition: ease all 0.25s;
}

.pagination .page-numbers.dots {
  color: #cccccc;
  font-size: 24px;
  line-height: 1;
  margin: 0 8px;
}

.post-navigation-link-previous a,
.post-navigation-link-next a {
  text-decoration: none;
}

.post-navigation-link-previous {
  padding-left: 30px;
}

.post-navigation-link-previous:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  color: #303030;
  font-weight: 400;
}

.post-navigation-link-next {
  padding-right: 30px;
}

.post-navigation-link-next:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  color: #303030;
  font-weight: 400;
}

#categories {}

#categories ul.categories-list {
  list-style-type: none;
}

#categories ul.categories-list li {
  display: inline-block !important;
  padding: 0 0 0 5px;
  margin: 0 20px 0 0;
  position: relative;
}

#categories ul.categories-list li:before {
  position: absolute;
  left: -8px;
  content: "//";
  color: #cccccc;
}

#categories ul.categories-list li a {
  color: rgba(30, 30, 30, 1) !important;
  text-decoration: none;
}

#categories ul.categories-list li a:hover {
  color: rgba(224, 2, 43, 1) !important;
}

.sidebar #categories ul.categories-list {
  margin: 0 !important;
}

.sidebar #categories ul.categories-list li {
  display: block !important;
  padding: 0 0 0 5px;
  margin: 0 20px 10px 0;
  position: relative;
}

/* Post Meta */

.post-meta {}

.post-meta .post-date,
.post-meta .posted-by {
  position: relative;
  padding-left: 35px;
}

.post-meta .post-date:before,
.post-meta .posted-by:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3px;
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  color: #cccccc;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
  line-height: 32px;
  border: 1.5px solid #cccccc;
  border-radius: 50%;
  width: 32px !important;
  height: 32px !important;
}

.post-meta .post-date:before {
  content: "\f133";
}

/* Related News */

#kt_rc_carousel_outer {
  padding: 20px 20px 35px 20px;
  margin: 30px 0;
  background: #f2f2f2;
}

#kt_rc_carousel_outer h3.sectiontitle {
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.kt_rc_carousel .kt_rc_item_content {}

.kt_rc_carousel .kt_rc_item_content .entry-title {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.kt_rc_carousel .kt_rc_item_inner img {
  border-bottom: 2px solid rgba(224, 2, 43, 1);
  height: 175px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin-bottom: 10px;
}

blockquote {
  border-left-color: rgba(224, 2, 43, 1) !important;
  font-size: 18px;
  padding: 0 20px 0 0;
  color: #909090;
}

/* Events */

#event .event-map .acf-map {
  min-height: 50vh;
  border: 2px solid #cccccc;
  border-radius: 5px;
}

.event-post li.category-events {}

.event-post li.category-events>.kb-section-has-link {
  height: 100% !important;
}

.event-post li.category-events>.kb-section-has-link>.kt-inside-inner-col {
  border: 2px solid #f2f2f2;
  height: 100% !important;
  border-radius: 8px;
}

.event-dates {}

/* Tables */

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.75rem;
}

table thead {
  background: var(--medium-text);
  color: var(--white);
  line-height: 1.25;
  border: none !important;
}

table thead th {
  padding: 15px 10px !important;
  border: none !important;
  border-right: 1px solid var(--white) !important;
}

table tr {
  border-bottom: 1px solid var(--white) !important;
  background: rgba(0, 0, 0, 0.1);
}

table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}

table tr.sub-head {
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
}

table tr.sub-head td {
  padding: 0;
  line-height: 2.5;
  text-align: center;
  vertical-align: middle;
}

table tr td {
  padding: 15px 10px !important;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: baseline;
  border: none !important;
  border-right: 1px solid var(--white) !important;
}

table .table-sub-head {
  background: red !important;
}

.wp-block-preformatted {
  text-align: center;
}

ol {
  counter-reset: item;
  list-style-type: none !important;
}

ol li {
  counter-increment: item;
  margin-bottom: 5px;
}

ol li:before {
  content: counters(item, ".") ".  ";
  font-weight: 600;
}

.careers-position .fal {
  background: var(--accent);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  line-height: 75px;
}

.product.new:after {
  content: "NEW";
  color: white;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 130px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--accent);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.25);
  z-index: 2 !important;
}

/*
Step 3 
*/

#hmpe {
  margin-top: -105px;
}

#hmpe .form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

#hmpe #form-signup .gform_title {
  display: none;
}

#hmpe #form-signup h2.border-bottom,
#hmpe #form-tech-spec h2.border-bottom {
  text-transform: uppercase;
  padding-bottom: 10px;
}

#hmpe .form-popup {
  display: block;
  padding: 20px;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  background: white;
  width: 100%;
  cursor: pointer;
}

#hmpe #form-quote-popup {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

#hmpe .form .gfield_radio {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

#hmpe .form .gfield_radio label {
  font-weight: 400;
  font-size: 15px !important;
}

#hmpe .form-popup #close-popup-quote,
#hmpe .form-popup #close-popup-signup,
#hmpe .form-popup #close-popup-tech-spec {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
}

#hmpe #form-tech-spec p {
  padding-top: 10px;
}

#hmpe .form-popup .gform_heading .gform_title {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 15px;
  position: relative;
}

#hmpe #form-tech-spec .gform_heading .gform_title {
  display: none;
}

#hmpe #form-quote-popup .gform_heading .gform_title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
  content: "";
  height: 1px;
  width: 70px;
  background: rgba(224, 2, 43, 1);
  z-index: 2;
}

#hmpe #form-quote-popup .gform_heading .gform_title::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: translateX(0);
  content: "";
  height: 3px;
  width: 50px;
  background: rgba(224, 2, 43, 1);
  border-radius: 3px;
  z-index: 2;
}

#hmpe .form-popup .gform-body {
  margin-top: 20px;
}

#hmpe .form-popup .gform-body .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

#hmpe .form-popup .gform-body input,
#hmpe .form-popup .gform-body select {
  border: 1px solid #d6d6d6 !important;
  background: #f9f9f9;
  margin: 0 !important;
}

#hmpe .form-popup .gform-footer {
  justify-content: flex-start;
  padding-bottom: 0;
  padding-top: 20px;
}

#hmpe .form-popup .gform_wrapper .gfield {
  margin: 0 !important;
}

#hmpe .form-popup .gform-footer {
  justify-content: flex-start;
  margin: 0;
}

#hmpe .form-popup .gform-footer input[type="submit"] {
  background-color: #df022b !important;
  padding: 20px 40px !important;
  font-weight: 700 !important;
  margin-bottom: 0;
}

#hmpe .form-popup .gform_footer input[type="submit"]:hover {
  background-color: #df022b !important;
  color: white !important;
}

#hmpe .hero {
  padding: 140px 24px 50px 24px;
  height: auto;
}

@keyframes fadeSlideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#hmpe .hero .css-slide-in {
  animation: fadeSlideInLeft 0.75s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
  /* fallback in case animation doesn't run */
}

#hmpe .hero .hero-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

#hmpe .hero .hero-wrap .hero-text {
  width: 60%;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#hmpe .hero .hero-wrap .hero-text h1 {
  font-size: 44px;
  font-weight: 900;
  color: white;
}

#hmpe .hero .hero-wrap .hero-text p {
  font-size: 16px;
  font-weight: 400;
}

#hmpe .hero .hero-wrap .hero-text a {
  background-color: #df022b;
  color: white;
  text-transform: uppercase;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  line-height: normal;
}

#hmpe p {
  margin: 0;
}

#hmpe a {
  cursor: pointer;
  text-decoration: none;
}

#hmpe .container {
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#hmpe .text-container {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#hmpe .text-container p {
  font-size: 16px;
}

#hmpe .container .why-choose,
#hmpe .container .sector,
#hmpe .container .specialist-team,
#hmpe .container .tech-container,
#hmpe .container .choose-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

#hmpe .container h2.border-bottom {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 15px;
}

#hmpe .container .why-choose .icons {
  background: #f6f6f6;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

#hmpe .container h2.border-bottom::before {
  width: 153px;
}

#hmpe .container h2.border-bottom::after {
  width: 110px;
}

#hmpe .container .sector .icons {
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 50px;
  column-gap: 100px;
}

#hmpe .container .why-choose .icons .single-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
}

#hmpe .container .sector .icons .single-icon {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 10px;
}

#hmpe .container .why-choose .icons .single-icon img,
#hmpe .container .sector .icons .single-icon img {
  width: 62px;
  height: 62px;
}

#hmpe .container .why-choose .icons .single-icon p,
#hmpe .container .sector .icons .single-icon p {
  width: 160px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 520px) {

  #hmpe .container .why-choose .icons,
  #hmpe .container .sector .icons {
    gap: 15px;
  }

  #hmpe .container .why-choose .icons .single-icon,
  #hmpe .container .sector .icons a {
    width: calc(50% - 7.5px);
  }

  #hmpe .container .sector .icons .single-icon {
    width: 100%;
  }

  .hmpe-block .kt-row-column-wrap.kt-has-3-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 372px) {

  #hmpe .container .why-choose .icons .single-icon,
  #hmpe .container .sector .icons a {
    width: 100%;
  }
}

#hmpe .container .sector p {
  padding-top: 15px;
}

#hmpe .container .why-choose .button-container {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

#hmpe .container .why-choose .button-container a {
  text-align: center;
  width: 34%;
  background-color: #df022b;
  color: white;
  text-transform: uppercase;
  padding: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 500px) {
  #hmpe .container .why-choose .button-container a {
    width: 100%;
  }
}

#hmpe .container .specialist-team {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#hmpe .container .specialist-team .team-members {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  gap: 25px;
  width: 100%;
  margin: 0 auto;
}

#hmpe .container .specialist-team .team-members .single-team-member {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 25px;
  width: 100%;
}

#hmpe .container .specialist-team .team-members .single-team-member img {
  border-radius: 50%;
  border: 2px solid #4a5568;
  height: 100%;
  width: 100%;
}

#hmpe .container .specialist-team .team-members .single-team-member .team-member-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#hmpe .container .specialist-team .team-members .single-team-member .team-member-info p {
  font-size: 18px;
  font-weight: 700;
}

#hmpe .container .specialist-team .team-members .single-team-member .team-member-info p.position {
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
}

#hmpe .tech-container .wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#hmpe .tech-container .wrap p {
  margin: 0;
}

#hmpe .tech-container .text-container a {
  color: #df022b;
  font-size: 16px;
  font-weight: 700;
}

#hmpe .tech-container .signup-container p {
  font-size: 16px;
  font-weight: 700;
}

#hmpe .tech-container .signup-container a {
  background-color: #df022b;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 30px;
  color: white;
  text-transform: uppercase;
  width: fit-content;
  line-height: normal;
}

#hmpe .testimonial-container {
  background: #f6f6f6;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#hmpe .testimonial-container .testimonial {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

#hmpe .testimonial-container .testimonial p {
  max-width: 700px;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
}

#hmpe .testimonial-container .testimonial .red {
  color: #df022b;
  font-weight: 700;
  padding-top: 20px;
  font-style: normal;
}

#hmpe .container h2.experience {
  max-width: 500px;
  font-size: 24px;
  align-self: center;
  line-height: normal;
}

#hmpe .experience-container {
  padding: 100px 20px;
}

#hmpe .hmpe-block p {
  margin-bottom: 1rem;
}

.page-id-13807 #newsletter-signup {
  display: none;
}

/*mobile */

@media only screen and (max-width: 767px) {
  #hmpe .container .specialist-team .team-members {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #hmpe .container .specialist-team .team-members .single-team-member {
    width: calc(33.3333% - 25px);
  }

  #hmpe .hero .hero-wrap .hero-text {
    width: 75%;
  }

  #hmpe .text-container {
    width: 100%;
  }

  #hmpe .hero {
    padding: 100px 24px 50px 24px;
    height: 80vh;
  }

  #hmpe #form-tech-spec-popup {
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 500px) {
  #hmpe .container .specialist-team .team-members .single-team-member {
    width: calc(50% - 25px);
  }
}

@media only screen and (max-width: 380px) {
  #hmpe .container .specialist-team .team-members .single-team-member {
    width: 100%;
  }
}

/*
===============================================================
TABLET (768)
===============================================================
*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  /* Top Bar */
  p.kt-adv-heading_9e6f2a-75 {
    color: #fff !important;
    display: block;
  }

  .home p.kt-adv-heading_9e6f2a-75 {
    color: inherit !important;
    display: block;
  }

  /* Mobile Navigation */

  #mobile-drawer {}

  #mobile-drawer .drawer-inner {}

  #mobile-drawer .drawer-header {
    padding: 0;
  }

  #mobile-drawer .mobile-drawer-content {
    border-top: 1px solid #cccccc;
    padding: 0;
  }

  #mobile-drawer .kadence-menu-mega-enabled ul.sub-menu {
    padding: 0 !important;
  }

  #mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li {}

  #mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li figure {
    width: 20%;
    float: left;
    margin: 0 20px 0 0 !important;
  }

  #mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li .wp-block-kadence-column {
    width: 100%;
  }

  #mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li .kt-inside-inner-col {
    width: 100%;
  }

  #mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li span {}

  #mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li a {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 10px;
    padding: 0;
  }

  #mobile-drawer .kadence-menu-mega-enabled ul.sub-menu li li a {
    font-size: inherit;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
  }

  /* Section Hero Header */
  #sector-hero-header {}

  #sector-hero-header .kt-inside-inner-col {
    background-size: cover;
    background-position: center left;
    animation: action 55s linear infinite 1s;
    animation-direction: alternate;
  }

  /* Supplier Map */

  .map-container .acf-map {
    width: 100%;
    height: 40vh;
  }

  /* Suppliers */

  #supplier .supplier-map .acf-map {
    min-height: 55vh;
  }

  #supplier-filter .wpc-filters-section {
    width: calc(25% - 17px);
  }

  #supplier-filter .wpc-filter-layout-submit-button {
    width: calc(100% - 0px) !important;
  }

  .map-container .acf-map {
    height: 38vh;
    max-height: 740px;
  }

  /* Team Members */

  /* Tables */

  table {
    font-size: 0.8rem;
  }

  .product.new:after {
    font-size: 36px;
    line-height: 150px;
    width: 150px;
    height: 150px;
  }
}

/* close media style */

/* 
================================================================
TABLET (1023)
================================================================
*/

/*
===============================================================
DESKTOP (1024)
===============================================================
*/

@media only screen and (min-width: 1024px) {

  /* Top Bar */
  .uk a,
  .usa a {
    border: none;
    font-size: 15px;
    background: none !important;
    color: #fff !important;
  }

  p.kt-adv-heading_9e6f2a-75 {
    color: #fff !important;
    display: block;
  }

  .home p.kt-adv-heading_9e6f2a-75 {
    color: inherit !important;
    display: block;
  }

  /* Splash */
  /*  #splash .splash-sector-title {opacity: 0.25; transform: translateY(75px); transition: ease all 0.5s;} */
  /*  #splash .splash-block:hover .splash-sector-title {opacity: 1;transform: translateY(-75px);} */
  .splash-block.kb-section-has-overlay {
    width: calc(100% + 0px);
    transition: ease all 0.5s;
  }

  .splash-block:hover.kb-section-has-overlay {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: 30px;
    z-index: 2;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
  }

  /* Latest News */
  #latest-news {}

  #latest-news ul {}

  #latest-news ul li {}

  /* Section Hero Header */
  #sector-hero-header {}

  #sector-hero-header .kt-inside-inner-col {
    background-size: 110%;
    background-position: center left;
    animation: action 25s linear infinite 1s;
    animation-direction: alternate;
  }

  /* Products */

  .product {}

  .product .product-image img {
    transition: ease all 0.25s;
  }

  .product:hover .product-image img {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.25);
    transform: scale(1.015);
  }

  .product.new:after {
    font-size: 20px;
    line-height: 84px;
    width: 84px;
    height: 84px;
  }

  /* Suppliers */

  #supplier .supplier-map .acf-map {
    min-height: 50vh;
  }

  #supplier-filter .wpc-filters-section {
    width: calc(16.6666% - 17px);
  }

  #supplier-filter .wpc-filter-layout-submit-button {
    width: calc(33.3333% - 50px) !important;
  }

  .map-container .acf-map {
    height: calc(100vh - 60px);
    max-height: 740px;
  }

  /* Team Members */

  .team-member img:hover {
    transition: ease all 0.25s;
  }

  .team-member img:hover {
    border: 2px solid var(--global-palette1) !important;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.25);
    transform: scale(1.015);
  }

  /* Tables */

  table {
    font-size: inherit;
  }
}

/* close media style */

@keyframes action {
  0% {
    background-position: left center;
  }

  50% {
    background-position: center;
  }

  100% {
    background-position: right center;
  }
}

/* 
================================================================
DESKTOP (1920)
================================================================
*/
/* This targets the main containers and overrides Kadence*/
html, body, p, h1, h2, h3, h4, h5, h6, table, td, blockquote, input, button, select, textarea {
    font-family: "Lato", Helvetica, Arial, sans-serif !important;
}