/*
 Theme Name:   Danasy Landscaping & Maintenance 
 Theme URI:    danasylandscaping.com
 Description:  Customized theme for Danasy Landscaping & Maintenance
 Author:       FirstPage Marketing
 Author URI:   https://www.firstpagemarketing.com
 Template:     hello-elementor
 Version:      1.0.42
*/

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

.accent-text {
	color: #9E0000;
}

.new-background {
	background-color: #19163b !important;
}

#header-top-band {
	transition: transform 1.0 ease-in-out;
}

#header-bottom-band {
	transition: transform 1.0 ease-in-out;
}

.header-top-band-hide {
	transform: translateY(-110px);
}

.header-bottom-band-hide {
	transform: translateY(-80px);
}

#header-bg {
	max-height: 80px;
}

.snapshot-features-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.snapshot-feature-item {
    display: flex;
    flex-direction: column;
    padding: 15px 5px;
    background-color: #fff;
    box-shadow: 2px 5px 8px #ccc;
    font-family: "Source Sans Pro", sans serif;
    font-weight: 900;
    font-size: 25px;
    color: #19163b;
    width: 12%;
}

.footer-links ul li a {
	transition: transform 0.5s ease-in-out;
} 

.footer-links ul li a:hover {
   	transform: translateX(10px); 
	transition: transform 0.5s ease-in-out;
} 


#follower {
    height: 826px;
    width: 422px;
    z-index: 9;
    margin-left: 80px;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    transition-duration: 100ms;
    transition-timing-function: ease-out;
    position: fixed;
}


/* Add arrow to jetSmartFilter selector */
.elementor-widget-jet-smart-filters-select select {
    text-align: center;
}
.elementor-widget-jet-smart-filters-select .jet-smart-filters-select {
    position: relative;
}
.elementor-widget-jet-smart-filters-select .jet-smart-filters-select:after {
    content:'\f0d7';
    font-family: 'Font Awesome 5 Free Solid';
    position: absolute;
    top: 10px;
    right:25px;
    color: white;
    font-size: 20px;
}

/* single product page CSS */

.woocommerce-Price-amount {
    color: #EA6F2E;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.woocommerce div.product.elementor ul.tabs {
    margin: 0 -12px !important;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    padding: 20px 40px !important;
}

/* 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;
	}

    .snapshot-feature-item {
        width: 44%;
    }

}

@media (max-width: 1023px) {

    .snapshot-feature-item {
        width: 22%;
    }

}


@media (max-width: 1366px) {
    .header-top-band-hide {
	    transform: translateY(-80px);
    }

    .header-bottom-band-hide {
	    transform: translateY(-62px);
    }
    
   .snapshot-feature-item {
        font-size: 18px;
        line-height: 22px;
    } 

}

@media (max-width: 468px) {

    .snapshot-feature-item {
        width: 100%;
    }

}


/* 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;
}