.posts-grid {
  margin: 0 0 0 -5%;
  padding: 0;
  list-style: none;
}
.posts-grid:before,
.posts-grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.posts-grid:after {
  clear: both;
}
.posts-grid li {
  float: left;
  margin-bottom: 25px;
  margin-left: 5%;
  width: 20%;
}
.posts-grid li .featured-thumbnail {
  margin: 0;
}
.posts-grid li .featured-thumbnail img {
  width: 100%;
}
.banner-wrap {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0;
}
.banner-wrap .featured-thumbnail {
  float: none;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0;
}
.banner-wrap .featured-thumbnail a {
  display: block;
  float: left;
  overflow: hidden;
  border: 8px solid #dddddd;
  text-align: center;
  transition: 0.25s;
}
.banner-wrap .featured-thumbnail a:hover {
  border-color: #dddddd;
}
.banner-wrap h5 {
  margin: 0 0 8px;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
.banner-wrap .btn-link {
  padding: 0;
}
@media (max-width: 480px) {
  .site_map ul li {
    float: none;
    width: 100%;
    padding-right: 0%;
  }
}
@media (max-width: 480px) {
  .site_map .group .grid {
    float: none;
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 480px) {
  .site_map .line ul li {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
}
.list > ul {
  margin: 0;
}
.list.styled > ul {
  margin: 0 0 1em 0;
}
.list.styled > ul li {
  position: relative;
  margin: 0 0 .5em 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
}
.list li {
  position: relative;
}
.list li:before {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  content: attr(data-icon);
  font-family: 'FontAwesome';
  line-height: 14px;
  speak: none;
}
.list.check-list > ul li:before {
  content: "\f00c";
}
.list.check2-list > ul li:before {
  content: "\f078";
}
.list.ok-circle-list > ul li:before {
  content: "\f05d";
}
.list.ok-sign-list > ul li:before {
  content: "\f058";
}
.list.arrow-list > ul li:before {
  content: "\f054";
}
.list.arrow2-list > ul li:before {
  content: "\f061";
}
.list.circle-arrow-list > ul li:before {
  content: "\f0a9";
}
.list.caret-list > ul li:before {
  content: "\f0da";
}
.list.angle-list > ul li:before {
  content: "\f105";
}
.list.double-angle-list > ul li:before {
  content: "\f101";
}
.list.star-list > ul li:before {
  content: "\f005";
}
.list.plus-list > ul li:before {
  content: "\f067";
}
.list.minus-list > ul li:before {
  content: "\f068";
}
.list.circle-list > ul li:before {
  content: "\f111";
}
.list.circle-blank-list > ul li:before {
  content: "\f10c";
}
.widget {
  margin-bottom: 30px;
}
.widget.visible-all-devices{
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  width: auto;
}
.comments-custom li {
  overflow: hidden;
  margin: 0;
  padding: 0 0 25px 0;
  border-bottom: none;
  background: none;
}
.comments-custom li:first-child {
  padding-top: 0;
  border-top: none;
}
.comments-custom_txt {
  padding: 7px 0 0 0;
  border-top: 1px solid #dddddd;
  margin-top: 7px;
}
.comments-custom_txt a {
  text-decoration: none;
}
.comments-custom_txt a:hover {
  text-decoration: underline;
}
.comments-custom_h_title,
.comments-custom_h_author {
  margin-bottom: 5px;
  margin-top: 0px;
}
.comments-custom_h_author:first-letter {
  text-transform: uppercase;
}
.comments-custom .meta_format {
  margin-top: 2px;
  font-size: 14px;
}
.post-list li {
  overflow: hidden;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.post-list li:first-child {
  padding-top: 0;
  border: none;
}
.post-list .excerpt {
  margin-bottom: 1em;
}
.vcard span {
  display: block;
}
[class*="span"] {
  position: relative;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}