Theme Name:   oceanwp child theme
Description:  Scrivi qui una breve descrizione del tuo child theme
Author:       Eros Tanzi
Author URL:   Scrivi qui il l'URL  del blog / sito web dell'autore
Template:     oceanwp
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  oceanwp-child
*/

/* Scrivi qui il tuo foglio di stile personalizzato */

body #footer .oceanwp-row .span_1_of_4{
    width:unset;
    text-align:center;
    margin:0 auto;
    float:none;
	line-height: 50px;
}

#footer .gallery{
    display:flex;
    justify-content:center;
    flex-wrap: nowrap;
}

#footer .gallery .gallery-item{
    width:160px;
}
@media only screen and (max-width: 480px){
    #footer .gallery{
        flex-wrap: wrap;
    }
    #footer #footer-widgets.mobile-4-col .footer-box {
        width: 100%!important;
    }
}
