/* 
 Theme Name:     Divi Child
 Author:         Portfolio Mathieu Boucher
 Author URI:     portfolio.com
 Template:       Divi
 Version:        m.01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.9.1
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

.bgRight{
    postiton: relative !important;
}

.bgRight::before{
    content: "";
    background-color: #1A1A1A !important;
    width: 100vw !important;
    height: 100%;
    position: absolute !important;
    left: -4rem;
    top: 0;
}

.bgLeft{
    postiton: relative !important;
}

.bgLeft::before{
    content: "";
    background-color: #1A1A1A !important;
    width: 100vw !important;
    height: 100%;
    position: absolute !important;
    right: -4rem;
    top: 0;
}




@media (min-width: 981){
    .align-items-center{
        display: flex;
        align-items: center;
    }
}
