a:not(ul.swm-primary-navli.swm-mega-menu>ul>li:first-child) {

    float: left!important;
}
.swm-header-menu-section{
text-align:right!important;
}
.swm-widget-content{
  text-align:right!important;
}
.swm-widget-content img{
  margin-top:-5px;
}
.footer ul li{
  padding-top:40px;
}
.swm-widget-content p {
  text-align:left!important;
}
.swm-main-container.swm-site-content{
  padding-bottom:0!important;
}
.footer .swm-footer-widget h3 { 
    text-align: left!important;
    margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  
.swm-widget-content{
  text-align:center!important;
}
.swm-widget-content img{
  margin-top:-5px;
}
.swm-widget-content p {
  text-align:center!important;
}

.footer .swm-footer-widget h3 { 
    text-align: center!important;
    margin-bottom: 0;
}
}