/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/*START PAGE - Hello user*/
span.hello-text{
  font-size: 20px;
  color: white;
  font-weight: 500;
  font-family: Maven Pro!important;
}
span.contact-name-color {
  font-size: 24px;
  color: white;
  font-weight: 600;
  font-family: Maven Pro!important;
}
/*LOGIN PAGE - Login gumb*/
input#wp-submit {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}
/*LOGIN PAGE - Rembember me*/
.forgetmenot{
	display: block!important;
}
/*GLOBAL - White text subheading*/
.white-text p {
  color: white;
}
/*GLOBAL - Breadcrumbs bold current page*/
li.current {
  font-weight: bold;
}