/*
Theme Name:     Mixed Child Theme
Theme URI:      http://pixel-industry.com/
Description:    Child theme for the Wordpress theme 
Author:         Pixel Industry
Author URI:     http://pixel-industry.com/
Template:       mixed-modern-and-professional-wordpress-theme
Version:        1.0
*/

@import url("../mixed-modern-and-professional-wordpress-theme/style.css");

.header-inner{
	background: #000;
}
.main-nav .navbar{
	min-height: 30px;
}
body{
	background: url("img/motif-background.jpg") no-repeat top center #000;
	background-size: cover;
	background-attachment: fixed;
}
.page-content .container{
	background: #fff;
}
.row{margin-bottom: 40px;}
.header-type-2 .navbar-nav>li>a:hover,
#header.header-type-2 .navbar-default .navbar-nav > .current-menu-item > a{background: transparent!important;}
@media(min-width: 1200px){
	.post-media iframe, .post-body iframe, .post-body embed{
		min-height: 420px;
	}
}