/*
 Theme Name:   MSMerc
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Child theme for Divi by Elegant Themes. Includes header.php for Google Tag Manager code placement.
 Author:       Raborn Media
 Author URI:   https://rabornmedia.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, full-page, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

.sectionHeading h3 {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.sectionHeading h3::after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid;
    margin: auto;
    margin-left: 20px;
}

.sectionHeadingR h3 {
    display: flex;
    width: 100%;
}

.sectionHeadingR h3::before {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid;
    margin: auto;
    margin-right: 20px;
}

.sectionHeadingC h3{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.sectionHeadingC::before {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid;
    margin: auto;
    margin-right: 20px;
}

.sectionHeadingC h3::after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid;
    margin: auto;
    margin-left: 20px;
}


.flexRow {
    display: flex;
    align-items: center;
}

.footerRow {
    display:flex;
    align-items:center;
}

@media only screen and (max-width:960px) {
    .flexRow, .footerRow {
        flex-direction: column;
    }
}
