/*
Theme Name: The Facility
Description: Child theme for Expose theme
Author: Tom Rhodes
Author URI: http://www.madeinebor.com
Template: expose
Version: 1.0.8
*/


/* Navigation */

.open-nav .mobile-toggle .white-bg {
	background: #111 !important;
}

.nav-list-holder {
    padding: 80px;
}

/* Experiential background image */

.page-id-469 {
	background-image: url('http://thefacility.com.au/wp-content/uploads/2014/11/facility-hardware.jpg') !important;  
}

/* Environment background image */

.page-id-471 {
	background-image: url('http://thefacility.com.au/wp-content/uploads/2014/11/facility-bar-design.jpg') !important;  
}

.scroll-arrow {
	background-image: url('http://thefacility.com.au/wp-content/uploads/2014/11/facility-arrow-down.png'); 
	background-repeat: no-repeat;
	background-size: 68px 68px;
	height: 68px;
	width: 68px;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -34px;
}

/* Homepage logo layout */

.page-id-6 .masthead {
	display: none !important;
}

.demo-1 .main-title {
	background: url('http://thefacility.com.au/wp-content/uploads/2016/02/Facility-Logo-light-transpN.png') no-repeat;
	max-width: 300px;
	max-height: 164px;
	width: 100%;
	height: 100%;
	padding: 0;
  	border: 0;
}

.demo-1 .main-title .thin {
	display: none;
}

.masthead a img, .nav-logo-wrap a img {
	width: inherit;
  	height: inherit;
}

.transparent-background {
	background-color: transparent !important;
}


/* Contact Form */

h1.email-heading {
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.foot-logo.col-md-1 {
	display: none;
}

.foot-logo {
	float: right;
}

@media (max-width: 990px) {
    .foot-logo {
		float: none;
	}
}