/*
Theme Name: mdtheme
Author: PWT
Theme URI: http://www.domain.com/
Author URI: http://www.domain.com/
Description: Kage is fully Responsive WordPress Theme for all type of business, It is easily customizable with numerous theme options
Version: 1.1.0
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, responsive-layout, fixed-layout, custom-menu, custom-background, editor-style, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/




/* POST */

.post{border:1px solid #eee;padding:15px;margin-bottom:30px}
.post h2{margin-top:10px;}
.post h2 a{color:#000}
.post h2 a:hover{color:#999}
.post .btn-primary{margin-top:15px;}

.postslide img{width:100%;height:auto;margin-bottom:20px}
 
 
 
/* SINGLE POST */
.post-singlep {padding: 85px 0 85px !important;}

.singlepost{padding:0;}
.singlepost h2{margin:10px 0 20px 0;}

/* METABAR */
.metabar{font-size:14px;line-height:21px;font-weight:normal;padding:5px 0 5px 25px !important;position:relative;}
.metabar i{font-size:12px;position:absolute;left:0;top:10px;}
.metabar a{color:#000;}
.metabar a:hover{color:#999;}


/* COMMENTS */
.comments{background:#fff;border:1px solid #e5e5e5;padding:20px;margin-top:20px}
.comments ul li{color:#000;font-size:15px;line-height:normal;padding:0;margin:0;}
.comments ul li:before{display:none !important;}
.comment-body{background:#f5f5f5;padding:15px 15px 5px 15px;margin-bottom:15px;position:relative;}
.comment-body cite, .comment-body span{font-weight:bold;text-transform:uppercase;font-style:normal !important;}
.comment-meta{font-size:12px;padding:7px 0 10px 0;}
.comment-body .reply a{display:inline-block;border:1px solid #ccc;padding:5px 14px;font-size:15px;line-height:normal;color:#999;position:absolute;right:15px;top:15px;}
.comment-body .reply a:hover{color:#fff;background:#999;border-color:#999}
.comment-author .avatar{display:none}




/* SIDEBAR */

.sidebar{
    background-color: var(--eduact-white);
    border-radius: 14px;
    padding: 25px 30px 30px;
    box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}


.sidebar .widget{
    border-bottom: 1px dashed var(--eduact-secondary);
    margin: 0 0 30px;
    padding-bottom: 25px;
}
.sidebar .widget:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}
.sidebar .heading{margin-bottom:20px}

.sidebar ul li{
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid var(--eduact-soft4);
    padding: 0 0 30px;
    margin: 29px 0 0;
}

.sidebar ul li a{font-weight: 600;color:#000; }
.sidebar ul li a:hover{color: var(--eduact-base);}

.sidebar .searchform{padding-bottom:5px}
.sidebar .screen-reader-text{display:none}

.sidebar .comment-author-link{color:#999;text-transform:capitalize}

.postpagination{padding-top:10px}
.postpagination a{display:inline-block;color:#999;font-size:14px;border:1px solid #ccc;padding:9px 15px}
.postpagination a:hover{background:#999;color:#fff;border-color:#999}
.postpagination a i{font-size:15px;padding-right:5px}


/* IMAGE ALIGN */
.alignleft{float:left}
.alignright{float:right}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
img.alignleft{margin:5px 20px 5px 0}
img.alignright{margin:5px 0 5px 20px}
img.aligncenter{margin:5px auto}
img.alignnone{margin:5px 0}


