/**
 * HEADING
 */
.head_category {
  position: relative;
}
.head_category .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: #f4f4f4;
  margin: 0;
  position: relative;
  z-index: 4;
}
.head_category .title > span {
  display: inline-block;
  position: relative;
  background: #e71e24;
  padding: 11px 20px 9px;
  line-height: 26px;
  max-width: calc(100% - 33px);
}
.head_category .title > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 60px;
  height: 100%;
  background: #e71e24;
  transform: skewX(-17deg);
  z-index: -1;
}

.head_single {
  position: relative;
}
.head_single .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  background: #f4f4f4;
  margin: 0;
  position: relative;
  z-index: 4;
}
.head_single .title > span {
  display: inline-block;
  position: relative;
  background: #e71e24;
  padding: 11px 20px 9px;
  line-height: 26px;
  max-width: calc(100% - 33px);
}
.head_single .title > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 60px;
  height: 100%;
  background: #e71e24;
  transform: skewX(-17deg);
  z-index: -1;
}

.head_blog {
  position: relative;
}
.head_blog .title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.head_blog .title i {
  font-size: 14px;
  margin-right: 6px;
}

/**
 * META
 */
.meta-wrap {
  font-style: italic;
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}
.meta-wrap span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-right: 10px;
  margin-right: 10px;
}
.meta-wrap span i {
  margin-right: 7px;
}
.meta-wrap span::before {
  content: "";
  height: 16px;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.meta-wrap span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.meta-wrap span:last-child::before {
  display: none;
}

/**
 * EXCERPT
 */
.excerpt {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.55;
  color: #999;
}

/**
 * ENTRY CONTENT
 */
.entry-content {
  font: 14px "Open Sans", arial, sans-serif;
  line-height: 1.67;
  text-align: justify;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content h1 {
  font-weight: 700;
  font-size: 1.9em;
}
.entry-content h2 {
  font-weight: 700;
  font-size: 1.65em;
}
.entry-content h3 {
  font-weight: 700;
  font-size: 1.45em;
}
.entry-content h4 {
  font-weight: 700;
  font-size: 1.2em;
}
.entry-content h5 {
  font-weight: 700;
  font-size: 1.05em;
}
.entry-content h6 {
  font-weight: 700;
  font-size: 1em;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content object {
  max-width: 100%;
}
.entry-content .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.entry-content .aligncenter img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.entry-content .alignleft img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.entry-content .alignright img {
  max-width: 100%;
  height: auto;
}
.entry-content .wp-caption-text {
  background: #fdfdfd;
  text-align: center;
  margin-bottom: 13px;
  font-style: italic;
  padding: 6px;
  font-size: 13px;
}

/**
 * PAGE NAV
 */
.page-nav .navigation {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-nav .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-nav .navigation ul li {
  display: inline;
}
.page-nav .navigation ul li a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}
.page-nav .navigation ul li a:hover {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .active a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .disabled {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}

/**
 * TAGS
 */
.tags {
  margin-bottom: 20px;
}

/**
 * RELATED GRID
 */
.related_grid {
  position: relative;
  overflow: hidden;
}
.related_grid .related-item .inner {
  margin-bottom: 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.related_grid .related-item .inner .thumb {
  width: 66px;
}
.related_grid .related-item .inner .thumb img {
  height: auto;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px #ccc;
}
.related_grid .related-item .inner .info {
  max-width: calc(100% - 66px);
  padding-left: 14px;
}
.related_grid .related-item .inner .info h5 {
  font-size: 14px;
  margin: 0 0 3px;
  font-weight: 400;
}
.related_grid .related-item .inner .info h5 a {
  color: #444;
}
.related_grid .related-item .inner .info span {
  font-style: italic;
  font-size: 14px;
  color: #999;
}/*# sourceMappingURL=blog.css.map */