/*---------------------------------------------------------------------------------

 Theme Name:   LTS_v1
 Theme URI:    https://lorenzonitreeservice.com/
 Description:  Lorenzoni Tree Service Theme v1.0
 Author:       Justin C. Munzing
 Author URI:   https://jcmunz.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

html {
	overflow-y: scroll;
}

body {

}

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none!important;
}

/* Shows the reCAPTCHA on the Contact page */
.page-id-144 .grecaptcha-badge, .page-id-29171 .grecaptcha-badge {
    display: block!important;
}

.mobile-enable {
	display: none;
}

.mobile-disable {
	display: inline-block;
}

@media all and (max-width: 480px) {
	.mobile-enable {
	display: inline-block;
	}

	.mobile-disable {
	display: none;
	}
}
