/* Services: Add Padding on Mobile */
@media only screen and (max-width: 768px) {
    .no-margin-desktop .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Footer: First Widget Width */
@media screen and (min-width: 991px) {
	.site-footer .lb-element-footer-container-row-1 .widget:first-child {
    	width: 40%;
	}
}

/* Footer: Social Networks Gap */
.social-icons {
	    --k-si-spacing: var(--k-content-spacing-1);
}