/*
Theme Name: Squared Child
Description: Squared Child Theme
Template: squared
Version: 1.0.0
Text Domain: squared-child
*/


.ftw section[id*='nav_menu'] ul li a {
    padding: 5px 5px!important;
}

.credits a{
	margin-left: 0!important;
}

section[id*="nav_menu-"] .scn ul li, .scn ul[id*="menu"] li {
    line-height: 1em!important;
}

footer .ftw .colm {
    margin-top: 30px;
}

.colm {
    margin-bottom: 10px;
}

footer .ftw section[id*="nav_menu"] ul li {
    font-size: 80%!important;
}

@media screen and (max-width: 1024px) {

    .ftw .colm{
        margin-bottom: 0!important;
    }

    footer .ftw .colm {
        margin-top: 0!important;
    }

    footer .ftw .colm:first-child{
        margin-top: 40px!important;
    }
  }