/*!
Theme Name: GoGlobal
Theme URI: http://underscores.me/
Author: GoGlobal Developer
Author URI: https://cornerstoneandcompass.com/
Description: Theme for GoGlobal
Version: 2.0.0
Tested up to: 8.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: goglobal
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: 'Domine';
	src: url('assets/fonts/Domine-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

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

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

:root {
	--container: 1225px;
	--container-width: 100%;

	--text-2xs: 12px;
	--text-xs: 14px;
	--text-sm: 16px;
	--text-base: 18px;
	--text-md: clamp(15px, calc(0.45vw + 13.57px), 20px);
	--text-lg: clamp(18px, calc(0.36vw + 16.86px), 22px);
	--text-xl: clamp(22px, calc(0.71vw + 19.71px), 30px);
	--text-2xl: clamp(24px, calc(1.07vw + 20.57px), 36px);
	--text-3xl: clamp(31px, calc(1.52vw + 26.14px), 48px);
	--text-4xl: clamp(45px, calc(1.79vw + 39.29px), 65px);

	--lineheight-xs: 1;
	--lineheight-sm: 26px;
	--lineheight: 28px;
	--lineheight-md: clamp(20px, calc(0.54vw + 18.29px), 26px);
	--lineheight-lg: clamp(23px, calc(0.63vw + 21px), 30px);
	--lineheight-xl: clamp(28px, calc(0.71vw + 25.71px), 36px);
	--lineheight-2xl: clamp(30px, calc(1.43vw + 25.43px), 46px);
	--lineheight-3xl: clamp(38px, calc(1.79vw + 32.29px), 58px);
	--lineheight-4xl: clamp(48px, calc(2.32vw + 40.57px), 74px);

	--letterspacing: 0.02em;
	--letterspacing-md: 0.3em;

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

	--padding-container: calc((100% - var(--container)) / 2);
	--padding-field: 12px 16px;
	--padding-button: 13px 30px;
	/* use by header of logo Goglobal and will be padding of mobile */
	--padding-side: 20px;
	--padding-base: 105px;

	--rounded-xs: 4px;
	--rounded-sm: 8px;
	--rounded: 10px;
	--rounded-md: 16px;
	--rounded-lg: 20px;
	--rounded-xl: 25px;
	--rounded-2xl: 30px;
	--rounded-full: 999999px;

	--transparent: rgba(0, 0, 0, 0);
	--white: #fff;
	--black: #000;
	--charcoal: #212630;
	--pearl: #FFF8F1;
	--clay: #FCE7D2;
	--pink: #FF4D7F;
	--pink-500: #D51E51;
	--red: #ef4444;
	--green: #34d399;
	--orange: #f97316;
	--gray-200: #D9D9D9;
	--gray-300: #C3C3D1;
	--gray-350: #656972;
	--gray: #708090;


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

	--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: 1199px) {
	:root {
		--container: 100%;
		--padding-container: 50px;
	}
}

@media all and (max-width: 600px) {
	:root {
		--padding-container: 25px;
	}
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	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-secondary);
	color: var(--charcoal);
	-moz-block-height: normal;
	line-height: var(--lineheight);
	font-size: var(--text-base);
	font-weight: 300;
	letter-spacing: var(--letterspacing);
	-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(--pearl);
}

html {
	overflow-x: hidden;
}

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

@media all and (max-width: 900px) {
	:root {
		--container-width: calc(100% - 50px);
	}
}

@media all and (max-width: 600px) {
	.container {
		width: var(--container-width);
	}
}

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 {
	margin-bottom: 24px;
}

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

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

li {
	width: 100%;
	line-height: var(--lineheight);
}

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

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 {
	font-family: var(--fontfamily-primary);
	font-weight: 700;
	letter-spacing: normal;
	color: var(--charcoal);
}

h5,
h6 {
	font-family: var(--fontfamily-secondary);
	font-weight: 600;
	letter-spacing: normal;
	color: var(--charcoal);
}

h1 {
	margin-bottom: 25px;
	font-size: var(--text-4xl);
	line-height: var(--lineheight-4xl);
}

h2 {
	margin-bottom: 20px;
	font-size: var(--text-3xl);
	line-height: var(--lineheight-3xl);
}

h3 {
	margin-bottom: 18px;
	font-size: var(--text-2xl);
	line-height: var(--lineheight-2xl);
}

h4 {
	margin-bottom: 14px;
	font-size: var(--text-xl);
	line-height: var(--lineheight-xl);
}

h5 {
	margin-bottom: 14px;
	font-size: var(--text-lg);
	line-height: var(--lineheight-lg);
}

h6 {
	margin-bottom: 14px;
	font-size: var(--text-md);
}

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

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

strong,
b {
	font-weight: 600;
}

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 {
	font-family: var(--fontfamily-secondary) !important;
	font-size: var(--text-base) !important;
	font-weight: 300 !important;
	line-height: var(--lineheight) !important;
	color: #656972 !important;
	opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
	font-family: var(--fontfamily-secondary) !important;
	font-size: var(--text-base) !important;
	font-weight: 300 !important;
	line-height: var(--lineheight) !important;
	color: #656972 !important;
	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: 2px solid var(--charcoal);
	border-radius: var(--rounded);
	font-family: var(--fontfamily-secondary);
	font-size: var(--text-sm);
	line-height: 26px;
	color: var(--charcoal);
	caret-color: var(--charcoal);
	word-break: normal;
	background-color: var(--white);
	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(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, .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(--charcoal);
	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: 16px;
	min-width: 16px;
	height: 16px;
	min-height: 16px;
	padding: 0;
	border: 1px solid #BFBFBF;
	line-height: normal;
	background: var(--white) center/calc(100% + 1px) 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-xs);
}

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

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

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

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

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

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

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

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

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

hr {
	height: 0;
	margin: 25px 0 30px;
	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 */
.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;

	overflow: hidden;
}

.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%;
	padding-top: 13px;
	margin-top: 30px;
	border-top: 1px solid #e2e2e2;
}

.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 {
	font-weight: 400;
	color: var(--white);
	background-color: var(--charcoal);
}

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination .page-numbers .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 5px 10px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: var(--charcoal);
	background-color: var(--gray-300);
	background-image: none;
	transition: .3s;
	white-space: nowrap;
}

.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.prev,
.pagination .page-numbers.next {
	width: auto;
	background: none;
}


/* LISTING STYLE */
.listing .thumbnail-item {
	display: flex;
}

.listing .image-link {
	display: flex;
	width: 100%;
}

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

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

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

.listing .title-listing,
.listing .content-item p {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* SWIPER @ Progressbar & Fraction Reset */
.swiper-control {
	position: relative;
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 30px;
}

.swiper-control .swiper-pagination {
	position: static;
	height: 5px !important;
	background-color: var(--gray-200);
}

.swiper-control .swiper-pagination .swiper-pagination-progressbar-fill {
	background-color: var(--pink);
}

.swiper-control .swiper-control__fraction {
	position: relative;
	flex: 0 0 134px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.swiper-control .swiper-control__fraction .swiper-slider__current {
	font-weight: 600;
}

.swiper-control .swiper-control__fraction [class*="swiper-button"] {
	position: static;
	width: 41px;
	height: 41px;
	margin: 0;
	opacity: 1;
}

.swiper-control .swiper-control__fraction [class*="swiper-button"]:after {
	display: none;
}

.swiper-control .swiper-control__fraction [class*="swiper-button"].swiper-button-disabled circle,
.swiper-control .swiper-control__fraction [class*="swiper-button"].swiper-button-disabled path {
	stroke: var(--gray-300);
	transition: .3s;
}
