.idw-vertical-align
{
display: flex;
flex-direction: column;
justify-content: center;
} .gform_body input, .gform_body textarea
{
border:2px solid #202020;
padding:14px!important;
margin-top:0px!important;
margin-bottom:10px!important;
transition: all 0.3s;
}
.gform_body input:focus, .gform_body textarea:focus
{
border:2px solid #c49a5d;
}
.gform_footer
{
text-align:center;
}
.gform_button
{
border: none;
color: #fff;
background-color: #c49a5d;
padding:13px 30px;
transition: all 0.3s;
cursor:pointer;
}
.gform_button:hover
{
background-color:#303030;
} @media (max-width:981px)
{
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap
{
justify-content: center!important;
}
}