/*
 Theme Name:     Bosco Abogados
 Theme URI:      http://www.scstudio.com.ar
 Description:    Wordpress Theme Bosco Abogados
 Author:         SC Studio
 Author URI:     http://www.scstudio.com.ar
 Template:       Divi
 Version:        1.0
*/
 
@import url("../Divi/style.css");
 
/* Theme customization
------------------------------------------------------- */

#footer-info {
    text-align: center;
    float: none;
}

.et-pb-contact-message {
    position: relative;
    text-align: center;
    padding: 20px 0 0 0;
    color: #06b800;
}


@media (max-width: 980px) {
    
    #logo {
        max-height: 72% !important;
    }

    #contacto .et_pb_row {
        width: auto !important;
    }

    .et_pb_column_28 {
        padding-top: 30px !important;
    }
    
    .custom_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .first-on-mobile {
        -webkit-order: 1;
        order: 1;
        margin-bottom: 30px !important;
    }

    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
        margin-bottom: 0;
    }

    .third-on-mobile {
        -webkit-order: 3;
        order: 3;
    }

    .fourth-on-mobile {
        -webkit-order: 4;
        order: 4;
    }
    
    .custom_row:last-child .et_pb_column:last-child {
        margin-bottom: 30px;
    }
    
}








