/*!
Theme Name: Whello
Theme URI: http://underscores.me/
Author: Whello Developer
Author URI: https://whello.id
Description: Whello Theme standard
Version: 2.0.0
Tested up to: 8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whello
Tags: 

This theme, like WordPress, is icensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

@font-face {
  font-family: "PolySans Bulky";
  src: url("assets/fonts/PolySans-Bulky.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PolySans Bulky";
  src: url("assets/fonts/PolySans-BulkyItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PolySans Median";
  src: url("assets/fonts/PolySans-Median.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PolySans Median";
  src: url("assets/fonts/PolySans-MedianItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PolySans Neutral";
  src: url("assets/fonts/PolySans-Neutral.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PolySans Neutral";
  src: url("assets/fonts/PolySans-NeutralItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PolySans Slim";
  src: url("assets/fonts/PolySans-Slim.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PolySans Slim";
  src: url("assets/fonts/PolySans-SlimItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("assets/fonts/HelveticaNeue-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("assets/fonts/HelveticaNeue-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("assets/fonts/HelveticaNeue-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("assets/fonts/HelveticaNeue-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("assets/fonts/HelveticaNeue-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("assets/fonts/HelveticaNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("assets/fonts/HelveticaNeue-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("assets/fonts/HelveticaNeue-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("assets/fonts/HelveticaNeue-Roman.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --height-wpadminbar: 0px;
  --container: 1280px;
  --height-header: 80px;
  --offset-top: 20px;
  --sticky-offset: calc(
    var(--height-header) + var(--offset-top) + var(--height-wpadminbar)
  );

  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-md: 18px;
  --text-lg: 20px;
  --text-xl: 24px;
  --text-2xl: 30px;
  --text-3xl: 36px;
  --text-4xl: 48px;

  --lineheight-xs: 1;
  --lineheight-s: 1.35;
  --lineheight: 1.5;
  --lineheight-m: 1.625;
  --lineheight-l: 1.75;
  --lineheight-xl: 2;
  --lineheight-xxl: 2.5;

  --suffix-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --fontfamily-sans: "Helvetica Neue", var(--suffix-family);

  --padding-container: calc((100% - var(--container)) / 2);
  --padding-field: 10px 16px;
  --padding-button: 12px 16px 14px;

  --rounded-xs: 2px;
  --rounded-sm: 4px;
  --rounded: 6px;
  --rounded-md: 10px;
  --rounded-lg: 16px;
  --rounded-xl: 24px;
  --rounded-full: 999999px;

  --transparent: rgba(0, 0, 0, 0);
  --white: #fff;
  --black: #000;
  --blue: #008bcc;
  --blue-alt: #d2f0ff;
  --red: #ef4444;
  --yellow: #fbbf24;
  --green: #34d399;
  --purple: #8b5cf6;
  --orange: #f97316;
  --gray-300: #e5e7eb;
  --gray: #9ca3af;
  --gray-700: #4b5563;
  --white-soft: rgba(255, 255, 255, 0.2);
  --magenta: #b3005b;

  --shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);

  --listing-column: 3;
  --listing-gap: 32px;
  --listing-gap-bottom: var(--listing-gap);

  --duration: 0.3s;
  --transition:
    background-color var(--duration), border-color var(--duration),
    color var(--duration), fill var(--duration), stroke var(--duration),
    opacity var(--duration), visibility var(--duration),
    box-shadow var(--duration), -webkit-box-shadow var(--duration),
    transform var(--duration), -webkit-transform var(--duration),
    filter var(--duration), backdrop-filter var(--duration);
}

@media all and (max-width: 1299px) {
  html:root {
    --height-wpadminbar: 0px;
    --height-header: 80px;
    --container: 100%;
    --padding-container: 20px;
  }

  #wpadminbar {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  text-shadow: var(--transparent) 0 0 1px;
  vertical-align: baseline;
  background-clip: border-box;
  word-break: break-word;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus,
*:active,
*:visited,
*:hover {
  outline: 0;
}

*:before,
*:after {
  box-sizing: border-box;
}

::-moz-selection {
  color: var(--white);
  text-shadow: none;
  background-color: var(--black);
}

::selection {
  color: var(--white);
  text-shadow: none;
  background-color: var(--black);
}

/* STYLE SCREEN READERS */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal !important;
  overflow: hidden;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--black);
  line-height: normal;
  text-decoration: none;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  background-color: var(--white);
}

body {
  margin: 0;
  font-family: var(--fontfamily-sans);
  color: var(--black);
  -moz-block-height: normal;
  line-height: var(--lineheight-s);
  font-size: var(--text-base);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: var(--transparent);
  word-break: break-word;
  background-color: var(--white);
}

html[lang] {
  width: 100%;
  overflow-x: hidden;
  margin-top: var(--height-wpadminbar) !important;
}

html.prevent-default {
  overflow: hidden;
}

.container {
  width: calc(100% - 40px);
  max-width: var(--container);
  margin: 0 auto;
}

mark {
  padding: 2px 5px;
  color: inherit;
  background-color: var(--black);
}

article,
aside,
details,
figcaption,
figure,
label,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  width: 100%;
}

p:empty {
  display: none;
}

p + p,
p + table,
p + ol,
p + ul,
table + p,
table + table,
table + ol,
table + ul,
ol + p,
ol + table,
ol + ol,
ol + ul,
ul + p,
ul + table,
ul + ol,
ul + ul {
  margin-top: 16px;
}

ol,
ul {
  padding-left: 24px;
  margin: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-top: 10px;
}

li {
  width: 100%;
}

li + li {
  margin-top: 10px;
}

ul {
  list-style: outside disc;
}

ol {
  list-style: outside decimal;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  cursor: hand;
  transition: var(--transition);
}

a * {
  cursor: pointer;
  cursor: hand;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 20px;
  font-family: "PolySans Bulky", var(--suffix-family);
}

h5,
h6 {
  margin-bottom: 10px;
}

h1 {
  font-size: var(--text-4xl);
}

h2 {
  font-size: var(--text-4xl);
}

h3 {
  font-size: var(--text-2xl);
  line-height: 35px;
}

h4 {
  font-size: var(--text-xl);
}

h5 {
  font-size: var(--text-lg);
}

h6 {
  font-size: var(--text-md);
}

p a,
ul a,
ol a,
table a {
  color: var(--blue);
}

p a:hover,
ul a:hover,
ol a:hover,
table a:hover {
  color: inherit;
}

strong,
b {
  font-weight: 700;
}

img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

@media all and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  img {
    -webkit-mask-image: -webkit-radial-gradient(var(--white), var(--black));
  }
}

img[src*="jpg"],
img[src*="jpeg"] {
  background-color: var(--black);
}

::-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: var(--black);
  opacity: 1;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="month"],
input[type="range"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

input[type="file"]::-ms-value,
input[type="file"]::-ms-browse {
  display: none;
}

button {
  background-color: var(--transparent);
}

input,
textarea,
select {
  width: 100%;
  padding: var(--padding-field);
  border: solid 1px var(--black);
  border-radius: var(--rounded-sm);
  font-family: var(--fontfamily-sans);
  font-size: var(--text-base);
  color: var(--black);
  caret-color: var(--black);
  word-break: normal;
  background: var(--transparent) calc(100% - 20px) center/12px no-repeat;
  transition: var(--transition);
}

select {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-right: 36px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-wrap: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: var(--white)
    url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg)
    calc(100% - 16px) center/16px no-repeat;
  overflow: hidden;
}

select::-ms-expand {
  display: none;
}

select option {
  color: var(--black);
  background-color: var(--white);
}

select option[disabled] {
  display: none;
}

textarea {
  height: 200px;
  resize: none;
  overflow: auto;
}

textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background-color: var(--black);
}

textarea::-webkit-scrollbar {
  width: 7px;
  background-color: var(--black);
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--black);
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:active,
select:focus,
select:hover {
  border-color: var(--black);
  outline: none;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
  cursor: pointer;
  opacity: 0;
}

input[type="range"] {
  cursor: -webkit-grab;
  cursor: grab;
}

input[type="range"]:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

input[type="date"] {
  background: url(assets/images/icon-calendar-grey.svg) calc(100% - 24px)
    center/24px 26px no-repeat;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0;
  border: 1px solid var(--black);
  line-height: normal;
  background: var(--white) center/14px 10px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: var(--transition);
}

input[type="checkbox"] {
  border-radius: var(--rounded-none);
}

input[type="checkbox"]:checked {
  background-image: url(/wp-content/themes/whello/assets/images/icon-checkmark-darkgrey.svg);
}

input[type="checkbox"]:hover,
input[type="checkbox"]:checked {
  border-color: var(--black);
}

input[type="radio"] {
  border-radius: var(--rounded-full);
  transition: border-color var(--transition);
}

input[type="radio"]:checked {
  border-width: 6px;
  border-color: var(--black);
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: 0;
  padding: var(--padding-button);
  box-shadow: none;
  font-family: var(--fontfamily-sans);
  font-size: var(--text-base);
  -webkit-appearance: button;
  overflow: visible;
  transition: var(--transition);
}

button:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="button"]:not(:disabled),
select {
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="color"] {
  appearance: initial;
}

button,
select {
  text-transform: none;
}

fieldset {
  min-width: 0;
  border: 0;
}

progress {
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

th,
td {
  padding: 6px;
  border: 1px solid var(--gray-700);
  vertical-align: middle;
}

audio,
video {
  display: -moz-inline-stack;
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
}

hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dd {
  margin-left: 0;
}

pre,
code,
kbd,
samp {
  font-family:
    source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[hidden] {
  display: none !important;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* WORDPRESS RESET & PLUGIN STANDARD WHELLO */
.wpb_wrapper .wpb_content_element {
  margin-bottom: 0;
}

body > .site {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

body > .site > .site-main {
  flex: 1 0 auto;
}

.vc_row > .wpb_column.vc_column_container > .vc_column-inner,
.wpb_row.vc_row.vc_row-has-fill
  > .wpb_column.vc_column_container
  > .vc_column-inner,
.wpb_row.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner {
  padding-top: 0;
}

.prevent-scroll {
  overflow: hidden;
}

.vc_row.vc_row-has-fill {
  background: center/cover no-repeat;
}

.post-views {
  display: none !important;
}

/* PAGINATION STYLE */
.pagination,
.tw-pagination,
.woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 40px;
  margin-bottom: -10px;
}

.woocommerce-pagination .page-numbers li,
.tw-pagination li {
  width: auto;
  margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
}

.tw-pagination .next,
.tw-pagination .prev {
  display: none;
}

.pagination .page-numbers.current,
.tw-pagination .page.current,
.woocommerce-pagination .page-numbers .page-numbers.current {
  color: var(--white);
  background-color: var(--magenta);
}

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination .page-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--magenta);
  background-color: var(--transparent);
  transition: 0.3s;
}

.pagination .page-numbers:not(:last-child),
.tw-pagination .page:not(:last-child),
.woocommerce-pagination .page-numbers li:not(:last-child) {
  margin-right: 10px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
  width: 30px;
  padding-bottom: 6px;
  border-radius: 0;
  font-size: 30px;
  line-height: 1;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover,
.woocommerce-pagination .page-numbers .next:hover,
.woocommerce-pagination .page-numbers .prev:hover {
  color: var(--magenta);
  background-color: var(--transparent);
}

/* LISTING STYLE */
.listing {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  width: auto;
  min-width: 100%;
  margin: 0 calc((var(--listing-gap) / 2) * -1)
    calc(var(--listing-gap-bottom) * -1);
}

.listing .listing-item,
.listing .wpb_column {
  position: relative;
}

.listing > .listing-item {
  width: calc(100% / var(--listing-column));
  padding: 0 calc(var(--listing-gap) / 2);
  margin-bottom: var(--listing-gap-bottom);
}

.listing .listitem-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.listing a.listitem-wrapper {
  cursor: pointer;
}

.listing .wpb_column {
  float: none;
}

.listing .thumbnail-item {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.listing li {
  list-style: none;
  margin-left: 0;
}

.vc_row.listing,
.vc_row.listing .vc_inner {
  margin: 0;
}

.vc_row.listing:before,
.vc_row.listing:after,
.vc_row.listing .vc_column-inner:before,
.vc_row.listing .vc_column-inner:after,
.vc_row.listing .vc_inner:before,
.vc_row.listing .vc_inner:after {
  display: none;
}

.vc_row.listing .wpb_column {
  float: none;
}

.vc_row.listing .wpb_column > .vc_column-inner {
  padding: 0;
}

.listing.slick-slider {
  width: calc(100% + var(--listing-gap));
  margin: 0 calc((var(--listing-gap) / 2) * -1);
  overflow: hidden;
}

.listing.slick-slider .slick-list {
  overflow: visible;
}

.listing.slick-slider .slick-track {
  align-items: stretch;
}

.listing.slick-slider .slick-slide {
  height: auto;
}

.listing.slick-slider .listing-item.slick-slide {
  padding-left: calc(var(--listing-gap) / 2);
  padding-right: calc(var(--listing-gap) / 2);
}

@media all and (max-width: 1299px) {
  .listing.slick-slider {
    --listing-gap: var(--padding-container);
  }

  .listing.slick-slider {
    width: calc(100% + (var(--padding-container) * 2));
    margin-right: calc(var(--padding-container) * -1);
    margin-left: calc(var(--padding-container) * -1);
    padding-right: calc(var(--padding-container) - (var(--listing-gap) / 2));
    padding-left: calc(var(--padding-container) - (var(--listing-gap) / 2));
  }
}

.whfilter-overview .listing {
  margin-bottom: 0;
}

@media all and (min-width: 0\0) and (min-resolution: +72dpi) {
  .listing {
    width: calc(100% + 1px);
  }
}

.vc_row.listing {
  width: 100%;
  margin: 0;
}

.vc_row.listing .vc_column-inner {
  padding: 0;
}

.site .listing[class*="lists-"] .listing-item:last-child,
.site .listing[class*="lists-"] .wpb_column:last-child {
  margin-right: 0;
}

.listing .title-listing {
  font-size: var(--text-xl);
}

.listing .title-listing,
.listing .content-item p,
.listing .excerpt-listing,
.listing .wpb_text_column * {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

/* RESET BUTTON / CTA */
.whbutton-wrapper {
  display: inline-flex;
  align-items: flex-start;
}

.whbutton-wrapper:not(.whbutton-align--inline) {
  display: flex;
}

.whbutton-wrapper.whbutton-align--left {
  justify-content: flex-start;
}

.whbutton-wrapper.whbutton-align--center {
  justify-content: center;
}

.whbutton-wrapper.whbutton-align--right {
  justify-content: flex-end;
}

[class*="whbutton-fill"] .cta-whbutton,
[class*="whbutton-outline"] .cta-whbutton {
  padding: 6px 19px 6px 6px;
  border: 2px solid var(--transparent);
  border-radius: var(--rounded-full);
}

.cta-whbutton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.cta-whbutton .label-cta {
  color: inherit;
  font-weight: 500;
}

.cta-whbutton .icon-cta,
.whbutton-icon .cta-whbutton::after {
  display: inline-block;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  transition: var(--transition);
}

.cta-whbutton .icon-cta {
  -o-object-fit: contain;
  object-fit: contain;
}

.whbutton-icon:not() .cta-whbutton::after {
  background: center/contain no-repeat;
}

/* DEFAULT SIZE ICON CIRCLE */
.whbutton-wrapper[class*="-circle"] .cta-whbutton .icon-cta {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}

.cta-whbutton .icon-cta--hover {
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 0;
  transform: translateY(-50%);
}

[class*="whbutton-animate-"] .cta-whbutton .icon-cta--hover {
  transform: translateY(-50%);
}

.whbutton-icon-left .cta-whbutton .icon-cta--hover {
  left: 0;
}

[class*="whbutton-fill"].whbutton-icon-left .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-left .cta-whbutton .icon-cta--hover {
  left: 30px;
}

.whbutton-icon-right .cta-whbutton .icon-cta--hover {
  right: 0;
}

[class*="whbutton-fill"].whbutton-icon-right .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-right .cta-whbutton .icon-cta--hover {
  right: 30px;
}

.cta-whbutton:hover .icon-cta--hover {
  opacity: 1;
}

.cta-whbutton .icon-cta--hover,
.cta-whbutton:hover .icon-cta--hover ~ .icon-cta--default {
  opacity: 0;
}

.whbutton-icon-left .cta-whbutton .icon-cta,
.whbutton-icon-right .cta-whbutton .label-cta,
.whbutton-icon-left .cta-whbutton::after {
  order: -1;
  margin-right: 16px;
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta,
.whbutton-animate-left .cta-whbutton:hover::after {
  transform: translateX(-3px);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta,
.whbutton-animate-right .cta-whbutton:hover::after {
  transform: translateX(3px);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta,
.whbutton-animate-top .cta-whbutton:hover::after {
  transform: translateY(-3px);
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta,
.whbutton-animate-bottom .cta-whbutton:hover::after {
  transform: translateY(3px);
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta--hover {
  transform: translate(-3px, -50%);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta--hover {
  transform: translate(3px, -50%);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta--hover {
  transform: translateY(calc(-50% - 3px));
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta--hover {
  transform: translateY(calc(-50% + 3px));
}

.whbutton-color--black .cta-whbutton {
  color: var(--black);
}

.whbutton-color--white .cta-whbutton {
  color: var(--white);
}

.whbutton-colorhvr--black .cta-whbutton:hover {
  color: var(--black);
}

.whbutton-colorhvr--white .cta-whbutton:hover {
  color: var(--white);
}

.whbutton-fill--black .cta-whbutton {
  background-color: var(--black);
  border-color: var(--black);
}

.whbutton-fill--white .cta-whbutton {
  background-color: var(--white);
  border-color: var(--white);
}

.whbutton-outline--black .cta-whbutton {
  border-color: var(--black);
}

.whbutton-outline--white .cta-whbutton {
  border-color: var(--white);
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible
  + .select2-container
  .select2-selection {
  background: transparent;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible
  + .select2-container
  .select2-selection__arrow,
select[readonly].select2-hidden-accessible
  + .select2-container
  .select2-selection__clear {
  display: none;
}

/*Select2 ReadOnly End*/

.h-large h2,
.h-large h1 {
  font-weight: 700;
  letter-spacing: -1.846px;
}

body:not(.no-banner) .site-header .navbar-header,
.single-vacatures .site-header .navbar-header {
  background-color: var(--magenta) !important;
}

.single-vacatures .site-header .navbar-header .white-header-logo {
  display: none;
}

.single-vacatures .site-header .navbar-header .custom-logo-link {
  display: block !important;
}

.no-banner.single-vacatures:not(.error404)
  .site-header
  .menu-item:not([class*="btn-"])
  a {
  color: var(--white);
}

.no-banner.single-vacatures:not(.error404)
  .site-header
  .menu-item:not([class*="btn-"])
  a:hover {
  color: var(--black) !important;
}

.no-banner.single-vacatures:not(.error404)
  .whbutton-wrapper.whbutton-fill--magenta-alt
  .cta-whbutton {
  background-color: var(--white-soft) !important;
}
.whbutton-wrapper.whbutton-fill--magenta-alt .cta-whbutton {
  background-color: var(--white-soft);
}

.site-header .whbutton-wrapper.whbutton-fill--magenta-alt .cta-whbutton {
  padding: 8px 16px;
  font-size: 14px;
  height: 40px;
  font-weight: 500;
  line-height: 24px;
}

.whbutton-color--magenta.whbutton-outline--magenta .cta-whbutton {
  padding: 10px 24px;
  border: 1px solid var(--magenta);
  border-radius: 45px;
  color: var(--magenta);
}

.site-header
  .whbutton-wrapper.whbutton-fill--magenta-alt.whbutton-icon
  .cta-whbutton,
#btn-banner-primary a,
.whbutton-wrapper.whbutton-fill--magenta.whbutton-icon .cta-whbutton {
  padding: 6px 19px 6px 6px;
}

.whbutton-wrapper.whbutton-fill--magenta.whbutton-icon .cta-whbutton {
  height: 53px;
  background-color: var(--magenta);
  font-size: 15px;
  font-weight: 500;
}

.whbutton-color--black.whbutton-icon- {
  font-size: 15px;
  font-weight: 500;
}

.whbutton-wrapper.whbutton-fill--magenta.whbutton-icon .cta-whbutton img {
  width: 42px;
  height: 42px;
}

.btn-inline > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 16px;
}

.site-header .whbutton-wrapper.whbutton-icon .cta-whbutton img {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 10px;
}
body .plyr.plyr--video > .plyr__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 6px solid var(--white);
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
