.site-inner {
    padding: 5% 40px;
}

.alignnone {min-width: 400px;
width: 100%; }

.guarantee_small {
   font-size: 8px;
}

.front-page-3, .front-page-3 a, .front-page-3 h4, .front-page-3 p, .front-page-3 .icon, .front-page-3 .widget-title {
    color: #333333;
}

.front-page-3 {
    background-color: #ffffff;
    padding: 3% 3%;
}

.front-page-1 .widget_text .widget-title {
    font-size: 4.4rem;
}


/*FIX IMAGE STYLES FROM LT SITE*/
       .image_left {
           padding: 5px;
           margin: 5px !important;
           border: none !important;
           float: left;
       }
       
       .image_right {
           padding: 5px;
           margin: 5px !important;
           border: none !important;
           float: right;
          max-width: 350px;
          width: 100%;
       }
       
/* gets rid of underlined links */
a, a:hover {
	border-bottom: none;
}

/* spacing adjustments on header */
.site-header, .site-header.shrink {
	padding: 0 15px;
}

/* adds custom sub menu arrow on nav */
.hfe-menu-toggle.sub-arrow {
	background-image: url("/wp-content/uploads/2023/11/menu-toggle.png");
	background-size: contain;
	width: 8px;
	height: 8px;
	margin-left: 6px!important;
}

/* spacing adjustments on homepage */
.home .site-inner {
	padding-top: 20px;
	padding-bottom: 0px;
}
.elementor-widget:not(:last-child), .elementor-element-10c915b p, .elementor-element-a778d4b p {
	margin-bottom: 0;
}

/* styles images on service pages */
.page .entry-content img {
	border-radius: 12px;
	box-shadow: 0 0 12px rgba(0,0,0,.25);
}