/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.ast-theme-transparent-header .ast-primary-header-bar{
	border-bottom-width: 0px;
}
.elementor-widget-button .elementor-button, .ast-header-button-1 .ast-custom-button{
	transition: all 0.35s;
	transform: translateY(0);
}
.elementor-widget-button .elementor-button:hover, .ast-header-button-1 .ast-custom-button:hover{
	box-shadow: 0 0.25em 0.25em -0.1em currentcolor;
	transform: translateY(-0.25em);
}

/* Collapsible Market Menu */

.bonuselectric-market-menu ul {
	padding: 0;
	display: inline-grid;
	grid-auto-flow: column;
	list-style-type: none;
	/*grid-template-columns: repeat(4, calc((var(--active, 0) * 130px) + 10px)) auto repeat(4, calc((var(--active, 0) * 130px) + 10px));*/
	grid-template-columns: 
		calc((var(--active, 0) * 125px) + 10px) /*Commercial*/ 
		calc((var(--active, 0) * 150px) + 10px) /*Mixed Use/Retail*/ 
		calc((var(--active, 0) * 200px) + 10px) /*Multifamily/Residential*/ 
		auto 
		calc((var(--active, 0) * 175px) + 10px) /*Hospitality*/ 
		calc((var(--active, 0) * 145px) + 10px) /*Mission Critical*/ 
		calc((var(--active, 0) * 145px) + 10px); /*Industrial*/ 
	transition: grid-template-columns 0.35s cubic-bezier(.5,.75,.75,1.25);
}

.bonuselectric-market-menu li {
	display: grid;
	justify-content: end;
	z-index: calc(var(--count) - var(--index));
	padding-left: 8px;
}

.bonuselectric-market-menu li:is(
:nth-of-type(1),
:nth-of-type(2),
:nth-of-type(3)
){
	justify-content: start;
	z-index: calc(var(--count) + var(--index));
}

nav.bonuselectric-market-menu {
	position: relative;
}

nav.bonuselectric-market-menu  > button {
	position: absolute;
	left: 0;
	background: red;
	z-index: var(--count);
}

.bonuselectric-market-menu li a {
	background: hsl(0 0% 60% / 0.18);
	display: inline-block;
	padding: 8px 20px;
	border-radius: 4rem;
	border: 1px solid transparent;
	margin: 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	backdrop-filter: blur(40px);
	/*transition: color 0.2s, background 0.2s; */
	transition: all 0.35s;
	transform: translateY(0);
	line-height: 30px;
	outline: none;
}

.bonuselectric-market-menu li a svg {
	height: 24px;
	aspect-ratio: 1;
	fill: currentColor;
}

.bonuselectric-market-menu li a span {
	display: grid;
	align-items: center;
	grid-auto-flow: column;
	grid-template-columns: 1fr;
	gap: 0.25rem;
}

.bonuselectric-market-menu li:is(
:nth-of-type(1),
:nth-of-type(2),
:nth-of-type(3),
:nth-of-type(5),
:nth-of-type(6),
:nth-of-type(7)
) span {
	opacity: var(--active, 0);
	max-height: 30px;
	overflow: hidden;
}

/*.bonuselectric-market-menu li:is(
:nth-of-type(1),
:nth-of-type(2),
:nth-of-type(3),
:nth-of-type(4),
:nth-of-type(6),
:nth-of-type(7),
:nth-of-type(8),
:nth-of-type(9)
) a:is(:hover, :focus) {
	background: var(--gray-0);
	color: var(--gray-12);
}*/

.bonuselectric-market-menu li a:focus-visible {
	outline-color: transparent;
}

.bonuselectric-market-menu ul:is(:focus-within, :hover) {
	--active: 1;
}
.bonuselectric-market-menu ul:is(:focus-within, :hover) li a {
	background-color: transparent;
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.3);
}
.bonuselectric-market-menu ul:is(:focus-within, :hover) li a:hover {
	color: #44a5b4;
	border-color: #44a5b4;
	background-color: #ffffff;
	box-shadow: 0 0.25em 0.25em -0.1em currentcolor;
	transform: translateY(-0.25em);
}
.bonuselectric-market-menu ul:is(:focus-within, :hover) li:nth-child(5) > a {
	width: 170px;
	text-align: center;
}
.bonuselectric-market-menu ul:is(:focus-within, :hover) li:nth-child(6) > a, .bonuselectric-market-menu ul:is(:focus-within, :hover) li:nth-child(7) > a {
	width: 140px;
	text-align: center;
}

/* Collapsible Market Menu */
.history-links > .elementor-widget-container{
	position: relative;
}
.history-links > .elementor-widget-container > .active-indicator{
	position: absolute;
	width: 150px;
	height: 54px;
	background-color: #f5f5f5;
	transition: all 0.4s;
	transform: translateY(0);
	border-left: 4px solid #ba2f23;
	display: block;
	left: 0;
	top: 0;
}
.history-links .elementor-icon-list-item > a{
	padding: 10px 10px 10px 25px;
	max-width: 150px;
}
.history-links .elementor-icon-list-item > a.active span{
	
}

.portfolio-item-style-1{
    overflow: hidden;
}
.portfolio-item-style-1 .portfolio-title{
	transition: all 0.5s;
	transform: translateY(155px);
}
.portfolio-item-style-1 .brand-logo,
.portfolio-item-style-1 .portfolio-cta{
    opacity: 0;
    transition: all 0.5s;
}
.portfolio-item-style-1 .portfolio-cta{
    transform: translateY(400px);
}
.portfolio-item-style-1:hover .brand-logo{
    opacity: 1;
}
.portfolio-item-style-1 .portfolio-title{
    transition-delay: 0.2s;
}
.portfolio-item-style-1 .portfolio-cta{
    transition-delay: 0.2s;
}
.portfolio-item-style-1:hover .portfolio-title{
	transform: translateY(0);
}
.portfolio-item-style-1:hover .portfolio-cta{
    transform: translateY(0px);
    opacity: 1;
}
.portfolio-item-style-1 .portfolio-featured-image{
    transition: all 0.5s;
    transform: scale(1);
}
.portfolio-item-style-1:hover .portfolio-featured-image{
    transform: scale(1.1);
}
.portfolio-item-style-1 .portfolio-cta .elementor-icon{
	transition: all 0.5s;
	transform: translateX(0px);
}
.portfolio-item-style-1 .portfolio-cta:hover .elementor-icon{
	transform: translateX(5px);
	fill: #ba2f23 !important;
	color: #ba2f23 !important;
}
.portfolio-item-style-1 .portfolio-cta:hover .elementor-icon-box-description{
	/*color: #ba2f23 !important;*/
}
.portfolio-item-style-1 .portfolio-featured-image + .e-con.elementor-element::before,
.portfolio-item-style-1 .portfolio-featured-image + .e-con.elementor-element > .elementor-background-slideshow::before{
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #00000000 40%, #000000 100%) !important;
	opacity: 0.7;
}
.portfolio-item-style-1:hover .portfolio-featured-image + .e-con.elementor-element::before,
.portfolio-item-style-1:hover .portfolio-featured-image + .e-con.elementor-element > .elementor-background-slideshow::before{
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #000000 100%, #000000 100%) !important;
	opacity: 0.6;
}

.market-navigation .portfolio-item-style-1 .portfolio-title{
	transform: translateY(50px);
}
.market-navigation .portfolio-item-style-1:hover .portfolio-title{
	transform: translateY(0);
}

.portfolio-item-style-2{
    overflow: hidden;
}
.portfolio-item-style-2 .description{
    transform: translateY(100px);
    transition: all 0.3s ease-in-out 0.05s;
    opacity: 0;
}
.portfolio-item-style-2:hover .description{
    transform: translateY(0px);
    opacity: 1;
}
.portfolio-item-style-2 .portfolio-cta .elementor-icon-box-description{
	display: none;
}
.portfolio-item-style-2:hover .portfolio-cta .elementor-icon-box-description{
	display: block;
}
.portfolio-item-style-2:hover .portfolio-cta .elementor-icon-box-title{
	display: none;
}
.portfolio-item-style-2 .portfolio-cta .elementor-icon svg{
    transition: all 0.5s;
    transform: rotate(0deg);
}
.portfolio-item-style-2:hover .portfolio-cta .elementor-icon svg{
    transform: rotate(-45deg);
    fill: #ba2f23 !important;
    color: #ba2f23 !important;
}
.portfolio-slider-1 > .elementor-widget-container{
	clip-path: inset( -100vw -100vw -100vw -100vw );
}
.portfolio-slider-1 > .elementor-widget-container .swiper {
    overflow: visible;
}
.single-project .ast-article-single{
	padding: 0;
}
.smooth-scrolling .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.contact-form-ele .elementor-field-textual.elementor-size-md{
	padding: 10px 16px;
	min-height: 50px;
	box-shadow: none !important;
}
.contact-form-ele .elementor-field-group .elementor-field-textual:focus, .contact-form-ele .elementor-field-group .elementor-field-textual:hover{
	border-style: solid !important;
	box-shadow: none !important;
	border-color: rgba(0, 0, 0, 0.19) !important;
}
.copyright p, .copyright a{
	color: #fff;
	margin-bottom: 0;
	font-size: 16px;
}
.copyright a{
	text-decoration: none;
	color: #ba2f23;
}
.copyright a:hover{
	text-decoration: none;
	color: #ffffff;
}
@media screen and (max-width: 920px){
	.market-menu-wrap > .elementor-widget-container{
		overflow: auto;
	}
}