/**
 *
 **/


ol.post-list, 
ol.comment-list { list-style: none; padding: 0; margin: 0; }

/* General Post Styles */
.post-list li:after { content: ' '; clear: both; display: block; }
.post-entry { overflow: hidden; margin: 0 0 20px; }
.post-date { margin: 0 0 20px; }
.post-image { float: left; margin-right: 10px; }
.post-meta { clear: both; margin: 0 0 20px; text-align: left; }
.post-meta .post-meta-item { display: inline-block; margin-right: 10px; }
.post-readmore { margin-top: 10px; }

.post-entry iframe { max-width: 100%; }
/* Comments */
.comment-list-item { margin: 0 0 20px; }
.comment-list.children { margin-top: 20px; }
.comment-image { float: left; margin: 0 10px 10px 0; }
.comment-meta {}
.comment-author { font-weight: bold; display: block; }
.comment-date {}
.comment-entry { clear: both; margin: 0 0 20px; }

/* Widgets */
.block-blog .block-title { margin-bottom: 10px; padding-bottom: 10px; /*border-bottom: 1px solid #c6c6c6;*/ }
.block-blog .block-title > strong { font-size: 18px; font-weight: 300; }
.block-blog ul, .block-blog ol { list-style: none; margin: 0; padding: 0; }
.block-blog-cloud li { display: inline; margin: 0; }
.block-blog-categories ul.level1 { margin-top: 1rem; }

/* Custom */
div.sidebar.sidebar-main:before { position:initial; border:0px; }

/* link for category on the sidebar */
.wpblog-categories a:link { color:#7B858A; }
.wpblog-categories a:visited { color:#7B858A; }
.wpblog-categories a:hover { color:#ffcd18; }

/* category items */
.wpblog-cat-item { padding: 8px 0 8px; border-bottom: 1px solid #efefef; }

/* sub category items */
.wpblog-sub-cat-item { padding: 8px 0 8px; border-top: 1px solid #efefef; }

/* blog title */
h2.post-name a:link { color:#7B858A; text-transform:uppercase; font-size:16pt; font-weight:600; letter-spacing:0.5px; }
h2.post-name a:visited { color:#7B858A; text-transform:uppercaes; font-size:16pt; font-weight:600; letter-spacing:0.5px; }
h2.post-name a:hover { color:#ffcd18; text-transform:uppercase; font-size:16pt; font-weight:600; letter-spacing:0.5px; text-decoration:underline; }

/* recent post items */
.wpblog-recent-post { padding: 8px 0 8px; border-bottom: 1px solid #efefef; }
.wpblog-recent-post a:link { color:#7B858A; }
.wpblog-recent-post a:visited { color:#7B858A; }
.wpblog-recent-post a:hover{ color:#ffcd18; }

/* archive posts */
.wpblog-archive { padding: 8px 0 8px; border-bottom: 1px solid #efefef; }
.wpblog-archive a:link { color:#7B858A; }
.wpblog-archive a:visited { color:#7B858A; }
.wpblog-archive a:hover{ color:#ffcd18; }