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

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	white-space: nowrap;
}
body .lqd-counter-solid:hover {
	color: #333;
}
.iias-btn.btn-solid {
	display: inline-flex;
	width: auto;
	padding: 12px 18px;
	background: transparent;
  	border: 1px solid #fff;
}
.iias-btn-main-wrapper {
	display:  none;
	flex-direction: column;
	gap: 15px;
	padding-inline: 40px;
}
/* Disable text selection everywhere */
body {
  user-select: none;            /* Standard */
  -webkit-user-select: none;    /* Safari, Chrome (mobile) */
  -moz-user-select: none;       /* Firefox */
  -ms-user-select: none;        /* IE/Edge */
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:focus-within {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.screen-reader-text:focus-within {
	overflow: visible;
}
.ld-fancy-heading.pos-rel h5 {
	margin-block-end: 0 !important;
}
/*--------------------------------------------------------------
Spacing
--------------------------------------------------------------*/
.wp-block-button,
.wp-block-cover {
	margin-bottom: 32px;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

body:not(.has-sidebar) .alignfull {
	width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-inline-start: -50vw;
  margin-inline-end: -50vw;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.wp-block-gallery {
	margin-bottom: 1em;
}
.blocks-gallery-caption {
	margin-top: 0;
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.wp-block-button__link {
	--wp-btn-border-radius: 1.5em;
	border-radius: var(--wp-btn-border-radius);
	line-height: 1.35em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	--wp-btn-border-radius: 0;
}

/*--------------------------------------------------------------
Cover
--------------------------------------------------------------*/
.wp-block-cover.has-background-dim {
	color: #fff;
}
.wp-block-cover.has-background-dim a {
	color: inherit;
}

.wp-block-group.has-background,
.has-background {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Blockquote
--------------------------------------------------------------*/
.wp-block-pullquote blockquote {
	border: none;
}

/*--------------------------------------------------------------
Readmore
--------------------------------------------------------------*/
.entry-summary .more-link:after{
	content: "\02192";
    display: inline-block;
    margin-left: 0.5em;
}
/* Custom CSS */
.lqd-preloader-el > img {
	width: 50%;
}
.lqd-select-dropdown .ui-menu {
	overflow: auto;
	max-height: 310px;
}
.lqd-preloader-el.d-inline-block.pos-rel {
	text-align: center;
}
.floor-map-content {
  position: relative;
  overflow: hidden;
  --zoom: 1;
  --zoom-pos-x: 50%;
  --zoom-pos-y: 50%;
}

.floor-map-content .gt-floor-map {
  width: 100%;
  height: auto;
  transform-origin: var(--zoom-pos-x) var(--zoom-pos-y);
  transition: transform 0.2s ease-out;
}

.zoomable--zoomed .gt-floor-map {
  cursor: zoom-in;
  transition: transform 0.1s linear;
  transform: scale(var(--zoom));
}
.lqd-stickybar-wrap.lqd-stickybar-right.elementor-section.elementor-top-section.elementor-element.elementor-element-e15be72.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-laptop.elementor-hidden-tablet_extra.elementor-hidden-tablet.elementor-hidden-mobile_extra.elementor-hidden-mobile.elementor-section-height-default {
	display: none;
}
/* Responsive */
@media (max-width: 1024px) {
	body[data-mobile-nav-style="modern"] .lqd-mobile-sec .navbar-collapse {
		height: 70vh !important;
	}
    .lqd-mobile-sec-inner .logo-default {
        width: 75px;
    }

    .lqd-mobile-sec-inner .navbar-brand.d-flex.pos-rel {
        padding-block: 7px;
    }
	.iias-btn-main-wrapper {
		display: inline-flex;
	}
}
@media (max-width: 767px) {
	body .countdown .countdown-section {flex-basis: 30%;margin-block: 10px;}
}