/*
Theme Name: Eduma Child
Template: eduma
Author: Luyendev
Version: 1.0
Description: Child theme của Eduma
*/


.entry-dowload,
.entry-content-pdf{
    margin: 20px 0 0;
}

.dnw-loop-description{
    padding: 0 0 20px;
    margin-bottom: 20px;
    /*border-top: 1px solid #ebebeb;*/
    border-bottom: 1px solid #ebebeb;
}
.category .site-header ,
.single-post .site-header {
    box-shadow: 0 1px 5px -2px rgba(42, 42, 42, 0.4);
}

#respond.comment-respond .comment-reply-title:before,
.category .top_heading,
.single-post .top_heading{
    display: none;
}
.category .page-title{
    margin-top: 0;
}
.single-post .entry-title{
    font-size: 24px;
    text-align: justify;
    line-height: 1.8;
}
.single-post .entry-header .entry-meta {
    margin-top: 10px;
    margin-top: .625rem;
    padding: 5px 10px;
    border-top: 1px dotted #ebebeb;
    border-bottom: 1px dotted #ebebeb;
}
.dnw-meta span {
    margin-right: 10px;
}
.dnw-meta .fa {
    margin-right: 5px;
}
.dnw-meta, .dnw-meta a {
    color: #979797;
    font-size: 17px;
}
.entry-meta-categories a {
    color: #e64946;
    text-transform: capitalize;
}
.dnw-row-post{
    margin-left: -6px;
    margin-right: -6px;
    display: block !important;
    border-bottom: 1px dotted #ebebeb;
    padding: 15px 0 !important;
}
.dnw-row-post .col{
    padding-left: 6px;
    padding-right: 6px;
    float: left;
}
.dnw-row-post .col.col-md-4{
    width: 112px;
}
.dnw-row-post .col.col-md-8{
    width: calc(100% - 112px);
}
.dnw-row-post .post-formats-wrapper{
    width: 100px;
    height: 140px;
    border: 1px solid #999;
    position: relative;
    margin-bottom: 0 !important;
}
.dnw-row-post .dnw-posts-grid-title{
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
    color: #333333;
    margin-top: 0;
}
.dnw-row-post .dnw-posts-grid-title a{
    color: inherit;
}
.dnw-row-post .dnw-meta{
    color: #979797;
}

.pdf-download {
    background-color: #e64946;
    border: none;
    color: white;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.dnw-info {
    border: 1px solid;
    border-radius: 10px;
    text-align: justify;
    padding: 10px 20px 10px 20px;
    color: #9F6000;
    background-color: #FEEFB3;
    line-height: 2;
}
#respond.comment-respond .comment-reply-title,
.dnw-widget-title {
    position: relative;
    font-size: 17px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}
#respond.comment-respond .comment-reply-title,
.dnw-related-content .dnw-widget-title {
    color: #1d2129;
    padding: 10px 25px 10px 15px;
    border-left: 10px solid #e64946;
    background: #f5f5f5;
}
.single-post .entry-tag-share {
    margin: 30px 0;
}
.single-post .entry-tag-share .post-tag span{
    background-color: #e64946;
    color: #fff;
    font-weight: bold;
    padding: 5px 9px;
    border-radius: 3px;
}
.post-tag a{
    background: #f5f5f5;
    padding: 3px 6px;
    margin-right: 3px;
    border-radius: 3px;
}
.thim-list-posts.sidebar .article-image{
    border: 1px solid #999;
    position: relative;
    margin-bottom: 0 !important;
}
.comments-area .submit{
    color: #fff !important;
}

.thim-register .auto_login{
    display: none !important;
}

#register_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
#register_overlay .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.2);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.thim-login form .button, .thim-register form .button,
.thim-login form input[type=submit], .thim-register form input[type=submit]{
    color: #fff !important;
    width: 100% !important;
}
#register_message{
    background: #1ea61e;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}