/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/
#wrapper #main #content h2.title-heading-center {
	font-size: 46px;
    color: #9a499c;
    font-weight: 300;
}
h1.tp-caption, h2.tp-caption {
	white-space: nowrap !important;
}
@media only screen and (max-width: 800px) {
	#wrapper #main #content h2.title-heading-center {
		font-size: 28px !important;
	}
	h1.tp-caption, h2.tp-caption {
		font-size: 15px !important;
		white-space: nowrap !important;
	}
}