/*  MICROTHEMER STYLES  */

/*= Animations ================ */

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/*= Full Code Editor CSS ====== */

img.wp-image-118.tvr-element-overlay {
  box-shadow: #0a0406 4px 4px 10px;
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  user-select: none;
  vertical-align: middle;
}

#hero-social-icons .elementor-social-icon {
  margin-bottom: 3px;
}

.qubely-block-b60dfc .qubely-info-box-image {
  padding: 8px 8px 8px 8px;
  background-color: #7c49ad;
}

.document-grid a {
  text-decoration: none;
  color: #030005;
}

.document-grid .dark-bg a {
  color: white;
}

#breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 10px 16px;
  list-style: none;
}

#breadcrumbs li {
  display: inline;
}

.blog-page-hero {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/*= General =================== */

/** General >> VooPopup trigger **/
.vooPopup-trigger {
  color: black;
  text-align: center;
}

/** General >> Content elementor cta description **/
#content .elementor-cta__description {
  text-align: left;
}


/*= Content =================== */

/** Content >> Price Labels on Options **/
#gform_fields_4 .ginput_price {
  visibility: hidden;
}

/** Content >> Price Sheet Check Box **/
#gform_fields_4 [type="checkbox"] {
  margin-right: 6px;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** General >> Mobile header link **/
	#mobile-header a {
  background-color: rgba(0, 0, 0, 0);
}

	/** General >> Gb icon path **/
	.gb-icon path {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

	/** General >> #mobile-header .is-logo-image **/
	#mobile-header .mobile-header-logo a,
#mobile-header .mobile-bar-items a {
  background-color: transparent !important;
  background-color: rgba(246, 240, 253, 0.89);
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> Mobile header link **/
	#mobile-header a {
  background-color: rgba(0, 0, 0, 0);
}

	/** General >> #mobile-header .is-logo-image **/
	#mobile-header .mobile-header-logo a,
#mobile-header .mobile-bar-items a {
  background-color: transparent !important;
  background-color: rgba(246, 240, 253, 0.89);
}

	/** General >> #mobile-header input[type="search"] **/
	#mobile-header input[type="search"] {
  background-color: rgba(246, 240, 253, 0.89);
}

}

