/*
 Theme Name:   CG-Theme
 Theme URI:    https://www.commercialgroup.dk/
 Description:  CG Child Theme
 Author:       Commercial Group ApS
 Author URI:   https://www.commercialgroup.dk/
 Template:     Divi
 Version:      0.4
 Text Domain:  CG-child
*/

.BG-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 3px solid #F8B037;
border-bottom: 3px solid #F8B037;
}


#main-footer{
    visibility: hidden;
}
#footer-info {
    float: none !important;
    text-align: center !important;
}
#footer-bottom {
    padding: 15px 0 !important;
}
#cg-footer {
    font-size: 0.8em;
    color: white;
    text-align: center;
    display: block;
}
