/*--------------------------------------------------------------
   Single Post
--------------------------------------------------------------*/
.opinion-single .entry-media{
	margin-bottom: 4.2rem
}
.opinion-single .entry-tags:before,
.opinion-single .entry-share:before {
	content:"";
	width:30px;
	height: 2px;
    margin-bottom: 4.2rem;
	display: block;
	opacity: .5;
}
.opinion-single .entry-tags{
	clear: both;
}
.entry-tags span,
.opinion-single .entry-share .opinion-share-label {
	display: block;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
}
.opinion-single .entry-share .opinion-share-label {
	margin-bottom: 10px;
}
.entry-content .border-off .entry-share:before {
	content: none; 
}
.entry-content .border-off .entry-share {
	margin-bottom: 46px;
}
body .entry-content .meks_ess a { 
	font-size: 16px;
}

.entry-content .meks_ess.rectangle a {
	min-width: 100px;
}
.opinion-single .entry-tags a{
	margin-right: 5px;
}
body .opinion-second .meks_ess.transparent {
	@media (max-width:520px) { 
		flex-wrap: wrap !important;
	}
	a {
		min-width: 25px;
		flex: 0 0 25px;
		margin: 0 5px!important;
		@media (max-width:520px) {
			min-width: 20px;
			flex: 0 0 20px;
			margin: 0 3px!important;
		}
	}
}
.opinion-author{
	padding:48px 0 52px;
}
.opinion-author{
	font-size: 1.6rem;
	line-height: 1.5;
	clear: both;
}
.opinion-author h6{
	margin-top: 0;
	margin-bottom: 1.3rem;
}
.opinion-author p{
	margin-bottom: 1.3rem;
}
.opinion-author p:last-child{
	margin-bottom: 0;
}
.opinion-author .opinion-button .fa{
	font-size: 1.2rem;
}
.opinion-author .opinion-button + .opinion-button{
	margin-left: 5px;
}
.opinion-single .entry-header + .entry-media{
	margin-top: 4.2rem;
}

.opinion-single-layout-2 .entry-header{
	margin-top: -5px;
}
.opinion-layout-single-3 .section-meta{
	margin-top: 10px;
	margin-bottom: 0;
}
.opinion-layout-single-3 .section-head{
	margin-bottom: 0;
}
.opinion-related{
	clear: both;
}

/* Opinion-bottom */
.opinion-sticky-bottom{
	height: 82px;
	position: fixed;
	z-index: 9999;
	bottom:0;
	left: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	width: 100%;
	background: #FFF;
	overflow: hidden;
    transition: all .15s ease-in-out;
    bottom: -90px;
}

.opinion-sticky-bottom.active{
	bottom: 0;
}
.opinion-sticky-bottom .opinion-bottom-content{
    opacity: 0;
    pointer-events: none;
    bottom: -200px;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: all .15s ease-in-out;
       -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
         -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
}
.opinion-sticky-bottom  .opinion-bottom-content.active{
	opacity: 1;
	pointer-events: auto;
	bottom:0;
}
.opinion-bottom-content > .container{
	height: 100%;
}
.slot-image{
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 13px;
}
.slot-label{
	font-size: 1.6rem;
	line-height: 1.5;
}
.slot-title{
	display: block;
	margin: 0;
}
.opinion-sticky-bottom .opinion-slot-r{
	text-align: right;
}


.gallery-item img,
.blocks-gallery-item img {
    -webkit-transition: -webkit-transform .45s;
    transition: -webkit-transform .45s;
    -o-transition: transform .45s;
    transition: transform .45s;
    transition: transform .45s,-webkit-transform .45s;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.gallery-item:hover img,
.blocks-gallery-item:hover img{
	transform: scale(1.1);
}

.author-description .opinion-button-circle{
	font-size: 1.4rem;
	line-height: 1.4;
}
.author-description .opinion-icon-link{
    line-height: 1.3;
    font-size: 1.5rem;
}
.author-description > div{
	opacity: .8;
}

.opinion-author .coauthors-box {
	margin-bottom: 20px;
}
.opinion-author .coauthors-box:last-child {
	margin-bottom: 0;
}

.opinion-sticky-bottom .slot-title{
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: normal;
	max-width: 220px;

}
.opinion-sticky-bottom .slot-title a{
	display: inline;	
}
.opinion-sticky-bottom .opinion-icon{
	position: absolute;
	top: 50%;
	margin-top: -7px;
}
.slot-title a{
	transition: all .15s ease-in-out;
}
.slot-title-l a i{
	margin-right: 1rem;
}
.slot-title-r a i{
	margin-left: 1rem;
}
.opinion-sticky-bottom .opinion-icon-left{
	left: -20px;
}
.opinion-sticky-bottom .opinion-icon-right{
	right: -20px;
}
.opinion-sticky-bottom .opinion-slot-l, .opinion-sticky-bottom .opinion-slot-r{
	position: relative;
	min-width: 42px;
}
.pre-title{
    opacity: .8;
    font-size: 1.4rem;
}
/*--------------------------------------------------------------
   Share
--------------------------------------------------------------*/
body .opinion-second .meks_ess {
	margin: 0;
	top: 0;
	flex-wrap: nowrap;
}
body .opinion-second .meks_ess a{
	font-size: 13px;
	margin: 0 3px !important;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	    -ms-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
	        flex:0 0 40px;
}
