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

#contact {
	display:none;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-input {
    width: 100%;
    padding: 0 1em;
    background-color: aliceblue;
    color: #001e36;
    outline: 0;
    transition: all .2s ease;
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-input::placeholder {
    color: #999; /* Change the placeholder text color */
}

.fusion-content-boxes .link-type-button-bar .content-container {
    padding-bottom: 0px !important; 
    position: relative;
}