/*--------------------------------------------------------------
   Single Posts Classes
--------------------------------------------------------------*/

.single .typology-single-post:after,
.page .typology-single-post:after{
    display: none;
}
.single .typology-single-post .typology-featured-image:after,
.page .typology-single-post .typology-featured-image:after{
    display: none;
}

.typology-social-icons,
body .typology-section .meks_ess {
    margin-top: 1.6rem;
    margin-bottom: 0;
}
body .typology-section .meks_ess {
    margin-left: -15px;
}
.entry-content .typology-social-icons a,
.entry-content .typology-social-icons a:hover {
    border-bottom: 0;
    background-image: none !important;
}
body .typology-section .meks_ess a:hover {
    background-image: none !important;
}

.entry-content .typology-social-icons {
    margin: 0 0 3.6rem;
    padding-top: 1.6rem;
}

.typology-social-icons a,
body .typology-section .meks_ess a {
    height: 50px;
    color: #FFF;
    text-align: center;
    margin-right: 0;
    margin-left: 15px;
    line-height: 5rem;
    font-size: 1.8rem;
    margin-bottom: 15px;
    min-width: 100px;
}
body .typology-section .meks_ess a {
    font-size: 1.6rem;
}
body .typology-section .meks_ess.no-labels a {
    font-size: 1.8rem;
}
body .typology-section .meks_ess.rounded a { 
    border-radius: 40px;
}
body .typology-section .meks_ess.circle a, 
body .typology-section .meks_ess.square a, 
body .typology-section .meks_ess.transparent.no-labels a {
    width: 50px;
}
body .typology-section .meks_ess.transparent a {
    min-width: auto;
    margin-left: 15px;
    padding: 0 9px;
    font-size: 16px;
}

.typology-facebook{
	background: #3b5998;
}
.typology-twitter{
	background: #55acee;
}
.typology-pinterest{
	background: #c8232c;
}

.typology-reddit{
    background-color: #336699;
}

.typology-stumbleupon {
    background-color: #ff2618;
}

.typology-gplus {
    background-color: #dd4b39;
}

.typology-linkedin {
    background-color: #0e76a8;
}

.typology-mailto{
    background-color: #95a5a6; 
}

.typology-whatsapp{
    background-color: #00e676; 
}

/*--------------------------------------------------------------
   Author Area
--------------------------------------------------------------*/
.typology-author .avatar{

}
.avatar{
	border-radius: 50%;
}

.typology-author-links a{
    text-decoration: none;
    margin-right: 1.5rem;
}

/*--------------------------------------------------------------
   Single Sticky Bar
--------------------------------------------------------------*/

.typology-single-sticky{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 95px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); 
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    -webkit-transform: translate3d(0,110px,0);
    transform: translate3d(0,110px,0);    
    a{
        text-decoration: none;
        font-size: 1.4rem;
    }
}

.typology-single-sticky.typology-single-sticky-show,
.typology-single-sticky .typology-sticky-content{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.typology-sticky-content{
    max-width: 1170px;
    margin: 0 auto;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow:hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-in-out;
       -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
         -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;


}
.typology-show-meta .meta,
.typology-show-prev-next .prev-next{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.typology-show-meta .prev-next,
.typology-show-prev-next .meta{
    height: 0;  
}

.typology-header-wide .typology-sticky-content{
    max-width: 100%;
    padding: 0 35px;
}

.typology-flex-center{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 95px;
}
.typology-sticky-l,
.typology-sticky-r{
    max-width: 300px;

}
.prev-next{
.typology-sticky-l,
.typology-sticky-r{
      min-width: 300px;  
}
}
.typology-prev-next-nav a {
    display: flex;
    align-items: center;
}
.typology-prev-next-nav .typology-next-link a {
    flex-direction: row-reverse;
    text-align: right;
}
.typology-sticky-l .typology-pn-ico{
    margin-right: 2rem;
}
.typology-sticky-r .typology-pn-ico{
    margin-left: 2rem;
}
.typology-prev-next-nav .typology-pn-link{
    line-height: 2rem;
}
.typology-sticky-c{
    text-align: center;
}
.typology-sticky-c{
    flex-direction: column;
}
.typology-sticky-author img{
    margin-right: 1rem;
}
.typology-sticky-comments i{
    margin-right: 1rem;
}
.typology-sticky-author{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticky-author-date{
    display: block;
}
.sticky-author-date,
.typology-sticky-c{
    font-size: 1.2rem;
}




.page .section-content .typology-single-post,
.single .section-content .typology-single-post{
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
}
.mejs-container{
    margin-bottom: 3.6rem;
}
.textwidget a,
.entry-content a,
.comment-reply-link,
.logged-in-as a,
.comment-content a,
.typology-footer .widget p a{
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    transition: border-bottom .1s ease-in-out;    
}
.comment-reply-link:hover,
.entry-content a:hover,
.widget .textwidget a:hover,
.logged-in-as a:hover,
.comment-content a:hover,
.textwidget a:hover,
.typology-footer .widget p a:hover{
  border-bottom: 1px solid transparent;    
}
.entry-tags a{
    margin-right: 15px;
}
.entry-tags {
    margin-bottom: 3.6rem;
}
.typology-button-social,
.typology-icon-social{
    .typology-button;
    min-width: 1px;
}
.typology-button-social{
    width: 160px;
}
.typology-icon-social{
    width: 40px;
    padding: 0 10px;
}

.typology-link-pages{
    display: block;
    margin-bottom: 3.6rem;
    a,
    > span{
        font-size: 1.1rem;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #333 !important;
        color: #333;
        display: inline-block;
        text-decoration: none;
        min-width: 40px;
        margin: 0 4px;
        height: 40px;
        padding-bottom: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    }
}
.typology-link-pages>span{
    background: #333;
    color:#FFF;
}
.typology-link-pages a:hover {
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 20px 0 rgba(1,1,1,.15);
    box-shadow: 0 10px 20px 0 rgba(1,1,1,.15);
}

.entry-content .entry-tags:first-child{
    margin-top: 6rem;
}
.sticky-author-title{
    line-height: 1.6;
}