/*

Theme Name: Ernesto
Theme URI: http://themeforest.net
Description: Responsive One Page Portfolio
Version: 1.0.0
Author: bitfade
Author URI: http://themeforest.net/user/bitfade
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photoblogging



/*** Kenson Edits ***/

h3{
	font-size:1.75em;
}

/*** About section to have background ***/
#section-about{
	background-image: url("http://www.kensonchan.ca/wp-content/uploads/2014/08/about-bg21.png");
}

#section-about .col-md-6:first-child{
	width:33%;
	padding-top:5%;
}
#section-about .col-md-6:nth-child(2) {
	width:66%;
}
#section-about .col-md-6:nth-child(2) h3{
	text-align:left;
}
#section-about .col-md-6:nth-child(2) p{
	text-align:left;
}

@media (max-width: 990px) {
}
@media (max-width: 600px) {
#section-about .col-md-6:first-child{
	width:100%;
}
#section-about .col-md-6:nth-child(2) {
	width:100%;
}
#section-about .col-md-6:nth-child(2) h3{
	text-align:center;
}
}

/*** Header height for homepage ***/
.highlighted-image {
	height:auto;
	min-height:400px;
}

/*** Header for home page ****/
.responsive-bg {
	/*background-size: auto;*/
}

/*** Portfolio page title to have the background ***/
#highlighted.bg-color-grayLight1{
	background-color:white;
	background-image: url("http://www.kensonchan.ca/wp-content/uploads/2014/08/about-bg21.png");
}

/*** Project page title, retain the color grey ***/
.pe-block #highlighted.bg-color-grayLight1{
	background-color:#f6f6f6;	
	background-image:none;
}
/*** PROJECT PAGE ***/
/*** Project page, attached image is 100% ***/
.pe-wp-default img{
	width: 100%;
}

/*** Project page, to hide date posted and random info ***/
.pe-block .blog-post-info {
	display:none;
}

.pe-block .blog-single-title{
	margin-top:none;
}

.pe-block .highlighted-blog-single{
	min-height:75px;
	padding-bottom:30px;
	padding-top:2.25%;
}

.pe-block .region, .block{
	padding-top:20px;
}

.pe-block h2{
	font-size: 1.5em;
}

/** Portfolio Page ***/
#portfolio h3{
	margin-bottom:0px;
	padding-top:20px;
	text-align:left;
}
	#portfolio h3:first-child{
		margin-top:40px;
	}

#portfolio .padding-top-normal{
	padding-top:20px;
}

#portfolio .padding-bottom-normal{
	padding-bottom:0px;
}

#portfolio .col-md-offset-2{
	margin-left:0px;
}

@media (max-width: 990px) {
.pe-block .blog-single-title{
	margin-top:75px;
}
}

@media (max-width: 480px) {

/*** Gallery Button ***/
.owl-buttons{
	display:none;
}

.pe-block .blog-single-title{
	margin-top:75px;
	padding-top:5px;
}

/** Portfolio Page ***/
#portfolio h3{
	text-align:center;
}


}
*************/

.alignright{
	float:right;
	clear:right;
	margin-left:20px;
	margin-bottom:10px;
}

.alignleft{
	float:left;
	clear:left;
	margin-right:20px;
	margin-bottom:10px;
}

.aligncenter{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}


/* to go on top of wp admin bar */
.peFlareLightbox {
	z-index: 99999 !important;
}