/*
	Development By InDeo 2020
*/


/* Header */
.header_blog {
    background: url(../img/blog.jpg) no-repeat center;
    background-size: cover;
    height: 253px;
}
.title_header_blog {
    padding-top: 90px;
    color: #fff;
}
.title_header_blog p:nth-child(1) {
    font-weight: 700;
    font-size: 40px;
}
.title_header_blog p:nth-child(2) {
    font-weight: 700;
    font-size: 35px;
    padding-top: 10px;
}
/* End Header */


/* Blog */
.blog-parent {
	padding-top: 80px;
	padding-bottom: 80px;
}
.blog-per-tahun {
	border-radius: 10px;
	padding: 40px 20px 0px 20px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
}
.blog-per-bulan {
	padding-bottom: 7px;
}
.blog-per-bulan .bpb {
	padding-bottom: 10px;
  clear: both;
}
.blog-per-bulan .bpb p {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}
.bpb-tags {
  margin-bottom: 30px;
}
.bpb-tags span {
	display: inline-flex;
}
.bpb-tags a {
    background: #ffb300;
	border: 1px solid #ffb300;
    border-radius: 30px;
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin: 4px;
    padding: 4px 18px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.bd-detail {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
	margin-bottom: 30px;
	height: 550px;
}
.bd-detail-img {
	position: relative;
}
.bd-detail-img img {
	width: 100%;
}
.bd-detail-date {
	position: absolute;
	top: 0;
	left: 0;
	color: #444;
	font-size: 13px;
    padding: 4px 10px;
    background: #ffb300;
    font-weight: 500;
}
.bd-detail-desc {
	padding: 20px;
}
.bd-detail-title {
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.bd-detail-teks {
	padding-bottom: 7px;
}
.bd-detail-teks p {
	font-size: 15px;
	color: #666;
	text-align: justify;
}
.bd-detail-cta {
	padding-bottom: 10px;
}
.bd-detail-cta a {
	color: #ffb300;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.bd-detail-cta .fa {
	padding-left: 5px;
	transition: 1s;
}
.bd-detail:hover .bd-detail-cta .fa {
	padding-left: 12px;
}

.blog-more {
	text-align: center;
	padding-top: 10px;
}
.blog-more a {
	text-transform: uppercase;
	color: #ffb300;
	font-weight: 500;
	border-bottom: 1px solid #ffb300;
}
/* End Blog */


/* =============================================== Detail Blog ============================ */
.header_blog_detail {
	background-image: linear-gradient(rgba(0,0,0,0.80), rgba(0,0,0,0.80)), url(https://interactive.co.id/product/images/assets/home/header-events.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}
.title_header_blog_detail {
	display: block;
	margin: 0 auto;
	max-width: 900px;
	padding-top: 85px;
	padding-bottom: 85px;
}
.title_header_blog_detail .thbt_parent p {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.3;
}
.thbt_parent {
	padding-bottom: 5px;
}
.thbt_info b {
	text-decoration: underline;
}

/* Detail Blog */
#page-detail-blog {
  padding-top: 90px;
  padding-bottom: 100px;
}
.pbd-detail {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
  margin-bottom: 40px;
}
.pbd-detail-img {
  position: relative;
}
.pbd-detail-img img {
  width: 100%;
} 
.pbd-detail-date {
  position: absolute;
  top: 0;
  left: 0;
  color: #444;
  font-size: 14px;
  padding: 4px 10px;
  background: #ffb300;
  font-weight: 600;
}
.pbd-detail-desc {
  padding: 20px;
}
.pbd-detail-tag {
  font-size: 14px;
  margin-bottom: 15px;
}
.pbd-detail-tag .comment {
  font-weight: 500;
  padding-left: 20px;
}
.pbd-detail-tag a {
  color: #666;
  margin-right: 7px;
}
.pbd-detail-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.pbd-detail-text {
  padding-top: 10px;
  padding-bottom: 20px;
}
.pbd-detail-text p {
  padding-bottom: 10px;
  color: #666;
}
.pbd-detail-text ul li {
  list-style-type: disc !important;
  color: #666;
}
.pbd-detail-text ol li {
  list-style-type: decimal !important;
  color: #666;
}
.pbd-detail-text img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}
.pbd-detail-cta {
  padding-bottom: 10px;
}
.pbd-detail-cta a {
  color: #6ba229;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.pbd-detail-cta .fa {
  padding-left: 5px;
  transition: 1s;
}
.pbd-detail:hover .pbd-detail-cta .fa {
  padding-left: 12px;
}
.pbd-detail-text p span,
.pbd-detail-text li span,
.pbd-detail-text p strong {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  line-height: 1.5 !important;
}

.categories-blog {
  padding-top: 25px;
  margin-bottom: 40px;
}
.categories-blog-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.categories-blog-title::after {
    display: block;
    content: "";
    background: #333;
    height: 2px;
    width: 70px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.categories-blog-detail ul {
  margin-left: -30px;
}
.categories-blog-detail ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    font-weight: 500;
}
.categories-blog-detail i {
  padding-right: 10px;
}

.tag-blog-detail {
	padding-top: 10px;
}
.tag-blog-detail a {
    border: 1px solid #eee;
    background: #eee;
    border-radius: 30px;
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin: 4px;
    padding: 4px 18px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.tag-blog-detail a:hover {
	background: #ffb300;
	border: 1px solid #ffb300;
}

.pbd-detail-next {
	padding: 20px 20px 30px 20px;
}
.pbd-detail-next div {
	display: inline-block;
}
.pbd-detail-next a {
	text-transform: uppercase;
	font-weight: 600;
	color: #999;
}
.pdn-next-post {
	float: right;
}

.blog-arcive-detail {
	padding-top: 10px;
}
.blog-arcive-detail .opn1 {
	font-weight: 600;
}
.blog-arcive-detail ul {
  margin-left: -30px;
  cursor: pointer;
}
.blog-arcive-detail ul li a {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}
.blog-arcive-detail i {
  padding-right: 10px;
}
.blog-arcive-detail .el2 {
	padding-left: 20px;
	font-size: 15px;
} 
.blog-arcive-detail ul li.active .opn1 {
	color: #ffb300;
}



/* End Detail Blog */