.post-nav{
    padding:40px 0 0
}
.post-nav .prev,
.post-nav .next{
    width:47%;
    position:relative
}
.post-nav a{
    clear:both;
    height:68px;
    font-family:'Roboto Condensed',Arial,sans-serif;
    font-style:normal;
    font-size:1.4em;
    font-weight:300
}
.post-nav a i{
    opacity:.5;
    font-style:normal
}
.post-nav a:hover{
    text-decoration:none;
    color:#fff
}
.post-nav a:hover i{
    opacity:1
}
.post-nav .prev{
    float:left
}
.post-nav .next{
    float:right;
    text-align:right
}
/* post nav arrow */
.post-nav .arrow{
    color:#fff;
    display:block;
    width:auto;
    float:left;
    width:32px;
    height:28px;
    font-size:1.5em;
    margin-bottom:50px;
    margin-right:10px
}
.post-nav .next .arrow{
    float:right;
    margin-right:0;
    margin-left:10px
}
.icon-arrow-next:before,
.icon-arrow-prev:before{
    font-family:'themify_theme_icon';
    content:'\e808'
}
/* fontello-left */
.icon-arrow-prev:before{
    content:'\e806'
}

@media(max-width:680px){
	.post-nav .prev, 
	.post-nav .next{
		display:block;
		width:100%;
		clear:none;
		margin:0 0 10px
	}
	.single-portfolio .post-nav .prev,
	.post-nav .next{
		width:auto!important
	}
}