.error-404.not-found {
  padding: 10vw;
}
.qtranxs-available-languages-message {
  display: none !important;
}
.site-info,
.site-header,
.site-footer,
.site-inner {
  max-width: none;
}
body,
body * {
  outline: none !important;
}
.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
.no-sidebar .entry-footer,
.no-sidebar .comments-area,
.no-sidebar .image-navigation,
.no-sidebar .post-navigation,
.no-sidebar .pagination,
.no-sidebar .page-header,
.no-sidebar .page-content,
.no-sidebar .content-bottom-widgets {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  float: none;
}
body::before,
body::after,
.entry-header,
.edit-link {
  display: none !important;
}
.site-info {
  display: none;
}
.content-area {
  width: 100%;
  margin-right: 0;
}
.sidebar.widget-area {
  display: none;
}
.comments-area {
  display: none;
}
.site-branding,
.site-header-menu,
.header-image {
  margin-top: 0;
  margin-bottom: 0;
}
.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}
.post-thumbnail {
  margin: 0;
}
.no-sidebar .post-thumbnail img {
  width: 100%;
  max-height: 100vh;
  min-height: 500px;
  height: 75vh;
  object-fit: cover;
}
.menu-toggle {
  border: none;
  margin: 0;
  height: 1.4vw;
  padding: 0;
  display: block;
  position: relative;
  transition: all 0.5s;
  border-radius: 0;
}
.menu-toggle:hover {
}
.menu-toggle span {
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  opacity: 1;
  transform: translateY(-50%);
}
.menu-toggle,
.menu-toggle span {
  width: 1.6vw;
}
.menu-toggle.toggled-on span {
  opacity: 0;
}
.menu-toggle span:first-of-type {
  top: 0;
  transform: translateY(-50%);
}
.menu-toggle span:last-of-type {
  bottom: 0;
  top: auto;
  transform: translateY(50%);
}
.menu-toggle.toggled-on span:first-of-type {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
}
.menu-toggle.toggled-on span:last-of-type {
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-225deg);
}
.search-submit:before {
  line-height: 1rem;
}
.gt-footer-icp {
  padding: 10px;
  text-align: center;
  font-size: 70%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  padding: 10px;
}

#um-submit-btn {
  background-color: #000;
}
/*
.um input[type=submit].um-button:hover, .um a.um-button:hover {
    background-color: #000 !important;
}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #000 !important;
}

*/

.artists_filter {
  display: flex;
}

.artists_filter input {
  border: 1px solid #000;
  padding: 0 20px;
}

.artist_list {
  padding-top: 50px;
}

.artist_list a {
  display: inline-block;
  width: 16.66%;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: top;
}

.artists_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #eee;
}

.artists_img::before {
  padding-top: 100%;
  width: 100%;
  content: "";
  display: block;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
textarea {
  border-radius: 0;
}

.artists_item {
  margin-bottom: 30px;
}

.artists_title {
  margin-top: 10px;
}

html[lang="zh-Hans"] .qtranxs-lang-menu-item-zh {
  display: none !important;
}
