/*Blog*/
.text-sep.text-sep-cat, .blog-author.minor-meta, .comment-container.minor-meta, .text-sep.text-sep-comment {
display: none;
}
.html_modern-blog .post-entry .post-meta-infos .text-sep {
display: none;
}


/*-----------------------------------------
// LearnDash Customization 
//----------------------------------------*/
@media (min-width:720px) {
  .ld-button {
    padding:var(--ld-spacer-fixed) var(--ld-spacer-3) !important;  }
}

.ld-login-modal-register .ld-button-reverse {
height:40px!important;
}

.learndash-wrapper .ld-login-modal {
margin: 40% 50% 20px!important;
}
a.ld-forgot-password-link {
color: #1d4a84!important;
}

.profile_log .ld-button{
height:40px!important;
padding-left:20px!important;
}

.profile_log .ld-icon  {
margin-right:20px!important;
}



/*-----------------------------------------
// CSS - Full-width Single Post 
//----------------------------------------*/
#top.single .post .blog-meta {
    margin: 0 30px 10px 30px;
    }
#top.single .post .post-title {
    text-align: left;
    width: 100%;
}
#top.single .post .post-meta-infos {
  text-align: left!important;
}
#top.single .post .entry-content-wrapper, 
#top.single .post .entry-content-header,
#top.single .post .entry-content,
#top.single .post .post-title,
#top.single .post .entry-footer  {
  min-width: 100%!important;
}

.ld-button  {
    height:30px!important;
}
.ld-tab-bar img.ld-featured-image {
display:none!important;
}

/*-----------------------------------------
// Footer Customization 
//----------------------------------------*/
.footer-block p {
font-size: 12px;
}

.footer-social{
margin-right:20px;
}