/*
 Description:    LSH Specific Styling
 Author:         ABSee
 Author URI:     http://www.absee.net.au
 Created: 		 14-11-2018

*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/*= HEADER
 *****************************************************/
body.LSH {

}
body.LSH.home {
	background-image: url(/images/LSH-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
body.LSH:not(.home) #site-header {

}
.LSH #site-header {

}
.LSH #site-header #logo {
    width: 630px;
    height: 100px;

}
.LSH #site-header #logo a {
	background: rgba(0, 0, 0, 0) url("../images/LSH-logo.png") no-repeat center center;
}

/*= MENU
 *****************************************************/
.LSH #customer-list {
    background-color: rgba(17, 41, 87,0.5);
}
.LSH .nav a {

}
.LSH .nav .current a {

}
.LSH .nav a:hover {
/
}

/*= FOOTER
 *****************************************************/
.LSH #footer {
	
}
body:not(.home) #footer {
   
}
.LSH .footer-logo {
	width: 144px;
	height: 50px;
	filter: contrast(20%);
}
.LSH #footer ul li ,
.LSH #footer ul li a {
	color: rgb(99,99,99);
}
#footer ul li:not(:last-child) {
	border-right: 1px solid black;
}

