/*display none a supp*/

span.post-views {
    display: none !important;
}
/*Blog*/
.category.archive #filariane{
    display: none;
}
#popular-post{
    background: #c0a5cc;
    padding: 50px 0 80px;
}
#popular-post .container-fluid{
    max-width: 1400px;
    width: 90%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#popular-post .container-fluid h2{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700 !important;
    margin-bottom: 40px;
}
#popular-post ul .post-item{
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 7px 0px rgba(0,0,0,0.2);
}
#popular-post ul li{
    padding-left: 5px;
    padding-right: 5px;
}
#secondary aside h3 {
    font-size: 16px !important;
}
#popular-post ul .post-item .post-content{
    padding: 20px 30px;
}
#popular-post ul .post-item .post-content h3{
    height: 100px;
    line-height: 1.2;
}
#popular-post ul .post-item .post-content h3 a{
    font-size: 22px;
    color: #000;
    font-weight: 800;
    text-decoration: none;
}
#popular-post ul .post-item .post-content .post-meta{
    color: #cecece;
    font-size: 14px;
}
#popular-post ul .post-item .post-content .post-meta span{
    margin-right: 15px;
}

#popular-post ul .post-item .post-content .post-meta svg{
    height: 17px;
    vertical-align: sub;
    margin-right: 3px;
    display: inline-block;
}
.content-blog-box{
    background: #f3f3f3;
}
.content-blog-box #primary{
    background: none;
}
#filterC{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#filterC a{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    background: #830caa;
    border-radius: 15px;
    text-align: center;
    display: block;
    width: 100%;
    transition: all 0.3s;
}
#filterC a:hover{
    background: #b082c5;
    transition: all 0.3s;
}
.category .content-blog-box article,.author .content-blog-box article {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 7px 0px rgba(0,0,0,0.2);
}
.content-blog-box .entry-blog .info{
    padding: 20px !important;
}
.content-blog-box .entry-blog .info .blog-title{
    margin-bottom: 15px;
    height: 55px;
}
.content-blog-box .entry-blog .info .blog-title a{
    text-transform: none;
    font-weight: 700;
}
.content-blog-box .entry-blog .info .post-meta span{
    margin-right: 15px;
    color: #cecece;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.content-blog-box .entry-blog .info .post-meta svg{
    height: 17px;
    vertical-align: sub;
    margin-right: 3px;
    display: inline-block;
}
.entry-blog:hover .info{
    background: #505050;
}
.entry-blog:hover .info .blog-title a{
    color: #fff;
}
.single-post #main #filariane{
    display: none;
}
.postTitle{
    margin: 7px 0 20px;max-width: 820px; margin-left: auto; margin-right: auto; 
}
.postTitle h1{
    text-align: center;
    font-family: "Open Sans";
    font-size: 50px;
    line-height: 1.2;
}
.postImage{
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.postImage img{
    width: 100%;
}
.postInfos{
    background: #f4f4f4;
    padding: 15px 30px;
    border-radius: 30px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.postInfos .post-date svg{
    width: 20px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}
.postInfos .author {
    display: flex;
    align-items: center;
    justify-content: center;
}
.postInfos .author img{
    border-radius: 50%;
    margin-right: 5px;
}
.postInfos .social-share-buttons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.postInfos .social-share-buttons svg{
    width: 30px;
    fill: #742997;
    margin: 0 5px;
}
.content-blog-box{
    background: none;
}
div#ez-toc-container {
    background: #b082c5;
    padding: 10px 20px 10px 10px;
    border-radius: 10px;
    margin-left: 0 !important;
    box-shadow: none;
}
div#ez-toc-container:before,
div#ez-toc-container:after {
    display: none;
}
ul.ez-toc-list.ez-toc-list-level-1 {
    text-align: left;
    margin-left: 15px !important;
}
.lwptoc-light .lwptoc_i {
    display: none !important;
}
#secondary aside h3 {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}
#secondary .textwidget a {
    font-size: 20px !important;
}
.related-posts-grid article.related-post {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 26px;
}
.related-post-content {
    padding: 12px;
}
.related-post-content h3 {
    line-height: 1.2;
}
.related-post-content h3 a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.related-post-content h3 a:hover {
    color: #7b2f9e;
}
.related-post-content .blog-detail {
    margin-top: 22px;
}
.related-post-content .post-meta {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.related-post-content .post-meta .post-views,
.related-post-content .post-meta .post-date  {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}
.related-post-content .post-meta svg {
    width: 22px;
}
.related-post-content .post-meta .post-date svg {
    width: 16px;
}
.recever-horoscope .row .col-lg-5 {
    display: none;
}
.recever-horoscope .row .col-lg-7 {
    flex: 100%;
}
.recever-horoscope .newsletterWrapper .newsletterContainer h3 {
    font-size: 16px;
}
.recever-horoscope .newsletterWrapper .form-control {
    height: 26px;
    padding: 0 7px 4px !important
}
.recever-horoscope .newsletterWrapper .form-control::placeholder {
    font-size: 8px;
    line-height: 1;
}
.recever-horoscope .newsletterWrapper .newsletterLists {
    gap: 15px;
}
.recever-horoscope .checkbox-container {
    font-size: 12px;
    line-height: 1;
}
.recever-horoscope .newsletterLists .checkbox-container {
    font-size: 10px;
}
.recever-horoscope .newsletterWrapper .form-group span {
    line-height: 1;
    margin-left: 7px;
    bottom: -13px;
}
.recever-horoscope p {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.newsletterInputs {
    margin-bottom: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.newsletterInputs .form-control {
    margin: 0;
}
.recever-horoscope .btn.btn-primary {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recever-horoscope .checkmark{
    height: 17px;
    width: 17px;
    top: -4px;
}
.recever-horoscope .newsletterWrapper .newsletterLists{
    flex-wrap: wrap;
}
.recever-horoscope .btn.btn-primary{
    font-size: 16px;
}
.related-post img{
    width: 100%
}
.single-post #popular-post {
    background: #ad69cb;
}
.entry-blog-single .blog-content{
    margin-bottom: 40px;
}
.author-infos{
    background: #f4f4f4;
    padding: 15px 30px;
    border-radius: 15px;
}
.author-infos img{
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
}
.author-infos span{
    font-size: 18px;
}
.post-date{
    display:flex;
    align-items: center;
    line-height: 1.6;
}
@media (max-width: 767px){
	.col--blog img {
    max-height: 106px !important;
}
    .content-blog-box .entry-blog .info .blog-title{
        height: 95px;
    }
    .single-post .content-blog-box .row{
        flex-direction: column-reverse;
    }
    .postInfos{
        padding: 10px;
        gap: 15px 0
    }
    .postTitle h1{
        font-size: 36px;
    }
    .postInfos .social-share-buttons svg{
        width: 20px;
        margin: 2px;
    }
    .tempLecture {
        text-align: left !important;
    }
    #popular-post .container-fluid h2{
        font-size: 36px;
    }
    #popular-post .container-fluid ul{
        padding-left: 0;
        gap: 15px 0;
    }
    #popular-post ul .post-item .post-content h3 a{
        font-size: 18px;
    }
    #filterC{
        gap: 15px 0;
    }
    .content-blog-box .entry-blog .info {
        padding: 15px !important;
    }
    .content-blog-box .entry-blog .info .blog-title a{
        font-size: 14px;
    }
    .row--blog .col--blog{
        padding: 5px;
    }
    .row--blog .col--blog .post-meta span{
        display: block;
        margin-right: 0 !important;
    }
    .content-blog-box .entry-blog .info .post-meta .post-date svg{
        width: 30px;
    }
}
#popular-post ul{
    list-style: none;
}
.archive-title{
    font-size: 2rem !important;
    color: #9641bd;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}
.author-info{
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #9641bd;
    flex-wrap: wrap;
}
.author-info .author-avatar{
    max-width: 130px;
    flex: 20%;
}
.author-info .author-description {
    flex: 80%;
}
.author-info .author-avatar img{
    border-radius: 50%;
}
.author-infos.footPost{
    display: flex;
}
.author-infos.footPost picture.author-avatar img {
    max-width: 80px;
}
@media (min-width:1200px) {
    #popular-post ul li.mere {
        width: 20%;
    }
}
@media (min-width:768px) and (max-width: 1199px){
    #popular-post ul li.mere {
        width: 33.3333%;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    #popular-post ul li.mere .post-item .post-content h3 {
        height: 60px;
    }
}
#popular-post ul li.mere .post-item .post-content h3{
    font-size: 16px;
    line-height: 1.2;
}
#popular-post ul li.mere .post-item .post-content h3 a{
    font-size: 16px;
}
#popular-post ul li.mere .post-item .post-content {
    padding: 20px 15px;
}
#popular-post ul li.mere .post-item .post-content .post-meta span {
    margin-right: 0;
    font-size: 12px;
}