/*
 * Custom styles for Growing Gardens
 */

.clear {
	clear: both;
}

/* Position colorbox Close button at top of window instead of bottom */
#cboxClose {
	top: 0 !important;
}

/* Allow left/right scrolling on mobile devices */
/* ID specified in Fusion text container on Meet the Goats page */
#gg-goat-cam {
	overflow-x: auto;
}

/* Allow password strength indicator to display on registration form */
#pass-strength-result {
	display: block;
}

/* Learnpress course styles */
.lp-archive-courses .course-summary .course-summary-content .course-detail-info {
	padding-left: 20px;
}