/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* Hide search bar */
#site-navigation .search-widget-handle {
    display: none;
}

/* Hide Footer */
.footer-credits {
    display: none;
}

.module-group.right {
	float: none;
	display:table;
}

/* Footer Background Color */
footer#colophon {
    background: #000;
		font-family: Arial;
		padding-top: 20px;
		padding-bottom: 20px;
}

/* Hide header on Home */
.home header {
	display:none;
}

/* Hide back to top button */
.back-to-top {
    display: none;
}

/*
----
------- TPH LANDING PAGE
----
*/

#shapely_home_parallax-13 {
		text-align: center;
}

/* ALC logo hover*/
#shapely_home_parallax-13 img [src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/ALC-logo-e1516143086247.png"] {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#shapely_home_parallax-13 img:hover[src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/ALC-logo-e1516143086247.png"] {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


/* EMP logo hover*/
#shapely_home_parallax-13 img [src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/EMP-logo2-e1516143349416.png"] {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#shapely_home_parallax-13 img:hover[src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/EMP-logo2-e1516143349416.png"] {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


/* IM logo hover*/
#shapely_home_parallax-13 img [src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/IMB-IMH-logo-e1516143657152.png"] {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#shapely_home_parallax-13 img:hover[src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/IMB-IMH-logo-e1516143657152.png"] {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


/* LIO logo hover*/
#shapely_home_parallax-13 img [src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/LIO-logo-e1516143784911.png"] {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#shapely_home_parallax-13 img:hover[src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/LIO-logo-e1516143784911.png"] {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}



/* SAR logo hover*/
#shapely_home_parallax-13 img [src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/SAR-logo-e1516143969174.png"] {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#shapely_home_parallax-13 img:hover[src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/SAR-logo-e1516143969174.png"] {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


/* TWP logo hover*/
#shapely_home_parallax-13 img [src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/TWP-logo-e1516144047631.png"] {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#shapely_home_parallax-13 img:hover[src="http://www.thirdplacehospitality.com.au/wp-content/uploads/2018/01/TWP-logo-e1516144047631.png"] {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}





-------------------------------------
--------- 
----------------/* back up code */ 
-----------
-----------------------------------

.bnehover {
		width: 210px;
		height: 113px;
		display:inline-block;
		background-image: url('http://www.thirdplacehospitality.com.au/wp-content/uploads/2017/12/BNE-12-e1514853091786.png ');
	}
	.bnehover:hover {
		background-image: url('http://www.thirdplacehospitality.com.au/wp-content/uploads/2017/12/BNE-2-e1514853130929.png ');
	}

.hobhover {
		width: 210px;
		height: 113px;
		display:inline-block;
		background-image: url('http://www.thirdplacehospitality.com.au/wp-content/uploads/2017/12/HOB1-e1514853147935.png');
	}

	.hobhover:hover {
		background-image: url('http://www.thirdplacehospitality.com.au/wp-content/uploads/2017/12/HOB-2-e1514853140698.png  ');
	}

/* Logo Mobile */
@media screen and (max-width: 600px) { .page-id-9 #shapely_home_parallax-13 img {
   width:50%;
	}
}



/*
----
------- MOBILE LANDING ------ MOBILE
----
*/

@media screen and (max-width: 600px) {
#shapely_home_parallax-13 .ALClogo
	{
    visibility: hidden;
    display: none;
  }
} 

@media screen and (max-width: 600px) {
#shapely_home_parallax-13 .EMPlogo
	{
    visibility: hidden;
    display: none;
  }
} 

@media screen and (max-width: 600px) {
#shapely_home_parallax-13 .IMlogo
	{
    visibility: hidden;
    display: none;
  }
} 

@media screen and (max-width: 600px) {
#shapely_home_parallax-13 .LIOlogo
	{
    visibility: hidden;
    display: none;
  }
} 

@media screen and (max-width: 600px) {
#shapely_home_parallax-13 .SARlogo
	{
    visibility: hidden;
    display: none;
  }
} 

@media screen and (max-width: 600px) {
#shapely_home_parallax-13 .TWPlogo
	{
    visibility: hidden;
    display: none;
  }
} 



