/*
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
*/
/*GLAVNI MENI - Poravnaj na vrh - ALL ITEMS TO TOP*/
.vmenu-left .menu-container .row-inner *:not(.wpb_column[class*=align_] *) {
    vertical-align: top;
  }

/*START PAGE - Button white, green text*/
a.bizlyo-white-button {
  color: #179f3b !important;
}
/*START PAGE - Linki modulov*/
.hub-home-modul-links a {
  color: #179f3b;
  font-size: 17px;
}
/*START PAGE - Hello user*/
span.hello-text{
  font-size: 20px;
  color: white;
  font-weight: 400;
}
span.contact-name-color {
  font-size: 20px;
  color: white;
  font-weight: 600;
	margin-left: 5px;
}
/*LOGIN PAGE - Form design*/
input#user_login, input#user_pass {
  border-radius: 10px;
  padding: 10px;
  background-color: #f0f0f040;
  border: 1px solid #179f3b63;
}
/*LOGIN PAGE - Login gumb*/
input#wp-submit {
  background-color: #179f3b;
  border: none;
  color: #ffffff;
}
/*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;
}