/*
Theme Name: Beyond Freight Solutions 2025
Theme URI: https://www.beyondfreightsolutions.com/
Description: Divi Child Theme
Author: WRD Companies
Template: Divi
Version: Updated for Divi 3+
*/

/**
 * Styles for the a collapsible blurb
 */
 .et_pb_blurb.collapsible .et_pb_blurb_description {
    display: none;
}
.et_pb_blurb.collapsible .et_pb_module_header {
    cursor: pointer;
}
.et_pb_blurb.collapsible .toggle-icon {
    float: right;
    font-weight: bold;
    font-size: 20px;
    color: #0b3953;
}

.gform_description {
    margin-bottom: 1em;
}
body .gform-theme.gform-theme--framework.gform_wrapper .gform-footer input.gform_button:is([type=submit],[type=button],[type=reset]) {
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    color: #f2f2f2;
    background-color: #93ad38;
    border-color: #93ad38;
    padding: .3em 1em !important;
    border-radius: 0px;
}
body .gform-theme.gform-theme--framework.gform_wrapper .gform-footer input.gform_button:is([type=submit],[type=button],[type=reset]):hover,
body .gform-theme.gform-theme--framework.gform_wrapper .gform-footer input.gform_button:is([type=submit],[type=button],[type=reset]):focus {
    color: #93ad38 !important;
    background-color: #f2f2f2;
    border-color: #93ad38 !important;
    border-radius: 0px;
}
body .gform_wrapper input:focus, body .gform_wrapper textarea:focus, body .gform_wrapper select:focus {
    border-color: #93ad38;
    outline-color: #93ad38;
}