/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.6.5
*/

.col-12.col-md-6.col-lg-3.footer4 {
    display: none!important;
}
.col-12.col-md-6.col-lg-3.footer1 {
    text-align: center;
    max-width: 33.33%;
}
.col-12.col-md-6.col-lg-3.footer2 {
    text-align: center;
     max-width: 33.33%;
}.col-12.col-md-6.col-lg-3.footer3 {
    text-align: center;
     max-width: 33.33%;
}

@media (min-width: 992px) {
	.footer1,.footer2,.footer3{		
		-ms-flex:0 0 33.33%!important;
		flex:0 0 33.33%!important;
		max-width:33.33%!important
	}
}