/*!
Theme Name: Whello
Theme URI: http://underscores.me/
Author: Whello Developer
Author URI: https://whello.id
Description: Whello Theme standard
Version: 2.0.001
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.
*/

/* cyrillic-ext */
@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('assets/fonts/Overpass-cyrillic-ext.woff2') format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('assets/fonts/Overpass-cyrillic.woff2') format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('assets/fonts/Overpass-vietnamese.woff2') format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301,
		U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('assets/fonts/Overpass-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
		U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('assets/fonts/Overpass-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--height-wpadminbar: 0px;
}

*,
*:before,
*:after {
	--container: 1120px;
	--height-topbar: 40px;
	--height-header: 84px;
	--sticky-offset: calc(var(--height-header) + var(--offset-height, 20px) + var(--height-wpadminbar, 0px));

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

	--lineheight-xs: 1;
	--lineheight-s: 1.2;
	--lineheight: 1.4;
	--lineheight-m: 1.6;
	--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: 'Overpass', var(--suffix-family);

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

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

	--transparent: rgba(0, 0, 0, 0);
	--overlay-transparent: rgba(0, 0, 0, 0.07);
	--white: #fff;
	--black: #000;
	--blue: #0588f0;
	--red: #ff4249;
	--red-700: #c6211b;
	--yellow: #fbbf24;
	--green-100: #d4e8c1;
	--green: #34d399;
	--purple: #8b5cf6;
	--orange-25: #fff5ed;
	--orange-200: #ff5c0e;
	--orange: #ff6200;
	--gray-50: #fafafa;
	--gray-75: #f7f7f7;
	--gray-100: #f2f2f2;
	--gray-200: #e9e9e9;
	--gray: #d9d9d9;
	--gray-500: #8998a5;
	--gray-600: #727272;
	--gray-700: #485560;
	--gray-800: #334350;

	--shadow-h-offset: 0;
	--shadow-v-offset: 0;
	--shadow-blur: 15px;
	--shadow-spread: 0;
	--shadow-color: var(--overlay-transparent);
	--shadow: var(--shadow-h-offset) var(--shadow-v-offset) var(--shadow-blur) var(--shadow-spread) var(--shadow-color);

	--shadow-fill: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	--shadow-outline: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	--shadow-form: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
	--bg-pattern: url('/wp-content/themes/whello/assets/images/pattern-banner.png');
	--arrow-chevronblack-bottom: url('/wp-content/themes/whello/assets/icons/arrow-chevronblack-bottom.svg');
	--arrow-chevronblack-top: url('/wp-content/themes/whello/assets/icons/arrow-chevronblack-top.svg');

	--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: 1199px) {
	html:root {
		--height-wpadminbar: 0px;
	}

	*,
	*:before,
	*:after {
		--container: 100%;
		--padding-container: 24px;
		--height-header: 64px;
		--height-topbar: 25px;
	}

	#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);
}

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

body {
	margin: 0;
	font-family: var(--fontfamily-sans);
	color: var(--black);
	-moz-block-height: normal;
	line-height: var(--lineheight-m);
	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(--gray-50);
}

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

html.prevent-default {
	overflow: hidden;
}

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: 20px;
}

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

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

li {
	width: 100%;
}

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

ul {
	list-style: outside disc;
}

ol {
	list-style: outside decimal;
}

li::marker {
	color: var(--blue);
	font-weight: 700;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 800;
}

h1 {
	line-height: 1.1666;
	margin-bottom: 16px;
}

h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1;
	margin-bottom: 8px;
}

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

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

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

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(--orange);
	font-weight: 800;
	text-decoration: underline;
}

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

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(--gray);
}

::-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(--gray-50);
	border-radius: var(--rounded-full);
	font-family: var(--fontfamily-sans);
	font-size: var(--text-base);
	color: var(--black);
	caret-color: var(--black);
	word-break: normal;
	background: var(--gray-50) calc(100% - 16px) 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(--gray-50) url(/wp-content/themes/whello/assets/icons/arrow-chevronblack-bottom.svg)
		calc(100% - 24px) center/12px no-repeat;
	overflow: hidden;
}

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

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

select option[disabled] {
	display: none;
}

textarea {
	border-radius: var(--rounded-2xl);
	height: 120px;
	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(--blue);
	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-content-wrapper {
	width: 100%;
}

.wpb_wrapper .wpb_content_element {
	margin-bottom: 0;
}

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

body > .site > .site-main {
	position: relative;
    z-index: 2;
	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;
}

.wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded.vc_box_rounded img {
	border-radius: var(--rounded-2xl);
}

.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: calc(var(--size-gap) * -1);
	padding-top: 48px;
}

.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,
.pagination .page-numbers:hover,
.tw-pagination .page:hover,
.woocommerce-pagination .page-numbers .page-numbers:hover {
	color: var(--white);
	background-color: var(--orange);
}

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination .page-numbers .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 2px 0 0;
	color: var(--gray-500);
	font-weight: 800;
	border-radius: var(--rounded-full);
	background-color: var(--transparent);
	transition: var(--transition);
}

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

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
	padding: 0;
	font-size: 0;
	background: var(--transparent) center/8px no-repeat;
}

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

.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .prev {
	background-position: 10px center;
	background-image: url('/wp-content/themes/whello/assets/icons/arrow-chevrongray500-left.svg');
}

.pagination .page-numbers.prev:hover,
.woocommerce-pagination .page-numbers .prev:hover {
	background-image: url('/wp-content/themes/whello/assets/icons/arrow-chevronwhite-left.svg');
}

.pagination .page-numbers.next,
.woocommerce-pagination .page-numbers .next {
	background-position: 13px center;
	background-image: url('/wp-content/themes/whello/assets/icons/arrow-chevrongray500-right.svg');
}

.pagination .page-numbers.next:hover,
.woocommerce-pagination .page-numbers .next:hover {
	background-image: url('/wp-content/themes/whello/assets/icons/arrow-chevronwhite-right.svg');
}

/* LISTING STYLE */
.listing {
	--size-gap: 20px;
	--size-padding: 20px;
	width: auto;
	min-width: 100%;
	margin: 0 calc((var(--size-gap) / 2) * -1) calc(var(--size-gap) * -1);
	line-height: var(--lineheight);
}

.listing .listing-item {
	position: relative;
	width: 33.333%;
	padding: 0 calc(var(--size-gap) / 2);
	margin-bottom: var(--size-gap);
}

.listitem-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	transition: var(--transition);
}

.listing,
.listing .thumbnail-item {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
}

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

.listing .listitem-wrapper[href] {
	cursor: pointer;
}

.listing .wpb_column {
	float: none;
}

.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;
}

@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,
.listing .excerpt-listing,
.listing .content-item p,
.listing .wpb_text_column * {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.listing .thumbnail-item .image-wrapper,
.listing .thumbnail-item img {
	width: 100%;
	max-height: 100%;
}

.listing .thumbnail-item img {
	transition: var(--transition);
}

/* RESET SLICK STYLES */
.slick-slider {
	display: flex;
	flex-flow: row wrap;
}

.slick-slider .slick-list {
	width: 100%;
}

.slick-slider .slick-slide {
	float: none;
}

.slick-slider .slick-track {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.slick-slider .slick-dots {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	margin-top: 24px;
	padding: 0;
}

.slick-slider .slick-dots li {
	display: flex;
	width: auto;
	margin: 0;
}

.slick-slider .slick-dots li:not(:last-child) {
	margin-right: 4px;
}

.slick-slider .slick-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	background-color: var(--gray);
	border-radius: var(--rounded-full);
	font-size: 0;
	transition: var(--transition);
}

.slick-slider .slick-dots button:hover,
.slick-dots .slick-active button {
	background-color: var(--gray-800);
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 30px;
	height: 30px;
	font-size: 0;
	border-radius: 0;
	transition: var(--transition);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: var(--transparent) center/11px 17px no-repeat;
}

.slick-slider.slick-dotted .slick-arrow {
	top: calc(50% - 20px);
}

.slick-slider .slick-prev.slick-arrow {
	background-image: url(assets/icon/arrow-chevrongray500-left.svg);
}

.slick-slider .slick-prev.slick-arrow {
	left: 0;
}

.slick-slider .slick-next.slick-arrow {
	right: 0;
}

.slick-slider .slick-next.slick-arrow {
	background-image: url(assets/icons/arrow-chevrongray500-right.svg);
}

.slick-slider .slick-arrow.slick-disabled {
	opacity: 0.4;
}

/* RESET NICE SELECT */
.nice-select {
	font-size: var(--text-base);
	color: var(--black);
	line-height: var(--lineheight);
	width: 100%;
	height: auto;
	padding: var(--padding-field);
	padding-right: 36px;
	float: none;
	border: 2px solid var(--gray);
	border-radius: var(--rounded-2xl);
	background: var(--gray-50) url(/wp-content/themes/whello/assets/icons/arrow-chevronblack-bottom.svg)
		calc(100% - 24px) center/12px no-repeat;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
	border-color: var(--gray);
}

.nice-select:after {
	opacity: 0;
}

.nice-select .list {
	width: 100%;
	box-shadow: var(--shadow);
}

.nice-select .list .option.disabled {
	display: none;
}

/* 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: var(--padding-button);
	border: 2px solid var(--transparent);
	border-radius: var(--rounded-full);
}

[class*='whbutton-fill'] .cta-whbutton {
	box-shadow: var(--shadow-fill);
}

[class*='whbutton-outline'] .cta-whbutton {
	box-shadow: var(--shadow-outline);
}

.cta-whbutton {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	line-height: var(--lineheight);
	transition: var(--transition);
}

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

.cta-whbutton .icon-cta,
.whbutton-icon .cta-whbutton::after {
	display: inline-block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	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: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
}

.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: 10px;
}

.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-color--orange .cta-whbutton {
	color: var(--orange);
}

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

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

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

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

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

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

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

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

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

.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-fill--orange .cta-whbutton {
	background-color: var(--orange);
	border-color: var(--orange);
}

.whbutton-fill--orange .cta-whbutton:hover {
	background-color: var(--blue);
	border-color: var(--blue);
}

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

.whbutton-fill--blue .cta-whbutton:hover {
	background-color: var(--orange);
	border-color: var(--orange);
}

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

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

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

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

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

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

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

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

/* STYLE LOGO LABEL */
.logo-groups {
	width: 100%;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	margin-bottom: -20px;
}

.logo-groups .logo-group-item {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	margin-bottom: 20px;
}

.logo-groups .image-logo-group {
	width: auto;
}

.logo-groups .image-logo-group,
.logo-groups .image-wrapper {
	display: flex;
}

/* STYLES LIST BULLET */
[class*='list-bullet'] ul,
[class*='list-bullet'] ol,
[class*='list-bullet'] {
	display: flex;
	flex-flow: row wrap;
	padding-left: 0;
}

[class*='list-bullet'] li {
	position: relative;
	padding-left: 28px;
	list-style: none;
}

[class*='list-bullet'] li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: center/contain no-repeat rgba(0, 0, 0, 0);
}

.list-bullet-whitecheck li:before {
	background-image: url(assets/images/icon-circlecheck-white.svg);
}

.list-bullet-whitegray500 li:before {
	background-image: url(assets/images/icon-circlecheck-gray500.svg);
}

.list-bullet-circlered li:before {
	background-image: url(assets/images/icon-circle-red.svg);
}

.list-bullet-trianglered li:before {
	background-image: url(assets/images/icon-triangle-red.svg);
}

.list-bullet-trophy li:before {
	background-image: url(assets/images/icon-trophy.png);
}

.list-bullet-fingerprint li,
.list-bullet-cpu li,
.list-bullet-star li,
.list-bullet-globe li,
.list-bullet-clock li,
.list-bullet-phone li,
.list-bullet-joystick li {
	padding-top: 10px;
	padding-left: 60px;
}

.list-bullet-fingerprint li + li,
.list-bullet-cpu li + li,
.list-bullet-star li + li,
.list-bullet-globe li + li,
.list-bullet-clock li + li,
.list-bullet-phone li + li,
.list-bullet-joystick li + li {
	margin-top: 16px;
}

.list-bullet-fingerprint li:before,
.list-bullet-cpu li:before,
.list-bullet-star li:before,
.list-bullet-globe li:before,
.list-bullet-clock li:before,
.list-bullet-phone li:before,
.list-bullet-joystick li:before {
	width: 40px;
	height: 40px;
}

.list-bullet-fingerprint li:before {
	background-image: url(/wp-content/uploads/2023/08/Gepersonaliseerd-150x150.png);
}

.list-bullet-cpu li:before {
	background-image: url(/wp-content/uploads/2023/08/AI-technologie-150x150.png);
}

.list-bullet-star li:before {
	background-image: url(/wp-content/uploads/2023/08/Gouden-ster-150x150.png);
}

.list-bullet-globe li:before {
	background-image: url(/wp-content/uploads/2023/08/Wereldwijde-toegang-150x150.png);
}

.list-bullet-clock li:before {
	background-image: url(/wp-content/uploads/2023/08/Tijdsbesparing-150x150.png);
}

.list-bullet-phone li:before {
	background-image: url(/wp-content/uploads/2023/08/Mobile-friendly-150x150.png);
}

.list-bullet-joystick li:before {
	background-image: url(/wp-content/uploads/2023/08/Gamification-150x150.png);
}

/* -- Ajax Loading -- */
.ajaxloading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--overlay-transparent);
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
	overflow: hidden;
}

.ajaxloading svg {
	width: 80px;
	height: 80px;
}

.text-gray500 {
	color: var(--gray-500);
}


/*Author card*/
.single-post .entry-content-footer {
    margin-top: 80px;
}

.single-post .entry-content-footer .author-card {
    padding: 30px 20px;
    box-shadow: 0 0 5px #ccc;
    border-radius: var(--rounded);
}

.author-card .listing-item {
    width: 100%;
    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;
}

.author-card .thumbnail-item {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.author-card .thumbnail-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
}

.entry-content-footer .author-card .content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.author-card .content-item .cta-btn {
    margin-top: 20px;
    color: var(--orange);
    font-weight: 800;
    text-decoration: underline;
}

.subtitle-listing {
    width: 100%;
    color: var(--orange);
    display: block;
    margin-bottom: 15px;
}




@media all and (min-width: 601px){
    .entry-content-footer .author-card .content-item {
		width: -webkit-calc(100% - 190px);
		width: -moz-calc(100% - 190px);
		width: calc(100% - 190px);
		margin-left: 30px;
	}

	.entry-content-footer .author-card .thumbnail-item img,
	.entry-content-footer .author-card .thumbnail-item .alt-image {
		width: 160px;
		height: 160px;
	}
}



@media all and (max-width: 600px){
    .listing-list.listing-list-default .thumbnail-item {
        width: 100%;
        margin-bottom: 35px;
        flex: 100%;
    }

    .listing-list.listing-list-default .content-item {
        width: 100%;        
    }

    .listing-list.listing-list-default .thumbnail-item img,
	.listing-list.listing-list-default .thumbnail-item .alt-image {
		width: -webkit-calc(100vw - 150px);
		width: -moz-calc(100vw - 150px);
		width: calc(100vw - 150px);
		height: -webkit-calc(100vw - 150px);
		height: -moz-calc(100vw - 150px);
		height: calc(100vw - 150px);
		margin: 0 auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
}