/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/* Home page background colour */
body.page-id-21 {
	background: #212121 !important;
}

/* Materials page background colour grey */
body.page-id-75 {
	background: #efefef !important;
}

/* Architecture page background colour grey */
body.page-id-79 {
	background: #efefef !important;
}

/* Sculpture of the Museum Building page background colour grey */
body.page-id-337 {
	background: #efefef !important;
}

/* Sculpture page background colour grey */
body.page-id-101 {
	background: #efefef !important;
}

/* Interactive Carvings page background colour */
body.page-id-386 {background: #000000 !important; }

/* Point Cloud Viewer page background colour */
body.page-id-1663 {background: #121619 !important; }

/* 360 Viewer page background colour */
body.page-id-1712 {background: #121619 !important; }

/* Irish Marble: from local to global page background colour */
body.page-id-1736 {background: #000000 !important; }


/* Home page feature image (replaced with looped video) container size)*/
.home div.feature-img.page-banner {width: auto !important; max-height: 800 !important; }

div.header-large {background-color: rgba(0,0,0,0.3) !important;}

.footer {background-color: #8e8e8e !important;}


/* Top Navigation background colour: black, semi-transparent 0.3 */
/*nav#navigation {
	background-color: rgba(0,0,0,0.3);
}*/


/* Top Navigation Home Page only background colour: black */
/*.home nav#navigation {
	background-color: #000000;
}*/

/* Top Navigation hover background colour (black) and hover text colour (purple) */
nav#navigation ul li:hover > a {
	background: #000000;
	color: #BC80B6 !important;
}

/* Top Navigation Home Page only hover background colour (black) and hover text colour (purple) */
.home nav#navigation ul li:hover > a {
	background: #000000;
	color: #BC80B6 !important;
}

/* Top Navigation Font style, colour and size */
nav#navigation ul li > a {
	font-style: none;
	color: #D7D6D6 !important;
	font-size: 16px;
}

/* Top Navigation Menu dropdown colour [option of original colour rgba(255,255,255,0.3)] */
/* .menu li li {
	background: #c0c0c0 !important;
} */
/* Top Navigation Menu dropdown colour: black, semi-transparent 0.3 */
.sub-menu {
	background: rgba(0,0,0,0.7) !important;
}

/* Top Navigation Menu Home Page only dropdown colour: rgb(255,255,255), semi-transparent 0.3 */
.home .sub-menu {
	background: rgba(0,0,0,0.7) !important;
}

/* Top Navigation Menu dropdown transparency */
/* .sub-menu {
	background: transparent !important;
} */
/* Site Title (Making Victorian Dublin) Size and Colour.
Site title colour options: 
silver #FBFCFC
grey #D7D6D6
green #688E42
purple #BC80B6 */
/* Site Title (Making Victorian Dublin) Colour: grey */
.site-title a {
	color: #D7D6D6 !important;
	font-size: 22px !important;
}

/* Site Title all pages (Making Victorian Dublin) Colour: grey #D7D6D6 and size */ 
.site-title a {
	color: #D7D6D6 !important;
	font-size: 22px;
}


/* Site Title Home Page (Making Victorian Dublin) Colour: green #688E42 / grey #D7D6D6 and size */
.home .site-title a {
	color: #D7D6D6 !important;
	font-size: 30px;
}

/*.home .site-title a {
	padding-left: 36px !important;}*/

/* Site Logo Size */
.site-logo {
	height: px !important;
	width: px !important;
}

.mobile-menu-toggle {
	color: #BC80B6 !important;
}

/* Highlight current page on top navigation */
ul li.current-menu-item > a {  background: #688E42; color: #000000; }

/* Highlight current parent page on top navigation when on sub page in drop down menu */
ul li.current-menu-parent > a {  background: #688E42; color: #000000;
}
