/*
	Custom stylesheet for template-page.asiohead.php

*/

@import url("/wp-content/themes/baskerville-child/css/hooverfx.css");
@import url("/wp-content/themes/baskerville-child/css/hooverfx_set2.css");

/* -------------------------------------------------------------------------------- */
/*	5. Content
/* -------------------------------------------------------------------------------- */

/* body backgrond image */
.wrapper {
    background-image: url('/wp-content/uploads/website/background_studio_bw_1920x1280.jpg');
    background-position: center center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
}

/* post background transparent */
/* add background-size :cover so it displays on mobile chrome */
.post {
	background-image: url('/wp-content/uploads/website/smoke_dark_1080x5000.jpg');
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
}


/* ------------------------------------------------- */
/* OVERRIDE normal colours for the asiohead dark page */
/* ------------------------------------------------- */

/* remove horizontal line in the header (header bottom) and triangle */
.post-header { 
	border-bottom: 0px solid #eee;
}

.post .post-header:before,
.page .post-header:before {
	border: 0px solid transparent;
}


.post .post-header:after,
.page .post-header:after {
	border: 0px solid transparent;
} 

/* page text */
.post-header .post-title {
	color: #c2c4c6;
}

.post-content p {
	color: #c2c4c6;
}

.post-content text {
	color: #c2c4c6;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
	color: #c2c4c6;
}

/* album borders */
.hfgrid figure {
	border: 15px solid #363738;
}
