/*!
Theme Name: FastConstruct
Theme URI: https://beebrand.agecy/
Author: Beebrand.agency
Author URI: https://beebrand.agecy/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fastconstruct
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

FastConstruct is based on Underscores https://beebrand.agecy/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@media (max-width: 767px){
    .ltn__header-4 .ltn__header-options, .ltn__header-5 .ltn__header-options {
       flex: unset !important;
    }

    .ltn__header-4 .ltn__header-middle-area.sticky-active, .ltn__header-5 .ltn__header-middle-area.sticky-active{
        position: fixed;
    }

    h1, .h1 {
        font-size: 1.7rem;
		word-wrap: break-word;
    }  

    .header-search-wrap{
        display: none;
    }

    .ltn__header-5 .ltn__header-options {
        margin-left: 30px !important;
    }

    header img {
        max-width: 70%;
    }

    .ltn__header-4 .site-logo-wrap, .ltn__header-5 .site-logo-wrap{
            margin: 10px 0 9px;
    }
}
@media (max-width: 900px){
	.ltn__slide-item-2 {
		height: auto;
		padding-top: 129px;
		padding-bottom: 129px;
	}
	
	.ltn__slider-area.ltn__slider-3.section-bg-2--- .slick-slider .slick-track .ltn__slide-item {
    	height: 629px !important;
	}
}


.modal-header {

    padding: 20px;
}
.modal-dialog{
    margin-top: 0px !important;
}
.modal-backdrop.show {
    opacity: .7;
    z-index: 9999;
}

.modal-open .modal{
    z-index: 99999;
}


.ltn__drop-menu ul li ul {
    position: absolute;
    min-width: 53px;
}

.ltn__slide-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,189,255,0) 100%);

}

.white-text{
    color: #fff;
}



a[class*=lightcase-icon-] {
    z-index: 9999999;
}

#lightcase-case{
    z-index: 9999999;
}

#lightcase-loading{
     z-index: 9999999;
}



@media(min-width: 1100px){
    .ltn__slide-item-inner{
        min-height: 39vh;
    }
}

form .btn {
    border-radius: 0px;
}

.about-us-info-wrap .btn-wrapper {
    margin-top: 40px;
    width: 228px;
}

.about-us-info-wrap .btn-wrapper .btn {
    display: flex;
    font-size: 16px;
    width: 100%;
    height: 76px;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.ltn__feature-info{
    word-break: break-word;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: var(--ltn__secondary-color) !important;
	padding: 30px;
}

.form-row.form-row-wide.validate-required.validate-phone.woocommerce-invalid.woocommerce-invalid-required-field input{
	border: 2px solid #a00 !important;
}

.product-price > span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ltn__product-item-3 .product-price del {
    order: 2;
}
.ltn__product-item-3 .product-price ins{
	text-decoration:none;
}

.onsale{
	display:none;
}
form .btn{
	border-radius: 40px !important;
}


.entry-content .woocommerce {
    width: 80%;
    margin: 0 auto;
}

#lightcase-overlay {
    z-index: 999999;
}


@media(max-width: 370px){
	.ltn__header-middle-area .mini-cart-icon{
		display: none;
	}
}

.ltn__main-menu li.current-menu-item a {
    color: var(--ltn__secondary-color) !important;
}


.ltn__breadcrumb-area.text-left.bg-overlay-white-30.bg-image:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
	    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(3.1px);
    -webkit-backdrop-filter: blur(3.1px);
}

.ltn__breadcrumb-inner .page-title, .ltn__breadcrumb-inner a, .ltn__breadcrumb-list ul li:after, .ltn__breadcrumb-list ul li{
	color: #fff !important;
}

span.page-numbers.current {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 2px solid var(--ltn__secondary-color);
    text-align: center;
    display: block;
    font-weight: 700;
    border-radius: 100%;
    background: var(--ltn__secondary-color);
    color: #fff;
}


.ltn__main-menu li.current_page_parent a {
    color: var(--ltn__secondary-color) !important;
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info{
	display:none !important;
}


.ltn__feature-icon img {
    width: 70px;
}