/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.top-social-icons {
    float: right;
}
.top-section {
    padding-bottom: 13px !important;
}
.footer-social-icon {
    position: relative;
    float: left;
}
.et_pb_contact_submit.et_pb_button {
    position: absolute;
    left: -15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    background-color: #1c3879;
    color: #FFF;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px 29px;
    text-transform: uppercase;
}
@media screen and (max-width: 980px) {
    .et_pb_menu__wrap {
        justify-content: center !important;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .top-socials-column {
        display: flex;
        justify-content: center;
        align-content: center;
        padding-left: 25%;
        padding-right: 25% !important;
    }
    .et_pb_image_0_tb_footer {
        text-align: center !important;
    }
    .footer-social-icon {
        transform: translateX(50vw);
        left: -65px;
    }
    .footer-brands {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .footer-brands > div {
        text-align: center;
        margin: 10px !important;
        width: 25%;
    }
    .footer-brands > div > span {
        margin: 0 auto;
    }
}
.et_pb_contact_field input[type=text], .et_pb_contact_field textarea {
    border: 1px solid rgba(96, 126, 170, 0.5) !important;
    border-radius: 3px !important;
}