/*
Theme Name: Oxygen Child
Theme URI: http://themeforest.net/user/freshface/portfolio
Description: Premium WordPress Theme
Author: Design42
Author URI: http://design42.ch/
License: Go to the "license" folder
License URI: Go to the "license" folder
Text Domain: oxygen
Tags: black, company, creative, full screen, history, one page, parallax, photography, porfolio, professional, video, white
Version: 1.0.5
Template: oxygen
*/

/*
Main stylesheet is located in the /css/style.css or /css/dark-style.css file
*/

h3 {clear: both;}

.contact-form ::-webkit-input-placeholder {
	color: #eee;
}
.contact-form :-moz-placeholder {
	color: #eee;
	opacity: 1;
}
.contact-form ::-moz-placeholder {
	color: #eee;
	opacity: 1;
}
.contact-form :-ms-input-placeholder {
	color: #eee;
}
.form-btn {
	color: #eee;
}
.home-categories .h-item {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 15px;
	font-weight: bold;
}

@media print {
	.sidebar,
	.nav-menu,
	#respond {
		display: none;
	}
	
	a[href]:after,
	a[title]:after{
		content: '';
	}
	
	#navigation {
		position: relative !important;
	}
	
	section.page_header {
		margin-top: 0 !important;
		padding: 20px 0 !important;
	}
	
	.post .post-inner {
		margin-top: 0 !important;
	}
	
	.posts {
		width: 100%;
	}
	
}