.sidebar-artikel-header{
	padding: 10px;
	background: #FED400;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.sidebar-artikel-header h4{
	color: #1F232C;
	font-size: 20px;
	font-weight: 600;
}
.sidebar-artikel-content{
	background: #fff;
	border-radius: 0 0 10px 10px;
	transition: all .5s;
}
.sidebar-artikel-post p{
	margin-bottom: 0px;
	padding: 10px;
	color: #1F232C;

}
.sidebar-artikel-post{
	border-bottom: 1px solid rgba(31, 35, 44, 0.20);
	transition: all .5s;
}
.sidebar-artikel-link:last-child, .sidebar-artikel-link:last-child .sidebar-artikel-post{
	border-radius: 0 0 10px 10px;
}
.sidebar-artikel-link:hover .sidebar-artikel-post, .sidebar-artikel-link.active .sidebar-artikel-post{
	background: #ECECEC;
}
.news-date{
	color: #FED400;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.news-title{
	overflow: hidden;
	color: #FFF;
	text-overflow: ellipsis;
	font-family: "Playfair Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}
.news-title h1{
	font-size: 24px;
}
.news-row{
	display: block;
	margin-bottom: 20px;
}
.news-row:not(:last-child){
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.news-link{
	transition: all .5s;
}
.news-link:hover .news-title{
	color: #ffffff80;
}

.back-link{
	color: #FED400;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.top-event-img{
	min-height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.top-event-date{
	color: #ffffff80;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.top-event-title{
	color: #FFF;
	font-family: "Playfair Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 15px;
}

.top-event-link, .event-link{
	color: #FED400;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.event-h2{
	color: #FFF;
	font-family: "Playfair Display";
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.event-hr{
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.event-date{
	color: #FFFfff80;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.event-title{
	overflow: hidden;
	color: #FFF;
	text-overflow: ellipsis;
	font-family: "Playfair Display";
	font-size: 18px;
	font-style: normal;
	min-height: 48px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 5px;
	 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-title-black{
	overflow: hidden;
	color: #1F232C;
	text-overflow: ellipsis;
	font-family: "Playfair Display";
	font-size: 18px;
	font-style: normal;
	min-height: 48px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 5px;
	 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-title2{
	overflow: hidden;
	color: #FFF;
	text-overflow: ellipsis;
	font-family: "Playfair Display";
	font-size: 16px;
	font-style: normal;
	min-height: 42px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 5px;
	 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-link{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}



.event-link2{
	border: 0px;
    display: block;
    padding: 0;
    margin-top: 10px;
    background: none;
    color: #FED400;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.event-link3{
	display: block;
	margin-bottom: 30px;
}

.event-img{
	height: 130px;
	width: 130px;
	padding: 15px 0;
	float: left;
}

.event-img2 {
    height: 100px;
    width: 100px;
    padding: 10px 0;
    float: left;
}

.event-img div{
	min-height: 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.event-img2 div{
	min-height: 80px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.event-desc{
	width: calc(100% - 130px);
	padding-left: 20px ;
	float: left;
}

.event-desc2{
	width: calc(100% - 100px);
	padding-left: 20px ;
	float: left;
}

.event-row{
	height: 435px;
	overflow: auto;
}

.event-row::-webkit-scrollbar {
  display: none;
}

.event-line{
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.event-img-vertical{
	min-height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.event-desc-vertical{
	margin-bottom: 10px;
}

.mh-event{
	min-height: 100px;
	margin-bottom: 20px;
}

.toggle-icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
        display: flex;
    align-items: center;
    justify-content: center;
    
}
.toggle-header{
	padding: 10px 0;
}
.toggle-title{
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: calc(100% - 60px);
}
.toggle-content{
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	padding-right: 60px;
}
.toggle{
	border-bottom: 1px solid #6B6B6B;
}
.toggle-icon i{
    width: auto;
    font-size: 20px;
    color: #fff;
}
.toggle.toggle .toggle-icon{
	background-color: #FED400;
}
.toggle.toggle-active .toggle-icon{
	background-color: #1F232C;
}

 .gallery-image{
    height:200px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    margin-bottom:10px;
}

lite-youtube{
    margin-bottom:10px;
}

.event-img-vertical, .youtube-img-box img, .gallery-box .gallery-image, lite-youtube, .top-event-img, .event-img div{
    border-radius:8px;
}


@media (max-width:767px){
    .editor .btgrid .row {
        display:block;
    }
    #oc-images-akidah .event-img-vertical {
        min-height: 150px;
    }
    .outer-slider-box .pr-100{
        padding-right:0;
    }
    #oc-images-akidah.owl-carousel .owl-stage-outer{
        overflow:hidden! important;
    }
    #oc-images-akidah.owl-carousel .owl-nav [class*=owl-], #oc-images-perbandingan.owl-carousel .owl-nav [class*=owl-], #oc-images-winner.owl-carousel .owl-nav [class*=owl-], #oc-images-video.owl-carousel .owl-nav [class*=owl-]{
        opacity:1! important;
    }
    
    #oc-images-akidah.owl-carousel .owl-nav [class*=owl-], #oc-images-perbandingan.owl-carousel .owl-nav [class*=owl-], #oc-images-winner.owl-carousel .owl-nav [class*=owl-], #oc-images-video.owl-carousel .owl-nav [class*=owl-]{
        left: -15px;
    }
    
    #oc-images-akidah.owl-carousel .owl-nav .owl-next, #oc-images-perbandingan.owl-carousel .owl-nav .owl-next, #oc-images-winner.owl-carousel .owl-nav .owl-next, #oc-images-video.owl-carousel .owl-nav .owl-next {
        left: auto;
        right: -15px;
    }
    #page-title2, #page-title2 {
        min-height: auto ! important;
        height: auto;
        padding: 80px 0;
    }   
	
 		
}