/*
 Theme Name:     GOTB Child Theme
 Theme URI:      https://geeksonthebeach.ca
 Description:    GOTB Master
 Author:         Geeks On The Beach
 Author URI:     https://geeksonthebeach.ca
 Template:       Divi
 Version:        4.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

@media screen and ( max-width: 980px ) {
    #footer-info {
        position: relative;
        height: 115px;
        text-align: center;
    }

    #footer-info p.credits {
        position: absolute;
        width: 89px;
        height: 60px;
        left: 50%;
        margin-left: -44.5px;

    }

    #footer-info div.gotbcopyright {
        position: absolute;
        width: 400px;
        top: 50px;
        left: 50%;
        margin-left: -200px;

    }

}