/* Poppins font @font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.ttf');
    font-weight: 400;
} */

@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Bold.ttf");
  font-weight: 700;
}

/* Mulish font */
@font-face {
  font-family: Mulish;
  src: url("../fonts/Mulish-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Mulish;
  src: url("../fonts/Mulish-Bold.ttf");
  font-weight: 700;
}

span.cl-job-location {
  position: absolute;
  right: 10px;
  top: -48px;
  background-color: #DD5412;
  padding: 3px 15px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

/* Basic typography  */
body.cl-theme {
  font-family: "Mulish", Sans-serif;
  line-height: 32px;
  font-size: 16px;
  color: var(--secondary-sturdygray);
}

body.cl-theme a {
  transition: 0.2s;
}

a {
  color: var(--primary-defaultblue);
  text-decoration: underline;
}

a:hover {
  color: var(--secondary-orange);
}

/* Default container width */
.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1204px;
}

h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
.cl-theme h1,
.cl-theme h2,
.cl-theme h3,
.cl-theme h4 {
  font-weight: bold;
  color: var(--primary-darkblue);
  font-family: "Poppins", Sans-serif;
}

h1.elementor-heading-title,
.cl-theme h1 {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
}

h2.elementor-heading-title,
.cl-theme h2 {
  font-size: 46px;
  line-height: 50px;
}

h3.elementor-heading-title,
.cl-theme h3 {
  font-size: 29px;
  line-height: 33px;
}

h4.elementor-heading-title,
.cl-theme h4 {
  font-size: 21px;
  line-height: 32px;
}

/* Body highlight */
.highlight .elementor-heading-title {
  font-weight: bold;
  color: var(--primary-defaultblue);
}

/* Caption */
figcaption.wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  margin-top: 5px;
}

/* Quote */
blockquote {
  font-size: 23px;
  line-height: 46px;
}

/* Quote gutenberg */
blockquote.wp-block-quote {
  border-top: 2px solid var(--primary-darkblue);
  border-bottom: 2px solid var(--primary-darkblue);
  padding: 50px;
  position: relative;
}

blockquote cite {
  color: var(--primary-defaultblue);
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

blockquote.wp-block-quote p:before {
  content: url(/wp-content/plugins/cl-xgl-functions/assets/icons/quote-default.svg);
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
}

blockquote.wp-block-quote p:after {
  content: url(/wp-content/plugins/cl-xgl-functions/assets/icons/quote-reverse.svg);
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: -1;
}

/* Default border radius for all images */
img {
  border-radius: 15px;
}

/* Overflow hidden class */
.overflowhidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

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

  h1.elementor-heading-title,
  .cl-theme h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h2.elementor-heading-title,
  .cl-theme h2 {
    font-size: 34px;
    line-height: 36px;
  }

  h3.elementor-heading-title,
  .cl-theme h3 {
    font-size: 28px;
    line-height: 30px;
  }

  blockquote {
    font-size: 22px;
    line-height: 40px;
  }

  blockquote.wp-block-quote {
    padding: 50px 20px;
  }
}

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

  h1.elementor-heading-title,
  .cl-theme h1 {
    font-size: 42px;
    line-height: 42px;
  }

  h2.elementor-heading-title,
  .cl-theme h2 {
    font-size: 26px;
    line-height: 30px;
  }

  h3.elementor-heading-title,
  .cl-theme h3 {
    font-size: 22px;
    line-height: 24px;
  }

  h4.elementor-heading-title,
  .cl-theme h4 {
    font-size: 18px;
    line-height: 28px;
  }

  blockquote {
    font-size: 20px;
    line-height: 36px;
  }
}

/* News blocks */
.cl-defaultpost-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 70px;
  grid-column-gap: 20px;
}

.cl-defaultpost-container article {
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  position: relative;
  background: white;
}

.cl-defaultpost-container .cl-post-thumbnail {
  height: 170px;
  border-radius: 20px 20px 0 0;
}

.cl-defaultpost-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  object-position: center 20%;
}

.cl-defaultpost-container .cl-post-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 30px;
}

.cl-defaultpost-container h4 a {
  color: var(--primary-darkblue);
}

.cl-defaultpost-container h4 a:hover,
.cl-defaultpost-container .cl-post-cta:hover {
  color: var(--support-hoverorange);
}

.cl-defaultpost-container .cl-post-tags {
  color: var(--secondary-orange);
}

.cl-defaultpost-container .cl-post-tags {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.cl-defaultpost-container .cl-post-tags .cl-post-tag:not(:last-child):after {
  content: ",";
}

.cl-defaultpost-container .cl-post-tag {
  margin-right: 7px;
  margin-bottom: 0;
}

.cl-defaultpost-container .cl-post-cta {
  margin-top: auto;
}

.cl-defaultpost-container .cl-post-cta {
  color: var(--secondary-orange);
  font-weight: bold;
  font-family: Poppins;
}

.cl-defaultpost-container .cl-post-cta:after {
  content: var(--icon-arrowright);
  display: inline-block;
  margin-left: 20px;
  top: 1px;
  position: relative;
}

/* Popular */
.cl-defaultpost-container.popular {
  grid-template-columns: repeat(3, 1fr);
}

.cl-defaultpost-container.popular article:before {
  content: url("/wp-content/plugins/cl-xgl-functions/assets/icons/popular.svg");
  position: absolute;
  right: 40px;
  top: 0;
}

.cl-defaultpost-container.popular .cl-post-thumbnail {
  height: 254px;
}

/* Featured */
.cl-defaultpost-container.featured {
  grid-template-columns: repeat(1, 1fr);
}

.cl-defaultpost-container.featured article {
  flex-direction: row;
}

.cl-defaultpost-container.featured img {
  border-radius: 15px 0 0 15px;
}

.cl-defaultpost-container.featured .cl-post-thumbnail {
  height: 100%;
  width: 40%;
}

.cl-defaultpost-container.featured .cl-post-cta {
  margin-top: 30px;
}

.cl-defaultpost-container.featured .cl-post-content {
  justify-content: center;
  padding: 60px;
}

.cl-defaultpost-container.featured h4 {
  margin-bottom: 30px;
}

/* Content overview */
.grid-content>.elementor-container,
.grid-3>.elementor-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 34px;
  grid-auto-rows: 1fr;
}

.grid-4>.elementor-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.grid-content>.elementor-container>div {
  width: 100%;
  border: 1px solid var(--primary-defaultblue);
  border-radius: 15px;
  padding: 50px 30px 40px;
  background-color: white;
}

.grid-3>.elementor-container>div,
.grid-4>.elementor-container>div {
  width: 100%;
}

.grid-content .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
}

.grid-content .cl-btn {
  margin-top: auto;
}

.grid-content>.elementor-container>div:before {
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-defaultblue);
  border-radius: 12px 12px 0 0;
}

.grid-content.usp>.elementor-container>div:before {
  background: var(--primary-darkblue);
}

.grid-content.usp>.elementor-container>div {
  border: 1px solid var(--primary-darkblue);
}

.grid-content>.elementor-container>div.brochure-block {
  background: #dd5412;
  color: white;
  border: 1px solid transparent;
}

.grid-content>.elementor-container>div.brochure-block:before {
  display: none;
}

.grid-content>.elementor-container>div.brochure-block h4 {
  color: white;
}

.grid-content>.elementor-container>div.span-2 {
  grid-column: span 2;
}

.grid-content .number-heading p {
  font-size: 46px;
  font-weight: bold;
  color: var(--primary-defaultblue);
  font-family: Poppins;
}

.grid-content .number-heading:after {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--primary-yellow);
  position: absolute;
  bottom: 20px;
  left: 65px;
}

.grid-content p {
  margin-bottom: 0;
}

.grid-content .elementor-widget-image .elementor-widget-container {
  display: flex;
  justify-content: flex-end;
}

.grid-content .elementor-widget-image {
  margin-bottom: -45px;
}

/* Table of contents */
.elementor-widget-table-of-contents {
  box-shadow: var(--shadow);
  padding: 40px 40px;
  border-radius: 20px;
}

.elementor-widget-table-of-contents h4 {
  position: relative;
}

.elementor-widget-table-of-contents .elementor-toc__body {
  margin-top: 60px;
}

.elementor-widget-table-of-contents a.elementor-toc__list-item-text,
.elementor-widget-table-of-contents a.elementor-toc__list-item-text.elementor-item-active {
  text-decoration: underline;
}

.elementor-widget-table-of-contents h4:after {
  content: "";
  height: 4px;
  width: 51px;
  position: absolute;
  left: 0;
  bottom: -25px;
  display: inline-block;
  background: var(--primary-yellow);
}

.elementor-toc__list-item i {
  display: none;
}

.elementor-toc__list-item a {
  position: relative;
  padding-left: 26px;
}

.elementor-toc__list-item a:before {
  content: "";
  background: var(--primary-yellow);
  border-radius: 200%;
  position: absolute;
  top: 11px;
  display: inline-block;
  width: 12px;
  height: 12px;
  left: 0;
}

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

  .cl-defaultpost-container,
  .cl-defaultpost-container.popular,
  .grid-content>.elementor-container,
  .grid-2>.elementor-container,
  .grid-3>.elementor-container,
  .grid-4>.elementor-container,
  .cl-defaultpost-container.insights {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-content>.elementor-container {
    grid-auto-rows: unset;
  }
}

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

  .cl-defaultpost-container,
  .cl-defaultpost-container.popular,
  .cl-defaultpost-container.insights {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
  }

  .grid-content>.elementor-container,
  .grid-2>.elementor-container,
  .grid-3>.elementor-container,
  .grid-4>.elementor-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-content>.elementor-container>div.span-2 {
    grid-column: span 1;
  }

  .cl-defaultpost-container.featured article {
    flex-direction: column;
  }

  .cl-defaultpost-container.featured .cl-post-thumbnail {
    height: 170px;
    width: 100%;
  }

  .cl-defaultpost-container.featured .cl-post-content {
    padding: 20px 20px 30px;
  }

  .cl-defaultpost-container.featured img {
    border-radius: 15px 15px 0 0;
  }
}

/* Makes sure that that there is no empty column on tablet (Industries overview) */
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .start {
    grid-column-start: 2;
    margin-top: -200px;
  }
}

/* Counters */
.elementor-counter-number-wrapper {
  font-family: Poppins;
  margin-bottom: -20px;
}

.elementor-counter-number,
.elementor-counter-number-suffix {
  font-size: 75px;
  font-weight: bold;
  color: var(--primary-defaultblue);
}

.elementor-widget-container .elementor-counter .elementor-counter-title {
  font-weight: bold;
  font-family: Poppins;
  color: var(--primary-darkblue);
  font-weight: bold;
  font-size: 29px;
}

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

  .elementor-counter-number,
  .elementor-counter-number-suffix {
    font-size: 50px;
  }

  .elementor-widget-container .elementor-counter .elementor-counter-title {
    font-size: 22px;
  }
}

/* Quote block */
/* Layout styling */
.column-wrap {
  display: flex;
  margin-top: 45px;
  padding-left: 60px;
}

.column-wrap .column-right,
.column-wrap .column-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .column-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .column-wrap .column-right,
  .column-wrap .column-left {
    margin-left: 30px;
  }
}

/* Yellow symbol (3 lines) above quote */
.quotes:before {
  content: var(--icon-yellow);
  position: absolute;
  left: -50px;
  top: -60px;
}

@media only screen and (max-width: 1025px) {
  .quotes:before {
    display: none;
  }
}

/* Individual elements */
.quote-swiper img {
  border-radius: 200px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  object-position: center;
  margin-right: 30px;
}

.quote-swiper .quote-text {
  position: relative;
  font-size: 23px;
  line-height: 46px;
  padding: 30px 55px 0;
}

.quote-swiper .name {
  font-weight: 700;
  color: var(--primary-darkblue);
}

.quote-swiper .name,
.quote-swiper .function {
  margin-bottom: 0;
}

/* Quote icons */
.quote-swiper .quote-text:before {
  content: url("/wp-content/plugins/cl-xgl-functions/assets/icons/quote-default.svg");
  position: absolute;
  left: 0;
  top: 10px;
  z-index: -1;
}

.quote-swiper .quote-text:after {
  content: url("/wp-content/plugins/cl-xgl-functions/assets/icons/quote-reverse.svg");
  position: absolute;
  right: 10px;
  bottom: -30px;
  z-index: -1;
}

/* Pagination bullets */
.quote-swiper .swiper-pagination-bullets {
  display: flex;
  justify-content: flex-end;
}

.quote-swiper .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background-color: #f1f1f2;
  opacity: 1;
  border: 1px solid #00668d;
}

.quote-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #dd5412;
  position: relative;
}

.quote-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #dd5412;
  border-radius: 99px;
  top: 2px;
  left: 2px;
}

@media only screen and (max-width: 767px) {
  .column-wrap {
    padding-left: 25px;
    margin-bottom: 40px;
  }

  .quote-swiper .quote-text {
    padding: 30px 25px 0;
    font-size: 16px;
    line-height: 32px;
  }

  .quote-swiper img {
    margin-left: -45px;
    width: 100px;
    height: auto;
  }
}

/* Cookie banner */
.cookie-notice-container {
  background-color: white;
  box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 16%);
}

#cookie-notice span {
  color: var(--primary-darkblue);
}

#cn-accept-cookie {
  background-color: var(--secondary-orange);
  padding: 5px 10px;
  border-radius: 200px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* Search box for careers */
.facetwp-facet input.facetwp-search,
.facetwp-facet input.facetwp-location {
  border: 1px solid #00668d;
  border-radius: 5px;
  padding-left: 23px;
  width: 381px;
  height: 44px;
}

.facetwp-icon:before {
  background-image: url("../assets/icons/blue-search.svg") !important;
  background-position: 0 50% !important;
}

.facetwp-icon {
  opacity: 1 !important;
  margin-right: 10px;
}

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

  .facetwp-facet input.facetwp-search,
  .facetwp-facet input.facetwp-location {
    width: 300px;
  }
}

/* Dropdwon for careers */
select {
  color: #00668d !important;
  border: 1px solid #00668d !important;
  border-radius: 5px !important;
  padding: 12px 19px;
  background: url(https://manage.xeinadin.com/xeinadin/wp-content/uploads/sites/4/2022/06/Down.svg) no-repeat right white !important;
  -webkit-appearance: none;
  background-position: right 15px center !important;
}

/* If nothing has been found */
.nothing {
  margin-top: 150px;
}

/* Heading 3 inner section blocks */
.heading3block .elementor-container>div:first-child {
  width: 62%;
}

.heading3block .elementor-container>div:last-child {
  width: 38%;
}

@media only screen and (max-width: 767px) {
  .heading3block .elementor-container>div.elementor-column {
    width: 100%;
  }
}

/*Reversed layout inner section */
.heading3block.reverse .elementor-container>div:first-child {
  width: 38%;
}

.heading3block.reverse .elementor-container>div:last-child {
  width: 62%;
}

.heading3block.reverse .elementor-widget-image .elementor-widget-container {
  text-align: left;
}

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

  .heading3block .elementor-container>div.elementor-column,
  .heading3block.reverse .elementor-container>div.elementor-column {
    width: 100%;
  }

  .heading3block.reverse .elementor-container {
    flex-direction: row;
  }
}

/* Password protected page styling */
.cl-password-section {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 200px;
  padding-bottom: 50px;
  max-width: 1204px;
  margin: 0 auto;
}

.cl-password-section input {
  max-width: 150px;
}

.cl-password-section button {
  margin-left: 20px;
}

@media screen and (max-width: 386px) {
  .cl-password-section button {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* Generic styling for all popups */
.cl-popup .dialog-widget-content {
  border-radius: 20px;
  color: white;
}

.cl-popup .dialog-widget-content label:not(.gfield_consent_label) {
  color: var(--secondary-sturdygray);
  font-size: 12px;
  top: 8px !important;
}

@media screen and (max-width: 767px) {
  .cl-popup .elementor-widget .elementor-widget-container {
    text-align: left;
  }
}

.cl-popup p {
  font-size: 16px;
  line-height: 32px;
}

.cl-popup .eicon-close:before {
  content: url("../assets/icons/btn-close-popup.svg");
}

.cl-popup .dialog-close-button {
  right: 35px;
  top: 35px;
}

/* Elementor lightbox styling (video?) */
.dialog-type-lightbox {
  background-color: rgba(98, 106, 117, 0.8) !important;
}

.dialog-type-lightbox iframe {
  border-radius: 15px;
}

/* Styling for all big CTA's with forms and or image */
.big-cta-form .elementor-element-populated {
  background-color: var(--primary-darkblue);
}

/* Styling for the pagination */
.facetwp-pager a.facetwp-page.active {
  color: var(--secondary-orange);
  border-bottom: 2px solid var(--secondary-orange);
}

.facetwp-pager {
  display: flex;
  justify-content: center;
}

.facetwp-pager a {
  padding: 0 6px;
  text-align: center;
}

.facetwp-pager a.facetwp-page.next {
  content: url("https://manage.xeinadin.com/template/wp-content/uploads/sites/3/2022/06/Arrow-right.svg");
  position: relative;
  left: -3px;
  top: 2px;
  transition: 0.3s;
}

.facetwp-pager a.facetwp-page.next:hover {
  transform: translateX(5px);
}

.facetwp-pager a.facetwp-page.prev {
  content: url("https://manage.xeinadin.com/template/wp-content/uploads/sites/3/2022/06/arrow-left.svg");
  position: relative;
  right: -3px;
  top: 2px;
  transition: 0.3s;
}

.facetwp-pager a.facetwp-page.prev:hover {
  transform: translateX(-5px);
}

.facetwp-pager a.facetwp-page:hover {
  color: var(--secondary-orange);
}

/* Paging with blue background */
.paging-white .facetwp-type-pager .facetwp-page {
  color: white;
}

.paging-white .facetwp-page.active {
  color: #DD5412;
}

/* Class for pagination with dark background */
.dark-pager .facetwp-pager a {
  color: #ffffff;
}

/* Styling for filtering of posts */
.facetwp-type-checkboxes .facetwp-counter {
  display: none;
}

.facetwp-type-checkboxes {
  display: grid;
  grid-template-columns: fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%);
  gap: 18px;
}

@media screen and (max-width: 1024px) {
  .facetwp-type-checkboxes {
    grid-template-columns: fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%);
    gap: 18px;
  }
}

@media screen and (max-width: 768px) {
  .facetwp-type-checkboxes {
    grid-template-columns: fit-content(100%) fit-content(100%);
    gap: 18px;
  }
}

@media screen and (max-width: 440px) {
  .facetwp-type-checkboxes {
    grid-template-columns: fit-content(100%);
  }
}

.facetwp-type-checkboxes .facetwp-checkbox {
  background-image: none;
  color: var(--secondary-orange);
  border: 2px solid var(--secondary-orange);
  font-weight: 700;
  font-size: 14px;
  border-radius: 100px;
  text-align: center;
  padding: 0 24px;
  transition: 0.3s;
}

.facetwp-type-checkboxes .facetwp-checkbox:hover {
  border: 2px solid var(--support-hoverorange);
  color: var(--support-hoverorange);
}

.facetwp-type-checkboxes .facetwp-checkbox:focus {
  outline: 3px solid var(--support-activeorange);
}

.facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-image: none;
  background-color: var(--secondary-orange);
  color: white;
}

.facetwp-type-checkboxes .facetwp-checkbox.checked .facetwp-display-value:before {
  filter: brightness(0) invert(1);
}

/* Styling facetWP reset button */

.filter-btn {
  color: white;
  border-radius: 100px;
  background-color: var(--secondary-orange);
  border: none;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 24px;
  margin-right: 80px;
}

.filter-btn:hover {
  background-color: var(--support-hoverorange);
}

.filter-btn:focus {
  outline: 3px solid var(--support-activeorange);
  background-color: var(--secondary-orange);
}

.facetwp-checkbox[data-value="practical-advice"] .facetwp-display-value:before {
  content: url("../assets/category-icons/Strategy-icon.svg");
  position: relative;
  top: 5px;
  padding-right: 15px;
}

.facetwp-checkbox[data-value="business-advice"] .facetwp-display-value:before {
  content: url("../assets/category-icons/Briefcase-icon.svg");
  position: relative;
  top: 5px;
  padding-right: 15px;
}

.facetwp-checkbox[data-value="finance"] .facetwp-display-value:before {
  content: url("../assets/category-icons/Cash-icon.svg");
  position: relative;
  top: 5px;
  padding-right: 15px;
}

.facetwp-checkbox[data-value="growth"] .facetwp-display-value:before {
  content: url("../assets/category-icons/Graph-icon.svg");
  position: relative;
  top: 5px;
  padding-right: 15px;
}

.facetwp-checkbox[data-value="teams"] .facetwp-display-value:before {
  content: url("../assets/category-icons/Leadership-icon.svg");
  position: relative;
  top: 5px;
  padding-right: 15px;
}

.facetwp-checkbox[data-value="innovation"] .facetwp-display-value:before {
  content: url("../assets/category-icons/Lamp-icon.svg");
  position: relative;
  top: 5px;
  padding-right: 15px;
}

.facetwp-checkbox[data-value="leadership"] .facetwp-display-value:before {
  content: url("../assets/category-icons/Connections-icon.svg");
  position: relative;
  top: 5px;
  padding-right: 15px;
}

.facetwp-checkbox[data-value="news"] .facetwp-display-value:before {
  content: url("../assets/category-icons/Star-icon.svg");
  position: relative;
  top: 5px;
  padding-right: 15px;
}

.facetwp-checkbox[data-value="sustainability"] .facetwp-display-value:before {
  content: url("../assets/category-icons/Eco-icon.svg");
  position: relative;
  top: 5px;
  padding-right: 15px;
}

/* Styling for search bar in header */
.searchbar form .elementor-lightbox {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: var(--shadow);
}

.searchbar form .elementor-lightbox input {
  font-size: 35px !important;
  padding: 25px 100px;
  background-color: white;
  text-align: left !important;
  color: var(--secondary-sturdygray) !important;
  border: 1px solid var(--primary-defaultblue) !important;
  border-radius: 5px;
  background-image: url("../assets/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 45px;
}

@media screen and (max-width: 1024px) {
  .searchbar form .elementor-lightbox input {
    font-size: 22px !important;
    padding: 25px 50px;
    background-position: 10px;
  }

  .searchbar form .elementor-lightbox {
    padding: 0 20px;
  }

  .searchbar form .elementor-lightbox:before {
    left: 20px !important;
  }

  .searchbar form .elementor-lightbox .dialog-lightbox-close-button.dialog-close-button {
    top: 20px !important;
    right: 20px !important;
  }
}

.searchbar form .elementor-lightbox input:placeholder {
  opacity: 1;
}

.searchbar form .elementor-lightbox .eicon-close:before {
  content: url("../assets/icons/x-icon-white.svg");
}

.searchbar form .elementor-lightbox .dialog-close-button {
  top: 50px !important;
  right: 50px !important;
}

/* Styling for person block */
.profile-block .elementor-container {
  box-shadow: var(--shadow);
  border-radius: 15px;
}

.profile-block .elementor-container .elementor-widget-image,
.profile-block .elementor-container .elementor-widget-container {
  height: 100%;
}

.profile-block .profile-image img {
  transition: all 0.3s ease;
  height: 340px;
}

.profile-block .elementor-container .elementor-widget-container img {
  object-fit: cover;
}

.profile-description {
  display: inline;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 100px;
  transition: all 0.3s ease;
}

.profile-description.expand-text {
  -webkit-line-clamp: 99;
  max-height: 600px;
}

.read-more-btn a {
  cursor: pointer;
  padding-left: 0 !important;
}

.read-more-btn svg {
  transform: rotate(90deg);
  transform-origin: center !important;
  transition: transform 0.3s ease;
}

.read-more-btn.active svg {
  transform: rotate(270deg);
}

@media screen and (max-width: 767px) {
  .profile-block .elementor-container .elementor-widget-container img {
    width: 100%;
    height: 300px;
  }
}

/* Styling for career posttype */
.cl-career-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px;
}

.career a:not(:hover) {
  color: var(--primary-darkblue);
}

.cl-career-container h3 {
  margin-bottom: 30px;
}

.cl-career-container article {
  box-shadow: var(--shadow);
  padding: 35px 50px;
  border-radius: 15px;
}

.cl-post-tags-career {
  display: inline-flex;
  width: 67%;
}

@media only screen and (min-width: 767px) and (max-width: 1140px) {
  .cl-post-tags-career {
    width: 100% !important;
  }

  .cl-career-bottom {
    display: grid !important;
    row-gap: 3ch;
  }

  .cl-button-container {
    top: 40px;
  }
}


.cl-small-divider {
  height: 33px;
  width: 4px;
  margin: 0 30px;
  background-color: var(--primary-yellow);
}

.cl-career-time:before {
  content: url("../assets/career-icons/time-icon.svg");
}

.cl-career-salary:before {
  content: url("../assets/career-icons/salary-icon.svg");
}

.cl-career-region:before {
  content: url("../assets/career-icons/region-icon.svg");
}

.cl-tag:before {
  position: relative;
  top: 2px;
  padding-right: 8px;
}

.career button {
  font-size: 14px;
  font-weight: bold;
  font-family: Poppins;
}

.cl-button-primary {
  padding: 10px 24px;
  border: none;
  background-color: var(--secondary-orange);
  color: white;
  font-weight: bold;
  border-radius: 100px;
}

.cl-button-primary:hover {
  background-color: var(--support-hoverorange);
}

.cl-button-primary:focus {
  border: 2px solid var(--support-activeorange);
  outline: none;
  background-color: var(--support-hoverorange);
}

.cl-button-primary span:after {
  content: url("../assets/icons/btn-arrow-white.svg");
  position: relative;
  top: 3px;
  padding-left: 19px;
}

.cl-button-secondary {
  border: 2px solid var(--secondary-orange);
  color: var(--secondary-orange) !important;
  font-weight: bold;
  border-radius: 100px;
  margin-right: 16px;
}

.cl-button-secondary:after {
  content: url("../assets/icons/btn-arrow-obvious-orange.svg");
  position: relative;
  top: 3px;
  padding-left: 19px;
}

.cl-button-secondary:hover {
  border: 2px solid var(--support-hoverorange);
  background-color: white;
  color: var(--support-hoverorange);
}

.cl-button-secondary:hover .cl-button-secondary:after {
  content: url("../assets/icons/btn-arrow-hover-orange.svg");
}

.cl-button-secondary:focus {
  outline: 2px solid var(--support-activeorange);
  border: 2px solid var(--secondary-orange);
  background-color: white;
}

.cl-career-bottom {
  display: flex;
  justify-content: space-between;
}

.cl-button-container {
  position: relative;
  top: -20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}



@media screen and (max-width: 1024px) {
  .cl-career-bottom {
    display: block;
  }

  .cl-button-container {
    margin-top: 10px;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .cl-career-container article {
    padding: 35px;
  }

  .cl-small-divider {
    margin: 0 25px;
  }

  .cl-post-tags-career {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr;
  }

  p.cl-tag {
    border-left: 4px solid var(--primary-yellow);
    padding-left: 20px;
  }

  .cl-small-divider {
    display: none;
  }

  .cl-post-tags-career {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 1140px) {
  .cl-career-time {
    width: 115px;
  }

  .cl-career-salary {
    min-width: 120px;
  }

  .cl-career-region {
    min-width: 170px;
  }
}

/* Yellow action */
/* Add yellow lines to a heading */
.yellow-action-text:before {
  content: url("https://manage.xeinadin.com/wp-content/plugins/cl-xgl-functions/assets/icons/yellow-action.svg");
  position: absolute;
  left: -55px;
  top: -40px;
}

@media only screen and (max-width: 1025px) {
  .yellow-action-text:before {
    transform: scale(0.5);
    left: -35px;
  }
}

.yellow-action-img:before {
  content: url("https://manage.xeinadin.com/wp-content/plugins/cl-xgl-functions/assets/icons/yellow-action.svg");
  position: absolute;
  left: 30px;
  top: 20px;
}

@media only screen and (max-width: 1025px) {
  .yellow-action-img:before {
    transform: scale(0.7);
    top: 0;
    left: 0;
  }
}

/* Default border-radius for images */
/* This can be overwritten in Elementor */
.elementor .elementor-widget-image img {
  border-radius: 15px;
}

/* Add margin to blue content blocks */
.side-margin {
  margin-left: 40px;
  margin-right: 40px;
  border-radius: 15px;
}

@media only screen and (max-width: 1025px) {
  .side-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*
Visual blocks
*/

/* Title on the plain background */
.visual-title h2 {
  color: var(--primary-yellow);
  line-height: 1em;
  font-size: 80px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .visual-title h2 {
    font-size: 24px;
    text-align: center;
    line-height: 1.4em;
  }
}

/* Section with image */

/* Background image */
.visual-img img {
  /* Set rules to fill background */
  min-height: 560px;
  min-width: 1840px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: absolute;
  left: 0;
}

/* Left and top is being used for the positioning of the image */
/* Mobile */
@media only screen and (max-width: 767px) {
  .visual-img img {
    left: -900px;
    top: -200px;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .visual-img img {
    left: -100px;
  }
}

/* Team Members */

.cl-members-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 27px;
  grid-column-gap: 23px;
}

article.cl-member {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

.cl-members-container.grid4 {
  grid-template-columns: repeat(4, 1fr);
}

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

  .cl-members-container,
  .cl-members-container.grid4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .cl-members-container,
  .cl-members-container.grid4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cl-members-container h3 {
  font-size: 19px;
}

.cl-members-container article {
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  position: relative;
  background: white;
}

.cl-members-container .cl-post-thumbnail {
  height: 170px;
  border-radius: 20px 20px 0 0;
}

.cl-members-container img {
  height: 253px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.cl-members-container .cl-post-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 30px;
  position: relative;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .cl-members-container .cl-post-content {
    padding: 10px 20px 0 20px;
  }
}

.cl-members-container h4 a {
  color: var(--primary-darkblue);
}

.cl-members-container h4 a:hover,
.cl-members-container .cl-post-cta:hover {
  color: var(--support-hoverorange);
}

.cl-members-container .cl-post-tags {
  color: var(--secondary-orange);
}

.cl-members-container .cl-post-tags {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.cl-members-container .cl-post-tags .cl-post-tag:not(:last-child):after {
  content: ","
}

.cl-members-container .cl-post-tag {
  margin-right: 7px;
  margin-bottom: 0;
}

.cl-members-container .cl-post-cta {
  margin-top: auto;
}

.cl-members-container .cl-post-cta {
  color: var(--secondary-orange);
  font-weight: bold;
  font-family: Poppins;
}

.cl-members-container .cl-post-cta:after {
  content: var(--icon-arrowright);
  display: inline-block;
  margin-left: 20px;
  top: 3px;
  position: relative;
}

/* Job title */
.cl-job-title {
  color: var(--secondary-sturdygray);
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  line-height: 1.4em;
  /* margin-top: 30px; */
  margin-top: 20px;

}

@media only screen and (min-width: 1025px) {
  .cl-job-title {
    /* height: 50px; */
  }
}

/* Subtitle */
.cl-subtitle {
  margin-top: -20px;
  font-size: 21px;
  color: var(--primary-darkblue);
}

/* Social icons & social icons */
.cl-bottom-info {
  float: left;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: -20px;
  justify-content: space-between;
  gap: 10px;
}

.cl-members-container h3 {
  margin-bottom: 0;
  line-height: 19px;
}

.cl-social-icon {
  border-radius: 0 !important;
  width: fit-content !important;
  height: 20px !important;
}

.mail {
  position: relative;
  top: 3px;
}

.linkedin {
  margin-right: 15px;
}

/* Read more */
.cl-read-more {
  font-size: 14px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .cl-bottom-info {
    bottom: 20px;
  }

  .cl-job-title {
    margin-bottom: 20px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .cl-bottom-info {
    bottom: 20px;
  }

  .cl-read-more {
    right: auto;
  }

  .cl-job-title {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

/*
Client logo slider
*/

.slider {
  background: #FFFFFF;
  box-shadow: var(--shadow);
  border-radius: 15px;
}

.slider img {
  width: 220px;
  height: auto;
}

.swiper-slide-inner {
  text-align: left;
}

/* Faq | Frequently asked questions */

/* Title */
div .elementor-accordion-title a {
  position: relative;
}

a.elementor-accordion-title {
  position: relative;
}

a.elementor-accordion-title:after {
  content: '';
  height: 4px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -35px;
  background-color: var(--primary-yellow);
  transition: 0.3s;
}

.elementor-tab-title.elementor-active a:after {
  width: 51px;
}

@media only screen and (max-width: 767px) {
  a.elementor-accordion-title:after {
    bottom: -20px;
  }
}

/* Content */
div .elementor-tab-content {
  color: var(--secondary-sturdygray);
}

/* Accordion Item */
.elementor-accordion-item {
  border-radius: 5px;
  margin-top: 15px;
  border-top: 2px solid var(--secondary-lightgray) !important;
  transition: all 0.2s ease-out;
  padding: 35px;
}

@media only screen and (max-width: 767px) {
  .elementor-accordion-item {
    padding: 20px;
  }
}

.elementor-accordion-item:hover {
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}

.elementor-accordion-item:focus {
  border: 2px solid var(--support-activeorange);
}

div .elementor-accordion-item .elementor-tab-content {
  border: none;
}

/* Icon */
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
  width: 0.7em !important;
}

@media only screen and (max-width: 768px) {
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 0.6em !important;
    margin-top: 5px
  }
}

/*
CTA'S
*/

.cta {
  background-color: var(--secondary-orange);
  border-radius: 15px;
}

.cta img {
  width: 380px;
  height: 294px;
}

@media only screen and (max-width: 1025px) {
  .cta img {
    display: auto;
    height: auto;
  }
}

/* Elementor bullet points */
main li.elementor-icon-list-item .elementor-icon-list-icon {
  display: none;
}

main li.elementor-icon-list-item .elementor-icon-list-text {
  padding: 0 !important;
  margin: 0;
  display: flex !important;
  overflow: hidden;
}

main li.elementor-icon-list-item .elementor-icon-list-text {
  list-style: none;
  background: transparent url(https://manage.xeinadin.com/wp-content/plugins/cl-xgl-functions/assets/icons/bullet-check.svg) no-repeat left top 7px;
  padding-left: 35px !important;
}

/* Gutenberg */
.elementor-widget-theme-post-content ul {
  list-style-type: none;
  padding: 0;
}

.elementor-widget-theme-post-content ul li {
  padding: 0 !important;
  margin-bottom: 10px;
}

.elementor-widget-theme-post-content ul li {
  list-style: none;
  background: transparent url(https://manage.xeinadin.com/wp-content/plugins/cl-xgl-functions/assets/icons/bullet-check.svg) no-repeat left top 7px;
  padding-left: 35px !important;
}

/* Mobile hamburger menu icons */
.eicon-menu-bar:before {
  content: '\e816';
}

/* Disable horizontal scroll */

.overflow-x-hidden {
  overflow-x: hidden;
}

/* Events styling */
.cl-rise-post-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  font-family: 'Poppins';
}

.cl-rise-post-container .cl-post-content {
  display: grid;
  grid-template-columns: 2fr 5fr;
  padding: 25px 0;
  background-color: white;
  border-radius: 0 0 8px 8px;
}

.cl-rise-post-container .cl-post-content h3 {
  line-height: 19px;
  margin: 8px 0;
}

.cl-rise-post-container .cl-date-container {
  text-align: center;
}

.cl-rise-post-container .cl-date-month {
  color: #DD5412;
  font-size: 21px;
  margin-top: 5px;
}

.cl-rise-post-container .cl-date-day {
  color: #083948;
  font-size: 44px !important;
  font-weight: bold;
  padding-top: 10px
}

.cl-rise-post-container .cl-post-content h3 a {
  color: #083948 !important;
  font-size: 16px;
}

.cl-rise-post-container .cl-text-content {
  padding: 0 20px;
}

.cl-rise-post-container .cl-post-content p {
  color: #AAAFBC;
  font-size: 16px;
  font-family: Muli;
  font-size: 14px;
  margin-bottom: 0;
}

.cl-rise-post-container .cl-post-thumbnail img {
  height: 120px;
  object-fit: contain;
  background-color: #E8E8E0;
  width: 100%;
}

.cl-rise-post-container article {
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.16); 
  box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.16);
  position: relative;
}

.cl-rise-post-container .cl-post-tags-container {
  position: absolute;
  right: 0;
  top: 20px;
  color: #083948;
}

.cl-rise-post-container .cl-post-thumbnail img {
  border-radius: 8px 8px 0 0 !important;
}

.cl-rise-post-container .cl-post-thumbnail {
  line-height: 0;
}

.cl-rise-post-container .cl-post-tags {
  background-color: rgba(255, 255, 255, 0.33);
  padding: 0 20px 0 10px;
  margin-bottom: 15px;
  border-radius: 8px 0 0 8px;
  text-align: right;
}

.cl-rise-post-container .cl-tag-substitle {
  font-size: 16px;
  font-weight: bold;
}

.cl-rise-post-container .cl-tag-location {
  font-size: 12px;
}

.cl-rise-post-container .cl-tag-location:before {
  content: url(https://xeinadin.com/wp-content/uploads/sites/4/2022/12/location-icon.svg);
  padding-right: 10px;
}

.cl-rise-post-container h3 a:hover {
  color: #BB3F03 !important;
}

@media screen and (max-width: 1024px) {
  .cl-rise-post-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
  }
  .cl-rise-post-container .cl-post-content {
      grid-template-columns: 1fr;
      padding: 20px 0;
  }
  .cl-rise-post-container .cl-date-container {
      padding: 0 20px;
      padding-bottom: 10px;
      text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .cl-rise-post-container {
      display: grid;
      grid-template-columns: 1fr;
  }
}

/* Cookiebanner styling */
.cookiebar-layout div.cookiebar-content h2, .cookiebar-preferences .cookiebar-preferences-container h2 {
  color: #083948 !important;
}

.cookiebar-layout div.cookiebar-content p.cookiebar-text, .cookiebar-preferences .cookiebar-preferences-container p {
  color: #626A75 !important;
}

.cookiebar-layout div.cookiebar-content a#cookiebar-accept, .cookiebar-preferences .cookiebar-preferences-container a#cookiebar-accept-preferences, .cookiebar-toggles .toggle-head .toggle-button.active .indicator {
  background-color: #DD5412 !important;
}

.cookiebar-layout div.cookiebar-content a#cookiebar-accept:hover, .cookiebar-preferences .cookiebar-preferences-container a#cookiebar-accept-preferences:hover {
  background-color: #BB3F03 !important;
}

.cookiebar-layout div.cookiebar-content a#cookiebar-decline, .cookiebar-preferences .cookiebar-preferences-container a.cookiebar-save {
  color: #083948 !important;
}

.cookiebar-layout div.cookiebar-content a.cookiebar-open-preferences, .cookiebar-toggles .toggle-head .toggle-button div.label {
  color: #083948 !important;
}

a.cookiebar-accept-all {
  border-radius: 100px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
}

.pf-service-tag {
  display: none;

  font-size: 12px;
}