/*
Theme Name: Meta-Urban
Theme URI:
Author:
Author URI:
Version: 1.0
*/

form.submitting {
  position: relative;
}
form.submitting .spinner {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  transform: translate(-50%, -50%);
  z-index: 3;
}

form.submitting::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  background-size: contain;
  z-index: 5;
  opacity: 0.7;
}

form.submitting::after {
  transform: translate(-50%, -50%);
  display: none;
  content: "";
  background: url(img/xloading.gif);
  width: 65px;
  height: 65px;
  background-repeat: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
}
.wpcf7-spinner,
.wpcf7-response-output,
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-submit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
nav li.active {
  color: var(--color-yellow);
}

.entry-content picture {
  margin: 0 0 1.5em 0;
}
.alignleft,
picture.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
picture.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
picture.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  text-align: center;
}
.alignnone,
picture.alignnone {
  /* not sure about this one */
}

/* Loader styles */
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  /* pointer-events: none; */
}
.loader.active {
  display: flex;
  /* pointer-events: all; */
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.filter-list li .ch-box-wrap .ch-box.disabled,
.pag-arrow.disabled {
  pointer-events: none;
  opacity: 0.3;
}

/* Content Style */
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote > :last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.form-block {
  margin-top: 30px;
}
.input-search button {
  cursor: pointer;
}
.icon-clear {
  background: none;
  border: none;
  font-size: 25px;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  width: 30px;
  height: 30px;
  pointer-events: auto;
  z-index: 2;
}

.prd-tabs.checked .mirror_main_image {
  display: none;
}
.prd-tabs.checked .mirror_second_image {
  display: block !important;
}

.search_result_block {
  display: none;
  width: 100%;
  max-height: 70vh;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0.5rem;
  -webkit-box-shadow: 3px 2px 10px -4px rgba(105, 105, 105, 1);
  -moz-box-shadow: 3px 2px 10px -4px rgba(105, 105, 105, 1);
  box-shadow: 3px 2px 10px -4px rgba(105, 105, 105, 1);
  padding: 20px 25px;
  margin-top: 15px;
  position: absolute;
  z-index: 99;
  overflow-y: scroll;
}

.search_result_block a,
.search_result_block p {
  font-size: 0.8rem;
  line-height: 1;
}

.search_result_block a {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 5px;
  line-height: 1.5;
}
.search_result_block a:hover {
  text-decoration: underline;
}
.inner_search_block {
  position: relative;
}
@media screen and (min-width: 992px) {
  .inner_search_block_projects {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .tables-block-inner {
    overflow-x: auto;
  }
  .tables-block-inner td:last-child {
    white-space: nowrap;
  }
}
.srv-item.js_rs_portfolio_content .title,
.rs_js_add_portfolio_content .title {
  text-transform: none;
}
.infoBox {
  min-width: 320px;
}

.rs_js_add_portfolio_content img{
  position: relative;
}
.contact-item-list > *{
  margin-bottom: 15px;
}
.social a > *{
  width: 100%;
  max-width: 65%;
  max-height: 65%;
}
.mb-15{
  margin-bottom: 15px;
}