/**
 * Theme Name: Hello Theme Child
 * Description: Child theme of Hello Elementor
 * Template: hello-elementor
 * Author: Muhammad Hussain
 * Version: 1.0
 * Text Domain:  fabled-sunset
 *
 */
 .iti {
    width: 100%;
}
#content{
	max-width:100% !important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
    background-color: revert-rule !important;
}
