.vc_grid-loading {
  animation: none !important;
  -webkit-animation: none !important;
}

.vc_grid-loading::before {
  left: -10px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.vc_grid-loading::after {
  left: 10px;

  -webkit-animation-duration: 3s;
  animation-duration: 3s;

  animation-direction: reverse;
}

.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;
}
