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

/* DSW adding some custom styles in here for the contact form */

.wpforms-container .wpforms-field-label {
    color:var(--awb-text-color)!important;
    font-family: var(--awb-typography4-font-family);
    font-weight: var(--awb-typography4-font-weight);
    font-style: var(--awb-typography4-font-style);
    margin: 0;
    font-size: 1em!important;
    letter-spacing: var(--awb-typography4-letter-spacing);
    text-transform: var(--awb-typography4-text-transform);
    --fontSize: 18;
    --minFontSize: 18;
    line-height: var(--awb-typography4-line-height);
}

div.wpforms-container-full button[type=submit]{
    text-transform:uppercase;
    border-radius:2px!important;
    background: var(--button_gradient_top_color)!important;
    padding: 11px 23px!important;
    line-height: 16px!important;
    font-size: 13px!important;

    font-family: var(--awb-typography4-font-family);
    font-weight: var(--awb-typography4-font-weight);
    font-style: var(--awb-typography4-font-style);

    color: var(--button_accent_color)!important;
    border-color: var(--button_border_color);
    -button_accent_color: var(--awb-color1);
    --button_accent_hover_color: var(--awb-color1);
    --button_border_hover_color: var(--awb-color1);
    --button_gradient_top_color: var(--awb-color6);
    --button_gradient_bottom_color: var(--awb-color6);
    --button_gradient_top_color_hover: hsla(var(--awb-color4-h),var(--awb-color4-s),calc(var(--awb-color4-l) - 15%),var(--awb-color4-a));
    --button_gradient_bottom_color_hover: hsla(var(--awb-color4-h),var(--awb-color4-s),calc(var(--awb-color4-l) - 15%),var(--awb-color4-a));
}