/*********************************
6. Blog
*********************************/

.blog {
  padding-top: 108px;
  padding-bottom: 108px;
}
.blog_post_container {
  width: 100%;
}
.blog_post:not(:last-child) {
  margin-bottom: 74px;
}
.blog_post_image {
}
.blog_post_image img {
  width: 100%;
}
.blog_post_date {
  position: absolute;
  top: 30px;
  left: 27px;
  width: 114px;
  height: 74px;
  border-radius: 37px;
  background: #fa9e1b;
}
.blog_post_day {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.blog_post_month {
  font-size: 12px;
  color: #ffffff;
  margin-top: 3px;
}
.blog_post_meta {
  margin-top: 32px;
}
.blog_post_meta_item {
  display: inline-block;
  position: relative;
  margin-right: 27px;
}
.blog_post_meta_item:last-child {
  margin-right: 0px;
}
.blog_post_meta_item::after {
  display: block;
  position: absolute;
  top: 7px;
  right: -15px;
  width: 1px;
  height: 12px;
  background: #929191;
  content: "";
}
.blog_post_meta_item:last-child::after {
  display: none;
}
.blog_post_meta_item a {
  font-size: 12px;
  font-weight: 600;
  color: #929191;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blog_post_meta_item a:hover {
  color: #2b2b2b;
}
.blog_post_title {
  margin-top: 5px;
}
.blog_post_title a {
  font-size: 24px;
  font-weight: 600;
  color: #2b2b2b;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blog_post_title a:hover {
  color: #fa9e1b;
}
.blog_post_text {
  margin-top: 19px;
}
.blog_post_text p {
  color: #929191;
  line-height: 2.14;
}
.blog_post_text h3 {
  margin-top: 22px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #2b2b2b;
}
.blog_post_text ul {
  margin: 14px 0 22px 0;
  padding-left: 22px;
  list-style: disc;
}
.blog_post_text li {
  color: #929191;
  line-height: 1.9;
  margin-bottom: 8px;
}
.blog_post_text li::marker {
  color: #fa9e1b;
  font-size: 1.1em;
}
.blog_post_text li strong {
  color: #2b2b2b;
  font-weight: 600;
}
.blog_post_text p:last-of-type {
  margin-bottom: 0px;
}
.blog_post_link {
  margin-top: 32px;
}
.blog_post_link a {
  font-size: 14px;
  font-weight: 700;
  color: #fa9e1b;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blog_post_link a:hover {
  color: #361f5d;
}
.blog_navigation {
  margin-top: 100px;
}
.blog_dot {
  display: inline-block;
  position: relative;
  height: 35px;
  line-height: 35px;
  color: #2b2b2b;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blog_dot:hover {
  color: #fa9e1c;
}
.blog_dot:hover.active div {
  border-color: #fa9e1c;
}
.blog_dot.active {
  padding-left: 13px;
  padding-right: 9px;
  margin-right: 3px;
  color: #fa9e1c;
}
.blog_dot div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px transparent;
  border-radius: 18px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blog_dot.active div {
  border: solid 2px #fa9e1c;
}
