/*--------------------------------------------------------------
   Single Post
--------------------------------------------------------------*/
.entry-media{
	margin-bottom: 3rem;
	text-align: center;
}
.entry-media img{
	max-height: 500px;
	object-fit: cover;
}
.section-header .entry-category{
	margin-bottom: 7px;
}
.section-header .avatar{
	max-width: 90px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.pinhole-share .meks_ess.pinhole-rectangle {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: nowrap !important;
}

body .pinhole-share .meks_ess.pinhole-rectangle a {
	text-align: center;
	font-size: 1.3rem;
	margin-right: 15px;
    min-width: auto !important;
    width: 300px;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}
.pinhole-share .meks_ess.pinhole-rectangle a:last-child{
	margin-right: 0;
}
.author-entry-meta .meta-item{
	margin:0 5px;
}
.author-entry-meta .meta-item a{

}
.author-entry-meta .meta-item a:after,
.author-entry-meta .meta-item:after{
	display: none;
}
.author-entry-meta a{
	opacity: 0.5;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}
.author-entry-meta a:hover{
	opacity: 1;
}
.entry-tags{
	text-transform: uppercase;
	font-size: 1.2rem;
	margin: 0 0 2.6rem;
}
.entry-tags a{
	position: relative;
	margin-right: 10px;
	display: inline-block;
}
.entry-tags a:before{
	content:"#";
	margin-right: 1px;
}
.mejs-container{
	margin-bottom: @spacing-vertical;
}

.pinhole-single .section-content{
	margin-bottom: 0;
	padding-bottom: 0;
}

.pinhole-single .section-content.pinhole-comments {
    margin-bottom: 30px;
}
.pinhole-share .meks_ess {
	margin-bottom: 25px;
}