h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Michroma', sans-serif;
}
.btn {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  font-family: 'Michroma', sans-serif;
}
#filters li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Michroma', sans-serif;
}



.nav-tabs > li > a {
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Michroma', sans-serif;
}
.table > thead > tr > th {
  font-size: 11px;
  font-family: 'Michroma', sans-serif;
  font-weight: 400;
}
.title h2,
.title h3 {font-weight: 400;}
.title h2 {font-size: 40px;}
.title h3 {font-size: 30px;}



a {
  color: #58585A;
}
a:hover {
  color: #336633;
  text-decoration: none;
}
a:focus {
  color: #0d1b0d;
  text-decoration: none;
}

#topnav .navbar-toggle:hover span {
  background-color: #58585A;
}
@media (max-width: 991px) {
#topnav .navigation-menu > li > a:hover {  color: #58585A;}
}

	
}
#topnav.scroll .navigation-menu > li.active > a {
  color: #58585A;
}
#topnav .navigation-menu > li > a {font-size: 13px;}
#topnav .navigation-menu > li > a {text-align: center;}
.slide-wrap {
    background-color: rgba(33, 40, 45, 0.4);
}

body {font-weight: 500;}

.title hr{
	border-color: #58585A;
}

.icon-box-small p span a,
.go-top a:hover,
#footer-widgets .widget ul li a:hover,
.red-dot:before,
#footer .footer-social ul > li > a:hover,
#topnav.scroll .navigation-menu > li > a:hover,
#topnav.scroll .navigation-menu > li.active > a{
	color: #58585A;
}
.red-dot {font-size: 2em;}


.btn-color-out:hover,
.btn-color{
	border-color: #58585A;
	background-color: #58585A;
}
.btn-color:hover{
	opacity: 0.7;
	border-color: #58585A;
	background-color: #58585A;
}

.btn-color-out{
	color: #58585A;
	border-color: #58585A;
}

.icon-box-small hr,
.form-control:focus{
	border-color: #58585A;
}

a#threeam-logo img {	
	margin-top: 12px;
    width: 150px;
    float: right;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

a#threeam-logo img:hover{
	opacity: 0.5;
}

#footer-widgets {
	padding: 0;
}

#footer .footer-wrap{
	border-top: none;
}

#footer .footer-social ul > li > a {
	display: inline;
}

#footer .footer-social {
	text-align: center;
}

.team-description{
	margin-left: 10px;
	margin-right: 10px;	
}


.team-member{ 
	padding-bottom: 0;
}
.team-member .team-info{ 
	position: static;	
}
.team-member:hover .team-info{ 
	color: #191b1d;
	bottom: 0;
}
.team-member:hover .team-info > span {
	color: #8c939a;	
}







@media screen and (max-width: 991px){
	.threeam-logo-wrapper{
		text-align: center;
	}
	.threeam-logo-wrapper a#threeam-logo img {
		float: none;
	}
}


#home-slider .slide-content h1 {
	background: url("../images/chance-logistics.png") no-repeat center center;
	min-height: 228px;
	text-indent: -9000px;
}

@media (max-width: 767px) {
	#home-slider .slide-content h1 {
		min-height: auto;
		background-size: contain;
	}
}

/* Change the colour of the preloader 
Needs to be changed in style.css
Find on line 4821 and 4795
Or search for: CUSTOM: change preloader icon color 
*/

.g-recaptcha {
	margin-bottom: 20px;
}