/*
 Theme Name:   Valley Rooter Plumbing & Drainage
 Theme URI:    https://www.valleyrooterplumbing.com/
 Description:  Customized theme for Valley Rooter Plumbing & Drainage.
 Author:       FirstPage Marketing
 Author URI:   https://www.firstpagemarketing.com
 Template:     hello-elementor
 Text Domain:	hello-elementor-child
 Version:      1.0.1
*/

/* Fix icon list icons to be top aligned */
.elementor-widget-icon-list .elementor-icon-list-item {
	align-items: flex-start !important;
}

.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon {
	position: relative;
	top: 4px;
}

/* Homepage Hotspots */
.jet-banner {
    height: 250px;
}
.jet-banner img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.jet-mobile-menu__controls {
	position: relative;
}

/*
.jet-mobile-menu__back {
	position: absolute;
	top: -240px;
	right: 30px;
}
*/

/*Header Scroll Effects*/

@media only screen and (min-width: 1025px) {
.elementor-sticky--effects {
    background-color: var( --e-global-color-c6ba95c ) !important;
	border-bottom: 1px #ddd solid;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.45);
		-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.45);
}
}