/*************************************************************************************************************************************************************************
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 																	Text
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
**************************************************************************************************************************************************************************/ 

[class*="vb-txt-"] {
	--txt-sp: 0px;
	--txt-ht: auto;
	--txt-wt: fit-content;
	--txt-cr: var(--vb-global-cr);
	--txt-bg-img: initial;
	--txt-bg-clip: initial;
	--txt-txt-fl: initial;
	--txt-txt-st: none;
	--txt-txt-sd: none;
	--txt-hv-cr: var(--txt-cr);
	--txt-hv-bg-img: initial;
	--txt-hv-bg-clip: initial;
	--txt-hv-txt-fl: initial;
	--txt-hv-txt-st: none;
	--txt-hv-txt-sd: none;
	--txt-fn-fm: inherit;
	--txt-fn-sz: var(--vb-p-fn-sz);
	--txt-fn-wt: var(--vb-p-fn-wt);
	--txt-li-ht: var(--vb-p-li-ht);
	--txt-txt-dec: none;
	--txt-txt-tf: none;
	--txt-lt-sp: none;
	--txt-wd-sp: none;
	--txt-fn-st: none;
	--txt-icn-cr: inherit;
	--txt-icn-hv-cr: inherit;
	--txt-icn-sz: 1.25em;
	--txt-icn-sp: 7px;
	--txt-ti: var(--vb-global-ti-duration);
	--txt-bg: transparent;
	--txt-br-wt: 0px;
	--txt-br-cr: var(--vb-global-br-cr);
	--txt-br-st: solid;
	--txt-pd:0px;
	--txt-sd: initial;
	--txt-rd: var(--vb-global-rd);
	--txt-hv-bg: var(--txt-bg);
	--txt-hv-br-wt: var(--txt-br-wt);
	--txt-hv-br-cr: var(--txt-br-cr);
	--txt-hv-br-st: var(--txt-br-st);
	--txt-hv-sd: var(--txt-sd);
}

body [class*="vb-txt-"] {
	position: relative;
	display:inline-block !important;
	text-align: inherit!important;
	justify-content: inherit!important;
	vertical-align: top!important;
	flex-wrap: wrap!important;
	vertical-align: top!important;
	margin: var(--txt-sp)!important;
	padding: var(--txt-pd)!important;
	width: var(--txt-wt)!important;
	height: var(--txt-ht)!important;
	min-height: var(--txt-ht)!important;
	color: var(--txt-cr) !important;
	background-image: var(--txt-bg-img) !important;
	-webkit-background-clip: var(--txt-bg-clip) !important;
	-webkit-text-fill-color: var(--txt-txt-fl) !important;
	-webkit-text-stroke: var(--txt-txt-st) !important;
	text-shadow: var(--txt-txt-sd) !important;
	font-family: var(--txt-fn-fm) !important;
	font-size: var(--txt-fn-sz)  !important;
	font-weight: var(--txt-fn-wt) !important;
	line-height: var(--txt-li-ht) !important;
	text-decoration: var(--txt-txt-dec) !important;
	text-transform: var(--txt-txt-tf) !important;
	letter-spacing: var(--txt-lt-sp) !important;
	word-spacing: var(--txt-wd-sp) !important;
	font-style: var(--txt-fn-st) !important;
	transition-duration: var(--txt-ti) !important;
	transition-property: var(--vb-global-ti-property)!important;
	gap: var(--txt-icn-sp)!important;
	align-items: center!important;
}   
 
body [class*="vb-txt-"]:hover,
  body [class*="vb-post-icon"]:hover [class*="vb-txt-"] {
	color: var(--txt-hv-cr) !important;
	background-image: var(--txt-hv-bg-img) !important;
	-webkit-background-clip: var(--txt-hv-bg-clip) !important;
	-webkit-text-fill-color: var(--txt-hv-txt-fl) !important;
	-webkit-text-stroke: var(--txt-hv-txt-st) !important;
	text-shadow: var(--txt-hv-txt-sd) !important;
	transition-duration: var(--txt-ti) !important;
	transition-property: var(--vb-global-ti-property)!important;
}
 /*************************************************************************************************************************************************************************
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 																	Text Icon
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
**************************************************************************************************************************************************************************/ 
body [class*="vb-txt-"]::after {
	position: absolute;
	width: 100%;
	height: 100%;
	inset-inline-start: 0px;
	top: 0px;
	z-index: -1;
	box-sizing: border-box;
	content: var(--txt-box)!important;
	background: var(--txt-bg)!important;
	border-width: var(--txt-br-wt)!important;
	border-color: var(--txt-br-cr)!important;
	border-style: var(--txt-br-st)!important;
	box-shadow: var(--txt-sd)!important;
	border-radius: var(--txt-rd)!important;
	transition-duration: var(--txt-ti)!important;
	transition-property: var(--vb-global-ti-property)!important;
}

body a[class*="vb-txt-"]:hover::after,
body [class*="vb-post-icon"]:hover [class*="vb-txt-"]:after {
	background: var(--txt-hv-bg)!important;
	border-width: var(--txt-hv-br-wt)!important;
	border-color: var(--txt-hv-br-cr)!important;
	border-style: var(--txt-hv-br-st)!important;
	box-shadow: var(--txt-hv-sd)!important;
}
 /*************************************************************************************************************************************************************************
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 																	Text Icon
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
**************************************************************************************************************************************************************************/ 
body [class*="vb-txt-"]::before {
	color: var(--txt-icn-cr,inherit)!important;
	font-size: var(--txt-icn-sz,1.25em)!important;
	font-weight: 400!important;
	display: flex!important;
	align-items: center!important;
	line-height: 1.25em !important;
	width: 1.25em !important;
	height: var(--txt-icn-ht,1.25em) !important;
	justify-content: center!important;
}

body [class*="vb-txt-"]:hover::before,
body [class*="vb-txt-"][class*="-active"]:before {
	color: var(--txt-icn-hv-cr)!important;
}

body .vb-txt-icon[class*="vb-txt-"].vb-txt-icon {
	--txt-pd: 0px !important;
	width: var(--txt-ht) !important;
}

body .vb-txt-icon[class*="vb-txt-"].vb-txt-icon span {
	display: none !important;
}

body .vb-txt-icon-after[class*="vb-txt-"] {
	flex-direction: row-reverse!important;
}
/*
 
*/
body [class*="vb-txt-"]::after {
	content: "";
}

body [class*="vb-txt-"] >  *:first-child {
	margin-top: 0px ;
}

 
body [class*="vb-txt-"] >  *:last-child {
	margin-bottom: 0px;
}
 