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

a, .fusion-logo img, .services-section img, .wpcf7-submit {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration:none;
}
a:hover, .service-hover-box h2 a:hover, #header-contact:hover {
	color:#aa93af;
}
#header-contact {
	color:#542760;
}
.fusion-logo img:hover, .services-section img:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.centered {
	text-align:center;
}
.fusion-header-v4 .fusion-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
#header-contact {
	font-size:1.6em;
}

#main div.fusion-text.service-box h2 {
	font-size:3em;
	margin:0;
	text-shadow:1px 1px 0 #000;
}
#main div.fusion-text.service-box h2 a {
	color:#fff;
}
#main div.fusion-text.service-box h2 a:hover {
	color:#CCC;
}
.box-margin-top {
	margin:20px 0 0 0;
}
.grecaptcha-badge {
	display:none;
}
@media only screen and (max-width: 479px) {
#main div.fusion-text.service-box h2 {
	font-size:2em;
}
}
@media only screen and (max-width: 360px) {
#main div.fusion-text.service-box h2 {
	font-size:1.5em;
}
}