/* Enter Your Custom CSS Here */

.site-header.fixed,
.site-header{
  position: fixed !important;
}
  .site-logo{
    position:absolute; 
    max-height:100px;
    left:20px;
    top: -10px
	}
  .btn-menu{
  	float: right;
    margin: 0;
  }


.site-header, .site-header.float-header{
	padding:5px;
  background:rgba(129,63,28,0.8);
}
p.big-text{
	font-size: 20px;
	font-weight:100;
	padding-bottom:30px;
	line-height:150%;
}

.site-header, .site-header.float-header{
	padding:10px 5px 20px;

} 
#mainnav li{
	padding: 0px 12px
}
.widget_sydney_services_type_b .service:last-child {
	margin-bottom:0
}
input[type="text"], input[type="email"]{
	width:100%
}
.roll-team .team-item .team-pop .team-info {
    top: 5%;
		line-height:140%;
}
#pg-220-1{display: none}


@media only screen and (min-width: 768px){ 
  .site-logo{
    max-height:120px;
  }
}
@media only screen and (min-width: 1024px){ 
  .site-logo{
    max-height:180px;
    top: -30px;
    left:20px;
  }
}

