html {
	font-size: 17px;
}

body,
.sans-serif {
	font-family: 'Cabin', sans-serif;
	letter-spacing: -0.015rem;
}

.bg-twitch {
	background-color: #a970ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lora', serif;
	letter-spacing: -0.05rem;
}
.wow:not(.animated) {
	background: #00000004;
}
.wow:not(.animated) > * {
	visibility: hidden;
}
.serif {
	font-family: 'Lora', serif;
}

.modal {
	z-index: 9999999999 !important;
}

.offcanvas {
	max-width: 80% !important;
}

/*cookie bot */
#CybotCookiebotDialog {
	background: #fffff6 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter
	#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter
	#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogNav
	.CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	border-color: #000 !important;
	color: #000 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
	color: #000 !important;
}

#CookiebotWidget :focus-visible,
#CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
	outline: none !important;
}

/*cookie bot */

.bg-old,
body {
	background: #fffff6;
}

.flip {
	display: inline-block;
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}

a.spa,
a.loader {
	position: relative !important;
}

nav a.spa.active {
	background: rgba(var(--bs-primary-rgb), 0.1) !important;
}

.text-old {
	color: #fffff6;
}

.bg-black000 {
	background-color: #000 !important;
}

a,
button {
	outline: 0;
}

.btn-close:focus {
	box-shadow: none !important;
}

p:last-of-type {
	margin: 0;
}

.border-end.border-dashed {
	border-right-style: dashed !important;
}

.post .column:last-of-type {
	border: 0 !important;
}

.post .comments .comments:not(:empty):before,
.post .comments .comments:not(:empty):after {
	content: '';
	background: #faf2dd;
	position: absolute;
	z-index: -1;
}

.post .comments .comments:not(:empty):before {
	height: calc(100% - 0.75rem);
	width: 1px;
	left: calc(var(--bs-gutter-x) * 0.5 + 22.5px);
	top: 0;
}

.post .comments .comments:not(:empty):after {
	height: 1px;
	width: 2rem;
	left: calc(var(--bs-gutter-x) * 0.5 + 22.5px);
	bottom: 0.75rem;
}

.owl-carousel .owl-stage {
	display: block !important;
}

.initial-capital:first-letter {
	float: left;
	font-weight: bold;
	font-size: 5rem;
	line-height: 4rem;
	height: 4rem;
	text-transform: uppercase;
	padding: 0.5rem;
}

[data-img-modal]:not([data-img-modal='']) {
	cursor: pointer !important;
}

.img {
	background-image: url('../img/default.webp');
	background-size: cover;
	background-position: center !important;
	width: 100%;
	background-repeat: no-repeat;
	filter: sepia(0.2);
}

.img.user {
	background-image: url('../img/default-user.webp');
}

.img.zoom {
	background-size: auto 100% !important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

/* IMG with Ratio */
.ratio.portrait,
.ratio.landscape {
	overflow: hidden !important;
	position: relative !important;
	display: block !important;
}

.ratio.portrait > img {
	width: auto !important;
}

.ratio.landscape > img {
	height: auto !important;
}

.ratio > img {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

@media (pointer: fine) {
	.ratio.zoom:hover > img {
		transform: translate(-50%, -50%) scale(1.2) !important;
	}
}

/* IMG with Ratio */

@media (pointer: fine) {
	a:hover,
	button:hover {
		opacity: 0.75 !important;
	}

	.img.zoom:hover {
		background-size: auto 110% !important;
	}
}

/* hscroll */
.hscroll > *::-webkit-scrollbar-thumb,
.hscroll > *::-webkit-scrollbar,
.hscroll > *::-webkit-scrollbar-track {
	height: 0 !important;
	width: 0 !important;
	display: none !important;
}

.hscroll {
	overflow-y: hidden;
	position: relative;
}

.hscroll > * {
	-webkit-user-select: none;
	display: block;
	overflow-y: hidden;
	padding: 0;
	position: relative;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
}

.hscroll > * > * {
	width: min-content;
	min-width: 100%;

	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

.hscroll:after {
	content: '';
	background: -webkit-linear-gradient(0deg, rgba(48, 49, 52, 0), #fffff6);
	height: 100%;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 0;
	width: 24px;
	z-index: 2;
}

.hscroll.dark:after {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 0.5))
	) !important;
}

/* hscroll */

hr {
	opacity: 0.1;
}

img.tier {
	height: 1.35em;
	width: 1.35em;
}
.blur {
	-webkit-backdrop-filter: blur(5px);
	-moz-backdrop-filter: blur(5px);
	-o-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.no-outline {
	outline: 0 none !important;
	box-shadow: none !important;
}

.simditor {
	width: 100%;
}

.simditor .simditor-toolbar > ul > li > .toolbar-item {
	height: auto !important;
}

.simditor .simditor-toolbar > ul > li a {
	padding: 1rem !important;
}

.simditor .simditor-toolbar > ul {
	padding: 0 !important;
}

[content] p:last-of-type {
	margin: 0;
}

.text-justify {
	text-align: justify !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-black {
	font-weight: 900 !important;
}

/* col-1 - col-11 */
.column[class*='col-']:not([class*='col-sm']):not([class*='col-md']):not(
		[class*='col-lg']
	):not([class*='col-xl']):not([class*='col-xxl']):not(.col-12)
	> .d-flex
	> .align-content-stretch
	> .d-flex
	.img
	> img {
	display: none !important;
}

/*SM*/
@media (min-width: 576px) {
	.column[class*='col-sm']:not(.col-sm-12)
		> .d-flex
		> .align-content-stretch
		> .d-flex
		.img
		> img {
		display: none !important;
	}

	.border-sm {
		border: 1px solid #dee2e6;
	}

	.ratio.portrait-sm > img {
		width: auto !important;
		height: 100% !important;
	}

	.ratio.landscape-sm > img {
		width: 100% !important;
		height: auto !important;
	}
}

/*MD*/
@media (min-width: 768px) {
	.column[class*='col-md']:not(.col-md-12)
		> .d-flex
		> .align-content-stretch
		> .d-flex
		.img
		> img {
		display: none !important;
	}

	.fs-md-5 {
		font-size: 1.25rem !important;
	}

	.ratio.portrait-md > img {
		width: auto !important;
		height: 100% !important;
	}

	.ratio.landscape-md > img {
		width: 100% !important;
		height: auto !important;
	}
}

/*LG*/
@media (min-width: 992px) {
	.border-lg-top {
		border-top: 1px solid #dee2e6;
	}

	.column[class*='col-lg']:not(.col-lg-12)
		> .d-flex
		> .align-content-stretch
		> .d-flex
		.img
		> img {
		display: none !important;
	}

	.ratio.ratio-lg-16x9 {
		--bs-aspect-ratio: calc(9 / 16 * 100%) !important;
	}

	.ratio.ratio-lg-21x9 {
		--bs-aspect-ratio: calc(9 / 21 * 100%);
	}

	.ratio.ratio-lg-1x1_5 {
		--bs-aspect-ratio: 150%;
	}

	.fs-lg-5 {
		font-size: 1.25rem !important;
	}

	.ratio.portrait-lg > img {
		width: auto !important;
		height: 100% !important;
	}

	.ratio.landscape-lg > img {
		width: 100% !important;
		height: auto !important;
	}
}

/*XL*/
@media (min-width: 1200px) {
	.border-xl-top {
		border-top: 1px solid #dee2e6;
	}

	.column[class*='col-xl']:not(.col-xl-12)
		> .d-flex
		> .align-content-stretch
		> .d-flex
		.img
		> img {
		display: none !important;
	}

	.h-xl-100 {
		height: 100% !important;
	}

	.position-xl-absolute {
		position: absolute !important;
	}

	.hidenav_gap {
		padding-top: 123px;
	}

	.ratio.portrait-xl > img {
		width: auto !important;
		height: 100% !important;
	}

	.ratio.landscape-xl > img {
		width: 100% !important;
		height: auto !important;
	}
}

/*XXL*/
@media (min-width: 1400px) {
	.column[class*='col-xxl']:not(.col-xxl-12)
		> .d-flex
		> .align-content-stretch
		> .d-flex
		.img
		> img {
		display: none !important;
	}

	.ratio.portrait-xxl > img {
		width: auto !important;
		height: 100% !important;
	}

	.ratio.landscape-xxl > img {
		width: 100% !important;
		height: auto !important;
	}
}
