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

 Theme Name:   GBECC_v1
 Theme URI:    https://greatbeginningsearlychildcare.com/
 Description:  Great Beginnings Early Child Care Center 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;
}

/* Custom Classes to Show/Hide an element on mobile */
.mobile-enable {
	display: none;
}

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

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

	.mobile-disable {
	display: none;
	}
}

/* Custom Breadcrumb Settings */
.gbecc-breadcrumb-seperator:before {
	font-family: "FontAwesome"!important;
	font-size: 11px;
	font-weight: 900!important;
	color: rgba(0,0,0,0.5);
	position: relative;
	content: "";
}

/* Custom Scroll To Top Settings */
.et_pb_scroll_top.et-pb-icon {
	padding: 10px 5px 5px 5px;
}

.et_pb_scroll_top:before {
	font-family: "FontAwesome"!important;
	font-weight: 900!important;
	content: "";
	display: inline-block;
	transform: rotate(45deg);
}

.et_pb_scroll_top:hover:before {
	transform: rotate(0);
	color: #3B5323;
}