/*!
Theme Name: Arquito
Theme URI: https://gasinforest.com/wordpress/arquito/
Author: VLThemes
Author URI: https://themeforest.net/user/paul_tf
Description: Arquito is evaluated an unique & trendy WordPress Theme for architecture & interior company. It includes everything, panorama 360 degree, home zoom parallax, svg icon animation and more.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arquito
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: 'Arial' , sans-serif;
	font-size: 14px;
}

/* WordPress API Elements */

.wp-caption {
	max-width: 100%;
	margin: 30px 0;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

.wp-caption p,
.wp-caption-text {
	margin: 0;
	margin-top: 5px;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
	visibility: visible;
}

.screen-reader-text {
	display: none;
}

.aligncenter {
	display: block;
	margin: 30px auto;
}

.alignright {
	float: right;
	margin: 10px 0 10px 30px;
}

.alignleft {
	float: left;
	margin: 10px 30px 10px 0;
}

.vlt-projects-showcase--style-1
{
	height: 550px!important;
}

.vlt-projects-showcase--style-1 .lines
{
	width: 133.33%!important;
}

.regular-primary-button
{
	background-color: white;
	color: #00476f;
	transition: .2s linear;
}

.swiper-slide-thumb-active .regular-primary-button, .regular-primary-button:hover
{
	background-color: #00476f;
	color: white;
	transition: .2s linear;
}

.vlt-aside-menu__locales
{
	z-index: 2;
}

/* ===============================
   LEVEL 1 (TOP)
================================ */
.nav-menu-here .nav-menu {
	display: flex;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}

.nav-menu-here .nav-menu > li {
	position: relative;
}

.nav-menu-here .nav-menu > li > a {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 0;
	display: inline-block;
}

/* Desktop hover parent */
@media (min-width: 992px) {
	.nav-menu-here .nav-menu > li:hover > a {
		color: #00476f;
		border-bottom: 2px solid #00476f;
	}
}

/* ===============================
   LEVEL 2 (FIRST DROPDOWN)
================================ */
.nav-menu-here .nav-menu > li > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background-color: #00476f;
	list-style: none;
	margin: 0;
	padding: 8px 0;
	display: none;
	z-index: 999;
}

/* Show level 2 on hover */
@media (min-width: 992px) {
	.nav-menu-here .menu-item-has-children:hover > .sub-menu {
		display: block;
	}
}

/* ===============================
   LEVEL 3 (FLYOUT)
================================ */
.nav-menu-here .sub-menu .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 220px;
	background-color: #00476f;
	display: none;
}

/* Show level 3 on hover */
@media (min-width: 992px) {
	.nav-menu-here .sub-menu li:hover > .sub-menu {
		display: block;
	}
}

/* ===============================
   SUBMENU LINKS
================================ */
.nav-menu-here .sub-menu a {
	display: block;
	padding: 10px 16px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

/* Hover effect for submenu links */
.nav-menu-here .sub-menu a:hover {
	background-color: #ffffff;
	color: #00476f;
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 991px) {

	/* Reset positioning for mobile */
	.nav-menu-here .sub-menu,
	.nav-menu-here .sub-menu .sub-menu {
		position: static;
		width: 100%;
		display: none;
	}

	/* Toggle open state */
	.nav-menu-here .menu-item-has-children.open > .sub-menu {
		display: block;
	}
	
	.nav-menu-here
	{
	    position: absolute;
    	top: 100px;
    	left: 50%;
    	transform: translateX(-50%);
		background-color: #0000007d;
		padding: 5px 1rem;
		border-radius: 4px;
	}
}

.nav-menu-here .sub-menu li {
    list-style: none;
}

.nav-menu-here *
{
	letter-spacing: 1.5px;
}

.vlt-navbar--fixed .nav-menu-here
{
	display: none!important;
}