/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.project_fixed_form{
    position: fixed;
    left: 0;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    
}
.project_fixed_form.active_form{
    transition: transform 0.3s ease;
    transform: translateY(-50%) translateX(0%);
}
.project_fixed_form_container .wpcf7{
    padding: 20px;
    background: #262630;
}
.project_fixed_form_container{
    position: relative;
}
.project_fixed_form_button{
    cursor: pointer;
    background: white;
    position: absolute;
    right: -116px;
    width: 192px;
    height: 40px;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    top: 50%;
}
.project_fixed_form_button p{
    white-space: nowrap;
    margin: auto;
}
.project_fixed_form_button i:before{
	transform: rotate(90deg);
}
.project_fixed_form_button i{
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262630;
    color: #ffa500;
}
.project_fixed_form .wpcf7-form p{
    color: white;
}