/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://shantytowndesign.com
 Description:  Child Theme for Divi
 Author:       Samantha Nardelli
 Author URI:   https://shantytowndesign.com
 Template:     Divi
 Version:      1.0.1
*/

/*****Add any custom CSS below this line*****/

.button-s {
    background-color: #44354a;
    color: #fff;
    padding: 16px 26px;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
}

.linku {
    text-decoration: underline;
}

.line-tb {
    border-top: 1px solid #7a0026;
    border-bottom: 1px solid #7a0026;
    max-width: 420px;
    margin: 0 auto;
}

.mobile-top > .et_pb_column {
    justify-content: flex-end;
}