/*css sidebar*/
.content_single_lsct a {
    color: red;
}
.single .row-large>.post-sidebar {
    padding: 0;
}
.box-sidebar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.box-sidebar-item1 {
    background-color: var(--color-white);
    width: 100%;
    padding: 30px 30px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
}
.box-sidebar-item2 {
    background-color: var(--color-white);
    width: 100%;
    padding: 30px 30px;
    border-radius: 4px;
    margin-top:30px;
    display: flex;
    flex-wrap: wrap;
}
h3.title-sidebar {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    color: var(--color-base);
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
h3.title-sidebar:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    z-index: 1;
    bottom: -18px;
    left: 0;
    right: 0;
    background-color: var(--bg-base);
    margin: auto;
    border-radius: 3px;
}
ul.list-socical-sidebar, .widget ul.list-socical-sidebar{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
ul.box-post-mostview,.widget ul.box-post-mostview {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
ul.box-post-mostview li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.box-image-sidebar {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    position: relative;
}

.box-content-sidebar {
    flex: 1;
    margin-left: 5px;
}

.i_count {
    position: absolute;
    top: 0;
    left: -18px;
}

.box-image-sidebar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.i_count span {
    display: inline-block;
    background-color: #FF4848;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 700;
    width: 37px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    border: 3px solid var(--color-white);
}

.i_count.i_count1 span{
    background-color: #FF4848;
}
.i_count.i_count2 span{
    background-color: #FFD645;
}
.i_count.i_count3 span{
    background-color: #70D0A1;
}
.i_count.i_count4 span{
    background-color: #FF8946;
}
.i_count.i_count5 span{
    background-color: #439EFF;
}
.i_count.i_count6 span{
    background-color: #8E9BA3;
}
.box-content-sidebar a.asidebar {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-base);
    line-height: 1.3em;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.box-content-sidebar a.asidebar:hover {
    color: var(--color-hover);
}
.meta_date {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.meta_date span {
    color: var(--color-input);
    font-size: 12px;
    font-weight: 400;
}
/*end css sidebar*/
/*single*/
.page-wrapper{
    padding-top:0 !important;
}
section.banner-singe-post {
    width: 100%;
    padding: 30px 0;
}
.banner-singe-post .single-post_ct_layout {
    padding: 0 20px;
}
.banner-single-breadcrumb p {margin-bottom: 0;}
.banner-single-breadcrumb span, .banner-single-breadcrumb a {
    color: rgba(142, 155, 163, 0.70);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
}
.banner-single-breadcrumb span.last {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-input);
}
.entry-content.single-page {
    border-radius: 0px 0px 4px 4px;
    background-color: var(--color-white);
    padding: 50px 40px;
	text-align: justify;
}
h1.entry-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    color: var(--color-base);
}
.entry-divider.is-divider.small {
    display: none;
}
/*end single*/
/*status css*/
.boxar_status {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-left: 30px;
}
.boxar_item1 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.wishlistar_ct .wishlist-button-wrap {
    margin-top: 0;
    display: flex;
    align-items: center;
}
.wishlistar_ct .wishlist_count {
    border: 0;
    color: var(--color-input);
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    order: 0;
    margin-left: 5px;
}
.wishlistar_ct .wishlist-button-wrap .wishlist_save {
    margin: 0;
    order: 0;
    margin-top: 5px;
}
span.cmtar_ct {
    display: flex;
    align-items: center;
    margin-left: 15px;
    color: var(--color-input);
    font-size: 14px;
    font-weight: 700;
}
span.wishlistar_ct {
    margin-top: 3px;
}
span.cmtar_ct svg {
    margin-right: 2px;
}
span.viewar_ct {
    display: flex;
    align-items: center;
    margin-left: 15px;
    color: var(--color-input);
    font-size: 14px;
    font-weight: 700;
}
span.viewar_ct svg {
    margin-right: 2px;
}
p.from_the_blog_comments{
    display: none;
}
.post-title.is-large a.plain{
    color: var(--color-base);
    font-size: 16px;
    font-weight: 700;
}
.post-title.is-large:hover  a.plain{
    color: var(--color-hover);
}
.box-blog-post .is-divider {
    display: none;
}
p.from_the_blog_excerpt {
    color: var(--color-base);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 7px;
}
.box-blog-post {
    border-radius: 0px 0px 4px 4px;
    background-color: var(--color-white);
}
.box-blog-post .box-image {
    border-radius: 4px 4px 0px 0px;
}
.box-blog-post  .box-text.text-left {
    padding: 22px 18px;
}
/*end status css*/

/*meta single*/
.boxmeta_single_ls {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.show_textdate_author {
    width: fit-content;
}
.show_textdate_author .post-meta.is-small.op-8 {
    width: 100%;
    display: flex;
    align-items: center;
}
.show_textdate_author span,.show_textdate_author span a {
    margin-left: 5px;
    color: var(--color-input);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
}
.meta_date_cnt {
    width: fit-content;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.meta_date_cnt  span {
    margin-left: 5px;
    color: var(--color-input);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
}
.line_ls {
    height: 2px;
    width: 100%;
    background-color: var(--bg-base);
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 0px 0px 4px 4px;
}
.box_note_single {
    background: linear-gradient(80deg, #2ECD70 4.38%, #25B2F4 94.39%);
    border-radius: 4px;
    padding: 50px 40px;
    margin-top: 40px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
h5.title_note_single {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 600;
    position: relative;
    width: 100%;
    float: left;
}

h5.title_note_single:after {
    content: "";
    position: absolute;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.40);
    height: 2px;
    width: calc( 100% - 130px );
    z-index: 1;
    right: 0;
    top: 49.5%;
}
.content_note_single {
    color: var(--color-white);
    font-size: 16px;
/*     font-weight: 600; */
    margin-top: 50px;
}
.boxar_item2 {
    width: fit-content;
    margin-left: 30px;
}
.boxar_item2 .kksr-legend {
    display: none;
}
/*end meta single*/

/*related post*/
.related-box {
    width: 100%;
    background-color: var(--color-white);
    margin-top: 50px;
    border-radius: 4px;
    padding: 50px 40px 30px;
    display: flex;
    flex-wrap: wrap;
}
.related-box h4.related-head {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-base);
    line-height: 1.3em;
}
.related-box .row.related-post {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
.related-box .row.related-post .col > a, .related-box .row.related-post .col > a .feature,.related-box .row.related-post .col > a .feature img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}
.related-box .row.related-post .related-title {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.related-box .row.related-post .related-title a {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-base);
    line-height: 1.3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.related-box .row.related-post  .related-title a:hover {
    color: var(--color-hover);
}
.related-box .meta_date{
    margin-top:5px;
    width: 100%;
    float: left;
}
/*end related post*/
/*comment single*/
div#comments {
    background-color: var(--color-white);
    padding: 50px 40px;
    border-radius: 4px;
    margin-top: 50px;
}
div#comments h3.comments-title.uppercase {
    color: var(--color-hover);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
div#comments .comment-list li .avatar, .commentlist li .avatar {
    border: 1px solid var(--color-input);
    width: 40px;
    height: 40px;
}
div#comments span.says {
    display: none;
}
div#comments .flex-col.flex-grow {
    background-color: #F6F8FA;
    border-radius: 4px;
    padding: 15px 20px;
}
div#comments cite.strong.fn a,div#comments cite.strong.fn {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: var(--color-hover);
}
div#comments a.comment-reply-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-base);
    text-transform: capitalize;
}
div#comments a.comment-reply-link:hover {
    color: var(--color-hover);
}
div#comments .comment-inner:target {
    background-color: var(--color-white);
}
div#comments p.logged-in-as {
    display: none;
}
div#comments p.comment-notes {
    display: none;
}
div#comments em {
    display: none;
}
#comments .comment-respond {
    background-color: var(--bg-base);
    border-radius: 4px;
}
div#comments h3#reply-title {
    color: var(--color-hover);
}
div#comments .form-submit input#submit {
    background-color: var(--color-hover);
    border-radius: 8px;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
    border-bottom: 4px solid var(--color-hover);
}
div#comments textarea#comment,div#comments input#author, div#comments input#email {
    border: 1px solid #F6F8FA;
    border-radius: 4px;
}
div#comments a#cancel-comment-reply-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-base);
    text-transform: capitalize;
}
div#comments .comment-meta a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-base);
    text-transform: capitalize;
}
div#comments  ol.comment-list h3#reply-title {
    font-size: 16px;
}
.box_link_group_single {
    background: var(--color-white);
    border-radius: 4px;
    padding: 50px 40px;
    margin-top: 40px;
    border: 1px solid var(--color-hover);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
    float: left;
}
h5.title_group_link {
    color: var(--color-hover);
    font-size: 20px;
    font-weight: 600;
    position: relative;
    width: 100%;
    float: left;
}
ul.group_link_download {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}
ul.group_link_download li {
    padding: 25px  0;
    border-bottom: 1px dashed var(--color-hover);
    display: flex;
    flex-direction: row;
    align-items: center;
}
h6.title_link_download {
    color: var(--color-base);
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    flex: 1;
    margin-bottom: 0;
    opacity: 1;
}
a.link_down_pm {
    width: auto;
    color: var(--color-white);
    background-color: var(--color-hover);
    font-size: 15px;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 8px;
}
a.link_down_pm:hover{
    color: var(--color-white);
}
ul.group_link_download li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
/*end comment single*/
.single .box_note_single ul,.single .box_note_single ol {
    padding: revert;
}
.single .entry-content.single-page table,.single .entry-content.single-page th,.single .entry-content.single-page td {
  border: 1px solid black;
  border-collapse: collapse;
}
@media  screen and (max-width:1024px){
/*css sidebar*/
.box-sidebar-item1,.box-sidebar-item2 {
    padding: 15px 10px;
}
h3.title-sidebar {
    font-size: 16px;
}
ul.list-socical-sidebar li:first-child, .widget ul.list-socical-sidebar li:first-child {
    margin-left: 0;
}
ul.box-post-mostview li, .widget ul.box-post-mostview li {
    margin-left: 0 !important;
}
.box-sidebar {
    padding: 0 15px;
}
.related-box .row.related-post .col > a, .related-box .row.related-post .col > a .feature, .related-box .row.related-post .col > a .feature img {
    height: 290px;
}
/*end css sidebar*/
}
@media  screen and (max-width:767px){
/*css sidebar*/
.box-sidebar-item1, .box-sidebar-item2 {
    padding: 15px 25px;
}
.related-box .row.related-post .col > a, .related-box .row.related-post .col > a .feature, .related-box .row.related-post .col > a .feature img {
    height: 140px;
}
/*end css sidebar*/
.entry-content.single-page {
    padding: 15px 15px;
}
h1.entry-title {
    font-size: 18px;
}
.boxar_status {
    margin-top: 7px;
    margin-left: 0;
}
.line_ls {
    margin-top: 10px;
    margin-bottom: 10px;
}
.box_note_single {
    padding: 15px 15px;
}
.related-box {
    padding: 25px 15px 10px;
}
.related-box .row.related-post {
    margin-top: 15px;
}
div#comments {
    padding: 25px 15px;
    margin-top: 30px;
}
ul.group_link_download li {
    flex-direction: column;
    align-items: flex-start;
}
a.link_down_pm {
    margin-top: 15px;
}
}