a.glink img {vertical-align:middle;display:inline;border:0;padding:0;margin:3px;opacity:0.8;}


/* Hides the redundant second menu in the very top of the page, and also hides the themes copyright*/
.pre-header-style2 #pre-header, .copyright {
visibility: collapse;
}

/* Centers SoMe text so it isn't blocked by the "scroll up" button*/
#post-footer-social {
    text-align: center;
}

#post-footer-social > ul {
    display: contents;
}

.pll-parent-menu-item > a > span > span {
display: none
}


/* default styling for small screens */
body, header, .main, footer {
  margin: 0 auto;
}

/* media queries */
@media screen and ( min-width: 401px ) {
  footer.widget-area {
    width: 49%;
    margin-right: 2%;
  }
  footer .widget-area.second,
  footer .widget-area.fourth {
    margin-right: 0;
  }
}