/*
Theme Name: Staff
Theme URI: http://www.bgco.org/
Version: 1.0
Description: A divi child thild theme.
Author: Grant Bivens
Author URI: http://www.bgco.org/
Template: Divi
*/

/* Main Content */
#learndash_mark_complete_button {
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

#learndash_mark_complete_button:hover {
	background: rgba(0,0,0,0.1);
}

input#btn-join {
	margin-bottom: 20px;
}

/* Sidebar */
.tml-reg_passmail-wrap, /* Hide text about receiving email confirmation */
.tml-user-link-dashboard, /* Hide WP Dashboard link */
.tml-user-link-profile { /* Hide User Profile link */
	display: none;
}


/* Footer */
#footer-bottom .et-social-icons {
  display: block;
  text-align: center;
  float: none;
  margin: 20px;
}

.footer-info {
	
}

.footer-infoLogos {
	text-align: center;
	margin: 20px 0;
}

.footer-infoLogos a {
	margin: 0 20px;
}

#footer-bottom img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	transition-duration: 1s;	
}

#footer-bottom img:hover {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: inherit;
	filter: grayscale(0%);	
}

.footer-infoText,
.footer-infoRight {
	width: 100%;	
	margin-bottom: 5%;
	text-align: center;
}
