/*
 Theme Name:     Heal Accounting - Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Heal Accounting - Divi Child Theme
 Author:         Brand New Mood
 Author URI:     https://brandnewmood.com/
 Template:       Divi
 Version:        0.0.01
*/


/* =Theme customization starts here
------------------------------------------------------- */

/* Body Overflow - For Responsive */
body,
html {
    font-weight: 400;
    overflow-x: hidden;
}

body #page-container {
    overflow-x: hidden;
}

/* Divi Text Module */
body.et-db #et-boc .et-l .et_pb_text_inner h1,
body.et-db #et-boc .et-l .et_pb_text_inner h2,
body.et-db #et-boc .et-l .et_pb_text_inner h3,
body.et-db #et-boc .et-l .et_pb_text_inner h4,
body.et-db #et-boc .et-l .et_pb_text_inner h5,
body.et-db #et-boc .et-l .et_pb_text_inner h6 {
    padding-bottom: 15px;
}

/* Footer - Divi Theme Builder */
body .widget_nav_menu {
    margin-bottom: 0 !important;
}

body .widget_nav_menu .menu-item a {
    transition: color 0.35s ease-in-out;
}





/* Laptop and DOWN */
@media (max-width: 1300px) { 

}


/* Laptop and DOWN */
@media (max-width: 1100px) { 


}

/* Tablet and DOWN */
@media (max-width: 980px) { 


    /* Responsive Column Order */
    body .flex_swap,
    body .flex_row {
        display: flex;
        flex-wrap: wrap;
    }
    
    body .flex_swap .et_pb_column,
    body .flex_row .et_pb_column {
        margin: 0;
        width: 100%;
    }

    body .flex_swap .et_pb_column:first-of-type {
        order: 2;
    }    
    
    body .flex_swap .et_pb_column:last-of-type {
        order: 1;
    }

}

/* Mobile Down */
@media (max-width: 767px) {


}


@media (max-width: 625px) {
    
}


/* Mobile Down */
@media screen and (max-width: 480px) {

    body .widget_nav_menu {
        margin-bottom: 0 !important;
    }

}