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

/* hero title white background */

.hero-title-bg-white h1{
    padding:30px 40px 30px 40px;
    background-color:rgba(255,255,255,.2);
    color:white;
    text-transform: uppercase;
}

.circle-image{
    border-radius:50%;
}

/* homepage hero */

.homepage-hero-title {
    padding-bottom: 37px;
}

.homepage-hero-subtitle {
    font-size: 30px;
}

.homepage-hero-subtitle, .homepage-hero-title {
    color:white;
}

.homepage-hero-section .background-image{
	background-position: 0em -4em;
}
