/*--------------------------------------------------------------
  Single Post Styles
--------------------------------------------------------------*/

.entry-content .paginated-post-wrapper{
    clear: both;
    display: block;
    a, 
    > span{
        height: 32px;
        width: 32px;
        padding: 10px;
    }

}

.entry-content p + .paginated-post-wrapper{
    padding-top: 10px;
}

.entry-tags{
    clear: both;
    span{
        display:inline-block;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-right: 8px;
    }
    a{
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        border-radius: 2px;
        margin-right: 7px;
        margin-bottom: 5px;
    }

}
//Share 

.toucan-share-wrapper:last-child{
    margin-bottom: 0;
}

.entry-content .meks_ess{
    margin-bottom: 0;
}
body .entry-content .meks_ess a.meks_ess-item{
    margin-top: 0 !important;
}
.entry-content .meks_ess_share_label h5{
    margin-bottom: 15px;
}

//Author box

.author-avatar{
    margin-right: 16px;
    flex: 0 0 60px;
}
.author-header .text-small{
    text-transform: uppercase;
    line-height: 1.4;
}
.author-header .section-subnav a:first-child{
    margin-left: -3px;
}
.author-avatar img{
    border-radius: 50%;
    width:60px;
    height:60px;
    object-fit: cover;
}

.author-social-icons{
    display:flex;
    a{
        height: 30px;
        width:30px;
        flex: 0 0 30px;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        border-radius: 50%;
        align-items: center;
        display: flex;
        margin-left: 10px;
    }
}

.toucan-order-2 {
    order: 2;
    @include mq('lg') {
        order: initial;
    }
}

.entry-media .wp-caption-text{
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    padding: 7px 12px;
    z-index: 900;
    @include mq('md') {
        bottom: 20px;
        right: 20px;       
    }
    @include mq('lg') {
        bottom: 30px;
        right: 30px;       
    }
}


.row .col-restart{
    @include mq('lg') {
        flex: 0;
    }
}
.post .entry-summary span{
    text-transform: uppercase;
    font-size: 1.2rem;
    border-radius: 2px;
    padding: 3px 10px;
    display: inline;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.toucan-author-box .author-title .h6{
    margin: 0;
}
.toucan-author-box .author-title{
    margin-top: -3px;
    line-height: 1.4;
}
.author-title span{
    font-size: 1.4rem;
}
.toucan-card .meks_ess{
    margin-bottom: 0;
}
.post .single-share-above:first-child{
    border-top: none;
    margin-top: 0 !important;
    padding-top: 0 !important;    
}
.entry-content-description{
    .alignleft,
    .alignright,
    .mks_one_half{
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        float: none;
        @include mq('md') {
            margin-bottom: 30px;
        }
        @include mq('lg') {
            margin-bottom: 40px;
        }
    }

    .mks_one_half{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        .wp-video{
            margin-bottom: 0;
        }
    }
    .mks-col:last-child,
    .mks-col:last-child .mks_one_half,
    .mks_one_half:last-child{
        margin-bottom: 0;
    }
}
.woocommerce-product-gallery__wrapper .owl-dots{
    bottom: 30px;
}