/*
Theme Name:         Peak Interiors child theme of Experon
Theme URI:          http://www.thinkupthemes.com/
Description:        Peak Interiors child theme of Experon is the free version of the multi-purpose professional theme (Experon Pro) ideal for a business or blog website. The theme has a responsive layout, HD retina ready and comes with a powerful theme options panel with can be used to make awesome changes without touching any code. The theme also comes with a full width easy to use slider. Easily add a logo to your site and create a beautiful homepage using the built-in homepage layout.
Version:            1.6.2
Author:             Thomas Jono
Author URI:         http://www.thomasjono.com/
Template:			experon
Tags: 				one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, post-formats, sticky-post, translation-ready, flexible-header, custom-background, grid-layout, footer-widgets, blog, e-commerce, education, entertainment, news, photography, portfolio
Text Domain:        experon

License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
*/

#body-core,
#intro {
	background: transparent;
}
#header {
	background: #000;
	margin-bottom: 13em;
	top: 110px;
}
#body-core {
	padding-top: 50px;
}
#logo {
	transition: none;
}
#logo img {
	max-height: 100%;
}
#logo {
	margin-top: 0;
	top: -45px;
	position: absolute;
}
#pre-header {
	border-bottom: none;
}
#header {
	border-bottom: none;
}
#header .header-links .sub-menu {
	background: #666;
	border: none;
	color: #fff;
}
#intro {
	border-bottom: 0;
	padding-bottom: 0;
}
#main-core {
	color: #fff;
}
#intro .page-title {
	color: #000;
}
#intro .page-title {
	text-transform: uppercase;
}

@media only screen and (max-width: 1140px) {
	#logo {
		margin-left: 0 !important;
		transition: none;
	}
}

@media only screen and (min-width: 768px) {
	.main-navigation {
		background: #000;
	}
	#logo {
		margin-left: -8px;
	}
	#logo img {
		position: relative;
		z-index: 1;
	}
	#header-links {
		float: left;
		margin-left: 340px;
	}
	#header-core {
		max-width: 1040px;
	}
	#header-links-inner {
		position: relative;
		z-index: 2;
	}
	#header .header-links > ul > li a {
		padding: 25px 15px;
		color: #fff;
	}
	#header .header-links > ul > li.current_page_item a {
		color: #fff;
	}
	#intro {
		border-bottom: 0;
	}
	#intro #intro-core,
	#content-core,
	#sub-footer-core,
	#main,
	#section-home-inner {
		max-width: 1000px;
	}
	#content-core {
		background: url(img/content-bg-transparent.png) 0 0 repeat;
		padding: 20px 20px 0 20px;
	}
	#main {
		margin: 0 auto;
	}
	.one_third {
		width: 30.6%;
		margin-right: 3.5%;
	}
	.one_third:last-child {
		margin-right: 0;
	}
	.one_third img {
		border: 3px solid rgba(0,0,0,0.35);
	}
	.one_third p {
		margin-bottom: 0;
	}
	.home h3 {
		color: #fff;
	}
	.logged-in #header {
		top: 80px;
	}
	#sub-footer {
		color: #fff;
		background: url(img/content-bg-transparent.png) 0 0 repeat;
	}
}

@media only screen and (max-width: 768px) {
	#header {
		background: #000;
		margin-bottom: 0;
	}
	.btn-navbar .icon-bar {
		background-color: #fff !important;
	}
	#logo {
		margin-left: 0 !important;
	}
	#logo img {
		max-height: 90px;
	}
	#content-core {
		background: url(img/content-bg-transparent.png) 0 0 repeat;
		padding: 20px 20px 0 20px;
	}
	.one_third img {
		border: 3px solid rgba(0,0,0,0.35);
	}
	.home h3 {
		color: #fff;
	}
	#sub-footer {
		color: #fff;
		background: url(img/content-bg-transparent.png) 0 0 repeat;
	}
}