/*
 Theme Name: Kids Education Child
 Theme URL: https://themepalace.com/downloads/kids-education/
 Description: Kids Education Child Theme
 Author: Theme Palace
 Author URL: https://themepalace.com/
 Template: kids-education
 Version: 1.0.0
 Text Domain: kids-education-child
 */ Custom CSS goes after this line
 
 #footer-widgets {
    width: 100%;
        max-width: 1100px;
        margin: 10px auto;
        overflow: hidden;
}

#footer-widgets .wsfooterwdget  {
        padding: 15px;
        padding-bottom: 5px;
        width: 100%;
        float: center;
        overflow: hidden;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
}

#footer-widgets .wsfooterwdget:nth-child(2){
        margin-left: 2%;
        margin-right: 2%;
}
@media screen and (max-width: 967px) {
  #footer-widgets .wsfooterwdget { width: 100%; margin-bottom:3%;}
}
@media screen and (max-width: 890px) {
  #footer-widgets .wsfooterwdget { width:100%;}
    #footer-widgets .wsfooterwdget:nth-child(2){
        margin-left: 0;
        margin-right: 0;
}
}