/*
 Theme Name:   Falcon Equipment
 Theme URI:    
 Description:  Customized theme for Falcon Equipment.
 Author:       FirstPage Marketing
 Author URI:   https://www.firstpagemarketing.com
 Template:     hello-elementor
 Version:      1.0.46
*/


ul {
	list-style-type: disc;
}

ul li::marker {
	color: #576FAB;
	font-size: 28px;	
}

.no-pointer a {
	cursor: default !important;
}


.new-background {
	background-color: #1B1829 !important;
	background-image: none !important;
	box-shadow: rgb(0 0 0 / 20%) 0 0 20px;
}

.access_form {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.access_form .submit_btn {
	transform: skewx(-15deg);
	margin-left: 30px;
}

#pif-error-message {
	display: none;	
}

.tech-row-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.tech-row-wrapper .jet-listing-dynamic-repeater__item {
	width: 100%;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	background-color: #eee;
	padding: 8px 15px;
}

.tech-row-wrapper .jet-listing-dynamic-repeater__item:nth-child(2n) {
	background-color: #fff;
}

.tech-row-titile {
	width: 48%;
	font-weight: 700 !important; 
}

.tech-row-value {
	width: 48%;	
}

.tech-specs ul {
    margin:0;
    padding:0;
    list-style: none;
}
.tech-specs ul li {
	width: 100%;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
    color: #6c6c66 !important;
	background-color: #eee;
	padding: 8px 15px;
}

.tech-specs ul li:nth-child(2n) {
	background-color: #fff;
}

#print-template {
    display: none;
}


.info_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.info_container .jet-listing-dynamic-repeater__item {
    width: 50%;
    padding: 10px;
}

.info_wrapper {
    width: 100%;
    display: flex;
    height: auto;
    margin-bottom: 10px;
    justify-content: space-between !important;
}

.info_wrapper--icon {
    width: 12%;
    max-width: 120px;
    height: 70px;
    background-image: url(/wp-content/uploads/2025/01/checked.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    align-self: flex-start;
}

.info_wrapper_block {
    width: 83%;
    display: flex;
    flex-direction: column;
}

.info_wrapper_block--headline {
    width: 100%;
    color: #fff;
    font-size: 20px;
}

.info_wrapper_block--detail {
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

/* Default Content Area Adjustments */
.elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
    margin-bottom: 0.9rem;
}

/* Navigation Menu Icon Customization */
.top_nav .sub-arrow svg, .top_nav .sub-arrow i {
    display: none !important;
}
.top_nav .sub-arrow {
    position: relative;
}
.top_nav a > .sub-arrow:after {
    content: '';
    position: relative;
    mask: url('/wp-content/themes/falcon-equipment/icons/down-arrow-toppy-nav.svg') no-repeat center;
    -webkit-mask: url('/wp-content/themes/falcon-equipment/icons/down-arrow-toppy-nav.svg') no-repeat center; /* For Webkit browsers */
    background-color: var( --e-global-color-2da4e0b ); /* Fill color */
    height: 25px;
    width: 25px;
    left: -10px;
    top: 2px;
    transition: top 0.3s ease;
}
.top_nav a:hover > .sub-arrow:after {
    top:5px;
}

.bottom_nav .sub-arrow svg, .bottom_nav .sub-arrow i {
    display: none;
}
.bottom_nav .sub-arrow {
    position: relative;
}
.bottom_nav a > .sub-arrow:after {
    content: '';
    position: relative;
    mask: url('/wp-content/themes/falcon-equipment/icons/down-arrow-main-nav.svg') no-repeat center;
    -webkit-mask: url('/wp-content/themes/falcon-equipment/icons/down-arrow-main-nav.svg') no-repeat center; /* For Webkit browsers */
    background-color: var( --e-global-color-2da4e0b ); /* Fill color */
    height: 30px;
    width: 30px;
    left: -10px;
    top:0;
    transition: top 0.3s ease;
}
.bottom_nav a:hover > .sub-arrow:after {
    top:5px;
}


/* Skewed Hotspots */
.skewed_hotspot {
    transform: skew(-15deg,0deg);
    overflow: hidden !important;
}
.skewed_hotspot:before {
    transform: skew(15deg,0) scale(1.3);
}
.skewed_hotspot > div {
    transform: skew(15deg,0)
}


/* jetMenu Back Button Fix */
.jet-mobile-menu__controls div[aria-label="Back to Prev Items"] i:before {
        content: "\f0a8";
}


/* Bottom Margin for UL and OL */
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
	margin-bottom: 0.9em;
	text-align: left;
}

/* Inline Image Styling */
img.alignleft {
	max-width: 50% !important;
	margin: 0 30px 30px 0;
}

img.alignright {
	max-width: 50% !important;
	margin: 0 0 30px 30px;
}

img.aligncenter {
	margin: 0 auto 30px;
}

img.alignnone {
	margin: 0 0 30px 0;
}

@media (max-width: 768px) {
	img.alignleft, img.alignright, img.aligncenter, img.alignnone {
		display: block;
		margin: 0 auto 30px;
		max-width: 100% !important;
		float:none;
	}

    .info_container .jet-listing-dynamic-repeater__item {
        width: 100%;
    }   
    
    .info_wrapper--icon {
        width: 48px;
		min-width: 48px;
		max-width: 48px;
    }

    .info_wrapper_block {
        width: auto;
        margin-left: 20px;
		margin-right: 20px;
    }
    
    .info_wrapper {
        justify-content: center !important;
    }
    
}

/* Elementor Animation Improvements */
@keyframes fadeInDownFPM {
    from {
        opacity: 0;
        transform: translate3d(0,-60px,0);
    }

    to {
        opacity: 1;
        transform: none
    }
}
.fadeInDown {
    animation-name: fadeInDownFPM !important;
}

@keyframes fadeInLeftFPM {
    from {
        opacity: 0;
        transform: translate3d(-60px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeftFPM !important;
}

@keyframes fadeInRightFPM {
    from {
        opacity: 0;
        transform: translate3d(60px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRightFPM !important;
}

@keyframes fadeInUpFPM {
    from {
        opacity: 0;
        transform: translate3d(0,60px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUpFPM !important;
}