/*
 Theme Name:   Global Nexus
 Theme URI:    http://globalnexus.com/
 Description:  Global Nexus
 Author:       Mediafox
 Author URI:   http://mediafox.ca
 Template:     u-design
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

#page-content-title #page-title h1 {
text-transform: uppercase;
}
#page-content-title {
background-color:#F8F8F8;
}
h3.bottom-col-title {
background: none;
}
.entry {
padding: 10px 0 0px;
}

input, select, textarea {
border-radius: 2px;
border: 1px solid #bbb;
padding: 6px;
margin-bottom: 15px;
background-color:#F8F8F8;
}
input[type="submit"] {
background-color:#2661bf;
color: #ffffff;
padding: 10px 26px;
font-size: 1em;
text-transform:uppercase;
}
.check-bullet ul {
  list-style: none;
  padding: 0;
}
.check-bullet li {
  padding-left: 1.5em;
  margin-bottom: 20px;
  font-size: 1.1em;
}
.check-bullet li:before {
  content: "\f058"; /* FontAwesome Unicode */
  color:#2661bf; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em; /* same as padding-left set on li */
  width: 1.5em; /* same as padding-left set on li */
}