.vcx-title {
	position: relative;
	font-family: var(--header-font-family);
	margin-left: auto;
	margin-right: auto;
	max-width: var(--max-width);
	margin: 0 auto;
	z-index: 1;
	color: var(--text-color);
}

.vcx-title .wx-title {
	color: var(--header-color);
	line-height: 1.3em;
	text-align: center;
	font-family: var(--primary-header-font-family-en), var(--primary-header-font-family-th), tahoma, sans-serif, FontAwesome;
}

.vcx-title .ux-sub-title {
	color: var(--text-sub-header-color);
	text-align: center;
	margin: 0;
	line-height: 1.64em;
}

.vcx-title .ux-align-left {
	text-align: left;
}

.vcx-title.with-text-shadow .wx-title {
	text-shadow: var(--text-shadow);
}

.vcx-title a[data-action="edit"] {
	top: 10px !important;
	right: 7px !important;
	width: 15px !important;
	height: 15px !important;
}

.vcx-title .command-button.settings {
	top: 29px !important;
	right: 7px !important;
	width: 15px !important;
	height: 15px !important;
}
