/*
	Custom stylesheet for template-page.build.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_light_stripes.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/grid_background_light.png');
	background-repeat: repeat;
	background-size: auto;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: contain;
}


/* 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;
} 