/*
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
*/

.emtc_ptb-heading, .emtc_ptb-subheading {
	background: #FFFFFFAA;
	width: 100%;	
}

.emtc_ptb-heading {
	padding: 0.5em 1em 0.15em 1em;
}

.emtc_ptb-subheading {
	padding: 0.1em 1em 0.7em 1em;
}

p a:hover {
	text-decoration: underline;
}

.emtc_childtheme .to-top-right #toTop {
	right: 1.5em;
}

/* Change Page Title Bar Background for mobile devices */

@media only screen and (max-width: 640px) {
	.page-id-635 .emtc_ptb-container .fusion-layout-column {
		--awb-bg-position: 25% 50% !important;
		background-position: 25% 50% !important;
    	background-size: cover;
	}
}

/** Gravity Forms **/
.emtc_childtheme .gform_heading .gform_required_legend {
	display: none;
}
