/* 
 Theme Name:     Webbros
 Author:         Webbros Digital
 Author URI:     https://www.webbros.co.nz 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.customheader{
	display: inline-block;
	background-color:#000000 !important;
	width:100%;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	transition: height 0.3s ease;
  	-webkit-transition: height 0.3s ease;
}
.et-fixed-header .customheader{
	padding-top:5px;
	padding-bottom:5px;
	transition: height 0.3s ease;
  	-webkit-transition: height 0.3s ease;
}
.header-left{
	float:left;
	width:50%;
}
.header-right{
	float:right;
	width:50%;
	text-align:right;
}
#tf-logo{
	width:90%;
	transition: width 0.3s ease;
  	-webkit-transition: width 0.3s ease;
}
.et-fixed-header #tf-logo{
	width:60%;
}
.customheaderwrapper{
	max-width:1080px;
	margin: 0 auto;
}
.phoneno{
	font-weight:bold;
	font-size:18pt;
	color:#d62027;
	text-align:right;
	display:block;
	margin-bottom:5px;
	transition: height 0.3s ease;
  	-webkit-transition: height 0.3s ease;
}
.et-fixed-header .phoneno{
padding-top: 10px;
}
.et-fixed-header a.emaillink{
padding-top: 0px;
	color:#ffffff !important;
	font-size:16px;
}

