:root {
  --primary: #e30707;
  --secondary: #000000;
  --grey: #ccc;
  --l-grey: #f1f1f1;
  --d-grey: #545454;
  --base: #333;
  --white: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid;
}

/* Theme colours */
.has-primary-color {
  color: var(--primary);
}

.has-primary-background-color {
  background-color: var(--primary);
}

.has-secondary-color {
  color: var(--secondary);
}

.has-secondary-background-color {
  background-color: var(--secondary);
}

.has-grey-color {
  color: var(--grey);
}

.has-grey-background-color {
  background-color: var(--grey);
}

.has-l-grey-color {
  color: var(--l-grey);
}

.has-l-grey-background-color {
  background-color: var(--l-grey);
}

.has-d-grey-color {
  color: var(--d-grey);
}

.has-d-grey-background-color {
  background-color: var(--d-grey);
}

.has-base-color,
.has-base-color.has-text-color {
  color: var(--base);
}

.has-base-background-color {
  background-color: var(--base);
}

.has-white-color,
.has-white-color.has-text-color a {
  color: var(--white);
}

.has-white-background-color {
  background-color: var(--white);
}

.has-background-dim {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5; /*default*/
}

.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}

.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}

.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}

.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}

.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}

.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}

.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}

.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}

.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}

.has-background-dim.has-background-dim-100 {
  opacity: 1;
}


/* popup */

figure.wp-block-image.size-full.is-resized.popup-contact {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    border-radius: 18px;
    box-shadow: 1px 0px 11px #000000;
    transition: all 0.3s;
}


figure.wp-block-image.size-full.is-resized.popup-contact:hover {
	opacity: 0.9;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font: 400 16px/1.5 "Open Sans", sans-serif;
  color: var(--secondary);
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
  word-break: break-word;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0 auto;
  background: var(--white);
}

body.search article {
  margin: 30px 0px;
}

body.search article h2 {
  font-size: 2.4em;
}

#main-content .wp-block-column {
  position: relative;
}

/* Narrow Width of blocks */
.narrow > div:first-of-type,
.wp-block-cover.narrow .wp-block-cover__inner-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 3rem 0.7rem;
}

/* Width of "wide" blocks */
.alignwide > div:first-of-type,
.wp-block-cover.alignwide .wp-block-cover__inner-container,
#signup-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

/* Width of "full-wide" blocks */
.alignfull > div:first-of-type,
.wp-block-cover.alignfull .wp-block-cover__inner-container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.site-header .alignfull > div:first-of-type,
.wp-block-cover.alignfull > div:first-of-type,
.wp-block-cover.alignwide > div:first-of-type,
.wp-block-cover.narrow > div:first-of-type {
  padding: 0;
}

.site-footer .alignfull > div:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
p::selection,
li::selection,
a::selection,
span::selection {
  /*background: var(--primary);*/
}

h1.has-primary-color::selection,
h2.has-primary-color::selection,
h3.has-primary-color::selection,
h4.has-primary-color::selection,
p.has-primary-color::selection,
li.has-primary-color::selection,
a.has-primary-color::selection,
span.has-primary-color::selection {
  /*background: var(--secondary);*/
}

h1,
h2,
h3,
h4 {
  margin: 0 0 1rem 0;
  padding: 0;
  color: var(--base);
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 2.5em;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}

h2 {
  font-size: 2em;
  margin: 0 0 1.5rem 0;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 500;
}

h3 {
  font-size: 1.4em;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  font-weight: 400;
}

h4 {
  font-size: 1.3em;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  font-weight: 400;
}

p {
  font-size: 0.95em;
  line-height: 1.6;
  margin: 0 0 2rem 0;
  padding: 0;
}

p.has-small-font-size {
  font-size: 0.85em;
}

p.has-medium-font-size {
  font-size: 1.2em;
}

p.has-large-font-size {
  font-size: 1.4em;
}

p.has-x-large-font-size {
  font-size: 1.6em;
  line-height: 1.25;
}
td {
  font-weight: 400 !important;
}
th {
  font-family: "oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 1.2em;
}
b,
strong {
  font-weight: 700;
}

hr.wp-block-separator {
  background-color: var(--grey);
  border: 0;
  height: 1px;
  width: 5rem;
  margin: 0 auto;
}

hr.wp-block-separator.is-style-wide {
  width: 100%;
}

hr.wp-block-separator.is-style-dots {
  background-color: transparent;
  border-top: 5px dotted var(--grey);
}

img {
  max-width: 100%;
  width: initial;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
}

svg {
  display: block;
}

figure {
  margin: 0;
}

ul,
main ul.list-no-style {
  list-style-type: none;
  font-size: 0.95em;
  margin: 0;
  padding: 0;
}

main ul,
ol {
  list-style-type: square;
  font-size: 1em;
  margin: 0 0 2rem 0rem;
  padding: 0;
  line-height: 1.6;
}

main ul li ul,
ol li ol {
  margin-bottom: 0;
}
body ul {
  margin: 0 0 2rem 1rem;
}
ol {
  list-style-type: decimal;
}

ol.lower-alpha {
  list-style-type: lower-alpha;
}

ol.upper-alpha {
  list-style-type: upper-alpha;
}

ol.lower-roman {
  list-style-type: lower-roman;
}

ol.upper-roman {
  list-style-type: upper-roman;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--primary);
}

main a {
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: var(--primary);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.relative {
  position: relative;
}

.see-models-cta {
  position: absolute;
  top: -20px;
  right: 28px;
  padding: 4px 25px 25px 25px;
  display: inline-block;
  text-align: center;
  background: var(--primary);
  box-shadow: 2px 4px 5px 0px #00000099;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;

  background: rgb(227, 7, 7);
  background: -moz-linear-gradient(
    180deg,
    rgba(227, 7, 7, 1) 0%,
    rgba(216, 7, 7, 1) 43%,
    rgba(190, 6, 6, 1) 57%,
    rgba(174, 6, 6, 1) 71%,
    rgba(129, 4, 4, 1) 84%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(227, 7, 7, 1) 0%,
    rgba(216, 7, 7, 1) 43%,
    rgba(190, 6, 6, 1) 57%,
    rgba(174, 6, 6, 1) 71%,
    rgba(129, 4, 4, 1) 84%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(227, 7, 7, 1) 0%,
    rgba(216, 7, 7, 1) 43%,
    rgba(190, 6, 6, 1) 57%,
    rgba(174, 6, 6, 1) 71%,
    rgba(129, 4, 4, 1) 84%,
    rgb(179 0 0) 100%
  );
}

.see-models-cta:hover {
  top: -15px;
}

.see-models-cta a {
  color: white;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.see-models-cta p {
  margin-bottom: 0;
}

.see-models-cta:after {
  background: url(/wp-content/themes/ibtonline/img/chevron-down-white.svg)
    repeat-y 100% 100%;
  background-size: 20px 8px;
  position: absolute;
  width: 20px;
  height: 16px;
  content: "";
  z-index: 111;
  cursor: pointer;
  bottom: 9px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

figure.wp-block-table a {
  display: block;
  white-space: nowrap;
}

figure.wp-block-table tr td:nth-child(5) {
  white-space: nowrap;
}

/* Breadcrumbs */
.ah-breadcrumb {
  width: 100%;
  margin: 0.5rem auto 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}

.ah-breadcrumb li {
  display: inline-block;
  margin: 0 0.25rem;
  font-size: 0.9em;
}

.breadcrumb-cont .wp-block-group__inner-container {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}

p.ywraq_list_empty_message {
  display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: var(--l-grey);
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: var(--secondary);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Video (YouTube)
--------------------------------------------------------------*/
.wp-block-embed__wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.wp-block-embed__wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* cross-browser fix */
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 1.4rem 3rem;
  background: var(--primary);
  border-radius: 50px;
  font: 500 0.9em/0 "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 0;
  white-space: nowrap;
  color: var(--white);
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: var(--primary);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: var(--base);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="file"],
textarea,
select {
  color: var(--d-grey);
  border: 1px solid var(--base);
  border-radius: 0;
  margin: 0.3rem 0 1.5em 0;
  padding: 0.75rem 1rem;
  width: 100%;
}

input[type="file"] {
  border: 0;
  padding: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--base);
}

/* contact 7 forms */
span.required {
  color: var(--primary);
  font-size: 1em;
  font-weight: 600;
  padding-left: 0.2rem;
}

span.wpcf7-not-valid-tip {
  color: var(--secondary);
}

span.wpcf7-list-item {
  display: block;
}
.subject {
  margin-top: 1.5rem;
}

.wpcf7-form-control-wrap textarea {
  height: 130px;
}

/** WooCommerce **/

.product_meta .posted_in {
  display: none;
  }
  
  .product_meta {
      margin-top: 25px;
  }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--primary);
    color: #fff;
    font: 400 16px / 1.5 "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none;
    -webkit-transition: all 0.3sease;
    -o-transition: all 0.3s ease;
    transition: all 0.3sease;
    border-radius: 50px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    font-family: oswald, sans-serif;
    overflow: hidden;
    z-index: 1;
    padding: 0.5rem 2.5rem 0.65rem;
}

.bapf_ckbox_sqchck input[type="checkbox"]:checked {
  background: var(--primary);
}

.bapf_body {
  max-height: 400px;
  overflow-y: auto;
}

.bapf_ckbox_sqchck input[type="checkbox"]:checked:after {
  content: "";
  width: 6px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(45deg);
}

.woocommerce-ordering {
  display: none !important;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
}

.related.products ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  padding-left: 0;
  text-align: center;
}

.related.products .product-short-description {
  text-align: center;
}

.related.products ul.products li.product a img {
  width: 100%;
  padding: 0;
}

.related.products .product-short-description p {
  display: none;
}

.woocommerce .wp-block-cover.bg-product-page {
  min-height: 6rem;
}

a.button.product_type_variable.add_to_cart_button {
  display: none !important;
}

ul.wp-block-list {
  list-style-type: disc;
}

.single-product ul.wp-block-list li {
  margin-bottom: 10px;
}

.woocommerce .wp-block-cover.bg-product-page div[role="img"] {
  background-image: url(/wp-content/webp-express/webp-images/doc-root/wp-content/uploads/coal-background.jpg.webp);
  background-position: 50% 50%;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 1.75rem 0 2rem 0;
  color: var(--base);
}

.woocommerce.single-product .woocommerce-breadcrumb {
  padding: 0;
  position: relative;
  z-index: 1;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--base);
}

.woocommerce .woocommerce-breadcrumb span {
  color: var(--primary);
}

.woocommerce div.product .flex-viewport {
  border: 2px solid var(--grey);
  margin-bottom: 1.5rem;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.woocommerce div.product div.images .flex-control-thumbs li {
  border: 2px solid var(--grey);
  width: 100%;
}

.woocommerce .pswp__caption__center {
  text-align: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: var(--l-grey);
}

.woocommerce div.product div.images {
  margin: 0;
}

.woocommerce div.product div.summary {
  margin: 2rem 0 0 0;
}

.woocommerce .woocommerce-gallery-summary h1 {
  font-size: 2.5rem;
  color: var(--primary);
  font-weight: 500;
}

.woocommerce .woocommerce-gallery-summary h2,
.woocommerce .woocommerce-gallery-summary h3 {
  font: 300 1em/1.5 "Arial", sans-serif;
  color: var(--secondary);
  text-transform: uppercase;
  margin: 0;
}

.woocommerce .woocommerce-gallery-summary h3 {
  text-transform: none;
}

.woocommerce .woocommerce-gallery-summary p,
.woocommerce .woocommerce-gallery-summary ul {
  margin-bottom: 1rem;
}

.woocommerce ul.products {
  display: grid;
  width: 100%;
  gap: 2.65rem;
  column-gap: 1.325rem;
  row-gap: 2.65rem;
  grid-template-columns: repeat(1, 1fr);
}

.woocommerce ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.woocommerce ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0;
  border-top: 3px solid #f1f1f1;
  padding-top: 35px;
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
  content: initial;
}

.woocommerce ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  width: 100%;
}

.woocommerce ul.products li.product a {
  display: block;
  background: var(--white);
  text-align: center;
  height: 100%;
}

.woocommerce ul.products li.product a img {
  margin: 0 auto;
  display: inline-block;
  width: 30%;
  padding-right: 30px;
}

.loop-content-container {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 1rem;
  padding-left: 0;
  text-align: left;
  font-size: 1.5rem;
  color: var(--primary);
  text-transform: none;
}

.product-short-description {
  text-align: left;
  color: var(--base);
}

.product-short-description p:last-of-type {
  margin-bottom: 0px;
}

/* Portuguese product button text */
html[lang="pt-BR"]
  .woocommerce
  ul.products
  li.product
  .product-short-description:after {
  content: "Ver detalhes do produto";
}
html[lang="pt-BR"]
  .related.products
  ul.products
  li.product
  .product-short-description:after {
  content: "Ver produto";
}

/* Arabic product button text */
html[lang="ar"]
  .woocommerce
  ul.products
  li.product
  .product-short-description:after {
  content: "عرض تفاصيل المنتج";
}
html[lang="ar"]
  .related.products
  ul.products
  li.product
  .product-short-description:after {
  content: "عرض المنتج";
}

/* Spanish product button text */
html[lang="es"]
  .woocommerce
  ul.products
  li.product
  .product-short-description:after {
  content: "Ver detalles del producto";
}
html[lang="es"]
  .related.products
  ul.products
  li.product
  .product-short-description:after {
  content: "Ver producto";
}

/* Chinese product button text */
html[lang="zh-CN"]
  .woocommerce
  ul.products
  li.product
  .product-short-description:after {
  content: "查看产品";
}
html[lang="zh-CN"]
  .related.products
  ul.products
  li.product
  .product-short-description:after {
  content: "查看产品详情";
}

/* Japanese product button text */
html[lang="ja"]
  .woocommerce
  ul.products
  li.product
  .product-short-description:after {
  content: "製品詳細を見る";
}
html[lang="ja"]
  .related.products
  ul.products
  li.product
  .product-short-description:after {
  content: "製品を見る";
}

/* French product button text */
html[lang="fr-FR"]
  .woocommerce
  ul.products
  li.product
  .product-short-description:after {
  content: "Voir les détails du produit";
}
html[lang="fr-FR"]
  .related.products
  ul.products
  li.product
  .product-short-description:after {
  content: "Voir le produit";
}

/* English product button text */
.woocommerce ul.products li.product .product-short-description:after {
  content: "View product Details";
  background: var(--primary);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  font-family: "oswald", sans-serif;
  overflow: hidden;
  z-index: 1;
  padding: 0.5rem 2.5rem 0.65rem;
  margin-top: 30px;
}

.related.products ul.products li.product .product-short-description:after {
  content: "View Product";
  background: var(--primary);
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.9rem;
}

.woocommerce-pagination {
  margin: 2.65rem 0 0 0;
}

.orderby option[value="popularity"],
.orderby option[value="price"],
.orderby option[value="price-desc"] {
  display: none;
}

.yith-ywraq-add-button {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  padding: 0.75rem 0 0 0;
}

.yith-ywraq-add-button a {
  padding: 0.5rem 1.5rem;
  font-size: 0.9em;
  line-height: 1.5;
  color: var(--white);
  white-space: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  font-family: "oswald", sans-serif;
  overflow: hidden;
  z-index: 1;
  padding: 0.5rem 2.5rem 0.65rem;
}

.yith-ywraq-add-button a {
  background: var(--primary);
}

.no-padding-bottom > div:first-of-type {
  padding-bottom: 0 !important;
}

.no-padding-top > div:first-of-type {
  padding-top: 0 !important;
}

breadcrumb-cont .wp-block-group__inner-container {
  padding: 2rem 4.5rem !important;
}

.product-thumbnail img {
  max-width: 150px;
}

.bapf_head {
  background: var(--primary);
  padding: 7px 10px;
  cursor: pointer;
  margin-bottom: 15px;
}

.bapf_sfilter ul li {
  margin-bottom: 8px !important;
}

.bapf_sfilter.bapf_ckbox label {
  font-size: 0.9rem;
}

.bapf_ckbox_sqchck input[type="checkbox"] {
  border: 1px solid #555;
}

.bapf_sfilter .fa-plus,
.bapf_sfilter .fa-minus {
  font-size: 11px;
  font-weight: 600;
}

.bapf_sfilter .bapf_body ul li ul {
  margin-bottom: 10px;
  padding-top: 10px;
  margin-left: 22px !important;
}

.bapf_head h3 {
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.bapf_sfilter .bapf_colaps_smb {
  color: white;
}

/*--------------------------------------------------------------
## Site logo
--------------------------------------------------------------*/
.site-header {
  background: var(--secondary);
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.15);
}

.site-header .alignfull {
  padding: 0;
}

.site-branding {
  padding: 0.68rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-branding img {
  width: 13rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-branding a:hover img {
  opacity: 0.75;
}

.top-nav {
  display: none;
}

/* Social Media */

header .menu-social-media-container ul {
  padding: 6px 0px;
}

.menu-social-media-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-social-media-container img {
  width: 0.9rem;
  margin: 0.4em;
}

/* Language selector */
.menu-languages-container {
  position: relative;
  top: 0;
  cursor: pointer;
}

.menu-languages-container ul {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.menu-languages-container ul .sub-menu {
  position: relative;
}

.menu-languages-container ul li a {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--white);
  background: url(/wp-content/uploads/icon-submenu.svg) no-repeat right center;
  background-size: 8px;
  font-size: 0.9em;
  line-height: 1.55;
  text-align: right;
}

.menu-languages-container ul .sub-menu li a {
  text-align: left;
}

.menu-languages-container a img {
  display: inline;
  vertical-align: middle;
  margin-right: 0.45rem;
  position: relative;
  bottom: 1px;
  border-radius: 0px;
}

.menu-languages-container ul.sub-menu {
  display: none;
  border: 1px solid var(--d-grey);
}

.menu-languages-container:hover ul.sub-menu {
  display: block;
}

.menu-languages-container ul.sub-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  -webkit-box-shadow: 0px 4px 12px -3px rgb(0 0 0 / 20%);
  box-shadow: 0px 4px 12px -3px rgb(0 0 0 / 20%);
  background-color: var(--white);
  border-bottom: 1px solid var(--d-grey);
  text-decoration: none;
  color: var(--base);
}

.menu-languages-container ul.sub-menu li:last-child a {
  border: 0;
}

.menu-languages-container ul.sub-menu a:hover {
  color: var(--primary);
  background: var(--l-grey);
}

/********************
 * Search Navigation
 ********************/

a.search-icon {
  width: 63px;
  font-size: 1.2em !important;
}

.search-wpb .fa-search {
  color: var(--white) !important;
  font-weight: 900;
}

#primary-menu-rhs li a.search-icon {
  font-size: 35px;
}
a.search-icon {
  margin: 0 auto;
}

.search-wpb .fa-search:hover,
.search-wpb .fa-search:focus {
  color: var(--white);
  text-decoration: none;
}

input.search-submit {
  display: none;
}
input.search-field {
  margin: 0;
}
.wpbsearchform {
  display: block;
  width: 400px;
  position: absolute;
  right: 18%;
  top: 80%;
  margin-top: 1px;
  z-index: 9999;
  background-color: rgba(200, 199, 197, 0.8);
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
}

.wpbsearchform form input:focus {
  color: #555;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Hide/show nav*/
.btn-content {
  display: none;
  width: 100%;
  background: var(--primary);
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
  top: 0;
}

.btn-content a {
  color: var(--white);
  text-decoration: none;
  line-height: 1.8;
  text-transform: uppercase;
}

.main-navigation .btn-toggle {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background: var(--primary);
  color: var(--white);
  font-size: 1em;
  line-height: 0;
  outline: none;
  cursor: pointer;
  padding: 2rem 1rem;
  margin: 0;
  z-index: 2;
}

.main-navigation .btn-toggle i.bar {
  position: relative;
  display: block;
  width: 2rem;
  height: 3px;
  background: var(--white);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main-navigation .btn-toggle i.bar::before,
.main-navigation .btn-toggle i.bar::after {
  content: "";
  width: 2rem;
  height: 3px;
  background: var(--white);
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main-navigation .btn-toggle i.bar::before {
  top: -10px;
}

.main-navigation .btn-toggle i.bar::after {
  bottom: -10px;
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar {
  background: rgba(0, 0, 0, 0);
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar::before {
  top: 0;
  -webkit-transform: rotateZ(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotateZ(-135deg);
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar::after {
  bottom: 0;
  -webkit-transform: rotateZ(135deg);
  -ms-transform: rotate(135deg);
  transform: rotateZ(135deg);
}

.main-navigation li a {
  display: block;
  padding: 0.75rem;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
}

.main-navigation li:last-child a {
  border: 0;
}

.main-navigation .sub-menu {
  display: none;
}

.main-navigation .menu-item-has-children {
  position: relative;
}

.main-navigation .menu-item-has-children:after {
  background: url(/wp-content/themes/ibtonline/img/chevron-down-white.svg)
    no-repeat 50% 50%;
  background-size: 10px;
  position: absolute;
  right: 0;
  width: 2.25rem;
  height: 2rem;
  top: 0.25rem;
  content: "";
  z-index: 111;
  cursor: pointer;
}

/*--------------------------------------------------------------
## col and Modules
--------------------------------------------------------------*/
/* quotations */
blockquote {
  display: block;
  margin: 0 0 0.75rem 0;
  padding: 0;
  font-style: normal;
  quotes: "\201C""\201D";
}

blockquote p:before {
  content: open-quote;
  margin-right: 0.1rem;
}

blockquote p:after {
  content: close-quote;
}

blockquote p {
  color: var(--white);
  font-size: 1.15rem;
}

.quotee {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
}

address {
  font-style: normal;
}

iframe,
object,
embed {
  max-width: 100%;
}

/* col */
.wp-block-columns,
figure.wp-block-gallery.wp-block-gallery,
.wp-block-media-text {
  display: grid;
  gap: 2.5rem;
  grid-auto-flow: row;
}
.wp-block-media-text {
  gap: 0;
  margin: 1.75rem 0 0 0;
}
.wp-block-media-text__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wp-block-media-text .wp-block-media-text__content {
  display: grid;
  align-content: center;
  padding: 1.75rem;
}
.is-not-stacked-on-mobile,
.wp-block-media-text.is-not-stacked-on-mobile {
  grid-auto-flow: column;
}
.slim-gutter {
  gap: 0.5rem;
}

/* without gutter */
.no-gutter {
  gap: 0;
}
.no-gutter-bottom {
  row-gap: 0;
}

/* center text */
.has-text-align-center {
  text-align: center;
}

/* text right */
.has-text-align-right {
  text-align: right;
}

/* text left */
.text-left {
  text-align: left;
}

/* justify per row */
.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

/* vertical alignment (grid parent) */
.are-vertically-aligned-top {
  align-items: start;
}

.are-vertically-aligned-center {
  align-items: center;
}

.are-vertically-aligned-bottom {
  align-items: end;
}

.are-vertically-aligned-stretch {
  align-items: stretch;
}

/* vertical alignment (grid child) */
.is-vertically-aligned-top {
  align-self: start;
}

.is-vertically-aligned-center {
  align-self: center;
}

.is-vertically-aligned-bottom {
  align-self: end;
}

.is-vertically-aligned-stretch {
  align-self: stretch;
}

/* base classes for all media - mobile first */
/*even columns*/
.two-items {
  grid-template-columns: repeat(2, 1fr);
}

.three-items {
  grid-template-columns: repeat(3, 1fr);
}

.four-items {
  grid-template-columns: repeat(4, 1fr);
}

.five-items {
  grid-template-columns: repeat(5, 1fr);
}

.six-items {
  grid-template-columns: repeat(6, 1fr);
}

/*uneven columns as fractions*/
.one-of-three {
  grid-template-columns: 33.3fr 76.7fr;
}

.one-of-four {
  grid-template-columns: 25fr 75fr;
}

.one-of-five {
  grid-template-columns: 20fr 80fr;
}

.one-of-six {
  grid-template-columns: 16.6fr 83.4fr;
}

.two-of-five {
  grid-template-columns: 40fr 60fr;
}

/*reverse uneven columns as fractions*/
.two-of-three {
  grid-template-columns: 76.7fr 33.3fr;
}

.three-of-four {
  grid-template-columns: 75fr 25fr;
}

.four-of-five {
  grid-template-columns: 80fr 20fr;
}

.five-of-six {
  grid-template-columns: 83.4fr 16.6fr;
}

.three-of-five {
  grid-template-columns: 60fr 40fr;
}

/* Switch 2 column order */
.switcharoo:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

.switcharoo:nth-of-type(2) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* slider */
.hero .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--l-grey);
  position: relative;
  padding: 4rem;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider {
  display: block;
}

.hero .message p {
  font-size: 1.4em;
  line-height: 1.6;
  margin: 0 0 2rem 0;
}

.hero.main-img .message h1 {
  margin: 0;
}

.hero img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero h1 {
  text-transform: uppercase;
  font-size: 4.2em;
  text-shadow: 1px 1px 60px #000000;
  line-height: 0.95;
  margin-bottom: 2.5rem;
  font-weight: 500;
  position: relative;
}

.wp-block-cover {
  padding: 4rem 0;
  position: relative;
}

.wp-block-cover .wp-block-button {
  background: var(--white);
}
.wp-block-cover .wp-block-button a {
  position: relative;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--secondary);
  font-family: "oswald", sans-serif;
  overflow: hidden;
  z-index: 1;
  padding: 0.5rem 2.5rem 0.65rem;
}
.wp-block-cover .wp-block-button a:hover {
  color: var(--white);
}
.wp-block-cover .wp-block-button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1300%;
  background: #000;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  /transform: translateY(10%) translateX(16%) rotate(-45deg);
  transition: transform 0.3s;
}
.wp-block-cover .wp-block-button a:hover::after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}
.wp-block-cover div.wp-block-cover__image-background {
  padding: 0;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.wp-block-cover.bg-overlay {
  position: relative;
}

.wp-block-cover.bg-overlay::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(244, 171, 28, 0)),
    color-stop(50%, rgba(244, 171, 28, 0.5))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(244, 171, 28, 0) 0%,
    rgba(244, 171, 28, 0.5) 50%
  );
  background-image: linear-gradient(
    90deg,
    rgba(244, 171, 28, 0) 0%,
    rgba(244, 171, 28, 0.5) 50%
  );
}

.wp-block-cover .module-box {
  display: block;
  padding: 2rem;
  background: var(--white);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  position: relative;
  z-index: 2;
}

.wp-block-cover.mv__cover-overflow {
  padding: 0;
  max-height: 40rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 500px;
  width: 100%;
}

.mv__cover-overflow video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wp-block-cover.mv__cover-overflow video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__cover-overflow .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
}

.heading-only {
  margin: 0 0 2rem 0;
}

.blog .latest-news h2 {
  font-size: 1.15em;
}

.blog .latest-news p {
  font-size: 0.85em;
}

.post-pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  bottom: 0;
  width: 100%;
  padding: 2rem 0;
}

.post-pagination .next-post {
  text-align: right;
}

.latest-news .outer-link {
  display: block;
  border: 1px solid var(--d-grey);
  border-radius: 4px;
  color: var(--base);
  position: relative;
}

.latest-news .outer-img {
  position: relative;
  overflow: hidden;
}

.latest-news .outer-link img {
  border-radius: 4px 4px 0 0;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  -o-transition: transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
  width: 100%;
}

.latest-news .outer-link:hover img {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.latest-news .inner-content {
  font-size: 1.15em;
  padding: 1.5rem;
  height: 100%;
}

.latest-news .category {
  display: block;
  background: var(--primary);
  padding: 0.5rem 1.75rem;
  border-radius: 0 4px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  text-transform: uppercase;
  color: var(--white);
}

.latest-news .read {
  display: block;
  margin: 1.75rem 0 0 0;
  font-size: 0.9em;
  color: var(--primary);
  text-transform: uppercase;
}

.latest-news .outer-link:hover .read {
  color: var(--primary);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagination {
  margin: 2rem 0 0 0;
  text-align: center;
  font-size: 0.9em;
  display: block;
  position: relative;
  height: 60px;
  box-sizing: content-box;
}

.pagination .page-numbers {
  padding: 1rem 1.3rem;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  font-size: 1.15em;
  line-height: 1.6;
}

.pagination a:hover,
.pagination .page-numbers.current {
  background: var(--b-cyan);
}

.pagination .page-numbers.next {
  position: relative;
  left: 1px;
}

.pagination .page-numbers.next::before,
.pagination .page-numbers.prev::before {
  content: ">";
  position: relative;
  top: -0.1rem;
}

.pagination .page-numbers.prev::before {
  content: "<";
}

.redcard-home {
  padding: 1.5rem 0rem 0rem;
  border-radius: 15px;
  box-shadow: 9px 9px 10px 0px rgba(0, 0, 0, 0.4);
  height: 100%;
  background-image: linear-gradient(
    90deg,
    rgba(195, 27, 18, 50) 40%,
    rgba(227, 7, 7, 0) 90%
  );
}
.redcard-contact {
  padding: 1rem 1.5rem;
  border-radius: 15px;
  box-shadow: 9px 9px 10px 0px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(
    90deg,
    rgba(195, 27, 18, 10) 30%,
    rgba(227, 0, 0, 20) 100%
  );
  color: var(--white);
  margin-bottom: 2rem;
}
.contact-whitebox {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 15px;
  padding: 1rem 1.5rem;
}
.redcard-contact h2 {
  font-size: 2.6em;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: var(--white);
}
.redcard-contact a {
  color: var(--white);
  font-weight: 700;
}
.redcard-home h2 {
  font-size: 2.6em;
  margin-bottom: 1.5rem;
  font-weight: 400;
  padding: 0.7rem 1.5rem;
}
.redcard-home p {
  padding: 0rem 1.5rem;
}
.redcard-home .wp-block-button {
  margin: 0.5rem 1.5rem 3.5rem;
}
.redcard-home img {
  min-width: 100%;
  margin-bottom: 1.7rem;
  border-radius: 0px;
}

.redcard-home .wp-block-button a {
  position: relative;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--secondary);
  font-family: "oswald", sans-serif;
  overflow: hidden;
  z-index: 1;
  padding: 0.5rem 2.5rem 0.65rem;
  background: var(--white);
}
.redcard-home .wp-block-button a:hover {
  color: var(--white);
}
.redcard-home .wp-block-button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 510%;
  height: 1300%;
  background: #000;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  /transform: translateY(10%) translateX(16%) rotate(-45deg);
  transition: transform 0.3s;
}
.redcard-home .wp-block-button a:hover::after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}

.redcard-home .wp-block-button a:hover {
  background: var(--white) !important;
}
.redcard-home .wp-block-button a {
  color: var(--secondary);
  font-size: 0.8em;
}

/* Popup / Modal */
.overlay {
  position: fixed;
  /*! margin: auto; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  visibility: hidden;
  opacity: 0;
  height: 0;
  z-index: 100;
}

.overlay .cancel {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay .cancel::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="%23FFFFFF"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>')
    center no-repeat;
  background-color: var(--primary);
  background-size: 1.5rem;
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.overlay:target {
  visibility: visible;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: auto;
}

.popup {
  max-width: 1000px;
  max-height: 500px;
  min-width: 400px;
  min-height: 200px;
  width: 80%;
  overflow: auto;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
  .popup {
    max-height: 650px;
  }
}

/* buttons */
.wp-block-button {
  border-radius: 50px;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}

.wp-block-button .wp-block-button__link {
  display: block;
  padding: 0.5rem 2.5rem 0.65rem;
  background-color: transparent;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  white-space: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "oswald", sans-serif;
}

.wp-block-button .has-primary-background-color:hover {
  background: var(--secondary);
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .has-secondary-background-color:hover {
  background: var(--primary);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: transparent;
  color: var(--primary);
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}

.wp-block-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}

.cta {
  position: fixed;
  right: 1.75rem;
  bottom: 1.75rem;
  z-index: 98;
}

.cta .wp-block-button__link {
  border: 2px solid var(--white);
  padding: 0.5rem 1rem;
  font-size: 0.9em;
  letter-spacing: 2px;
}

/*table styling*/
.wp-block-table {
  max-width: calc(100vw - 2rem);
  margin: 0 0 2rem 0;
  padding: 1rem 0;
  word-break: keep-all;
  overflow-x: scroll;
}
.responsive table {
  border-top: 1px solid var(--secondary) !important;
}
.wp-block-table table {
  border-collapse: collapse;
  display: table;
  /*width: fit-content;*/
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  width: 100%;
  border: 1px solid var(--d-grey);
  border-top: none;
}

.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid var(--d-grey);
  padding: 1.5rem 1.75rem;
}

.wp-block-table table thead {
  color: var(--primary);
  background: transparent;
}

.wp-block-table table th,
.wp-block-table table thead td {
  text-align: left;
  border-top: none;
  font-weight: 700;
}

.wp-block-table table td {
  /*white-space: nowrap;*/
  border-bottom: none;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.3;
}

.wp-block-table table td:first-of-type,
.wp-block-table table th:first-of-type {
  border-left: none;
}

.wp-block-table table td:last-of-type,
.wp-block-table table th:last-of-type {
  border-right: none;
}

.is-style-stripes table {
  font-size: 0.9em;
}

.is-style-stripes table th,
.is-style-stripes table thead td,
.is-style-stripes table thead td:first-child {
  font-size: 1.2em;
}

.is-style-stripes table td:first-child {
  font-size: 1em;
}

.is-style-stripes table td,
.is-style-stripes table th {
  padding: 0.5rem;
}

.is-style-stripes table tr:nth-child(even) {
  background: var(--l-grey);
}

/* footer */
.site-info {
  padding: 4rem 0 3.5rem;
}

.site-info h2 {
  margin: 0 0 0.5rem 0;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.3;
}

.site-info p,
.site-info li {
  font-size: 0.84em;
  line-height: 2.25;
}

.site-info p {
  margin: 0 0 1rem 0;
  line-height: 1.9;
}
.site-info a:hover {
  color: #0053a0;
}
.site-info img {
  border-radius: 0px;
}
.foot-col-1 img {
  margin-left: 0;
  margin-bottom: 1.5rem;
  width: 10rem;
}
.footer-logos {
  padding: 1rem 0rem 0rem;
}
.copyright {
  display: block;
  padding: 0.25rem 0 0.45rem 0;
  width: 100%;
  background: var(--white);
  color: var(--secondary);
}

.copyright ul,
.copyright p {
  margin: 0;
  padding: 0;
}

.copyright ul li,
.copyright p {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.4;
}

.copyright a,
.copyright li a {
  color: var(--secondary);
  padding: 0 0rem 0 1.2rem;
  border-left: 1px solid;
  margin: 0rem 0rem 0 1rem;
}
.copyright a:hover {
  color: var(--primary);
}
/* Main content */
.module {
  margin: 0 0 3.5rem 0;
}

.module a h2 {
  display: block;
  font-size: 1.85em;
  line-height: 1.25;
  color: var(--primary);
}
.pfg-bootstrap .thumbnail {
  border-radius: 15px !important;
}
.wp-block-gallery.partner-logo {
    display: flex!important;
    gap: .8rem!important;
    align-items: center;
  margin-top: 2rem
}
.partner-logo .wp-block-image {
  width: 11rem
}
.efb-first {
  width: 19rem;
  margin: 0 auto;
}
.cfmount {
  text-transform: none !important;
}
.image-zoom:hover h3 {
  color: #0053a0;
}
.image-zoom:hover img {
  transition: transform 0.2s; /* Animation */
  transform: scale(1.1);
}
.image-zoom:hover .product-block {
  background: rgb(0, 83, 160, 0.25);
}
.tablisttwo {
  white-space: normal;
  position: relative;
  z-index: 0;
}
.product-slide {
  width: 310px !important;
  margin: 2rem auto;
  padding-bottom: 3rem;
}

.tablisttwo li {
  display: inline-block;
  margin-bottom: 0.7rem;
}

.redcard-home .wp-block-button a:hover {
  color: var(--white);
}
.tablisttwo li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 570%;
  height: 1200%;
  background: #0066b4;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  /transform: translateY(10%) translateX(16%) rotate(-45deg);
  transition: transform 0.3s;
}
.tablisttwo li a:hover::after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}
.tablisttwo li a {
  position: relative;
  margin: 0;
  text-transform: uppercase;
  color: var(--white);
  background-color: #ccc;
  font-size: 1em;
  text-align: center;
  padding: 0.6rem 1.8rem;
  letter-spacing: 0px;
  display: block;
  overflow: hidden;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
}

.tablisttwo li a.active {
  background: #0066b4;
  color: var(--white);
  border: none;
}
.tab-contenttwo {
  padding: 2rem 0rem 0rem;
}

.tab-contenttwo .accordion-toggle {
  font-size: 1.05em;
  font-weight: 300;
}

.tab-heading {
  border-bottom: 2px solid #fff;
  width: 100%;
  padding: 1rem 0rem;
  margin-bottom: 0.8rem;
}
.tabpanel-true {
  display: none;
  visibility: hidden;
}
.filtr-controls-5064 {
  padding: 0.6rem 2rem !important;
  font-family: "oswald", sans-serif;
  text-transform: uppercase !important;
}
.gallery-button {
  margin-top: -3rem;
}
.h1top {
  color: #d6dbd5;
  font-size: 0.8em;
  line-height: 1.3;
}
.products-bottom a {
  text-decoration: none;
}
.products-top a {
  text-decoration: none;
}
.product-block {
  padding: 0.5rem;
  border-radius: 15px;
  margin-bottom: 0.6rem;
}
.redcard-home {
  padding: 1.5rem 0rem 0rem;
  border-radius: 15px;
  box-shadow: 9px 9px 10px 0px rgba(0, 0, 0, 0.4);
  height: 100%;
  background-image: linear-gradient(
    90deg,
    rgba(195, 27, 18, 50) 40%,
    rgba(227, 7, 7, 0) 90%
  );
}
.redcard-home h2 {
  font-size: 2.6em;
  margin-bottom: 1.5rem;
  font-weight: 400;
  padding: 0.7rem 1.5rem;
}
.redcard-home p {
  padding: 0rem 1.5rem;
}
.redcard-home .wp-block-button {
  margin: 0.5rem 1.5rem 3.5rem;
}
.redcard-home img {
  min-width: 100%;
  margin-bottom: 1.7rem;
  border-radius: 0px;
}

.redcard-home .wp-block-button a {
  position: relative;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--secondary);
  font-family: "oswald", sans-serif;
  overflow: hidden;
  z-index: 1;
  padding: 0.5rem 2.5rem 0.65rem;
  background: var(--white);
}
.redcard-home .wp-block-button a:hover {
  color: var(--white);
}
.redcard-home .wp-block-button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 510%;
  height: 1300%;
  background: #000;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  /transform: translateY(10%) translateX(16%) rotate(-45deg);
  transition: transform 0.3s;
}
.redcard-home .wp-block-button a:hover::after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}
.primary-background a {
  position: relative;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  font-family: "oswald", sans-serif;
  overflow: hidden;
  z-index: 1;
  padding: 0.5rem 2.5rem 0.65rem;
}
.primary-background a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1300%;
  background: #000;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  /transform: translateY(10%) translateX(16%) rotate(-45deg);
  transition: transform 0.3s;
}
.primary-background a:hover::after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}
.redcard-home .wp-block-button a:hover {
  background: var(--white) !important;
}
.redcard-home .wp-block-button a {
  color: var(--secondary);
  font-size: 0.8em;
}
.primary-background a {
  background: var(--primary) !important;
  color: var(--white) !important;
}
.installation img {
  min-height: 310px;
}
.engineering-services li {
  list-style-type: none;
  margin-left: -1.9rem !important;
  border-top: 1px solid #d6dbd5;
  padding: 0.5rem 0;
}
.service-engineering {
  background: url(/wp-content/uploads/engineering-1.png-1.png) no-repeat;
  background-size: 60px 60px;
  padding-left: 4.3rem;
  height: 4rem;
  padding-top: 0.8rem;
  text-transform: uppercase;
}
.service-manufacturing {
  background: url(/wp-content/uploads/manufacturing.png.png) no-repeat;
  background-size: 60px 60px;
  padding-left: 4.3rem;
  height: 4rem;
  padding-top: 0.8rem;
  text-transform: uppercase;
}
.service-support {
  background: url(/wp-content/uploads/support.png.png) no-repeat;
  background-size: 60px 60px;
  padding-left: 4.3rem;
  height: 4rem;
  padding-top: 0.8rem;
  text-transform: uppercase;
}
.border-bottom {
  border-bottom: 1px solid #d6dbd5;
}
.engineering-services {
  margin-top: 1.5rem;
}
.service-areas {
  padding: 2rem 2rem 0.5rem;
  border-radius: 15px;
  height: 100%;
}
.grey-cards {
  margin-top: 2rem;
}
.grey-row {
  margin-top: 2rem;
}
.product-feature a {
  color: var(--secondary);
}
.feature-product {
  border-radius: 15px;
}
.faq {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.tablisttwo .tablist-true a {
  background: #0066b4 !important;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-content {
  display: none;
  font-weight: 300;
  letter-spacing: -0.5px;
  padding: 0rem 4rem 0rem 0rem;
}
.accordion-content.default {
  display: block;
}
.accordion-toggle {
  margin-bottom: 0.7rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  font-size: 1.35em;
  line-height: 1.2;
  padding: 1rem;
  color: var(--secondary);
  background: var(--white);
}
.accordion-content {
  margin-top: -0.8rem;
  color: var(--secondary);
  padding: 1rem;
  background: var(--white);
  font-weight: 400;
}
.accordion-toggle:before {
  content: url(/wp-content/uploads/plus-solid-1.svg) !important;
  padding-right: 1rem;
}
.executives h2 {
  padding-bottom: 2rem;
}
.executives img {
    border-radius: 15px;
    margin-bottom: 1rem;
    width: 16rem;
    height: 15rem;
    object-fit: cover;
}
.area-block {
  padding: 1rem;
  margin-top: 2rem;
  align-content: center;
}
.area-websites {
  padding-top: 2rem;
}
.partner-block {
  border: 1px solid var(--primary);
  border-radius: 15px;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: var(--white);
  color: var(--secondary);
}
.partner-block p,
a {
  text-decoration: none !important;
}
.partner-block img {
  height: 3rem;
  object-fit: contain;
  width: 12rem;
  margin-bottom: 1rem;
}
.contact-us h2 {
  font-size: 1.9em;
}
.products-main {
  border-radius: 15px;
  height: 100%;
  align-content: center;
}
.products {
  margin: 2rem 0rem;
}
.products a {
  text-decoration: none;
}
.downloads {
  padding-top: 1rem;
  border-radius: 15px;
  width: 80%;
  margin: 0 auto;
}
.downloads p {
  font-family: "Oswald", sans-serif;
  text-align: center;
}

.products-model {
  width: 220px;
  margin: 0 auto;
  border-radius: 15px;
  height: 100%;
  align-content: center;
}
.available-models {
  border-top: 2px solid var(--l-grey);
  border-bottom: 1px solid var(--l-grey);
  padding: 2rem 0rem 2rem;
}
.models-heading {
  padding: 3rem 0rem 0rem;
}

.patent,
.tested,
.capacity,
.compatability {
  padding-left: 60px;
  position: relative;
}

.patent:before,
.tested:before,
.capacity:before,
.compatability:before {
  content: "";
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  position: absolute;
  left: 0;
}

.patent:before {
  background: url(/wp-content/uploads/Patent-Icon.png) no-repeat;
}

.tested:before {
  background: url(/wp-content/uploads/Tested-Icon.png) no-repeat;
}

.capacity:before {
  background: url(/wp-content/uploads/Weight-Icon.png) no-repeat;
}

.compatability:before {
  background: url(/wp-content/uploads/Compatible-Icon.png) no-repeat;
}

.table-title {
  background: #0066b4;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 1.6em;
  margin-bottom: -1rem;
}
.item-desc {
  font-weight: 400 !important;
  font-family: "oswald", sans-serif;
  text-transform: uppercase !important;
  font-size: 1.3em;
}
/* Cookie popup */
.cookie-banner {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  /*! padding: 1rem 2rem; */
  z-index: 99;
  left: 0;
  -webkit-box-shadow: 0px 1px 23px 1px rgb(0 0 0 / 36%);
  box-shadow: 0px 1px 23px 1px rgb(0 0 0 / 36%);
  background: var(--primary);
}

.cookie-banner.alignfull > div:first-of-type {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.cookie-banner a {
  font-weight: 700;
  text-decoration: underline;
}

.cookie-banner a:hover {
  text-decoration: none;
}
.cookie-banner .wp-block-button {
  margin-bottom: 0rem;
  margin-top: 0rem;
}
.cookie-banner .wp-block-button .wp-block-button__link {
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 0.8em;
  border: 1px solid var(--white);
  border-radius: 3px;
}

.cookie-banner .wp-block-button .wp-block-button__link:hover {
  background: var(--secondary);
  border-color: var(--white);
}

.cookie-banner p {
  font-size: 0.85em;
  margin: 0;
}

p.cookies-status {
  font-weight: 700;
  font-size: 0.8em;
  color: var(--primary);
}
.cookie .wp-block-button__link {
  background: var(--primary);
}
/* tablet (medium) screens */
@media (min-width: 768px) {
  .woocommerce-gallery-summary__inner-container {
    display: flex;
    gap: 2.5rem;
    padding: 2.5rem;
    background-color: var(--l-grey);
  }

  .large-text {
    font-size: 18px;
    word-break: keep-all;
  }
  .slider .wp-block-cover {
    padding: 6rem 0rem;
  }
  .tab-contenttwo {
    padding: 2rem 0rem 0rem;
  }
  .narrow > div:first-of-type,
  .alignwide > div:first-of-type,
  .alignfull > div:first-of-type,
  .wp-block-cover.alignfull .wp-block-cover__inner-container,
  .wp-block-cover.alignwide .wp-block-cover__inner-container,
  .wp-block-cover.narrow .wp-block-cover__inner-container {
    padding: 4rem 2rem;
  }
  .products-model {
    width: 220px;
    margin: 0 auto;
    border-radius: 15px;
  }

  .products-bottom {
    margin: 1.5rem 9rem 0rem;
  }
  .sales-team {
    margin: 0rem 12rem;
  }
  .partners-bottom {
    margin: 0rem 13rem;
  }
  .product-specs {
    column-gap: 4rem;
  }
  /*even columns*/
  .t-one-item {
    grid-auto-flow: row;
  }

  .t-two-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .t-three-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .t-four-items {
    grid-template-columns: repeat(4, 1fr);
  }

  .t-five-items {
    grid-template-columns: repeat(5, 1fr);
  }

  .t-six-items {
    grid-template-columns: repeat(6, 1fr);
  }

  /*uneven columns as fractions*/
  .t-one-of-two {
    grid-template-columns: 50fr 50fr;
  }

  .t-one-of-three {
    grid-template-columns: 33.3fr 76.7fr;
  }

  .t-one-of-four {
    grid-template-columns: 25fr 75fr;
  }

  .t-one-of-five {
    grid-template-columns: 20fr 80fr;
  }

  .t-one-of-six {
    grid-template-columns: 16.6fr 83.4fr;
  }

  .t-two-of-five {
    grid-template-columns: 40fr 60fr;
  }

  /*reverse uneven columns as fractions*/
  .t-two-of-three {
    grid-template-columns: 76.7fr 33.3fr;
  }

  .t-three-of-four {
    grid-template-columns: 75fr 25fr;
  }

  .t-four-of-five {
    grid-template-columns: 80fr 20fr;
  }

  .t-five-of-six {
    grid-template-columns: 83.4fr 16.6fr;
  }

  .t-three-of-five {
    grid-template-columns: 60fr 40fr;
  }

  .hero .switcharoo:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero .switcharoo:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .t-align-right {
    justify-content: flex-end;
  }

  .t-align-left {
    justify-content: flex-start;
  }

  .t-align-center {
    justify-content: center;
  }

  .t-has-text-align-center {
    text-align: center;
  }

  .t-has-text-align-right {
    text-align: right;
  }

  .t-has-text-align-left {
    text-align: left;
  }

  .main-navigation li a {
    border-bottom: 0;
    line-height: 1.5;
  }

  .site-branding {
    padding: 1.5rem 2rem;
  }

  .site-branding img {
    width: 14.5rem;
  }

  .main-navigation .btn-toggle {
    padding: 3rem 2rem;
  }

  .main-navigation .btn-toggle i.bar,
  .main-navigation .btn-toggle i.bar::before,
  .main-navigation .btn-toggle i.bar::after {
    width: 2.25rem;
  }

  .main-navigation .btn-toggle i.bar::before {
    top: -12px;
  }

  .main-navigation .btn-toggle i.bar::after {
    bottom: -12px;
  }

  .hero img {
    height: 100vh;
  }

  .slider .owl-dots,
  .slider .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }

  .slider .owl-dots {
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }

  .slider .owl-nav {
    top: 0;
  }

  .slider .owl-dots .owl-dot span {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.2rem;
    background: var(--d-grey);
    border: 1px solid var(--white);
    -webkit-backface-visibility: visible;
    background-size: 16px 19px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0.7;
  }

  .slider .owl-dots .owl-dot.active span,
  .slider .owl-dots .owl-dot:hover span {
    background: var(--primary);
  }

  .slider .owl-nav [class*="owl-"] {
    display: inline-block;
    cursor: pointer;
    width: 42px;
    height: 82px;
    background-size: 11px 20px;
    background-size: 42px 82px;
  }

  .slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 98%;
    -webkit-transform: translate(-98%, -50%);
    -ms-transform: translate(-98%, -50%);
    transform: translate(-98%, -50%);
  }

  .slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translate(-2%, -50%);
    -ms-transform: translate(-2%, -50%);
    transform: translate(-2%, -50%);
  }

  .slider .owl-nav [class*="owl-"]:hover {
    opacity: 0.8;
  }

  .wp-block-cover .module-box {
    display: block;
    width: 100%;
    background: var(--white);
    padding: 3rem;
  }

  .about-video {
    padding-top: 0.3rem;
  }
  .wp-block-cover {
    padding: 0rem 0rem;
  }
  .list-three-cols {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    -moz-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
  }

  .list-three-cols li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }

  .copyright {
    padding: 0.25rem 0 0.45rem 0;
  }
  .product-block {
    min-height: 16rem;
    align-content: center;
  }
  .header-banner {
    min-height: 400px;
    align-content: center !important;
  }
  .area-block {
    min-height: 22rem;
  }
  .partner-block {
    height: 90%;
    align-content: center;
  }
  .feature-product img {
    width: 250px;
    height: 14rem;
    object-fit: contain;
  }
  .feature-product {
    margin: 0rem 2rem 1rem;
  }
  .product-feature {
    margin: 0rem 4rem;
  }
}

/* desktop */
@media (min-width: 1200px) {
  .large-text {
    font-size: 20px;
  }

  h1 {
    font-size: 3.25em;
  }

  h2 {
    font-size: 2.8em;
  }

  .narrow > div:first-of-type,
  .alignwide > div:first-of-type,
  .alignfull > div:first-of-type,
  .wp-block-cover.alignfull .wp-block-cover__inner-container,
  .wp-block-cover.alignwide .wp-block-cover__inner-container,
  .wp-block-cover.narrow .wp-block-cover__inner-container {
    padding: 4rem 4.5rem;
  }

  .site-header .alignfull > div:first-of-type {
    padding: 0 2.5rem;
  }

  /*even columns*/
  .d-two-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .d-three-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .d-four-items {
    grid-template-columns: repeat(4, 1fr);
  }

  .d-five-items {
    grid-template-columns: repeat(5, 1fr);
  }

  .d-six-items {
    grid-template-columns: repeat(6, 1fr);
  }

  /*uneven columns as fractions*/
  .d-one-of-two {
    grid-template-columns: 50fr 50fr;
  }

  .d-one-of-three {
    grid-template-columns: 33.3fr 76.7fr;
  }

  .d-one-of-four {
    grid-template-columns: 25fr 75fr;
  }

  .d-one-of-five {
    grid-template-columns: 20fr 80fr;
  }

  .d-one-of-six {
    grid-template-columns: 16.6fr 83.4fr;
  }

  .d-two-of-five {
    grid-template-columns: 40fr 60fr;
  }

  /*reverse uneven columns as fractions*/
  .d-two-of-three {
    grid-template-columns: 76.7fr 33.3fr;
  }

  .d-three-of-four {
    grid-template-columns: 75fr 25fr;
  }

  .d-four-of-five {
    grid-template-columns: 80fr 20fr;
  }

  .d-five-of-six {
    grid-template-columns: 83.4fr 16.6fr;
  }

  .d-three-of-five {
    grid-template-columns: 60fr 40fr;
  }

  /* Switch 2 column order */
  .switcharoo:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .switcharoo:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .d-align-right {
    justify-content: flex-end;
  }

  .d-align-left {
    justify-content: flex-start;
  }

  .d-align-center {
    justify-content: center;
  }

  .d-has-text-align-center {
    text-align: center;
  }

  .d-has-text-align-right {
    text-align: right;
  }

  .d-has-text-align-left {
    text-align: left;
  }

  .top-nav {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 0.85em;
  }

  .site-header .one-item > .wp-block-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .site-branding {
    padding: 1.5rem 0;
    justify-content: flex-start;
  }

  .site-branding img {
    min-width: 300px;
  }

  .btn-toggle,
  .btn-toggle2 {
    display: none;
  }

  .btn-content {
    display: inline !important;
  }

  .main-navigation {
    position: relative;
    z-index: 2;
  }

  .main-navigation .btn-content {
    background: transparent;
    padding: 0;
  }

  #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: center;
    margin: 0;
    width: 100%;
    margin-top: 2rem;
  }

  #primary-menu li {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
  }

  #primary-menu li a {
    display: block;
    margin: 0;
    padding: 1rem;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: var(--white);
    font-size: 0.95em;
  }

  #primary-menu li:last-of-type a {
    margin: 0 0 0 1.25rem;
    padding: 1rem 1.6rem;
    border-radius: 50px;
    color: var(--white);
    white-space: nowrap;
    line-height: 0;
    border: 1px solid var(--white);
  }

  #primary-menu li:last-of-type a:hover {
    background: var(--primary);
    color: var(--white);
  }

  #primary-menu li a:hover {
    color: var(--primary);
  }

  #primary-menu .current-menu-parent a,
  #primary-menu .current_page_item a {
    color: var(--primary);
  }

  /* sub menu drop-down */
  #primary-menu .menu-item-has-children:after {
    background-image: url(/wp-content/uploads/chevron-down-solid-2.svg);
    top: 0.7rem;
    right: 0.35rem;
  }

  #primary-menu .menu-item-has-children a {
    padding-right: 2.25em;
  }

  #primary-menu .sub-menu {
    position: absolute;
    display: none;
    margin: 0 0 0 1rem;
    width: 120%;
  }

  #primary-menu li:hover .sub-menu {
    display: block;
  }

  #primary-menu li .sub-menu li a,
  #primary-menu li .sub-menu li:last-of-type a {
    margin: 0;
    padding: 0.5rem 0.4rem;
    background: var(--primary);
    display: block;
    color: var(--white);
    border-radius: 0;
    text-align: left;
    white-space: normal;
    text-transform: capitalize;
    line-height: 1.4;
    border: none;
  }

  #primary-menu li .sub-menu li.current-menu-item a,
  #primary-menu li .sub-menu li a:hover,
  #primary-menu li .sub-menu li:last-of-type a:hover {
    background: var(--white);
    color: var(--primary);
  }

  .wp-block-table {
    overflow-x: hidden;
  }

  .hero figure {
    max-height: 750px;
    overflow: hidden;
  }

  .hero img {
    height: auto;
  }

  .text-block-right {
    padding: 0 0 0 5rem;
  }

  .text-block-left {
    padding: 0 5rem 0 0;
  }

  .wp-block-cover.has-parallax div[role="img"] {
    background-attachment: fixed;
  }

  .list-three-cols {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
    -moz-column-gap: 4rem;
    -webkit-column-gap: 4rem;
    column-gap: 4rem;
  }

  .latest-news .outer-link {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 1fr;
    height: 100%;
    /* equal height columns */
  }

  .latest-news .read {
    position: absolute;
    bottom: 1.75rem;
  }
  .downloads p {
    font-family: "Oswald", sans-serif;
    margin-left: -2rem;
    text-align: left;
  }
  .tab-contenttwo {
    padding: 2rem 0rem 0rem;
  }
}


@media (min-width: 1200px) {
  .wp-block-image.plane-window {
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
  }
    
  }
  
  @media (max-width: 768px) {
    .wp-block-image.plane-window img {
     width: 200px !important;
    height: 200px !important;
   }
  }
  
