/***sidebar css***/
.single-post .theiaStickySidebar {
    padding: 15px 40px !important;
}


.first-side-ad p {
    margin-bottom: 0px !important;
    text-align: center;
    color: #0f0f0f !important;
    font-weight: 600;
}
.first-side-ad a {
    background: 0 0;
    color: var(--cp-legacy-text-alpha-92) !important;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 200;
}
.first-side-ad p span {
    font-size: 18px;
    margin-left: 6px;
    cursor: pointer;
}
.first-side-ad img{
    width:100%;
}
.theiaStickySidebar .widget-title .the-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.post-widget-thumbnail img.tie-small-image, .review-thumbnail img.tie-small-image {
    width: 105px;
    border-radius: 5px;
}
.post-widget-body {
    padding-left: 115px;
}
.post-widget-body .post-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-single-post-item .meta-item {
    color: var(--cp-legacy-text-muted);
    font-weight: 300;
    font-size: 12px;
    margin-right: 8px;
    display: inline-block;
}
.widget .post-meta {
    margin: 2px 0 0;
    font-size: 11px;
    line-height: 17px;
    color: #646363;
}
.sidebar .widget .the-global-title:before, .sidebar .widget .the-global-title:after{
    display: none;
}
.sidebar .widget .the-global-title{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 2px;
}
.widget .the-subtitle .widget-title-icon{
display: none;
}
.sidebar  .post-meta .meta-item.date:before{
    display: none;
}

@media (max-width: 991px){
	.single-post .theiaStickySidebar {
        padding: 0 !important;
        background: transparent;
    }
    .first-side-ad{
        padding: 15px 40px !important;
        background: #fff1e5;
    }
    .sidebar #custom_html-34, .sidebar #custom_html-42, .sidebar #custom_html-5, .sidebar #custom_html-6, .sidebar #posts-list-widget-16, .sidebar #custom_html-117{
        display: none;
    }
   
}
@media (max-width: 480px){
.single-post .sidebar .theiaStickySidebar .first-side-ad {
        padding: 8px 16px !important;
 }
.magazine2 .sidebar .container-wrapper{
    margin-bottom: 10px;
}
.first-side-ad a{
    font-size: 13px;
}
}


/* dark skin css */

.dark-skin .widget a:not(:hover), .dark-skin .widget-title, .dark-skin .widget-title a:not(:hover) {
    color: var(--color-foreground-inverse) !important;
}

.tie-skin-inverted .date {
    color: var(--color-foreground-inverse) !important;
}