#header .social-links {
  justify-content: center; }
  @media (min-width: 576px) {
    #header .social-links {
      justify-content: flex-end; } }
@media (min-width: 1200px) {
  #header #jxsearchblock .dropdown-menu.dropdown-menu-left {
    width: 60%;
    left: 45% !important;
    transform: translate(-50%, -50%) !important;
    transition-delay: 0.2s;
    transition: none; }
  #header #jxsearchblock .search-toggle[aria-expanded*='true'] {
    margin-left: 155px; }
  #header #jxsearch_result, #header #jxsearch_blog_result {
    width: 60%;
    left: 45%;
    transform: translateX(-50%); } }
@media (min-width: 1760px) {
  #header #jxsearchblock .dropdown-menu.dropdown-menu-left {
    width: 45%;
    left: 48% !important; }
  #header #jxsearch_result, #header #jxsearch_blog_result {
    width: 45%;
    left: 48%; } }

@media (min-width: 1200px) {
  .default-menu > ul .is-megamenu {
    left: 50%;
    transform: translateX(-50%);
    width: 70%; } }
@media (min-width: 1760px) {
  .default-menu > ul .is-megamenu {
    width: 50%; } }
