a:hover { text-decoration:none; }

.blog-banner {
  width: 100%;
  /* float: left; */
  background: #eef6fd;
  padding: 100px 0px 70px 0px;
}
.blog-banner .intro-info span {
    font-size: 30px;
    font-weight: 600;
}
.breadcrumb {
  background: none;
  padding: 8px 0;
}
.blog-section {
  width: 100%;
  /* float: left; */
  padding: 90px 0;
  background: #fff;
}
.single-post {
  width: 100%;
  float: left;
}
.single-post .post-header-line {
  font-size: 13px;
  font-weight: 600;
}
.post {
    border-bottom: 1px solid #DDD;
    margin-bottom: 30px;
    /* box-shadow: -1px 2px 6px 1px #ccc; */
    padding: 10px;
    border: 11px solid #f3f8fc;
    background: #fff;
}
.post .btn {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.post .btn-read-more {
    padding: 7px 12px;
    text-align: center;
    border-radius: 0px;
    display: inline-block;
    border: 2px solid #2c91ff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #2c91ff;
}
.post .btn-read-more:hover
{
    color: #FFF;
    background: #212529;
}
.post-img {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
.post-img img{ width: 100%; height: auto; }
.post-title {  color:#212529; font-size: 25px;}
.post-title h1{font-size: 25px; font-weight: 600; text-transform: none; margin: 20px 0; text-align: left;}
.post-title h1:before {background: none;}
.post-title h1:after {background: none;}
.post .glyphicon { margin-right:5px; }
.post-header-line { border-top:1px solid #DDD;border-bottom:1px solid #DDD;padding:5px 0px 5px 15px;font-size: 12px; }
.post-content { padding-bottom: 15px;padding-top: 15px; width:100%; float: left;}
.post-content p{
  margin-bottom: 10px;
}
.it-post-nav {
  width: 100%;
  float: left;
}
.it-post-nav .previous-post, .next-post{
width: 50%;
}
.it-post-nav .previous-post{
  float: left;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border-right: 2px solid #f3f8fc;
}
.it-post-nav .previous-post img {
  float: left;
  margin: 10px;
}
.it-post-nav .next-post{
  float: right;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  border-left: 2px solid #f3f8fc;
}
.it-post-nav .next-post img {
  float: right;
  margin: 10px;
}

/*-----------------
Sidebar Style
-----------------*/

/* .sidebar-post {
  position: sticky;
  top: 0;
} */

#blog-sidebar .widget {
background-color: white;
border: 1px solid #E6E6E6;
margin: 0 0 15px; 
}
#blog-sidebar .widget-posts {
  border: 11px solid #f3f8fc;
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
  float: left;
  width: 100%;
}

#blog-sidebar .widget-posts h4 {
font-size: 20px;
margin-bottom: 30px;
text-transform: capitalize;
font-weight: 700;
clear: both;
}

#blog-sidebar .widget-posts h4::before {
    width: 50px;
    height: 5px;
    background-color: #444444;
    margin-top: 32px;
    border-radius: 2px;
    content: '';
    position: absolute;
}
#blog-sidebar .widget-posts h4::after {
    border-bottom: 5px dotted #444444;
    width: 36px;
    left: 77px;
    content: '';
    position: absolute;
    margin-top: 32px;
}

#blog-sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
#blog-sidebar ul li {
    align-items: center;
    justify-content: space-around;
    padding: 5px 0;
    list-style: none;
    border-bottom: 1px solid #ecf0f3;
}
#blog-sidebar ul li:last-child {
  border: none;
}
#blog-sidebar ul li:before{
  display: none;
}
#blog-sidebar ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
#blog-sidebar ul li a:hover {
  font-size: 17px;
}
#blog-sidebar .widget-posts label{
  width: 100%;
  float: left;
}
#blog-sidebar .widget-posts label span{
  display: none;
}
#blog-sidebar .widget-posts label .search-field {
  width: 100%;
  padding: 8px;
  float: left;
  border: 1px solid #f3f8fc;
}
#blog-sidebar .widget-posts .search-submit {
    background: #444444;
    border: navajowhite;
    padding: 6px 17px;
    color: #fff;
}
#blog-sidebar .widget-posts .search-submit:hover {
  box-shadow: -1px 2px 6px 1px #ccc;
  background: #000;
}

.post-comment {
  width: 100%;
  float: left;
 }
 .post-comment footer {
    background: none;
}
.post-comment label {
    width: 100%;
    float: left;
    font-size: 16px;
}
.post-comment input, select {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.post-comment textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}
.post-comment input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #2891fc;
    border: navajowhite;
    color: #fff;
    padding: 5px;
    font-weight: 600;
}
.comment-form-cookies-consent input[type=checkbox] {
  width: unset;
  margin: 6px 6px 6px 0px;
}
.comment-form-cookies-consent label {
    width: unset;
}
.post-comment h2, h3 {
  font-size: 22px;
}

/*--------------
Comment List
----------------*/

.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
.commentlist li.comment { padding:1em; }
.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
.commentlist li.comment div.vcard cite.fn { font-style:normal; }
.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:left; margin:0 1em 1em 0em; width: 56px; height: auto;}
.commentlist li.comment div.comment-meta { font-size:9px; }
.commentlist li.comment div.comment-meta a { color:#ccc; }
.commentlist li.comment p { font-size:17px; margin:0 0 1em; }
.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
.commentlist li.comment div.reply { font-size:11px; }
.commentlist li.comment div.reply a { font-weight:bold; }
.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
.commentlist li.even { background:#fff; }
.commentlist li.odd { background:#f6f6f6; }
.commentlist li.parent { border-left:5px solid #111; }
