/*
Theme Name: ArcHub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: archub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: archub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.portfolio-popup {
  z-index: 2147483647;
  background: rgba(255,255,255,.9);
  border: 0px none transparent;
  overflow: hidden auto;
  visibility: visible;
  margin: 0px;
  padding: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(5px);
}

.closeIframe {
  position: absolute;
  top: 30px;
  right: 20px;
  color: black !important;
  font-weight: 700;
  font-size: 0px;
  z-index: 10;
}

.closeIframe img {
	width: 30px;
    margin-top: 0px;
}

textarea.wpcf7-form-control.wpcf7-textarea.textarea-message {
    min-height: 100px;
}

.lqd-contact-form .wpcf7 .wpcf7-form textarea.textarea-message {
    height: 50px !important;
}

.lqd-sticky-footer-shadow-1 #lqd-site-content {
	box-shadow: none !important;
}

html.vc_mobile {
    margin-top: 0px !important;
}

.lds-loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999;
	display: none;
}
.lds-loading.active {
	display: block;
}

.lds-spinner {
  /* change color here */
  color: var(--e-global-color-primary);
}
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}
.lds-spinner {
  color: var(--e-global-color-primary);
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
	left:50%;
	top: 50%;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: var(--e-global-color-primary);
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (max-width: 600px) {
    h2.ld-fh-element {
        text-align: center;
        font-size: 26px;
    }
}
