/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 2.0
*/

.vcex-heading-w-badge .vcex-heading-inner {
	display: flex;
	flex-direction: column-reverse;
}

.wpex-badge {
	width: fit-content;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.vcex-heading-inner {
	hyphens: none !important;
}

.dotbox .vc_column-inner {
	border-style: dotted;
	border-color: var(--wpex-accent);
	border-width: 6px;
	padding: 40px;
}

@media only screen and (max-width: 768px) {
	.dotbox .vc_column-inner {
		padding: 30px;
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.vcex-button .vcex-button-inner .vcex-button-icon {
		display: none !important;
	}
	.vcex-image {
		max-width: 250px;
		margin: 0 auto;
	}
}

.enym-floating-contact-btn span {
    font-size: 1.3em !important;
}