/**
 * Custom styles for this site
*/
@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300';
.position-fix {
  position: fixed;
}
.position-ab {
  position: absolute;
}
.position-re {
  position: relative;
}
.txt-dec-n {
  text-decoration: none;
}
.list-ul ul {
  margin: 0;
  padding: 0;
}
.list-style li {
  list-style: none;
}
.form-control {
  border-radius: 4px;
  box-shadow: none;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 19px;
}
h6,
.h6 {
  font-size: 17px;
}
a {
  outline: none;
  color: #ed1c24;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #ed1c24;
}
a:link,
a:visited {
  outline: none;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: underline;
}
.news-page {
  padding: 40px 0;
}
.news-post .post-grid {
  min-height: 554px;
  margin-bottom: 30px;
  border: solid 1px #d1d1d1;
}
.news-post .post-img {
  margin-bottom: 20px;
}
.news-post .post-img img {
  width: 100%;
  height: 202px;
}
.news-post .post-content {
  padding: 0 20px 15px;
}
.news-post .post-content .title {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}
.news-post .post-content .date {
  margin-bottom: 20px;
  color: #888;
}
.news-post .post-content .teaser {
  line-height: 22px;
}
.latest-post {
  padding: 25px 15px;
  background: #eae8e8;
}
.latest-post .latest-post-heading {
  padding-bottom: 10px;
  margin: 0 0 30px;
  border-bottom: solid 2px #d6d6d6;
  color: #ed1c24;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.latest-post .latest-post-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d1d1d1;
}
.latest-post .latest-post-list:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.latest-post .latest-post-list .latest-post-img {
  float: left;
  width: 30%;
  margin-right: 20px;
}
.latest-post .latest-post-list .latest-post-title {
  position: relative;
  max-height: 2.6em;
  margin: 0 auto 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  overflow: hidden;
}
.latest-post .latest-post-list .latest-post-title a {
  color: #313131;
}
.latest-post .latest-post-list .latest-post-title a:hover {
  color: #ed1c24;
}
.latest-post .latest-post-list .latest-post-title:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 25%;
  height: 1.5em;
  text-align: right;
  background: linear-gradient(to right, rgba(234, 232, 232, 0), #eae8e8 50%);
}
.latest-post .latest-post-list .latest-post-date {
  color: #888;
  font-size: 13px;
}
.latest-post .latest-post-list .latest-post-teaser {
  position: relative;
  max-height: 3.9em;
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
}
.latest-post .latest-post-list .latest-post-teaser:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 16%;
  height: 1.5em;
  text-align: right;
  background: linear-gradient(to right, rgba(234, 232, 232, 0), #eae8e8 50%);
}
@supports (-webkit-line-clamp: 2) {
  .latest-post .latest-post-list .latest-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 400px;
    height: auto;
  }
  .latest-post .latest-post-list .latest-post-title:after {
    display: none;
  }
}
@supports (-webkit-line-clamp: 3) {
  .latest-post .latest-post-list .latest-post-teaser {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 400px;
    height: auto;
  }
  .latest-post .latest-post-list .latest-post-teaser:after {
    display: none;
  }
}
/** Responsive Start **/
@media (max-width: 1199px) {
  .news-post .post-grid {
    min-height: 596px;
  }
  .latest-post .latest-post-list .latest-post-teaser {
    max-height: 3.8em;
  }
  .latest-post .latest-post-list .latest-post-teaser:after {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .news-post .post-grid {
    min-height: 569px;
  }
  .news-post .post-content {
    padding: 0 15px 15px;
  }
  .news-post .post-content .title {
    font-size: 14px;
    line-height: 16px;
  }
  .news-post .post-content .date {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .news-post .post-content .teaser {
    font-size: 13px;
    line-height: 18px;
  }
  .news-post .post-content .black-btn {
    padding: 7px 13px;
    font-size: 11px;
  }
  .latest-post .latest-post-list .latest-post-teaser {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .news-post .post-img img {
    height: auto;
  }
  .news-post .post-content .title {
    font-size: 16px;
    line-height: 20px;
  }
  .news-post .post-content .date {
    font-size: 13px;
  }
  .news-post .post-content .teaser {
    font-size: 14px;
    line-height: 23px;
  }
  .latest-post {
    margin-top: 40px;
  }
  .latest-post .latest-post-list .latest-post-title {
    margin: 0 0 5px;
  }
}
/** Responsive End **/
