.news-wrap{
	background: #fff;
	padding: 20px;
  border-radius: 5px;
}
.news-wrap .widget{
	margin-bottom: 40px;
}
.post-grid-wp{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 768px)
{
  .post-grid-wp{
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-grid-wp.two-col{
  grid-template-columns: repeat(2, 1fr);
}
.widget--head h4.title {
    font-size: 18px;
    border-bottom: 2px solid #e74c3c;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 24px;
}
.view-all {
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin-top: 1px;
    margin-bottom: 20px;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff !important;
    background: #e74c3c;
    text-decoration: none;
}
.view-all:after {
    content: '\f101';
    cursor: pointer;
    display: inline;
    margin-left: 0.3em;
    font-weight: 400;
    font-family: FontAwesome;
}
#slider.flexslider, #carousel.flexslider {
  margin: 0px;
  border: 0px;
  border-radius: 0px; }

.flexslider .slides li {
  list-style: none;
  position: relative; }
.flexslider .slides-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.flexslider .slides-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 30px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%); }
.flexslider .slides-detail a {
  text-decoration: none;
  color: #fff; }
.flexslider .slides-detail--title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  text-shadow: 0 0 5px #222;
  margin-bottom: 10px;
  margin-top: 10px; }
.flexslider .slides-detail--meta {
  font-size: 13px; }
.flexslider .slides-detail .cat-link {
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 8px;
  background: #e74c3c;
  margin: 0 0 5px;
  display: inline-block;
  color: #ffffff; }
.flexslider .slides-detail .cat-link a {
  color: #fff; }

@media screen and (max-width: 576px) {
  .flexslider .slides-detail--title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0px; }
  .flexslider .slides-detail .cat-link {
    display: none; }
  .flexslider .slides-detail--meta {
    display: none; } }
#carousel {
  padding: 10px;
  background: #ddd; }
#carousel .slides li {
  border: 2px solid transparent;
  position: relative; }
#carousel .slides li.flex-active-slide {
  border: 2px solid #fff; }

.slides, .slides > li, .flex-control-nav, .flex-direction-nav li{
	list-style: none;
}

.post {
  margin-left: 0;
  width: 47.3469387755102%;
  float: left; }
.post-group:after, .post-group:before {
  content: "";
  display: table;
  clear: both; }
.post-lg {
  margin-right: 5.306122448979592%; }
.post-lg a {
  display: block; }
.post-lg img {
  width: 100%; }
.post-title {
  font-size: 1.313rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 0.286em; }
.post-title a {
  text-decoration: none;
  color: #222; }
.post-title a:hover {
  color: #e74c3c; }
.post-meta {
  font-size: 12px;
  color: #888; }
.post-meta a {
  display: inline-block;
  text-decoration: none;
  color: #888; }
.post-meta a:hover {
  color: #e74c3c; }
.post-meta--step {
  margin: 0 2px; }
.post-description {
  height: 60px;
  margin: 0.813em 0 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden; }
.post-grid {
  margin-bottom: 15px; }
.post-grid .thumb {
  margin-bottom: .7em; }
.post-grid .thumb a {
  display: block; }
.post-grid .thumb img {
  width: 100%; }
.post-grid .detail .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px; }

.post-grid .detail .title a {
  color: #222; }
.post-grid .detail .title a:hover {
  color: #e74c3c; }
.post-grid .detail .meta {
  font-size: 12px;
  color: #888; }
.post-detail {
  font-size: 15px;
  line-height: 1.6em; }
.post-detail table tr td{
  border: 1px solid #222;
  padding: 5px;
}
.post-detail-title{
  line-height: 1.15;
  font-size: 20px;
  margin-bottom: 0px;
}
.post-detail:before, .post-detail:after {
  content: "";
  display: table;
  clear: both; }
.post-detail img {
  max-width: 100%; }
.post-detail em{
  font-style: italic; 
}

.cat-link {
    margin: 0.455em 0 0.455em 0;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}
.cat-link a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #e74c3c;
    font-weight: 500;
}
.post-sm-item {
  margin-bottom: 20px; }
.post-sm-item:before, .post-sm-item:after {
  content: "";
  display: table;
  clear: both; }
.post-sm-item a {
  display: block;
  text-decoration: none; }
.post-sm-item .thumb {
  float: left;
  margin-right: 15px;
  width: 35%; }
.post-sm-item .thumb img {
  width: 100%; }
.post-sm-item .detail h3.title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px; }
.post-sm-item .detail h3.title a {
  color: #222; }
.post-sm-item .detail h3.title a:hover {
  color: #e74c3c; }
.post-sm-item .detail .meta {
  font-size: 12px;
  color: #888; }

.filter-box .title{
  margin: 10px 0 5px;
  text-transform: uppercase;
}
.pagination-wp{
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
.pagination{
  padding-left: 0px;
  display: flex;
}
.pagination li{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.pagination li span{
  padding: 8px 12px;
  color: #9c9c9c;
  border-left: 1px solid #eaeaea;
}
.pagination li a{
  font-size: 13px;
  padding: 8px 12px;
  background: #fff;
  display: inline-block;
  color: #9c9c9c;
}
.list-cat-head{
    padding-left: 0px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 8px;
}
.list-cat-head::-webkit-scrollbar {
  height: 6px;
  background: transparent; }
.list-cat-head::-webkit-scrollbar-thumb {
  background: #777;
  cursor: pointer;
  border-radius: 3px; }
.list-cat-head:hover::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #888; }
.list-cat-head li{
    display: inline-block;
    list-style: none;
    font-size: 16px;
}
.list-cat-head li a{
    display: block;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.list-cat-head li.active a{
  background: #e74c3c;
  border-radius: 3px;
  color: #fff;
}
.list-cat-head li.active a:hover{
  color: #fff !important;
}
.list-cat-head li a:hover{
    color: #e74c3c;
}
@media screen and (max-width: 768px)
{
  .post.post-lg{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px)
{
  .post.post-sm{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}