/*!
Theme Name: Vincoguide
Theme URI: http://underscores.me/
Author: Andika - Whello Developer
Author URI: https://whello.id
Description: Whello Theme standard
Version: 1.4.1
Tested up to: 5.4
Requires PHP: 7.0
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.
*/

:root {
	--text-xs: 10px;
	--text-sm: 12px;
	--text-base: 14px;
	--text-lg: 15px;
	--text-xl: 15px;
	--text-2xl: 16px;
	--text-3xl: 20px;
	--text-4xl: 24px;
	--suffix-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
		"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
		"Helvetica Neue", sans-serif;
}

*,
*:before,
*:after {
	--container: 1170px;
	--padding-container: -webkit-calc((100% - var(--container)) / 2);
	--padding-container: -moz-calc((100% - var(--container)) / 2);
	--padding-container: calc((100% - var(--container)) / 2);

	--h-header: 120px;
	--h-screen: 100vh;

	--rounded-none: 0px;
	--rounded-sm: 5px;
	--rounded: 10px;
	--rounded-full: 50%;

	--transparent: rgba(0, 0, 0, 0);
	--white: #FFFFFF;
	--black: #000000;
	--blue: #1B95C2;
	--red: #ff0000;
	--darkblue: #085875;
	--softgray: #f7f7f7;
	--gray: #97989D;
	--gray-second: #F4F6F8;
	--gray-third: #F9FBFB;
	--gray-forth: #EFF1F3;
	--darkgray: #3F4354;
	

	

	--shadow: 0px 0px 25px rgba(0, 0, 0, 0.02);

	--duration: .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: 600px) {
	:root {
		--text-3xl: 14px;
		--text-4xl: 18px;
	}
}

@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('assets/fonts/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('assets/fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('assets/fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('assets/fonts/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	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;
}

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

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

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

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



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

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

body {
	margin: 0;
	font-family: "Montserrat", var(--suffix-family);
	color: var(--darkgray);
	-moz-block-height: normal;
	line-height: 20px;
	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);
	background-color: var(--softgray);
	word-break: break-word;
}

html,
body {
	width: 100%;
}

html {
	overflow-x: hidden;
}

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

html.prevent-default {
	overflow: hidden;
}

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

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,
ol+p,
ul+p {
	margin-top: 24px;
}

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

li {
	width: 100%;
}

li:not(:last-child) {
	margin-bottom: 10px;
}

ul {
	list-style: outside disc;
}

ol {
	list-style: outside decimal;
}

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

a * {
	cursor: pointer;
	cursor: hand
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 27px;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 20px;
}

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

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

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

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

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

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

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

h2~h2,
h2~h3,
h3~h3 {
	margin-top: 24px;
}

h3~h4,
h4~h4 {
	margin-top: 16px;
}

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

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

strong,
b {
	font-weight: 700;
}

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

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

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

::-webkit-input-placeholder {
	color: #858EAD;
	opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
	color: #858EAD;
	opacity: 1;
}

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

input:disabled {
    background: rgba(255,255,255,.5);
    color: rgba(44,51,56,.5);
}

input[type=color],
input[type=date],
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%;
	font-family: "Montserrat", var(--suffix-family);
	caret-color: var(--black);
	border: 2px solid var(--softgray);
	font-size: var(--text-base);
	line-height: 17px;
	color: var(--darkgray);
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	background-color: var(--white);
	padding: 8px 16px;
	word-break: normal;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

select {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   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(assets/images/icon-sort-gray-down.svg) -webkit-calc(100% - 16px) center/9px no-repeat;
	background: var(--white) url(assets/images/icon-sort-gray-down.svg) -moz-calc(100% - 16px) center/9px no-repeat;
	background: var(--white) url(assets/images/icon-sort-gray-down.svg) calc(100% - 16px) center/9px no-repeat;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	color: var(--gray);
}

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

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

select option[disabled] {
	display: none;
}

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

.bbp-user-edit textarea {
	height: 125px;
}

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

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

textarea::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(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: -moz-grab;
	cursor: grab;
}

input[type="range"]:active {
	cursor: -webkit-grabbing;
	cursor: -moz-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) -webkit-calc(100% - 24px) center/24px 26px no-repeat;
	background: url(assets/images/icon-calendar-grey.svg) -moz-calc(100% - 24px) center/24px 26px no-repeat;
	background: url(assets/images/icon-calendar-grey.svg) calc(100% - 24px) center/24px 26px no-repeat;
}

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

input[type="checkbox"] {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

input[type="checkbox"]:checked {
	background-image: url(assets/images/icon-checklist-blue.svg);
}

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

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

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

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

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"] {
	-webkit-appearance: initial;
	   -moz-appearance: initial;
	        appearance: initial;
}

button,
select {
	text-transform: none
}

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

progress {
	vertical-align: baseline
}

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

th,
td {
	vertical-align: middle;
}

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

hr {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	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: none;
	text-decoration: none;
	border-bottom: 0;
	-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 {
	width: 100%;
	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;
	min-height: var(--h-screen);
}

body>.site>.site-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        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 ul.page-numbers {
	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;
	width: 100%;
	margin-top: 40px;
	margin-bottom: -10px;
}

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

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

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

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination ul.page-numbers .page-numbers {
	width: 23px;
	height: 23px;
	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;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	font-size: var(--text-base);
	color: var(--gray);
	background-color: var(--transparent);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

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

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination ul.page-numbers .next,
.woocommerce-pagination ul.page-numbers .prev {
	width: 30px;
	-webkit-border-radius: var(--rounded-none);
	   -moz-border-radius: var(--rounded-none);
	        border-radius: var(--rounded-none);
	font-size: 30px;
	line-height: 1;
	padding-bottom: 6px;
}

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


.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
    width: auto;
    border: none;
    font-size: 0;
    line-height: 1;
    padding: 0;
}

.pagination .page-numbers.prev:before,
.pagination .page-numbers.next:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(./assets/images/icon-arrow-chevrongray-right.svg) center/contain no-repeat;
}

.pagination .page-numbers.prev:before {
	-webkit-transform: scale(-1);
	   -moz-transform: scale(-1);
	    -ms-transform: scale(-1);
	     -o-transform: scale(-1);
	        transform: scale(-1);
}

.pagination .next.page-numbers::before,
.pagination .prev.page-numbers::before {
	-webkit-transition: all var(--duration) ease-in-out;
	-o-transition: all var(--duration) ease-in-out;
	-moz-transition: all var(--duration) ease-in-out;
	transition: all var(--duration) ease-in-out;
}

.pagination .next.page-numbers:hover:before,
.pagination .prev.page-numbers:hover:before {
	opacity: 0.4;
}

.pagination .page-numbers.next {
	margin-left: 13px;
}

.pagination .page-numbers.prev {
	margin-right: 6px;
}




/* LISTING STYLE */
.listing,
.listing .thumbnail-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	overflow: hidden;
}

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

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

.listing .wpb_column {
	float: none;
}

ul.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 screen and (min-width:0\0) and (min-resolution:+72dpi) {
	.listing {
		width: -webkit-calc(100% + 1px);
		width: -moz-calc(100% + 1px);
		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 .content-item p,
.listing .wpb_text_column * {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}


/* RESET BUTTON / CTA */
.whbutton-wrapper {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.whbutton-wrapper:not(.whbutton-align--inline) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.whbutton-wrapper.whbutton-align--left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.whbutton-wrapper.whbutton-align--center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.whbutton-wrapper.whbutton-align--right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

[class*="whbutton-fill"] .cta-whbutton,
[class*="whbutton-outline"] .cta-whbutton {
	padding: 9px 32px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	border: 1px solid var(--transparent);
}

.cta-whbutton {
	position: relative;
	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: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: 14px;
	text-align: left;
}

.cta-whbutton .label-cta {
	line-height: 14px;
	color: inherit;
}

.cta-whbutton .icon-cta,
.whbutton-icon .cta-whbutton::after {
	display: inline-block;
	width: 14px;
	min-width: 14px;
	height: 14px;
	min-height: 14px;
	transition: transform .3s, opacity .3s,
		visibility .3s, -webkit-transform .3s;
}

.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: 14px;
	min-width: 14px;
	height: 14px;
	min-height: 14px;
}

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

[class*="whbutton-animate-"] .cta-whbutton .icon-cta--hover {
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        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 {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	   -moz-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* SELECT2 RESET */
@media all and (min-width: 1200px) {
	html[lang] {
		margin-top: 0 !important;
	}

	body.admin-bar {
		padding-top: 32px;
	}
}

select~.select2-container {
	max-width: 100%;
	width: 100%;
}

select~.select2 .selection {
	display: block;
}

select~.select2.select2-container.select2-container--default .select2-selection {
	height: auto;
	margin: 0;
	overflow: hidden;
	background: url(/wp-content/uploads/2021/08/dropdown-form.svg) -webkit-calc(100% - 24px) center/11px no-repeat;
	background: url(/wp-content/uploads/2021/08/dropdown-form.svg) -moz-calc(100% - 24px) center/11px no-repeat;
	background: url(/wp-content/uploads/2021/08/dropdown-form.svg) calc(100% - 24px) center/11px no-repeat;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	border: 2px solid var(--softgray);
	background-color: #fff;
	padding: 8px 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

select~.select2 .select2-selection .select2-selection__rendered {
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	padding: 0;
	margin: 0;
}

select~.select2 .select2-selection .select2-selection__arrow {
	display: none;
}

.select2-container--default {
	min-width: 100%;
	font-family: "NeueHaasGroteskDisp Pro Md", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.select2-container.select2-container--default>.select2-dropdown {
	overflow: hidden;
	top: 4px;
	-webkit-box-shadow: 0 4px 8px rgb(232 232 232 / 50%);
	   -moz-box-shadow: 0 4px 8px rgb(232 232 232 / 50%);
	        box-shadow: 0 4px 8px rgb(232 232 232 / 50%);
	border: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.select2-container--default .select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-results .select2-results__options[role="listbox"] {
	max-height: 250px;
}

.select2-container--default .select2-results .select2-results__option {
	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;
	margin-bottom: 0;
	padding: 12px 24px;
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	display: none;
}

.select2-container.select2-container--default .select2-results__option[aria-selected=true],
.select2-container.select2-container--default .select2-results__option[data-selected=true],
.select2-container.select2-container--default .select2-results .select2-results__option.select2-results__option--highlighted,
.select2-container.select2-container--default .select2-results .select2-results__option[aria-selected="true"] {
	background-color: rgb(9 70 95 / 5%);
	color: #4f4f4f;
}

.select2-container .flag-icon.flag-icon-netherland {
	background-image: url(/wp-content/themes/whello/assets/images/flag-nl-wormm.svg);
}

.select2-container .flag-icon.flag-icon-denmark {
	background-image: url(/wp-content/themes/whello/assets/images/flag-de-wormm.svg);
}

.select2-container .flag-icon.flag-icon-france {
	background-image: url(/wp-content/themes/whello/assets/images/flag-fr-wormm.svg);
}

.select2-container .flag-icon.flag-icon-united-kingdom {
	background-image: url(/wp-content/themes/whello/assets/images/flag-uk-wormm.svg);
}

.select2-container .flag-icon {
	display: block;
	width: 30px;
	height: 21px;
	background: center/cover no-repeat;
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	margin-right: 18px;
}

.select2-selection__rendered li:before {
	display: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	width: auto;
	font-size: 14px;
	color: var(--darkgray);
	background: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-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-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px 5px 5px 0;
	margin-top: 0;
	margin-bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	width: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	height: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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;
	padding: 0 5px !important;
	color: var(--gray) !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline !important;
	list-style: none;
	padding: 0;
}

select~.select2.select2-container.select2-container--default span.select2-selection.select2-selection--multiple {
	padding-left: 16px;
}


/* ICON & TEXT */
.icon-text-wrapper {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-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-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.icon-text-wrapper .col-icontext {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.icon-text-wrapper.icon-size--small .col-icontext {
	width: 24px;
	height: 24px;
}

.icon-text-wrapper.icon-size--medium .col-icontext {
	width: 33px;
	height: 33px;
}

.icon-text-wrapper.icon-size--large .col-icontext {
	width: 50px;
	height: 50px;
}

.icon-text-wrapper .col-content-icontext {
	padding-left: 16px;
}

.icon-text-wrapper.icon-position--right .col-content-icontext {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	   -moz-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	padding-left: 0;
	padding-right: 16px;
}

.icon-text-wrapper .col-content-icontext p {
	margin: 0;
}

.icon-text-wrapper.alignment--left,
.icon-text-wrapper.alignment--center,
.icon-text-wrapper.alignment--right {
	width: 100%;
}

.icon-text-wrapper.alignment--center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.icon-text-wrapper.alignment--right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.icon-text-wrapper.alignment--left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

@media all and (max-width: 600px) {
	.icon-text-wrapper.icon-size--medium .col-icontext {
		width: 24px;
		height: 24px;
	}

}


/* elemen-hide */
.elemen-hide {
	display: none;
}

