/*
Theme Name: Divi Child 01
Template: Divi
Version: 4.7.4
*/


@import url('../Divi/style.css');

/*-----PAGE ALIGNMENT-----*/
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}	



a:where(:not(.wp-element-button)) {
    text-decoration: none!important;
}
.gform_wrapper.gravity-theme .gfield_required {
    color: #FE17B0;
}
input#gform_submit_button_1 {
    background-color: #FE17B0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    border-color: #FE17B0;
    text-transform: uppercase;
    cursor: pointer;
}

div#field_1_4 {
    margin-top: 1px;
}

p.gform_required_legend {
    font-size: 13px;
    display: none;
}

.gform_wrapper input[type="checkbox"] {
    accent-color: #FE17B0;
}