/*
Theme Name: Solinso
Theme URI: https://solinso.com
Author: Solinso Marketing department
Description: Custommade Solinso Theme
Tags: Solinso
Version: 1.0
Requires at least: 6.0
Licence: Solinso only
Text Domain: solinso
*/
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/57cf05ca443fd49806c145b6cdab2369/CenturyGothicPaneuropeanThin.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/08c51aa20a5be0f3b6fadadb5f6d1de6/CenturyGothicPaneuropeanLight.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/f791b18bbf0a14a873fa6afff816f876/CenturyGothicPaneuropeanRegular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/7915950666bbf359e4c1d18c89063dc9/CenturyGothicPaneuropeanSemiBold.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/8af4be6f377ec60d588f1b9122f0cb7b/CenturyGothicPaneuropeanBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/e481f345379c3960e3b2dc7d4d2a2bb2/CenturyGothicPaneuropeanExtraBold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/9e495f004748dc6b0aa19b98e061f3cf/CenturyGothicPaneuropeanBlack.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/f2ff0823e100f3051812c84e4483c028/CenturyGothicPaneuropeanThinItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/40529ee59ceb7938bf7093b45069719a/CenturyGothicPaneuropeanLightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/0828dea303bce47fd30e94cc0002611d/CenturyGothicPaneuropeanItalic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/802ce1c6b06f2ff233d33d68e8f4f731/CenturyGothicPaneuropeanSemiBoldItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/3fda4353035e1ba7dba4c98f94669e82/CenturyGothicPaneuropeanBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/2b7c116d90fef827fd69ffcaa583a132/CenturyGothicPaneuropeanExtraBoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Century Gothic P";
  src: url("/source/3282d2817b206c54a8a587471da7f87a/CenturyGothicPaneuropeanBlackItalic.ttf");
  font-weight: 800;
  font-style: italic;
}
html, html * {
  position: relative;
  box-sizing: border-box;
  scroll-behavior: auto;
}

html, body, div, main, form, header, footer, section, ul {
  display: block;
  margin: 0;
  padding: 0;
}

html, body, div, form, main, header, footer, section {
  width: 100%;
}

html, body, .pagewrapper {
  overflow-x: hidden;
  font-family: "Century Gothic P", sans-serif;
  font-size: 16px;
  color: #484848;
}

html, body {
  background-color: white;
}

body main {
  width: 100%;
}
body main .content, body main .content-wrapper {
  max-width: 1380px;
  min-height: calc(100vh - 400px);
  padding: 0 2em;
  margin: 0 auto;
}
body main .content.auto-height, body main .content-wrapper.auto-height {
  min-height: unset;
}

body.elementor-page main .content {
  padding: 0;
  max-width: unset;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

.pagewrapper.mobile-menu-active {
  left: 400px;
  filter: blur(-2px);
}

header ul, footer ul {
  list-style: none;
}

.center-box {
  margin: 0 auto;
}

.content-width {
  max-width: 1380px;
}

.page-padding {
  padding: 0 2em;
}

.page-content {
  max-width: 1380px;
  padding: 0 2em;
  margin-inline: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.jc-center {
  justify-content: center;
}

.jc-start {
  justify-content: flex-start;
}

.jc-end {
  justify-content: flex-end;
}

.jc-between {
  justify-content: space-between;
}

.jc-around {
  justify-content: space-around;
}

.jc-stretch {
  justify-content: stretch;
}

.ai-center {
  align-items: center;
}

.ai-start {
  align-items: flex-start;
}

.ai-end {
  align-items: flex-end;
}

.col-span-2 {
  grid-column: span 2;
}

.row-span-2 {
  grid-row: span 2;
}

.grid-center {
  align-items: center;
  justify-content: center;
}

.m-0 {
  margin: 0;
}

.p-0 {
  margin: 0;
}

.p-1 {
  margin: 1em;
}

.caps {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.bg_full {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bg-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}

.yellow {
  color: #ffb700;
}

.bg_yellow {
  background: #ffb700;
}

.bg_black {
  background: black;
}

.border_bottom_yellow {
  border-bottom: 5px solid #ffb700;
}

img {
  display: block;
  max-width: 100%;
}

a, a:visited {
  text-decoration: none;
  color: inherit;
}

a.button, a.button:visited, button.button, .btn .button {
  display: inline-block;
  padding: 14px 1.75em;
  border-radius: 2em;
  font-weight: 700;
  border: 2px solid;
  border-width: 0;
  line-height: 1;
  background-color: #ffb700;
  color: white;
}
a.button:hover, a.button:visited:hover, button.button:hover, .btn .button:hover {
  background-color: #484848;
  color: #ffb700;
}
a.button.btn-secondary, a.button:visited.btn-secondary, button.button.btn-secondary, .btn .button.btn-secondary {
  background-color: #484848;
  color: #ffb700;
  border-color: #484848;
}
a.button.btn-secondary:hover, a.button:visited.btn-secondary:hover, button.button.btn-secondary:hover, .btn .button.btn-secondary:hover {
  background-color: #484848;
  color: white;
  border-color: #484848;
}
a.button.btn-small, a.button:visited.btn-small, button.button.btn-small, .btn .button.btn-small {
  padding: 10px 1.5em;
  font-size: 14px;
}
a.button.flex, a.button:visited.flex, button.button.flex, .btn .button.flex {
  display: inline-flex;
  gap: 0.5em;
}

.page_header {
  background: #ffb700;
  color: #282828;
  padding: 2em 0;
  margin-bottom: 80px;
}
.page_header h1 {
  font-size: 64px;
  color: white;
  margin-block: 0;
}
.page_header .tagline {
  font-size: 2em;
  font-weight: 800;
}
.page_header p {
  display: block;
  margin: 0 auto;
  max-width: 720px;
  background: rgba(0, 0, 0, 0.2509803922);
  border-radius: 5em;
  padding: 1em;
}
.page_header.got_image {
  text-shadow: 5px 5px 50px #000000;
  color: #fff;
}

form.form-search {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
  width: -moz-max-content;
  width: max-content;
}
form.form-search input, form.form-search select {
  display: block;
  border-radius: 2em;
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  font-weight: 600;
  font-size: 15px;
}
form.form-search input::-moz-placeholder, form.form-search select::-moz-placeholder {
  font-weight: 400;
}
form.form-search input::placeholder, form.form-search select::placeholder {
  font-weight: 400;
}
form.form-search input[type=submit] {
  background-color: #ffb700;
  color: white;
  border-color: #ffb700;
  padding: 0.5em 1em;
}
form.form-search button.submit {
  display: block;
  background: #ffb700;
  border: none;
  color: #282828;
  font-size: 1em;
  padding: 0.5em 1em !important;
  border-radius: 1.5em;
}
form.form-search button.submit i {
  line-height: 23px;
}

.search-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* wp parts */
.wp-block-image figcaption {
  opacity: 0;
  transition: 400ms;
  padding: 0 0.25em;
  color: #aaa;
  font-size: 12px;
}
.wp-block-image:hover figcaption {
  opacity: 1;
}

.form_std .nf-form-content {
  padding: 0;
}
.form_std .nf-form-content nf-fields-wrap nf-field label {
  font-size: 1em;
}
.form_std .nf-form-content input, .form_std .nf-form-content select {
  font-weight: 600;
  font-size: 15px;
}
.form_std .nf-form-content input::-moz-placeholder, .form_std .nf-form-content select::-moz-placeholder {
  font-weight: 400;
}
.form_std .nf-form-content input::placeholder, .form_std .nf-form-content select::placeholder {
  font-weight: 400;
}
.form_std .nf-form-content input[type=submit] {
  color: white;
  padding: 0.5em 2em;
  border-radius: 2em;
}
.form_std .nf-form-content input[type=submit]:hover {
  background-color: #ffb700;
}

.form-footer .nf-form-content {
  padding: 0;
}
.form-footer .nf-form-content nf-fields-wrap {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  flex-wrap: wrap;
}
.form-footer .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) {
  flex: 1 1 70%;
}
.form-footer .nf-form-content nf-fields-wrap nf-field:nth-of-type(2) {
  flex: 0 1 max-content;
}
.form-footer .nf-form-content nf-fields-wrap nf-field:nth-of-type(3) {
  flex: 0 1 100%;
}
.form-footer .nf-form-content .nf-field-container {
  margin-block: 0;
}
.form-footer .nf-form-content .nf-field-container.subscribeMail input.ninja-forms-field {
  border-radius: 2em 0 0 2em;
}
.form-footer .nf-form-content .nf-field-container.subscribeSubmit input.ninja-forms-field {
  display: block;
  border-radius: 0 2em 2em 0;
  padding: 0.5em 1.5em;
}
.form-footer .email_subtext a, .form-footer .email_subtext a:visited {
  font-weight: 600;
}
.form-footer .email_subtext a:hover, .form-footer .email_subtext a:visited:hover {
  font-weight: 700;
}

/* Header styling */
.pagewrapper > header {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

header {
  z-index: 10;
}
header .header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 32px 2em;
}
header .header-bar .header-logo-block {
  flex: 0 0 max-content;
  gap: 2em 4em;
}
header .header-bar .header-logo-block a img.header-logo {
  height: 78px;
  transition: 1000ms;
}
@media (max-width: 640px) {
  header .header-bar .header-logo-block a img.header-logo {
    height: 64px;
  }
}
@media (max-width: 540px) {
  header .header-bar .header-logo-block a img.header-logo {
    height: auto;
    width: 200px;
  }
}
header .header-bar .header-navigation-block {
  flex: 0 1 max-content;
}
header .header-bar .header-navigation-block ul.mainmenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2em;
}
header .header-bar .header-navigation-block ul.mainmenu li {
  display: block;
  padding: 0.5em 0.2em;
}
header .header-bar .header-navigation-block ul.mainmenu li a, header .header-bar .header-navigation-block ul.mainmenu li a:visited {
  color: #484848;
  font-weight: 600;
  padding: 0.5em 0;
}
header .header-bar .header-navigation-block ul.mainmenu li.menu-item-has-children { /* expandeble submenu item */ }
header .header-bar .header-navigation-block ul.mainmenu li.menu-item-has-children::after {
  left: 1.5em;
  font: var(--fa-font-solid);
  content: "\f0d7";
}
header .header-bar .header-navigation-block ul.mainmenu li.current-menu-item { /* active menu item */ }
header .header-bar .header-navigation-block ul.mainmenu li.current-menu-item > a, header .header-bar .header-navigation-block ul.mainmenu li.current-menu-item > a:visited {
  color: #ffb700;
}
header .header-bar .header-navigation-block ul.mainmenu li.pll-parent-menu-item a img {
  display: inline-block;
}
header .header-bar .header-navigation-block ul.mainmenu ul.sub-menu {
  display: none;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  top: 100%;
  left: -1em;
  background: white;
  border-radius: 0.5em;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
header .header-bar .header-navigation-block ul.mainmenu ul.sub-menu li {
  display: block;
  padding: 0.5em 1em;
}
header .header-bar .header-navigation-block ul.mainmenu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
header .header-bar .header-navigation-block .hamburgerblock {
  display: none;
}
header .header-bar .header-navigation-block .hamburgerblock .hamburger i {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  header .header-bar .header-navigation-block ul.mainmenu {
    display: none;
  }
  header .header-bar .header-navigation-block .hamburgerblock {
    display: block;
  }
}

footer .footerbar.fbar_top {
  background-color: #ffb700;
  color: #484848;
  padding: 4em 2em;
}
footer .footerbar.fbar_bottom {
  background-color: #484848;
  color: white;
  font-size: 14px;
  padding: 1em 2em;
}
footer .footerbar .f-content {
  max-width: 1380px;
  margin: 0 auto;
}
footer .footerbar .f-content .flex {
  gap: 2em;
}
footer .footerbar .footerbar-flex {
  flex-wrap: nowrap;
  gap: 8em;
}
@media screen and (max-width: 920px) {
  footer .footerbar .footerbar-flex {
    flex-wrap: wrap;
    gap: 0.5em;
  }
}
footer .footer-mainflex {
  flex-wrap: nowrap;
}
@media screen and (max-width: 920px) {
  footer .footer-mainflex {
    flex-wrap: wrap;
  }
}
footer .f-block {
  display: block;
}
footer .f-block.f-logo {
  width: 100%;
  padding-bottom: 2em;
}
footer .f-block.f-logo a {
  display: block;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
footer .f-block.f-menu {
  flex: 1 1 25%;
}
footer .f-block.f-menu ul li {
  display: block;
}
footer .f-block.f-menu ul li.current-menu-item { /* active menu item */ }
footer .f-block.f-menu ul li.current-menu-item > a, footer .f-block.f-menu ul li.current-menu-item > a:visited {
  font-weight: 600;
}
footer .f-block.f-menu ul li a, footer .f-block.f-menu ul li a:visited {
  display: block;
  font-size: 14px;
}
footer .f-block.f-menu ul li a:hover, footer .f-block.f-menu ul li a:visited:hover {
  font-weight: 700;
}
footer .f-block.f-subscribe {
  flex: 1 1 50%;
}
footer .f-block.f-subscribe .nf-form-content {
  padding: 0;
}
footer .f-block.f-subscribe .nf-form-content nf-fields-wrap {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .f-block.f-subscribe .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) {
  flex: 1 1 70%;
}
footer .f-block.f-subscribe .nf-form-content nf-fields-wrap nf-field:nth-of-type(2) {
  flex: 0 1 max-content;
}
footer .f-block.f-subscribe .nf-form-content nf-fields-wrap nf-field:nth-of-type(3) {
  flex: 0 1 100%;
}
footer .f-block.f-subscribe .nf-form-content .nf-field-container {
  margin-block: 0;
}
footer .f-block.f-subscribe .nf-form-content .nf-field-container.subscribeMail input.ninja-forms-field {
  border-radius: 2em 0 0 2em;
}
footer .f-block.f-subscribe .nf-form-content .nf-field-container.subscribeSubmit input.ninja-forms-field {
  display: block;
  border-radius: 0 2em 2em 0;
  padding: 0.5em 1.5em;
}
footer .f-block.f-subscribe .email_subtext a, footer .f-block.f-subscribe .email_subtext a:visited {
  font-weight: 600;
}
footer .f-block.f-subscribe .email_subtext a:hover, footer .f-block.f-subscribe .email_subtext a:visited:hover {
  font-weight: 700;
}
footer .f-block.f-copy {
  flex: 0 1 max-content;
  font-weight: 700;
}
footer .f-block.f-legalmenu {
  flex: 0 1 max-content;
}
footer .f-block.f-legalmenu ul.legalmenu {
  display: flex;
  gap: 2em;
}
footer .f-block.f-legalmenu ul.legalmenu li {
  display: block;
}
footer .f-block.f-legalmenu ul.legalmenu li a, footer .f-block.f-legalmenu ul.legalmenu li a:visited {
  color: white;
  font-weight: 600;
}
footer .f-block.f-legalmenu ul.legalmenu li a:hover, footer .f-block.f-legalmenu ul.legalmenu li a:visited:hover {
  color: #ffb700;
}
@media screen and (max-width: 920px) {
  footer .f-block.f-menu {
    flex: 1 0 40%;
  }
  footer .f-block.f-subscribe {
    flex: 1 1 100%;
  }
  footer .f-block.f-copy {
    flex: 0 1 100%;
  }
  footer .f-block.f-legalmenu {
    flex: 0 1 100%;
  }
}

h1.entry-title {
  font-size: 32px;
}

.search-results {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-block: 0 4em;
  padding-block: 2em;
}
.search-results h2 {
  margin-top: 0;
}
.search-results.search-results-download li.search-item {
  padding: 1.5em 2em 1em;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 1em;
}
.search-results.search-results-download li.search-item h2 {
  margin: 0;
}
.search-results.search-results-download li.search-item:hover {
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
}
.search-results.search-results-product {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
  gap: 2em;
}
@media screen and (min-width: 1000px) {
  .search-results.search-results-product {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  }
}

.solar_calculator_inputs {
  display: block;
  padding: 1em 2em;
  background: #ffb107;
  border-radius: 0.5em;
}
.solar_calculator_inputs form.solarcalculatorform {
  gap: 2em;
}
.solar_calculator_inputs form.solarcalculatorform .scf_inputflex, .solar_calculator_inputs form.solarcalculatorform .scf_submitflex {
  width: -moz-max-content;
  width: max-content;
  gap: 1em;
}
.solar_calculator_inputs form.solarcalculatorform label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
}
.solar_calculator_inputs form.solarcalculatorform input.sc_input {
  display: block;
  min-width: 100px;
  padding: 0.5em;
  font-size: 18px;
  border: none;
  border-radius: 0.25em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.solar_calculator_inputs form.solarcalculatorform input[type=submit] {
  padding: 1em;
  background: #484848;
  color: white;
  font-size: 16px;
  font-weight: 800;
  font-family: "Century Gothic P";
  border: none;
  border-radius: 0.5em;
}

.content-type-selector-row {
  margin: 3em auto 2em;
  width: -moz-max-content;
  width: max-content;
  gap: 1em;
  flex-wrap: wrap;
  max-width: 100%;
}
.content-type-selector-row .block {
  flex: 0 1 max-content;
}
.content-type-selector-row .block a.button {
  padding: 0.5em 1em 0.6em;
  font-size: 14px;
  font-weight: 600;
}

.grid-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 4em;
  padding-bottom: 8em;
}
@media screen and (max-width: 400px) {
  .grid-articles {
    grid-template-columns: 1fr;
  }
}
.grid-articles.grid-articles-4-col {
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
@media screen and (max-width: 1280px) {
  .grid-articles.grid-articles-4-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .grid-articles.grid-articles-4-col {
    grid-template-columns: repeat(1, 1fr);
  }
}

article.article-item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 1em;
  padding: 0;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
article.article-item .flex-articles-img {
  display: block;
  flex: 0 1 300px;
  height: 0;
  padding-bottom: 56.25%; /* Aspect ratio of 16:9 (height / width = 9 / 16 = 0.5625 or 56.25%) */
  overflow: hidden; /* Hide any overflow content */
}
article.article-item .flex-articles-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensure the image fills the container and maintains the aspect ratio */
}
article.article-item .flex-articles-content {
  display: block;
  flex: 1 1 max-content;
  padding: 0 2em;
}
article.article-item .flex-articles-content h2 {
  margin: 0;
}
article.article-item .flex-articles-content span.date {
  text-align: right;
  font-size: 11px;
  font-weight: 600;
  color: #ffb700;
}
article.article-item .flex-articles-readmore {
  display: block;
  padding: 0 2em 2em;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 2em;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.pagination ul.page-numbers {
  flex: 1 1 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 1em;
  border-radius: 4em;
  padding: 1em;
  border: 1px solid #eee;
}
.pagination ul.page-numbers li {
  padding: 0;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li a:visited, .pagination ul.page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  line-height: 1;
  border-radius: 4em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.pagination ul.page-numbers li a.prev, .pagination ul.page-numbers li a.next, .pagination ul.page-numbers li a:visited.prev, .pagination ul.page-numbers li a:visited.next, .pagination ul.page-numbers li span.prev, .pagination ul.page-numbers li span.next {
  color: #ffb700;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.pagination ul.page-numbers li a.current, .pagination ul.page-numbers li a:visited.current, .pagination ul.page-numbers li span.current {
  background: #ffb700;
  color: white;
}
.pagination ul.page-numbers li a:hover, .pagination ul.page-numbers li a:visited:hover, .pagination ul.page-numbers li span:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.single-featured-image {
  min-height: 400px;
  background-size: cover !important;
  background-position: center center !important;
}

.single-article-titlebar {
  background: #ffb700;
  padding: 1em 2.5em;
  margin-bottom: -1em;
  border-radius: 4em;
  max-width: 90%;
  margin-inline: auto;
  text-align: center;
}
.single-article-titlebar h1 {
  line-height: 1.5;
  padding: 0.25em;
  margin: 0;
  font-size: 1.8rem;
}
@media (max-width: 1180px) {
  .single-article-titlebar .h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 758px) {
  .single-article-titlebar .h1 {
    font-size: 1.2rem;
  }
}

.content.single-post-content {
  padding-top: 4em;
  padding-bottom: 8em;
}

.single-after-hr {
  display: block;
  width: 80%;
  max-width: 420px;
  height: 5px;
  background-color: #ffb700;
  margin: 4em auto;
  border: none;
}

.goback {
  top: -2em;
}
.goback a {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.5em 0 0;
  background: white;
  border-radius: 2em;
  transition: 0.3s;
  line-height: 1;
}
.goback a i {
  background-color: #ffb700;
  margin-right: 0.5em;
  line-height: 1;
  padding: 0.5em;
  border-radius: 2em;
  display: inline-block;
}
.goback a i::before {
  position: relative;
  transition: 0.3s;
}
.goback a span {
  display: inline-block;
  padding: 0.5em;
}
.goback a:hover {
  background-color: #ffb700;
  color: #282828;
}
.goback a:hover i::before {
  left: 4px;
}

.floating-products-bar {
  width: 100%;
  flex-wrap: wrap;
  gap: 1em 2em;
}

ul.product-taxonomy-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  padding-right: 2em;
}
ul.product-taxonomy-row li {
  display: block;
}
ul.product-taxonomy-row li a {
  display: block;
  background: #ffb700;
  color: #282828;
  padding: 0.5em 1em;
  border-radius: 1.5em;
  font-weight: 600;
}
ul.product-taxonomy-row li .wrap-icon-select {
  background: #ffb700;
  color: #282828;
  border-radius: 1.5em;
  font-weight: 600;
  gap: 0.5em 2em;
  flex-wrap: wrap;
}
ul.product-taxonomy-row li .wrap-icon-select #toggle_product_filter {
  flex: 0 0 max-content;
  padding-right: 1em;
}
ul.product-taxonomy-row li .wrap-icon-select #toggle_product_filter i {
  font-size: 16px;
  line-height: 2;
  padding: 0.5em 1em;
}
ul.product-taxonomy-row li .wrap-icon-select .the_topbar_product_filter {
  flex: 1 0 min-content;
  display: none;
  padding: 0.5em;
}
ul.product-taxonomy-row li .wrap-icon-select .the_topbar_product_filter.active {
  display: block;
}
ul.product-taxonomy-row li .wrap-icon-select .the_topbar_product_filter select {
  display: block;
  font-size: 15px;
  padding: 0.45em 1em;
  border-radius: 2em;
  min-width: -moz-max-content;
  min-width: max-content;
  border: none;
  height: 32px;
  background: white;
}
ul.product-taxonomy-row li .wrap-icon-select .the_topbar_product_filter select option {
  background-color: white;
}
ul.product-taxonomy-row li .wrap-icon-select .the_topbar_product_filter select option:checked {
  background-color: #ffb700;
  border-radius: 1em;
}
ul.product-taxonomy-row li .wrap-icon-select .the_topbar_product_filter select option:hover {
  background-color: #282828;
  color: #ffb700;
}
ul.product-taxonomy-row li .wrap-icon-select .the_topbar_product_filter > div.flex {
  flex-wrap: wrap;
}

.productsearch {
  flex: 0 1 max-content;
}

.product_filter_box {
  margin: 2em 0;
  display: none;
  padding: 1em;
  border-radius: 1em;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 2;
}

.grid-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em;
  margin: 4em 0;
}
@media screen and (max-width: 720px) {
  .grid-products {
    grid-template-columns: 1fr;
  }
}

.grid-product {
  justify-content: stretch;
  gap: 2em;
}
.grid-product.hidden {
  display: none;
}
.grid-product .flex-products-img {
  display: block;
  flex: 0 1 300px;
}
.grid-product .flex-products-content {
  display: block;
  flex: 1 1 100%;
}
.grid-product .flex-products-content h2 {
  margin-top: 0;
}
.grid-product .grid-product-powerspec {
  font-size: 16px;
  font-weight: 700;
}
.grid-product .grid-product-powerspec .icon {
  flex: 0 0 32px;
  font-size: 24px;
}
.grid-product .grid-product-techspec .expand_tiles_box {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: white;
  background-color: #ffdb80;
  border-radius: 6px;
  padding: 0.25em 0.5em;
  line-height: 1;
  transition: 0.2s;
}
.grid-product .grid-product-techspec .expand_tiles_box:hover {
  background: #ffb700;
}
.grid-product .grid-product-tilespecs {
  display: none;
  position: absolute;
  padding: 0.75em 1em;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
  border-radius: 0.5em;
  font-weight: 300;
  font-size: 14px;
  z-index: 4;
}
@media screen and (max-width: 1000px) {
  .grid-product {
    flex-direction: column;
    padding: 0 1em 2em;
    border-radius: 1em;
    transition: 0.2s;
  }
  .grid-product:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  }
  .grid-product .flex-products-img {
    flex: 0 1 200px;
  }
  .grid-product .flex-products-img a img {
    max-height: 280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .grid-product {
    flex-direction: row;
    padding: 0 1em 2em;
    border-radius: 1em;
  }
}
@media screen and (max-width: 580px) {
  .grid-product {
    flex-direction: column;
    padding: 0 1em 2em;
    border-radius: 1em;
  }
}

.product-single-topbox {
  margin-bottom: 4em;
}

.product-single-grid-top {
  grid-template-columns: 1fr 1fr;
}
.product-single-grid-top .psgb-image {
  grid-row: span 2;
}
.product-single-grid-top .psgb-table {
  grid-column: span 1;
}
@media screen and (max-width: 960px) {
  .product-single-grid-top .psgb-image {
    grid-row: span 1;
  }
  .product-single-grid-top .psgb-table {
    grid-column: span 2;
  }
}
@media screen and (max-width: 678px) {
  .product-single-grid-top {
    grid-template-columns: 1fr;
  }
  .product-single-grid-top .psgb-shortcontent {
    order: 1;
  }
  .product-single-grid-top .psgb-image {
    order: 2;
  }
  .product-single-grid-top .psgb-image img {
    aspect-ratio: 1.3;
    width: 80%;
    height: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .product-single-grid-top .psgb-table {
    order: 3;
    grid-column: span 1;
  }
}
@media screen and (max-width: 480px) {
  .product-single-grid-top .psgb-image img {
    width: 100%;
    height: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
}

.product_specs_grid {
  grid-template-columns: 1fr 1fr;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2em;
}
.product_specs_grid .psg-spec i {
  color: #ffb700;
  width: 20px;
  text-align: center;
  margin-right: 1em;
}
.product_specs_grid > div {
  padding: 0.5em;
}
.product_specs_grid div:nth-of-type(4n-1),
.product_specs_grid div:nth-of-type(4n) {
  background: rgb(242, 242, 242);
  color: #282828;
}

.product_related_downloads {
  width: 100%;
  gap: 1em;
  margin-block: 1em 2em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.product_related_downloads .related-downloads-item {
  display: flex;
  border-radius: 1em;
  background: linear-gradient(to right, #faf9fb, #fdfefd);
  padding: 1em;
  border: 1px solid #dedfde;
  gap: 2em;
}
.product_related_downloads .related-downloads-item .dl_type_icon {
  flex: 0 0 max-content;
}
.product_related_downloads .related-downloads-item .dl_content {
  flex: 1 1 max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 1em;
}
.product_related_downloads .related-downloads-item img {
  height: 64px;
  width: auto;
}
.product_related_downloads .related-downloads-item h2 {
  margin-top: 0;
  line-height: 1;
  font-size: 21px;
}
.product_related_downloads .related-downloads-item .dl_button {
  flex: 0 0 max-content;
}

.product-single-related-products {
  padding: 4em 0;
}
.product-single-related-products h2 {
  margin-bottom: 2em;
}
.product-single-related-products .related-prod-wrap .related-prod-flex {
  width: -moz-max-content;
  width: max-content;
  gap: 2em;
}
.product-single-related-products .related-prod-wrap .related-prod-flex li {
  display: block;
  padding: 1em;
  border-radius: 1em;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.product-single-related-products .related-prod-wrap .related-prod-flex li h4.rel-prod-title {
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.products_below_listing {
  margin: 8em 0 4em;
}
.products_below_listing hr {
  width: 50%;
  max-width: 280px;
  margin: 3em auto;
  height: 5px;
  background: #ffb700;
  border: none;
}
.products_below_listing .pbl-content {
  max-width: 960px;
  margin: 4em auto;
}
.products_below_listing .pbl-projects {
  margin: 8em 0;
}
.products_below_listing .pbl-projects .pbl-projects-grid-wrapper {
  display: block;
  overflow: hidden;
}
.products_below_listing .pbl-projects .pbl-projects-grid-wrapper .pbl-projects_grid {
  width: 300%;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 1080px) {
  .products_below_listing .pbl-projects .pbl-projects-grid-wrapper .pbl-projects_grid {
    width: 400%;
  }
}
@media screen and (max-width: 840px) {
  .products_below_listing .pbl-projects .pbl-projects-grid-wrapper .pbl-projects_grid {
    width: 600%;
  }
}
@media screen and (max-width: 540px) {
  .products_below_listing .pbl-projects .pbl-projects-grid-wrapper .pbl-projects_grid {
    width: 600%;
    grid-template-columns: repeat(6, 1fr);
  }
}
.products_below_listing .pbl-projects .pbl-projects-grid-wrapper .pbl-projects_grid article.project-item {
  padding: 0.5em;
}
.products_below_listing .pbl-projects .pbl-projects-grid-wrapper .pbl-projects_grid article.project-item a {
  display: block;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  transition: 300ms;
}
.products_below_listing .pbl-projects .pbl-projects-grid-wrapper .pbl-projects_grid article.project-item a .project-thumbnail {
  width: 100%;
  aspect-ratio: 5/4;
  position: relative;
  overflow: hidden;
}
.products_below_listing .pbl-projects .pbl-projects-grid-wrapper .pbl-projects_grid article.project-item a .project-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
  transition: 300ms;
}
.products_below_listing .pbl-projects .pbl-projects-grid-wrapper .pbl-projects_grid article.project-item a h2 {
  font-size: 16px;
  margin: 0;
  padding: 0.75em;
  min-height: 4.4em;
}
.products_below_listing .pbl-projects .pbl-projects-grid-wrapper .pbl-projects_grid article.project-item a:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.products_below_listing .pbl-projects .pbl-projects-grid-wrapper .pbl-projects_grid article.project-item a:hover .project-thumbnail img {
  filter: none;
}

.content.projects-page-content {
  min-height: unset;
}

.grid-projects {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 0.51em;
  padding: 1em;
}
.grid-projects .grid-project {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  border-radius: 1em;
  overflow: hidden;
}
.grid-projects .grid-project .flex-projects-img {
  display: block;
}
.grid-projects .grid-project .flex-projects-img a.projects-a {
  display: block;
  padding-bottom: 70%;
  background-size: cover !important;
  background-position: center center !important;
}
.grid-projects .grid-project .flex-projects-img a.projects-a .overlay {
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em;
}
.grid-projects .grid-project .flex-projects-img a.projects-a .overlay span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: white;
  transition: 0.25s;
  text-align: center;
}
.grid-projects .grid-project .flex-projects-content {
  position: absolute;
  display: none;
}
.grid-projects .grid-project:hover .flex-projects-img a.projects-a .overlay {
  background-color: rgba(0, 0, 0, 0);
}
.grid-projects .grid-project:hover .flex-projects-img a.projects-a .overlay span {
  opacity: 0;
}

.projectsmodalwrap {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  padding: 1em;
  z-index: -1;
  backdrop-filter: brightness(0.75) blur(2px);
}
.projectsmodalwrap .projectsmodal {
  display: block;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  border-radius: 1em;
  margin: auto;
  max-width: 1380px;
  height: -moz-max-content;
  height: max-content;
  max-height: calc(100vh - 2em);
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  .projectsmodalwrap .projectsmodal .prm-flex {
    flex-direction: column;
  }
}
.projectsmodalwrap .projectsmodal .prm-flex .prm-img {
  flex: 1 1 60%;
  padding: 1em;
  align-self: center;
}
.projectsmodalwrap .projectsmodal .prm-flex .prm-img img {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.projectsmodalwrap .projectsmodal .prm-flex .prm-specs {
  flex: 1 1 400px;
  padding: 1em 1.5em 2em;
  background: rgba(255, 255, 255, 0.85);
}
.projectsmodalwrap .projectsmodal .prm-flex .prm-specs .prm_title {
  line-height: 1.2;
  margin: 0;
  padding-right: 2em;
}
.projectsmodalwrap .projectsmodal .prm-flex .prm-specs .prm_rooftile {
  line-height: 1;
  margin: 0;
}
.projectsmodalwrap .projectsmodal .prm-flex .prm-specs .prm_content {
  font-size: 15px;
}
.projectsmodalwrap .projectsmodal .prm-flex .prm-specs .prm_button {
  margin-block: 1em;
  border: 0px solid;
}
.projectsmodalwrap .projectsmodal .prm-flex .prm-specs .prm_specs {
  grid-template-columns: max-content 1fr;
  align-items: start;
  font-size: 14px;
}
.projectsmodalwrap .projectsmodal .prm-flex .prm-specs .prm_specs .label {
  padding: 0.25em 1em 0.25em 0;
  font-weight: 700;
}
.projectsmodalwrap .projectsmodal .prm-flex .close_prm_button {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  transition: 0.2s;
  border-radius: 0.5em;
}
.projectsmodalwrap .projectsmodal .prm-flex .close_prm_button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffb700;
}
.projectsmodalwrap .slideControl {
  position: absolute;
  display: block;
  top: calc(50% - 50px);
  width: 40px;
  border-radius: 4em;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  line-height: 40px;
  text-align: center;
}
.projectsmodalwrap .prevSlide {
  left: 1em;
}
.projectsmodalwrap .nextSlide {
  right: 1em;
}

.project-navigation {
  display: flex;
  justify-content: space-between;
  padding: 2em;
}
.project-navigation div {
  width: -moz-max-content;
  width: max-content;
}
.project-navigation a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 2em;
}
.project-navigation a:hover {
  text-decoration: underline;
  background-color: #ffb700;
}

.project-content {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.text-content {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.6;
}
.text-content h3 {
  margin-top: 2em;
  font-size: 1em;
}
.text-content .project-specs {
  grid-template-columns: max-content auto max-content auto;
}
@media screen and (max-width: 960px) {
  .text-content .project-specs {
    grid-template-columns: max-content 1fr;
  }
}
@media screen and (max-width: 480px) {
  .text-content .project-specs {
    grid-template-columns: 1fr;
  }
}
.text-content .project-specs {
  gap: 1em 2em;
  margin-block: 1em 2em;
}
.text-content .project-specs .label {
  font-weight: 600;
}

.project-hero {
  position: relative;
  text-align: center;
  color: white;
}
.project-hero .hero-image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-hero .hero-image::after {
  position: absolute;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-hero .project-title {
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffb700;
  padding: 0.75em 2em;
  border-radius: 4em;
  font-size: 2rem;
  color: #484848;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1180px) {
  .project-hero .project-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 758px) {
  .project-hero .project-title {
    font-size: 1.2rem;
  }
}

.project-footer-image-full img {
  display: block;
  margin: 2em auto;
  width: 100%;
  height: auto;
}

.video-archive {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 2em;
}

.video-grid {
  grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
.video-grid article {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.video-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.video-grid article .video-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.video-grid article .video-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  background: #f5f5f5;
}
.video-grid article .video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-grid article .video-thumbnail-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e0e0;
}
.video-grid article .video-thumbnail-placeholder .dashicons {
  font-size: 60px;
  width: 60px;
  height: 60px;
  color: #999;
}
.video-grid article .video-title {
  padding: 20px;
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.4;
}
.video-grid .no-videos {
  text-align: center;
  padding: 60px 20px;
  font-size: 1.125rem;
  color: #666;
}

.single-video .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-video .video-framework {
  display: grid;
  grid-template-columns: 3fr minmax(270px, 1fr);
  gap: 1em;
  margin-top: 2em;
}
.single-video .video-framework .vf-video {
  display: block;
}
.single-video .video-framework .vf-additionals {
  display: block;
  padding-bottom: 2em;
}
@media screen and (max-width: 920px) {
  .single-video .video-framework {
    grid-template-columns: 1fr;
  }
  .single-video .video-framework .vf-video {
    display: block;
  }
  .single-video .video-framework .vf-additionals {
    display: none;
    padding-bottom: 2em;
  }
}
.single-video article.video-item {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.single-video article.video-item .video-embed {
  width: 100%;
  aspect-ratio: 16/9;
}
.single-video article.video-item .video-embed video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* IMPORTANT */
  border-radius: 1em;
  overflow: hidden;
  transform: scale(1.001);
}
.single-video article.video-item .video-description {
  padding: 1em;
  border-radius: 1em;
  border: 1px solid #ededed;
}
.single-video article.video-item .video-description .video-desc-extend {
  position: absolute;
  bottom: -14px;
  right: 2em;
  background: white;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  padding: 0.2em 0.5em;
  font-weight: 700;
}
.single-video .other-videos {
  border-radius: 1em;
  border: 1px solid #ededed;
  color: #484848;
}
.single-video .other-videos .other-videos-title {
  margin: 0;
  padding: 1em;
  line-height: 1.2;
}
.single-video .other-videos .other-videos-grid {
  display: grid;
  grid-template-columns: 1fr;
}
.single-video .other-videos .other-videos-grid .other-video-item a {
  display: flex;
  gap: 1em;
  transition: 200ms;
  padding: 0.5em 1em;
}
.single-video .other-videos .other-videos-grid .other-video-item a .other-video-thumbnail {
  flex: 0 0 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; /* adjust as needed */
  aspect-ratio: 4/3;
  align-self: self-start;
  border-radius: 0.5em;
}
.single-video .other-videos .other-videos-grid .other-video-item a .other-video-title {
  flex: 1 1 60%;
  font-size: 16px;
  font-weight: 600;
  align-self: center;
  margin: 0;
  line-height: 1.2;
}
.single-video .other-videos .other-videos-grid .other-video-item a:hover {
  background: #fafafa;
}

.appwrap_downloads .toggle_view_bar {
  margin: 1em auto;
  width: -moz-max-content;
  width: max-content;
  gap: 1em;
}
.appwrap_downloads .toggle_view_bar .label {
  flex: 0 0 max-content;
  align-items: center;
  display: flex;
  gap: 0.5em;
  transition: 300ms;
}
.appwrap_downloads .toggle_view_bar .label i {
  font-size: 1em;
}
.appwrap_downloads .toggle_view_bar .label span {
  font-size: 14px;
  font-weight: 600;
  color: #484848;
}
.appwrap_downloads .toggle_view_bar .toggle-box {
  gap: 1em;
  flex: 0 0 max-content;
}
.appwrap_downloads .toggle_view_bar .toggle-box .toggle-switch {
  display: block;
  width: 64px;
  padding: 3px;
  background: #484848;
  border-radius: 16px;
}
.appwrap_downloads .toggle_view_bar .toggle-box .toggle-switch:hover {
  background: #282828;
}
.appwrap_downloads .toggle_view_bar .toggle-box .toggle-switch .toggle_toggle {
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 14px;
  background: #ffb700;
  transition: 300ms;
}
.appwrap_downloads .toggle_view_bar .toggle-box .toggle-switch.is__grid .toggle_toggle {
  margin-left: 0;
}
.appwrap_downloads .toggle_view_bar .toggle-box .toggle-switch.is__list .toggle_toggle {
  margin-left: 34px;
}
.appwrap_downloads .toggle_view_bar.is__grid .label.l-right {
  opacity: 0.5;
}
.appwrap_downloads .toggle_view_bar.is__list .label.l-left {
  opacity: 0.5;
}
.appwrap_downloads .toggle_download_tabs {
  gap: 1em;
}
.appwrap_downloads .toggle_download_tabs .downloads_tab {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.5em 1.5em;
  font-weight: 600;
  border-radius: 2em;
  border: 1px solid #ccc;
  font-size: 14px;
}
.appwrap_downloads .toggle_download_tabs .downloads_tab.active {
  background: #ffb700;
}

.downloads-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1em;
  margin: 2em 0 4em;
}

article.download-item-box {
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  padding: 1em;
  padding-top: 1.5em;
}
article.download-item-box:hover {
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
}
article.download-item-box h2 {
  margin: 0;
}
article.download-item-box .date {
  text-align: right;
  color: #ffb700;
  font-size: 14px;
  font-weight: 700;
}
article.download-item-box .flex-download--link {
  text-align: right;
}
article.download-item-box .float-download-img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

article.download-item-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content max-content 1fr max-content;
}
article.download-item-box .flex-download--link {
  align-self: end;
}

.pagecontent.is__grid .downloads-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.pagecontent.is__list .downloads-grid {
  grid-template-columns: 1fr;
}
.pagecontent.is__list .downloads-grid article.download-item-box {
  grid-template-columns: 1fr max-content;
  grid-template-rows: max-content max-content;
  gap: 0em;
  padding-top: 1em;
}
.pagecontent.is__list .downloads-grid a.download_title_a {
  grid-column: span 2;
}
.pagecontent.is__list .downloads-grid .entry-content p {
  margin: 0;
  margin-top: 8px;
  font-size: 12px;
}
@media screen and (max-width: 720px) {
  .pagecontent.is__list .downloads-grid .entry-content p {
    grid-column: span 2;
    margin-bottom: 0.5em;
  }
}
.pagecontent.is__list .downloads-grid .block.date {
  position: absolute;
  display: block;
  top: 8px;
  right: 18px;
}
.pagecontent.is__list .downloads-grid .flex-download--link {
  flex: 0 0 max-content;
  padding-left: 1em;
}
@media screen and (max-width: 720px) {
  .pagecontent.is__list .downloads-grid .flex-download--link {
    grid-column: span 2;
    justify-self: end;
  }
}

.certificates_box .flex {
  gap: 4em;
}
.certificates_box .flex .certi-box {
  width: -moz-max-content;
  width: max-content;
  transition: 200ms;
}
.certificates_box .flex .certi-box:hover {
  scale: 1.2;
}
.certificates_box .flex .certi-box .certificates-label {
  position: absolute;
  display: none;
  top: 100%;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  background: #ffb700;
  color: white;
  border-radius: 2em;
  padding: 0.5em 1em;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.certificates_box .flex .certi-box:hover .certificates-label {
  display: block;
}

.under_downloads {
  margin: 8em 0 4em;
  gap: 2em;
}

@media screen and (max-width: 960px) {
  .single-dl-cols {
    flex-direction: column;
  }
}
.single-dl-cols .block {
  margin-bottom: 2em;
}

.maindownloadbox {
  padding: 2em;
  border-radius: 1em;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.older-versions-list {
  display: block;
  border-radius: 1em;
  background: #fdfdfd;
  border: 1px solid #ededed;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 0.25em;
}
.older-versions-list .olderVdownloadItem {
  padding: 1em;
}
.older-versions-list .olderVdownloadItem .oVdi-name {
  flex: 2 1 400px;
}
.older-versions-list .olderVdownloadItem .oVdi-name .downloadversioninfo {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em 1em;
  font-size: 10px;
  background: #ffb700;
  border-radius: 2em;
  top: -1em;
}
.older-versions-list .olderVdownloadItem .oVdi-name .downloadadditionalinfo {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  font-weight: 700;
}
.older-versions-list .olderVdownloadItem .oVdi-button {
  flex: 0 0 max-content;
}

.related_products_by_download_section {
  margin-block: 4em;
}
.related_products_by_download_section .related_products_by_download_row {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  gap: 2em;
  padding-bottom: 2em;
}
.related_products_by_download_section .related_products_by_download_row .item__rpbd {
  display: flex;
  flex-direction: column;
  flex: 0 0 240px;
}
.related_products_by_download_section .related_products_by_download_row .item__rpbd .rpbd-product-img {
  aspect-ratio: 1;
}
.related_products_by_download_section .related_products_by_download_row .item__rpbd .rpbd-products-content h2 {
  margin: 0;
}
.related_products_by_download_section .related_products_by_download_row .item__rpbd .rpbd-products-content .icon, .related_products_by_download_section .related_products_by_download_row .item__rpbd .rpbd-products-content .specs {
  flex: 0 0 max-content;
}

#mobmenuwrapper {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 98;
  backdrop-filter: blur(5px);
}

#mobilemenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -400px;
  width: 100%;
  max-width: 400px;
  background: white;
  z-index: 99;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  overflow-y: auto;
}
#mobilemenu .closemenu {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 100;
}
#mobilemenu .mm-block {
  display: block;
}
#mobilemenu .mm-logo {
  flex: 0 0 max-content;
  padding: 2em;
}
#mobilemenu .mm-logo a {
  display: block;
}
#mobilemenu .mm-logo a img {
  display: block;
  margin: 0 auto;
}
#mobilemenu .mm-navigation {
  flex: 1 0 auto;
  padding: 2em;
}
#mobilemenu .mm-navigation ul.themobilemenu {
  list-style: none;
}
#mobilemenu .mm-navigation ul.themobilemenu li a, #mobilemenu .mm-navigation ul.themobilemenu li a:visited {
  display: block;
  padding: 0.5em;
  font-weight: 600;
}
#mobilemenu .mm-navigation ul.themobilemenu li.menu-item-has-children { /* expandeble submenu item */
  padding-right: 0em;
}
#mobilemenu .mm-navigation ul.themobilemenu li.menu-item-has-children > a {
  width: calc(100% - 50px);
}
#mobilemenu .mm-navigation ul.themobilemenu li.menu-item-has-children::after {
  position: absolute;
  right: 1.5em;
  top: 0;
  padding: 0.5em;
  font: var(--fa-font-solid);
  content: "\f0d7";
}
#mobilemenu .mm-navigation ul.themobilemenu li.current-menu-item { /* active menu item */ }
#mobilemenu .mm-navigation ul.themobilemenu li.current-menu-item > a, #mobilemenu .mm-navigation ul.themobilemenu li.current-menu-item > a:visited {
  color: #ffb700;
}
#mobilemenu .mm-navigation ul.themobilemenu ul.sub-menu {
  display: none;
  list-style: none;
  padding-left: 1em;
  overflow: hidden;
}
#mobilemenu .mm-navigation ul.themobilemenu ul.sub-menu.open {
  display: block;
}
#mobilemenu .mm-socials {
  flex: 0 0 max-content;
  padding: 2em;
  text-align: center;
}
#mobilemenu .mm-socials .flex {
  gap: 1em;
}
#mobilemenu .mm-socials a, #mobilemenu .mm-socials a:visited {
  font-size: 24px;
  color: #282828;
}
#mobilemenu .mm-socials a:hoveR, #mobilemenu .mm-socials a:visited:hoveR {
  color: #ffb700;
}

.counter-widget-wrapper {
  padding: 20px;
}
.counter-widget-wrapper ul.columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: start;
  list-style: none;
  padding: 0;
  gap: 2em;
}
@media screen and (max-width: 900px) {
  .counter-widget-wrapper ul.columns {
    grid-template-columns: 1fr;
  }
}
.counter-widget-wrapper .counter-item {
  text-align: center;
  flex: 1;
}
.counter-widget-wrapper .counter-number {
  font-weight: 600;
  display: block;
  color: #282828;
}
.counter-widget-wrapper .counter-label {
  margin-top: 5px;
  font-size: 18px !important;
  font-weight: 700;
  color: #282828 !important;
}/*# sourceMappingURL=style.css.map */