/*
Theme Name:     Fusion Child Theme
Theme URI: 		http://www.portfoliotheme.org/fusion
Description:    Child theme for the Fusion theme 
Author:         AxisTheme
Template:       fusion
Version:        1.0
*/

@import url("../fusion/style.css");

/*Custom CSS*/
.pch-center{
	margin-left:auto !important;
	margin-right:auto !important;
	float:none !important;}
.pch-wrap{
	height:auto;
	display:block;
	background-size:cover !important;
	width:100%;
	position:relative;
	}
.pch-wrap:after{
	content:"";
 background: rgba(0, 0, 0, 0) linear-gradient(135deg, #482980 0px, #3F96A4 100%) repeat scroll 0 0;
    opacity: 1;
    position: absolute;
	display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
	z-index:0;
}
.pch-content{
	z-index:1;
	position:relative;
	width:90%;
	margin:auto;
	padding:40px 0 20px;
	max-width:800px;}
.pch-content h1{
	margin-top:30px;
	color:#fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	font-size: 3rem;
	line-height: 1.2;}
.pch-content h1:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    margin-top: 1rem;
    width: 33%;
}
.pch-content p{
	font-size: 1.3rem;
	line-height: 1.4;	
	}
.pch-content p,
.pch-content a,
.pch-content a:hover{
	color:#fff !important;}
.pch-content p a,
.pch-content a:hover{
	text-decoration:underline !important;}
.pch-author{
	color:#fff;}
.pch-author .avatar{
	border: 2px solid #fff;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    box-shadow: 0 1px 2px rgba(140, 140, 140, 0.8);
    display: inline-block;
    max-height: 48px;
    max-width: 48px;
	vertical-align: middle;
	margin-right:8px;}
.pch-social{
    bottom: -25px;
    display: table;
    list-style-type: none;
    margin: 0 auto;
    position: relative;
    width:auto;
	text-align:center;
    z-index: 1;}
.pch-social li{
	display:inline-block;
	text-align:center;}
.pch-social li a{
	background:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-style:solid;
	border-width:1px;
	border-color: #0cc;
	height:40px;
	width:40px;
	display:block;	
	color:#0cc;
	}
.pch-social li a:hover{
	color:#fff;}
.pch-fb:hover{
	background:#3b5998;
	border-color:#3b5998;}
.pch-tw:hover{
	background:#1da1f2;
	border-color:#1da1f2;}
.pch-ld:hover{
	background:#287bbc;
	border-color:#287bbc;}
.pch-social i{
	font-size:22px;
	line-height:40px;
	}
.pch-social-bottom{
	bottom:0;
	position:relative;
}
.pch-social-bottom ul{
	background:#fff;
	bottom:0;
	padding:0 10px;
}
.pch-social-bottom:after{
   background: #0cc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
	left:0;
    width: 100%;
	z-index:0;
	}

.share-title {
    color: #aaa;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
	text-align:center;
}
.pch-next-post{
	background:#f4f5f5;
	padding:5rem 0;
	overflow:hidden;
	}
.pch-next-post h2{
	margin:0 0 3rem;
	text-align:center;}
.pch-next-post h4{
	font-size:1rem;
	line-height: 1.2;
	margin-top:8px;}
.pch-next-post a:hover > h4{
	text-decoration:underline;}
.pch-next-post a:hover img{
	 filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	}
.pch-meta{
	text-align:center;
	margin:50px 0 30px;
	padding:0 10px;}
.pch-meta p{
	font-size: 0.85rem;
	margin:8px 0;}
.pch-category a{
	color: #ef4f51;
	text-transform:uppercase;}
.pch-tag a{
	color:#aaa;
	padding:0 5px;}

.pch-tag a:before {
    color: #c8c8c8;
    content: "#";
}
.pch-date{
	color:#aaa;}
.pch-add{
	background: #55beba;
        padding-top: .5rem;
	margin-bottom:40px;
	position:relative;
	display:block;}
.pch-add h2{
	color:#fff;
	font-size:24px;
	margin-top:20px;
	margin-bottom:5px;
	line-height: 1.2;}
.pch-add p{
	color:#fff;
	font-size:17px;
	margin: 0 0 1rem;}
.pch-btn{
	border:1px solid #fff;
	color:#fff;
	border-radius: 2px;
    font-size: 0.85rem;
    padding: 0.2rem 0.535rem;
	text-transform:uppercase;}
.pch-btn:hover{
	background:#fff;
	color:#55beba;}
.pch-macbook{
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.pch-macbook img{
  width:100%;
  height:200px;
  margin-top:10px;
  -webkit-transition: margin .5s;
  -moz-transition:margin .5s;
  transition: margin .5s;
}
.pch-add:hover > .inner .fivecol .pch-macbook img{
  margin-top:0px;
}
@media(max-width:767px){
	.pch-add{
		text-align:center;}
	.pch-macbook{
		height:auto;
		}	
	.pch-macbook img{
		height:auto;
	}
	.pch-add:hover > .inner .fivecol .pch-macbook img{
	  margin-top:10px;
	}
}